.header {
    background: var(--bleu-principal, #00C0F3);
    padding: 25px 0;
    transition: all 0.3s;
}
header.fixed {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    padding: 15px 0;
}
header .container {
    max-width: 1580px;
}
nav.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
nav.nav ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
ul.menu-header {
    max-width: fit-content;
    width: 100%;
    display: block;
}
ul.menu-header li {
    padding: 10px 25px;
    text-align: center;
}
ul.menu-header li:hover {
    background: #fff;
}
ul.menu-header li a {
    color: var(--Black, #000);
    text-align: center;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.62px;
    text-transform: uppercase;
}
.menu-item-has-children {
    position: relative;
}
nav.nav ul.sub-menu {
    opacity: 0;
    flex-direction: column;
    position: absolute;
    z-index: 99;
    width: 105%;
    left: 0;
    margin-top: 15px;
    transition: all 0.3s;
}
.menu-item-has-children:hover .sub-menu {
    display: flex;
    opacity: 1;

}
nav.nav ul.sub-menu li {
    background: #8FC73E;
    margin: 5px 0;
    padding: 10px;
    text-align: center;
}
nav.nav ul.sub-menu li:hover {
    background: #00C0F3;
}
nav.nav ul.sub-menu li a{
    color: #fff;
}
ul.social li a {
    background: #fff;
    font-size: 22px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #00c0f3;
}
ul.social {
    max-width: 112px;
    width: 100%;
}
a.intranet {
    color: var(--Black, #000);
    text-align: center;
    font-family: Arial;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.62px;
    text-transform: uppercase;
    background: #fff;
    padding: 5px 15px;
}
a.intranet i {
    margin-right: 7px;
}
p{
    color: var(--Black, #000);
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}
.wrapper {
    overflow: hidden;
}
section#banniere {
    position: relative;
    padding: 50px 0;
    background-size: cover !important;
    max-height: 790px;
    z-index: 2;
    display: flex;
    align-items: center;
}
video#video {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
section#banniere .content-width {
    max-width: 1120px;
    margin: 0 auto;
    text-align: center;
}
section#banniere .logo {
    margin: 75px 0;
}
body h1{
    color: var(--bleu-principal, #00C0F3);
    text-align: center;
    font-family: Arial;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 0;
}
h3 {
    color: #000;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0;
}
.content {
    background: #ffffffb8;
    padding: 38px;
}

section#banniere::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -200px;
    width: 785px;
    height: 171px;
    background: url(../img/after.png);
    background-size: contain;
    background-position: center center;
    z-index: 9;
}

section#section-1 {
    margin: 115px 0 101px;
}
.page-template-qui-sommes-nous section#section-1 {
    margin: 0;
}
.content-width {
    max-width: 1120px;
    margin: 0 auto;
}
.page-template-qui-sommes-nous .bg-green:hover h2 {
    color: #00c0f3;
}
.page-template-qui-sommes-nous .bg-green:hover{
    background: #00c0f3;
}
h2 {
    color: var(--vert-secondaire, #8FC73E);
    font-family: Arial;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 28px;
}
.texte {
    max-width: 444px;
}
a.btn-plus {
    color: var(--ffffff, #FFF);
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.62px;
    text-transform: uppercase;
    background: #8fc73e;
    display: block;
    padding: 5px 25px;
    margin-top: 35px;
}

section#bloquote {
    padding: 25px 0;
    background: #8fc73e;
    text-align: center;
    color: #fff;
}
.content-width.citation{
    position: relative;
}
section#bloquote p, section#bloquote span{
    position: relative;
    color: #FFF;
    text-align: center;
    font-family: Arial;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: 40px;
}
section#bloquote p::before{
    content: " ";
    width: 69px;
    height: 50px;
    display: inline-block;
    background: url(../img/gui1.png) center center no-repeat;
    background-size: contain;
}
section#bloquote p::after {
    content: " ";
    width: 69px;
    height: 50px;
    display: inline-block;
    background: url(../img/gui2.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 10px;
    right: 0;
}
section#map {
    background: #00C0F3;
    margin: 120px 0;
    padding: 75px 0;
    position: relative;
    z-index: 1;
}
section#map::before {
    content: '';
    position: absolute;
    top: -90px;
    right: -200px;
    max-width: 765px;
    width: 100%;
    height: 171px;
    background: url(../img/before.png) no-repeat;
    background-size: contain;
    background-position: center center;
}
a.btn-plus-white {
    color: var(--Black, #000);
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.62px;
    background: #fff;
    display: block;
    padding: 0 15px;
    max-width: 486px;
}
.wrap-item {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.titre-cont{
    padding-left: 42px;
    margin-bottom: 15px;
}
a.btn-green {
    color: var(--ffffff, #FFF);
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.62px;
    text-transform: uppercase;
    background: #8fc73e;
    max-width: 537px;
    width: 100%;
    padding: 7px 15px;
}
.wrap-agenda {
    border-radius: 20px;
    border: 1px solid var(--vert-secondaire, #8FC73E);
}


section#agenda .item {
    padding: 42px 50px;
    width: 100%;
}
section#agenda .item:nth-child(2) {
    border-left: 1px solid var(--vert-secondaire, #8FC73E);
    border-right: 1px solid var(--vert-secondaire, #8FC73E);
}
span.day {
    display: block;
    color: #8FC73E;
    font-family: Arial;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
}
span.month {
    color: #000;
    font-family: Arial;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin-bottom: 15px;
}
section#agenda p{
    line-height: 29px;
}
section#partenaires {
    margin: 50px 0 109px;
}
section#partenaires h2{
    margin-bottom: 0;
}
.content-width.position-relative {
    margin-top: 50px;
}
.slide {
    max-width: 900px;
    margin: 0 auto;
}
.item.slick-slide {
    margin: 0 25px;
}
.slick-track {
    display: flex !important;
    align-items: center !important;
}
.custom-slick-navigator {
    width: 100%;
    justify-content: space-between;
    position: absolute;
    top: 35px;
}
button i {
    color: #000;
    font-size: 60px;
}
.pl-50 {
    padding-left: 50px;
}
footer{
    position: relative;
    background: url(../img/logo-foot.png) no-repeat;
    background-size: 195px;
    padding: 140px 0 17px;
    background-position-x: center;
    background-position-y: 27px;
    background-color: var(--bleu-principal, #00C0F3);
}
footer::before {
    content: '';
    position: absolute;
    top: -70px;
    right: -200px;
    max-width: 785px;
    width: 100%;
    height: 171px;
    background: url(../img/before.png) no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 2;
}
.content-w-footer {
    max-width: 906px;
    margin: 0 auto;
}
ul.social.s-footer {
    display: flex;
    padding: 0;
    list-style: none;
    gap: 15px;
}

.bg-w {
    background: #fff;
    margin-bottom: 17px;
    padding: 15px 20px;
}
.bg-w ul, .bg-w ul li a, .bg-w p, .bg-w a {
    color: var(--bleu-principal, #00C0F3);
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}
h4 {
    font-weight: 600;
    color: var(--bleu-principal, #00C0F3);
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 25px;
}
ul.menu-footer {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 40px;
}
ul.menu-footer li a, p a{
    text-decoration: underline;
}
ul.menu-coo {
    max-width: 300px;
    width: 100%;
    padding: 0;
    list-style: none;
}
ul.menu-coo i.fa-phone {
    transform: rotate(90deg);
}
ul.menu-coo i {
    color: #fff;
    background: #00c0f3;
    font-size: 12px;
    padding: 6px;
    border-radius: 100%;
    position: relative;
    top: -3px;
    margin-right: 5px;
}


main.default {
    margin-bottom: 80px;
}
.default h1 {
    margin: 70px 0;
}
.default h3{
        color: #8FC73E !important;
        font-family: Arial;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 29px;
        margin-top: 35px;
        margin-bottom: 15px;
}
main.default a {
    color: #00c0f3;
}
main.default p {
    color: var(--Black, #000);
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}
.main-sitemap{
    margin: 70px 0;
}
ul#menu-site-map li a {
    font-size: 22px;
    line-height: 34px;
    color: #000;
    text-transform: uppercase;
}





/* section{
    overflow-x: hidden;
} */
select {
    border: none;
    padding: 5px 5px;
    width: 100;
}


/* agenda */



section#banniere.events-archive {
    background: url(../img/events.jpg) no-repeat center center;
    padding: 125px 0 260px;
    z-index: 1;
}
section#banniere.events-archive::after {
    bottom: 29%;
    z-index: 2;
    left: -174px;
}
.content-archive {
    max-width: 1290px;
    margin: 0 auto;
    padding: 0 110px;
    background: #fff;
    margin-top: -310px;
    z-index: 1;
    position: relative;
    padding-top: 35px;
}
.content-archive p{
    font-size: 17px;
    line-height: 30px;
}
.tribe-events-calendar-list {
    margin-top: 35px !important;
    display: block;
}
.container.top h2 {
    text-align: center;
    font-family: Arial;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
}
.post-type-archive-tribe_events .tribe-events-calendar-list {
    width: 100% !important;
    max-width: 100%;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 20px !important;
}
.d-flex.filter-search button.accordion-button{
    background: #00C0F3;
    color: #fff;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    text-transform: uppercase;
    padding: 5px 0 5px 10px;
}
.d-flex.filter-search .accordion button.btn-link:hover, .d-flex.filter-search .accordion button.btn-link:focus {
    text-decoration: none;
}
.d-flex.filter-search .accordion {
    margin-bottom: 20px !important;
}
.d-flex.filter-search, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar__search{
    flex-direction: column;
    width: 100%;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search {
    flex-direction: column;
    width: 100%;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-group{
    width: 100%;
}
ul.tribe-events-c-nav__list {
    max-width: 480px;
    margin: 0 auto !important;
}
.tribe-events .tribe-events-c-nav__list-item--next {
    justify-content: start;
}
.tribe-events .tribe-events-c-nav__list-item--prev {
    justify-content: end;
}
.tribe-events .tribe-events-c-nav__list-item--next a::after, li.tribe-events-nav-next a::before {
    font-family: "Font Awesome 5 Free";
    color: #8FC73E;
    font-size: 18px;
    content: '\f061';
    font-weight: bold;
    margin-left: 20px;
    display: block;
    position: relative;
    top: 0;
}
.tribe-events .tribe-events-c-nav__list-item--prev a::before, li.tribe-events-nav-previous a::before {
    font-family: "Font Awesome 5 Free";
    color: #8FC73E;
    font-size: 18px;
    content: '\f060';
    font-weight: bold;
    margin-right: 20px;
    display: block;
}
.single-tribe_events ul.tribe-events-sub-nav li:nth-child(2) a {
    flex-direction: row-reverse;
}
.tribe-events .arrow-blue .tribe-events-c-nav__list-item--next::after, .arrow-blue li.tribe-events-nav-next::before, .tribe-events .arrow-blue .tribe-events-c-nav__list-item--prev::before, .arrow-blue li.tribe-events-nav-previous::before  {
    color: #00c0f3 !important;
}
span.tribe-events-c-nav__prev-label, span.tribe-events-c-nav__next-label {
    color: #000;
    font-family: Arial;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.content-event {
    border-bottom: 1px solid #8FC73E !important;
    padding-bottom: 25px !important;
}
.tribe-events .tribe-events-calendar-list__month-separator {
    justify-content: center;
    width: 100%;
    border-bottom: 2px solid #8FC73E;
}
.tribe-events .tribe-events-calendar-list__month-separator-text {
    background: #fff;
    position: relative;
    bottom: -17px;
    padding: 0 10px;
    color: #8FC73E;
    text-align: center;
    font-family: Arial;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 150% */
    text-transform: uppercase;
}
.post-type-archive-tribe_events address.tribe-events-calendar-list__event-venue.tribe-common-b2 {
    /* display: none; */
}
button.tribe-common-c-btn.tribe-events-c-search__button {
    width: 317px !important;
    border: 1px solid transparent;
    background: #00C0F3;
    color: #fff;
    text-align: center;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.84px;
    text-transform: uppercase;
    border-radius: 34px;
    margin-top: 30px !important;
}
button.tribe-common-c-btn.tribe-events-c-search__button:hover {
    color: #00C0F3;
    background: #fff;
    border: 1px solid #00C0F3;
}
.d-flex.filter-search span.label {
    color: #000;
    font-family: Arial;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.date-filter {
    padding-top: 10px !important;
}
.d-flex.filter-search .accordion-body {
    background: #FFF7F5;
    padding-left: 10px;
}
button.tribe-common-h3.tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button, input#tribe-events-events-bar-keyword {
    border: none;
    border-bottom: 1px dotted;
    width: 100%;
    max-width: 623px;
    padding: 10px 0;
    background: transparent;
}
button.tribe-common-h3.tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button:focus {
    outline: none;
}
.accordion-button::after, .tribe-filter-bar-c-filter__toggle::after {
    content: '>';
    font-family: monospace;
    position: relative;
    color: #AEE2FF;
    font-size: 30px;
    right: 15px;
    top: 5px !important;
    transform: rotate(90deg);
    transition: all 400ms;
    background-image: none !important;
    width: 25px;
    height: 25px;
}
.accordion-button:not(.collapsed)::after, .tribe-filter-bar-c-filter.tribe-filter-bar-c-filter--open .tribe-filter-bar-c-filter__toggle::after {
    transform: rotate(-90deg);
    top: -5px !important;
    right: 22px;
}
.tribe-common button[disabled], .tribe-common input[disabled] {
    outline: none;
    border: none;
    opacity: 0.8;
}
 span.tribe-filter-bar-c-filter__toggle-icon.tribe-filter-bar-c-filter__toggle-icon--minus, span.tribe-filter-bar-c-filter__toggle-icon.tribe-filter-bar-c-filter__toggle-icon--plus {
    opacity: 0;
}
.tribe-events .tribe-events-c-events-bar__views {
    justify-content: start;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list {
    flex-direction: column;
}
ul.tribe-events-c-view-selector__list li a {
    padding: 10px 0 !important;
    border-radius: 0;
}
ul.tribe-events-c-view-selector__list li a::before {
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    background: url(../img/icons/list.png) no-repeat;
    margin-right: 10px;
}
ul.tribe-events-c-view-selector__list li:nth-child(2) a::before {
    background: url(../img/icons/mois.png) no-repeat;
}
ul.tribe-events-c-view-selector__list li:nth-child(3) a::before {
    background: url(../img/icons/jour.png) no-repeat;
}

.d-flex.date-titre {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}
a.tribe-events-calendar-list__event-title-link.tribe-common-anchor-thin {
    color: #8FC73E !important;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 29px;
}
h3.tribe-events-calendar-list__event-title.tribe-common-h6.tribe-common-h4--min-medium {
    margin-bottom: 0;
}
time.tribe-events-calendar-list__event-datetime {
    color: var(--Black, #000);
    text-align: center;
    font-family: Arial;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    background: #F0F9FD;
    padding: 10px 25px !important;
}
span.tribe-events-calendar-list__event-venue-title.tribe-common-b2--bold {
    color: #000;
    font-family: Arial;
    font-size: 18px;
    /* font-style: italic; */
    font-weight: 300;
    line-height: 28px;
}
.tribe-events-calendar-list__event-description.tribe-common-b2.tribe-common-a11y-hidden {
    color: #000;
    font-family: Arial;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.tribe-events-calendar-list__event-description.tribe-common-b2.tribe-common-a11y-hidden span {
    font-style: italic;
}
a.event-link::after {
    font-family: "Font Awesome 5 Free";
    color: #8FC73E;
    font-size: 18px;
    content: '\f061';
    font-weight: bold;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 7px;
    transition: all 300ms;
}
a.event-link {
    background: #FFF7F5;
    padding: 10px 15px !important;
    margin-top: 20px !important;
    display: block;
    width: fit-content;
    font-family: Arial;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #000;
    box-shadow: 0px 0px 7px 0px #00000024;
}
a.event-link:hover {
    text-decoration: none;
    color: #00C0F3;
    transition: all 300ms;
}
a.event-link:hover::after{
    margin-left: 13px;
}

.tribe-events-c-subscribe-dropdown {
    margin: 0 auto !important;
}
.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
    width: 317px !important;
    border: none;
    background: #00C0F3;
    color: #fff;
    text-align: center;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.84px;
    text-transform: uppercase;
    border-radius: 34px;
    margin-top: 30px !important;
    display: none;
}
button.tribe-events-c-subscribe-dropdown__button-text {
    color: #fff;
    background: transparent;
    border: none;
    text-align: center;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; /* 178.571% */
    letter-spacing: 0.84px;
    text-transform: uppercase;
}

button.tribe-events-c-subscribe-dropdown__button-text:focus {
    border: none;
    outline: none;
}
.page-id-69 .adress p {
    text-transform: uppercase;
}
.page-id-69 .adress p strong {
    text-transform: initial;
}


/* single-event */
section#tribe-events-pg-template {
    padding-top: 0;
}
.single-tribe_events section#banniere.events-archive{
    background: url(../img/single-event.jpg) no-repeat;
}
.single-tribe_events .container.top, .tribe-events-notices {
    display: none;
}
section#tribe-events-pg-template {
    padding: 0;
    max-width: 100%;
}
.d-flex.date-back {
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 35px;
}
a.btn-green.back {
    font-size: 14px;
    line-height: 25px;
    height: fit-content;
    width: fit-content;
    padding: 7px 25px;
    border-radius: 20px;
}
p.tribe-events-back::before{
    font-family: "Font Awesome 6 Free";
    color: #00C0F3;
    font-size: 15px;
    content: '\f061';
    font-weight: bold;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    transform: rotate(-180deg);
    bottom: -1px;
}
p.tribe-events-back a {
    font-size: 12px;
    opacity: 0.5;
}
h1.tribe-events-single-event-title {
    text-align: center;
    text-transform: inherit;
    font-family: Arial;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    color: #000;
}
.tribe-events-schedule h2 {
    font-size: 17px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
}
.tribe-events-single-event-description.tribe-events-content p {
    font-family: Arial;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.tribe-events-event-image {
    display: flex;
    justify-content: center;
    margin-bottom: 0 !important;
}
span.s-informer {
    font-family: Arial;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown {
    margin-left: 80px !important;
}
.single-tribe_events .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
    background: #054C93;
    border-radius: 3px;
}
.single-tribe_events .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button svg{
    display: none;
}
.tribe-events-single-event-description.tribe-events-content {
    max-width: 999px;
}
.tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix {
    width: 100%;
    background: #D9D9D930;
    padding: 0 10px;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}
.tribe-events-c-subscribe-dropdown__container {
    display: none !important;
}
h2.tribe-events-single-section-title {
    color: #8FC73E;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
}
.tribe-events-meta-group.tribe-events-meta-group-details{
   color: #000;
   font-size: 17px;
   line-height: 30px;
   width: 100%;
}
.tribe-events-meta-group.tribe-events-meta-group-details dt {
    font-weight: 700;
    color: #000;
}
.single-tribe_events dd {
    font-weight: 400;
}
.tribe-events-meta-group.tribe-events-meta-group-details dd.tribe-events-event-categories a{
    color: #8fc73e;
}
.single .tribe-events-meta-group.tribe-events-meta-group-details dd.tribe-events-event-categories a {
    color: #000;
}
.tribe-events-meta-group.tribe-events-meta-group-venue {
    padding-top: 0;
    font-size: 17px;
    width: 100%;
    color: #000;
}
abbr.tribe-events-abbr.tribe-events-start-date {
    border: none !important;
    text-decoration: none !important;
    text-transform: uppercase;
}
dd.tribe-venue {
    margin: 20px 0 !important;
}
.single-tribe_events button.tribe-events-c-subscribe-dropdown__button-text::before {
    content: '+';
    display: inline-block;
    font-size: 14px;
    position: relative;
}
.single-tribe_events div#tribe-events-footer {
    border-top: 1px solid #8FC73E;
    margin: 50px 0 100px;
}
.single-tribe_events ul.tribe-events-sub-nav li a {
    font-family: Arial;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
    display: flex;
}
.single-tribe_events ul.tribe-events-sub-nav {
    list-style: none;
    padding: 0;
    justify-content: center;
}
.single-tribe_events dd.tribe-events-event-categories a {
    color: #054C93;
}
li.tribe-events-nav-previous {
    display: flex;
    align-items: center;
    margin-right: 20px !important;
}
li.tribe-events-nav-next {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.tribe-filter-bar .tribe-filter-bar-c-filter__container {
    display: block;
    visibility: visible;
    margin-top: 0 !important;
}
span.select2-selection__clear {
    font-size: 25px;
    position: relative;
    top: 8px;
}
/* .tribe-filter-bar__form button, .tribe-filter-bar__form h2{
    display: none !important;
} */
.tribe-common--breakpoint-medium .tribe-filter-bar--vertical.tribe-filter-bar{
    width: 100%;
    margin-right: 0;
}
div#tribe-events-view-selector-content {
    padding-left: 0;
    padding-right: 0;
}
.tribe-events-c-events-bar__views {
    display: block !important;
}
.tribe-events-c-events-bar__views .tribe-events-c-view-selector__list-item--month, .select2-container--default .select2-results>.select2-results__options li:nth-child(even){
    background: #F0F9FD;
}
div#collapseOne .card-body {
    padding-left: 15px;
}
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #054c93 !important;
}
.select2-container--default .select2-results>.select2-results__options {
    background: #fff7f5 !important;
}
div#tribe-events-c-subscribe-dropdown-content {
    display: block !important;
}
div#tribe-events-c-subscribe-dropdown-content li, div#tribe-events-subscribe-dropdown-content li {
    display: none;
}
div#tribe-events-c-subscribe-dropdown-content li:nth-child(5), div#tribe-events-subscribe-dropdown-content li:nth-child(1), div#tribe-events-subscribe-dropdown-content li:nth-child(2){
    display: block !important;
}

div#tribe-events-c-subscribe-dropdown-content a, div#tribe-events-subscribe-dropdown-content li a{
    width: 317px !important;
    border: 1px solid transparent;
    background: #00C0F3;
    color: #fff;
    text-align: center;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.84px;
    text-transform: uppercase;
    border-radius: 34px;
    margin-top: 30px !important;
    padding: 10px 0;
}

div#tribe-events-c-subscribe-dropdown-content a:hover{
    color: #00C0F3;
    background: #fff;
    border: 1px solid #00C0F3;
    text-decoration: none;
}
.tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-results__option {
    padding-left: 15px;
}
div#tribe-events-subscribe-dropdown-content {
    display: block !important;
}
div#tribe-events-subscribe-dropdown-content li a{
    background: #054C93;
    border-radius: 3px;
    display: block;
}
ul.tribe-events-c-subscribe-dropdown__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tribe-events-calendar-latest-past__event-details.tribe-common-g-col {
    width: 100% !important;
}
.tribe-events-schedule.tribe-clearfix {
    margin: 0;
    background: #F0F9FD;
    padding: 10px;
}
.d-flex.date-single {
    align-items: center;
    gap: 15px;
}
.d-flex.date-single .day{
    font-size: 38px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    background: url(../img/date-bg.png) no-repeat top center;
    padding: 22px 10px 0;
}
.d-flex.date-single .month {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 17px;
    text-align: center;
    color: #000;
    font-family: "EuclidTriangle-Medium";
}
span.tribe-events-c-view-selector__list-item-text {
    font-size: 17px;
}
svg.tribe-common-c-svgicon.tribe-common-c-svgicon--search.tribe-events-c-search__input-control-icon-svg {
    display: none !important;
}
input#tribe-events-events-bar-keyword::placeholder {
    color: #000 !important;
}
span.tribe-events-calendar-list__event-venue-address {
    display: block;
    font-size: 16px;
}


/* benevole */
section#section-benevole {
    margin: 110px 0;
}
section#section-benevole .content {
    background: #fff;
    padding: 0;
}
.form-bg {
    background: #00C0F3;
    padding: 30px 0 30px 35px;
    max-width: 508px;
}
.page-template-benevole .form-bg {
    max-width: 100%;
}
.page-template-benevole input, .page-template-benevole textarea, .page-template-benevole select {
    max-width: 94%;
}

.row.acc{
    /* max-width: 508px; */
}
.form-bg .row > * {
    padding: 0;
}
.wpcf7-response-output {
    font-size: 16px;
}
.form-bg p {
    font-family: Arial;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.6200000047683716px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
}
input {
    max-width: 205px;
    width: 100%;
    height: 44px;
    border: none;
}
textarea {
    max-width: 443px;
    width: 100%;
    max-height: 173px;
    border: none;
}
.send input {
    width: 190px;
    background: #00c0f3;
    border-radius: 10px;
    height: 44px;
    color: #fff;
    border: 1px solid #00c0f3;
}
.send input:hover {
    background: transparent;
    color: #00c0f3;
}
.acc p {
    font-family: Arial;
    font-size: 10px;
    font-style: italic;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: left;
    color: #00C0F3;
}

section#offre {
    margin-top: 110px;
}
.texte-width{
    max-width: 512px;
}
.offre-item {
    background: #8FC73E;
    padding: 25px 40px;

}
.offre-item h3 {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 400;
    line-height: 39px;
    letter-spacing: 0px;
    text-align: left;
    color: #fff;
    font-family: 'Jost';
    margin-bottom: 10px;
}
.offre-item p {
    font-family: 'Jost';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}
ul.about {
    display: flex;
    padding: 0;
    list-style: none;
    font-family: 'Raleway';
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    gap: 20px;
    margin-top: 35px;
}
ul.about span {
    background: #fff;
    display: inline-block;
    padding: 10px;
    border-radius: 100%;
    margin-right: 20px;
}
ul.about li {
    max-width: 190px;
    width: 100%;
}
a.postuler {
    background: #00C0F3;
    font-family: Arial;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.6200000047683716px;
    text-align: left;
    color: #fff;
    padding: 7px 25px;
    border-radius: 10px;
    margin: 15px 0 50px;
    display: block;
    width: fit-content;
}
section#form-salarie {
    margin: 84px 0;
}
section#form-salarie .form-bg {
    max-width: 100%;
    max-width: 100%;
    padding: 25px 35px;
}
section#form-salarie textarea {
    max-width: 100%;
    width: 100%;
    max-height: 242px;
}
.file-bg {
    background: #00c0f3;
    margin: 35px 0;
    padding: 5px 1px 5px 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.file-bg p {
    margin-bottom: 0;
}
span.send-file {
    font-family: Arial;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.6200000047683716px;
    text-align: left;
    color: #fff;
    margin-bottom: 5px;
}
.indice {
    max-width: 129px;
}
.indice p {
    font-family: Arial;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.6200000047683716px;
    text-align: left;
    color: #fff;
}
span.send-file span {
    text-transform: uppercase;
}
section#form-salarie .form-bg .row > * {
    padding: 0 calc(var(--bs-gutter-x)* .5) 0 calc(var(--bs-gutter-x)* .5);
}
section#form-salarie input {
    max-width: 225px;
}
section#form-salarie .poste-inp input{
    max-width: 490px;
}
.wpcf7 input[type="file"] {
    height: auto;
    z-index: 2;
    opacity: 0;
    position: relative;
}
.file {
    max-width: 172px;
    overflow: hidden;
    position: relative;
}
.file::after {
    content: 'Ajouter un fichier *';
    color: #00C0F3;
    background: #fff;
    font-family: Arial;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.6200000047683716px;
    text-align: left;
    padding: 2px 10px;
    position: absolute;
    top: 3px;
    border-radius: 10px;
    z-index: 1;
}
.row.recap.my-3 {
    padding: 0 35px;
}
section#form-salarie .send input {
    font-size: 20px;
    margin-top: 15px;
}
span.wpcf7-form-control-wrap span {
    font-size: 11px;
    line-height: 1.3;
    display: block;
    margin: 10px 0 0;
}
div#ancre-postuler {
    position: relative;
    top: -125px;
}
.bg-green {
    background: #8fc73e;
}
.bg-green h2 {
    text-transform: uppercase;
    width: fit-content;
    background: #fff;
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}
.bg-green h2 span {
    background: #8fc73e;
    color: #fff;
    text-transform: none;
    display: inline-block;
    font-size: 18px;
    padding: 20px 20px;
    margin: 0 auto;
}

.bg-green:hover h2 span {
    background: #00c0f3;
}
.page-id-67 section#map::before {
    top: inherit;
    bottom: -22%;
}
.page-id-67 .content {
    background: #ffffff9c;
}
a.dec {
    background: #00c0f3;
    padding: 15px 35px;
    font-size: 20px;
    display: block;
    width: fit-content;
    margin: 30px auto;
    color: #fff;
    border: 1px solid #00c0f3;
}

a.dec:hover {
    background: transparent;
    color: #00c0f3;
}

.page-id-69 .content-width.row:nth-child(even) {
    flex-direction: row-reverse;
}

.ancre-centre {
    top: -200px;
}
.bg-blue{
    background: #00C0F3;
}
.bg-white{
    background: #fff
}
.adress {
    margin: 25px 0;
}
.bg-white ul.menu-coo li a i {
    background: #000;
    margin-right: 10px;
}
.bg-white ul.menu-coo li a {
    color: #000;
    font-size: 20px;
    line-height: 40px;
}
.map-padd {
    padding: 45px;
}
.bg-white h2{
    color: #00C0F3;
}

filter-bar .tribe-filter-bar-c-filter__container {
    display: block;
    visibility: visible;
}
.tribe-filter-bar__form button, .tribe-filter-bar__form h2{

}
.tribe-filter-bar h2 {
    display: none;
}
.tribe-common--breakpoint-medium .tribe-filter-bar--vertical.tribe-filter-bar{
    width: 100% !important;
    margin-right: 0;
}
.tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-results__option {
    padding-left: 15px;
}
div#tribe-events-subscribe-dropdown-content {
    display: block !important;
}
div#tribe-events-subscribe-dropdown-content li a{
    background: #054C93;
    border-radius: 3px;
    display: block;
}
span.tribe-filter-bar-c-filter__toggle-icon.tribe-filter-bar-c-filter__toggle-icon--plus {
    /* display: none; */
}
.tribe-filter-bar .tribe-filter-bar-c-filter__toggle {
    background: #00C0F3;
    color: #fff;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    text-transform: uppercase;
    padding: 5px 0 5px 10px !important;
    border: none;
}
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #8fc73e !important;
    padding-left: 16px !important;
    margin-top: 3px;
}
.select2-container--default .select2-results>.select2-results__options {
    font-size: 16px !important;
}
.tribe-filter-bar__selected-filters {
    display: none !important;
    position: relative;
}
li.tribe-events-c-nav__list-item.tribe-events-c-nav__list-item--today {
    display: none;
}
button.tribe-events-c-view-selector__button.tribe-events-c-view-selector__button {
    display: none !important;
}
div#tribe-events-view-selector-content {
    display: block !important;
    position: relative;
}
.page-template-benevole section#banniere {
    max-height: 100%;
}
.gallerie-wrapper {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}
.gallerie-wrapper img{
    height: 100%;
    object-fit: cover;
}
li#menu-item-12 a {
    cursor: default;
}

li#menu-item-12 ul a {
    cursor: pointer;
}
.tribe-events-c-events-bar__filter-button-container {
    display: none;
}
ul.tribe-events-c-messages__message-list li {
    padding-left: 10px;
}
.tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-results__option {
    padding-left: 15px !important;
}
.tribe-common-anchor-thin {
    color: #8FC73E !important;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 29px;
}
.tribe-common-b2--bold {
    color: #000;
    font-family: Arial;
    font-size: 18px;
    /* font-style: italic; */
    font-weight: 300;
    line-height: 28px;
}

.tribe-events-calendar-latest-past__event-date-tag.tribe-common-g-col {
    display: none;
}

.tribe-events-calendar-latest-past__event-featured-image-wrapper.tribe-common-g-col {
    display: none;
}

.tribe-events-calendar-latest-past__event-datetime-wrapper.tribe-common-b2 {
    display: none;
}

span.tribe-events-calendar-latest-past__event-venue-address {
    display: none;
}

h3.tribe-events-calendar-latest-past__event-title.tribe-common-h6.tribe-common-h4--min-medium {
    margin-bottom: 0;
}

ul.tribe-events-c-messages__message-list li {
    font-size: 15px;
    font-weight: 600;
}

.tribe-common-g-row.tribe-events-calendar-latest-past__event-row {
    padding-bottom: 25px;
    border-bottom: 1px solid #2020203d;
}
.wrap-agenda p {
    margin: 15px 0;
}
article#post-404 {
    margin: 50px 0;
    min-height: 50vh;
}

article#post-404 h2 {
    text-align: center;
    margin-top: 50px;
}

article#post-404 h2 a {
    color: #fbb900;
    text-decoration: underline;
}
@media screen and (min-width: 1800px) {
    ul.menu-header {
        gap: 60px;
    }
}
@media screen and (max-width: 1600px) and (min-width: 1024px) {
section#banniere::after{
    left: -340px;
}
}
@media screen and (max-width: 1320px) {
    ul.menu-header li a{
        font-size: 17px;
    }
}
@media screen and (max-width: 1200px) {
    ul.menu-header li a{
        font-size: 15px;
    }
    ul.social {
        max-width: 100px;
        width: 100%;
    }
    ul.menu-header li {
        padding: 10px 15px;
        text-align: center;
    }
    .page-template-home #section-1 p {
        color: var(--Black, #000);
        font-family: Arial;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 36.4px;
    }
}

@media screen and (max-width: 1024px) {
    header.header{
        display: none !important;
    }
    section#banniere{
        background-size: contain !important;
        background-position: top center !important;
        padding: 100px 0 50px;
    }
    section#banniere .container {
        position: relative;
        bottom: inherit;
        top: -70px;
        z-index: 9;
    }
    section#banniere .logo {
        max-width: 250px;
        margin: 0 auto 25px;
    }
    section#banniere::after{
        bottom: 90px;
        width: 480px;
        height: 100px;
        background: url(../img/after.png) no-repeat;
        background-size: contain;
    }
    section#map::before {
        max-width: 465px;
        width: 100%;
        height: 205px;
    }
    .texte {
        max-width: 100% !important;
    }
    h2 {
        font-size: 28px;
    }
    a.btn-plus {
        width: fit-content;
        margin-bottom: 15px;
    }
    section#section-1 {
        margin: -40px 0 101px;
    }
    section#bloquote p::after, section#bloquote p::before{
        position: relative;
        bottom: 0;
        height: 25px;
        width: 50px;
    }
    .wrap-item {
        align-items: center;
        margin-bottom: 25px;
    }
    #map .item {
        width: 100%;
        max-width: 486px;
    }
    a.btn-green{
        max-width: fit-content;
    }
    section#agenda .item {
        padding: 25px;
    }
    span.day{
        font-size: 32px;
    }
    .slide {
        max-width: 570px;
        margin: 0 auto;
    }
    div#tribe-events-view-selector-content {
        padding-top: 0;
    }
    .tribe-filter-bar .tribe-filter-bar-c-filter__toggle {
       font-size: 16px;
    }
    .tribe-filter-bar {
        display: block !important;
        position: relative !important;
        padding: 0 !important;
    }
    .page-template-qui-sommes-nous .bg-green h2 {
        flex-direction: column;
        margin: 15px auto;
        text-align: center;
    }
    .page-template-qui-sommes-nous .bg-green:hover, .page-template-qui-sommes-nous .bg-green {
        background: #ffffff;
    }
}

@media screen and (max-width: 767px) {
    h2{
        font-size: 36px;
    }
    p {
        color: var(--Black, #000);
        font-family: Arial;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
    }
    section#bloquote p, section#bloquote span{
        font-size: 18px;
        line-height: 30px;
    }
    section#banniere::after {
        bottom: 90px;
        width: 470px;
        height: 100px;
    }
    section#banniere .container {
        top: -70px;
    }

    section#banniere .logo {
        max-width: 180px;
    }
    .content{
        padding: 20px;
    }
    body h1{
        font-size: 34px;
        margin-bottom: 5px;
    }
    section#agenda .item {
        padding: 10px;
    }
    span.day {
        font-size: 28px;
    }
    span.month{
        font-size: 20px;
    }
    section#agenda p {
        font-size: 17px;
        line-height: 24px;
    }
    .titre-cont{
        padding-left: 0;
    }
    a.btn-green{
        font-size: 15px;
    }
    .pl-50 {
        padding-left: 0;
    }
    .slide {
        max-width: 400px;
    }
    .bg-w ul, .bg-w ul li a, .bg-w p, .bg-w a{
        font-size: 16px;
        line-height: 22px;
    }
    ul.menu-coo {
        max-width: 250px;
    }
    h4 {
        font-size: 17px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    section#section-1 {
        margin: -40px 0 50px;
    }
    section#map{
        margin: 50px 0;
    }
    section#partenaires {
        margin: 50px 0;
    }
    button i {
        color: #000;
        font-size: 35px;
    }
    .d-flex.filter-search button.accordion-button {
        font-size: 16px !important;
        line-height: 23px !important;
    }
    .page-template-benevole section#banniere::after, .page-template-nos-centre section#banniere::after {
        bottom: 45px;
        width: 400px;
        height: 95px;
    }
}
@media screen and (max-width: 767px) and (min-width: 440px) {
    .tribe-events-page-template section#banniere .container {
        top: -15px;
    }
}

@media screen and (max-width: 440px) {
    section#banniere .logo {
        max-width: 125px;
    }
    section#banniere .container {
        top: -70px;
    }
    h2 {
        font-size: 26px;
    }
    h3, a.btn-plus-white {
        font-size: 18px;
        line-height: 30px;
    }
    .wrap-agenda {
        border-radius: 20px;
        border: 1px solid var(--vert-secondaire, #8FC73E);
        flex-wrap: wrap;
    }
    section#agenda .item {
        padding: 20px;
    }
    section#agenda .item:nth-child(2) {
        border-top: 1px solid var(--vert-secondaire, #8FC73E);
        border-bottom: 1px solid var(--vert-secondaire, #8FC73E);
        border-left: 0;
        border-right: 0;
    }
    .slide {
        max-width: 200px;
        margin: 0 auto;
    }
    footer{
        padding-top: 190px;
    }
    .bg-w{
        flex-direction: column;
        align-items: baseline !important;
    }
    ul.menu-coo {
        max-width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 15px;
    }
    ul.menu-coo li a{
        font-size: 14px;
    }
    ul.menu-footer {
        max-width: 100%;
        justify-content: space-between;
        width: 100%;
        margin-top: 15px;
    }
    .item.slick-slide {
        margin: 0 35px;
    }
}



@media screen and (max-width: 1024px) {
    section#banniere.events-archive {
        padding: 100px 0 0;
        background-size: cover !important;
    }
    section#banniere.events-archive::after {
        bottom: -10%;
        width: 380px;
    }
    .content-archive {
        margin-top: 50px;
        padding: 0 50px;
    }
    .tribe-common-l-container.tribe-events-l-container {
        padding-top: 25px !important;
    }
    a.tribe-events-calendar-list__event-title-link.tribe-common-anchor-thin{
        font-size: 16px;;
    }
    .tribe-events-calendar-list__event-description.tribe-common-b2.tribe-common-a11y-hidden {
        display: block !important;
        visibility: visible;
    }
    section#section-benevole {
        margin: 0 0 50px;
    }
    .form-bg {
        margin-top: 20px;
    }
    .form-bg .row.mb-4 > * {
        width: 50%;
    }
    .form-bg .row.mb-4 .col-lg-12 {
        width: 100%;
        max-width: 93%;
    }
    textarea {
        max-width: 100%;
        width: 100%;
        max-height: 173px;
        border: none;
    }
    ul.about li {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    ul.about span {
        max-width: 45px;
        margin: 0 0 5px;
    }
    .wpcf7 input[type="file"] {
        height: 40px;
    }
    span.send-file {
        font-size: 16px;
        line-height: 17px;
    }
    .texte-width {
        max-width: 100%;
    }
    .file-bg {
        flex-wrap: wrap;
    }
    .row.recap.my-3 {

    }
    section#offre {
        margin-top: 0;
    }
    footer::before {
        max-width: 510px;
        width: 100%;
        height: 140px;
    }
    .page-template-salarier section#banniere::after {
        bottom: 50px;
        z-index: 10;
    }
    .offre-item h3 {
        font-size: 28px;
        line-height: 36px;
    }
    .page-id-67 section#map::before {
        display: none;
    }
    .page-id-67 section#map {
        margin-bottom: 80px;
    }
    .page-id-67 a.btn-plus {
        width: 100%;
    }
    .page-id-67 video#video{
        height: auto;
    }
    .page-id-67 .content {
        background: #fff;
    }
    .page-id-67 section#banniere::after {
        width: 445px;
        height: 100px;
    }

    .map-padd img {
        width: 80%;
        height: auto;
    }
    .bg-white ul.menu-coo {
        flex-direction: column;
    }
    .mob-menu-header-holder.mobmenu.fixed {
        position: fixed;
        height: 75px;
    }
    .mob-menu-header-holder.mobmenu.fixed .mob-standard-logo {
        max-width: 90px;
    }
    .mob-menu-header-holder.mobmenu.fixed .mobmenur-container {
        top: 25px !important;
    }
}
@media screen and (max-width: 1024px) and (min-width: 540px) {
.tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix{
    flex-direction: row;
}
}
@media screen and (max-width: 640px) {
    .single-tribe_events .content-archive {
        padding: 0 25px;
    }
    section#banniere::after {
        bottom: 90px;
        width: 335px;
        height: 75px;
    }
    section#map::before {
        top: -110px;
        right: -120px;
        max-width: 300px;
    }
    .page-template-benevole .form-bg p {
        font-size: 16px;
    }
}
@media screen and (max-width: 600px) {
    .d-flex.date-back{
        flex-direction: column;
    }
}

@media screen and (max-width: 540px) {
    .content-archive {
        padding: 0;
    }
    .d-flex.filter-search button.accordion-button{
        font-size: 13px;
        line-height: 23px;
    }
    .single-tribe_events .content-archive {
        padding: 0 15px;
    }
    h1.tribe-events-single-event-title {
        text-align: center;
        text-transform: inherit;
        font-family: Arial;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
        color: #000;
    }
    .form-bg {
        max-width: 100%;
        padding: 30px 0 30px 30px;
    }
    input {
        max-width: 85%;
        font-size: 15px !important;
    }
    .offre-item {
        background: #8FC73E;
        padding: 25px 15px;
    }
    section#form-salarie .form-bg {
        padding: 25px 15px;
    }
    ul.about li{
        text-align: center;
    }
    .file-bg {
       padding: 5px 10px;
    }
    section#banniere::after {
        width: 380px;
        height: 75px;
    }
    .form-bg .row.mb-4 > * {
        width: 100%;
    }
    .row.mb-4 {
        margin-bottom: 0 !important;
    }
}
@media screen and (max-width: 440px){
.gallerie-wrapper {
    grid-template-columns: 50% 50%;
    gap: 5px;
}
section#bloquote p::after, section#bloquote p::before {
    position: absolute;
    width: 18px;
}
section#bloquote p::before {
    top: -20px;
}
}

@media screen and (max-width: 375px){
    a.btn-green.back {
        font-size: 11px;
        line-height: 20px;
        height: fit-content;
        width: fit-content;
        padding: 7px 15px;
        border-radius: 20px;
        margin: 15px 0 0;
        display: block;
    }
}

p.accpet {
    display: flex;
    align-items: end;
    gap: 10px;
}

p.accpet input {
    width: 20px;
    height: 20px;
    top: -5px;
}
