/*
Theme Name: Divi Child
Description: Child theme for Divi. You can now safely customize it and not risk losing your customizations.
Author: EcloLINK
Author URI: https://eclolink.com
Template: Divi
Version: 1.0
*/
/* classes des séparateurs sous titre */
/*exemple d'utilisation*/
/*ajout d'une ligne rouge centree :  .separateur-ligne.rouge.centered */
/*ajout d'une ligne rouge grande :  .separateur-ligne.rouge.grand */
/*ajout d'une ligne blanche centree :  .separateur-ligne.blanc.centered */
.separateur-ligne h2,
.separateur-ligne h1 {
    width: fit-content;

}
.separateur-ligne.centered h2,
.separateur-ligne.centered h1 {
    margin: auto;

}


.separateur-ligne h2::after,
.separateur-ligne h1::after{
    content: "";
    display: block;
    width: 100%;
    position: relative;
    margin-top: 10px;
    margin-bottom: 25px;
    background-size: contain;
    background-repeat: no-repeat;
}

.jaune h2::after,
.jaune h1::after{
    background-image: url(/wp-content/uploads/2024/07/separateur-jaune-small.svg);
    height: 4px;
}
.jaune-2 h2::after,
.jaune-2 h1::after{
    background-image: url(/wp-content/uploads/2024/07/separateur-jaune-2-small.svg);
    height: 4px;
}
.blanc h2::after,
.blanc h1::after{
    background-image: url(/wp-content/uploads/2024/07/separateur-blanc-small.svg);
    height: 3px;
}

.centered h2::after,
.centered h1::after{
    background-position: center;
}

.right h2::after,
.right h1::after{
    background-position: right;
}

/*///////////////////////////////////////////////////////////////////THERMICS///////////////////////////////////////////////////////////////////*/

.image img{
    object-fit: cover;
}

.bloc-texte{
    display: flex;
    align-items: center;
}

.blocs-produits{
    display: flex;
    align-items: center;
}

#guillemets-gauche{
    top: 0;
}

#guillemets-droit{
    position: absolute;
    bottom: 0;
}

@media screen and (max-width: 980px){
    #guillemets-gauche, #guillemets-droit{
        display: none;
    }
}

@media screen and (max-width: 500px){
    .et_pb_button{
        font-size: 15px !important;
    }
}

/*///////////////////////////////////////////////////////////////////FORMULAIRE///////////////////////////////////////////////////////////////////*/

.demi-input{
    width: 50%;
    border-radius: 50px;
}

.div-flex{
    display: flex;
    gap: 20px;
}

.contact-form-intra div{
    margin-bottom: 10px;
}

.contact-form-intra p{
    border-radius: 50px;
}

.donnees{
    font-style: italic;
    font-size: 10px;
    line-height: 1em;
}

@media screen and (max-width: 500px){
    .demi-input{
        width: 100%;
    }
    .div-flex{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}

.bouton-form p{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: auto;
}

/*///////////////////////////////////////////////////////////////////BURGER HEADER///////////////////////////////////////////////////////////////////*/

#mobile_menu.et_mobile_menu{
    background-color: #FFAC27 !important;
    text-align: center;
    border: 1px solid black;
    border-radius: 50px;
}

#mobile_menu.et_mobile_menu a{
    text-decoration: none;
    font-weight: bold;
    color: white;
}

/*///////////////////////////////////////////////////////////////////BURGER FOOTER///////////////////////////////////////////////////////////////////*/

#menu-footer .et_mobile_menu{
    background-color: #FFAC27 !important;
    text-align: center;
    border: 1px solid black;
    border-radius: 50px;
}

#menu-footer .et_mobile_menu a{
    text-decoration: none;
    font-weight: bold;
    color: white;
}

/*///////////////////////////////////////////////////////////////////BURGER COMMUN///////////////////////////////////////////////////////////////////*/

.mobile_menu_bar:before, #menu-footer span.mobile_menu_bar:before{
    color: #FFAC27;
}

.et_mobile_menu{
    border-color: #FFAC27;
}

/*///////////////////////////////////////////////////////////////////FOOTER///////////////////////////////////////////////////////////////////*/

.decoration p, .decoration{
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    gap: 10px;
}

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

#menu-footer li{
    margin: 25px;
}

.contact-footer{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
}

/*///////////////////////////////////////////////////////////////////CALL TO ACTION///////////////////////////////////////////////////////////////////*/

@media screen and (min-width: 600px){
    #cta-picto-1, #cta-picto-2{
        position: fixed;
        z-index: 999;
        width: 290px;
        right: -160px;
        transition: 0.5s ease;
        display: flex;
        flex-direction: row;
        align-items: center;
        background-color: #FFAC27;
        padding-right: 40px;
        margin-top: 20px;
        margin-bottom: 20px;
        transform: skewX(-15deg);
        color: white;
        font-size: medium;
        font-weight: bold;
    }

    #cta-picto-1 a, #cta-picto-2 a{
        display: flex;
        align-items: center;
    }
    
    #cta-picto-1{
        top: 400px;
    }
    
    #cta-picto-2{
        top: 480px;
    }
    
    #cta-picto-1:hover, #cta-picto-2:hover{
        right: -10px;
        transition: all 0.5s ease;
    }
    
    #cta-picto-1 p, #cta-picto-2 p{
        transform: skewX(15deg);
        font-size: 16px;
        text-decoration: none;
        color: white;
    }
    
    #picto-contact, #picto-preferences{
        transform: skewX(15deg);
        margin-left: 10px;
        margin-right: 30px;
    }
    #picto-preferences{
        padding: 10px 29px;
        max-height: 66px;
    }
}

@media screen and (max-width: 599px){
    #cta-picto-1, #cta-picto-2{
        position: fixed;
        z-index: 999;
        width: 100px;
        right: 0px;
        display: flex;
        flex-direction: row;
        align-items: center;
        background-color: #FFAC27;
        padding-right: 40px;
        margin-top: 20px;
        margin-bottom: 20px;
        color: white;
        font-size: medium;
        font-weight: bold;
    }
    
    #cta-picto-1{
        top: 75vh;
    }
    
    #cta-picto-2{
        top: 85vh;
    }
    
    #cta-picto-1 p, #cta-picto-2 p{
        display: none;
    }
    
    #picto-contact, #picto-preferences{
        margin-left: 10px;
        margin-right: 30px;
    }
    #picto-preferences {
        padding: 6px 15px;
        max-height: 66px;
        height: 45px;
    }
}

@media screen and (max-width:500px) {
    .dsm-advanced-tabs-wrapper{
        flex-direction: column;
    }
}



/*retour en haut*/
@media screen and (max-width: 599px){

    .et_pb_scroll_top.et-pb-icon {
        bottom: 245px;
    }
}