/* HIDE WPML FOOTER BANNER */
.otgs-development-site-front-end {
    display: none !important;
}

/* SMALL SCREENS */
#small-screen-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99999;
}

/*
 * Général
 * -----------------------------
*/

html, body {
    height: 100%;
    margin: 0;
    background-color: var(--color-light-beige);
    font-family: var(--main-font-family);
}

i {
    font-style: italic;
}

.page-wrapper {
display: flex;
flex-direction: column;
min-height: 100vh;
}

.page-wrapper main {
flex: 1;
}

.overlay-blue {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(32,50,80,0.95);
    z-index: 0;
}

.overlay-blue .pattern {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/pattern-acm.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    opacity: 0.04;
}

.cta {
    display: inline-block;
    height: 40px;
    /* min-width: 196px; */
    background-color: var(--color-prim-blue);
    border-radius: 4px;
    color: var(--white) !important;
    padding: 12px;
    text-align: center;
    font-style: normal;
    font-variant: normal;
    font-weight: 800 !important;
    font-size: 0.75rem;
    font-family: var(--main-font-family);
    text-decoration: none !important;
    transition: background 0.2s;
    text-transform: uppercase;
}

.cta-white {
    background-color: var(--white) !important;
    color: var(--color-prim-blue) !important;
}

/* End of Général */


/*
 * Header
 * -----------------------------
*/

header {
    height: 80px;
    background-color: var(--color-sec-blue);
    box-shadow: none;
    margin-bottom: 35px;
}

header .zone-bt-acm {
    width: 315px;
    height: 100%;
    background-color: var(--color-prim-blue);
    float: left;
}

header .zone-bt-acm a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 25px;
    position: relative;
    border-right: 5px solid var(--color-prim-red);
}

header .zone-bt-acm a:before {
    content: '\f104';
    font-family: var(--fontawesome);
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 18px;
    color: #ffffff;
    position: absolute;
    left: 35px;
    top: 30px;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

header .zone-bt-acm a:hover:before {
    left: 32px;
}

header .zone-main-header {
    width: calc(100% - 315px);
    height: 100%;
    float: right;
    display: flex;
}

header .zone-main-header .part-menu {
    position: relative;
}

header .zone-main-header .part-menu:after {
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    width: 1px;
    height: 60px;
    background-color: #ffffff;
}

header .zone-main-header .part-menu .bt-menu {
    width: 150px;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    cursor: pointer;
    padding: 0 15px;
    position: relative;
}


header .zone-main-header .part-menu .bt-menu .titre-menu {
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    user-select: none; /* Désactive la sélection de texte */
    -webkit-user-select: none; /* Compatibilité pour Safari */
    -moz-user-select: none; /* Compatibilité pour Firefox */
    -ms-user-select: none; /* Compatibilité pour les anciennes versions d'IE */

}

header .zone-main-header .part-menu .bt-menu .icone i {
    color: var(--white);
    font-size: 18px;
}

header .zone-main-header .part-logo {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .zone-main-header .part-logo .bloc-logo {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .zone-main-header .part-logo .bloc-logo a.logo img {
    display: block;
    width: auto;
    height: 60px;
}

header .zone-main-header .part-logo .bloc-logo a.tagline {
    display: flex;
    align-items: center;
    height: 60px;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 15px;
    padding-top: 5px;
}

header .zone-main-header .part-langues {
    width: 170px;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .zone-main-header .part-langues:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 1px;
    height: 60px;
    background-color: #ffffff;
}

header .zone-main-header .part-langues .wpml-ls-item {
    display: inline-block;
    margin: 0 5px;
}

header .zone-main-header .part-langues .wpml-ls-item a {
    display: inline-block;
}

header .zone-main-header .part-langues .wpml-ls-item img {
    width: 24px; /* Ajustez selon la taille de vos icônes */
    height: auto;
    display: block;
}


/* End of Header */


/*
 * Content
 * -----------------------------
 */

.content {

}

/* End of Content */


/*
 * Footer
 * -----------------------------
 */

.zone-social {
    width: 100%;
    height: auto;
}

.zone-social .titre-social {
    width: 600px;
    height: 40px;
    background-color: var(--color-prim-blue);
    text-align: center;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #ffffff;
    font-weight: 800;
    font-size: 1.35rem;
    text-align: center;
    text-transform: uppercase;
}

.zone-social .titre-social:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 20px;
    background-color: var(--color-prim-blue);
}

.zone-social .banner-social {
    width: 100%;
    height: 100px;
    padding-top: 15px;
    background-color: var(--color-sec-blue);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zone-social .banner-social ul li {
    display: inline-block;
}

.zone-social .banner-social a {
    display: inline-block;
    padding: 0 15px;
    margin: 0 10px;
    color: #ffffff;
    font-size: 28px;
    position: relative;
    top: 0;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.zone-social .banner-social a:hover {
    top: -3px;
}

.zone-social .banner-instagram {
    width: 100%;
    height: auto;
    padding-top: 5px;
    background-color: #bac0c6;
}


footer {
    width: 100%;
    /* min-height: 190px; */
    background-color: #203250;
    color: #ffffff;
    font-size: 0.95rem;
    line-height: 2;
}

footer a {
    color: #ffffff;
    text-decoration: none;
}

footer strong {
    font-weight: bold;
}

footer a:hover {
    text-decoration: underline;
    font-weight: bold;
}

footer .container {
    padding: 50px 0;
}

footer .logo-footer {
    /* width: 100%; */
    /* height: 190px;
    display: flex;
    align-items: center; */
}

footer .logo-footer img {
    width: 60px;
    height: auto;
    display: block;
    border: 0;
}

footer .infos-acm-footer {
    width: 100%;
    height: 190px;
    display: flex;
    align-items: center;
    font-size: 0.95rem;
    line-height: 1.35rem;
    color: #ffffff;
}

footer .infos-acm-footer a {
    color: #ffffff;
}

footer .footer-right {
    font-size: 0.85rem;
}

@media screen and (max-width: 767px) {
    footer .logo-footer {
        /* height: 120px;
        justify-content: center; */
        margin-bottom: 1rem;
    }

    footer .infos-acm-footer {
        height: auto;
    }

    footer .footer-right {
        margin-top: 1rem;
    }
}

/* End of Footer */

/*
 * Modals
 * -----------------------------
 */

.modal-rsv {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    z-index: 9999;
}

.modal-rsv strong {
    font-weight: bold;
}
.modal-rsv .en {
    font-style: italic;
}
.modal-rsv .contenu-modal hr {
    border-color: #20325080;
    margin: 30px 0;
}

.modal-rsv .modal-content {
    background-color: var(--white);
    border: none;
    border-radius: 8px;
    padding: 40px;
}

.modal-rsv .modal-content button.btn-close {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: var(--color-prim-blue);
    font-size: 16px;
    opacity: 1;
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-rsv .modal-content button.btn-close::before {
    content: "\f00d";
    font-family: var(--fontawesome);
    font-size: 16px;
    font-weight: 300;
    color: var(--white);
    line-height: 1;
}

.modal-rsv .modal-content .contenu-modal .title {
    font-family: var(--main-font-family);
    font-size: 1.25rem;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    color: var(--color-prim-blue);
    line-height: 1.1;
    margin-bottom: 15px;
}

.modal-rsv .modal-content .contenu-modal .subtitle {
    font-family: var(--main-font-family);
    font-size: 1rem;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    color: var(--color-prim-blue);
    text-align: left !important;
    line-height: 1.1;
    margin-bottom: 15px;
}

.modal-rsv .modal-content .contenu-modal p {
    color: var(--color-prim-blue);
}

.modal-rsv .modal-content .contenu-modal .cta {
    margin-top: 20px;
    cursor: pointer;
}


/* Modal Nouvelle inscription */
.modal-rsv .modal-new-inscription .modal-content .contenu-modal {
    text-align: center !important;
}

.modal-rsv .modal-new-inscription .modal-content .contenu-modal .title {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.modal-rsv .modal-new-inscription .modal-content .contenu-modal .desc p {
    margin-bottom: 10px;
    line-height: 1.1;
}

/* End of Modals */

/*
 * Error Page
 * -----------------------------
 */

#error-page {
    margin-top: 120px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    padding: 60px;
}
.wp-die-message {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #203250;
}


/* End of Error Page */

/*
 * Media Queries
 * -----------------------------
 */

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

main.mon-compte .sidebar {
    padding: 35px 20px 20px 20px !important;
}

main.mon-compte .dashboard-content {
    padding: 20px !important;
}

main.mon-compte .rsv-box.box-pilote .image {
    height: 265px !important;
}

}

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



}

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



}

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



}

@media screen and (min-width: 1200px) and (max-width: 1399px) {



}

@media screen and (min-width: 992px) and (max-width: 1199px) {



}

@media screen and (min-width: 768px) and (max-width: 991px) {



}


/* End of Media Queries */