/* ------------------------------------------  ------------------------------------------ */
/*--------  --------*/

/* Faire une barre en dessous d'un texte */

/* section.titre-page-accueil h1:before{
    content:'';
    position:absolute;
    bottom:-5px;
    width:40%;
    height:2px;
    background:#ff8f45;
} */


/* ------------------------------------------   REGLAGES ------------------------------------------ */


@import url('https://fonts.googleapis.com/css2?family=Tektur:wght@400..900&display=swap');

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: 'Tektur', cursive;
}

body {
    background-color: #0e1118;
}

main {
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}




/* ------------------------------------------ PAGE ACCUEIL ------------------------------------------ */

/*-------- header (menu nav) --------*/

header {
    width: 100%;
    height: 70px;
    background-color: #0e1118;
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: row;
    box-shadow: 0px 0px 5px 3px white;
}

header > a,
header button {
    color: white;
    margin: 0 30px;
    font-size: 25px;
}

header button {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}



header .icon {
    display: none;
}

@media (max-width: 1280px) {
    header > a,
    header button  {
        display: none;
    }

    header .icon {
        display: block;
        position: absolute;
        right: 0;
        cursor: pointer;
        color: #00BEF8;
        font-weight: 500;
    }


    
    header.responsive > a,
    header.responsive button  {
        display: block;
        padding: 10px 0;
        cursor: pointer;
    }
    header {
        flex-direction: column;
        height: 100%;
        align-items: flex-start;
    }   
    

}

/*------------------ SECTION SERVICES ----------------*/

section.titre-page-accueil { 
    /* SECTION SLOGAN + GROS TITRE + IMAGE */
    margin: 200px;
    margin-top: 100px;
    text-align: center;
}

@media (max-width: 1280px) {
    section.titre-page-accueil { 
    /* SECTION SLOGAN + GROS TITRE + IMAGE */
    margin: 0px;
    margin-top: 70px;
    text-align: center;
    }
}

@media (max-width: 500px) {
    section.titre-page-accueil { 
    /* SECTION SLOGAN + GROS TITRE + IMAGE */
    margin: 0px;
    margin-top: 70px;
    text-align: center;
    }
}


section.titre-page-accueil h1 {
    /* GROS TITRRE MARTIN INFO38 */
    font-size: 120px;
    font-weight: 800;
    color: #00BEF8;
}

@media (max-width: 1280px) {
    section.titre-page-accueil h1 {
        /* GROS TITRRE MARTIN INFO38 */
        font-size: 80px;
        font-weight: 800;
        color: #00BEF8;
    }
}

@media (max-width: 1100px) {
    section.titre-page-accueil h1 {
        /* GROS TITRRE MARTIN INFO38 */
        font-size: 80px;
        font-weight: 800;
        color: #00BEF8;
    }
}

@media (max-width: 500px) {
    section.titre-page-accueil h1 {
        /* GROS TITRRE MARTIN INFO38 */
        font-size: 40px;
        font-weight: 800;
        color: #00BEF8;
    }
}


section.titre-page-accueil p {
    /* SLOGAN "SOLUTIONS ET REPARATIONS INFORMATIQUE" */
    color: white;
    font-weight: 500;
}

@media (max-width: 500px) {
    section.titre-page-accueil p {
        /* SLOGAN "SOLUTIONS ET REPARATIONS INFORMATIQUE" */
        font-size: 10px;
        color: white;
        font-weight: 500;
    }
}

section.titre-page-accueil img {
    /* IMAGE CARTE MERE */
    display: block;
    margin: auto;
    width: 1400px;
    height: 700px;
    margin-top: 100px;
    box-shadow: 0px 0px 5px 3px white;
    
}

@media (max-width: 1280px) {
    section.titre-page-accueil img {
        /* IMAGE CARTE MERE */
        display: block;
        margin: auto;
        width: 1000px;
        height: 500px;
        margin-top: 100px;
        box-shadow: 0px 0px 5px 3px white;  
    }
}

@media (max-width: 1100px) {
    section.titre-page-accueil img {
        /* IMAGE CARTE MERE */
        display: block;
        margin: auto;
        width: 800px;
        height: 400px;
        margin-top: 100px;
        box-shadow: 0px 0px 5px 3px white;  
    }
}

@media (max-width: 900px) {
    section.titre-page-accueil img {
        /* IMAGE CARTE MERE */
        display: block;
        margin: auto;
        width: 650px;
        height: 350px;
        margin-top: 100px;
        box-shadow: 0px 0px 5px 3px white;  
    }
}

@media (max-width: 800px) {
    section.titre-page-accueil img {
        /* IMAGE CARTE MERE */
        display: block;
        margin: auto;
        width: 500px;
        margin-top: 100px;
        box-shadow: 0px 0px 5px 3px white;  
    }
}

@media (max-width: 500px) {
    section.titre-page-accueil img {
        /* IMAGE CARTE MERE */
        display: block;
        margin: auto;
        width: 330px;
        height: 200px;
        margin-top: 30px;
        box-shadow: 0px 0px 5px 1px white;  
    }
}

/* SECTION SERVICES */

section.services {
    /* SECTION SERVICE + BOITE */
    display: flex;
    margin: 200px;
    margin-top: 100px;
    align-items: center;
    justify-content: center;
    gap: 85px;
    flex-wrap: wrap;

}


@media (max-width: 1100px) {
    section.services {
        /* SECTION SERVICE + BOITE */
        display: flex;
        margin: 50px;
        margin-top: 100px;
        align-items: center;
        justify-content: center;
        gap: 85px;
        flex-wrap: wrap;
    }
}

@media (max-width: 500px) {
    section.services {
        /* SECTION SERVICE + BOITE */
        display: flex;
        margin: 50px;
        margin-top: 50px;
        align-items: center;
        justify-content: center;
        gap: 85px;
        flex-wrap: wrap;
    }
}



div.boite-services {
    /* BOITE */
    width: 400px;
    height: 550px;
    background-color: #283244;
    justify-content: center;
    text-align: center;
    border: 5px solid black;
    border-radius: 25px 25px 25px 25px;
}

@media (max-width: 1280px) {
    div.boite-services {
        /* BOITE */
        width: 350px;
        height: 500px;
        background-color: #283244;
        justify-content: center;
        text-align: center;
        border: 5px solid black;
        border-radius: 25px 25px 25px 25px;
    }
}

@media (max-width: 1100px) {
    div.boite-services {
        /* BOITE */
        width: 330px;
        height: 540px;
        background-color: #283244;
        justify-content: center;
        text-align: center;
        border: 5px solid black;
        border-radius: 25px 25px 25px 25px;
    }
}

@media (max-width: 900px) {
    div.boite-services {
        /* BOITE */
        width: 450px;
        height: 600px;
        background-color: #283244;
        justify-content: center;
        text-align: center;
        border: 5px solid black;
        border-radius: 25px 25px 25px 25px;
    }
}

@media (max-width: 500px) {
    div.boite-services {
        /* BOITE */
        width: 350px;
        height: 500px;
        background-color: #283244;
        justify-content: center;
        text-align: center;
        border: 5px solid black;
        border-radius: 25px 25px 25px 25px;
    }
}


div.boite-services h2 {
    /* TITRE SERVICES */
    color: #00BEF8;
    font-size: 30px;
    padding: 50px;
}

@media (max-width: 500px) {
    div.boite-services h2 {
        /* TITRE SERVICES */
        color: #00BEF8;
        font-size: 20px;
        padding: 50px;
    }   
}

div.boite-services p {
    /* DESCRIPTION SERVICES */
    color: white;
    font-size: 18px;
    padding: 20px;
}

@media (max-width: 1280px) {
    div.boite-services p {
        /* DESCRIPTION SERVICES */
        color: white;
        font-size: 18px;
        margin: 0px 20px;
    }
}

@media (max-width: 900px) {
    div.boite-services p {
        /* DESCRIPTION SERVICES */
        color: white;
        font-size: 18px;
    }
}

@media (max-width: 500px) {
    div.boite-services p {
        /* DESCRIPTION SERVICES */
        color: white;
        font-size: 15px;
        margin: 0px 20px;
    }
}

div.boite-services img {
    /* LOGO SERVICES */
    margin: 50px;
    width: 100px;
    border: 3px solid black;
    border-radius: 10px;
}

@media (max-width: 1280px) {
    div.boite-services img {
        /* LOGO SERVICES */
        width: 70px;
        border: 3px solid black;
        border-radius: 10px;
    }
}


/* FOOTER */

footer.footer {
    margin-top: 100px;
    width: 100%;
    background-color: #0e1118;
    align-items: center;
    box-shadow: 0px 0px 10px 1px white;
    margin-bottom: 50px;
}

.copyright {
    color: white;
    text-align: center;
    padding: 100px;
    font-size: 20px;
}

@media all and (max-width: 500px) {
    .copyright {
        color: white;
        text-align: center;
        font-size: 15px;
    }
}

@media all and (max-width: 350px) {
    .copyright {
        color: white;
        text-align: center;
        padding: 100px;
        font-size: 12px;
    }
}


/* ------------------------------------------ PAGE A PROPOS------------------------------------------ */

section.a-propos {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    margin-top: 70px;
    
}

@media all and (min-width:600px) and (max-width: 900px) {
    section.a-propos {
        width: 500px;
    
        }
}

.img-reparation {
    display: block;
    margin: auto;
    width: 600px;
    border: 25px solid #283244;
    box-shadow: 0px 0px 10px 1px white;
}

@media all and (max-width: 1300px) {
    .img-reparation {
        display: block;
        margin: auto;
        width: 400px;
        border: 25px solid #283244;
        box-shadow: 0px 0px 10px 1px white;
    }
}


@media all and (max-width: 1100px) {
    .img-reparation {
        display: block;
        margin: auto;
        width: 350px;
        border: 25px solid #283244;
        box-shadow: 0px 0px 10px 1px white;
    }
}

@media all and (max-width: 900px) {
    .img-reparation {
        margin-top: 50px;
    }
}

@media all and (max-width: 500px) {
    .img-reparation {
        display: block;
        margin: auto;
        width: 300px;
        margin-top: 100px;
        border: 25px solid #283244;
        box-shadow: 0px 0px 10px 1px white;
    }
}

@media all and (max-width: 400px) {
    .img-reparation {
        display: block;
        margin: auto;
        width: 250px;
        margin-top: 100px;
        border: 25px solid #283244;
        box-shadow: 0px 0px 10px 1px white;
    }
}




section.a-propos h2 {
    color: white;
    font-size: 42px;
    margin-top: 40px;
    text-decoration: underline;
    color: #00BEF8;
}



@media all and (max-width: 500px) {
    section.a-propos h2 {
        color: white;
        font-size: 30px;
        margin-top: 40px;
        text-decoration: underline;
        color: #00BEF8;
    }
}

@media all and (max-width: 450px) {
    section.a-propos h2 {
        color: white;
        font-size: 25px;
        text-decoration: underline;
        color: #00BEF8;
    }
}

section.a-propos p {
    color: white;
    margin: 30px;
    margin-top: 100px;
    font-size: 25px;
    
}

@media all and (max-width: 1300px) {
    section.a-propos p {
        color: white;
        margin-top: 100px;
        font-size: 17px;
        margin: 20px;
    }
}

@media all and (max-width: 500px) {
    section.a-propos p {
        color: white;
        margin-top: 50px;
        font-size: 18px;

    }
}

@media all and (max-width: 400px) {
    section.a-propos p {
        color: white;
        margin-top: 50px;
        font-size: 16px;

    }
}


div.experience {
    margin: auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 300px;
    background-color: #283244;
    width: 600px;
    height: 950px;
    box-shadow: 0px 0px 10px 1px white;
}

@media all and (max-width: 1920px) {
    div.experience {
        margin: auto;
        text-align: center;
        justify-content: center;
        align-items: center;
        background-color: #283244;
        width: 600px;
        height: 950px;
        box-shadow: 0px 0px 10px 1px white;
    }
}

@media all and (max-width: 1300px) {
    div.experience {
        margin: auto;
        text-align: center;
        justify-content: center;
        align-items: center;
        background-color: #283244;
        width: 400px;
        height: 640px;
        box-shadow: 0px 0px 10px 1px white;
    }
}

@media all and (max-width: 1100px) {
    div.experience {
        margin: auto;
        text-align: center;
        justify-content: center;
        align-items: center;
        background-color: #283244;
        width: 400px;
        height: 568px;
        box-shadow: 0px 0px 10px 1px white;
    }
}

@media all and (max-width: 500px) {
    div.experience {
        margin: auto;
        text-align: center;
        justify-content: center;
        align-items: center;
        background-color: #283244;
        width: 350px;
        height: 700px;
        box-shadow: 0px 0px 10px 1px white;
    }
}

@media all and (max-width: 400px) {
    div.experience {
        margin: auto;
        text-align: center;
        justify-content: center;
        align-items: center;
        background-color: #283244;
        width: 300px;
        height: 650px;
        box-shadow: 0px 0px 10px 1px white;
    }
}


div.experience p.martin-info38 {
    color: rgb(16, 219, 219);
    font-size: 20px;
    font-style: italic;
}

@media all and (max-width: 1300px) {
    div.experience p.martin-info38 { 
        color: rgb(16, 219, 219);
        font-size: 20px;
        font-style: italic;
    }
}

@media all and (max-width: 450px) {
    div.experience p.martin-info38 {
        color: rgb(16, 219, 219);
        font-size: 20px;
        font-style: italic;
    }
}



/* ------------------------------------------ PAGE PRESTATION------------------------------------------ */

section.tarif {
    display: flex;
    flex-direction: column;
    margin-top: 50px;

}

@media all and (max-width: 1200px) {
    section.tarif {
        margin: auto;
        margin-top: 50px;
        
    }
}

@media all and (max-width: 500px) {
    section.tarif {
        margin: auto;
        margin-top: 50px;
        
    }
}

@media all and (max-width: 380px) {
    section.tarif {
        margin: auto;
        margin-top: 50px;
        
    }
}


div.titre-prestation {
    margin-left: 250px;
}

@media all and (min-width: 2000px) {
    div.titre-prestation {
        margin: auto;
        text-align: center;
        }

}

@media all and (max-width: 1200px) {
    div.titre-prestation {
        margin: auto;
        text-align: center;
        }

}

@media all and (max-width: 500px) {
    div.titre-prestation {
        margin: auto;
        text-align: center;
        }

}


div.titre-prestation h1 {
    color: #00BEF8;
    font-size: 60px;
}

@media all and (max-width: 500px) {
    div.titre-prestation h1 {
        color: #00BEF8;
        font-size: 30px;
        margin: auto;

    }
}


div.titre-prestation p {
    color: white;
    font-size: 15px;
    width: 700px;
}

@media all and (max-width: 500px) {
    div.titre-prestation p {
        color: white;
        font-size: 15px;
        width: 300px;
        margin: auto;
        margin-top: 10px;

    }
}

div.element-prestation {
    width: 1400px;
    height: 850px;
    background-color: #283244;
    margin: auto;
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
    box-shadow: 0px 0px 10px 1px white;

    
}

@media all and (max-width: 1300px) {
    div.element-prestation {
        width: 1150px;
        height: 900px;
        background-color: #283244;
        margin-top: 40px;
        box-shadow: 0px 0px 5px 1px white;


    }
}

@media all and (max-width: 1200px) {
    div.element-prestation {
        width: 720px;
        height: 1050px;
        background-color: #283244;
        margin-top: 40px;
        display: inline;
        box-shadow: 0px 0px 5px 1px white;


    }
}


@media all and (max-width: 500px) {
    div.element-prestation {
        width: 370px;
        height: 950px;
        background-color: #283244;
        margin-top: 40px;
        display: inline;
        box-shadow: 0px 0px 5px 1px white;


    }
}

@media all and (max-width: 380px) {
    div.element-prestation {
        width: 300px;
        height: 950px;
        background-color: #283244;
        margin-top: 40px;
        box-shadow: 0px 0px 5px 1px white;


    }
}


table.tableau-prestations {
    padding: 20px;
    margin-top: 90px;
    border-collapse: separate;
    border-spacing: 30px;

    
}

@media all and (max-width: 1200px) {
    table.tableau-prestations {
        margin: auto;
        margin-top: 50px;
        border-collapse: separate;
        border-spacing: 20px; 
        }
}

@media all and (max-width: 500px) {
    table.tableau-prestations {
        margin-top: 50px;
        border-collapse: separate;
        border-spacing: 20px; 
        }
}



table.tableau-prestations h2 {
    color: #00BEF8;
    font-size: 30px;
}

@media all and (max-width: 500px) {
    table.tableau-prestations h2 {
        color: #00BEF8;
        font-size: 20px;
        }
}


table.tableau-prestations td {
    color: white;
    font-size: 25px;
}

@media all and (max-width: 500px) {
    table.tableau-prestations td {
    color: white;
    font-size: 16px;
    }
}



div.zone-operation {
    margin-right: 50px;
}

@media all and (max-width: 1200px) {
    div.zone-operation {
        margin: auto;
    }
}

@media all and (max-width: 500px) {
    div.zone-operation {
        margin: auto;
    }
}

div.zone-operation h2 {
    color: #00BEF8;
    padding: 20px;
    margin-top: 70px;
    font-size: 30px;
}

@media all and (max-width: 1200px) {
    div.zone-operation h2 {
        color: #00BEF8;
        margin-top: 10px;
        font-size: 30px;
        text-align: center;
    }
}

@media all and (max-width: 500px) {
    div.zone-operation h2 {
        color: #00BEF8;
        margin-top: 10px;
        font-size: 20px;
    }
}

div.zone-operation img {
    display: block;
    width: 550px;
    margin-top: 20px;
    box-shadow: 0px 0px 10px 1px white;
}

@media all and (max-width: 1200px) {
    div.zone-operation img {
        display: block;
        width: 450px;
        margin-top: 10px;
        box-shadow: 0px 0px 5px 1px white;
        margin: auto;
    }
}

@media all and (max-width: 500px) {
    div.zone-operation img {
        display: block;
        width: 300px;
        margin-top: 10px;
        box-shadow: 0px 0px 5px 1px white;
        margin: auto;
    }
}


@media all and (max-width: 380px) {
    div.zone-operation img {
        display: block;
        width: 250px;
        margin-top: 10px;
        box-shadow: 0px 0px 5px 1px white;
        margin: auto;
    }
}

div.zone-operation p{
    width: 550px;
    text-align: center;
    color: grey;
    margin-top: 20px;
}

@media all and (max-width: 1200px) {
    div.zone-operation p{
        width: 300px;
        text-align: center;
        color: grey;
        margin: auto;
        margin-top: 20px;
        font-size: 16px;
        

    }
}

@media all and (max-width: 500px) {
    div.zone-operation p{
        width: 300px;
        text-align: center;
        color: grey;
        margin: auto;
        margin-top: 20px;
        font-size: 15px;
        

    }
}



/* ------------------------------------------ PAGE CONTACT------------------------------------------ */



div.description-contact h2 {
    color: #00BEF8;
    font-size: 60px;
    text-align: center;
} 

@media all and (max-width: 500px) {
    div.description-contact h2 {
        font-size: 40px;
    }
}

div.description-contact p {
    color: gray;
    font-size: 20px;
    width: 350px;
    text-align: center;
}

@media all and (max-width: 500px) {
    div.description-contact p {
        font-size: 15px;
        text-align: center;
        width: 300px;

    }
}



/* Formulaire */


/* section.contact {
    display: flex;
    margin-top: 50px;
    margin-left: 250px;
    gap: 200px;
    width: 1200px;
}

@media all and (max-width: 500px) {
    section.contact {
        display: block;
        margin: auto;
        margin-top: 20px; 
        width: 300px;
    }
}

ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    gap: 10px;
    padding: 0;
    margin: 0;
}


@media all and (max-width: 500px) {
    ul {
        display: inline-block;
        list-style: none;
        margin-top: 20px;
    }
}


label {
  width: 90px;
  text-align: right;
  color: white;
  font-size: 10px;
}



input {
    width: 300px;
    box-sizing: border-box;
    border: 1px solid #999;
    background-color: #b6b6b8;
    display: block;
    margin-top: 5px;
    color: white;
    box-shadow: 0px 0px 3px 1px white;

  
}


input:hover {
    background-color: white;
    color: black;
}

input:focus {
    color: white;
    background-color: #0e1118;
}

input[id=msg] {
    height: 100px;
    width: 610px;
}

@media all and (max-width: 500px) {
    input[id=msg] {
        height: 60px;
        width: 300px;
    }
}


.button {
  margin-top: 20px;
  margin-right: 95px;
}

@media all and (max-width: 500px) {
    .button {
        margin: auto;
        }
    }

button {
    width: 610px;
    height: 30px;
    background-color: #0e1118;
    color: white ;
    font-size: 15px;
    border: 1.5px solid white;
    border-radius: 4px;
    box-shadow: 0px 0px 5px 1px white;
    margin-left: 96px;

  
}


@media all and (max-width: 500px) {
    button {
        margin: auto;
        margin-top: 20px;
        width: 300px;
        height: 30px;
        background-color: #0e1118;
        color: white ;
        font-size: 15px;
        border: 1.5px solid white;
        border-radius: 4px;
        box-shadow: 0px 0px 5px 1px white;
        }
    }


button:hover {
    background-color: white;
    color: black;
} */




/* Gros titre COORDONNEES */

h2.titre-coordonnees {
    text-align: center;
    color: #00BEF8;
    margin-top: 50px;
    font-size: 60px;
}

@media all and (max-width: 500px) {
    h2.titre-coordonnees {
        text-align: center;
        color: #00BEF8;
        margin-top: 50px;
        font-size: 40px;
    }
}


/* Blocs  coordonnees */

section.coordonnees {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
    gap: 30px;
    
}

@media all and (max-width: 500px) {
    section.coordonnees {
        display: block;
        margin-top: 40px;
    }
}



div.bloc-coordonnees {
    display: flex;
    margin-top: 30px;
    width: 400px;
    height: 200px;
    background-color: #00BEF8;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 5px 2px white;
    border-radius: 10px;
    
}

@media all and (max-width: 1300px) {
    div.bloc-coordonnees {
        margin: auto;
        margin-top: 30px;
        width: 300px;
        height: 150px;
        background-color: #00BEF8;
        box-shadow: 0px 0px 5px 2px white;
        border-radius: 10px;
    }
    
}

@media all and (max-width: 800px) {
    div.bloc-coordonnees {
        margin: auto;
        margin-top: 30px;
        width: 300px;
        height: 150px;
        background-color: #00BEF8;
        box-shadow: 0px 0px 5px 2px white;
        border-radius: 10px;
    }
    
}

@media all and (max-width: 500px) {
    div.bloc-coordonnees {
        margin: auto;
        margin-top: 30px;
        width: 300px;
        height: 150px;
        background-color: #00BEF8;
        box-shadow: 0px 0px 5px 2px white;
        border-radius: 10px;
    }
    
}

div.bloc-coordonnees p {
    color: white;
    font-size: 20px;
    font-weight: 650;
    text-align: center;
}



section.avis h2 {
    color: #00BEF8;
    text-align: center;
    font-size: 40px;
    margin-top: 100px;
}


@media all and (min-width: 1280px) {
    .ancre-services {
        position:absolute;
        margin-top: 300px;
        margin-left:900px;
        font-size: 20px;
        color: white;
        text-decoration: none;
    }
    
}

@media all and (max-width: 1279px) {
    .ancre-services {
        display: none;
    }
    
}