body {
    background-image: url("/images/bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; 
}
h1 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; /* Épaisseur de la police (bold) */
    font-size: 36px; /* Taille du texte */
    color: #feb327; /* Couleur du texte */
  }

h3 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; /* Épaisseur de la police (bold) */
    font-size: 25px; /* Taille du texte */
    color: #feb327; /* Couleur du texte */
  }

#nombreClientPresent{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; /* Épaisseur de la police (bold) */
    font-size: 20px; /* Taille du texte */
    color: #feb327; /* Couleur du texte */
}
.card {
    padding: 30px 40px;
    margin-top: 60px;
    margin-bottom: 60px;
    border: none !important;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2)
}

.blue-text {
    color: #00BCD4
}

.form-control-label {
    margin-bottom: 0
}

input,
textarea,
button {
    padding: 8px 15px;
    border-radius: 5px !important;
    margin: 5px 0px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 18px !important;
    font-weight: 300
}

input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #00BCD4;
    outline-width: 0;
    font-weight: 400
}

.btn-block {
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: 400;
    height: 43px;
    cursor: pointer
}

.btn-block:hover {
    color: #fff !important
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}
#boutonRetour{
    text-align: center;
}
#retour{
    align-items: center;
}