.not-bold{
    font-weight: normal !important;
}

.remove-file{
    border: none;
    background-color: transparent;
}

.login-card-body .input-group-text{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.nav-active a{
    color: #ca0018 !important;
}
.news-date{
    color: #17a2b8!important;
    font-weight: bold;
}
.news-objet{
    color: black !important;
}
.news-desti{
    color: #28a745!important;
}

#adherent_adherent label{
    padding-left: 5px;
    font-weight: normal !important;
}

#adherent_adherent_1{
    margin-left: 15px;
}

#adherent_licencie label{
    padding-left: 5px;
    font-weight: normal !important;
}

#adherent_licencie_1{
    margin-left: 15px;
}
/*HOME*/

@font-face {
    font-family: 'MaPolice';
    src: url('../font/hemi-head-426.bold-italic.otf') format('woff2'),
    url('../font/hemi-head-426.bold-italic.otf') format('woff');
    font-weight: normal;
    font-style: normal;
}
.body{
    width: 100vw !important;
    height: 100dvh !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    background-color: #303030 !important;
}

.accordion .card-body{
    color: black !important;
}
.body .navbar{
    background-color: #1c1b1b!important;
    flex: 0 0 auto !important;

}
.body .navbar a{
    font-family: 'MaPolice', sans-serif !important;
    font-size: 25px !important;
    text-transform: uppercase !important;
}

.body .nav-link:hover{
    color: #ca0018 !important;
}
.img-actu{
    width: 500px !important;
}
@media screen and (max-width: 520px) {
    .img-actu{
        width: 90% !important;
    }
}
.btn-actu{
    color: white;
    font-family: 'MaPolice', sans-serif !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    background-color: black !important;
    letter-spacing: 1px;
}
.btn-actu:hover{
    color: #ca0018 !important;
}

.pagination{
    font-family: 'MaPolice', sans-serif !important;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: black !important;
    border-color: white !important;
    font-family: 'MaPolice', sans-serif !important;
}
.page-link {
    color:black !important;
    font-family: 'MaPolice', sans-serif !important;
}
.body .content{
    flex: 7;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: #f4f4f4;
}

.body .content-page{
    flex: 7;
    display: flex;
    background-color: #303030;
    color: white;
}

/*FOOTER*/

.body .footer {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: #1c1b1b!important;
    color: white;
}

.box {
    flex: 1;
    padding: 40px;
    position: relative;
    text-align: center;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.2s linear;
}

@media screen and (max-width: 769px) {
    .body .footer{
        gap: 10px;
    }
    .box {
        padding: 10px;
        width: 95%;
    }
}


.box:hover{
    background-color: white !important;
    color: black;
    transition: all 0.2s linear;
}



/* Couleurs */
.box1 {  background-color: #ca0018 !important; font-family: 'MaPolice', sans-serif !important; text-transform: uppercase;}
.box2 {  background-color: #ca0018 !important; font-family: 'MaPolice', sans-serif !important; text-transform: uppercase;}
.box3 {  background-color: #ca0018 !important; font-family: 'MaPolice', sans-serif !important; text-transform: uppercase;}

/* Séparateurs diagonaux */
.box1 {
    clip-path: polygon(0 0, 99% 0, 91% 100%, 0% 100%);
}

.box2 {
    clip-path: polygon(9% 0, 98% 0, 91% 100%, 0 110%);
}

.box3 {
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 110%);
}

/* Responsive */
@media (max-width: 768px) {
    .footer {
        flex-direction: column;
    }
    .box {
        clip-path: none; /* Supprime les séparateurs diagonaux en mobile */
    }
}

.title {
    position: absolute;
    top: 15%;
    right: 50%;
    transform: translate(50%, 50%);
    padding: 10px 20px;
    border-radius: 5px;
    text-align: right;
    font-family: 'MaPolice', sans-serif !important;
    text-transform: uppercase;
}

.title h1{
    font-size: 4vw !important;
    text-decoration: none !important;
}
@media screen and (max-width: 1342px) {
    .title h1{
        font-size: 60px !important;
        text-decoration: none !important;
    }
    .title {
        width: 100%;
        text-align: center;
        top: 7%;
    }
}

@media screen and (max-width: 762px) {
    .title h1{
        font-size: 45px !important;
        text-decoration: none !important;
    }
    .title {
        width: 100%;
        text-align: center;
        top: 3%;
    }
}


@media screen and (max-width: 472px) {
    .title h1{
        font-size: 45px !important;
        text-decoration: none !important;
    }
    .title {
        width: 100%;
        text-align: center;
        top: -10%;
    }
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.anim-boite{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    /* border: 10px solid white; */
    transition: all 0.1s linear;
}

/*.anim-boite:hover{*/
/*    border: 10px solid white;*/
/*    transition: all 0.1s linear;*/
/*}*/

.contact{
    justify-content: center;
    display: flex;
    align-items: center;
    flex:7;
}
.contact .bg-contact{
    background-color: #1c1b1b;
    padding: 15px;
    width: 70%;
    height: fit-content;
}
@media screen and (max-width: 950px) {
    .contact .bg-contact{
        width: 95%;
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

.page-actu .card-body{
    color: black !important;
}

.page-actu .card-body h5{
    font-family: 'MaPolice', sans-serif !important;
    text-transform: uppercase;
}
.page-actu .card{
    overflow: hidden;
}

.page-actu img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.color-p a{
    color: #ca0018 !important;
}
.color-p a:hover{
    text-decoration: underline;
}
.img-actu{
    object-position: left center;
    max-height: 400px !important;
    object-fit: contain !important;
}


.contact h1{
    color: white;
    font-family: 'MaPolice', sans-serif !important;
    text-transform: uppercase;
}

.contact label{
    color: white;
    font-family: 'MaPolice', sans-serif !important;
    text-transform: uppercase;
}

#contact_submit{
    color: white;
    font-family: 'MaPolice', sans-serif !important;
    text-transform: uppercase !important;
    border: 1px solid white !important;
    border-radius: 0 !important;
    background-color: transparent !important;
}

#contact_submit:hover{
    background-color: white !important;
    color: black;
}
.color-red{
    color: #ca0018 !important;
}
.alert{
    color: white !important;
}
.admin-bigour{
    font-family: 'MaPolice', sans-serif !important;
    text-align: center !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
}
.login-logo{
    font-family: 'MaPolice', sans-serif !important;
}

.accordion .card {
    border: none;
    border-radius: 5px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.accordion .card-header {
    background-color: #f8f9fa;
    border: none;
    padding: 0;
}

.accordion .card-header a {
    display: block;
    padding: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    transition: background-color 0.3s, color 0.3s;
    border-radius: 5px;
}
.body h1 {
    text-decoration: underline;
    text-decoration-color: red;
    text-decoration-thickness: 3px; /* Ajuste l'épaisseur du soulignement */
}
.accordion .card-header a:hover,
.accordion .card-header a:focus {
    background-color: #007bff;
    color: white;
}

.accordion .card-body {
    border-top: 1px solid #ddd;
}


.accordion .card-header a{
    background-color: white !important;
    color: black !important;
    border-radius: 0 !important;
    font-family: 'MaPolice', sans-serif !important;
    letter-spacing: 1px;
}
.accordion .card-header a:hover{
    background-color: #ca0018 !important;
    color: white !important;
}
@media screen and (max-width: 450px) {
    #loader {
        height: 70vh;
    }
}

.accordion .card-body a{
    color: #ca0018 !important;
    text-decoration: underline;
}
.accordion .card-body a:hover{
    color: black !important;
    text-decoration: underline;
}

.title-page{
    font-family: 'MaPolice', sans-serif !important;
    text-transform: uppercase;
}
@media screen and (max-width: 450px) {
    .body{
        overflow: auto !important;
        overflow-x: hidden !important;
    }
    .title-page{
        font-size: 28px;
    }
    .body h2 {
        font-size: 18px;
    }
    .accordion h5{
        font-size: 16px;
    }
    .bureaux{
        text-align: center;
        margin-bottom: 15px;
    }
    p{
        text-align: justify !important;
    }
    .title p{
        text-align: center !important;
    }
    .btn-actu{
        font-size: 13px !important;
    }
}

.page-club{
    display: flex;
    flex-direction: column;
}
.card-bureaux img{
    width: 200px;
}

.card-bureaux{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.body-club{
    overflow: auto !important;
    overflow-x: hidden !important;
}
.body-faq{
    overflow: auto !important;
    overflow-x: hidden !important;
}
.body-actu{
    overflow: auto !important;
    overflow-x: hidden !important;
}

.body-classement{
    overflow: auto !important;
    overflow-x: hidden !important;
}
.calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    text-align: center;
}
.day {
    padding: 10px;
    border: 1px solid #ddd;
    cursor: pointer;
    transition: 0.2s;
}
.day.friday {
    background-color: #ca0018;
    color: white;
}
.day.selected {
    background-color: white;
    color: black;
}