/*!
Theme Name: Cluber Ecole Entreprise Child
Theme URI: https://www.techniweb-agence.fr/
Description: v1.0
Author: Techniweb
Author URI: https://www.techniweb-agence.fr/
Template: cee
Version: 1.0.0
Text Domain: cee
*/

@media (max-width: 767px) {
    .elementor-location-header {
        position: static !important;
        top: auto;
        left: auto;
        right: auto;
        margin: 0 auto;
        transform: none;
    }
}

.elementor-location-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    transition: opacity 1s ease, transform 1s ease;
    max-width: 1920px;
    margin: 50px auto;
}

.elementor-location-header.hide-header {
    opacity: 0;
    transform: translateY(-50%);
    transition: opacity 1s ease, transform 1s ease;
}

@property --angle {
    syntax: '<angle>';
    inherits: false;
    initial-value: 332deg;
}

a#menu-btn {
    --angle: 332deg;
    background: linear-gradient(var(--angle), rgba(155, 49, 137, 1) 0%, rgba(0, 169, 167, 1) 100%);
    transition: --angle 1s ease;
    /* on n’anime QUE la variable */
}

a#menu-btn:hover {
    --angle: 2deg;
}

#menu-btn .elementor-button-icon svg {
    width: 2em;
    position: absolute;
    left: 20px;
}

.cee-btn .elementor-button-wrapper {
    position: relative;
}

.cee-btn .elementor-button-content-wrapper:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 20px;
    width: 20px;
    /* taille du conteneur */
    height: 20px;
    background: url("./img/icons/btn-cee-after.svg") no-repeat center / contain;
}



.hp-section {
    transition: all .5s ease;
    /* si tu veux que la section elle-même respire */
}

.hp-section .cee-btn-bis {
    max-height: 0;
    opacity: 0;
    transition: max-height .5s ease, opacity .5s ease;
}

.hp-section:hover .cee-btn-bis {
    max-height: 100px;
    /* mets une valeur suffisante pour ton bouton */
    opacity: 1;
}


.cee-actu-liste:hover .cee-auteur span,
.cee-actu-liste:hover .cee-titre p,
.cee-actu-liste:hover .cee-cat span {
    color: var(--e-global-color-uicore_primary) !important;
    transition: all 1s ease;
}

.cee-actu-liste .cee-auteur span,
.cee-actu-liste.cee-titre p,
.cee-actu-liste .cee-cat span {
    transition: all 1s ease;
}

img.organizer-logo {
    width: 80px;
    height: 80px !important;
    object-fit: contain;
    border: 3px solid #fff !important;
    border-radius: 20px !important;
    background: #fff;
    padding: 5px;
}

.cee-organisateur {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.cee-btnplus {
    border-bottom: 2px solid #000;

}

.cee-btnplus svg {
    font-size: 11px;
    margin-left: 5px;
    transition: all ease 0.8s;
}

.cee-btnplus:hover svg {
    margin-left: 11px;
    transition: all ease 0.8s;
}

.cee-marquee .marquee-content.marquee-text:after {
    content: " ";
    width: 38px;
    height: 38px;
    background-color: currentColor;
    /* la couleur de l’icône */
    -webkit-mask: url("./img/icons/star.svg") no-repeat center / contain;
    mask: url("./img/icons/star.svg") no-repeat center / contain;
    position: absolute;
    right: -50px;
}

.cee-marquee .marquee-content.marquee-text {
    position: relative;
    overflow: visible;
}

div[style*="img/icons/m1.png"],
div[style*="img/icons/m2.png"],
div[style*="img/icons/m3.png"] {
    color: #fff !important;
    font-size: 20px !important;
    font-weight: bold !important;
    font-family: 'Poppins' !important;
    width: 70px !important;
    height: 70px !important;
    background-size: cover !important;
    background-position: center center !important;
    line-height: 71px !important;
}

.customize_filter_inner.text-start.row.px-1.pt-3.bg-light.mx-0.my-3.rounded {
    background: transparent !important;
}

.bsui .form-check-input {
    width: 20px !important;
    height: 20px !important;
    padding: 0;
}

.form-check.mb-1 {
    margin-bottom: 0 !important;
}

label.form-check-label.text-muted {
    color: #333 !important;
    font-size: 14px;
    display: block !important;
    line-height: 30px;
}

.form-check.mb-1.as--post_category,
.form-check.mb-1.as--centres_dintrts.geodir-advs-v-Education {
    margin: 0 !important;
}

.bsui .form-check-input:checked[type="radio"],
.bsui .form-check-input:checked[type="checkbox"] {
    background-image: url("./img/icons/check.svg") !important;
    background-size: 75%;
    background-position: center center
}

.form-check.mb-1.as--centres_dintrts {
    margin: 0 !important;
}

.bsui .form-check-input:checked,
.bsui .form-check-input {
    border-color: #F1EDE2 !important;
    background-color: #fff !important;
}

label.text-muted.form-field-label.form-label {
    font-family: 'Poppins';
    font-weight: 700;
    color: #000 !important;
    font-size: 15px !important;
}

.geodir-advance-search {
    display: none;
}

form.w-100.d-block.geodir-listing-search.gd-search-bar-style.geodir-search-show-all .bsui .btn-primary {
    background: #9c3188 !important;
    border-radius: 50% !important;
    padding: 10px 0 !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 10px !important;
    border-color: #9c3188 !important;
}

.bsui .btn-primary:hover {
    background: #009c99 !important;
    border-color: #009c99 !important;
    box-shadow: none !important;
}

#cee-filtre .e-n-accordion-item-title:before {
    content: " ";
    width: 20px;
    height: 20px;
    background-size: contain;
    background-image: url("./img/icons/filtre.svg") !important;
}

.bsui .form-check-input[type="checkbox"] {
    border-radius: 5px !important;
}

.alert.alert-info.text-center.mx-auto.align-self-center.shadow-lg.mb-0 {
    background: #fff;
    color: #000;
    border: 0;
    border-radius: 20px;
}

.bsui .form-select,
input.form-control.search_text.gd_search_text.w-100,
input.form-control.snear.w-100,
.bsui .form-check-input[type="radio"],
.bsui .form-check-input[type="checkbox"] {
    border: 2px solid #F1EDE2 !important;
}

.geodir-filter-cat.gd-type-single.gd-field-tfieldset.gd-field-fieldset_1760362030.col.mb-3 {
    padding: 0;
}

.geodir-filter-cat.gd-type-single.gd-field-tfieldset.gd-field-fieldset_1760349773-2.col.mb-3 {
    padding-left: 30px;
}

.geodir-search.row.gap-2.gy-2.px-3.align-items-center.bg-primary.text-light {
    background: #9B3189 !important;
    border-radius: 30px !important;
    padding: 5px 10px !important;
}

.geodir-map-search-btn.px-2.py-2.rounded-sm.rounded-1.shadow-sm.m-2.bg-light.text-dark {
    border-radius: 30px !important;
    padding: 5px 10px !important;
}

input#geodir_map_move {
    /* Supprime le style natif du navigateur */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    /* Taille du checkbox */
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
    vertical-align: middle;
}

/* État coché */
input#geodir_map_move:checked {
    background-color: #fff;
    /* Couleur de fond (optionnelle) */
    background-image: url('./img/icons/check.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 75%;
    border-color: #fff;
    border-radius: 50%;
}

input#geodir_map_move {
    border-radius: 50%;
}

label.m-0.p-0.c-pointer.geodir-map-move-search {
    line-height: 20px !important;
    font-size: 13px;
    font-family: "Poppins";
}

label.btn.btn-outline-primary.geodir-unit-mi {
    display: none;
}

label.btn.btn-outline-primary.geodir-unit-km.active {
    border: 0;
    border-radius: 20px !important;
    background: #9c3188;
}

.geodir-filter-cat.gd-type-single.gd-field-tfieldset.gd-field-fieldset_1760362030.col.mb-3>label {
    display: none;
}

button.geodir-distance-show.geodir-distance-popover.btn.btn-primary.w-100>.-gd-range {
    font-size: 20px;
    background: #9c3188;
    border-radius: 20px;
    padding: 10px 10px;
    position: relative;
    left: -13px;
    font-size: 15px;
}

input#dist1769760651 {
    filter: grayscale(1);
}

button.geodir-distance-show.geodir-distance-popover.btn.btn-primary.w-100 {
    background: #9c3188 !important;
    color: #fff !important;
    border: 0;
    margin: 0 20px;
}

button.geodir-distance-show.geodir-distance-popover.btn.btn-primary.w-100:hover {
    background: #00a9a7 !important;
}

span.page-numbers.current {
    height: 30px !important;
    width: 30px !important;
    background: #fff;
    display: inline-block;
    border-radius: 50px;
}

ul.liste-categories {
    padding: 0;
}

li.liste-categories__item {
    background: #F5F5F5;
    margin: 5px 0;
    padding: 10px 20px;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

span.liste-categories__count {
    font-size: 12px;
    font-weight: normal;
}

a.liste-categories__link {
    color: #333;
    padding-left: 10px;
    display: block;
    width: 80%;

}

li.liste-categories__item:hover a {
    padding-left: 20px;
    transition: all ease 0.5s;
    color: #fff;
}

li.liste-categories__item:hover {
    background: #9b3189;
    transition: all ease 0.5s;
    color: #fff;
}


li.cee-gd-mylist__item {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.cee-gd-mylist__actions {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.cee-actu:hover .cee-featureimg,
.cee-actu .cee-featureimg {
    overflow: hidden;
    border-radius: 20px;
}

.cee-actu:hover .cee-featureimg img {
    transform: scale(1.05);
    transition: all ease 0.5s;
}

.cee-actu .cee-featureimg img {
    transform: scale(1);
    transition: all ease 0.5s;
}

.bubble-img {
    display: inline-block;
    width: 30%;
}

.bubble-titre {
    display: inline-block;
    width: 70%;
}

.bubble-titre h2 a {
    font-size: 15px !important;
    color: #000 !important;
    font-weight: bold;
}

.rowbuble {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.rowbuble a:hover {
    text-decoration: none !important;
}

.gm-style-iw.gm-style-iw-c {
    border-radius: 40px;
}

.carousel-item img {
    object-fit: contain !important;
}

.gm-ui-hover-effect>span {
    width: 16px !important;
    height: 16px !important;
}

.gm-style-iw-chr {
    height: 32px;
}

a.bubble-link {
    display: flex;
    column-gap: 8px;
    color: #000 !important;
    font-size: 13px;
    border-bottom: 2px solid #000;
    flex-direction: row;
    width: 90px;
}

h2.geodir-entry-title.h5 {
    line-height: 1em;
}

.gm-style-iw-d {
    padding-bottom: 20px;
}

.bdt-gravity-forms .gform_footer input[type="submit"] {
    width: 100% !important;
}

p#breadcrumbs>span {
    padding: 5px 20px;
    background: #ffffff40;
    border-radius: 20px;
}

a.geodir_button,
.gd-author-actions a {
    font-family: "Poppins", Sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-transform: None;
    line-height: 1em !important;
    letter-spacing: 0em;
    color: #FFF !important;
    background-color: #00a9a7 !important;
    border-style: none !important;
    padding: 17px !important;
}

.hp-section .cee-btn:after {
    content: "";
    position: absolute;
    left: 20px;
    width: 10px;
    height: 10px;
    bottom: -10px;
    background: url("./img/icons/btn-cee-after.svg") no-repeat center / contain
}

.geodir_preview_button {
    display: none !important;
}