body{
    font-size: 15px;
}

a:hover{
    color:rgb(155, 155, 155) !important;
}

.headerAppTop {
    min-height: 136px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: grid;
    justify-content: center; /* Centrage horizontal */
    align-items: center; /* Centrage vertical */
    height: 100px;
}

.headerAppPhoto {
    min-height: 265px;
    height: 245px;
}

.fa-star {
	color: gray;
	cursor: pointer;
	padding: 0.0625rem;
}

.fa-star.gold {
	color: #ffdc0f;
}

.rating {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.stars {
	display: inline-flex;
	justify-content: center;
	font-size: 3em;
}

	.stars:hover .fa-star {
		color: #ffdc0f;
	}

	.stars .fa-star:hover ~ .fa-star {
		color: gray;
	}

        .image-fullwidth {
            width: 100%;
            height: 245px;
            object-fit: cover;
        }

footer {
    position: fixed; /* Fixe le footer au bas de la page */
    left: 0; /* Aligné à gauche */
    bottom: 0; /* Aligné en bas */
    width: 100%; /* Largeur complète */
    padding: 10px;
    box-sizing: border-box; /* S'assure que le padding ne change pas la largeur */
    z-index: 100; /* S'assure que le footer reste au-dessus des autres éléments */
}

.service-button {
    background:  #202124;
    color: white; /* Couleur du texte */
    border: none; /* Pas de bordure */
    padding: 10px; /* Espacement interne */
    font-size: 16px; /* Taille de la police */
    font-weight: bold; /* Poids de la police */
    border-radius: 8px; /* Bordure arrondie */
    display: flex; /* Utilisation de Flexbox pour aligner le texte et l'image */
    justify-content: center; /* Centrage horizontal du contenu */
    /* align-items: center; */
    cursor: pointer; /* Change le curseur en pointeur */
    outline: none; /* Supprime le contour lors de la sélection */
    width: 100%;
    text-decoration: none;
    margin-top:15px;
    
}

/* Style pour les boutons */
.btnPoste {
    padding: 10px 20px;
    margin: 5px;
    border: 1px solid black;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 15px;
    text-align: center;
}

/* Style pour le bouton actif/sélectionné */
.btnPoste.active {
    background: #202124;
    color: #fff;
    border: none;
}


.separator {
            margin: 15px 0;
            border-top: 3px solid #000;
        }

.google-button{
        border: 1px solid #292929;
    color: #292929;
    /* border: none; */
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    outline: none;
    width: 100%;
    text-decoration: none;
    margin-top: 50px;
}

.clientTitle{
    font-size: 20px;
    font-weight: 500;
    margin-bottom:15px;
}

.code-client {
    font-size: 48px;
    font-weight: bold;
    background: black;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.code-client-red {
    font-size: 48px;
    font-weight: bold;
    background: rgb(174, 12, 12);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.code-label {
    margin: 5px 0px;
    font-size: 24px;
    color: grey;
}

.container {
    text-align: center;
    font-family: Arial, sans-serif;
    padding: 20px;
}

.cgu{
    color: rgb(143, 143, 143);
    font-size:15px;
    text-align: center;
    margin-top:5px;
}

.underline{
    text-decoration:underline;
}

#validateBtn-1{
    background-color: #202124;
} 


#validateBtn-1{
    background-color:grey;
} 

.service-button:enabled {
    background-color: #202124;
    color: white;
    cursor: pointer;
}

/* Bouton désactivé */
.service-button:disabled {
    background-color: grey;
    color: #fff; 
    cursor: not-allowed; 
    opacity: 0.6; 
}

/* Payment Page Styles */
#payment-element {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.text-muted {
    color: #6c757d !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.w-100 {
    width: 100% !important;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
