*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --rouge: #de4312;
}
html{scroll-behavior:smooth;}

@font-face {
    font-family: kanit;
    src: url(/fonts/Kanit-Regular.ttf); 
    font-display: swap;
}

@font-face {
    font-family: kanit;
    src: url(/fonts/Kanit-Bold.ttf);
    font-weight: bold;  
    font-display: swap; 
}

h1,h2,h3,p,a,input, li, label, span {
    font-family: 'Kanit', sans-serif;
}

.flex {
    display: flex;
    flex-direction: column;
}

.marge {
    padding-left: 12px;
    padding-right: 12px;
}

a {
    display: inline-block;
    text-decoration: none;

}
a, input[type="submit"] {
    transition: all 0.3s;
    cursor: pointer;
}

input[type="submit"] {
    margin-top: 10px;
}

body, html{
    position: relative;
    width: 100%;
    font-size: 16px;
    overflow-x: hidden !important;
}

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

form #name{
    display: none;
}

h1 {
    text-transform: uppercase;
    color: var(--rouge);
}

h2 {
    color: var(--rouge);
}

h3 {
    color: var(--rouge);
    font-size: 1.5em;
}

input,textarea {
    border-width: 1px;
    border-radius: 7px;
    border-color: var(--rouge);
}


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

    MENU MOBILE

***************/
header {
    display: flex;
    position: absolute;
    top: 0;
    z-index: 1;
    justify-content: space-between;
    align-items: flex-start;
}

header > a {
    min-width: 135px;
    max-width: 33%;
}

#header-contact-info {
    color: white;
    display: flex;
    flex-wrap: wrap;
    margin-top: 23px;
    justify-content: flex-end;
    align-items: center;
}
#header-contact-info a {
    color: white;
    display: inline-block;
    margin-right:19px;
    font-size: 0.8em;
}
#header-contact-info a:hover {
    color: #ff784e;
}


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

    MAIN CSS  

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

.bouton {
    background-color: var(--rouge);
    color: white;
    padding: 8px 16px;
}

.bouton:hover {
    background-color: #902f03;
}

/*  =================== ACCUEIL ================ */

.section-1{
    position: relative;
}

.section-1 div {
    width: 100%;
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%,-57%);
    color: white;
    text-align: center;
}
.section-1 div span {
    display: block;
    text-transform: uppercase;
}

.section-1 div span:nth-child(1) {
    font-weight: 800;
    font-size: 4.6vw;
}

.section-1 div span:nth-child(2) {
    font-size: 3vw;
}

.section-1 .bouton {
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translate(-50%, -12%);
    text-transform: uppercase;
    font-size: 3vw;
    white-space: nowrap;
}



.section-2 p {
    max-width: 806px;
}

.section-2 p,.section-4 p {
    margin: 20px 0;
}

.section-2 > div picture {
    width: 33%;
    margin: 10px auto 5px auto;
    max-width: 154px;
}

.section-3{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.section-3 picture {
    max-width: 464px;
    margin: 12px 16px;
}



.section-4 {
    padding-top: 18px;
}

.section-4 h2 {
    border-top: 12px solid var(--rouge);
    padding-top: 10px;
}

.section-4 picture {
    max-width: 867px;
}

.section-4 ul {
    list-style-type: none;
    margin-bottom: 20px;
}
.section-4 ul li{
    position: relative;
}

.section-4 ul li:before {
    content:"·";
    font-size:28px;
    line-height:20px;
    vertical-align: middle;
    padding-right: 5px;
   /* position: absolute;*/
    /*left: -8px;*/
    /*margin-left: -16px;*/
    /*padding-right: 7px;*/
    top: 2px;
}

.section-4 .description {
    margin: 20px 0 39px 0;
}

.section-4 .bouton {
    padding: 8px 42px;
}


.section-5 {
    padding-top: 20px;
    margin-top: 30px;
}

.section-5 > div {
    border-top: 12px solid var(--rouge);
    padding-top: 30px;
}

.section-5 h3 {
    max-width: 981px;
    text-transform: uppercase;
}

.section-5 form {
    margin-top: 16px;
}

.section-5 #footer-contat-info > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.section-5 form input:not(input[type="submit"]), .section-5 form textarea {
    width: 100%;
    margin: 6px 0;
    padding: 8px 10px;
}

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

    MENU 

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


#footer-contact-info {
    padding-bottom: 63px;
}


#footer-contact-info a {
    margin-right: 10px;
    color: black;
}

#footer-contact-info a:hover {
    color: var(--rouge);
}

#footer-contact-info > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 41px;
    margin-top: 20px;
}

#footer-contact-info > a{
    max-width: 308px;
}

/*  =================== PAGE POLITIQUE ================ */

#page-autre header  {
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#page-autre header > a {
    max-width: 150px;
}

#page-autre section:nth-child(1) {
    background-color: var(--rouge);
    padding: 70px 0;
}

#page-autre section:nth-child(2) {
    padding-top: 28px;
}

#page-autre h1 {
    margin-bottom: 20px;
}

#page-autre p {
    margin: 14px 0;
}

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



    MEDIA QUERIES 

    

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





@media only screen and (min-width: 768px) {
    .marge {
        padding-left: 24px;
        padding-right: 24px;
    }
    
    #header-contact-info a {
        font-size: 1em;
    }

    #page-autre header {
        justify-content: space-between;
        flex-direction: row;
    }
}

    

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

h1 {
    /*
    font-size: 4.2em;
    */
    font-size: 3vw;
    margin-bottom: 55px;
}

.flex {
    flex-direction: row;
} 

.marge {
    padding-left: 105px;
    padding-right: 105px;
}

#header-contact-info a {
    margin-right: 25px;
}

#header-contact-info .logo-facebook {
    width: unset;
}


.section-1 div {
    top: 67%;
    left: 50%;
    transform: translate(-50%,-67%);
}
.section-1 .bouton {
    bottom: 12%;
    font-size: 1.4vw;
}
.section-1 div span:nth-child(1) {
    font-size: 2.8vw;
}
.section-1 div span:nth-child(2) {
    font-size: 1.7vw;
    margin-top: 10px;

}


.section-2 {
    padding-bottom: 40px;
}

.section-2 > div {
    justify-content: space-between;
}

.section-2 > div picture {
    max-width: unset;
    margin: unset;
}

.section-2 > div > div {
    width: 59%;
    padding-right: 27px;
}

.section-3{
    flex-wrap: nowrap;
}
.section-3 picture {
    margin: unset;
}
.section-4 {
    padding-top: 86px;
}

.section-4 h2 {
    font-size: 2.3vw;
}

.section-4 picture {
    width: 83%;
    min-width: 402px;
}

.section-4 .service:nth-child(even) {
    margin-top: 49px;
}

.section-4 .service:nth-child(odd) .description {
    order: 2;
    padding-left: 3%;
}

.section-5 {
    padding-top: 66px;
}


.section-5 form {
    width: 40%;
}
.section-5 #footer-contact-info {
    width: 40%;
}

#footer-contact-info a {
    margin-right: 21px;
}

#footer-contact-info > a {
    margin: 76px 0;
}
#footer-contact-info > div {
    margin-top: unset;
}
.section-5 .flex {
    flex-direction: row-reverse;
    justify-content: space-between;
}

.section-5 h3 {
    font-size: 2.3vw;
    padding-bottom: 22px;
}

.section-5 #form-cordonnes {
    flex-wrap: wrap;
}

.section-5 .multipleRows {
    display: flex;
}

.section-5 div {
    width: 100%;
}

.section-5 input[type="submit"] {
    margin-top: 6px;
}

.section-5 #form-cordonnes input:nth-child(2){
    margin-right: 22px;
}

/*  =================== PAGE POLITIQUE ================ */

#page-autre header > a {
    width: 342px;
    max-width: unset;
}

#page-autre h1 {
    font-size: 3.2em;
}
#page-autre section:nth-child(1) {
    padding:108px 0;
}


}




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

    .section-4 h2{
        line-height: 52px;
    }
    .section-5 h3 {
        line-height: 54px;
    }
    
}



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

    h1{
        line-height: 69px;
    }

    .section-2 {
        padding-bottom: 60px;
    }

    .section-2 > div picture {
        width: unset;
        margin-top: -193px;
    }
}





@media only print{

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

nav{display:none;}

} 