.div-radio {
	display: block;
	margin-bottom: 6px;
}
.btnbleu.droite{
	position: absolute;
	left: 10px;
	bottom: 10px;
}
.btn_droite{
	position:absolute;
	left: 10px;
	bottom: 10px;
}
.champ_form label{
	padding: 0 5px;
}
.block_form{
	padding: 20px;
    padding-bottom: 50px !important;
    display: block;
    width: 95%;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
}
#affichage_module{
	margin-top: -15px;
}
/* Overlay général Shadowbox (si besoin de renforcer le fond) */
.sb-overlay {
    background: rgba(0, 0, 0, 0.6) !important;
}

/* Conteneur principal de la modale MyPSH */
.modal-mypsh-container {
    max-width: 520px;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #1b1b1b;
}

/* Titre */
.modal-mypsh-title {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 600;
    color: #015174;
}

/* Texte principal */
.modal-mypsh-text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 12px;
}

/* Liste des bénéfices */
.modal-mypsh-list {
    font-size: 14px;
    margin: 0 0 16px 18px;
    padding: 0;
}

.modal-mypsh-list li {
    margin-bottom: 6px;
}

/* Encadré 'Comment migrer ?' */
.modal-mypsh-box {
    border-radius: 4px;
    background: #f7f9fb;
    padding: 12px 16px;
    margin: 18px 0;
    font-size: 13px;
    border-left: 4px solid #015174;
}

/* Pied de modale – boutons */
.modal-mypsh-footer {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-top: 20px;
}

/* Bouton secondaire (Plus tard) */
.modal-mypsh-btn-secondary {
    padding: 10px 18px;
    border-radius: 4px;
    border: 1px solid #c4c4c4;
    background: #ffffff;
    color: #333333;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap;
}

/* Bouton principal (Passer sur MyPSH) */
.modal-mypsh-btn-primary {
    padding: 10px 18px;
    border-radius: 4px;
    border: none;
    background: #015174;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    width: 100%;
}

.modal-mypsh-btn-primary:hover {
    background: #026997;
}
.modal-mypsh-header{
    background: #015174;          /* bleu */
    padding: 22px;
}
.modal-mypsh-title{
    color: #ffffff;               /* titre en blanc */
    margin: 0;
    font-size: 20px;
}
.modal-mypsh-text-container{
    padding: 26px;
}