/*
Theme Name: Odalys Events
Theme URI: odalys-evenements-et-groupes.com
Author: Odalys Groupe
Author URI: https://odalys-groupe.com/
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: odalysevents
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* 
Scrollbar
Global
Utils
Buttons
Page header
Footer
Back to top
Forms
*/
.container {
    padding-left: clamp(1rem, 5vw, 100px);
    padding-right: clamp(1rem, 5vw, 100px);
    max-width: 1600px;
    margin: 0 auto;
}
/* Scrollbar */
::-webkit-scrollbar {
    width: 10px;
    height: 7px;
}
::-webkit-scrollbar-track {
    background: #fff;
    padding: 1px;
    border-radius: 0px;
}
::-webkit-scrollbar-thumb {
    background: #d5e3ec;
    border-radius: 50px;
}

/* GLOBAL */
a {
    color: #E6592B;
}
img {
    max-width: 100%;
    height: auto;
}
::selection {
    background-color: #fff;
    color: #16205B;
}
.br-sm {
    display: none;
}
@media screen and (min-width: 576px) {
    .br-sm {
        display: block;
    }
}
/* Typo */
p {
    margin-bottom: 1em;
    line-height: 1.25em;
}
.exergue {
    font-family: BreveNews-Bold;
    border: 1px solid #fff;
    border-radius: 50rem;
    font-weight: 700;
    padding: 0.25rem 0.75rem;
}
/* Utils */
.w-100 {
    width: 100%;
}
.text-center {
    text-align: center;
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}
/* Buttons */
.btn {
    padding: 6px 1.3rem;
    border-radius: 50rem;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .35s ease-in-out;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    gap: .45rem;
    max-width: 100%;
    justify-content: center;
}
.btn-md {
    font-size: 16px;
    padding: 14px 3rem;
}
.btn-lg {
    font-size: 16px;
    padding: 14px 7rem;
}
.btn-primary {
    color: #fff;
    background-color: #E6592B;
    border: 1px solid #E6592B;
}
.btn-primary:hover {
    background-color: #b64621;
    border-color: #b64621;
}
.btn-secondary {
    color: #fff;
    background-color: #ffb367;
    border: 1px solid #ffb367;
}
.btn-outline-primary {
    color: #E6592B;
    background-color: transparent;
    border: 1px solid #E6592B;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #E6592B;
}
.btn-outline-secondary {
    color: #ffb367;
    background-color: transparent;
    border: 1px solid #ffb367;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #ffb367;
}
.btn-outline-white {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}
.btn-outline-white:hover {
    background-color: #fff;
    color: #E6592B;
}
.btn-card {
    width: 100%;
    justify-content: center;
    padding: 0.85rem 1.3rem;
}
.horizontal-progress-bar {
    height: 2px;
    width: 0%;
    z-index: 10000;
    background-color: #E6592B;
    position: fixed;
    top: 0;
    left: 0;
}
.btn svg {
    transition: all .35s ease-in-out;
}
.popin-tel {
    font-size: 16px;
    padding: 14px 3rem;
    border-radius: 50rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .35s ease-in-out;
    font-family: 'Maax-Bold';
    cursor: pointer;
    text-align: center;
    gap: 0.45rem;
    cursor: pointer;
    color: #E6592B;
    border: 2px solid #E6592B;
}
.popin-tel:hover {
    color: #fff;
    background-color: #E6592B;
}
.home-slider3d {
    padding-top: clamp(1.5rem, 5vw, 3rem);
    padding-bottom: clamp(1.5rem, 5vw, 3rem);
    overflow: hidden;
}
.form-contact input#tel {
    width: 50%;
}
.form-check a {
    color: inherit;
}
.contact-block {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
/* Footer */
#footer {
    background-color: #101741;
    padding: 3rem 0;
}
#footer nav ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}
#footer nav ul li a {
    text-decoration: none;
    font-weight: 300;
    color: #fff;
    transition: color .25s ease-in;
    padding: .5rem;
    display: inline-block;
}
#footer nav ul li a:hover {
    color: #75A5EF;
}
@media screen and (min-width: 768px) {
    #footer nav ul {
        flex-direction: row;
        justify-content: center;
    }
    #footer nav ul li:not(:last-child) {
        position: relative;
        margin-right: 1.5rem;
        padding-right: 1.5rem;
    }
    #footer nav ul li:not(:last-child)::after {
        content: '';
        position: absolute;
        width: 1px;
        height: 10px;
        background-color: #75A5EF;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }
    #footer nav ul li a {
        padding: 0;
    }
}
/* Back to top */
.back-top {
    cursor: pointer;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    width: 52px;
    height: 52px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    line-height: 52px;
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 100px;
    right: 25px;
    transform: translateY(50%);
    box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;
    position: fixed !important;
}
.back-top.is-visible {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
}
.back-top svg {
    width: auto;
    height: 26px;
    fill: #E6592B;
    transition: all .3s ease-in-out;
}
.back-top:hover {
    background-color: #E6592B;
}
.back-top:hover svg {
    fill: #fff;
}
/* Forms */
.form-title {
    text-align: center;
    font-size: 24px;
}
.form-devis {
    display: flex;
    flex-direction: column;
}
.form-devis-title {
    text-align: center;
    font-size: clamp(20px, 5vw, 36px);
    margin-bottom: 1em;
    color: #e1eaf9;
    margin-top: 0;
    padding-top: 30px;
}
.form-first-section {
    background-color: #CEE3FE;
    padding-top: clamp(1.5rem, 5vw, 4rem);
    padding-bottom: clamp(1.5rem, 5vw, 4rem);
    padding-left: clamp(1.75rem, 5vw, 5rem);
    padding-right: clamp(1.75rem, 5vw, 5rem);
}
.form-second-section {
    background-color: #9DC6FC;
    padding-top: clamp(1.5rem, 5vw, 4rem);
    padding-bottom: clamp(1rem, 5vw, 2rem);
    padding-left: clamp(1.75rem, 5vw, 5rem);
    padding-right: clamp(1.75rem, 5vw, 5rem);
}
.form-second-section-inner {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
@media screen and (min-width: 991px) {
    .form-second-section-inner {
        flex-direction: row;
    }
    .form-second-section-inner-first {
        flex-basis: 60%;
    }
    .form-second-section-inner-second {
        flex-basis: 40%;
    }
    .form-second-section {
        padding-bottom: clamp(1rem, 5vw, 4rem);
    }
}
@media screen and (min-width: 1400px) {
    .form-devis {
        flex-direction: row;
    }
    .form-first-section {
        flex-basis: 40%;
    }
    .form-second-section {
        flex-basis: 60%;
    }
}
.single-destinations .form-devis, .single-destinations .form-devis .form-second-section-inner, .tax-lieux .form-devis, .tax-lieux .form-devis .form-second-section-inner {
    flex-direction: column;
}
.single-destinations .form-first-section, .single-destinations .form-second-section, .single-destinations .form-second-section-inner-first, .single-destinations .form-second-section-inner-second, .tax-lieux form-first-section, .tax-lieux .form-second-section, .tax-lieux form-second-section-inner-first, .tax-lieux .form-second-section-inner-second {
    width: 100%;
}
.single-destinations .form-first-section, .tax-lieux .form-first-section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}
.single-destinations .form-second-section, .tax-lieux .form-second-section {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}
.form-section-title {
    color: #16205B;
    font-size: clamp(1.35rem, 5vw, 2rem);
    margin: 0 0 1em 0;
}
.form-control {
    font-family: 'Maax-Light';
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #E6592B;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(230, 89, 43, .25);
}
.wpcf7 form .wpcf7-response-output {
    display: block;
    font-size: 16px;
    padding: 2rem 5rem;
    margin: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
    border-width: 1px;
}
.wpcf7 p {
    margin-bottom: .5rem;
}
.form-label, .wpcf7-form .form-label {
    margin-bottom: .5em;
    display: inline-block;
    font-size: 14px;
    color: #16205B;
}
.form-control.wpcf7-not-valid {
    border: 1px solid #dc3332;
}
.form-control.wpcf7-not-valid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, .25);
}
.wpcf7 form .wpcf7-response-output {
    border: none;
}
.wpcf7-not-valid-tip {
    color: #dc3332;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    background: #fde9e3;
    padding: 0.15rem 0.5rem;
    margin-top: 8px;
    border-radius: 5px;
}
.wpcf7 form.sent .wpcf7-response-output {
    background-color: #e8ffe8;
    color: #469f46;
}
.wpcf7-spinner {
    margin: 0.5rem 0 0 0;
}
/* Checkboxes and switches */
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 2em;
}
.form-check .form-check-label {
    transform: translateY(0.25rem);
    font-size: 14px;
    display: block;
}
.form-vos-besoins .form-check-label {
    font-family: 'Maax-Bold';
}
.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}
.form-check-custom {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
}
.form-check-custom .form-check-label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    transform: translateY(0);
}
.form-check .form-check-input {
    float: left;
    margin-left: -2em;
}
.form-check .form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23e6592b' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check .form-check-input:checked {
    background-color: #fff;
    border-color: rgba(230, 89, 43, 1);
}
.form-switch {
    display: flex;
    align-items: center;
    gap: .35rem;
    padding-left: 0;
    min-height: 40px;
}
.form-switch .form-check-input {
    margin-left: 0;
}
.form-check-input {
    width: 1.5em;
    height: 1.5em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
    border-radius: 0.25em;
}
.form-check .form-check-input {
    float: left;
}
.form-switch .form-check-input {
    cursor: pointer;
    min-width: 3.25em;
    height: 1.75em;
    margin-top: 0em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28230, 89, 43, 1%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    background-color: #DBEAF1;
    border: 4px solid rgba(230, 89, 43, 1);
    transition: background-position .15s ease-in-out;
}
.form-switch .form-check-input:checked {
    background-position: right center;
}
.form-switch label {
    text-transform: uppercase;
    cursor: pointer;
    color: #16205B;
    transition: color .25s ease-in;
    font-family: 'Maax-Bold';
}
.form-switch label:hover {
    color: #E6592B;
}
.form-check-label, .required-fields {
    color: #16205B;
}
.required-fields {
    font-size: 12px;
}
input[type=submit] {
    cursor: pointer;
}
/* Front page */
section.section {
    padding-top: clamp(1.5rem, 5vw, 5rem);
    padding-bottom: clamp(1.5rem, 5vw, 5rem);
}
body.home section.cards {
    padding-bottom: 0;
}
.form-section-title {
    display: none;
}
.form-contact .form-section-title {
    display: block;
}
body.home .form-section-title-evenement {
    display: block;
}
body.page-template-groupe .form-section-title-sejour {
    display: block;
}
body.page-template-groupe .form-vos-besoins {
    display: none;
}
body.page-template-tournage .form-section-title-tournage {
    display: block;
}
body.page-template-tournage .form-vos-besoins .form-vos-besoins-activites, body.page-template-equipe .form-vos-besoins .form-vos-besoins-activites {
    display: none;
}
body.page-template-equipe .form-section-title-sejour {
    display: block;
}
.form-section-title-produit {
    display: none;
}
.form-section-title-coordonnees {
    display: block;
}
body.single-destinations .form-section-title-produit, body.single-destinations .form-section-title-produit {
    display: block;
    margin-bottom: 0;
    background-color: #fff;
    padding: 1.5rem;
    font-size: 24px;
}
body.single-destinations .form-section-title-evenement, body.single-destinations .form-section-title-coordonnees {
    display: block;
    font-size: clamp(16px, 5vw, 22px);
}
body.tax-lieux .form-section-title-evenement, body.tax-lieux .form-section-title-coordonnees {
    display: block;
    font-size: clamp(16px, 5vw, 22px);
}
.contact-cards {
    padding-top: clamp(1.5rem, 5vw, 3rem);
    padding-bottom: clamp(1.5rem, 5vw, 3rem);
}
.contact-submit-container {
    position: relative;
    margin-bottom: 1rem;
    width: 100%;
}
.contact-submit-container input {
    width: 100%;
}
.contact-submit-container .wpcf7-spinner {
    position: absolute;
    margin-top: 0;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}
/* Accordions */
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }
  
  .active, .accordion:hover {
    background-color: #ccc;
  }
  
  .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

/* Single */
.page-header-simple {
    gap: 1rem;
}
.page-header-agenda {
    position: relative;
    margin-bottom: 3rem;
}
.page-header-agenda-title {
    margin: 0;
    color: #fff;
    font-size: clamp(26px, 4vw, 56px);
}
@media screen and (min-width: 991px) {
    .page-header-agenda-title {
        position: absolute;
        top: 50%;
        left: 2rem;
        transform: translateY(-50%);
    }
    .page-header-simple .page-header-title {
        max-width: 100%;
    }
}
.page-header {
    display: flex;
    flex-direction: column;
    position: relative;
}
.page-header-equipe-text {
    font-size: clamp(16px, 4vw, 20px);
}
.page-header-title, .page-header-equipe-title {
    font-size: clamp(26px, 4vw, 56px);
    margin-top: 0;
}
.page-header-thumbnail {
    order: 2;
    height: auto;
}
.page-header-content {
    order: 0;
}
.page-header-content p {
    font-size: clamp(16px, 2vw, 30px);
}
/* Page header moteur */
.page-header-moteur {
    background-color: #e1eaf9;
    padding: 1rem 1rem;
    order: 1;
    margin-bottom: 1rem;
}
.page-header-moteur form {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 0.5rem;
}
.page-header-moteur-input {
    position: relative;
}
.page-header-moteur form .page-header-moteur-input svg {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.page-header-moteur form button {
    display: block;
    padding: 1rem;
    text-align: center;
}
.page-header-moteur form input {
    flex: 1;
    border-radius: 50rem;
    border: 1px solid #bbc3cf;
    font-size: 18px;
    padding: 1rem 1rem 1rem 3.5rem;
    width: 100%;
    outline: none;
    transition: all .35s ease-in-out;
}
.page-header-moteur form input::placeholder {

}
.page-header-moteur form input:focus {
    border-color: #e6592b;
}
.page-header-moteur-results {
    display: none;
    flex-direction: column;
    gap: 0.35rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    max-height: 350px;
    height: auto;
    overflow: auto;
    transform: translateY(55px);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #16205B;
    padding: 1.5rem;
    font-size: 18px;
}
.page-header-moteur-results .lieu {
    pointer-events: none;
    cursor: pointer;
}
.page-header-moteur-results .lieu.lieu-has-content {
    pointer-events: initial;
    cursor: pointer;
}
.page-header-moteur-results .lieu, .page-header-moteur-results .residence, .page-header-moteur-results .sous-lieu {
    padding: 0.25rem .5rem;
    border-radius: 3px;
    transition: all .35s ease-in-out;
    color: #16205b;
    text-decoration: none;
}
/* .page-header-moteur-results .lieu:hover, */
.page-header-moteur-results .residence:hover, .page-header-moteur-results .sous-lieu:hover, .page-header-moteur-results .lieu.lieu-has-content:hover {
    background: rgba(206, 227, 254, .5);
}

.page-header-moteur-results .lieu, .page-header-moteur-results .sous-lieu {
    font-family: Maax-Bold;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.page-header-moteur-results .sous-lieu {
    margin-left: 1rem;
}
.page-header-moteur-results .residence {
    font-family: Maax-Light;
    margin-left: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.page-header-moteur-results .sous-lieu-residence {
    margin-left: 2rem;
}
@media screen and (min-width: 991px) {
    .page-header-moteur {
        position: absolute;
        bottom: 30px;
        right: 0;
        padding: 2rem 4rem;
        width: calc(100% - 100px);
        margin-bottom: 0;
    }
    .page-header-moteur form input {
        padding: 1rem 200px 1rem 4rem;
    }
    .page-header-moteur form button {
        position: absolute;
        height: 100%;
        right: 0;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .page-header-moteur-results {
        left: 4rem;
        width: 70%;
    }
    .page-header-thumbnail, .page-header-title, .page-header-content p {
        max-width: 80%;
    }
    .page-header-content {
        position: absolute;
        top: 50%;
        right: 0;
        max-width: 40%;
        z-index: 50;
        transform: translateY(-50%);
    }
    .page-header-home .page-header-content {
        position: absolute;
        top: 3rem;
        left: 3rem;
        right: inherit;
        max-width: 80%;
        z-index: 50;
        transform: inherit;
    }
}
@media screen and (min-width: 1200px) {
    .page-header-moteur {
        bottom: 100px;
    }
}
.page-header-equipe-text {
    color: #75A5EF;
}

section.carte {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
@media screen and (min-width: 991px) {
    section.carte .carte-content {
        max-width: 370px;
    }
}
section.carte .carte-title {
    color: #e1eaf9;
    font-size: 28px;
}
section.carte #map {
    width: 100%;
    height: 80vh;
}
@media screen and (min-width: 991px) {
    section.carte {
        position: relative;
    }
    section.carte .carte-content {
        position: absolute;
        z-index: 1000;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        padding: 2rem;
        background-color: #16205B;
    }
    
    section.carte #map {
        width: 80%;
        height: 720px;
        margin-left: auto;
    }
}
/* Leaflet */
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
	-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
	-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
	/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
	-webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
	-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
	-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

.marker-cluster-small {
	background-color: rgba(181, 226, 140, 0.6);
}
.marker-cluster-small div {
	background-color: rgba(110, 204, 57, 0.6);
}

.marker-cluster-medium {
	background-color: rgba(241, 211, 87, 0.6);
}
.marker-cluster-medium div {
	background-color: rgba(240, 194, 12, 0.6);
}

.marker-cluster-large {
	background-color: rgba(253, 156, 115, 0.6);
}
.marker-cluster-large div {
	background-color: rgba(241, 128, 23, 0.6);
}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(181, 226, 140);
}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(110, 204, 57);
}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(241, 211, 87);
}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(240, 194, 12);
}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(253, 156, 115);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(241, 128, 23);
}
.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;
	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.marker-cluster span {
	line-height: 30px;
}


/* Steps */
.steps-section img {
    height: auto;
}
.steps-section-title {
    text-align: center;
    font-size: clamp(20px, 5vw, 36px);
    margin-bottom: 1em;
    color: #e1eaf9;
}
.steps-section-text {
    font-family: Maax-Light;
    color: #75A5EF;
}
.steps {
    padding: 2rem 0;
}
.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}
.step-number {
    font-family: BreveNews-Bold;
    width: 70px;
    height: 70px;
    border-radius: 50rem;
    font-size: clamp(18px, 1.75vw, 30px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.step-content {
    flex: 1;
    text-align: center;
}
.step-title {
    font-family: BreveNews-Bold;
    font-size: 18px;
}
.step-title, .step-text {
    margin: 0;
    color: #e1eaf9;
}
body .step-number {
    border: 1px solid #75A5EF;
    color: #75A5EF;
}
body .step-content {
    color: #fff;
}
@media screen and (min-width: 1200px) {
    .step {
        flex-direction: row;
        align-items: flex-start;
    }
    .step-content {
        text-align: left;
    }
}
.lieu-residences-list-title {
    margin-top: 0;
    font-size: clamp(20px, 5vw, 36px);
}
.lieu-residences-list {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: clamp(2rem, 5vw, 5rem);
}
.lieux-image {
    height: auto;
}
.lieux-description {
    padding-top: clamp(2rem, 5vw, 3rem);
    padding-bottom: clamp(2rem, 5vw, 3rem);
}
.lieux-description p:first-child {
    margin-top: 0;
}
.lieux-description p:last-child {
    margin-bottom: 0;
}
.lieux-form-outer {
    position: relative;
}
.lieux-form-outer form {
    position: absolute;
}
.lieux-title {
    font-size: clamp(26px, 4vw, 56px);
}
/* Résidence card */
.residenceCard {
    display: flex;
    flex-direction: column;
    min-height: 275px;
}
.residenceCard-content {
    order: 1;
    background-color: #101741;
    padding: 3rem;
}
.residenceCard-content-lieu {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 21px;
}
.residenceCard-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.residenceCard-content-title {
    color: #fff;
    padding: 1rem 0;
    font-size: clamp(18px, 5vw, 30px);
    margin: 0;
}
.lieux-description-intro {
    font-size: clamp(18px, 5vw, 30px);
    margin-bottom: 2em;
}
@media screen and (min-width: 991px) {
    .residenceCard {
        flex-direction: row;
    }
    .residenceCard-content {
        width: 40%;
        order: 0;
    }
    .residenceCard-image {
        width: 60%;
        order: 1;
    }
}

/* Expertise */
.expertise-image {
    position: relative;
    font-size: 0;
    overflow: hidden;
    height: 100%;
}
.expertise-image img {
    object-fit: cover;
    height: 100%;
}
.expertise-image-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: clamp(.75rem, 5vw, 4rem);
}
.expertise-tournage .expertise-image-content {
    top: 0;
    left: 0;
    right: inherit;
    bottom: inherit;
    padding-left: 0;
    padding-top: 0;
    padding-right: clamp(.75rem, 5vw, 1.25rem);
    padding-bottom: clamp(.75rem, 5vw, 1.25rem);
    background-color: #16205B;
    position: static;
}
@media screen and (min-width: 991px) {
    .expertise-tournage .expertise-image-content {
        max-width: 380px;
        position: absolute;
    }
}
.expertise-tournage .expertise-content-title {
    font-size: clamp(24px, 5vw, 50px);
    margin-top: 0;
    margin-bottom: 1em;
}
.expertise-tournage .expertise-image-content .expertise-title {
    margin: 0;
    font-size: clamp(18px, 5vw, 30px);
    color: #77a8f0;
}
.expertise-image-content .btn:hover svg {
    fill: #E6592B;
}
.expertise-title {
    font-size: clamp(24px, 5vw, 50px);
    margin-bottom: 0.65em;
}
.expertise-content {
    height: 100%;
    background-color: #E6592B;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media screen and (min-width: 991px) {
    .expertise-content {
        padding-top: clamp(.75rem, 5vw, 4rem);
        padding-bottom: clamp(.75rem, 5vw, 4rem);
        padding-left: clamp(.75rem, 7vw, 6.5rem);
        padding-right: clamp(.75rem, 7vw, 6.5rem);
    }
}
.expertise-content.force-padding {
    padding-top: clamp(.75rem, 5vw, 4rem);
    padding-bottom: clamp(.75rem, 5vw, 4rem);
    padding-left: clamp(.75rem, 7vw, 6.5rem);
    padding-right: clamp(.75rem, 7vw, 6.5rem);
}
.expertise-tournage .expertise-content {
    background-color: transparent;
}
.expertise-content p {
    margin: 0;
    padding-bottom: 1em;
    font-size: clamp(16px, 5vw, 24px);
    line-height: 1.5em;
}
.expertise-content p:last-child {
    padding-bottom: 0;
}
.expertise-btn span {
    flex: 1;
}
/* Popup */
.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
  }
  
  .model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
  }
  .custom-model-inner {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 600px;
    margin: 30px auto;
    max-width: 97%;
  }
  .custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 4rem 1rem;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
  }
  .pop-up-content-wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .pop-up-content-wrap span {
        color: #16205b;
        text-align: center;
        font-family: 'Maax-Bold';
        text-transform: uppercase;
        font-size: clamp(18px, 5vw, 24px);
        margin-bottom: 1rem;
    }
  .pop-up-content-wrap a {
    text-decoration: none;
    font-family: 'Maax-Bold';
    align-self: center;
    transition: color .35s ease;
    font-size: 32px;
  }
  .pop-up-content-wrap a:hover {
    color: #9DC6FC;
  }
  .model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
  }
  .model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
  }
  .bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    transition: background 0.15s linear;
  }
  .close-btn {
    position: absolute;
    right: -16px;
    top: -16px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    border: none;
    background-color: #E6592B;
    height: 46px;
    width: 46px;
    border-radius: 50rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .35s ease-in-out, transform .35s ease-in-out;
  }
  .close-btn:hover {
    transform: rotate(90deg);
    background-color: #b64621;
  }
  
  @media screen and (min-width:800px){
      .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
      }
  }
  @media screen and (max-width:799px){
    .custom-model-inner{
        margin-top: 45px;
    }
  }
  

/* Cards */
.cards-title {
    text-align: center;
    font-size: clamp(20px, 5vw, 36px);
    margin-bottom: 1em;
    color: #e1eaf9;
}
.card {
    position: relative;
    transition: .5s;
    overflow: hidden;
    font-size: 0;
}
.card::before {
    content: '';
    display: block;
    background-color: rgb(76 99 180);
    width: 100%;
    height: 100%;
    mix-blend-mode: hard-light;
    position: absolute;
    top: 0;
    left: 0;
}
.card:hover::before {
    background-color: rgb(220 102 66);
}
.card-content {
    position: absolute;
    padding: 2rem;
    color: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: auto;
}
.card img {
    transition: .5s;
}
.card-content-title {
    font-size: clamp(26px, 5vw, 36px);
    margin: 0;
}
.card-content-text {
    font-size: clamp(16px, 5vw, 24px);
    display: none;
}
.card-content a {
    display: none;
}
.card:hover {
    transform: scale(1.05);
}
.card:hover .card-content-text, .card:hover .card-content a {
    display: block;
}
 @media screen and (max-width: 768px) {
    .card-content-text, .card-content a {
        display: block;
    }
 }
/* .card:hover img {
    transform: scale(1.15) rotate(5deg);
} */
/* notfound */
.notfound {

}
.notfound-img {

}
.notfound-content {
    
}
.notfound-content span {
    font-size: 20px;
    text-transform: uppercase;
}
.notfound-content h1 {
    font-size: clamp(24px, 5vw, 58px);
    margin: 0;
}
.notfound-content p {
    font-size: 20px;
}
@media screen and (min-width: 991px) {
    .notfound {
        position: relative;
    }
    .notfound-img {
        max-width: 80%;
    }
    .notfound-content {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
}

/* Destinations */
.destination-intro {

}
.destination-lieu {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: #fff;
    font-size: clamp(24px, 5vw, 36px);
}
.destination-lieu-title {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-family: Maax-Light;
}
@media screen and (min-width: 576px) {
    .destination-lieu-title {
        flex-wrap: nowrap;
    }
    .destination-lieu-title svg {
        padding-top: 0.25rem;
    }
}
.destination-lieu h1 {
    font-size: 28px;
    margin: 0;
}
.destination-img {
    width: 100%;
    object-fit: cover;
}
.destination-content {
    padding: 1rem 0;
}
.destination-content h2 {
    margin: 0;
    font-family: 'Maax-Bold';
    font-size: 18px;
}
.destination-content h2 + p{
    margin-top: 0;
}
.destination-content p {
    font-family: Maax-Light;
}
.destination-content p strong {
    font-family: Maax-Bold;
}
.destination-evenement-title {
    font-size: clamp(24px, 5vw, 36px);
    text-align: center;
}
.destination-services h3 {
    margin-top: 0;
    font-size: clamp(24px, 5vw, 36px);
}
.destination-services ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .5rem;
}
.destination-services ul li {
    font-family: BreveNews-Bold;
    border: 1px solid #fff;
    font-size: clamp(18px, 5vw, 24px);
    padding: 0.25rem 14px;
    display: inline-block;
    border-radius: 50rem;
}
/* Destination card */
.destination-evenement-cards {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
    .destination-evenement-cards .destination-evenement-card:nth-child(odd) .col-md-7 {
        order: 1;
      }
}
.destination-evenement-cards .destination-evenement-card:nth-child(1) {
    background-color: #e5592a;
}
.destination-evenement-cards .destination-evenement-card:nth-child(2) {
    background-color: #76b789;
}
.destination-evenement-cards .destination-evenement-card:nth-child(3) {
    background-color: #988abc;
}
.destination-evenement-cards .destination-evenement-card:nth-child(4) {
    background-color: #e5592a;
}
.destination-evenement-cards .destination-evenement-card:nth-child(5) {
    background-color: #76b789;
}
.destination-evenement-cards .destination-evenement-card:nth-child(6) {
    background-color: #988abc;
}
.destination-evenement-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.destination-evenement-card-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
}
.destination-evenement-card-content h4 {
    font-size: clamp(24px, 5vw, 30px);
    margin: 0;
}
.destination-evenement-card-content ul.destination-evenement-card-content-list {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
}
.destination-evenement-card-content ul.destination-evenement-card-content-list li {
    font-size: 18px;
    font-family: Maax-Bold;
}
.destination-evenement-card-content-text ul {

}
.countA {
	background-color: #0747a380;
	}
  
  .countB {
	background-color: #f39c1280;
	}
  
  .customMarkerCluster {
	  background-clip: padding-box;
	  border-radius: 20px;
	  }
  
  .customMarkerCluster div {

	  text-align: center;
	  border-radius: 15px;
	  font-weight: bold;
	  }
  .customMarkerCluster span {
	  line-height: 30px;
		color: #eee;
	  }

	  
 .custom-button {
	width: 32px;
	height: 32px;
	line-height: 30px;
	background: #fff;
	padding: 0px;
	font-weight: bold;
	font-size: 22px;
	cursor: pointer;
  }
  .leaflet-popup-content-wrapper {
   padding: 0 !important;
   overflow: hidden;
  }
 .leaflet-popup-content {
   margin: 0 !important;
 }
 .leaflet-container a.leaflet-popup-close-button {
   padding: 2px;
   background-color: rgba(0,0,0,0.4);
   border-radius: 50%;
   left: 0px;
   top: 10px;
   display: flex;
   align-items: center;
   justify-content: center;
   z-index: 100;
 }
 .leaflet-container a.leaflet-popup-close-button span {
   color: #fff;
 }
 .leaflet-popup-content .popup {
	font-family: Maax-Light;
 }
 .popup-thumbnail {
	position: relative;
	overflow: hidden;
	font-size: 0;
	background-color: #000;
 }
 .popup-thumbnail img {
   max-width: 301px;
   height: auto;
   transition: transform .25s ease-in, opacity .25s ease-in;
 }
 .popup-thumbnail a {
	display: block;
 }
 .popup:hover .popup-thumbnail img {
	transform: scale(1.075);
	opacity: .5;
  }
 .popup-thumbnail-content {
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   width: 100%;
   background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
   z-index: 5;
   padding: 20px;
 }
 .popup-content h4 {
   color: #0747a3;
   margin: 0;
   font-size: 20px;
   font-weight: 700;
   width: 100%;
 }
 .popup-content span {
   color: #0747a3;
 }
 .popup-content {
   padding: 20px;
   display: flex;
   flex-wrap: wrap;
 }
 
 .popup-content-price {
	display: flex;
    flex-direction: column;
    align-items: flex-end;
 }
 .popup-content-price-from {
	font-size: 12px;
  }
  .popup-content-price-euros {
	font-weight: 700;
	color: rgb(7 71 163);
	font-size: 20px;
  }
  a.stretched-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	content: "";
  }
.cluster-small {
    font-size: 14px !important;
    height: 28px !important;
    width: 28px !important;
    line-height: 28px !important;
    margin-top: -14px !important;
    margin-left: -14px !important;
}
.cluster-medium {
	font-size: 18px !important;
    height: 34px !important;
    width: 34px !important;
    line-height: 35px !important;
    margin-top: -17px !important;
    margin-left: -17px !important;
}

  .popup-btn {
	display: inline-block;
    text-align: center;
    user-select: none;
    background-color: transparent;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	width: 100%;
	border: 1px solid rgb(7 71 163);
    color: rgb(7 71 163) !important;
    margin-top: 18px;
	text-transform: uppercase !important;
    font-size: 12px;
	border-radius: 50rem;
  }
  .popup-btn:hover {
	color: #fff !important;
	background-color: rgb(7 71 163);
  }


  /* Page contact */
  .form-contact {
    background-color: #9DC6FC;
    padding-top: clamp(1.5rem, 5vw, 4rem);
    padding-bottom: clamp(1.5rem, 5vw, 4rem);
    padding-left: clamp(1.75rem, 5vw, 5rem);
    padding-right: clamp(1.75rem, 5vw, 5rem);
  }

  /* Equipe */
  .equipe-member {
    display: flex;
    flex-direction: column;
  }
.equipe-member-name {
    display: block;
    text-align: center;
    background-color: #fff;
    padding: 1.75rem 1rem;
    font-size: 26px;
    font-weight: 600;
    color: #16205B;
    font-family: BreveNews-Bold;
}


.columns {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.columns.columns-odalys .column {
    position: relative;
}
.columns.columns-odalys .column::before {
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(22, 32, 91, .5) 100%);
}
.column {
    height: 500px;
    margin: 0;
    transition: all .5s ease;
    position: relative;
    overflow: hidden;
  }
  .column img {
    object-fit: cover;
    height: 612px;
  }
  .column .column-title {
    font-family: BreveNews-Bold;
    font-weight: 700;
    position: absolute;
    font-size: 28px;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    margin: 0;
    bottom: 0px;
    right: 0px;
    padding: 1rem;
    transition: all 1s ease;
    opacity: 0;
    visibility: hidden;
  }
  .column .column-content {
    position: absolute;
    z-index: 5;
    bottom: 0;
    padding: 2rem;
    transition: all 1s ease;
    transition-delay: .5s;
    width: fit-content;
  }
  .column-content-tag {
    font-family: BreveNews-Bold;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50rem;
    padding: 0.35rem 1rem 0.5rem 1rem;
    line-height: 1;
    font-size: 20px;
  }
  .column-content-title {
    font-size: clamp(24px, 5vw, 34px);
    margin: 0.35em 0 0.75em 0;
  }
  .column-content-text {
    font-size: clamp(16px, 5vw, 18px);
    overflow: hidden;
  }
  .column.wide .column-title {
    opacity: 0;
    visibility: hidden;
    transform: rotate(180deg) translateX(-100%);
  }
  .column.wide .column-content {
    opacity: 1;
    visibility: visible;
  }
  @media screen and (min-width: 768px) {
    .columns {
        flex-direction: row;
        gap: 0;
        flex-wrap: wrap;
    }
    .column {
        flex-basis: 50%;
        padding: 1rem 0.5rem;
    }
  }
  @media screen and (min-width: 1400px) {
    .columns {
        flex-wrap: nowrap;
        gap: 3rem;
    }
    .column.wide {
        width: 64% !important;
        flex-basis: inherit;
    }
    .column {
        width: 12%;
        flex-basis: inherit;
        padding: 0;
    }
    .column-content {
        opacity: 0;
        visibility: hidden;
    }
    .column-content-text {
        height: 66px;
    }
    .column-content-title {
        height: 1em;
        overflow: hidden;
    }
    .column .column-title {
        opacity: 1;
        visibility: visible;
    }
  }

  /* Slider 3D */
.button-container .button-prev {
    width: calc(50% - 275px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}
.button-container .button-next {
    width: calc(50% - 275px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}
.items {
    user-select: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.items .item {
    font-size: 0;
    overflow: hidden;
    transition: all .5s ease-in-out;
    background-color: #101741;
    margin-bottom: 1rem;
}
.slider3d-content {
    width: auto;
    padding: 1rem;
}
.item img {
    object-fit: cover;
    transition: .25s ease;
}
@media screen and (min-width: 768px) {
    .items {
        position: relative;
        height: 450px;
    }
    .items .item {
        margin-bottom: 0rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        opacity: 0;
    }
    .item.next {
        z-index: 2;
        opacity: 0.25;
        transform: translate(0%, -50%) scale(.8);
      }
      .item.prev {
        z-index: 2;
        opacity: 0.25;
        transform: translate(-100%, -50%) scale(.8);
      }
      .slider3d-content {
        width: 550px;
    }
    .item img {
        width: 550px;
        height: 280px;
      }
  }
 
  .item img:hover {
    opacity: .5;
  }

  .slider3d-title {
    text-align: center;
    font-size: clamp(20px, 5vw, 36px);
    margin-bottom: 1em;
    color: #e1eaf9;
  }
  
  .item h3 {
      font-size: 18px;
      font-family: Maax-Light;
      margin: 0 0 .5rem 0;
      display: flex;
      align-items: center;
      gap: 0.5rem;
  }
  .item h4 {
      font-size: 22px;
      font-family: Maax-Bold;
      margin: 0;
    }
    .item h4 a {
        color: inherit;
        text-decoration: none;
        transition: .25s ease;
  }
  .item h4 a:hover {
      color: #9DC6FC;
  }
  .item.active {
    opacity: 1;
    z-index: 1000;
    box-shadow: 0px 0px 85px -25px #101741;
  }
  
  
  
  .items .button-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
  }
  @media screen and (min-width: 768px) {
    .items .button-container {
        display: block;
    }
  }
  .button-container .button {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    position: relative;
    transition: all 300ms ease-in-out;
  }
  
  .button-container .button:hover {
  
  }
  
  .button-container .button:nth-child(1) {
    float: left;
  }
  
  .button-container .button:nth-child(2) {
    float: right;
  }

/* agenda */
.agenda-list {
    display: flex;
    flex-direction: column;
}
.month-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: clamp(.1rem, 2vw, 1rem);
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: clamp(1rem, 5vw, 3rem);
}
.month-list-item {
    font-family: BreveNews-Bold;
    font-size: clamp(20px, 5vw, 30px);
    color: #8d92af;
    cursor: pointer;
    padding: 6px 16px;
    border-radius: 50rem;
    transition: all .35s ease-in-out;
}
.month-list-item:hover {
    background-color: #9dc6fc70;
}
.month-list-item.is-current {
    color: #16215b;
    background-color: #9dc6fc;
}
.agenda-title {
    text-align: center;
    font-size: clamp(20px, 5vw, 36px);
    margin-bottom: 1em;
    color: #e1eaf9;
}
.agenda-item {
    border: 1px solid #9dc6fc;
    border-radius: 1px;
    padding: 1.5rem;
    height: 100%;
    position: relative;
    transition: all .35s ease-in-out;
    margin-bottom: .5rem;
}
.agenda-item-lieu {
    display: flex;
    gap: 0.25rem;
    align-items: center;
    font-family: Maax-Light;
    font-size: 18px;
}
.agenda-item-date {
    font-size: 18px;
    position: relative;
    margin-left: 2rem;
}
.agenda-item-date::before {
    position: absolute;
    left: -1rem;
    top: 50%;
    transform: translateY(-50%);
    height: 1rem;
    width: 1px;
    background-color: #9dc6fc;
    content: '';
}
.agenda-more {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    padding: 1rem;
}
.agenda-more span {
    color: #E6592B;
    font-size: clamp(16px, 5vw, 20px);
    font-family: Maax-Bold;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    transition: color .25s ease;
    gap: .5rem;
}
.agenda-more svg {
    transition: fill .25s ease;
    width: 32px;
}
@media screen and (min-width: 576px) {
    .agenda-more svg {
        width: 54px;
    }
}
.agenda-more:hover span {
    color: #9dc6fc;
}
.agenda-more:hover svg {
    fill: #9dc6fc;
}
.agenda-item-lieu-dates {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.agenda-item-title {
    font-size: 22px;
    margin-top: 0;
    font-family: Maax-Bold;
    color: #9dc6fc;
}
.agenda-more span i {
    font-style: normal;
    font-size: 52px;
}
.agenda-item-link {
    color: #9dc6fc;
    font-family: Maax-Light;
}

.agenda-section  {
    padding-bottom: clamp(3rem, 5vw, 8rem);
}

#destinations-carousel .splide__arrow {
    background: none;
    opacity: 1;
    width: auto;
    height: auto;
}

#destinations-carousel .splide__arrow svg {
    fill: #fff;
    width: 30px;
    height: 100%;
    filter: drop-shadow( 0px 0px 5px rgba(0, 0, 0, .7));
    transition: all .35s ease-in-out;
}
#destinations-carousel .splide__arrow:hover svg {
    fill: rgba(230, 89, 43, 1);
}
/* Contact */
.contact-cards-title, .contact-form-title {
    text-align: center;
    font-size: clamp(20px, 5vw, 36px);
    margin-bottom: 1em;
    color: #e1eaf9;
}

section.section-form {
    
}