.navbar-brand {
    font-family: Copperplate, Papyrus, fantasy;
}

.img-accueil {
    position: relative;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.title {
    color: white;
    font-size: 10vw;
    font-family: Copperplate, Papyrus, fantasy;
}

.img-card {
    display: block;
    width: 70%;
    margin: auto;
    border-radius: 50%;
    margin-top: 30px;
}

.card {
    background-color: white;
    border: solid 1px white;
    border-radius: 0;
    box-shadow: 0px 0px 20px grey;
    margin: 0px 20px;
}

.align-end {
    position: absolute;
    right: 30px;
}

.form-check {
    margin-left: 1.5rem;
}

.form-check-label {
    color: white;
}

.form-check-input:checked {
    background: white;
    border: solid 4px rgb(52, 58, 64);
}





.image-ovale {
    width: 200px;       /* Largeur de l'image */
    height: 200px;      /* Hauteur différente pour créer l'ovale */
    border-radius: 50%; /* Arrondit les angles pour faire la forme */
    object-fit: cover;  /* Empêche l'image de se déformer/s'écraser */
}

.image-arrondie {
    width: 100px;       /* Largeur de l'image */
    height: 100px;      /* Hauteur différente pour créer l'ovale */
    border-radius: 25%; /* Arrondit les angles pour faire la forme */
    object-fit: cover;  /* Empêche l'image de se déformer/s'écraser */
}

/* @media (max-width: 992px) {
    #salon .vr {
        visibility: hidden;
        height: 10px;
    }

    #salon hr {
        visibility: visible;
    }
}

@media (min-width: 992px) {
    #salon hr {
        visibility: hidden;
    }

    #salon .vr {
        height: 700px;
        width: 2px;
        visibility: visible;
    }
} */