@import url('https://fonts.googleapis.com/css2?family=Anton+SC&family=Jost:wght@300&display=swap');

body {
    font-family: "Jost", sans-serif;
}
/* --- BANNER CLEAN --- */

#banner {
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent !important;
    position: relative;
    z-index: 1;
}

.banner-wrapper {
    width: 100%;
    height: auto !important;
    overflow: visible !important;
    display: block;
}

.banner-image {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: center !important;
    display: block !important;
    margin: 0 auto !important;
}

.banner-text {
    text-align: center;
    padding: 20px 10px;
    position: relative;
    z-index: 10;
    color: #08466f;
    font-family: "Anton SC", sans-serif;
    font-size: 48px;
}

.banner-text p {
    font-size: 24px;
    margin-top: 10px;
}

/* Neutralisation du thème */
.content-banner,
.header-banner,
.hero,
.page-header {
    background: transparent !important;
    position: static !important;
    height: auto !important;
    min-height: auto !important;
    z-index: 0 !important;
}
.btn-banner {
    background: #09b7cf;
    padding: 0px 30px;
    display: inline-block;
    border-radius: 35px;
    font-family: 'Jost';
    font-weight: 700;
    border: 1px solid transparent;
}

.btn-banner a {
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    display: block;
    color: #fff;
    letter-spacing: 1px;
}

.btn-banner:hover,
.btn-banner.btn-run:hover {
    border: 1px solid #09b7cf;
    background: #fff;
    color: #09b7cf !important;
}

.btn-banner:hover a {
    color: #09b7cf !important;
}

.btn-banner.btn-run {
    background: #09b7cf;
    padding: 0 40px;
    margin-top: 15px;
}

.btn-banner.btn-run a {
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
}
.row-parcours .row:nth-child(odd) .content-section {margin-left: 50px;}
.row-parcours .row:nth-child(even) .content-section {margin-right: 50px;}

h2.section-heading {
    font-weight: bold;
    color: #08466f;
    font-size: 42px;
    padding-bottom: 20px;
    text-align:center;
}

section#les-courses {padding: 70px 0 20px;}

.bg-circle {
    height: 150px;
    width: 150px;
    background: #08466f;
    margin: 0 auto;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.bloc-parcours span {
    color: #fff;
    font-size: 32px;
}

.bg-circle:after {
    position: absolute;
    content: '';
    width: 130px;
    height: 130px;
    border: 1px solid #fff;
    border-radius: 100%;
}

.container-fluid p {
    font-size: 17px;
    line-height: 30px;
    text-align: justify;
    text-align-last: center;
}

.row-parcours h2.section-heading {
    text-align: left;
}

.container-fluid .row-parcours p {
    text-align: left;
    text-align-last:left;
}

.content-flex {
    padding: 50px 0;
    display: flex;
    align-items: center;
}

.content-flex img {
    max-height: 450px;
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 0;
}
.accordion-faq .accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion-faq .accordion-item-body-content p,
.accordion-faq .accordion-item-body-content li {
    padding: 0 0 0 20px;
    margin: 20px 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #3F3C38;
    text-align: left;
}
.img-galerie {
    width: 100%;
    height: 240px;
    margin-bottom: 30px;
}

.img-galerie img {
    height: 100%;
    width:100%;
    object-fit: cover;
}

#historique {padding: 70px 0;}
.galerie {padding: 30px 0;}
.nom-equipe {
    font-weight: bold;
    color: #000;
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
}

.bloc-equipe {
    height: 400px;
    border: 1px solid #ccc;
    margin-bottom: 30px;
}

.bloc-equipe p {
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    color: #000;
    padding: 0 10px;
}
#contact .flex {
    align-items: center;
    justify-content: center;
    height: 100%;
    display: flex;
}

.row-maps {margin-bottom: 70px;}

.flex-contact {
    display: inline-flex;
    width: 100%;
    margin: 50px auto 20px;
}

.row-coord {
    width: 25%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

.info-coord {
    line-height: 24px;
    font-size: 13px;
    display: flex;
    align-items:center;
    gap:15px;
}
footer {
    background: #fff;
    border-top: 1px solid #ebebeb;
}

.footer {
    padding: 20px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

p.copyright {
    text-align: center;
    font-size: 13px;
    color: #000;
    margin: auto;
}
@media screen and (max-width: 1024px) {
    h2.section-heading {font-size: 26px;}
}
/* Contact coordinates — stack vertically on tablet/mobile so the
   4 columns don't squeeze and overlap */
@media screen and (max-width: 991px) {
    .flex-contact {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }
    .row-coord {
        width: 100%;
        margin: 0 auto;
    }
    .info-coord {
        justify-content: center;
        text-align: left;
    }
}

@media screen and (max-width: 991px) {
    .content-flex {flex-direction: column;}
    .content-flex .col-md-6 {width: 100%;}
}

@media screen and (max-width: 600px) {
    .banner-text {font-size: 32px;}
    .banner-text p {font-size: 20px;}
}
