/***********************
    GLOBALS
***********************/

body {
    --primary: var(--e-global-color-primary);
    --secondary: var(--e-global-color-secondary);
    --text-color: var(--e-global-color-text);
    --text-font: var(--e-global-typography-primary-font-family);
    --title-font: var(--e-global-typography-secondary-font-family);
    --cookies-text-color: var(--secondary);
}

.elementor-button-link,
.elementor-button {
    font-family: var(--e-global-typography-primary-font-family) !important;
    font-weight: 500 !important;
}
/*@media screen and (min-width: 1025px) {
    .elementor-location-header a.elementor-item {
        font-size: clamp(14px, 7px + .7vw, 17px);
        padding-inline: .8vw !important;
    }
}*/
h1,
.title-xl .elementor-heading-title {
    font-family: var(--title-font);
    font-size: clamp(30px, 10px + 3vw, 40px);
    text-transform: uppercase;
    line-height: 1.1;
}
.title-lg .elementor-heading-title {
    font-family: var(--title-font);
    font-size: 18px;
    line-height: 1.1;
}

.elementor-post__read-more {
    font-weight: 800 !important;
}
#recherches-pop {
    background-color: #000;
    padding: 10px 0;
    text-align: center;
    color: #fff;
}
#recherches-pop a {
    color: #bbb;
}
#recherches-pop a:hover {
    color: var(--primary);
}
#recherches-pop {
    display: none;
}
#comments .title-comments {
    display: none;
}

.commentrating .fa {
    font-size: 16px;
    margin: 0 5px;
    color: #ffcc00;
}

.comment-form-url {
    display: none;
}

.elementor-widget-text-editor p:last-child {
    margin-bottom: 0;
}

.bouton-surligner a span {
    position: relative;
    transition: 0.3s;
    font-size: 25px;
    z-index: 1;
    text-transform: uppercase;
}
.bouton-surligner a span:before {
    background-color: #887329;
    content: "";
    position: absolute;
    width: 10%;
    height: calc(100% + 20px);
    left: -5px;
    top: -10px;
    z-index: -1;
    transition: 0.3s;
}

.bouton-surligner a span:hover:before {
    width: calc(100% + 10px) !important;
}

.elementor-safe-mode-toast {
    display: none;
}

/***********************
    FORMATIONS HOME
***********************/
.formation-container {
    cursor: pointer;
}

.formation-container:hover .formation-more a:before {
    width: 100%;
}

/***********************
    Manifestation HOME
***********************/

.date-manifestation {
    color: white !important;
    text-transform: uppercase;
    font-family: "Karantina", sans-serif;
    font-weight: bold;
    font-size: 45px;
}

.manifestation-section {
    display: flex;
    position: relative;
    margin: 10px 0;
    cursor: pointer;
}

.manifestation-info {
    width: 40%;
    line-height: 3.1em;
    z-index: 3;
    padding: 0 15px;
}

.manifestation-exerpt-image {
    background-size: cover;
    width: 100%;
    background-position: center;
    transition: 0.3s;
    position: relative;
    outline: #112753 1px solid;
    box-sizing: border-box;
}

.actu-header-title {
    color: var(--e-global-color-secondary);
    font-size: 60px;
    font-family: "Karantina", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.actu-header-title p {
    transition: 0.3s;
    text-shadow: 0px 0px 0px black;
}

.manifestation-bouton {
    background-color: white;
    position: relative;
    transition: 0.3s ease;
    z-index: 1;
    color: black !important;
    border-radius: inherit !important;
}

.manifestation-bouton {
    font-family: "Karantina", Sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    fill: var(--e-global-color-bf42766);
    color: var(--e-global-color-bf42766);
    padding: 4px 10px 4px 10px;
}

.manifestation-bouton:before {
    content: "";
    width: 10%;
    height: 100%;
    background-color: var(--e-global-color-secondary);
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s ease;
}

.manifestation-section:hover .manifestation-bouton:before {
    width: 100%;
}

.manifestation-section:hover .manifestation-exerpt-image {
    transform: scale(1.1);
}

.manifestation-section:hover .manifestation-exerpt-image:before {
    box-shadow: inset 0px 0px 0px 22px #112753;
    scale: 1.1;
}

.manifestation-section:hover .actu-header-title p {
    text-shadow: 3px 3px 10px black;
}

.manifestation-exerpt-image:before {
    content: "";
    width: 100%;
    height: 100%;
    /* border: #112753 2px solid; */
    /* outline: #112753 7px solid; */
    position: absolute;
    box-sizing: border-box;
    /* -webkit-box-shadow: inset 0px 0px 0px 10px #f00; */
    -moz-box-shadow: inset 0px 0px 0px 10px #f00;
    /* box-shadow: inset 0px 0px 0px 14px #112753; */
    transition: 0.3s;
}
.manifestation-exerpt-image:hover:before {
    box-shadow: inset 0px 0px 0px 22px #112753;
    scale: 1.1;
}

.manifestation-exerpt-image:hover {
    /* background-size: revert; */
    transform: scale(1.1);
}

a.link-actu-header {
    margin: 11px 0 !important;
}

.link-actu-header:nth-child(even) .manifestation-section {
    flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
    .manifestation-section {
        flex-direction: column-reverse;
    }

    .manifestation-info {
        width: 100%;
    }

    .manifestation-exerpt-image {
        height: 200px;
    }

    .link-actu-header:nth-child(even) .manifestation-section {
        flex-direction: column-reverse !important;
    }
}

/***********************
    ANIMATIONS
***********************/

body:not(.elementor-editor-active) .transform-left {
    opacity: 0;
    transform: translateX(-100px);
}
body:not(.elementor-editor-active) .transform-right {
    opacity: 0;
    transform: translateX(100px);
}
body:not(.elementor-editor-active) .transform-top {
    opacity: 0;
    transform: translateY(-100px);
}
body:not(.elementor-editor-active) .transform-bottom {
    opacity: 0;
    transform: translateY(100px);
}
body:not(.elementor-editor-active) .transform-opacity {
    opacity: 0;
}

/***********************
    FORMULAIRE
***********************/

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"] {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid var(--primary);
    margin-bottom: 20px;
    background-color: transparent;
}
.gform_wrapper textarea {
    border: 2px solid var(--primary);
    background-color: transparent;
}
.gform_wrapper input[type="text"]:focus,
.gform_wrapper textarea:focus {
    background-color: rgb(255 190 0 / 15%);
}
.gform_wrapper select {
    border: 2px solid var(--primary);
}
.gform_wrapper li.gfield > label {
    color: var(--primary);
    font-weight: normal;
    opacity: 0.8;
    position: relative;
    top: 5px;
}
.gform_wrapper .ginput_container_textarea {
    margin-top: 25px !important;
}

/*CHECKBOX*/

.gform_wrapper input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}
.gform_wrapper input[type="checkbox"] + label {
    position: relative;
    overflow: hidden;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
}

.gform_wrapper input[type="checkbox"] + label:before,
.gform_wrapper input[type="checkbox"] + label:after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
/* after */
.gform_wrapper input[type="checkbox"]:not(:checked) + label:after {
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    top: 0px;
    border-radius: 50%;
}
.gform_wrapper input[type="checkbox"]:checked + label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid var(--primary);
    background-color: var(--primary);
    z-index: 0;
    border-radius: 2px;
    border-radius: 50%;
}
/* before */
.gform_wrapper input[type="checkbox"]:not(:checked) + label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.gform_wrapper input[type="checkbox"]:checked + label:before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    margin-top: 3px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.gform_button {
    background-color: var(--e-global-color-secondary);
    padding: 0px 20px 0px 20px;
    transition: 0.3s ease;
    color: white;
    border: none;
    font-family: var(--e-global-typography-primary-font-family);
    text-transform: uppercase;
    font-size: 40px !important;
    position: relative;
    letter-spacing: 1px;
    z-index: 1;
    font-weight: 400;
}

.gform_button:before {
    content: "";
    width: 10%;
    height: 100%;
    background-color: var(--e-global-color-secondary);
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
}

.gform_button:hover {
    background-color: unset;
    color: black;
}

/***********************
    AVIS
***********************/
/*.front-page-avis-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
    margin-top: 20px;
}
.front-page-avis-content-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.front-page-avis-content-author {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-secondary-font-family);
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
.front-page-avis-content-date {
    color: black;
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: 600;
}
.front-page-avis-content-rating i {
    color: #ffcc00;
    margin: 0 10px;
    font-size: 23px;
}
.front-page-avis-content-text {
    color: black;
    text-align: center;
}
@media screen and (max-width: 1024px) {
    .front-page-avis-content-author {
        font-size: 25px
    }
}
@media screen and (max-width: 767px) {
    .front-page-avis-content {
        grid-template-columns: 1fr;
    }
}*/

/***********************
    TABLEAUX
***********************/
tr,
td {
    background-color: transparent !important;
}
.horaires tr,
.horaires td {
    padding: 0 !important;
    border: none !important;
    line-height: 2.2;
}
.horaires-line {
    display: grid;
    grid-template-columns: 1fr 2fr;
}
@media screen and (min-width: 1024px) {
    .horaires-hour {
        justify-self: end;
    }
}
/***********************
    HOME NEWSLETTER
***********************/
/*
.home-newsletter form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.home-newsletter form p {
    flex-grow: 1;
    margin: 0;
    position: relative;
}
.home-newsletter .meo-newsletter-input,
.home-newsletter .meo-newsletter-submit {
    height: 45px;
    padding-left: 25px;
    font-family: var(--e-global-typography-primary-font-family);
    border-radius: 0;
    border: none;
}
.home-newsletter .meo-newsletter-input::placeholder {
    color: black;
    opacity: 0.5;
    font-family: var(--e-global-typography-primary-font-family);
    font-style: italic;
}
.home-newsletter .meo-newsletter-submit {
    background-color: var(--e-global-color-secondary) !important;
    color: white !important;
    text-transform: uppercase;
    padding-right: 25px !important;
    padding-left: 25px !important;
}*/
/***********************
    SITEMAP
***********************/
.wsp-container h2 {
    margin-top: 20px;
    color: var(--secondary);
}

.wsp-container li a,
.wsp-container strong {
    font-size: 1rem;
    color: var(--primary);
    padding-left: 10px;
}
.wsp-container li a:hover {
    color: var(--secondary);
}

.wsp-container li::marker {
    color: var(--primary);
    font-family: "Font Awesome 5 Free";
    content: "\f140";
    font-weight: 900;
}

/***********************
    GALERIE
***********************/
.galerie-dynamique-wrapper .slick-arrow {
    font-size: 0;
    background-color: transparent !important;
}
.mfp-gallery button {
    background-color: transparent !important;
    border: none;
    outline: none !important;
}
.mfp-arrow-left:after,
.mfp-arrow-right:after {
    bottom: -20px;
}

/***********************
    COOKIES BAR
***********************/
#cookie-notice .cookie-notice-container {
    background-color: var(--primary);
    font-family: "Work Sans", sans-serif;
    color: var(--cookies-text-color);
    font-size: 18px;
}
#cookie-notice .cookie-notice-container .cn-button {
    background-color: transparent !important;
    border: 1px solid var(--cookies-text-color) !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: var(--text-font) !important;
    font-size: 22px;
}
#cookie-notice .cookie-notice-container .cn-button:hover {
    background-color: black !important;
    color: inherit;
}
#cookie-notice .cookie-notice-container a {
    color: inherit;
    font-weight: bold;
}
#cookie-notice .cookie-notice-container a:hover {
    color: var(--e-global-color-secondary);
}
/*#cookie-notice .cn-close-icon:before, #cookie-notice .cn-close-icon:after {
    background-color: var(--e-global-color-accent);;
}*/

@media screen and (max-width: 1024px) {
}

/*** SMARTPHONE SIZE ***/
@media screen and (max-width: 767px) {
}
