/* 
Theme Name: SAH (Hello Elementor Child)
Author: 15-100-17
Author URI: https://15-100-17.fr/
Template: hello-elementor
Version: 1.0
*/


/* ------------ BASES ------------ */

a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

body {
    overflow-x: hidden;
}

main {
    overflow: hidden;
}

body sup {
    font-size: 60%;
}

html [type="button"],
html [type="submit"],
html button {
	border: inherit;
}

/* --- */


/* ------------ EDITEUR DE TEXTE ------------ */

.elementor-text-editor > ul {
    padding-left: 20px;
    margin-bottom: 20px;
}
.elementor-text-editor > ul li {
    padding-left: 5px;
}
.elementor-text-editor > ul li::marker {
    font-family: "Font Awesome 5 Free";
    font-size: 0.8em;
    font-weight: 900;
    content:  "\f054";
    color: var(--e-global-color-primary);
}

.elementor-text-editor > blockquote {
	margin: 10px 30px 20px 60px;
}
.elementor-text-editor > blockquote > p {
	font-style: italic;
    font-size: 120%;
}
.elementor-text-editor > blockquote::before {
	font-family: "Font Awesome 5 Free";
	font-size: 2.1em;
	content: "\f27a";
	color: var(--e-global-color-accent);
	position: absolute;
	left: 10px;
}

/* --- */


/* ------------ TITRES ------------ */



/* --- */


/* ------------ BOUTONS ------------ */



/* --- */


/* ------------ HEADER ------------ */

    /* ------ Fonds ------ */

    #header .fondlogo::before {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    #header .fondlogo::before {
        content: '';
        background-color: var( --e-global-color-primary );
        width: 1000px;
        height: 100%;
        position: absolute;
        right: 0;
    }
    .home #header .fondlogo::before {
        background-color: var( --e-global-color-accent );
    }

    #header .jet-sub-mega-menu .megamenu-fct > .elementor-container::before {
        content: '';
        background-color: var( --e-global-color-b68e6d6 );
        width: 1000px;
        height: 100%;
        position: absolute;
        left: -1000px;
    }
    #header .jet-sub-mega-menu section > .elementor-container::after {
        content: '';
        background-color: var( --e-global-color-c6ce888 );
        width: 1000px;
        height: 100%;
        position: absolute;
        left: 100%;
    }

    .megamenu-hover #header {
        background-color: var( --e-global-color-c6ce888 );
    }
    .megamenu-hover #header .fondlogo::before {
        background-color: var( --e-global-color-b68e6d6 );
    }
    .megamenu-hover #header .jet-menu .jet-menu-item .top-level-link {
        color: var( --e-global-color-primary );
    }

    /* --- */

    /* ------ Formulaire de recherche ------ */

    .elementor-search-form__input {
        background-color: transparent !important;
    }

    /* --- */

    /* ------ Sticky ------ */

    #header.elementor-sticky--effects {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    #header > .elementor-container {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    #header.elementor-sticky--effects .jet-menu .jet-menu-item .top-level-link {
        padding: 18px 10px 18px 10px;
    }
    #header.elementor-sticky--active {
        z-index: 100;
    }

        /* ------ Logo ------ */

        #header .logoheader {
            margin: 0 !important;
        }
        #header .logoheader img {
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            margin: 10px 0;
        }
        #header.elementor-sticky--effects .logoheader img {
            width: 210px;
            margin: 5px 0;
        }

        body:not(.home) #header .logoheader.defaut {
            display: none;
        }
        .home #header .logoheader.blanc {
            display: none;
        }
        .elementor-location-header.megamenu-hover #header .logoheader.blanc {
            display: none;
        }
        .elementor-location-header.megamenu-hover #header .logoheader.defaut {
            display: block;
        }

        @media only screen and (max-width: 480px) {

            #header.elementor-sticky--effects .logoheader img  {
                width: 190px;
            }
    
        }

        /* --- */

        /* ------ Fix sticky mode dans l'éditeur uniquement ------ 

        body.elementor-editor-active #header {
            margin-bottom: 0px !important;
        }

        /* --- */
    
    /* --- */

    /* ------ Menu ------ */

    #menu ul li > a {
        -webkit-transition: all .15s ease-in-out;
        -moz-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        -ms-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
    }
    #menu ul ul li > a {
        font-size: 15px;
    }
    #menu .elementor-item:focus {
        color: #FFFFFF;
        background-color: var( --e-global-color-secondary );
    }
    #menu .current-page-ancestor > a,
    #menu .current-menu-ancestor > a {
        color: #FFFFFF;
        background-color: var( --e-global-color-secondary );
    }

    #menu .jet-mobile-menu .jet-mobile-menu__instance--slide-out-layout {
        justify-content: center;
        align-items: center;
    }

    #menu .jet-mobile-menu__controls {
        position: absolute;
        right: 20px;
        top: 13px;
    }

    .megamenu-fct .elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
        -webkit-transition: all .15s ease-in-out;
        -moz-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        -ms-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 5px;
        -webkit-border-radius: 45px;
        border-radius: 45px;
    }
    .megamenu-fct .elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper:hover {
        background-color: var( --e-global-color-57ce199 );
    }
    .megamenu-fct .elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-title > a {
        display: block;
    }

    .megamenu-fct .elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper:active .elementor-animation-push,
    .megamenu-fct .elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper:focus .elementor-animation-push,
    .megamenu-fct .elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper:hover .elementor-animation-push {
        animation-name: elementor-animation-push;
        animation-duration: .3s;
        animation-timing-function: linear;
        animation-iteration-count: 1;
    }

    @media only screen and (max-width: 767px) {

        .megamenu-fct .elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
            display: flex;
        }
        .megamenu-fct .elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper .elementor-icon-box-icon {
            margin: 0 15px 0 0 !important;
        }
        .megamenu-fct .elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper .elementor-icon-box-title {
            text-align: left;
        }
    }

    /* --- */

    /* ------ Top button ------ */
 
    .elementor-default .elementor-section.top-section {
        position: absolute;
        opacity: 0;
    }
    .elementor-default .elementor-section.top-section.elementor-sticky--effects {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        top: inherit !important;
        bottom: 35px;
        right: 15px;
        opacity: 1 ;
    }
    .elementor-default a.top-button {
        display: flex;
        width: 40px;
        height: 40px;
        background-color: #FFFFFF;
        align-items: center;
        justify-content: center;
        color: var( --e-global-color-primary );
    }
    .elementor-default a.top-button:hover {
        background-color: #FFFFFF;
        color: var( --e-global-color-primary );
        background-color: rgba(0,0,0,0.3);
    }

    /* --- */

    /* ------ WPML ------ */

    #header .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
        border: none;
        border-top: none;
        top: inherit;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f107";
    }

    #header .wpml-ls-legacy-dropdown,
    #header .wpml-ls-legacy-dropdown-click {
        width: inherit;
    }
    #header .wpml-ls-legacy-dropdown a,
    #header .wpml-ls-legacy-dropdown-click a {
        border: none;
        background-color: var( --e-global-color-secondary );
        border-radius: 100px;
        color: #FFFFFF;
        padding: 0 10px;
        padding-right: 40px;
        line-height: 39px;
    }
    #header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
    #header .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
        border-top: none;
        top: 110%;
    }
    #header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a,
    #header .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
        background-color: var( --e-global-color-accent );
        border-radius: 100px;
        margin-bottom: 3px;
    }

    /* --- */


/* ------------ FOOTER ------------ */

    /* ------ Copyright ------ */

    .elementor-default footer #copyright .logo1510017 > img {
        margin: 0 3px;
        width: 57px;
        vertical-align: bottom;
    }

    @media only screen and (max-width: 767px) {
        
        .elementor-default footer #copyright .logo1510017 > img  {
            display: block;
            margin: 3px auto;
        }
        
        footer .elementor-nav-menu a {
            justify-content: center;
        }

    }

    /* --- */

/* --- */


/* ------------ ACCUEIL ------------ */

    /* ------ Slider ------ */

    .colonnegauche::before {
        content: '';
        background-color: var( --e-global-color-accent );
        width: 1000px;
        height: 100%;
        position: absolute;
        left: -1000px;
    }

    .slideraccueil .sp-horizontal .sp-arrows {
        top: 90%;
        width: 57%;
    }
    .slideraccueil  .sp-horizontal .sp-previous-arrow {
        left: auto;
        right: 80px;
    }

    @media only screen and (max-width: 768px) {

        .slideraccueil .sp-horizontal .sp-arrows {
            top: 96%;
            width: 63%;
        }

    }

    /* --- */

/* --- */


/* ------------ BLOG Archive ------------ */

.liste-categories-blog h5 {
	display: none;
}
.liste-categories-blog ul {
	margin: 0;
    padding: 0;
    list-style: none;
}
.liste-categories-blog ul li {
    display: flex;
	margin: 0 0 10px 0;
    padding: 0;
}
.liste-categories-blog a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	color: var( --e-global-color-accent ) !important;
	background-color: var( --e-global-color-c6ce888 );
	padding: 11px 20px 11px 20px;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: var( --e-global-color-accent );
	border-radius: 100px 100px 100px 100px;
    line-height: 1;
    font-weight: 600;
}
.liste-categories-blog a:hover,
.liste-categories-blog .current-cat a {
	color: var( --e-global-color-b68e6d6 ) !important;
	background-color: var( --e-global-color-accent );
}

body:not(.archive) .toutesactus {
	display: none;
}

/* --- */


/* ------------ ELEMENTOR ------------ */

    /* ------ Sections ------ */

    @media only screen and (min-width: 768px) {

        .actualitesacc {
            display: block;
            width: 115% !important;
            position: absolute !important;
            left: 15%;
        }

    }

    @media only screen and (min-width: 1025px) {

        .elementor-8 .elementor-element.elementor-element-90a7c90.col46 {
            width: 46%;
        }

    }

    /* --- */

    /* ------ Search results ------ */

    /* Bug titre masqué 
    body.search-results .elementor-page-title {
        display: block;
    }

    /* --- */

    /* ------ Slider PRO ------ */

    body .slider-pro a,
    body .sp-horizontal .sp-arrow {
        -moz-transition: all .3s !important;
        -webkit-transition: all .3s !important;
        -o-transition: all .3s !important;
        transition: all .3s !important;
    }

    /* --- */

    /* ------ LOGO SHOWCASE ------ */

    .animation-push.elementor-widget-jet-brands .brands-list__item-link:focus img,
    .animation-push.elementor-widget-jet-brands .brands-list__item-link:active img,
    .animation-push.elementor-widget-jet-brands .brands-list__item-link:hover img {
        animation-name: animation-push;
        animation-duration: .3s;
        animation-timing-function: linear;
        animation-iteration-count: 1;
    }

    @keyframes animation-push {
        50% { transform: scale(0.8); }
        100% { transform: scale(1); }
    }

    /* --- */

/* --- */


/* ------------ JETENGINE ------------ */

    /* ------ JetEngine listing BLOG ------ */

    .jet-listing-grid__item .jet-listing-dynamic-image {
        overflow: hidden;
    }
    .jet-listing-grid__item img.wp-post-image {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .jet-listing-grid__item .jet-listing-dynamic-image__link:hover img.wp-post-image {
        transform: scale(1.1);
    }
    .jet-listing-grid__item .jet-listing-dynamic-image__link::before {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        background: -webkit-radial-gradient(closest-side, rgba(0,0,0,0) 0, rgba(0,0,0,0) 60%, rgba(0,0,0,0.03) 100%);
        background: -moz-radial-gradient(closest-side, rgba(0,0,0,0) 0, rgba(0,0,0,0) 60%, rgba(0,0,0,0.03) 100%);
        background: radial-gradient(closest-side, rgba(0,0,0,0) 0, rgba(0,0,0,0) 60%, rgba(0,0,0,0.03) 100%);
        background-position: 50% 50%;
        -webkit-background-origin: padding-box;
        background-origin: padding-box;
        -webkit-background-clip: border-box;
        background-clip: border-box;
        -webkit-background-size: auto auto;
        background-size: auto auto;
    }

        /* ------ Lazy load ------ */

        #liste-actualites .jet-listing-grid--lazy-load {
            margin-top: 150px;
        }

        /* --- */

    /* --- */

    /* ------ JetEngine listing AVIS CLIENTS ACCUEIL ------ */

    .avisclients.elementor-widget-jet-listing-grid .jet-slick-dots {
        margin: 0;
        padding: 0;
    }

    /* --- */

/* --- */


/* ------------ JETTABS ------------ */

    /* ------ Tabs ------ */

    .jet-tabs__control,
    .jet-tabs__label-text {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .tabs-type1 .jet-tabs__content img {
        -webkit-box-shadow: -30px 30px 0 3px var( --e-global-color-primary ) ;
        box-shadow: -30px 30px 0 3px var( --e-global-color-primary ) ;
    }

    .tabs-type2 .jet-tabs__content img {
        -webkit-box-shadow: -30px 30px 0 3px var( --e-global-color-accent ) ;
        box-shadow: -30px 30px 0 3px var( --e-global-color-accent ) ;
    }

    @media only screen and (max-width: 767px) {

        .jet-tabs {
            display: block !important;
        }
        .jet-tabs__content-wrapper {
            margin-top: inherit !important;
        }

    }

    /* --- */

/* --- */


/* ------------ JETSMARTFILTERS ------------ */

.filtre-categories .jet-checkboxes-list .jet-checkboxes-list__button {
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.filtre-categories .jet-checkboxes-list .jet-checkboxes-list__button:hover {
    color: var( --e-global-color-b68e6d6 ) !important;
	background-color: var( --e-global-color-accent ) !important;
}

@media only screen and (max-width: 480px) {
        


}

/* --- */


/* ------------ WPFORMS ------------ */

div.wpforms-container-full .wpforms-form .wpforms-field-label {
	font-weight: 600;
    font-size: 1em;
	line-height: 1;
    margin-bottom: 10px;
}
div.wpforms-container-full .wpforms-form input[type="date"],
div.wpforms-container-full .wpforms-form input[type="datetime"],
div.wpforms-container-full .wpforms-form input[type="datetime-local"],
div.wpforms-container-full .wpforms-form input[type="email"],
div.wpforms-container-full .wpforms-form input[type="month"],
div.wpforms-container-full .wpforms-form input[type="number"],
div.wpforms-container-full .wpforms-form input[type="password"],
div.wpforms-container-full .wpforms-form input[type="range"],
div.wpforms-container-full .wpforms-form input[type="search"],
div.wpforms-container-full .wpforms-form input[type="tel"],
div.wpforms-container-full .wpforms-form input[type="text"],
div.wpforms-container-full .wpforms-form input[type="time"],
div.wpforms-container-full .wpforms-form input[type="url"],
div.wpforms-container-full .wpforms-form input[type="week"],
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea {
    background-color: var( --e-global-color-c6ce888 );
	border-radius: 0;
	color: var( --wc-secondary-text );
	font-size: 1rem;
    line-height: 1.5;
	border: 1px solid var( --e-global-color-c6ce888 );
	padding: 15px 15px;
	height: inherit;
}
div.wpforms-container-full .wpforms-form input[type="tel"] {
    min-height: 65px;
}
div.wpforms-container-full .wpforms-form .iti__selected-flag {
	padding: 0 6px 0 15px !important;
}
div.wpforms-container-full .wpforms-form input:focus,
div.wpforms-container-full .wpforms-form textarea:focus,
div.wpforms-container-full .wpforms-form select:focus,
div.wpforms-container-full .wpforms-form .is-focused .choices__inner,
div.wpforms-container-full .wpforms-form .is-open .choices__inner,
div.wpforms-container-full .wpforms-form .is-open .choices__list--dropdown {
	border: 1px solid var( --e-global-color-c6ce888 );
}

div.wpforms-container-full .wpforms-form label.wpforms-error {
	padding: 5px 0;
}

div.wpforms-container-full .wpforms-form input[type="submit"],
div.wpforms-container-full .wpforms-form button[type="submit"],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
	background-color: var( --e-global-color-primary );
	border: none;
	color: #FFFFFF;
	font-size: 1em;
	padding: 15px 30px;
}
div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
div.wpforms-container-full .wpforms-form input[type="submit"]:active,
div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
div.wpforms-container-full .wpforms-form button[type="submit"]:active,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:active,
div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
	background-color: var( --e-global-color-accent );
	border: none;
	cursor: pointer;
}

    /* ------------ retrait ------------ */

    div.wpforms-container-full .retrait {
        border-left: 1px solid var( --e-global-color-accent );
        padding: 15px 0 15px 15px !important;
        margin: 0 0 0 10px;
    }

    /* --- */

    /* ------------ label flottant ------------ */
    
    
    form#wpforms-form-654 .wpforms-field:not(.floating),
    form#wpforms-form-6953 .wpforms-field:not(.floating) {
        display: flex;
        flex-direction: column-reverse;
    }
    form#wpforms-form-654,
    form#wpforms-form-6953 {
        position: relative;
    }
    form#wpforms-form-654 .floating label:nth-of-type(2),
    form#wpforms-form-6953 .floating label:nth-of-type(2) {
        display: none;
    }
    .floating input {
        position: relative;
        min-height: 65px;
        padding: 15px 10px 10px 15px !important;
    }
    .floating textarea {
        position: relative;
        min-height: 200px;
        padding: 35px 15px 15px 15px !important;
    }
    .floating input + label {
        position: relative !important;
        top: -55px !important;
        margin-bottom: -30px !important;
        padding: 15px 0 0 15px !important;
        opacity: .9;
        font-weight: 400 !important;
        transition: all .3s ease-in-out 0s;
    }
    .floating textarea + label {
        position: relative !important;
        top: -205px !important;
        margin-bottom: -65px !important;
        padding: 35px 15px 15px 15px !important;
        font-weight: 400 !important;
        transition: all .3s ease-in-out 0s;
    }
    .floating input:focus + label, .floating input:not(:placeholder-shown) + label {
        top: -70px !important;
        color: var( --e-global-color-accent );
    }
    .floating textarea:focus + label, .floating textarea:not(:placeholder-shown) + label {
        top: -220px !important;
    }
    .floating ::-webkit-input-placeholder { /* Chrome and Safari */
    color: transparent !important;
    }
    
    .floating :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: transparent !important;
    }
    
    .floating ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: transparent !important;
    }
    
    .floating :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: transparent !important;
    }
    
    .floating ::-ms-input-placeholder { /* Microsoft Edge */
    color: transparent !important;
    }

    /* --- */

/* --- */


/* ------------ GDPR Cookie Consent ------------ */

.elementor-text-editor #wt-cli-settings-btn {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0 0 20px 0 !important;
}

#cookie-law-info-bar {
	text-align: left;
    padding: 20px;
    margin: 0 !important;
}
#cookie-law-info-bar #wt-cli-cookie-banner-title {
    margin: 0 0 10px 0;
}
#cookie-law-info-bar .cli-bar-message {
    margin-bottom: 15px;
}
#cookie-law-info-bar .cli-bar-message > a {
    color: #000000;
    text-decoration: underline;
}
#cookie-law-info-bar .cli-plugin-button {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0 5px 5px 0;
}

.cli-modal-content {
	border-radius: 0;
}
.cli-modal-content #cliModalClose:hover {
	background-color: inherit;
}
.cli-modal-content #wt-cli-policy-link {
	text-decoration: underline;
}
.cli-modal-content .cli-tab-header {
	border-radius: 0;
}
.cli-modal-content .cli-switch input:checked + .cli-slider {
	background-color: rgb(97, 162, 41);
}
.cli-modal-content .cli-tab-footer .wt-cli-privacy-accept-btn {
	background-color: rgb(97, 162, 41);
    border-radius: 0;
}

/* --- */