/* Gestion du css personnalisé*/

/* Gestion du css pour option formulaire particulier de type Présentation/Formation (seulement por CII)*/
/* ------ */
.titreNiv2 {font-size: 20px;color: black!important; }  
.titreNiv3 {font-size: 18px!important;color: var(--couleur-labels)!important;}
.margin-top-oblig {margin-top: 20px;text-align: center; }

.bloc-chp-perso-info-cii-form {display:flex;flex-direction:column;margin-bottom: 5px;}
.wrapper .bloc-chp-perso-info-cii-form {width: 41.9% !important;}
.wrapper .label-perso-cii-form {width: 58.1% !important;}
.col-offset-cii-form { margin-left: 25%!important;}

/* Ajout pour le formulaire St palais sur mer */

.cadre-txt-rappel {display: none!important;}

#div-am_mail1 >.form-group:before{
    content: "Pour les alertes courriel :";
    margin-top: 0.5em;
  margin-bottom: 0.4em;
  padding-left: 0%;
  color: var(--couleur-pagesniv3-titres);
  font-weight: bold;
  font-size: 1.2em;
  display:block;
  text-align: start;
  margin-left: 25%;
}

/* Ajout pour le formulaire St palais sur mer */
#txt-rappel {display:none !important}
#txt-rappel-numappel {display:none !important}

@media screen and (max-width:992px){
    .col-offset-cii-form { margin-left: 22%!important;}
}

@media screen and (max-width:767px){
    .col-offset-cii-form { margin-left: 5%!important;}
    .wrapper .bloc-chp-perso-info-cii-form {width: 50% !important;}
    .wrapper .label-perso-cii-form {width: 50% !important;}
    /* Ajout pour le formulaire St palais sur mer */
    #div-am_mail1 >.form-group:before{margin-left: 0% !important;}
}

@media screen and (max-width:670px){
    .col-offset-cii-form { margin-left: 0%!important;}
}
@media screen and (max-width:500px){
    .wrapper .bloc-chp-perso-info-cii-form{width: 100% !important;}
    .wrapper .label-perso-cii-form {width: 100% !important;}
}
/* ------ */