* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

html, body {
    overflow-x: hidden !important;
    font-family: "Red Hat Display", sans-serif;
}

body {
    height: 100vh;
}


.none-display {
    color: transparent;
}

li, ul {
    list-style-type: none;
}

label {
    font-weight: bold;
}

.bg-modal {
    background: #d7d4d4 !important;
}

h1, h2 {
    font-family: "Kaushan Script", serif !important;
}

.font-Kaushan {
    font-family: "Kaushan Script", serif !important;
}



.form-select {
    color: white !important;
    --bs-form-select-bg-img: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path d='M3 6l5 5 5-5z'/></svg>") !important;
}

#cookie-banner {
    z-index: 99999;
}

/* Reset bref for button */
.belt-btn {
    --belt: #0b0b0b; /* noir principal */
    --belt-deep: #020202; /* noir profond */
    --shine: #ffffff15; /* lueur */
    --thread: #2a2a2a; /* trame tissu */
    --edge: #1a1a1a; /* arête */
    --accent: #ffcc00; /* petit liseré doré discret */
    appearance: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    padding: 0; /* on gère la hauteur via la ceinture */
    border: none;
    background: transparent;
    cursor: pointer;
    outline: none;
    transform: translateZ(0);
}

/* La bande (ceinture) */
.belt-btn::before {
    content: "";
    display: block;
    height: 44px;
    width: clamp(200px, 40vw, 340px);
    border-radius: 4px;
    background: /* micro brillance */ linear-gradient(to bottom, transparent 0%, var(--shine) 50%, transparent 100%),
        /* trame tissu */ repeating-linear-gradient(90deg, var(--thread) 0 2px, transparent 2px 6px),
        /* dégradé matière */ linear-gradient(180deg, var(--belt) 0%, var(--belt-deep) 100%);
    box-shadow: inset 0 1px 0 var(--shine),
    inset 0 -1px 0 #00000066,
    0 6px 12px #00000033;
    border: 1px solid var(--edge);
    /* léger liseré discret (façon bande d'ancienneté sur l’extrémité) */
    background-blend-mode: overlay, normal, normal;
}

/* Le texte centré par-dessus la bande */
.belt-btn .belt-label {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 56px; /* laisse la place au nœud */
    color: #f6f6f6;
    font: 600 16px/1.2 system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans";
    text-transform: none;
    letter-spacing: .2px;
    text-shadow: 0 1px 0 #000;
    user-select: none;
}


/* Hover / focus */
.belt-btn:hover::before {
    box-shadow: inset 0 1px 0 var(--shine), inset 0 -1px 0 #00000066, 0 10px 16px #00000044;
}

.belt-btn:hover .belt-label {
    transform: translateY(-1px);
}

.belt-btn:active .belt-label {
    transform: translateY(0);
}

.belt-btn:focus-visible {
    outline: 2px solid #ffd24d;
    outline-offset: 3px;
}

/* Version compacte (optionnelle) */
.belt-btn.belt-sm::before {
    height: 38px;
    width: clamp(160px, 34vw, 280px);
}

.belt-btn.belt-sm::after {
    width: 52px;
    height: 30px;
}

.belt-btn.belt-sm i {
    top: calc(50% + 12px);
    height: 22px;
}

.belt-btn.belt-sm u {
    top: calc(50% + 11px);
    height: 26px;
}

/* -------------------------------
   🥋 Variante : Ceinture blanche crème
-------------------------------- */
.belt-btn.belt-white {
    --belt: #f9f9f4;
    --belt-deep: #eae7db;
    --shine: #ffffff55;
    --thread: #d9d6c8;
    --edge: #c5c1b3;
    --accent: #f3eac2;
}

.belt-btn.belt-white .belt-label {
    color: #222;
    text-shadow: 0 1px 0 #fff;
}

.belt-btn.belt-white:hover::before {
    box-shadow: inset 0 1px 0 var(--shine),
    inset 0 -1px 0 #fff2,
    0 6px 10px #b7b7a866;
}

/* End button  */

/* Limite la hauteur des tableaux et ajoute une barre de défilement */
.table-wrapper {
    max-height: 350px; /* Ajustez la hauteur selon vos besoins */
    overflow-y: auto; /* Barre de défilement verticale */
}

/* Style de la barre de défilement pour qu'elle soit plus élégante */
.table-wrapper::-webkit-scrollbar {
    width: 8px;
}

.table-wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.table-wrapper::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.05);
}

/* Limite la hauteur des tableaux et ajoute une barre de défilement */
.table-wrapper {
    max-height: 600px; /* Ajustez la hauteur selon vos besoins */
    overflow-y: auto; /* Barre de défilement verticale */
}

.help-scroll-help {
    min-height: 800px;
}

.icon-social {
    color: blue;
}

.custom-masthead {
    background-blend-mode: overlay;
}

.bg-adherent-fiche {
    background: rgba(2, 2, 154, 0.82);
    color: white;
}

.bg-adherent-fiche-2 {
    background: rgba(184, 184, 215, 0.82);
    color: black !important;
}

.up-to-header {
    background-color: gray !important;
    color: white;
    padding: 20px 0 40px;
    height: 100px;
}

.image-eye:hover {
    border-radius: 50px;
    background-color: white;
}

.image-eye-2:hover {
    border-radius: 50px;
    background-color: #e9d7d7;
}

.container-parametre {
    height: 600px;
}

.btn-outline-danger {
    border-radius: 50px;
}

h1, h2, .nothing {
    font-family: "Nothing You Could Do", sans-serif;
    font-weight: 800;
}

.nothing {
    font-family: "Nothing You Could Do", sans-serif;
    font-weight: 800;
}

.permanent-marker-regular {
    font-family: "Nothing You Could Do", cursive;
    font-weight: 400;
    font-style: normal;
}

.icon-param {
    transition: transform 0.2s ease;
}

.icon-param:hover {
    transform: translateY(-1px);
}

.text-deco-none {
    text-decoration: none;
}

#loader {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

label {
    margin-top: 10px;
}

.cheque {
    display: none;
}

.payment-summary {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 1em;
    border-radius: 8px;
}

.payment-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5em;
}

.payment-row .label {
    font-weight: bold;
    text-align: left;
    flex: 1;
}

.payment-row .value {
    text-align: right;
    flex: 1;
    color: darkgrey;
    font-weight: bold;
}


.param-param-passage-de-grade,
.param-param-gallery,
.param-param-adherent,
.param-param,
.param-team,
.param-passage-config,
.param-stats,
.param-session,
.param-adherent,
.param-competitions {
    border: solid 1px blue;
    border-radius: 5px;
    padding: 0 15px 15px 15px;
    box-shadow: 2px 2px 2px 1px rgba(124, 124, 212, 0.2);
}


.param-param {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    min-width: 600px;
}

.param-param-passage-de-grade {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
}

.param-param-gallery {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.param-param-adherent {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}


.param-stats {
    margin: 10px;
}

.param-session {
    margin-left: auto;
    margin-right: auto;
    min-width: 320px;
}

.param-adherent {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.param-competitions {
    margin-left: auto;
    margin-right: auto;
}

.param-passage-config {
    margin-left: auto;
    margin-right: auto;
    width: 320px;
}

.param-licence-config,
.param-policy-config,
.param-inscription-config,
.param-param-config,
.param-param-config-price,
.param-team-config,
.param-config,
.param-session-config,
.param-address-config,
.param-dojo-config,
.param-adherents-config,
.param-liste-adherents-competitions-config,
.param-competitions-config,
.param-session-listes-adherents,
.param-session-config-detail,
.param-team-details-config,
.param-activités-config {
    position: relative;
    right: 0;
    background: white;
}

.param-policy-config {
    top: -25px;
    min-width: 250px;
    max-width: 350px;
}

.param-param-config-price {
    top: -40px;
    min-width: 200px;
    max-width: 300px;
}


.centrage-detail-config {
    margin-left: auto;
    margin-right: auto;
    width: 600px
}

.param-activités-config {
    top: -40px;
    width: 300px;
}

.param-team-details-config {
    top: -60px;
    left: 30px;
    max-width: 400px;
    text-align: center;
}

.param-param-config {
    top: -60px;
    max-width: 550px;
    text-align: center;
}

.param-team-config {
    top: -50px;
    max-width: 300px;
    text-align: center;
}

.param-session-config-detail {
    top: -22px;
    width: 300px;
}

.param-session-listes-adherents {
    top: -22px;
    width: 320px;
}

.param-competitions-config {
    top: 0;
    left: 15px;
    width: 170px;
    text-align: center
}

.param-liste-adherents-competitions-config {
    top: -20px;
    left: 15px;
    max-width: 150px;
    text-align: center;
}

.param-adherents-config {
    top: -34px;
    left: 15px;
    max-width: 150px;
    text-align: center;
}

.param-dojo-config {
    top: -20px;
    left: 15px;
    max-width: 250px;
    text-align: center;
}

.param-licence-config {
    top: -20px;
    left: 15px;
    max-width: 200px;
    text-align: center;
}

.param-inscription-config {
    top: -20px;
    left: 15px;
    max-width: 300px;
    text-align: center;
}

.param-address-config {
    top: -20px;
    left: 15px;
    max-width: 300px;
    text-align: center;
}

.param-session-config {
    top: -18px;
    left: 5px;
    max-width: 280px;
    text-align: center;
}

.param-config {
    top: -30px;
    left: 25px;
    width: 500px;
    text-align: center;
}

.scroll-bar {
    overflow-y: scroll;
    overflow-x: hidden;
}

.table-wrapper-adherents-details {
    height: 150px; /* Ajustez la hauteur selon vos besoins */
    overflow-y: auto; /* Barre de défilement verticale */
}

.height-name {
    height: 200px;
}

.img-border {
    border: solid 1px gray;
}

.link-index-2 {
    background-color: #ffffff;
    color: black;
    border-color: #6c757d;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
}

.link-index-2:hover {
    background-color: #cde5f6;
    color: black;
    border-color: #6c757d;
}

.a-decoration {
    text-decoration: none;
    color: blue;
}

.a-decoration-name-adherent {
    text-decoration: none;
    color: white;
}

.a-decoration-name-adherent:hover {
    text-decoration: none;
    color: white;
}

.large {
    width: 150px;
}

.a-decoration:hover {
    text-decoration: none;
    color: #1d2945;
}


.cadre-adherents-name {
    padding: 10px;
    border: solid 1px darkgray;
    color: white;
    background-color: #0e616e !important;
}

.offcanvas-body a {
    text-decoration: none;
    color: white;
}

.col-adherent-scroll {
    max-height: 80vh;
}


.icon-plus:hover {
    background-color: #4646e0;
    border-radius: 50px;
}

.button-ajouter {
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0 0 2px 1px rgba(0, 0, 255, .2);
    background: grey;
}

.button-ajouter:hover {
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0 0 2px 1px rgba(0, 0, 255, .2);
    background: darkgrey;
}

.btn-get-started:hover {
    background: #7bd4e0;
    color: blue;
    text-decoration: none;
    border: 2px solid blue;
}

.session-item {
    transition: background-color 0.3s ease;
}

.session-item:hover {
    background-color: #f1f1f1; /* Effet hover doux */
}

.card-header {
    font-size: 1.5rem;
}

.card {
    border: none;
}

.centrage-création-session {
    margin-right: auto;
    margin-left: auto;
}

.button-delete {
    background-color: #df5959;
    margin-left: 30px;
}

.centrage-col {
    margin-left: 0;
    margin-right: 0;
}

.centrage-col-2 {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
}


.button-delete:hover {
    background-color: #d4cbcb;
}

.adherent-detail-session {
    margin-left: auto;
    margin-right: auto;
}

.index-liste-adherents {
    margin-right: auto;
    margin-left: auto;
}

.with-adh-details-label {
    width: 130px;
}

.with-adh-details {
    width: 100px;
}

@media (max-width: 1200px) {
    .centrage-col {
        width: 100%;
    }

    .navbar {
        text-align: center;
    }

    .param-team-details-config {
        text-align: center;
    }

    .image-team-detail {
        width: 280px;
    }

    .index-liste-adherents {
        margin-right: auto;
        margin-left: auto;
        width: 300px;
    }

    .col-adherent-scroll {
        max-height: 80vh;
    }
}

@media (max-width: 1030px) {
    #activity-dashboard #suivi-adherent .param-activités {
        width: 600px;
        margin-right: auto;
        margin-left: auto;
    }

    .index-liste-adherents {
        margin-right: auto;
        margin-left: auto;
    }

}

@media (max-width: 991px) {
    .header-menu-no-connected {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    #activity-dashboard #suivi-adherent .param-activités {
        width: 400px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 700px) {
    .container-marge-top {
        margin-top: 20%;
    }

    .cache {
        display: none;
    }

    h5, h2, h1, h5 {
        font-size: 90%;
    }

    .col-adherent-scroll {
        max-height: 60vh;
    }


    .param-param-config-price {
        top: -55px;
    }

    .param-team-details-config {
        top: -60px;
        left: 0;
        max-width: 400px;
        text-align: center;
    }

    .param-param-passage-de-grade {
        margin-left: auto;
        margin-right: auto;
        max-width: 360px;
    }

    .row-sm {
        max-width: 300px;
    }
}

@media (max-width: 768px) {
    #activity-dashboard .param-activités {
        margin-bottom: 20px;
        margin-right: auto;
        margin-left: auto;
        min-width: 350px;
    }

    .index-liste-adherents {
        width: 250px;
        margin-right: auto;
        margin-left: auto;
    }

    .param-policy-config {
        width: 100px;
        margin-right: auto;
        margin-left: auto;
    }

    .row-sm-phone {
        width: 320px !important;
    }

    .centrage-col-2 {
        margin-left: 10px;
        margin-right: auto;
    }

    .centrage-detail-config {
        margin-left: auto;
        margin-right: auto;
        width: 280px
    }

    .table-activity {
        max-width: 380px;
    }

    .image-carousel {
        border-radius: 15px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        max-width: 100%;
    }

    .param-param {
        margin-top: 110px;
        margin-left: auto;
        margin-right: auto;
        max-width: 360px !important;
    }
}

.session-item {
    transition: background-color 0.3s ease;
}

.session-item:hover {
    background-color: rgba(0, 0, 0, 0.1);
}


.centrage-col {
    margin-left: auto;
    margin-right: auto;
}

/* Limite la hauteur des tableaux et ajoute une barre de défilement */
.table-wrapper {
    max-height: 400px; /* Ajustez la hauteur selon vos besoins */
    overflow-y: auto; /* Barre de défilement verticale */
}

/* Style de la barre de défilement pour qu'elle soit plus élégante */
.table-wrapper::-webkit-scrollbar {
    width: 8px;
}

.table-wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.table-wrapper::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.05);
}

/* -----------------------Limite la hauteur des tableaux et ajoute une barre de défilement ------------ */
.table-wrapper-adherents {
    max-height: 600px; /* Ajustez la hauteur selon vos besoins */
    overflow-y: auto; /* Barre de défilement verticale */
}

/* Style de la barre de défilement pour qu'elle soit plus élégante */
.table-wrapper-adherents::-webkit-scrollbar {
    width: 8px;
}

.table-wrapper-adherents::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.table-wrapper-adherents::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.05);
}

/* -----------------------Limite la hauteur des tableaux et ajoute une barre de défilement ------------ */

/* Limite la hauteur des tableaux et ajoute une barre de défilement */
.table-wrapper-adherents-stats {
    max-height: 300px; /* Ajustez la hauteur selon vos besoins */
    overflow-y: auto; /* Barre de défilement verticale */
}

/* Style de la barre de défilement pour qu'elle soit plus élégante */
.table-wrapper-adherents-stats::-webkit-scrollbar {
    width: 8px;
}

.table-wrapper-adherents-stats::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.table-wrapper-adherents-stats::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.05);
}

.test {
    color: rgba(215, 195, 71, 0.77);
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
    background: #fff;
}

.trait-titre-portrait {
    min-height: 1px;
    background-color: black;
}

.team .member {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

.team .member .pic {
    border-radius: 4px;
    overflow: hidden;
}

.team .member img {
    transition: all ease-in-out 0.4s;
}

.team .member:hover img {
    transform: scale(1.1);
}

.image_team {
    width: 320px;
    height: 350px;
}

.container-img {
    border-radius: 10px;
}

.team .member .member-info {
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    background: white;
    padding: 15px 0;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.team-icon {
    width: 30px;
}

.team .member h4 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px;
    color: #587B9F;
    position: relative;
    padding-bottom: 10px;
}

.team .member h4::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #0d12fc;
    bottom: 0;
    left: calc(50% - 25px);
}

.team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
    color: #01036f;
}

.team .member .social {
    margin-top: 10px;
}

.team .member .social a {
    transition: color 0.3s;
    color: #01036f;
}

.team .member .social a:hover {
    color: #587B9F;
}

.image-team-detail {
    border-radius: 200px;
    padding: 2px;
    width: 300px;
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

.card-home {
    color: white;
    font-size: 30px;
}

.image-partenaire {
    width: 150px; /* une taille naturelle */
    height: 150px;
    object-fit: contain; /* image non déformée */
    object-position: center;
    display: block;
    margin: 0 auto; /* ❤️ CENTRAGE */
}

.text-discret {
    font-size: 0.85rem; /* légèrement plus petit */
    color: #6c757d; /* gris doux */
    opacity: 0.8; /* léger fade */
}

/*--------------------------------------------------------------
# Blog:Prices
--------------------------------------------------------------*/

.table-prices {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.text-white {
    color: white !important;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
    padding: 40px 0 20px 0;
}

.blog .entry {
    padding: 30px;
    margin-bottom: 60px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
    max-height: 400px;
    margin: -30px -30px 20px -30px;
    overflow: hidden;
}

.blog .entry .entry-title {
    font-size: 28px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
    color: #32627b;
    transition: 0.3s;
}

.blog .entry .entry-title a:hover {
    color: #68A4C4;
}

.blog .entry .entry-meta {
    margin-bottom: 15px;
    color: #dddddd;
}

.blog .entry .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog .entry .entry-meta ul li + li {
    padding-left: 15px;
}

.blog .entry .entry-meta i {
    font-size: 14px;
    padding-right: 4px;
}

.blog .entry .entry-meta a {
    color: #aaaaaa;
    font-size: 14px;
    display: inline-block;
}

.blog .entry .entry-content p {
    line-height: 24px;
}

.blog .entry .entry-content .read-more {
    -moz-text-align-last: right;
    text-align-last: right;
}

.blog .entry .entry-content .read-more a {
    display: inline-block;
    background: #68A4C4;
    color: #fff;
    padding: 6px 20px;
    transition: 0.3s;
    font-size: 14px;
}

.blog .entry .entry-content .read-more a:hover {
    background: #32627b;
}

.blog .entry .entry-content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
}

.blog .entry .entry-content blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
    color: #444;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
}

.blog .entry .entry-content blockquote .quote-left {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 36px;
    color: #e7e7e7;
}

.blog .entry .entry-content blockquote .quote-right {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 36px;
    color: #e7e7e7;
}

.blog .entry .entry-content blockquote::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #32627b;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog .entry .entry-footer {
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
    color: #4c99c1;
    display: inline;
}

.blog .entry .entry-footer a {
    color: #90c0d8;
    transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
    color: #68A4C4;
}

.blog .entry .entry-footer .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
}

.blog .entry .entry-footer .cats li {
    display: inline-block;
}

.blog .entry .entry-footer .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px;
}

.blog .entry .entry-footer .tags li {
    display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
    padding-right: 6px;
    color: #6c757d;
    content: ",";
}

.blog .entry .entry-footer .share {
    font-size: 16px;
}

.blog .entry .entry-footer .share i {
    padding-left: 5px;
}

.blog .entry-single {
    margin-bottom: 30px;
}

.blog .blog-author {
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
    width: 120px;
}

.blog .blog-author h4 {
    margin-left: 140px;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0;
    padding: 0;
}

.blog .blog-author .social-links {
    margin: 0 0 5px 140px;
}

.blog .blog-author .social-links a {
    color: #72afce;
}

.blog .blog-author p {
    margin-left: 140px;
    font-style: italic;
    color: #b7b7b7;
}

.blog .blog-comments {
    margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
    font-weight: bold;
}

.blog .blog-comments .comment {
    margin-top: 30px;
    position: relative;
}

.blog .blog-comments .comment .comment-img {
    width: 50px;
}

.blog .blog-comments .comment h5 {
    margin-left: 65px;
    font-size: 16px;
    margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
    font-weight: bold;
    color: #444;
    transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
    color: #68A4C4;
}

.blog .blog-comments .comment h5 .reply {
    padding-left: 10px;
    color: #32627b;
}

.blog .blog-comments .comment time {
    margin-left: 65px;
    display: block;
    font-size: 14px;
    color: #72afce;
    margin-bottom: 5px;
}

.blog .blog-comments .comment p {
    margin-left: 65px;
}

.blog .blog-comments .comment.comment-reply {
    padding-left: 40px;
}

.blog .blog-comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
    font-weight: bold;
    font-size: 22px;
}

.blog .blog-comments .reply-form p {
    font-size: 14px;
}

.blog .blog-comments .reply-form input {
    border-radius: 0;
    padding: 20px 10px;
    font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
    box-shadow: none;
    border-color: #a2cce3;
}

.blog .blog-comments .reply-form textarea {
    border-radius: 0;
    padding: 10px 10px;
    font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: #a2cce3;
}

.blog .blog-comments .reply-form .form-group {
    margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
    border-radius: 0;
    padding: 10px 20px;
    border: 0;
    background-color: #32627b;
}

.blog .blog-comments .reply-form .btn-primary:hover {
    background-color: #68A4C4;
}

.blog .blog-pagination {
    color: #7b9bab;
}

.blog .blog-pagination ul {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.blog .blog-pagination li {
    border: 1px solid white;
    margin: 0 5px;
    transition: 0.3s;
}

.blog .blog-pagination li.active {
    background: white;
}

.blog .blog-pagination li a {
    color: #aaaaaa;
    padding: 7px 16px;
    display: inline-block;
}

.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
    background: #68A4C4;
    border: 1px solid #68A4C4;
}

.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
    color: #fff;
}

.blog .blog-pagination li.disabled {
    background: #fff;
    border: 1px solid white;
}

.blog .blog-pagination li.disabled i {
    color: #f1f1f1;
    padding: 10px 16px;
    display: inline-block;
}

.blog .sidebar {
    padding: 30px;
    margin: 0 0 60px 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    color: #32627b;
    position: relative;
}

.blog .sidebar .sidebar-item {
    margin-bottom: 5px;
}

.blog .sidebar .search-form form {
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px 10px;
    position: relative;
}

.blog .sidebar .search-form form input[type="text"] {
    border: 0;
    padding: 4px;
    width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: #32627b;
    color: #fff;
    transition: 0.3s;
}

.blog .sidebar .search-form form button:hover {
    background: #68A4C4;
}

.blog .sidebar .categories ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .categories ul li + li {
    padding-top: 10px;
}

.blog .sidebar .categories ul a {
    color: #3f8db5;
}

.blog .sidebar .categories ul a:hover {
    color: #68A4C4;
}

.blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: #bedae8;
    font-size: 14px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
    margin-top: 15px;
}

.blog .sidebar .recent-posts img {
    width: 80px;
    float: left;
}

.blog .sidebar .recent-posts h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
    color: #0d2735;
    transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
    color: #68A4C4;
}

.blog .sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    color: #72afce;
}

.blog .sidebar .tags {
    margin-bottom: -10px;
}

.blog .sidebar .tags ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .tags ul li {
    display: inline-block;
}

.blog .sidebar .tags ul a {
    color: #3f8db5;
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid #e4eff5;
    display: inline-block;
    transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
    color: #fff;
    border: 1px solid #32627b;
    background: #32627b;
}

.blog .sidebar .tags ul a span {
    padding-left: 5px;
    color: #bedae8;
    font-size: 14px;
}

/* Styles for Carousel */
/* Styles pour masquer les éléments non actifs */
#carousel-home .carousel-info {
    background-color: rgba(0, 21, 255, 0.53);
    padding: 80px;
    border-radius: 15px;
}

header.masthead .bandeaux-pages-home {
    background-size: cover; /* L'image remplit l'arrière-plan */
    background-position: center center; /* Centrage */
    background-attachment: scroll; /* Défilement normal pour éviter les problèmes */
}

@media (max-width: 768px) {
    header.masthead, .bandeaux-pages-home {
        background-attachment: scroll;
        background-size: cover;
    }
}

/* Masquer toutes les diapositives inactives */
#carousel-home .carousel-item {
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity 1s ease-in-out;
}

/* Afficher uniquement la diapositive active */
#carousel-home .carousel-item.active {
    display: block;
    opacity: 1;
    position: relative;
    animation: fadeSlideIn 1s ease-in-out;
}

/* Style du texte */
h4 {
    font-size: 1.5rem;
    color: #ffffff;
}

/* Style de l'image */
#carousel-home .image-carousel {
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    max-height: 450px;
}

#carousel-home .carousel-box-img {
    margin-left: -60px;
}


/* Ajustements responsive pour mobile */
@media (max-width: 768px) {
    #carousel-home .carousel-item .col-lg-6 {
        text-align: center;
    }

    #carousel-home .carousel-box-img {
        display: none !important;
    }

    .image-carousel {
        border-radius: 15px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        height: auto;
        width: 375px;
        margin-left: auto;
        margin-right: auto;
    }

    #carousel-home .carousel-info {
        background-color: rgba(0, 21, 255, 0.53);
        padding: 20px;
        border-radius: 15px;
        margin-left: 20px;
    }
}

/* Animation de fondu et glissement */
@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateY(20px); /* Glissement depuis le bas */
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.bandeaux-pages-home {
    background-size: cover;
    background-blend-mode: overlay;
    background-attachment: fixed;
}

.table-activity {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}

/*----------INSCRIPTIONS-----------*/
.clear {
    clear: both;
}

.wrapper {
    width: 800px;
    margin: 0 auto;
    padding: 0 10px
}

#activity {
    background-color: #efefef;
}

#activity article {
    width: 100%;
    height: 340px;
    float: left;
    border-radius: 8px;
}

#activity article:first-child {
    margin-right: 20px;
}

.overlay {
    background: rgba(255, 255, 255, 0.80);
    height: 100%;
    width: 350px;
    padding: 20px;
    border-radius: 8px 0 0 8px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

#activity h4 {
    border-bottom: 1px solid #cda9a9;
    padding-bottom: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center
}

#activity small {
    font-size: 13px;
    font-style: italic;
}

#activity p {
    text-align: center;
    margin-bottom: 20px;
    font-style: italic;
}

/*----------Gallery--------*/

#gallery .image-carousel-gallery {
    width: 100%;
    max-height: 700px;
    object-fit: cover; /* Pour que l'image remplisse le conteneur tout en gardant ses proportions */
    object-position: center; /* Centrer l'image si elle est recadrée */
    display: block; /* Supprime tout espace blanc autour de l'image */
}

#gallery .image-gallery {
    width: 100%;
    height: 300px; /* Fixez une hauteur spécifique pour l'image. Ajustez selon vos besoins */
    object-fit: cover; /* L'image va couvrir toute la zone sans déformation */
    object-position: center; /* Centre l'image si elle est recadrée */
    display: block; /* Enlève les marges ou espaces par défaut autour de l'image */
    border-radius: 8px 8px 0 0;
}

.card-gallery {
    padding: 0; /* Enlève tout le padding pour que l'image occupe tout l'espace */
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact .info {
    width: 100%;
    background: #fff;
}

.contact .info i {
    font-size: 20px;
    color: #1d2945;
    float: left;
    width: 50px;
    height: 50px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #1d2945;
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #1d2945;
}

.contact .info .email, .contact .info .phone {
    margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
    background: #87a5c4;
    color: #fff;
    margin-bottom: 20px;
}

.border-title-team,
.border-title-medias,
.border-title {
    margin: 0 auto 20px auto;
    border-bottom: 1px solid grey;
    padding: 20px;
}

.border-title-medias {
    width: 400px;
}

#gallery a {
    color: black !important;
}

.border-title {
    width: 300px;
}

.border-title-team {
    width: 500px;
}

/*--------------------------------------------------------------
# Messagerie
--------------------------------------------------------------*/

.messagerie-message-block {
    border: solid 1px #a4b0bb;
    padding: 15px;
    border-radius: 5px;
}

.texte-messagerie {
    font-size: 15px;
}

.messagerie-message {
    border: solid 1px #a4b0bb;
    padding: 15px;
    border-radius: 5px;
    background-color: #ffffff;
}

/*--------------------------------------------------------------
# Liste convocation AG
--------------------------------------------------------------*/

/* Styles spécifiques à l'impression */
@media print {
    /* Masquer tout ce qui n'est pas utile */
    #liste-convocation-ag .btn, .navbar, .footer, .hidden-print, form, hr {
        display: none !important;
    }

    /* Rendre le tableau lisible sur papier */
    #liste-convocation-ag table {
        border-collapse: collapse;
        width: 100%;
        font-size: 12px;
    }

    #liste-convocation-ag th, td {
        border: 1px solid #000;
        padding: 6px;
    }

    #liste-convocation-ag th {
        background-color: #eee !important;
    }

    /* Supprimer les marges inutiles à l'impression */
    #liste-convocation-ag body {
        margin: 1cm;
    }

    /* Supprimer les couleurs d’arrière-plan */
    #liste-convocation-ag * {
        color: #000 !important;
        background: white !important;
    }
}


/* card add en edit */

.param-add-row {
    max-width: 1000px;
    min-width: 300px;
    margin-right: auto;
    margin-left: auto;
}

.bg-card-add {
    color: #0e616e !important;
    background: darkgrey !important;
    border: 1px #0e616e !important;
}

.param-card-edit-add {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    min-width: 600px;
}

.height-row-case {
    min-height: 400px;
}

.title-card-edit-add {
    top: -60px;
    right: 0;
    min-width: 300px;
    max-width: 500px;
    position: relative;
    background: #0e616e !important;
    color: white;
    border-radius: 5px;
    padding: 16px;
}

.row-card-account-adherent {
    margin: 10px

}

/* ------- card dashboard ------ */

#activity-dashboard .param-activités {
    border: solid 1px grey;
    border-radius: 5px;
    background: darkgrey;
    padding: 0 15px 15px 15px;
    width: 95%;
    box-shadow: 2px 2px 2px 1px rgba(124, 124, 212, 0.2);
    height: 350px;
}

.bg-grey-light {
    background-color: rgb(62, 177, 194) !important;
    color: white !important;
}

.bg-grey {
    background: #0e616e !important;
    color: white !important;
    border-radius: 3px;
}

#activity-dashboard .param-config {
    position: relative;
    right: 0;
    background-color: rgb(62, 177, 194);
    border-radius: 5px;
    padding: 5px;
    top: -25px;
    max-width: 450px;
    text-align: center;
}

.image-article {
    width: 500px;
    border-radius: 5px;
}

@media (max-width: 1200px) {
    .param-config {
        width: 80%;
    }

    .image-param-bandeau {
        width: 80px !important;
    }

    .row-card-account-adherent {
        margin-top: 30px !important;
    }
}

.image-param-bandeau {
    height: 100px !important;
}

#footer a:hover {
    color: yellow !important;
}

.btn-outline-primary {
    background-color: #0e616e !important;
    color: #ece2e2 !important;
}

.btn-outline-primary:hover {
    background-color: #08424b !important;
    color: white !important;
}

.btn-outline-primary-light {
    background-color: grey !important;
    color: #ece2e2 !important;
    border-color: white !important;
}

.btn-outline-primary-light:hover {
    background-color: #08424b !important;
    color: white !important;
}

#input-messagerie input {
    background-color: #76a7af !important;
}

#input-messagerie label {
    color: #76a7af !important;
}

#input-messagerie-reponse label {
    color: #ffffff !important;
}

#a-messagerie a {
    color: #a9c6cb !important;
}

@media (max-width: 700px) {
    /* new */
    .title-card-edit-add {
        top: -55px;
        right: 10px;
        margin-top: 20px;
        max-width: 300px;
    }

    .height-row-case {
        max-width: 400px;
    }

    .param-config {
        width: 80%;
    }

    .image-article {
        width: 300px;
        border-radius: 5px;
    }

    #suivi-adherent .param-activités {
        max-width: 365px !important;
        margin-left: 0 !important;
        margin-right: auto !important;
    }
}








