/** CSS uniquement pour la page Aquazen **/
@font-face {
    font-family: 'ild-robotothin';
    src: url('fonts/roboto-thin-webfont.ttf');
    font-display: swap;
}
body.page-id-1585 {
    background-color: #0a0000;
    background-image: url('images/img_fond_general_v4.jpg');
    background-size: cover !important;
    background-position: top !important;
    background-attachment: scroll;
    background-repeat: no-repeat;
}
body.page-id-1585 #page-container #et-boc #et-main-area footer, 
body.page-id-1585 #page-container #et-boc header {
    display: none !important;
}
body.page-id-1585 .et_pb_section {
    background-color: transparent !important;
}
body.page-id-1585 .ild_texte_35 .et_pb_text_inner, 
body.page-id-1585 .ild_texte_35 .et_pb_text_inner p {
    font-size: 35px !important;
} 
body.page-id-1585 .ild_texte_23 .et_pb_text_inner, 
body.page-id-1585 .ild_texte_23 .et_pb_text_inner p {
    font-size: 23px !important;
} 
body.page-id-1585, 
body.page-id-1585 div, 
body.page-id-1585 .et_pb_text_inner p {
    font-family: 'Arial' !important;
} 
body.page-id-1585 h1,
body.page-id-1585 h1 > span,
body.page-id-1585 h2,
body.page-id-1585 h2 > span,
body.page-id-1585 h3,
body.page-id-1585 h4,
body.page-id-1585 h5 {
    font-family: 'ild-robotothin' !important;
}
body.page-id-1585 .et_pb_text_inner h1,
body.page-id-1585 .et_pb_text_inner h1 > span {
    line-height: 1.5em !important;
    font-size: 35px !important;
    font-weight: 500 !important;
}
body.page-id-1585 .ild_h2_26 h2 {
    font-size: 26px !important;
    line-height: 1em !important;
    font-weight: 500 !important;
}
body.page-id-1585 .ild_h2_35 h2, 
body.page-id-1585 .ild_h2_35 h2 > span {
    font-size: 35px !important;
    line-height: 1em !important;
    font-weight: 300 !important;
}
body.page-id-1585 .ild_h3_galerie h3, 
body.page-id-1585 .ild_h3_galerie h3 > span {
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 500 !important;
}
body.page-id-1585 .et_pb_toggle_open .et_pb_toggle_title {
    display: none;
}
body.page-id-1585 .et_pb_toggle_open .et_pb_toggle_content {
    padding-top: 0 !important;
}
body.page-id-1585 a.ild_bouton_aquazen.et_pb_button {
    border-color: #B09441 !important;
    color: #B09441 !important;
    background-color: transparent !important;
    display: inline-block !important;
    font-size: 20px !important;
    padding: .3em 1em .3em 1em !important;
    border: 2px solid !important;
    border-radius: 50px !important;
    transition-duration: 0.3s !important;
}
body.page-id-1585 a.ild_bouton_aquazen.et_pb_button:hover {
    background-color: #AAC200 !important;
    color: #fff !important;    
    border-color: #B09441 !important;
    padding: .3em 2em .3em .7em !important;
    opacity: 1 !important;
}
body.page-id-1585 a.ild_bouton_aquazen.et_pb_button:hover::after {
    display: none !important;
}
body.page-id-1585 .ild_galerie_aquazen h3 {
    color: #fff !important;
}
body.page-id-1585 .ild_galerie_aquazen .et_pb_gallery_item {
    width: 24.5% !important;
    margin-right: .5% !important;   
}
body.page-id-1585 .ild_galerie_aquazen .et_pb_gallery_item .et_pb_gallery_image {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
body.page-id-1585 .ild_galerie_aquazen .et_pb_gallery_image .et_overlay:before {
    color: #AAC200 !important;
    background: #fff !important;
    border: 2px solid #fff !important;
    line-height: 1 !important;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    left: 50%;
}
body.page-id-1585 #ild_aquazen_cercles_animes {
    display: flex;
    justify-content: center;
}
body.page-id-1585 #ild_aquazen_cercles_animes .et_pb_image_wrap {
    display: flex !important;
    width: 210px !important;
    max-width: 100% !important;
    aspect-ratio: 1 / 1;
    justify-content: center;
    align-items: center;

}
body.page-id-1585 #ild_aquazen_cercles_animes .et_pb_image_wrap img {
    width: 100% !important;
    animation: effetZoomAquazen 15s ease-in-out infinite;
}

@keyframes effetZoomAquazen {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@media(max-width: 980px) {
    body.page-id-1585 .ild_galerie_aquazen .et_pb_gallery_item {
        margin: 0 5px 20% !important;
        width: 29.666% !important;
    }
    body.page-id-1585 .ild_aquazen_reseaux_sociaux {
        transform: translateX(50px) !important;
    }
    body.page-id-1585 .ild_colonne_aquazen_logo {
        transform: none !important;
        margin-bottom: 30px !important;
    }
}
@media(max-width: 767px) {
    body.page-id-1585 .ild_galerie_aquazen .et_pb_gallery_item {
        width: 47.25% !important;
    }
}
@media(max-width: 479px) {
    body.page-id-1585 .ild_galerie_aquazen .et_pb_gallery_item {
        width: 100% !important;
    }
}