/* 
Theme Name: PETROSEAL (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;
    outline: 0;
}

body {
    overflow-x: hidden;
}

main {
    overflow: hidden;
}

body sup {
    font-size: 60%;
}

html [type="button"],
html [type="submit"],
html button {
	border: inherit;
}

body.noscroll {
    overflow: hidden;
    max-height: 100vh;
}

textarea,
select,
input[type="text"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
}

@media only screen and (max-width: 480px) {
}
@media only screen and (min-width: 481px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (min-width: 768px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (min-width: 1025px) {
}
@media only screen and (max-width: 1200px) {
}
@media only screen and (min-width: 1201px) {
}
@media only screen and (max-width: 1366px) {
}
@media only screen and (min-width: 1367px) {
}

/* --- */


/* ------------ LIENS TEXTES ------------ */

main .elementor-widget-text-editor a,
.wpforms-container-full .wpforms-form .wpforms-field-label-inline a,
main .elementor-widget-toggle .elementor-tab-content a,
main .googlelinkagenda a,
main .elementor-widget-jet-listing-dynamic-terms a.jet-listing-dynamic-terms__link,
main .jet-listing-dynamic-field a {
    background: linear-gradient(to right, var(--e-global-color-primary), var(--e-global-color-primary));
    background-size: 100% 1px;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    -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;
    padding: 1px 3px 1px 3px;
}
main .elementor-widget-text-editor a:hover,
.wpforms-container-full .wpforms-form .wpforms-field-label-inline a:hover,
main .elementor-widget-toggle .elementor-tab-content a:hover,
main .googlelinkagenda a:hover,
main .elementor-widget-jet-listing-dynamic-terms a.jet-listing-dynamic-terms__link:hover,
main .jet-listing-dynamic-field a:hover {
	background-size: 100% 100%;
    color: var(--e-global-color-b68e6d6);
}

footer .elementor-widget-text-editor a:not(.logo1510017) {
    background: linear-gradient(to right, var(--e-global-color-secondary), var(--e-global-color-secondary));
    background-size: 100% 1px;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    -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;
    padding: 1px 3px 1px 3px;
    color: var(--e-global-color-b68e6d6);
}
footer .elementor-widget-text-editor a:hover {
	background-size: 100% 100%;
    color: var(--e-global-color-b68e6d6);
}

/* --- */


/* ------------ EDITEUR DE TEXTE ------------ */

.elementor-widget-text-editor ul {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 20px;
}
.elementor-widget-text-editor ul li {
    padding-left: 5px;
    position: relative;
}
.elementor-widget-text-editor ul li::before {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    font-size: 0.9em;
    content:  "\e904";
    color: var(--e-global-color-text);
    position: absolute;
    left: -15px;
    top: 4px;
}

.elementor-widget-text-editor blockquote {
	margin: 10px 30px 20px 60px;
}
.elementor-widget-text-editor blockquote::before {
	font-family: "Font Awesome 5 Free";
	font-size: 2.1em;
	content: "\f27a";
	color: var(--e-global-color-text);
	position: absolute;
	left: 10px;
}

/* --- */


/* ------------ HEADER ------------ */

#header {
	width: 100% !important;
    inset-inline-start: 0 !important;
}

    /* ------ Toggle nav ------ */

    .js-nav-toggle {
        -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;
        position: fixed;
        right: 21px;
        top: 21px;
        z-index: 2000000002;
        display: block;
        margin: 0 auto;
        border-bottom: none !important;
        cursor: pointer;
        text-decoration: none;
        padding: 12px 12px 12px 12px;
    }
    .js-nav-toggle.sticky {
        top: 3px;
    }
    .js-nav-toggle > i {
        position: relative;
        display: inline-block;
        width: 30px;
        height: 2px;
        font: normal 15px/.2 Lato;
        text-transform: uppercase;
        text-indent: -9999px;
        color: var(--e-global-color-b68e6d6);
        background: var(--e-global-color-b68e6d6);
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
    .js-nav-toggle > i::before,
    .js-nav-toggle > i::after {
        background: var(--e-global-color-b68e6d6);
    }
    .js-nav-toggle > i::before {
        top: -9px;
    }
    .js-nav-toggle > i::after {
        bottom: -9px;
    }
    .js-nav-toggle > i::before,
    .js-nav-toggle > i::after {
        content: '';
        width: 30px;
        height: 2px;
        background: var(--e-global-color-b68e6d6);
        position: absolute;
        left: 0;
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }

    .js-nav-toggle.active > i {
        background: transparent;
    }
    .js-nav-toggle.active > i::before {
        background: var(--e-global-color-b68e6d6);
        top: 0;
        -webkit-transform: rotateZ(45deg);
        -moz-transform: rotateZ(45deg);
        -ms-transform: rotateZ(45deg);
        -o-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
    }
    .js-nav-toggle.active > i::after {
        background: var(--e-global-color-b68e6d6);
        bottom: 0;
        -webkit-transform: rotateZ(-45deg);
        -moz-transform: rotateZ(-45deg);
        -ms-transform: rotateZ(-45deg);
        -o-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
    }

    @media only screen and (min-width: 1025px) {
        
        .js-nav-toggle {
            display: none;
        }

    }

    @media only screen and (max-width: 480px) {

        .js-nav-toggle {
            right: 6px;
        }

    }

    /* --- */

    /* ------ Sticky ------ */

    #header,
    #header .elementor-widget-theme-site-logo img,
    #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 {
        background-color:rgba(0,0,0,0.75);
        min-height: 57px;
    }
    #header.elementor-sticky--effects .elementor-widget-theme-site-logo img {
        width: 210px;
    }
    #header.elementor-sticky--effects .langues {
        display: none;
    }
    
    /* --- */

    /* ------ Menu desktop ------ */

    #menudesk.elementor-widget-nav-menu ul.elementor-nav-menu--dropdown {
        animation: growDown 0.6s ease-in-out forwards;
        transform-origin: top center;
    }

    @keyframes growDown {
        0% {
            transform: scaleY(0);
            opacity: 0;
        }
        60% {
            transform: scaleY(1.05);
            opacity: 0.8;
        }
        100% {
            transform: scaleY(1);
        }
    }

    #menudesk.elementor-widget-nav-menu ul.elementor-nav-menu--dropdown a,
    #menudesk.elementor-widget-nav-menu ul.elementor-nav-menu--dropdown a:focus,
    #menudesk.elementor-widget-nav-menu ul.elementor-nav-menu--dropdown a:hover {
        border-left: none;
    }

    #menudesk.elementor-widget-nav-menu ul.elementor-nav-menu--dropdown {
        min-width: 210px !important;
    }

    #menudesk.elementor-widget-nav-menu nav.elementor-nav-menu--main .sub-arrow {
        display: none;
    }

    #menudesk.elementor-widget-nav-menu nav.elementor-nav-menu--main > ul > li.current-page-parent > a::before,
    #menudesk.elementor-widget-nav-menu nav.elementor-nav-menu--main > ul > li.current-menu-parent > a::before {
        background-color: var( --e-global-color-secondary );
        height: 4px;
        display: block;
        opacity: 1;
    }

    @media only screen and (max-width: 1179px) {

        #menudesk.elementor-widget-nav-menu nav.elementor-nav-menu--main .elementor-item {
            padding-left: 6px;
            padding-right: 6px;
        }

    }

    /* --- */

    /* ------ Menu mobile ------ */

    #menumobile.elementor-widget-nav-menu .elementor-item.highlighted {
        background-color: var(--e-global-color-b68e6d6) !important;
        color: var(--e-global-color-primary) !important;
    }
    #menumobile.elementor-widget-nav-menu ul.sub-menu {
        margin: 18px;
    }

    #menumobile.elementor-widget-nav-menu ul.elementor-nav-menu--dropdown a,
    #menumobile.elementor-widget-nav-menu ul.elementor-nav-menu--dropdown a:focus,
    #menumobile.elementor-widget-nav-menu ul.elementor-nav-menu--dropdown a:hover {
        border-left: none;
    }

    #menumobile.elementor-widget-nav-menu ul.elementor-nav-menu--dropdown li:not(:first-child) > a {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }
    #menumobile.elementor-widget-nav-menu ul.elementor-nav-menu--dropdown li:first-child > a {
        border-top-left-radius: 6px !important;
        border-top-right-radius: 6px !important;
    }

    /* --- */

    /* ------ Top button ------ */
    
    .elementor-default .top-section {
        position: absolute;
        width: 40px !important;
        inset-inline-start: inherit !important;
        opacity: 0;
    }
    .elementor-default .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: 15px;
        right: 10px;
        opacity: 1 ;
        z-index: 99;
    }
    .elementor-default a.top-button {
        display: flex;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        background-color: var(--e-global-color-secondary);
        align-items: center;
        justify-content: center;
        color: var(--e-global-color-b68e6d6);
    }
    .elementor-default a.top-button:hover {
        color: var(--e-global-color-b68e6d6);
        background-color: var(--e-global-color-c6ce888);
    }

    /* --- */

/* --- */


/* ------------ FOOTER ------------ */

    /* ------ Copyright ------ */

    .elementor-default footer .copyright .logo1510017 > img {
        margin: 0 3px;
        width: 57px;
        vertical-align: bottom;
    }

    /* --- */

/* --- */


/* ------------ ELEMENTOR ------------ */

    /* ------ Animations ------ */

    body .elementor-motion-effects-element,
    body .elementor-motion-effects-layer {
        -webkit-transition-property: opacity,-webkit-transform !important;
        transition-property: opacity,-webkit-transform !important;
        -o-transition-property: transform,opacity !important;
        transition-property: transform,opacity !important;
        transition-property: transform,opacity,-webkit-transform !important;
        -webkit-transition-timing-function: cubic-bezier(0,.33,.07,1.03) !important;
        -o-transition-timing-function: cubic-bezier(0,.33,.07,1.03) !important;
        transition-timing-function: cubic-bezier(0,.33,.07,1.03) !important;
        -webkit-transition-duration: 2s !important;
        -o-transition-duration: 2s !important;
        transition-duration: 2s !important;
    }

    body .fadeInLeft {
        -moz-animation: fadeInLeft-light 0.75s 1 ease-in-out;
        -webkit-animation: fadeInLeft-light 0.75s 1 ease-in-out;
        animation: fadeInLeft-light 0.75s 1 ease-in-out;
    }
    body .fadeInRight {
        -moz-animation: fadeInRight-light 0.75s 1 ease-in-out;
        -webkit-animation: fadeInRight-light 0.75s 1 ease-in-out;
        animation: fadeInRight-light 0.75s 1 ease-in-out;
    }
    body .fadeInUp {
        -moz-animation: fadeInUp-light 0.75s 1 ease-in-out;
        -webkit-animation: fadeInUp-light 0.75s 1 ease-in-out;
        animation: fadeInUp-light 0.75s 1 ease-in-out;
    }
    body .fadeInDown {
        -moz-animation: fadeInDown-light 0.75s 1 ease-in-out;
        -webkit-animation: fadeInDown-light 0.75s 1 ease-in-out;
        animation: fadeInDown-light 0.75s 1 ease-in-out;
    }

    @keyframes fadeInLeft-light {

        0% {
            opacity: 0;
            transform: translate3d(-6%,0,0);
        }
        100% {
            opacity: 1;
            transform: none;
        }

    }
    @keyframes fadeInRight-light {

        0% {
            opacity: 0;
            transform: translate3d(6%,0,0);
        }
        100% {
            opacity: 1;
            transform: none;
        }

    }
    @keyframes fadeInUp-light {

        0% {
            opacity: 0;
            transform: translate3d(0,15%,0);
        }
        100% {
            opacity: 1;
            transform: none;
        }

    }
    @keyframes fadeInDown-light {

        0% {
            opacity: 0;
            transform: translate3d(0,-15%,0);
        }
        100% {
            opacity: 1;
            transform: none;
        }

    }

    .anifloat1 {
        -moz-animation: floating1 linear 8s infinite;
        -webkit-animation: floating1 linear 8s infinite;
        animation: floating1 linear 7s infinite;
    }
    .circular1 {
        -moz-animation: circular1 18s infinite linear;
        -webkit-animation: circular1 18s infinite linear;
        animation: circular1 18s infinite linear;
    }
    .circular2 {
        -moz-animation: circular2 24s infinite linear;
        -webkit-animation: circular2 24s infinite linear;
        animation: circular2 24s infinite linear;
    }

    @keyframes floating1 {

        25% {
            transform: translateY(-7px) rotate(-12deg);
        }
        75% {
            transform: translateY(7px) rotate(5deg);
        } 

    }

    @keyframes circular1 { 
        
        from {
            transform: rotate(0deg) translate(-12px,21px) rotate(360deg)
        } 
        to {
            transform: rotate(360deg) translate(-12px,21px) rotate(-360deg)
        }

    }

    @keyframes circular2 { 
    
        from {
            transform: rotate(360deg) translate(-15px,30px) rotate(-360deg)
        } 
        to {
            transform: rotate(0deg) translate(-15px,30px) rotate(360deg)
        }

    }

    /* --- */

    /* ------ Modal ------ */

    .dialog-type-lightbox {
        z-index: 2000000002 !important;
    }
    .dialog-type-lightbox.modalmenu {
        z-index: 2000000001 !important;
    }

    /* --- */

    /* ------ Image ------ */

    .elementor-widget-image img {
        width: 100%;
    }

    /* --- */

    /* ------ Liste d'icône ------ */

    .elementor-widget.elementor-widget-icon-list .elementor-icon-list-item {
        align-items: start;
    }

    /* --- */

    /* ------ Boutons de partage ------ */

    .elementor-widget-share-buttons .fa-linkedin::before {
        content: "\f0e1";
    }
    .elementor-widget-share-buttons .fa-facebook::before {
        content: "\f39e";
    }

    /* --- */

    /* ------ Search (JetSearch) ------ */

    .elementor-widget-jet-ajax-search input.jet-ajax-search__field:focus {
        outline: none;
        border: none;
    }

    /* --- */

    /* ------ Slider ------ */

    .elementor-widget-jet-slider .jet-slider__button-wrapper a,
    .elementor-widget-jet-slider .sp-arrow,
    .elementor-widget-jet-slider .sp-button {
        -webkit-transition: all .3s ease-in-out !important;
        -moz-transition: all .3s ease-in-out !important;
        -o-transition: all .3s ease-in-out !important;
        -ms-transition: all .3s ease-in-out !important;
        transition: all .3s ease-in-out !important;
    }

    @media only screen and (max-width: 767px) {
        
        .elementor-widget-jet-slider .sp-horizontal .sp-arrows {
            top: 100%;
            margin-top: -57px;
            z-index: 1;
        }

    }

    /* --- */

    /* ------ Counter ------ */

    .style1.elementor-widget-counter .elementor-counter-title {
        text-align: center;
    }

    /* --- */

    /* ------ Call to action ------ */

        /* ------ stytle #1 ------ */

        .style1.elementor-widget-call-to-action,
        .style1.elementor-widget-call-to-action a.elementor-cta {
            height: 100%;
        }

        .style1.elementor-widget-call-to-action .elementor-cta__bg {
            -webkit-transition: all .3s ease-in-out !important;
            -moz-transition: all .3s ease-in-out !important;
            -o-transition: all .3s ease-in-out !important;
            -ms-transition: all .3s ease-in-out !important;
            transition: all .3s ease-in-out !important;
            transform: rotate(-6deg) translateY(45px) translateX(-60px);
            border-radius: 15px;
            box-shadow: 3px 19px 39px 0px rgba(0, 0, 0, 0.24);
            filter: grayscale(100);
        }
        .style1.elementor-widget-call-to-action a:hover .elementor-cta__bg {
            transform: rotate(-6deg) translateY(30px) translateX(-45px);
            filter: grayscale(0);
        }

        .style1.elementor-widget-call-to-action a::after {
            -webkit-transition: all .3s ease-in-out !important;
            -moz-transition: all .3s ease-in-out !important;
            -o-transition: all .3s ease-in-out !important;
            -ms-transition: all .3s ease-in-out !important;
            transition: all .3s ease-in-out !important;
            content: '';
            display: block;
            width: 100%;
            height: 0;
            background-color: var(--e-global-color-secondary);
            position: absolute;
            z-index: 1;
            bottom: 0;
        }
        .style1.elementor-widget-call-to-action a:hover:after {
            height: 15px;
        }

        .style1.elementor-widget-call-to-action .elementor-cta__button-wrapper > .elementor-cta__button::after {
            font-family: 'icomoon' !important;
            speak: never;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\e904";
            font-size: 75%;
        }

        .style1.elementor-widget-call-to-action .elementor-cta__bg-wrapper  {
            background-color: var(--e-global-color-b68e6d6);
        }

        @media only screen and (max-width: 767px) {
            
            .style1.elementor-widget-call-to-action .elementor-cta__bg {
                transform: rotate(-6deg) translateY(45px) translateX(-30px);
                box-shadow: 3px 12px 18px 0px rgba(0, 0, 0, 0.24);
            }
            .style1.elementor-widget-call-to-action a:hover .elementor-cta__bg {
                transform: rotate(-6deg) translateY(30px) translateX(-30px);
            }

            .style1.elementor-widget-call-to-action .elementor-cta__bg-wrapper {
                min-width: 42%;
            }

        }

        /* --- */

        /* ------ stytle #2 ------ */

        .style2.elementor-widget-call-to-action,
        .style2.elementor-widget-call-to-action .elementor-cta {
            height: 100%;
        }

        .style2.elementor-widget-call-to-action .elementor-cta .elementor-icon > i {
            -webkit-transition: all .3s ease-in-out !important;
            -moz-transition: all .3s ease-in-out !important;
            -o-transition: all .3s ease-in-out !important;
            -ms-transition: all .3s ease-in-out !important;
            transition: all .3s ease-in-out !important;
        }
        .style2.elementor-widget-call-to-action .elementor-cta:hover .elementor-icon > i {
            color: var(--e-global-color-b68e6d6);
        }

        /* --- */

    /* --- */

    /* ------ Team Member ------ */

    .elementor-widget-jet-team-member .jet-team-member__socials-item .jet-team-member__socials-icon .inner,
    .elementor-widget-jet-team-member .jet-team-member__socials-item .jet-team-member__socials-icon .inner .jet-elements-icon {
        -webkit-transition: all .3s ease-in-out !important;
        -moz-transition: all .3s ease-in-out !important;
        -o-transition: all .3s ease-in-out !important;
        -ms-transition: all .3s ease-in-out !important;
        transition: all .3s ease-in-out !important;
    }

    .style1.elementor-widget-jet-team-member .jet-team-member__figure {
        overflow: inherit;
        background-color: var(--e-global-color-b68e6d6);
        border-radius: 9px;
    }
    .style1.elementor-widget-jet-team-member .jet-team-member__figure > img {
        margin-top: -90px;
        border-radius: 9px;
    }

    /* --- */

    /* ------ Accordéon ------ */

    .style1.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover > .e-n-accordion-item-title,
    .style1.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover > .e-n-accordion-item-title > .e-n-accordion-item-title-icon span > i  {
        color: var(--e-global-color-secondary);
    }
    .style1.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover > .e-n-accordion-item-title:hover,
    .style1.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover > .e-n-accordion-item-title:hover > .e-n-accordion-item-title-icon span > i{
        color: var(--e-global-color-b68e6d6);
    }

    .style1.elementor-widget-n-accordion .e-n-accordion-item-title,
    .style1.elementor-widget-n-accordion .e-n-accordion-item-title-icon span > i {
        -webkit-transition: all .3s ease-in-out !important;
        -moz-transition: all .3s ease-in-out !important;
        -o-transition: all .3s ease-in-out !important;
        -ms-transition: all .3s ease-in-out !important;
        transition: all .3s ease-in-out !important;
    }
    .style1.elementor-widget-n-accordion .e-n-accordion-item-title {
        display: flex;
        width: fit-content;
    }

    /* --- */

/* --- */


/* ------------ JETENGINE ------------ */

    /* ------ JetEngine listing ------ */

    .jet-listing-grid__item .jet-listing-dynamic-image {
        overflow: hidden;
    }
    .jet-listing-grid__item img.size-blog-list,
    .jet-listing-grid__item img.size-blog-list-square,
    .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.size-blog-list,
    .jet-listing-grid__item section.elementor-top-section:hover img.size-blog-list-square,
    .jet-listing-grid__item .jet-listing-dynamic-image__link:hover img.wp-post-image {
        transform: scale(1.08);
    }
    .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;
    }

    .elementor-widget-jet-listing-grid .jet-listing-grid__slider-icon {
        -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;
    }

        /* ------ JetEngine listing - COMPOUNDS MARKETS ------ */

        .liste-compounds-markets .jet-listing-grid__item a.elementor-element {
            overflow: hidden;
        }
        .liste-compounds-markets .jet-listing-grid__item a.elementor-element::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;
            filter: brightness( 60% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
        }
        .liste-compounds-markets .jet-listing-grid__item a.elementor-element:hover::before {
            transform: scale(1.08);
        }

        /* --- */

        /* ------ JetEngine listing - COMPOUNDS ------ */

        .liste-compounds .jet-listing-grid__item a.elementor-element {
            overflow: hidden;
        }
        .liste-compounds .jet-listing-grid__item a.elementor-element::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;
            filter: brightness( 60% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
        }
        .liste-compounds .jet-listing-grid__item a.elementor-element:hover::before {
            transform: scale(1.08);
        }
        
        .liste-compounds .jet-listing-grid__item a.elementor-element i {
            -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;
        }
        .liste-compounds .jet-listing-grid__item a.elementor-element:hover i {
            transform: translateY(6px);
        }

        /* --- */

    /* --- */


/* --- */


/* ------------ JETSMARTFILTERS ------------ */

#filtre-actu .jet-checkboxes-list__button,
#filtre-agenda .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;
}

.elementor-widget-jet-smart-filters-select select {
    background-image:
      linear-gradient(45deg, transparent 50%, var(--e-global-color-text) 50%),
      linear-gradient(135deg, var(--e-global-color-text) 50%, transparent 50%),
      linear-gradient(to right, var(--e-global-color-c6ce888), var(--e-global-color-c6ce888));
    background-position:
      calc(100% - 21px) calc(1em + 6px),
      calc(100% - 18px) calc(1em + 6px),
      calc(100% - 1.8em) 0.5em;
    background-size:
      6px 6px,
      6px 6px,
      1px 1.8em;
    background-repeat: no-repeat;
}

/* --- */


/* ------------ WPFORMS ------------ */

.elementor-widget-wpforms .wpforms-container-full .wpforms-form .wpforms-field {
	padding: 10px 0;
}
.elementor-widget-wpforms .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-layout {
	padding: 0;
}

.elementor-widget-wpforms .wpforms-container-full .wpforms-form input[type="date"],
.elementor-widget-wpforms .wpforms-container-full .wpforms-form input[type="datetime"],
.elementor-widget-wpforms .wpforms-container-full .wpforms-form input[type="datetime-local"],
.elementor-widget-wpforms .wpforms-container-full .wpforms-form input[type="email"],
.elementor-widget-wpforms .wpforms-container-full .wpforms-form input[type="month"],
.elementor-widget-wpforms .wpforms-container-full .wpforms-form input[type="number"],
.elementor-widget-wpforms .wpforms-container-full .wpforms-form input[type="password"],
.elementor-widget-wpforms .wpforms-container-full .wpforms-form input[type="range"],
.elementor-widget-wpforms .wpforms-container-full .wpforms-form input[type="search"],
.elementor-widget-wpforms .wpforms-container-full .wpforms-form input[type="tel"],
.elementor-widget-wpforms .wpforms-container-full .wpforms-form input[type="text"],
.elementor-widget-wpforms .wpforms-container-full .wpforms-form input[type="time"],
.elementor-widget-wpforms .wpforms-container-full .wpforms-form input[type="url"],
.elementor-widget-wpforms .wpforms-container-full .wpforms-form input[type="week"],
.elementor-widget-wpforms .wpforms-container-full .wpforms-form select,
.elementor-widget-wpforms .wpforms-container-full .wpforms-form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--e-global-color-b68e6d6);
	border-radius: 6px;
	color: var(--wc-secondary-text);
	border: 1px solid var(--e-global-color-b52970b);
	padding: 11px 15px;
	height: inherit;
}
.elementor-widget-wpforms .wpforms-container-full .wpforms-form .wpforms-uploader {
    border: 1px dashed var(--e-global-color-text);
    border-radius: 6px;
    background: var(--e-global-color-5a74f95);
}
.elementor-widget-wpforms .wpforms-container-full .wpforms-form .wpforms-uploader .dz-message {
	color: var(--e-global-color-primary);
    font-weight: bold;
}
.elementor-widget-wpforms .wpforms-container-full .wpforms-form .wpforms-uploader .dz-message svg {
	opacity: 1;
}
.elementor-widget-jet-smart-filters-select select {
    background-image:
      linear-gradient(45deg, transparent 50%, var(--e-global-color-text) 50%),
      linear-gradient(135deg, var(--e-global-color-text) 50%, transparent 50%),
      linear-gradient(to right, var(--e-global-color-c6ce888), var(--e-global-color-c6ce888));
    background-position:
      calc(100% - 21px) calc(1em + 6px),
      calc(100% - 15px) calc(1em + 6px),
      calc(100% - 1.8em) 0.5em;
    background-size:
      6px 6px,
      6px 6px,
      1px 1.8em;
    background-repeat: no-repeat;
}
.elementor-widget-wpforms .wpforms-container-full .wpforms-form .wpforms-field-label {
	font-weight: 400;
    margin: 0 0 6px 0;
}
.elementor-widget-wpforms .wpforms-container-full .wpforms-form input:focus,
.elementor-widget-wpforms .wpforms-container-full .wpforms-form textarea:focus,
.elementor-widget-wpforms .wpforms-container-full .wpforms-form select:focus,
.elementor-widget-wpforms .wpforms-container-full .wpforms-form .is-focused .choices__inner,
.elementor-widget-wpforms .wpforms-container-full .wpforms-form .is-open .choices__inner,
.elementor-widget-wpforms .wpforms-container-full .wpforms-form .is-open .choices__list--dropdown {
	border: 1px solid var(--e-global-color-primary);
}

.elementor-widget-wpforms div.wpforms-container-full .wpforms-form label.wpforms-error {
	padding: 5px 0;
}

.elementor-widget-wpforms div.wpforms-container-full .wpforms-form .wpforms-field-checkbox > ul > li {
	display: flex;
}
.elementor-widget-wpforms div.wpforms-container-full .wpforms-form .wpforms-field-checkbox > ul > li > input[type="checkbox"] {
	margin: 3px 9px 0 3px;
}

.elementor-widget-wpforms .wpforms-container-full .wpforms-form .mentions {
	font-size: 90%;
}

.elementor-widget-wpforms .wpforms-container-full .wpforms-form input[type="submit"],
.elementor-widget-wpforms .wpforms-container-full .wpforms-form button[type="submit"],
.elementor-widget-wpforms .wpforms-container-full .wpforms-form .wpforms-page-button {
	background-color: var(--e-global-color-secondary);
	border: none;
    border-radius: 6px;
	color: var(--e-global-color-b68e6d6);
	padding: 9px 24px;
}
.elementor-widget-wpforms .wpforms-container-full .wpforms-form input[type="submit"]:hover,
.elementor-widget-wpforms .wpforms-container-full .wpforms-form input[type="submit"]:focus,
.elementor-widget-wpforms .wpforms-container-full .wpforms-form input[type="submit"]:active,
.elementor-widget-wpforms .wpforms-container-full .wpforms-form button[type="submit"]:hover,
.elementor-widget-wpforms .wpforms-container-full .wpforms-form button[type="submit"]:focus,
.elementor-widget-wpforms .wpforms-container-full .wpforms-form button[type="submit"]:active,
.elementor-widget-wpforms .wpforms-container-full .wpforms-form .wpforms-page-button:hover,
.elementor-widget-wpforms .wpforms-container-full .wpforms-form .wpforms-page-button:active,
.elementor-widget-wpforms .wpforms-container-full .wpforms-form .wpforms-page-button:focus {
	background-color: var(--e-global-color-c6ce888);
	border: none;
	cursor: pointer;
}

.elementor-widget-wpforms .wpforms-container-full .wpforms-form input::-webkit-input-placeholder,
.elementor-widget-wpforms .wpforms-container-full .wpforms-form select::-webkit-input-placeholder,
.elementor-widget-wpforms .wpforms-container-full .wpforms-form textarea::-webkit-input-placeholder {
    color: var(--e-global-color-text);
    opacity: 0.6;
}
.elementor-widget-wpforms .wpforms-container-full .wpforms-form input::-moz-placeholder,
.elementor-widget-wpforms .wpforms-container-full .wpforms-form select::-moz-placeholder,
.elementor-widget-wpforms .wpforms-container-full .wpforms-form textarea::-moz-placeholder {
    color: var(--e-global-color-text);
    opacity: 0.6;
}
.elementor-widget-wpforms .wpforms-container-full .wpforms-form input:-ms-input-placeholder,
.elementor-widget-wpforms .wpforms-container-full .wpforms-form select:-ms-input-placeholder,
.elementor-widget-wpforms .wpforms-container-full .wpforms-form textarea:-ms-input-placeholder {
    color: var(--e-global-color-text);
    opacity: 0.6;
}
.elementor-widget-wpforms .wpforms-container-full .wpforms-form input:-moz-placeholder,
.elementor-widget-wpforms .wpforms-container-full .wpforms-form select:-moz-placeholder,
.elementor-widget-wpforms .wpforms-container-full .wpforms-form textarea:-moz-placeholder {
    color: var(--e-global-color-text);
    opacity: 0.6;
}

.elementor-widget-wpforms .wpforms-container-full .wpforms-confirmation-container-full {
	background: var(--e-global-color-b68e6d6);
	border: none;
    padding: 30px 0;
}
.elementor-widget-wpforms .wpforms-container-full .wpforms-confirmation-container-full p {
	color: var(--e-global-color-text);
}

@media only screen and (max-width: 767px) {
        
    .elementor-widget-wpforms .wpforms-container-full .wpforms-form .wpforms-field-layout .wpforms-layout-row {
        margin-right: inherit;
        margin-left: inherit;
    }
    .elementor-widget-wpforms .wpforms-container-full .wpforms-form .wpforms-field-layout .wpforms-layout-column {
        padding: 0;
    }

}

    /* ------------ Blanc ------------ */

    .blanc.elementor-widget-wpforms .wpforms-container-full .wpforms-form input[type="date"],
    .blanc.elementor-widget-wpforms .wpforms-container-full .wpforms-form input[type="datetime"],
    .blanc.elementor-widget-wpforms .wpforms-container-full .wpforms-form input[type="datetime-local"],
    .blanc.elementor-widget-wpforms .wpforms-container-full .wpforms-form input[type="email"],
    .blanc.elementor-widget-wpforms .wpforms-container-full .wpforms-form input[type="month"],
    .blanc.elementor-widget-wpforms .wpforms-container-full .wpforms-form input[type="number"],
    .blanc.elementor-widget-wpforms .wpforms-container-full .wpforms-form input[type="password"],
    .blanc.elementor-widget-wpforms .wpforms-container-full .wpforms-form input[type="range"],
    .blanc.elementor-widget-wpforms .wpforms-container-full .wpforms-form input[type="search"],
    .blanc.elementor-widget-wpforms .wpforms-container-full .wpforms-form input[type="tel"],
    .blanc.elementor-widget-wpforms .wpforms-container-full .wpforms-form input[type="text"],
    .blanc.elementor-widget-wpforms .wpforms-container-full .wpforms-form input[type="time"],
    .blanc.elementor-widget-wpforms .wpforms-container-full .wpforms-form input[type="url"],
    .blanc.elementor-widget-wpforms .wpforms-container-full .wpforms-form input[type="week"],
    .blanc.elementor-widget-wpforms .wpforms-container-full .wpforms-form select,
    .blanc.elementor-widget-wpforms .wpforms-container-full .wpforms-form textarea {
        background-color: var(--e-global-color-b68e6d6);
        border: 1px solid var(--e-global-color-b68e6d6);
    }

    /* --- */

    /* ------------ Newsletter ------------ */

    .newsletter.elementor-widget-wpforms .wpforms-container-full .wpforms-container {
        margin-bottom: 0;
    }
    .newsletter.elementor-widget-wpforms form.wpforms-form {
        display: flex;
    }
    .newsletter.elementor-widget-wpforms form.wpforms-form .wpforms-field-container:nth-of-type(1) {
        width: 55%;
    }
    .newsletter.elementor-widget-wpforms form.wpforms-form input[type="email"] {
        padding: 10px 10px !important;
        min-height: 45px;
    }
    .newsletter.elementor-widget-wpforms form.wpforms-form .wpforms-field {
        padding: 3px 0 0 0 !important;
    }
    .newsletter.elementor-widget-wpforms form.wpforms-form .wpforms-submit-container {
        padding: 3px 0 0 0 !important;
    }
    .newsletter.elementor-widget-wpforms form.wpforms-form button[type="submit"] {
        padding: 10px 10px !important;
        min-height: 45px;
    }

    /* --- */

/* --- */


/* ------------ TAWK ------------ */

body .wcc-consent-container {
	z-index: 2000000002 !important;
}

/* --- */


/* ------------ GDPR COOKIE CONSENT ------------ */

body .wcc-notice-des *,
body .wcc-preference-content-wrapper *,
body .wcc-accordion-header-des *,
body .wcc-gpc-wrapper .wcc-gpc-desc * {
	font-size: var( --e-global-typography-primary-font-size );
}
body .wcc-audit-table .wcc-cookie-des-table {
	font-size: var( --e-global-typography-secondary-font-size );
}

body .wcc-preference-header .wcc-preference-title,
body .wcc-notice .wcc-title {
	font-size: var( --e-global-typography-bdebc99-font-size );
	font-weight: var( --e-global-typography-bdebc99-font-weight );
	line-height: var( --e-global-typography-bdebc99-line-height );
    letter-spacing: inherit;
}

.wcc-consent-container .wcc-btn {
	margin: 3px;
}
.wcc-consent-container .wcc-btn:last-child {
	margin-right: inherit;
}

.wcc-consent-container button.wcc-btn-customize,
.wcc-consent-container button.wcc-btn-reject,
.wcc-consent-container button.wcc-btn-accept,
.wcc-modal button.wcc-btn-preferences,
.wcc-modal button.wcc-btn-reject,
.wcc-modal button.wcc-btn-accept {
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-size: var( --e-global-typography-primary-font-size );
    font-weight: var( --e-global-typography-primary-font-weight );
    line-height: var( --e-global-typography-primary-line-height );
    letter-spacing: inherit !important;
    padding: 9px 9px;

}
.wcc-consent-container button.wcc-btn-customize,
.wcc-modal button.wcc-btn-preferences {
    color: #FFFFFF !important;
    background-color: rgb(30, 115, 190) !important;
    border-color: rgb(30, 115, 190) !important;
}
.wcc-consent-container button.wcc-btn-reject,
.wcc-modal button.wcc-btn-reject {
    color: #FFFFFF !important;
    background-color: rgb(229, 42, 7) !important;
    border-color: rgb(229, 42, 7) !important;
}
.wcc-consent-container button.wcc-btn-accept,
.wcc-modal button.wcc-btn-accept {
    color: #FFFFFF !important;
    background-color: rgb(96, 128, 67) !important;
    border-color: rgb(96, 128, 67) !important;
}

.wcc-consent-container button.wcc-banner-btn-close img,
.wcc-preference-header button.wcc-btn-close img {
    height: 15px;
    width: 15px;
}
.wcc-consent-container button.wcc-banner-btn-close,
.wcc-preference-header button.wcc-btn-close,
.wcc-btn-revisit-wrapper button.wcc-btn-revisit,
.wcc-accordion-header button.wcc-accordion-btn,
.wcc-modal button.wcc-show-desc-btn {
    background-color: inherit;
    border-style: inherit;
    border-width: 0;
    border-color: inherit;
    letter-spacing: inherit;
}
.wcc-consent-container button.wcc-banner-btn-close:hover,
.wcc-preference-header button.wcc-btn-close:hover,
.wcc-btn-revisit-wrapper button.wcc-btn-revisit:hover,
.wcc-accordion-header button.wcc-accordion-btn:hover,
.wcc-modal button.wcc-show-desc-btn:hover,
.wcc-consent-container button.wcc-banner-btn-close:focus,
.wcc-preference-header button.wcc-btn-close:focus,
.wcc-btn-revisit-wrapper button.wcc-btn-revisit:focus,
.wcc-accordion-header button.wcc-accordion-btn:focus,
.wcc-modal button.wcc-show-desc-btn:focus {
    background-color: inherit;
    border-style: inherit;
    border-width: 0;
    border-color: inherit;
    color: inherit;
}
.wcc-switch input[type="checkbox"] {
	padding: inherit !important;
    border-style: inherit !important;
    border-radius: 50px !important;
    border-width: inherit !important;
}

.wcc-modal button.wcc-show-desc-btn:not(:hover):not(:active) {
	color: rgb(30, 115, 190) !important;
}

/* --- */


/* ------------ WPML ------------ */

.otgs-development-site-front-end {
	display: none !important;
}

body .wpml-ls-legacy-dropdown {
	width: inherit;
}
body .wpml-ls-legacy-dropdown a {
    white-space: nowrap;
	background-color: var(--e-global-color-9178af6);
    color: var(--e-global-color-b68e6d6);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    text-transform: uppercase;
    padding: 9px 39px 9px 12px;
}
body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	padding-right: 39px;
}
body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle > .wpml-ls-native {
	margin-top: 1px;
}
body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\e901";
    border: none;
    top: 9px;
    right: 12px;
    font-size: 15px;
}
body .wpml-ls-legacy-dropdown a:hover,
body .wpml-ls-legacy-dropdown a:focus,
body .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
    color: var(--e-global-color-primary) !important;
    background-color: var(--e-global-color-b68e6d6) !important;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    top: calc(100% + 3px);
	border-top: none;
    border-radius: 6px;
    background-color: var(--e-global-color-b68e6d6);
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu > li {
	display: flex;
    align-items: center;
    justify-content: center;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu > li > a {
    border-radius: 0;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu > li:first-of-type > a {
    border-radius: 6px 6px 0 0;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu > li:last-of-type > a {
    border-radius: 0 0 6px 6px;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu > li > a:hover,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu > li > a:focus,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu > li > .wpml-ls-current-language:hover > a {
    color: var(--e-global-color-b68e6d6) !important;
    background-color: var(--e-global-color-primary) !important;
}

    /* ------------ Modale menu mobile ------------ */

    body .modalmenu .wpml-ls-legacy-dropdown a {
        padding: 12px 42px 12px 12px;
    }
    body .modalmenu .wpml-ls-legacy-dropdown a > img {
        width: 30px;
        height: 21px;
    }
    body .modalmenu .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
        top: 12px;
        font-size: 18px;
    }

    /* --- */

/* --- */