/* 
Theme Name: TPG PACK (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;
}

@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) {
}

/* --- */


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

main .elementor-widget-text-editor a,
main .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-accent), var(--e-global-color-accent));
    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: 0 2px 0 2px;
    color: var(--e-global-color-accent);
}
main .elementor-widget-text-editor a:hover,
main .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-b68e6d6), var(--e-global-color-b68e6d6));
    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-primary);
}

/* --- */


/* ------------ 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: "Font Awesome 5 Free";
    font-size: 0.9em;
    font-weight: 900;
    content:  "\f054";
    position: absolute;
    left: -10px;
    top: 0px;
}

.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";
	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: 20px;
        top: 18px;
        z-index: 9999;
        display: block;
        margin: 0 auto;
        border-bottom: none !important;
        cursor: pointer;
        text-decoration: none;
        padding: 12px 12px 12px 12px;
    }
    .js-nav-toggle.sticky {
        top: 18px;
    }
    .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-bc79299);
        background: var(--e-global-color-bc79299);
        -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-bc79299);
    }
    .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-bc79299);
        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-bc79299);
        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-bc79299);
        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;
        }

    }

    /* --- */

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

    #header,
    #header > .elementor-container,
    #header .elementor-widget-theme-site-logo.elementor-widget-image 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;
    }
    #header.elementor-sticky--effects {
        background-color:rgba(255,255,255,0.96);
        min-height: 80px;
    }
    #header.elementor-sticky--effects .elementor-widget-theme-site-logo.elementor-widget-image img {
        width: 60px;
    }

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

        #header .elementor-widget-theme-site-logo.elementor-widget-image img {
            width: 60px;
        }

    }
    
    /* --- */

    /* ------ 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;
        white-space: inherit;
    }

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

    /* --- */

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

    #menumobile.elementor-widget-nav-menu a {
        border-radius: 3px !important;
    }
    
    #menumobile.elementor-widget-nav-menu .elementor-item.highlighted,
    #menumobile.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item:focus {
        background-color: var(--e-global-color-9321d99) !important;
        color: var(--e-global-color-bc79299) !important;
    }
    #menumobile.elementor-widget-nav-menu ul.sub-menu {
        margin: 9px;
        margin-bottom: 24px;
    }

    #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;
        font-size: 18px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    /* --- */

    /* ------ Formulaire de recherche ------ */

    .elementor-search-form__input {
        background-color: transparent !important;
    }

    @media only screen and (max-width: 1200px) {
        
        body .elementor-search-form--skin-full_screen .elementor-search-form__container {
            padding: 15% 15% 100% 15%;
        }

    }

    /* --- */

/* --- */


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

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

    @media only screen and (max-width: 767px) {
        
        footer .elementor-nav-menu a {
            justify-content: center;
        }

    }

    /* --- */

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

    .elementor-default footer .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;
        }

    }

    /* --- */

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

    .dialog-type-lightbox.modalmenu {
        z-index: 9990;
    }

    /* --- */

    /* ------ Titre ------ */

    .style1.elementor-widget-heading .elementor-heading-title span {
        color: var(--e-global-color-secondary);
    }

    /* --- */

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

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

    /* --- */

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

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

    /* --- */

    /* ------ Advanced Carousel ------ */

    .logos.elementor-widget-jet-carousel .slick-track {
        padding: 30px 0;
    }
    .logos.elementor-widget-jet-carousel .slick-track .jet-carousel__item {
        margin: 0 10px;
        justify-content: center;
        align-items: center;
    }
    .logos.elementor-widget-jet-carousel .slick-track .jet-carousel__item-inner {
        flex-grow: inherit !important;
    }
    .logos.elementor-widget-jet-carousel .slick-track .jet-carousel__item img.jet-carousel__item-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;
        filter: grayscale(100%);
        max-height: 150px;
    }
    .logos.elementor-widget-jet-carousel .slick-track .jet-carousel__item a.jet-carousel__item-link:hover img.jet-carousel__item-img {
        filter: grayscale(0%);
    }

    .style1.elementor-widget-jet-carousel .slick-slide 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;
    }
    .style1.elementor-widget-jet-carousel .slick-slide a:hover img {
        transform: scale(1.05);
    }

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

        .style2.elementor-widget-jet-carousel .slick-list {
        padding: 0px 60px !important;
    }

    }

    /* --- */

    /* ------ Carrousel d’images ------ */

    .style1.elementor-widget-image-carousel .swiper-slide-inner {
        line-height: 0 !important;
    }

    /* --- */

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

    @media only screen and (min-width: 1025px) {

        .style1.elementor-widget-jet-image-accordion .jet-image-accordion__title-default {
            max-width: 130px;
            min-width: 130px;
        }

    }

    /* --- */

    /* ------ Boîte d'image ------ */

    .elementor-widget-image-box .elementor-image-box-title {
        margin-top: -10px;
    }

    /* --- */

    /* ------ Appel à l'action ------ */

    .style1.elementor-widget-call-to-action .elementor-cta__bg-overlay {
        background: -webkit-linear-gradient(-90deg, rgba(255,255,255,0) 0, rgba(255,255,255,0) 54%, rgba(255,255,255,1) 100%);
        background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0, rgba(255,255,255,0) 44%, rgba(255,255,255,1) 100%);
        background: linear-gradient(180deg, rgba(255,255,255,0) 0, rgba(255,255,255,0) 44%, rgba(255,255,255,1) 100%);
        background-position: 50% 50%;
    }

    /* --- */

    /* ------ Menu WordPress------ */

    .style1.elementor-widget-nav-menu a.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted)::before {
        background-color: var(--e-global-color-b68e6d6);
        opacity: 1;
    }
    .style1.elementor-widget-nav-menu li.menu-item {
        margin-top: calc(15px / 2);
        margin-bottom: calc(15px / 2);
    }

    /* --- */

/* --- */


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

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

    .jet-listing-grid__item .jet-listing-dynamic-image {
        overflow: hidden;
        border-radius: 24px;
    }
    .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.1);
    }
    .jet-listing-grid__item .jet-listing-dynamic-image__link::before {
        content: '';
        position: absolute;
        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;
        border-radius: 24px;
    }

    .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;
    }

        /* ------ Logos en grille ------ */

        .style1.elementor-widget-jet-listing-grid .jet-listing-grid__items {
            justify-content: center;
        }

        /* --- */

    /* --- */

/* --- */


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

#filtre-actu .jet-checkboxes-list__button,
.elementor-widget-jet-smart-filters-pagination .jet-filters-pagination__link {
    -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;
}

/* --- */


/* ------------ 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-9321d99);
	border-radius: 3px;
	color: var(--wc-secondary-text);
	border: 1px solid var(--e-global-color-9321d99);
	padding: 15px 15px;
	height: inherit;
}
.elementor-widget-wpforms .wpforms-container-full .wpforms-form 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% - 2.5em) 0.5em;
    background-size:
      6px 6px,
      6px 6px,
      1px 2.1em;
    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-fea52cf);
}

.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: 3px;
	color: var(--e-global-color-b68e6d6);
	padding: 15px 15px;
    text-transform: uppercase;
}
.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;
}

@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;
    }

    /* --- */

/* --- */


/* ------------ 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;
}

/* --- */