@font-face {
    font-family: 'acumin'; /* 18px */
    src: url('fonts/AcuminProBook.otf') format('truetype');
}

@font-face {
    font-family: 'bebas'; /* 30px */
    src: url('fonts/bebasneuepro-smeeb.otf') format('truetype');
}

*{
    margin: 0;
    padding: 0;

}

html {
    --scroll-behavior: smooth;
    scroll-behavior: smooth;
}

header{
    width: 100%;
    background-color: #171925;
    font-size: 30px;
    font-family: 'bebas';
    font-stretch: semi-expanded;
    text-transform: uppercase;
    color: #FFFFFF;
}

main{
    color: #FFFFFF;
    font-family: 'acumin';
    width: 100%;
    overflow-x: hidden;
}

nav{
    display: flex;
    max-width: 1600px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    padding: 2vh 10%;
    flex-wrap: wrap;
}

nav img{
    width: 180px;
}

nav ul{
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}

nav li{
    margin: 15px;

}

nav a{
    transition: all 0.5s ease;
}

.social img{
    width: 25px;
    padding: 5px;
}

.social li{
    background-color: #FFBC1A;
    width: 35px;
    height: 35px;
    margin: 5px;
}

a:link {
    color: #FFFFFF;
}
/* lien visité */
a:visited {
    color: #FFFFFF;
}
/* souris sur le lien */
a:hover {
    color: #FFBC1A;
}
/* lien sélécté */
a:active {
    color: #FFFFFF;
}
.section1{
    background-image: url("img/image1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.section1 .cover{
    background-color: rgba(36, 42, 58, 0.9);

}

.section1 .cover .large{
    /*height: 100vh;*/
    padding: 10%;
    max-width: 1600px;
    margin: auto;
}

.section1 div h3{
    font-size: 20px;
    color: #FFBC1A;

}

.section1 div h1{
    font-size: 60px;
    color: #FFF;
    margin: 20px 0;

}

.section1 div span{
    color: #FFBC1A;
}

.section1 div p{
    width: 640px;
    color: #B5B5B5;

}

.section1 div button{
    border: none;
    font-size: 20px;
    padding: 15px;
    margin: 40px 40px 20px 0;
    font-stretch: condensed;
}

#devis{
    background-color: #FFBC1A;
    font-weight: 600;
}

#devis:hover{
    background-color: #FFFFFF;
    color: #FFBC1A;
}

#plus{
    margin: 0 40px 20px 0;
    background-color: transparent;
    color: #FFFFFF;
}

            /*      SECTION 2       */


.section2{
background-color: #100F17;

}

.section2 .large{
    max-width: 1600px;
    margin: auto;
    padding: 10% 10% 2% 10%;
}

.section2 img{
    width: 40px;
}

.section2 .inter{
    display: flex;
    width: 70%;
    margin: auto;
    list-style: none;
    justify-content: center;
    align-items: center;
}

.inter li{
    width: 30%;
    height: 15%;
    margin: -34% 20px 20px 20px;
    background-color: #22273A;
    padding: 3%;
    color: #FFFFFF;
    font-size: 12px;
}

.inter li:nth-child(2){
    background-color: #FFBC1A;
    color: #000;
    justify-content: center;
    align-items: center;
    padding-top: 5%;
}

.inter h2{
    text-align: center;
    margin-bottom: 10px;
}

.inter li p{
    color: #B5B5B5;
}

.inter li:nth-child(2) p{
    color: #000;
}

.qui{
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.qui .service{
    width: 50%;
}

.qui .service h3{
    font-size: 20px;
    color: #FFBC1A;
}

.qui .service h1{
    font-size: 45px;
    color: #FFF;
    margin: 20px 0;

}

.qui .service span{
    margin-left: 70%;
}

.qui .service p{
    color: #B5B5B5;

}

.qui .service h4{
    margin-top: 20px;
}

.qui .service hr{
    height: 8px;
    border: none;
    background: linear-gradient(to right,
    #FFBC1A 97%,
    #FFFFFF 3%);
    margin: 10px auto;
}

.qui .service ul{
    list-style: none;
    display: flex;

}

.qui .service ul li{
    display: flex;
    margin: 10px;
    width: min-content;

}

.qui .service ul li img{
    background-color: #22273A;
    margin: 5px;
    padding: 10px;
}

.qui .service ul li h3{
    margin: 5px;
    color: #FFFFFF;
}

.qui .service button{
    width: 150px;
    border: none;
    font-size: 18px;
    padding: 15px;
    margin: 40px 0;
    font-family: 'bebas';
}

#plus2{
    background-color: #FFBC1A;

}

#num{
    width: 180px;
    background-color: transparent;
    color: #FFFFFF;
}

#num img{
    width: 18px;
}


.qui .demande{
    /*background-image: url("img/image2.png");
    background-repeat: no-repeat;*/
    display: flex;
    justify-content: center;
    align-items: center;

}

.qui .demande img{
    width: 26vw;
    margin-right: -100px;
}

.qui .demande ul{
    list-style: none;
    height: 450px;
    width: 260px;
    background-color: #22273A;
    padding: 40px;

}

.qui .demande ul input{
    padding: 20px;
    width: 260px;
    margin: 10px 0;
}

#message{
    height: 120px;
}

.demande button{
    width: 260px;
    font-size: 18px;
    background-color: #FFBC1A;
    text-align: center;
    font-stretch: condensed;
    font-weight : 600;
    border: none;
    padding: 15px;
    margin-top: 20px;
}

.qui .demande ul button img{
    width: 25px;
    margin-right: 5px;
}

#send:hover{
    background-color: #22273A;
    color: #FFBC1A;
    border: solid 1px #FFBC1A;
    cursor: pointer;
}

.section3{
    background-color: #22273A;

}

.section3 .large{
    max-width: 1600px;
    margin: auto;
    padding: 5% 10%;
}

.section3 .intro{
    display: flex;
    margin: auto auto 5% auto;
}

.section3 .intro div{
    width: 100%;
}

.section3 .large h2{
    font-size: 20px;
    color: #FFBC1A;
    margin-bottom: 15px;
}

.section3 .intro h1{
    font-size: 35px;
}

.section3 .intro span{
    color: #FFBC1A;
}

.section3 .intro p{
    width: 80%;
    color: #B5B5B5;
}

.section3 img{
    width: 400px;
}

.section3 .mes-services .icon{
    width: 45px;
    background-color: #FFBC1A;
    padding: 10px;
    position: absolute;
    margin-top: -30px;
}

.section3 .mes-services div{
    width: 300px;
    background-color: #100F17;
    padding: 20px;
    margin-top: -40px;
    position: relative;
}

.section3 .mes-services ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
}

.section3 .mes-services ul li{
    margin: 40px;
}

.section3 .mes-services ul h1{
    font-family: 'bebas';
}

.section3 .mes-services ul p{
    color: #B5B5B5;
    margin: 10px 0;
}

.section3 .mes-services ul button{
    border: none;
    margin: 10px 0;
    color: #FFBC1A;
    background-color: transparent;
    font-size: 16px;
}

.section4{
    background-image: url("img/image9.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.section4 .cover{
    background-color: rgba(36, 42, 58, 0.8);

}

.section4 .cover .large{
    /*height: 100vh;*/
    padding: 0 10%;
    max-width: 1600px;
    height: 20vh;
    margin: auto;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.section4 .cover .large div{
    margin-right: 10%;
}

.section4 .cover .large h3{
    font-size: 28px;
    color: #FFFFFF;
}

.section4 .cover .large h1{

    font-size: 40px;
    color: #FFBC1A;
}

.section4 .cover .large ul{
    display: flex;
    list-style: none;
}

.section4 .cover .large ul li{
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 10px;
    width: 140px;
    font-size: 40px;
    text-align: center;
    line-height: 0.7;
}

.section4 .cover .large ul li span{
    font-size: 16px;
}

.section5{
    background-color: #100F17;

}

.section5 .large{
    max-width: 1600px;
    margin: auto;
    padding: 10% 10% 2% 10%;
    display: flex;
}

.section5 .large div{
    width: 100%;
}

.section5 img{
    width: 25%;
    margin-right: 5%;
}

.section5 #image-choisir{
    width: 90%;
    margin-bottom: -10%;
    margin-top: 10%;
}

.section5 .large .choisir h2{
    font-size: 20px;
    color: #FFBC1A;
    margin-bottom: 10px;

}

.section5 .large .choisir h1{
    font-size: 40px;
    margin-bottom: 10px;

}

.section5 .large .choisir p{
    font-size: 16px;
    color: #B5B5B5;
    margin-bottom: 10px;

}

.section5 .large ul{
    list-style: none;
    margin-top: 30px;
}

.section5 .large .choisir li{
    display: flex;
    margin: 25px 0;
}

.section5 .large .choisir img{
    width: 8%;
    background-color: #22273A;
    padding: 2%;
}

.section6{
    background-color: #100F17;

}

.section6 .large{
    max-width: 1600px;
    margin: auto;
    padding: 10% 10% 5% 10%;
}

.section6 .cover .large h2{
    font-size: 20px;
    color: #FFBC1A;
    text-align: center;
}

.section6 .cover .large h1{
    text-align: center;
    margin: 10px auto;
    font-size: 40px;
}

.section6 .cover .large h1 span{
    color: #FFBC1A;
}

.section6 .large .temoin{
    width: 100%;
    display: flex;
    margin-top: 40px;
}



.section6 img{
    width: 25%;
}

.section6 .large .temoin #temoin{
    width: 100%;
    margin-top: -10%;
}

.section6 .large .temoin .temoinp{
    background-color: #22273A;
    padding: 4%;
    width: 100%;
}

.section6 .large .temoinp p{
    margin-bottom: 30px;
    color: #B5B5B5;

}

.section6 .large .temoin .temoin1{
    background-color: #222730;
    width: 100%;
}

.section6 .large .temoinp .nomt{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.section6 .large .temoin .temoinp img{
    width: 80px;
    border-radius: 50%;
    margin-right: 20px;
}

.section6 .large .temoinp .nomt h4{
    color: #FFBC1A;
    font-size: 20px;
}

.section6 .large .temoinp .nomt h5{
    font-size: 12px;
}

.section6 .large .temoin #temoin1{
    background-color: #222732;
    height: max-content;
    width: 100%;
}

main hr{
    width: 100%;
    height: 3px;
    background-color: #FFBC1A;
    border: none;
}

.section7{
    background-color: #100F17;

}

.section7 .large{
    max-width: 1600px;
    margin: auto;
    padding: 5% 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.section7 .large div{
    width: 45%;
    padding: 30px;
}

.section7 .large div ul{
    list-style: none;
}

.section7 .large .message{
    background-color: #22273A;
}

.section7 .large .message h3{
    font-size: 18px;
    color: #FFBC1A;
    margin: 10px auto;
}

.section7 .large .message p{
    color: #B5B5B5;
    margin: 5px auto;
}

.section7 .large .message ul li{
    margin: 15px auto;
}

.section7 .large .message ul h4{
    margin: 8px auto;
}

.section7 .large .message ul li:first-child{
    display: flex;
    justify-content: space-between;
}

.section7 .large .message ul li:first-child div{
    padding: 0;
    width: 48%;
}

.section7 .large .message input{
    padding: 15px;
    width: 100%;
}

.section7 .large .message #msg{
    height: 20vh;
    padding: 15px;
    width: 100%;
}

.section7 .large .message button{
    padding: 15px;
    width: 100%;
    background-color: #FFBC1A;
    text-align: center;
    margin: 10px auto;
    border: none;
    font-stretch: condensed;
    font-weight: 600;
    font-size: 18px;
}

#soumettre:hover{
    background-color: #22273A;
    color: #FFBC1A;
    border: solid 1px #FFBC1A;
    cursor: pointer;
}

.section7 .large .maps h2{
    font-size: 22px;
    color: #FFBC1A;
}

.section7 .large .maps h1{
    font-size: 40px;
    margin: 10px auto;

}

.section7 .large .maps h3{
    font-size: 18px;
    margin: 20px auto 10px auto;
    color: #FFBC1A;
}

.section7 .large .maps .adresse, .adresse li{
    display: flex;
    padding: initial;
}

.section7 .large .maps p{
    color: #B5B5B5;
    margin: 5px auto;
}

.section7 .large .maps .adresse p{
    margin: auto 10px;
    color: #FFFFFF;
    font-size: 16px;
}

.section7 .large .maps img{
    width: 30px;
}

.section7 .large .maps .adresse .num-tel{
    margin-left: 10px;
}

.section7 .large .maps .sociaux img{
    background-color: #FFBC1A;
    width: 25px;
    padding: 5px;
    margin: 5px;
}

.section7 .large .maps #maps{
    width: 36vw;
    margin-top: 20px;
}


class{

    color : #FFBC1A;
    color : #171925;
    color : #22273A;
    color : #100F17;
    color : #B5B5B5;

}


footer{
    width: 100%;
    background-color: #22273A;
    color: #B5B5B5;
}

footer .footer{
    display: flex;
    max-width: 1600px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    height: 35vh;
    padding: 0 10%;
    list-style: none;
    font-family: 'acumin';
}

footer .footer li{
    width: 25%;

}

footer .footer li:first-child img{
    width: 60%;

}

footer .footer li p{
    width: 70%;
    margin: 5px 0;
    line-height: 1.5;

}

footer .footer li:first-child .sociaux img{
    background-color: #FFBC1A;
    width: 22px;
    padding: 3px;
    margin: 3px;

}

footer .footer li h3{
    color: #FFFFFF;
    margin-bottom: 15px;

}

footer .footer li .contact{
    list-style: none;
}

footer .footer li .contact li{
    display: flex;
    align-items: center;
    width: 100%;
}


footer .footer li .contact li img{
    width: 30px;
    height: 30px;
}

footer .footer li button{
    width: 75%;
    font-size: 18px;
    background-color: #FFBC1A;
    text-align: center;
    font-stretch: condensed;
    font-weight: 600;
    border: none;
    padding: 15px;
    margin-top: 20px;
}





footer .right{
    width: 100%;
    height: 5vh;
    background-color: #171925;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    font-size: 14px;
}











