body {
    padding-top: 60px;

    /* Ajustez cette valeur en fonction de la hauteur de votre barre de navigation */
}

/*
.infofooter {
    background: linear-gradient(90deg, rgb(0, 196, 214) 0%, rgb(0, 116, 170) 100%);
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
    height: 160px;
    position: relative;
    z-index: 1;
    opacity: 1;

}

.infofooter::before {

    background-image: url('https://www.mvnuart.com/projets/bebe7/img/pattern.svg');

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

*/
.enfant-image {
    flex: 0 0 auto;
    /* Pour éviter que l'image ne prenne toute la largeur */
    width: 100px;
    /* ou toute autre valeur selon vos besoins */
    height: 100px;
    /* ou toute autre valeur selon vos besoins */
    /* Ajustez la taille de l'image selon vos besoins */
}

.enfant-info {
    flex: 1;
    text-align: left;
    color: white;
    /* Pour occuper tout l'espace restant */
}

.with-border {
    border: 4px solid white;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    /* Change the values according to your preference */
}

.enfant-info h2 {
    color: white;
    font-size: 26px;

    /* Changer la couleur du prénom en blanc */
}


.infofooter {
    /* Styles pour la première div */
    position: relative;
    transition: height 0.3s;
    /* Transition fluide de la hauteur */
}

.infofooter.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: -200px;
    /* Définissez la hauteur souhaitée */
    z-index: 999;
    /* Assurez-vous que la div reste au-dessus du contenu */
}



.vertical-center {
    display: flex;
    align-items: center;
}

.navbar {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.145);
    /* Modifiez ces valeurs selon vos préférences */
}


/*
.flex {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* /////////////////////// AJOUT.PHP //////////////////////// */

.vh {
    height: 80vh;
    padding: 10px;
}

.ajoutdiv {
    position: relative;
    background: linear-gradient(90deg, rgb(0, 196, 214) 0%, rgb(0, 116, 170) 100%);
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    height: auto;
}

.ajoutdiv::before {
    content: "";
    background-image: url('https://www.mvnuart.com/projets/bebe7/img/pattern.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


.ajoutdiv2 {
    position: relative;
    background: linear-gradient(90deg, rgb(0, 196, 214) 0%, rgb(0, 116, 170) 100%);
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    height: auto;
}

.ajoutdiv2::before {
    content: "";
    background-image: url('https://www.mvnuart.com/projets/bebe7/img/pattern.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.Cocogoose {
    font-family: 'Cocogoose Pro Bold', sans-serif;
}




.custom-select-container {
    position: relative;
    width: 200px;
}

.custom-select {
    position: relative;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.custom-select-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
    width: auto;
    /* Remplacer la largeur fixe par une largeur automatique */
}

.custom-options {

    /* Ajoute un espace de 5 pixels en bas de chaque option */

    display: none;
    flex-direction: column;
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
}

.custom-options {
    line-height: 3;
    /* Réglez cette valeur selon l'espacement vertical souhaité */

    display: none;
    flex-direction: column;
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    /* Définir la largeur sur 100% */
    z-index: 10;
}

.form-container {
    position: relative;
    /* Assurez-vous que .form-container a une position relative */
}

.custom-option img {
    margin-right: 8px;
}

.custom-option:hover {
    background: #f0f0f0;
}

.custom-select.open .custom-options {
    display: flex;
}

.arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
}

.form-group-inline {
    display: flex;
    align-items: center;
    gap: 10px;

}



.flex-container {
    display: flex;
    align-items: center;
}

.custom-option .option-content {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.custom-option .option-content img {
    margin-right: 5px;
    /* Ajustez cette marge selon vos besoins */
}

#heure {
    width: 100px;
}

/* /////////////////////// AJOUT.PHP //////////////////////// */
@font-face {
    font-family: 'Cocogoose Pro Bold';
    src: url('Cocogoose-Pro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


.Cocogoose {
    font-family: 'Cocogoose Pro Bold', sans-serif;
}

.infofooter {
    background: linear-gradient(90deg, rgb(0, 196, 214) 0%, rgb(0, 116, 170) 100%);
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
    height: 160px;
    position: relative;
    z-index: 1;
}

.infofooter::before {
    content: "";
    background: url('./img/pattern.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}




.enfant-image {
    flex: 0 0 auto;
    /* Pour éviter que l'image ne prenne toute la largeur */
    width: 100px;
    /* ou toute autre valeur selon vos besoins */
    height: 100px;
    /* ou toute autre valeur selon vos besoins */
    /* Ajustez la taille de l'image selon vos besoins */
}

.enfant-info {
    flex: 1;
    text-align: left;
    color: white;
    /* Pour occuper tout l'espace restant */
}

.with-border {
    border: 4px solid white;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    /* Change the values according to your preference */
}

.boxshadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    /* Change the values according to your preference */
}

.enfant-info h2 {
    color: white;
    /* Changer la couleur du prénom en blanc */
}


.enfant2-image {
    flex: 0 0 auto;
    /* Pour éviter que l'image ne prenne toute la largeur */
    width: 100px;
    /* ou toute autre valeur selon vos besoins */
    height: 100px;
    /* ou toute autre valeur selon vos besoins */
    /* Ajustez la taille de l'image selon vos besoins */
}

.enfant2-info {
    flex: 1;
    text-align: left;
    color: black;
    /* Pour occuper tout l'espace restant */
}

.enfant {
    height: auto;
    padding: 0px;
}

.with-border1 {
    border: 4px solid rgb(1, 174, 222);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    /* Change the values according to your preference */
}

.enfant-info h2 {
    color: white;
    font-size: 26px;

    /* Changer la couleur du prénom en blanc */
}



/* /////////////////////// FOOTER //////////////////////// */
.footer {
    background-color: #EBA16C;
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;

    color: white;
    opacity: 1;
    position: relative;
    z-index: 1;

    transition: height 0.6s ease;
    /* Transition for height change */
}


.footer::before {
    content: "";
    background-image: url('https://www.mvnuart.com/projets/bebe7/img/pattern.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}