#container-page-formations
{
width:98%;
margin:0 auto;
margin-left:1%;
display:flex;
flex-wrap: wrap;	
}

.container-formations-box
{
width:13%;
height:100%;
margin-left:3%;
margin-top:20px;
text-align:center;
background-color:rgba(20, 78, 99, 0.2);
box-shadow: 0px 0px 5px 0px rgba(108,110,105,1);
-webkit-box-shadow: 0px 0px 5px 0px rgba(108,110,105,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(108,110,105,1);
}



.titre-theme-formations
{
width:100%;
font-size:16px;
margin-left:3%;
margin-top:2%;
text-decoration:underline;	

}


.titre-sousfamille-formations
{
width:100%;
font-size:14px;
margin-left:3%;
margin-top:2%;
text-decoration:underline;
color:dimgrey;
	
}



.vignettes-page-formations
{
width:100%;

}


.vignettes-page-formations-new
{
width:13%;  
position:absolute;
}

.titre-nom-page-formations
{
font-size:15px;
height:25px;

}	


.bouton-action-page-formations
{
background-color:black;
color:white;
margin-top:10px;
font-size:13px;
padding-top: 2px;
padding-bottom: 2px;
}

.bouton-action-page-formations-inscription
{
  background-color:black;
  color:white;
  margin-top:34px;
  font-size:13px;
  padding-top: 1px;
  padding-bottom: 1px; 
}


.bouton-action-page-formations-vide
{
height:40px;
}

/* .bouton-action-enregistrer
{
width:130px;
border:solid 1px black;
background-color:#5a8391;
padding:5px;
font-size:12px;
text-align:center;
cursor:pointer;
margin-left:2%;
margin-top:15px;
color:white;
} */

.stylehr
{
width:96%;
margin:0 auto;
margin-top:20px;
margin-bottom:10px;
}


#bouton-creer-formation
{
margin-top:10px;	
}

#titre-modifier-ordre-formations
{
text-align:center;
margin-bottom:10px;	
}


#titre-modifier-ordre-formations-parent
{
text-align:center;
margin-bottom:10px;	
}



#bouton-modifier-famille
{
margin-top:10px;	
}	

#contenant-modifier-famille
{
display:none;
margin-top:10px;
}

#contenant-modifier-sous-famille
{
width: 80%;
margin: 2rem auto;
text-align: center;
display: none;
}


#contenant-modifier-sous-famille-parent
{
width: 80%;
margin: 2rem auto;
text-align: center;
display: none;
}




/* #contenant-creer-formation
{
width: 80%;
margin: 2rem auto;
text-align: center;
display: none;
}	 */


#contenant-modifier-formation {
  /* margin: 2rem auto; */
  text-align: center;
  display: none;
}	

.contenant-modifier-famille-detail
{
margin: 0 auto;	
background-color:#d0dce0;
border:solid 1px black;
margin-bottom:6px;
padding-left:10px;
width:96%;
cursor:move;
}


.contenant-sous-famille-detail
{
margin: 0 auto;	
background-color:#d0dce0;
border:solid 1px black;
margin-bottom:6px;
padding-left:10px;
width:96%;
cursor:move;
}


.contenant-sous-famille-detail-parent
{
margin: 0 auto;	
background-color:#d0dce0;
border:solid 1px black;
margin-bottom:6px;
padding-left:10px;
width:96%;
cursor:move;
}




.close
{
cursor:pointer;
font-size:40px;
}



.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  z-index: 100;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hidden {
  visibility: hidden;
  opacity: 0;
}

.message {
  z-index: 102;
  position: fixed;
  background-color: #eee;
  color: #000;
  padding: 1rem;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  border-radius: 4px;
  width: 300px;
  height: 100px;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}

#ajouter-intervenant
{
margin-left:10px;
cursor:pointer;
}

h2 {
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}



#select-nouveau-formateur
{
width:90%;
}


#ajouter-formateur-formation
{
 cursor:pointer;
 margin-left:10px; 
}

#contenent-ajout-formateur
{
display:none;  
}

.supprimer-formateur-formation
{
font-size:26px;
color:red;
cursor:pointer;

}

.TitreBoutonAction
{
font-size: 8px;
}

.IconeGoogle
{
vertical-align: sub;
font-size: 16px;
}