

:root{
    --textColor: black; 
    --orange: #ca5515;
    --dark-grey: #191515;
}


*{

    padding: 0;
    margin: 0;
    box-sizing: border-box;

}


body, html{

    position: relative;
    width: 100%;
    font-size: 16px;
    overflow-x: hidden !important;
    font-family: kanit, sans-serif;
    background-color: #191515;
    color: white;
}



form #name{
    display: none;
}


.container{
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin: auto auto;
}


.child{

    flex: 0 0 auto;

}

.text-center{
    text-align: center;
}

img{
    width: 100%;
    height: auto;
    display: inline-block;
}

picture{
    width: auto;
    display: inline-block;
    line-height: 0;
}


.orange{
    color: var(--orange);
}

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.64);
    z-index: 10;
}

header > .container {
    align-items: center;
}

header .contact{
    display: flex;
    justify-content: flex-end;

}

header .contact li{
    display: flex;
}

.bold{
    display: block;
    font-weight: bold;
    font-size: 1.2em;
}

header .logo-header, header .contact{
    width: 50%;
}

header .logo-header{
    width: 50%;
    transition: all ease 0.25s;
}


header .contact{
    width: 50%
}

header .contact li{
    margin-left: 25px;
}

header .logo-header img{
    width: 100%
}

header .contact a{
    text-decoration: none;
    color: white;
}

header .contact picture{
    margin-right: 15px;
    width: 35px;
    transition: all ease 0.25s;
}




header .contact p{
    display: none;
}

.button{
    width: 318px;
    height: 97px;
    display: block;
    color: white;
    text-decoration: none;
    text-align: right;
    padding: 15px;
    background-image: url(/images/background-button.jpg);
    font-size: 1.5em;
    line-height: 1em;
    font-weight: bold;
}

.button span{
    font-size: 1.5em;
    margin-top: 10px;
    display: block;
}

div.footer a{
    color: white;
    text-decoration: none;
}
/*************************************************************************** 



    MAIN CSS

    

****************************************************************************/

#politique-confidentialite{
    margin-top: 200px;
}


#slider{
    position: relative;
}

.img-slider{
    width: 100%;
    height: 100%;
    display: block;
}

#slider .text{
    position: absolute;
    left: 5%;
    bottom: 25vw;
}

#slider .text picture{
    width: 90%;
}

h1{
    font-size: 6vw;
}

h1 span{
    display: block;
}

h2{
    color: var(--orange);
    font-size: 5vw;
}

h2 span{
    display: block;
}

.section1 .container{
    width: 100%;
    align-items: center;
}

.section1 .child{
    width: 100%;
}

.section1 .child:nth-of-type(1){
    padding: 0 2.5% 0 5%;
}

.section1{
    position: relative;
    z-index: 1;
}

.section1 picture{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.container.section2{
    width: 100%;
    align-items: center;
    position: relative
}

.section2 .text{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section2 h2{
    color: white;
    background-color: rgba(202, 85, 21, 0.5);
    padding: 20px;
    text-shadow: 2px 2px #191515;

}

.container.section4{
    width: 100%;
    flex-wrap: wrap;
}

.section3{
    margin: 25px 0;
    width: 100%;
    text-align: center; 
    padding: 0 2.5%;
}

.section3 h2{
    color: white;
}

.section3 p{
    margin: 15px 0 25px 0;
}

.section4 .child{
    width: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}



.section4 .text{
    margin: 50px auto;
    padding: 0 25px;
}

.section4 h3{
    font-size: 1.4em;
}

.section4 hr{
    border: 2px solid var(--orange);
    width: 130px;
}

.section4 ul{
    margin-left: 15px;
}

.section5{
    margin-top: 100px;
}

.section5 .container{
    flex-wrap: wrap;
}

.section5 .child{
    width: 100%;
}

.section5 h2{
    color: white;
}

input, textarea{
    width: 100%;
    margin: 5px 0;
    padding: 10px;
    font-family: kanit, sans-serif;
}

input{
    height: 45px;
}

.section5{
    background-image: url(/images/wrench.jpg);
    background-position: bottom left;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.section5 ul{
    list-style: none;
}

.section5 img{
    padding-right: 10px;
}

.section5 li{
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
}

.section5 a{
    text-decoration: none;
    color: white;
}

.section5 form button{
    padding: 10px 20px;
    background-color: var(--orange);
    font-weight: bold;
    border: 0;
    color: white;
    cursor: pointer;
    margin-bottom: 50px;
}



div.footer{
    padding: 75px 0;
}

div.footer .container{
    align-items: center;
}

div.footer hr{
    border: 2px solid var(--orange);
    width: 80%;
    height: 0;
}

.wrench{
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
/*************************************************************************** 



    MEDIA QUERIES 

    

****************************************************************************/





@media only screen and (min-width: 768px) {

    header .logo-header{
        width: 25%;
    }

    header .contact{
        width: 75%;
    }

    header .contact p{
        display: block;
    }
    
    #slider .text{
        left: 5%;
        bottom: 5vw;
    }

    #slider .text picture{
        width: auto;
    }

    h1{
        font-size: 4vw;
    }

    .section1{
        position: relative;
        z-index: 1;
    }
    
    .section1 picture{
        position: relative;
        left: unset;
        bottom: unset;
        width: 100%;
        z-index: unset;
        display: block;
    }

    .section1 .child{
        width: 50%;
    }
    
    

    .section4 h3 {
        font-size: 1.8em;
    }

    .section4 .text{
        padding: 0;
    }

    .section5 .child{
        width: 45%;
    }

    .section5 form button{
        margin-bottom: 0;
    }
}

    

@media only screen and (min-width: 1024px) {
    .section4 .child{
        width: 33.333%;
    }

    header .contact picture{
        width: 59px;
    }

    header .contact picture.scroll{
        width: 35px;
    }

    h2{
        font-size: 4vw;
    }
    
    
    header .logo-header.scroll{
        width: 200px;
    }

}



@media only screen and (min-width: 1288px) {

    

    h2{
        
        font-size: 2vw;
    }

}



@media only screen and (min-width: 1500px) {
    header .logo-header, header .contact{
        width: 50%;
    }

    header .contact picture{
        margin-right: 15px;
        width: 59px;
    }
}



@media only screen and (min-width: 1920px) {

    

}



@media only print{

h1,h2,h3,h4,p,a,li{color:#000 !important;}

nav{display:none;}

} 