.infosTitre {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
}

.calendar {
    width: 1.875rem;
    height: 1.875rem;
}

.infos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 9.375rem;
    padding: 1.25rem;
    border-radius: 0.625rem;
    background-color: rgba(34, 34, 34, 0.06);
    border-left: 0.25rem solid var(--color-secondary);
    gap: 0.625rem;
}

.ligne {
    display: flex;
    flex-flow: row wrap;
}

.check {
    display: flex;
    flex-flow: row wrap;
    gap: 3.125rem;
    justify-content: flex-start;
}

.checkEnfant {
    padding: 0.313rem;
    border-radius: 0.625rem;
    border: 1px solid var(--color-primary) !important;
}

.tl {
    font-weight: bold;
    color: var(--color-primary);
}

/* On redimantionne les images du descriptif */
.enfant {
    position: relative;
    max-width: 100%;
}

/* On cregle le textarea du formaulaire contact */
#descriptif {
    min-height: 9.375rem;
}

/* On regle les input de type radio */
#formulaire input[type=radio],
input[type=checkbox],
.radio-label {
    cursor: pointer;
}

/* On regle les btn */
.btn-lien {
    width: fit-content;
    height: fit-content;
    background: var(--color-primary);
    border: 0;
    padding: 8px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

/* Au survole de la souris sur le btn creer, on modifie la couleur du btn */
.btn-lien:hover {
    background: rgba(32, 86, 133, 0.8);
    color: #fff;
}

/* On regle l'info a droite du btn s'inscrire */
.infoAdh {
    margin-left: 40px;
    display: flex;
    flex-direction: column;
}

/* On affiche pour les smartphone et les tablettes les smarthone */
@media screen and (max-width: 991.98px) {

    /* On regle le padding gauch et droite */
    .infoPadding {
        padding-left: 0 !important;
        padding-right: 0 !important;

    }

    /* On regle la hauteur du main */
    .blocinfoPadding {
        padding-left: 0.625rem !important;
        padding-right: 0.625rem !important;
    }

    .tacktils {
        display: block;
    }

    .tacktils a {
        font-size: 16px !important;
        color: black !important;
        font-weight: bold !important;
    }

    .aligUrl {
        display: flex;
        flex-flow: row wrap;
        gap: 10px;
        align-items: center;
    }

    /* On regle la hauteur du main */
    .fixes {
        display: none;
    }

    /* On On affiche pour afficher le pdf */
    .pdfAff {
        display: block;
    }

    .iframPdf {
        width: 100%;
        height: 43.75rem;
    }
}

/* On raffiche pour les pc */
@media screen and (min-width: 992px) {

    /* On regle la hauteur du main */
    .pc {
        display: block;
    }

    .tacktils {
        display: none;
    }

    /* On regle la hauteur du main */
    .fixes {
        display: block;
    }

    /* On On affiche pour ne pas afficher le pdf */
    .pdfAff {
        display: none;
    }
}

/* On regle les input radio pourle chauffeur */
.radioChauffeur {
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-content: center;
}

.accordion-body {
    padding: 20px 25px !important;
}

@media screen and (min-width: 922px) {
    #blog .sidebar .recent-posts .post-item.mt-5 {
        margin-top: 0.625rem !important;
    }

    #blog .sidebar .recent-posts .post-item.mt-5:first-child {
        margin-top: 0 !important;
    }

    #blog .sidebar .recent-posts .post-item + .post-item {
        margin-top: 0.625rem;
    }

    #blog .sidebar .recent-posts .post-item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
        box-sizing: border-box;
    }

    #blog .sidebar .recent-posts .post-item > .card-sortie-link {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        max-width: 100%;
        padding: 0.75rem;
        color: inherit;
        text-decoration: none;
    }

    #blog .sidebar .recent-posts .post-item > .card-sortie-link .calendar {
        float: none !important;
        width: 1.875rem;
        height: 1.875rem;
        margin: 0 0 0.625rem 0;
        align-self: flex-start;
    }

    #blog .sidebar .recent-posts .post-item > .card-sortie-link > div {
        width: 100%;
        max-width: 100%;
        margin-left: 0 !important;
    }

    #blog .sidebar .recent-posts .post-item > .card-sortie-link h4 {
        margin: 0;
        margin-left: 0 !important;
        color: var(--color-default);
    }

    #blog .sidebar .recent-posts .post-item > .card-sortie-link time {
        display: block;
        width: 100%;
        margin-top: 0.25rem;
        margin-left: 0 !important;
        text-align: left;
        white-space: normal;
    }

    #blog .sidebar .recent-posts .post-item > .card-sortie-link:hover h4 {
        color: var(--color-primary);
    }
}

@media screen and (max-width: 991.98px) {
    .menuMobile-item {
        background-color: #ffffff;
        border: 1px solid #e8e8e8;
        border-radius: 12px;
        padding: 18px;
        margin-bottom: 15px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
        transition: box-shadow 0.2s ease, transform 0.2s ease;
    }

    .menuMobile-item:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        transform: translateY(-2px);
    }

    .menuMobile-item:last-child {
        margin-bottom: 0;
    }

    .post-item.item-centre {
        display: flex !important;
        align-items: center !important;
        gap: 16px;
    }

    .menuMobile-item .post-item.mt-5.item-centre {
        margin-top: 0 !important;
    }

    .menuMobile-item .calendar {
        background-color: #eaf1fb;
        border-radius: 10px;
        padding: 10px;
        width: 42px;
        height: 42px;
        flex-shrink: 0;
    }
    

    .menuMobile-item .infosTitre {
        font-size: 1.05rem;
        color: #1a1a1a;
    }

    .menuMobile-item time {
        display: block;
        margin-top: 4px;
        color: #6b7280;
        font-size: 0.9rem;
    }
}