/*couleur custom perso de cassiopeia a appliquer aux pages des menu - class de page*/
.customsol {
  --cassiopeia-color-primary: #6a3bd2;
  --cassiopeia-color-link: #7474ff;
  --cassiopeia-color-hover: #454575;
} 

/* full largeur pour entete*/
.Entete {min-width: 100%;}
/* reduit la hauteur de entete */
.Entete {max-height: 30%;}

.container-header {
  z-index: 1;}
.container-header .grid-child {
  padding: 0em;}

.container-banner {
  margin: 0 0 0;}

.container-banner .banner-overlay {
  color: #fff;
  background-position: top,20%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 32vh;}

.container-banner .banner-overlay .overlay {
  text-align: center;
  background-color: transparent;
  height: 80%;}
/*pour le menu */
li.level-1 > ul {
  min-width: 8rem;
  border-radius: 8px;
  }
/*triangle du menu color*/
.metismenu.mod-menu .mm-toggler {
    color: red;}

body.wrapper-fluid .grid-child {
  max-width: max-content;
}
/*pour la page accueil */
.stcclass1 {width: 98%; min-width: 330px;min-height: 50px;vertical-align: top;padding: 8px;margin: 8px;text-align: justify;background-color:#f4f4f4;border: #7474ff;border-style: ridge;border-radius: 8px;padding: .6em 2em;}
/* responsive iframe*/
.conteneur-video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	overflow: hidden;
}
.conteneur-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* responsive img duo*/
.conteneur-img2 {
	position: relative;
	padding-bottom: 38%; 
    height: 0;
	overflow: hidden;
}
.conteneur-img2 img {
	position: relative;
	top: 0;
	left: 0;
	width: 49%;
}

.stcclass2 {width: 48%; min-width: 320px;min-height: 50px;padding: 8px;margin: 8px;text-align: justify;background-color:#fff;border: #FAFBFC;border-style: none;border-radius: 8px;padding: .6em 2em;}
.stcclass3 {width: 50%; min-width: 320px;min-height: 50px;vertical-align: top;padding: 8px;margin: auto;text-align: justify;background-color:#f4f4f4;border: #7474ff;border-style: ridge;border-radius: 8px;padding: .6em 2em;margin: 1em;}
