@charset "utf-8";
/* CSS Boutons */
/*a.btnBlanc{
	background-color: white;
    color: #f46831 !important;
    border-radius: 10px;
    padding: 6px 15px;
    border: 2px solid #f46831;
    font-weight: 600;
}*/
/* SDS ADZ custom css selector dans l'admin*/
.evidence
{
	font-weight:bold;
	color:#445577 ;
	font-family:Oswald, sans-serif;
}
.evidence_grand
{
	font-weight:bold;
	color:#f7e83c;
	font-size:20px;
	font-family:Oswald, sans-serif;
}
div.evidence_fond_rose
{
	display:block;
	width:90%;
	margin:auto;
	font-weight:bold;
	background-color:#e7d71b;
	color:#f7e83c;
	
	border-radius: 10px;
	font-size:30px;
	font-family:Oswald, sans-serif;
	text-align:center;
	padding:8px;
}
.alerte
{
	font-weight:bold;
	color:#EE4466;
	font-family:Oswald, sans-serif;
}
.alerte_grand
{
	font-weight:bold;
	color:#EE4468;
	font-size:20px;
		font-family:Oswald, sans-serif;
}
div.hexagone-bordure{
	display: block;
    margin: 30px auto;
    position: relative;
    width: 214px;
    height: 177.12px;
    background: #f2af27;
    box-sizing: border-box;
    clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
    -webkit-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
    -moz-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
    text-align: center;
}
img.hexagone{
	max-width: 300px;
    max-height: 200px;
    display: block;
    padding: 0;
    position: absolute;
    width: 96%;
    height: 97%;
    object-fit: cover;
    left: 4px;
    top: 3px;
    clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
    -webkit-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
    -moz-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
    justify-content: center;
    display: flex;
    align-items: center;

}
div.alerte_fond_violet
{
	display:block;
	width:90%;
	margin:auto;
	font-weight:bold;
	background-color:#445577;
	color:#EE4466;
	font-size:30px;
	font-family:Oswald, sans-serif;
	text-align:center;
	
	border-radius: 10px;
	padding:8px;
	margin-top:-20px;
	line-height: 40px;
}
div.conteneur_centre
{
	display:block;
	max-width:90%;
	background-color:#d5d5e5;
	margin:auto;	
	font-weight:bold;
	color: #e7d71b;
	font-size:20px;
	font-family:Oswald, sans-serif;
		text-align:center;
	
}
div.card_simple{
	box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
	padding: 30px;
    margin-bottom: 20px;
}
a.btnJaune {
    position: relative;
    border: none;
    background-color: #f2af27;
    border-radius: 6px;
    display: inline-block;
    font-size: 11pt;
    font-weight: 400;
    margin: 20px auto;
	color: white;
    padding: 7px 20px;
    width: auto; /* Définir la largeur automatique en fonction du contenu */
	border: 2px solid #f2af27 !important;
	text-transform: uppercase;
}
a.btnJaune:hover, a.btnJaune:focus {
    background-color: white ;
    color: #f2af27;
    border: 2px solid #f2af27;
	font-weight: 400;
	font-size: 11pt;
}
a.btnBleu {
	border: 2px solid #white;
    position: relative;
    border: none;
    background-color: #64bdd8;
    border-radius: 7px;
    display: inline-block;
    font-size: 14pt;
    font-weight: 600;
    margin: 20px auto;
	color: white;
    padding: 7px 15px;
    width: auto; 
	text-transform: uppercase;
}
a.btnBleu:hover, a.btnBleu:focus {
    background-color: white ;
    color: #64bdd8;
}
/* bordure hexagone sur les images */
 div.hex{
  display: block;
  margin: 0 auto;
  position: relative;
  width: 320px;
  height: 277.12px; /* width * 0.866 */
  background: red;
  box-sizing: border-box;
  -webkit-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
  -moz-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
}
div.hex-background {
  position: absolute;
  background-color: orange; /*color of the main-background*/
  top: 2px; /* equal to border thickness */
  left: 2px; /* equal to border thickness */
  width: 316px; /* container height - (border thickness * 2) */
  height: 273.12px; /* container height - (border thickness * 2) */
  -webkit-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
  -moz-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
}

.hex img {
  position: absolute;
  width: 100%; 
  height: 100%; 
  object-fit: cover;
  -webkit-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
  -moz-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
}
/* styles des courses 
.courses-container {
  margin-bottom: 20px;
}
.course {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  width: 100%;
  margin: 20px;
  overflow: hidden;
}
.course-preview h3 {
  color: white;
  text-align: center !important;
  font-size: 16pt;
}
.course-preview {
  background-color: #f46831;
  color: #fff;
  padding: 20px;
  width: 300px;
  text-align: center;
}
.course-preview i {
  margin-left: 10px;
}
.course-info {
  padding: 30px;
  position: relative;
  width: 100%;
}
.course-info h4 span {
  color: #f46831 !important;
  font-size: 14pt !important;
}
.fa.fa-money, .fa.fa-hourglass-3, .fa.fa-gift, .fa.fa-info-circle, .fa-check-square-o.check, .fa-child.child {
  font-size: 28pt !important;
  color: white !important;
  margin-top: 10px auto;
  padding: 10px;
}
.course-preview .fa {
  margin: auto;
}
.row.imgLigneDossard {
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
  margin: auto;
  padding: 10px;
}
@media (max-width: 500px) {
  .course {
    display: table-cell;
    vertical-align: middle;
  }
  .course-preview {
    width: 100% !important;
    display: flex;
    justify-content: center;
  }
  .course-preview i {
    margin-left: 10px;
  }
  .course-preview h3 {
    color: white;
    font-size: 16pt;
  }
  .imgDossard {
    max-width: 50%;
    float: left;
    padding: 10px;
  }
}*/

/* cards encadrés post-it*/
.parcours {
  justify-content: space-between;
    display: flex;
}
.cardParcours {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 50px 30px 20px;
  margin: 50px 5px 5px 5px;
  display: inline-block;
  vertical-align: middle;
  float: none;
  position: relative;
  text-align: left;
  background-color: white;
}
.cardParcours i {
  margin-top: 20px;
}
.postitParcours {
  background-color: #f46831;
  color: white !important;
  position: absolute;
  padding: 15px;
  font-weight: 600;
  top: -15px;
  left: 0px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  font-size: 14pt;
}

h2.titre_noir {
  font-size: 1.5em;
  font-family: 'Fjalla One', sans-serif;
  color: black !important;
}
h2.titre_noir * {
  color: black !important;
}
h2.titre_rose {
  font-size: 1.5em;
  font-family: 'Fjalla One', sans-serif;
  color: #f46831  !important;
}
h2.titre_rose * {
  color: #f46831  !important;
}
h2.titre_bleu {
  font-size: 1.5em;
  font-family: 'Fjalla One', sans-serif;
  color: #00BFBF  !important;
}
h2.titre_bleu * {
  color: #00BFBF  !important;
}
/*
 div.btnBleu a {
    align-items: center;
    position: relative;
    padding-left: 13px;
    border: none;
    padding-right: 16px;
    background-color: white;
    height: 32px !important;
    border-radius: 0px 14px 14px 0px;
    display: inline-block;
    display: flex;
    font-size: 14pt;
    font-weight: 600;
    border-top: 1px solid;
    border-bottom: 1px solid ;
    border-right: 1px solid;
    margin-left: -17px;
    margin-top: 10px;
    min-width: 100%;
    transition: .5s ease-out;
}
div.btnBleu::before {
    background: url(../../../images/bouton_accueil/btn2p1.png) left center no-repeat;
    content: "";
    position: absolute;
    width: 57px;
    height: 52px;
    z-index: 1;
    left: -71px;
    background-size: 58px;
}
div.btnBleu {
    position: relative;
    display: inline-block;
    margin: 20px auto;
    text-align: center;
    vertical-align: middle;
}
.btnBleu:hover::before {
	background: url(../../../images/bouton_accueil/btn2bp1.png) left center no-repeat;
	content: "";
    position: absolute;
    width: 57px;
    height: 52px;
    z-index: 1;
    left: -71px;
    background-size: 58px;
}
.btnBleu:hover a{
	color: white !important;
}
.centerTriangle {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.btnRouge a {
    align-items: center;
    position: relative;
    padding-left: 13px;
    border: none;
    padding-right: 16px;
    background-color: white;
    height: 32px !important;
    border-radius: 0px 14px 14px 0px;
    display: inline-block;
    display: flex;
    font-size: 14pt;
    font-weight: 600;
    border-top: 1px solid #00BFBF;
    border-top: 1px solid #00BFBF;
    border-bottom: 1px solid #00BFBF;
    border-right: 1px solid #00BFBF;
    margin-left: -17px;
    margin-top: 10px;
    min-width: 100%;
    transition: .5s ease-out;
}
div.btnRouge::before {
    background: url(../../../images/bouton_accueil/btn1bp1.png) left center no-repeat;
    content: "";
    position: absolute;
    width: 57px;
    height: 52px;
    z-index: 1;
    left: -71px;
    background-size: 58px;
}
div.btnRouge {
    position: relative;
    display: inline-block;
    margin: 20px auto;
    text-align: center;
    vertical-align: middle;
}
.btnRouge:hover::before {
	background: url(../../../images/bouton_accueil/btn1_p1_hover.png) left center no-repeat;
	content: "";
    position: absolute;
    width: 57px;
    height: 52px;
    z-index: 1;
    left: -71px;
    background-size: 58px;
}
.btnRouge:hover a{
	background-color: #00BFBF;
	color: white !important;
}