.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;
}