@font-face {
    font-family: font-navbar;
    src: url('font/Montserrat-SemiBold.ttf');
}
@font-face {
    font-family: font-p;
    src: url('font/Montserrat-Medium.ttf');
}
@font-face {
    font-family: font-h4;
    src: url('font/Montserrat-Italic.ttf');
}
@font-face {
    font-family: font-h1;
    src: url('font/Montserrat-Bold.ttf');
}
@font-face {
    font-family: light;
    src: url('font/Montserrat-Light.ttf');
}
html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-y: none;
}
h1,h2,h3{
    font-family: font-h1;
    margin: 10px;
    padding: 0;
}
h4{
    font-family: font-h4;
    font-style: none;
    text-align: center;
}
p{
    font-family:  font-p;
    font-size: 1.3rem;
}
a{
    text-decoration: none;
    color: black;
}
li {
    font-family: font-p;
}
    /*Header & nav bar */
header {
    width: 100%;
}
#menu-nav {
    background: rgb(181,229,18);
    background: linear-gradient(90deg, rgba(181,229,18,1) 15%, rgba(55,174,12,1) 72%);
    display: flex;
    flex-direction: column;
}
#menuNom {
    display: flex;
    margin: 5px 25px 0 25px;
    justify-content: space-between;
    align-items: center;
    height: 90%;
    padding: 0px 0px 5px 0;
    border-bottom: 1.5px solid white;
}
#menuNom #nom{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: white;
    text-align: center;
    font-family: 'Montserrat', sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    
}
#menuNom #nom{
    text-align: center;
    margin: auto;
    font-size: 1rem;
}
#menuNom #nom h1{
    font-size: 1.8rem;
    font-family: light;
    margin-bottom: 0;
}
#menuNom #nom h2{
    font-family: light;
}
#logo {
    position: absolute;
    left: 90%;
    transform: translateX(-10%);
    width: 12vh;
    height: 12vh;
}
#bar {
    width: 0;
    height: 5px;
    border-radius: 2px;
    background-color: rgba(199, 64, 64, 0.8);
}
.bar{
    background: rgb(181,229,18);
    background: linear-gradient(90deg, rgba(181,229,18,1) 15%, rgba(55,174,12,1) 72%);
    font-family: font-navbar;
    border: none;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    display: flex;
    height: 80px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.5);
}
.bar h1{
    color: white;
    font-size: 1.7rem;
    margin-right:20px ;
    padding: 2px 10px;
    display: block;
    font-family: font-h1;
}
.bar li{
    height: auto;
    text-align: center;
    list-style: none;
}
.bar a{
    font-size: 1.3rem;
    padding:25px 10px;
    text-decoration: none;
    color: white;
    display: block;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.bar a:hover{
    font-size: 1.4rem;
    color: #f2e34e;
}
.bar li ul{
    z-index: 0;
    display: none;
    height: auto;
    margin: 0;
    padding: 0; 
    transition: 0.5s;
}
.bar li:hover ul{
    border-left: #f2e34e 2px solid;
    box-shadow: 0 1px 1px rgba(0,0,0,0.5);
    background-color: white;
    display: block;
    position: absolute;
    transition: 0.5s;
}
.bar li ul li a:hover{
    border-left: #f2e34e 5px solid;
    color: #f2e34e;
}
.sous-menu li a{
    color: #00a173;
}
    /*Section accueil*/
#back_accueil {
    padding-top: 20px;
    background-image: url("images/background.jpg");
    background-size: cover;
    background-position: center;
}
#back_accueil>div h1,#back_accueil>div h2 {
    padding: 10px;
    color: rgba(0, 0, 0, 0.658);
    font-family: font-h1;
}
#carte_accueil {
    margin: 10px 0px 30px 0px;
    display: flex;
    justify-content: space-around;
}
.crt_acc {
    display: flex;
    align-items: center;
    max-width: 25%;
    max-height: 100px;
    background-color: rgba(255, 255, 255, 0.39);
    padding: 30px;
    border-radius: 10px;
}
#carte_accueil .crt_acc i {
    color: #00a173;
    margin: 0px 30px 0px 0px;
    font-size: 2.5rem;
}
#img_cont{
    margin-top: 10px;
    color: white;
    padding-bottom: 10px;
    font-size: 1.5rem; 
}
#img_cont div {
    display: flex;
    justify-content: space-around;
}
#img_cont div i {
    font-size: 2.5rem;
}
.i_accueil{
    margin: 20px;
    height: 120px;
    width: 120px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.164);
    border-radius: 4000px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: 0.5s;
}
.i_accueil a {
    color: white;
    padding: 10px;
    font-size: 1.3rem;

}
.i_accueil p {
    text-align: center;
    font-size: 1rem;
    margin: 0;
}
.i_accueil:focus, .i_accueil:active, .i_accueil:hover{
    background-color: #00a173;
}
div#section-accueil {
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 50px;
    text-align: center;
}
#section-accueil div p {
    padding: 15px;
    margin: 20px;
    font-family:  font-p;
}
#section-accueil h4 {
    font-size: 1.8rem;
}
#section-accueil ul li {
    font-family: font-p;
    font-size: 1.2rem;
    margin-left: 20px;
}
.zone_accueil {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10vh 15vw;
    border-bottom: 1px solid rgba(0, 0, 0, 0.204);
}
.zone_accueil1 {
    display: flex;
    flex-direction: row-reverse;
}
.zone_accueil div {
    margin: 10px 50px;
}
.zone_accueil img {
    max-width: 40vh;
    max-height: 20vh;
}
.zone_accueil h1{
    color: #00a173;
}
#bggdv{
    background-image: url('images/backgraine.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 40vh;
    text-align: center;
}
#bggdv p {
    color: rgba(255, 255, 255, 1);
    text-shadow: 1px 1px 1px black;
    font-size: 1.6rem;
    padding-top: 60px;
}
#grainevie {
    padding: 30px 50px 50px 50px;
    font-family: font-p;
}
#grainevie p {
    margin: 30px 20px 20px 20px;
}
#gdvheader{
    text-align: center;
    font-family: font-h1;
}

#gdvheader img {
    width: 30%;
}
#gdvheader h2 {
    font-size: 1.2rem;
    margin: 20px;
}
#gdvlog2{
    text-align: center;
}
#logo2gdv{
    width: 20%;
}
    /*slider*/
.slider {
    width: 600px;
    margin: 30px auto;
    position: relative;
    margin-bottom: 60px;
}
      
.slider-viewport {
    width: 600px;
    height: auto;
    overflow: hidden;
}
      
.slider-content {
    display: grid;
    grid-auto-flow: column;
    transition: 1s all;
}
.slider-content img {
    width: 600px;
    height: auto;
}
      
.slider-nav {
    position: absolute;
    width: 100%;
    bottom: -30px;
    margin-top: 10px;
    text-align: center;
}
.slider-nav a {
    box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.3);
    display: inline-block;
    background-color: #adafbc;
    width: 15px;
    height: 15px;
    margin: 0 3px;
}
.slider-nav a:hover {
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.8);
    }
      
#img2:target .slider-content {
    transform: translateX(-600px);
}
      
#img3:target .slider-content {
    transform: translateX(-1200px);
}
      
#img4:target .slider-content {
    transform: translateX(-1800px);
}
      
#img5:target .slider-content {
    transform: translateX(-2400px);
}



.gdvvideo {
    margin: 10px;
    text-align: center;
}
#gdvfm {
    display: flex;
    text-align: center;
    justify-content: space-around;
}
#gdvfm img {
    width: 40%;
}
.info-section{
    margin-top: 30px;
    height: 150px;
    background: rgb(181,229,18);
    background: linear-gradient(90deg, rgba(181,229,18,1) 15%, rgba(55,174,12,1) 72%);
     padding: 30px;
     text-align: center;
     color: rgb(230, 230, 230);
}
.info-section h1{
    font-family: font-h1;
}
.info-section div {
    display: flex;
    justify-content: space-around;
}
.info-section div a, .info-section div i {
    padding: 30px 30px 10px 30px;
    text-decoration: none;
    font-size: 1.3rem;
    color: rgb(230, 230, 230);
}


    /*Section certificat PEB*/

.section-certificat {
    margin-left: 150px;
    margin-right: 150px;
    padding-top: 40px;
}
.section-certificat h1 {
    font-family: font-h1;
    color: #00a173;
    text-align: center;
    margin: 10px;
}
.section-certificat h2{
    font-family: font-h1;
    margin: 10px;
}   
.section-certificat ul li {
    font-family: font-p;
}
.section-certificat a.lienpdf {
    font-family: font-p;
}
.section-certificat a.lienpdf:visited,.section-certificat a.lienpdf:focus {
    color: black;
}
.section-certificat img {
    width: 50%;
}
.section-certificat div#mazoutimg {
    text-align: center;
}
.lienpdf{
    background-color: rgba(206, 206, 206, 0.9);
    box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    border-radius: 5px;
    width: 100%;
    padding: 15px;
}
.lienpdf i {
    margin-right: 10px;
}
.lienpdf a {
    font-family: font-p;
    color: black;
    text-decoration: none;
    transition: 0.2s;
}
.lienpdf a:visited, .lienpdf a:focus {
    color: black;
    text-decoration: none;
}
.lienpdf a:hover {
    font-size: 1.1rem;
    color: #00a173;
}
#main_section{
    display: flex;
}
#main_section img{
    height: 55%;
    width: 55%;
    padding-top: 40px;
}
#prix_card{
    display: flex;
    justify-content: space-between;
}
#prix_card .carte {
    background-color: rgba(245, 245, 245, 0.5);
    padding: 30px 0px;
    margin: 30px;
    border-radius: 12px;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
#prix_card .carte h5 {
    text-align: center;
    font-family: font-p;
    font-size: 1.2rem;
}
#prix_card h1 {
    font-family: font-h1;
    color: #00a173;
    text-align: center;
    margin: 10px;
}
#prix_card .carte p, #prix_card .carte ul{
    margin-left: 15px;
    font-family: 1rem;
}
#tarif_choix input[type="radio"]{
    width: 10%;
}
#tarif_choix p{
    transition: 0.2s;
}
#superficie_maison,#superficie_appartement, #tarif, #facade  {
    display: none;
}
#devis {
    margin-top: 60px;
}

    /*Section contrôle elec */
#ctrl_elec_img{
    padding-top: 600px;
    background-image: url("images/ctrlelec.jpeg");
    background-size: cover;
    width: 100%;
}
.section-elec{
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 40px;
}
.section-elec h2{
    font-size: 1.3rem;
}
.section-elec h3{
    font-size: 1.2rem;
}
.section-elec ul li{
    font-size: 1.3rem;
    font-family: font-p;
    margin: 20px 10px 20px 20px;
}
.section-elec img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}
#elec_card {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#elec_card span {
    transition: 0.2s;
    font-family: font-p;
    font-size: 1.3rem;
}
#elec_card div {
    margin: 20px;
}
#elec_card span:hover {
    color: #00a173;
    font-size: 1.4rem;
}
#elec_card .carte {
    background-color: rgba(0, 0, 0, 0.075);
    border-radius: 10px;
    margin: 10px;
}
#elec_card .carte p {
    font-size: 1rem;
}
#ctrl_elec, #install, #panneau, #ctrl_perio, #new_ctrl, #extension {
    padding: 10px;
    display: none;
}
#ctrl_info #prix_card {
    display: flex;
    justify-content: center;
}
#ctrlelec_fin {
    margin: 30px;
}
#ctrlelec_fin h2 {
    font-size: font-h1;
}

    /* formulaire */ 
#formulaire {
    padding-top: 100px;
}
@keyframes arrowMove {
    0%{
        transform: translateY(0px);
    }
    50% {
        transform: translateY(15px);
    }
    100% {
        transform: translateY(0px);
    }
}
    /*Certibeau*/
#video_certibeau{
    margin: 10px;
    text-align: center;
}
#section-batibeau{
    margin-left: 100px;
    margin-right: 100px;
    display: flex;
}
#presentation_batibeau {
    display: block;
}
#public_batibeau{
    display: none;
}
#tarif_batibeau {
    display: none;
}
#onglet_cont {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
#certibeau_text {
    margin-top: 25vh;
}
.onglet {
    display: flex;
    font-size: 1.3rem;
    margin: 70px 0;
    align-items: center;
    justify-content: center;
}
.onglet span {
    padding: 0 20px;
    background-color: rgba(0, 0, 0, 0.205);
    padding: 20px;
    width: 70vh;
    transition: 0.5s;
}
.onglet span:hover {
    background-color: #45be9c7e;
}
#tarif_select {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 1px solid rgba(0, 0, 0, 0.205);
}
#presentation_select {
    background-color: #00a173;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.205);
}
    /*Amiante*/

#section-amiante{
    margin-left: 150px;
    margin-right: 150px;
    padding-top: 50px; 
}
#amiante_img{
    background-image: url('images/amiante-wapp.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 40vh;
    padding-top: 100px;
}
#section-amiante ul li{
    font-size: 1.3rem;
    font-family: font-p;
    margin: 20px 10px 20px 20px;
}
#section-amiante h2{
    color: #bb7d2b;
}
#section-amiante h4{
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    text-align: left;
}
#section-amiante h2,h3 {
    font-size: 1.4rem;
}
#section-amiante h3 {
    text-decoration: underline;
}
#section-amiante img {
      display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
#amiante_infosupp{
    margin-left: 50px;
}

#aiheader{
    margin: -10px 0 0 0;
    padding: 100px 50px 50px 50px;
    font-family: font-p;
}
#aiheader h1{
    font-family: font-h1;
    color: #00a173;
    text-align: center;
    margin: 10px;
}
.aiimg {
    display: flex;
    align-items: center;
    flex: auto;
    margin: 0px 0px 30px 0px;
    justify-content: space-around;
}
#cuisine, #dressing, #sdb {
    display: none;
}
#aiionglet {
    margin: 0px 0px 0px 50px;
}
.aiimg img {
    max-height: 40vh;
}
#aisection {
    padding: 50px 50px 50px 50px;
    font-family: font-p;
}
#ventheader {
    margin: -10px 0 0 0;
    padding: 100px 50px 50px 50px;
    font-family: font-p;
}

#ventheader h1{
    font-family: font-h1;
    color: #00a173;
    text-align: center;
    margin: 10px;
}
#divbutton {
    display: flex;
    justify-content: space-around;
}
.syscard {
    text-align: center;
    width: 40vh;
    border: 4px solid rgb(24, 24, 131);
    border-radius: 15px;
    margin: 10px;
    padding: 0;
    transition: .5s;
}
.syscard img {
    margin: 20px;
}
.sysheader{
    color: white;
    background-color: rgb(24, 24, 131);
    height: 5vh;
}
.sysheader h3{
    margin: 0;
}
.syscard:hover {
    background-color: rgb(24, 24, 131);
    color: white;
}
#infovent {
    margin: -10px 0 0 0;
    padding: 100px 60px 50px 60px;
    font-family: font-p;
}
#infovent li {
    font-size: 1.2rem;
}
#sysbinfo {
    display: none;
}
#sysdinfo{
    display: none;
}
#syscinfo{
    display: none;
}
#syshybride {
    display: none;
}
#humheader{
    margin: -10px 0 0 0;
    padding: 100px 50px 50px 50px;
    font-family: font-p;
    text-align: center;
}
#humheader h1{
    font-family: font-h1;
    color: #00a173;
    text-align: center;
    margin: 10px;
}
#humheader img{
    width: 90vh;
}
#huminfo {
    margin: -10px 0 0 0;
    padding: 100px 60px 50px 60px;
    font-family: font-p;
}
#imghum {
    text-align: center;
    display: flex;
    flex-wrap: wrap ;
    justify-content: space-between;
    margin-top: 20px;
}
#imghum h3{
    color: #bb7d2b;
    margin: 30px;
}
.imgsec {
    display: flex;
    flex-direction: column;
    width: 45vh;
}
#huminfo {
    margin: 0px 70px 0px 70px;
}
#huminfo .carte {
    background-color: rgba(0, 0, 0, 0.075);
    border-radius: 10px;
    margin: 10px;
    padding: 50px;
}
#huminfo .carte p {
    font-size: 1rem;
}
#humasccarte, #humcontcarte, #condensationcarte , #salpetrecarte, #facadescarte , #merulescarte{
    display: none;
}
#infohumidity {
    display: flex;
    flex-direction: column;
}
#infohumidity span {
    font-size: 1.4rem;
    margin: 30px;
}

#informations{  
    padding: 0px 60px 50px 60px;
    font-family: font-p;
}
#informations h1 {
    font-family: font-h1;
    color: #00a173;
    text-align: center;
    margin: 10px;
}
#informations #center_info{
    text-align: center;
    font-size: 1.3rem;
    font-family: font-p;
    margin: 20px 10px 20px 20px;
}
#informations #center_info ul {
    list-style-type: none;

}
#contact {
    padding: 100px 60px 50px 60px;
    margin: -10px 10px 10px 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
#contact h1 {
    font-family: font-h1;
    color: #00a173;
    text-align: center;
    margin: 10px;
}
#contactCard{
    display: flex;
    flex-direction: column;
    font-size: 1.3rem;
    background-color: rgba(0, 0, 0, 0.075);
    border-radius: 10px;
    margin: 10px;
    padding: 50px;

}
#contactCard i{
    color: #00a173;
    font-size: 1.5rem;
    margin: 50px;
}
#contactCard a {
    transition: 0.5s;
}
#contactCard a:hover{
    font-size: 1.4rem;
}

    /*Responsive*/


@media only screen and (max-width: 850px) {
    header{
        position: relative;
        width: 100%;
    }
    #logo {
        display: none;
    }
    .bar{
        margin: 0;
        text-align: center;
        height: auto;
        flex-direction: column;
    }
    .bar h1{
        margin: 0px;
        color: white;
        font-size: 2rem;
        padding-bottom: 30px;
    }
    .bar a{
        font-size: 1.5rem;
    }
    .bar li ul {
        align-items: center;
    }
    .bar li:focus ul{
        width: 60%;
        border-left: #f2e34e 2px solid;
        box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
        background-color: #00a173;
        display: block;
        position: absolute;
    }
    .bar li ul li a:hover{
        border-left: #f2e34e 3px solid;
        color: #f2e34e;
    }
    #title {
        margin: 30px 0px 50px 10px;
    }
    #carte_accueil {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    #carte_accueil .crt_acc i {
        margin: 0px 30px 0px 0px;
        font-size: 2.5rem;
    }
    .crt_acc {
        margin: 10px 10px 50px 10px;
        max-width: 100%;
        max-height: auto;
        background-color: rgba(255, 255, 255, 0.39);
        padding: 0px;
        border-radius: 10px;
    }
    #back_accueil {
        padding-top: 0px;
        background: none;
    }
    #img_cont{
        align-items: center;
        border: none;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    #img_cont i {
        font-size: 1.2rem;
    }
    #img_cont div {
        display: flex;
        flex-direction: column;
        font-size: 1.2rem;
    }
    .i_accueil {
        background-color: #00a173;
        font-size: 1.5rem;
        border-radius: 50%;
        height: 90px;
        width: 90px;
    }
    #arrow {
        color: black;
    }
    #arrow i {
        color: black;
    }
    .i_accueil:hover{
        color: #00a173;
    }
    div#section-accueil {
        width: 100%;
        margin: 0px;
    }

        /*Info accueil*/
    .info-section{
        height: auto;
        padding: 0px;
        padding-top: 20px;
    }
    .info-section div {
        display: flex;
        flex-direction: column;
    }
    .info-section div a, .info-section div i {
        padding: 20px;
        text-decoration: none;
        font-size: 1.4rem;
        color: rgb(230, 230, 230);
    }

        /*certificat PEB */
    #main_section{
        margin: 0px 20px 10px 20px;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        padding-top: 0px;
    }
    #main_section img{
        height: 55%;
        width: 55%;
        padding-top: 0px;
    }
    .section-certificat {
        margin-left: 20px;
        margin-right: 20px;
        padding-top: 20px;
    }   
    .lienpdf{
        border-radius: 5px;
        width: 90%;
        padding: 15px;
    }
    #prix_card{
        flex-direction: column;
        justify-content: space-between;
    }
        /* elec tel*/
    #ctrl_elec_img{
        display: none;
    }
    .section-elec{
        margin: 0px 10px 30px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #section-gaz {
        margin: 0px 10px 30px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #section-gaz img {
        width: 50%;
    }
    #section-gaz div {
        margin: 10px;
    }


    #video_certibeau{
        display: none;
    }
    #section-batibeau{
        margin: 0px 10px 30px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #onglet_cont{
        display: none;
    }
    #certibeau_text{
        margin: 0px 10px 30px 10px;
    }
    #presentation_batibeau {
        display: block;
    }
    #public_batibeau{
        display: block;
    }
    #tarif_batibeau {
        display: block;
    }
    #section-amiante {
        margin: 0px 10px 30px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #section-amiante img {
        width: 30vh;
        position: inherit;
    }
    #amiante_infosupp{
        margin: 0px 10px 30px 10px;
    }
    .gdvvideo {
        display: none;
    }
    .slider {
        width: 300px;
        margin: 30px auto;
        position: relative;
        margin-bottom: 60px;
    }
          
    .slider-viewport {
        width: 300px;
        height: 200px;
        overflow: hidden;
    }
          
    .slider-content {
        display: grid;
        grid-auto-flow: column;
        transition: 1s all;
    }
    .slider-content img {
        width: 300px;
        height: 200px;
    }
          
    .slider-nav {
        position: absolute;
        width: 100%;
        bottom: -30px;
        margin-top: 10px;
        text-align: center;
    }
    .slider-nav a {
        box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.3);
        display: inline-block;
        background-color: #adafbc;
        width: 15px;
        height: 15px;
        margin: 0 3px;
    }
    .slider-nav a:hover {
        background-color: #fff;
        box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.8);
        }
          
    #img2:target .slider-content {
        transform: translateX(-300px);
    }
          
    #img3:target .slider-content {
        transform: translateX(-600px);
    }
          
    #img4:target .slider-content {
        transform: translateX(-900px);
    }
          
    #img5:target .slider-content {
        transform: translateX(-1200px);
    }
    #bggdv p{
        padding-top: 10px;
    }
    .aiimg {
        display: flex;
        flex-direction: column;
        max-width: 40vh;
    }
    #divbutton {
        display: flex;
        flex-wrap: wrap;
    }
    #humheader img {
        width: 50vh;
    }
    #huminfo .carte img {
        display: none;
    }
    .imgsec img {
        width: 50vh;
    }
    #aiionglet {
        margin: 0;
    }
    .aiimg {
        text-align: center;
    }
    .aiimg1, .aiimg2, .aiimg3, .aiimg4 {
        display: none;
    }
    #aiheader {
        padding: 30px;
    }
    #aisection {
        padding: 30px;
    }
    #presentation_select {
        padding: 7px;
    }
    #public_select {
        padding: 7px;
    }
    #tarif_select {
        padding: 7px;
    }
    #bar {
        display: none;
    }
    #logo {
        width: 20%;
        margin-left: auto;
        margin-right: auto;
    }
    .deroulant {
        display: none;
    }
    #informations {
        padding: 90px 30px 50px 30px;
    }
    #center_info ul {
        padding: 0;
    }
    #grainevie {
        padding: 80px 20px 30px 20px;
    }
    #infovent {
        padding:  10px 30px 10px 30px;
    }
    #ventheader {
        padding: 20px 30px 20px 30px;
    }
    #humheader img {
        text-align: center;
        display: none;
    }
    #huminfo {
        padding: 10px 30px 20px 30px;
        margin: 0;
    }
    #imghum{
        text-align: center;
    }
    #imghum img {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 95%;
    }
    #huminfo .carte {
        padding: 10px 20px 20px 20px;
    }
    #humasccarte, #humcontcarte, #condensationcarte, #salpetrecarte, #facadescarte, #merulescarte
    {
        padding: 0;
    }
    #contact {
        padding: 20px;
    }
    #contactCard{
        text-align: center;
        min-height: 30vh auto;
        min-width: 30vh auto;
        padding: 10px;
        font-size: auto;
    }
    #contactCard i {
        font-size: 1.3rem;
        margin: 20px 2px 20px 5px;
    }.zone_accueil {
        flex-direction: column;
        margin: 10px 30px;
    }
    .zone_accueil div {
        margin: 15px;
    }
}