:root {
  --gris_logo: #B0B2B3;  
}

a{
    
}

a:hover{
    /*color: var(--bleu_logo);*/
}


/* general */

.overflow_hidden{
    overflow: hidden !important;
}

.notDisplay{
    display: none;
}

.hidden{
    display: none !important;
}

body:not(.elementor-editor-active) .hide_elem{
    display: none !important;
}

body.elementor-editor-active .hide_elem{
    opacity: 0.2;
}

.w_800 .elementor-widget-container{
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
}

.h3 .qodef-m-title{
    font-size: 32px;
    line-height: 1.125em;
}

.elementor-widget-text-editor p{
    /*margin-bottom: 20px;*/
}


/* header */

#qodef-page-header .qodef-header-logo-link img{
    padding-top: 20px;
}

.contacts_header{
    font-family: Cormorant,serif;
    color: #6b6b6b;
    font-size: 18px;
    font-style: italic;
}

.contacts_header .fa{
    position: relative;
    top: 3px;
    color: var(--gris_logo);
}

.contacts_header .fa-map{
    margin: 0 7px 0 15px;
}



/* hp */

#rev_slider_1_1_wrapper .daphne.tparrows.tp-leftarrow .qodef-rev-arrow-text-holder:after{
    content:'Précédent' !important;
}

#rev_slider_1_1_wrapper .daphne.tparrows.tp-rightarrow .qodef-rev-arrow-text-holder:after{
    content:'Suivant' !important;
}

.sub_title_slide{
    font-family: "Style Script";
    /*letter-spacing: 1px;*/
}

.section_collections_men{
    margin-top: 5px;
}

.section_collections_men .elementor-container > .elementor-col-33:nth-child(2){
    padding: 0 5px;
}

@media (min-width:768px) 
{
    .section_collections .qodef-m-image{
        height: 844px;
    }
    
    .section_collections .qodef-m-image img{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}

.section_garanties .qodef-m-icon-wrapper img{
    height: 50px;
    opacity: 0.7;
    width: auto;
}

.logos_partenaires{}



/* pages internes */

body:not(.home) .section_collections .qodef-banner .qodef-m-title{
    font-size: 20px;
}

@media (min-width:768px) 
{
    .section_galerie .qodef-qi-image-gallery .qodef-popup-item{
        display: block;
        width: 100%;
        height: 556px;
    }
    
    .section_galerie .qodef-qi-image-gallery .qodef-popup-item img{
        object-fit: cover;
        width: 100%;
        height: 100%;    
    }
}



/* footer */

body:not(.home) #qodef-page-footer{
    border-top: 2px solid #f5f5f5;
}

#qodef-page-footer .qodef-logo{
    display: block;
}

#qodef-page-footer .qodef-logo img{
    width: 150px;
    max-width: 100%;
}

#qodef-page-footer .qodef-logo h6{
    margin-top: 0;
}

#qodef-page-footer  .sub-menu{
    display: none !important;
}


/* responsive */

@media (max-width:767px) 
{
    /* header */
    
    #qodef-page-inner{
        padding-top: 80px;
    }
    
    /* pages internes */
    
    .qodef-banner.qodef-layout--link-overlay-boxed .qodef-m-content-inner{
        width: 75% !important;
        height: auto !important;
    }
    
    /* footer */
    
    #qodef-page-footer-top-area{
        padding-top: 55px;
    }
}


