main{

    margin-top: 125px;

}



.italic {

    font-style: italic;

}



p{

    margin-bottom: 25px;

}



#slider .container:nth-of-type(1){

    width: 100%;

    position: relative;

    flex-direction: column;

}


#slider > .container > div{
    position: relative;
    width: 90%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    margin: 25px auto;
}
h1{
    font-size: 1.4em;
    margin-bottom: 1em;
}



h1 span{

    color: var(--main-blue);

    display: block;

    text-align: start;

}



.title{

    width: 90%;

    margin: 50px 5% 25px 5%;

    

}



.title h2{

    font-size: 1.2em;

}







.menu{

    display: flex;

    width: 100%;

    justify-content: center;

}



.menu-button{

    margin: 0 18px;

    height: 22px;

    cursor: pointer;

    font-weight: bold;

    transition: all ease 0.5s;

}



.menu-button span{

    display: block

}



.menu-button:hover{

    color: var(--main-blue);

    border-bottom: 1px solid var(--main-blue);

}



.menu-button.active{

    color: var(--main-blue);

    border-bottom: 1px solid var(--main-blue);

}



.service-name{

    display: none;

}



.slider-infos{

    position: relative;

    display: flex;

    justify-content: center;

}



.slider-infos span{

    font-weight: bold;

}



.slider-infos ul span{

    width: 6px;

    height: 6px;

    display: inline-block;

    margin-right: 5px;

    background-color: var(--main-blue);

}



.slider-infos li{

    display: flex;

    align-items: center;

}





.banniere{

    display: flex;

    flex-direction: row;

    flex-wrap: wrap;

}



.banniere picture{

    width: 50%;

}



.banniere picture img{

    width: 100%;

    height: 100%;

}



.section2{

    position: relative;

}



.section2 .container{

    margin: auto auto;

    justify-content: flex-start;   

    flex-wrap: wrap;

}



.section2 h2{

    font-size: 4.5vw;

    margin: 50px 0 50px 0;

}



.section2 span{

    color: var(--main-blue);

    font-size: 4.2vw;

    font-weight: 600;

}

.section2 .flex{

    width: 100%;

}





.section2 ul{
    margin: 50px 0px;
}
.section2 li{
    list-style: none;
}
.section2 li .list-marker{
    background-color: #0dacad;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 2em 0px 1em;
}


.section2 .button-container{

    padding-bottom: 25px;

}



.section2 .button{

    margin-top: 25px;

    padding: 8px;

}



.section2 .container .flex:nth-child(2) .flex{

    display: flex;

    flex-wrap: wrap;

}

.section2 .avant, .section2 .apres{

    width: 50%;

}

.section2 .container > .flex:not(:first-of-type){

    margin-top: 60px;

}

.section2 .container .flex:nth-child(2) span{

    font-weight: 600;

}



.section2 .container .flex:nth-child(2) img{

    padding: 6px 6px;

}

.section2 .blue-stripe{
    margin-top: 17%;
    background-color: #0dacad;
    display: flex;
    justify-content: center;
}
.section2 .blue-stripe picture{
    margin-top: -11%;
    width: 50%;
    
}

.section3 {
    margin-bottom: 50px;
}

.section3 > .container{
    margin: auto auto;
    flex-direction: column;
}

.section3 .flex{
    width: 100%;
}

.section3 h2{
    margin: 50px 0;
    font-size: 2em;
}

.section3 a{
    display: flex;
}

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

.contact-info a{
    margin: 5px;
    text-decoration: none;
    color: var(--main-blue);
}

.contact-info img{
    width: 25px;
    margin-right: 8px;
}

form{
    width: 100%;
}

label{
    border: 1px solid var(--main-blue);
    padding: 15px;
    display: block;
    width: 100%;
    color: var(--main-blue);
    font-weight: bold;
    display: flex;
    margin: 10px 0;
    cursor: pointer;
    user-select: none;
}

label span{
    width: 125px;
}

label input, textarea{
    width: calc(100% - 125px);
}

form div{
    display: flex;
    align-items: center;
}

form div input{
    display: none;
}

form p{
    color: var(--main-blue);
    margin-top: 25px;
}

input, textarea {
    border: none;
    background-color: black;
    color: white;
}

form div{
    color: var(--main-blue);
}

button{
    cursor: pointer;
    transition: all ease 0.5s;
}

button:hover{
    background-color: white;
    color: var(--main-blue);
}


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

    h1 span{
        text-align: start;

        text-align: center;
    }

    main{
        margin-top: 238px;
    }

    #slider .container:nth-of-type(1){
        flex-direction: row;
    }

    #slider > .container > div{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        align-items: center;
    }

    .section2 h2{
        font-size: 2.5vw;
        margin: 50px 0 2vw 0;
    }

    .section2 span{
        font-size: 2.4vw;
    }

    .section2 .container{
        justify-content: flex-start;
    }

    .section2 .container > .flex:not(:first-of-type){

        margin-top: 0px;
    
    }

    .section2 div.text{
        width: 45%;
    }

    .section2 .button-container{
        margin-bottom: 71px;
    }
}

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

    h1{
        font-size: 2em;
    }

    .title{
        width: 90%;
        margin: 75px 5%;
    }

    .title h2{
        font-size: 2em;
    }

    .menu{
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .menu-button{
        margin: 0 25px;
        height: 22px;
        cursor: pointer;
        font-weight: bold;
        transition: all ease 0.5s;
    }

    .service-name{
        display: block;
    }

    .menu-button span{
        display: none;
    }

    .slider-infos{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .banniere picture{
        width: 25%;
    }

    .section2 h2{
        font-size: 2.1vw;
        padding: 0;
        max-width: 1016px;
    }

    .section2 span{
        font-size: 1.3vw;
    }

    .section2 .container > .flex{
        width: 46%;
    }

    .section2 .container{
        justify-content: space-between;
    }
}

@media only screen and (min-width: 1150px){
    
    .section3 > .container{
        margin: auto auto;
        flex-direction: row;
    }

    .section3 .flex{
        width: 45%;
    }

    .contact-info{
        flex-direction: row;
    }

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

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

}

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

}

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

}