/* @override 
	https://allwebformation.fr/content/themes/phenyx-theme-default/css/layout.css */

body.cms #paddingForMenu,
body#education #paddingForMenu {
    max-width: 1200px;
    margin: 228px auto 0 auto;
}
#login_start, #popupCreateAccount {
    z-index: 999999999
}

/* Chez All Web Formation, on a besoin de choisir l'ordre des formations sur la page famille */

#edu_21 {
	/* Bureautique > PPT Complet */
	order: 2;
}
#edu_8 {
	/* Bureautique > PPT Modules */
	order: 1;
}
#edu_6 {
	/* Bureautique > Word Modules */
	order: 3;
}
#edu_19 {
	/* Bureautique > Word Complet */
	order: 4;
}
#edu_7 {
	/* Bureautique > Excel Modules */
	order: 5;
}
#edu_20 {
	/* Bureautique > Excel Complet */
	order: 6;
}
#edu_10 {
	/* Bureautique > Outlook Modules */
	order: 7;
}


#edu_25 {
	/* Adobe > PSD Complet */
	order: 2;
}
#edu_11 {
	/* Adobe > PSD Modules */
	order: 1;
}
#edu_23 {
	/* Adobe > AI Complet */
	order: 4;
}
#edu_13 {
	/* Adobe > AI Modules */
	order: 3;
}
#edu_24 {
	/* Adobe > INDD Complet */
	order: 6;
}
#edu_12 {
	/* Adobe > INDD Modules */
	order: 5;
}



/* Netoyage du thème */
/* Mise en place des typographie AllWeb */
body,
p,
h1, h2, h3 ,h4 ,h5 ,h6,
blockquote,
ul.menu > li a,
a,
button,
input {
	font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
	word-break: normal !important;
	
}
/* Amélioration des césures */
h1, h2, h3, h4, h5, h6,
.like_h4,
div.ficheNom {
	font-family: "Fontastique_regular" !important;
}
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b,
.like_h4 b {
	font-weight: normal;
}
/* Marges autours du slider de l'accueil */
#slider_row > div.col-xs-12 {
	padding: 0;
	width: 100%;
	max-width: 100%;
}

/* Hauteur du menu scrollToFixed */
nav.topmenu {
	background-color: rgba(255,255,255,0) !important;
	height: auto !important;
}




/* Les trois compteurs de satisfaction (index) */

.nbStudents {
  --borderBackground: #e38813;
  --borderForeground: #f3dcc0;
  --circleBackground: #fff;
}
.hours {
  --borderBackground: #e38813;
  --borderForeground: #f3dcc0;
  --circleBackground: #fff;
}
.score {
  --borderBackground: #f3dcc0;
  --borderForeground: #e38813;
  --circleBackground: #fff;
}
div.bit-counters.row {
	max-width: 850px;
	margin: auto;
	--fa-primary-color: #e38813;
	--fa-secondary-color: #e38813;
}
div.bit-counter-item.bit-progressMeter {
	padding-top: 30px;
}
div.bit-counter-item.bit-progressMeter span.content {
	
	position: static;
	top: 0;
	border-radius: 0;
	
	display: inline-block;
	width: auto;
	height: auto !important;
}
div.bit-counter-item.bit-progressMeter span.content i {
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
}
div.bit-counter-item.bit-progressMeter.hours span.content i {
	position: absolute;
	top: 100px;
	left: 10px;
	right: 0;
}
div.bit-counter-item.bit-progressMeter span.content br {
	display: none;
}
div.bit-counter-item.bit-progressMeter span.content span {
}
div.bit-counter-item.bit-progressMeter span.content span.counted {
	font-size: 50px;
}
div.bit-counter-item.bit-progressMeter span.content sup {
	/* L'unité, par exemple le pourcentage */
	font-weight: 100;
	font-size: 50px;
	transform-origin: 0 0;
	transform: scale(0.8);
	display: inline-block;
	
	width: 30px;
	margin-right: -30px;
}
/* 
	Modifications du logo de l'O.F.
	Le placer sur la gauche au lieu du centre 
	Effacer la baseline du PNG et la mettre au milieu du header
*/



@media (min-width: 768px) {
	#header {
    	height: 150px;
	}
}	
.container.headerheader {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media (min-width: 992px) {
	.container.headerheader {
		width: 80%;
	}
}

.logo_middle #header_logo {
	margin: 0 auto 0 0;
}
.container.headerheader::before {
	content: 'Incubateur de savoir...';
	font-family: "Fontastique_regular" !important;
	font-style: italic;
	
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	text-align: center;
	width: 100%;
	font-size: 30px;
	color: #6b6a6a;
}
/* Réajuster le hook de connexion qui n'a pas trop apprécié le changement de header */
.hookDisplayNav {
	position: relative;
	top: auto;
}
@media (min-width: 768px) {
	#paddingForMenu {
		margin-top: 160px;
	}
}
.displayRevsliderHome {
	margin: 1px 0 20px;
}
/* Page contact - création d'une petite carte logo + coordonnées personnalisées */
#carteVisiteAWF {
	background-color: #e38813;
	display: flex;
	align-items: center;
	max-width: 500px;
	margin: 40px auto;
	
	color: white;
	padding: 15px;
}
#carteVisiteAWF h4 {
	margin: 10px 0 4px;
}
#carteVisiteAWF a {
	color: white;
}
/* Mise en place des contacts par services */
div.flex-contacts {
	flex-wrap: wrap !important;
	justify-content: space-around;
	padding: 0;

	max-width: 500px;
	width: calc(100% - 30px);
}
div.flex-contacts > div {
	background-color: #e38813;
	color: white;
	padding: 30px 15px;
	margin-bottom: 5%;
	
	display: flex;
	flex-direction: column;
	justify-content: flex-end;

	width: 100%;
}
@media (min-width: 1200px) {
	div.flex-contacts > div {
		width: 48%;
	}
}

div.flex-contacts h4 {
	margin: 10px 0 4px;
	font-size: 20px;
}

div.flex-contacts p a {
	color: white;
}

div.flex-contacts strong {
	display: inline;
	color: rgb(0, 28, 37);
}

/* Modification du footer du ajout de coordonnées personnalisées + liens vers page contact */
/* Modifciation de la largeure de la colonne */
#footer .container > div { width: calc(100%); }

@media (min-width: 992px) {
	#footer .container > div { width: calc(30%); }
}
@media (min-width: 1200px) {
	#footer .container > #inlineBlockCoordonnees { width: calc(30%); }
}
@media (min-width: 1400px) {
	#footer .container > div { width: calc(20%); }
}
#inlineBlockCoordonnees strong,
#inlineBlockCoordonnees a {
	color: rgb(0, 28, 37);
}

@media (max-width: 992px) {
	div#social_block > ul > li {
		display: block !important;
		margin: auto !important;
		width: 100% !important;
	}
	div#social_block > ul > li > a {
		padding-right: 15px;
		padding-left: 15px;
	}
}

/* Page financement */
/* largeur excessive de page */
body#financement .row.papier {
	max-width: 600px;
	margin: auto;
	
}
div#financement_conteneur {
	max-width: 900px;
	margin: auto;
}
/* Nouveau contenus */
/* Typographie des numéros */
#financement_conteneur div::before {
	font-family: "Fontastique_regular" !important;
}
/* Ajout des liens des réseaux */
body #social_block li a:hover {
	background-color: rgb(0, 28, 37);
}
/* Ajout de Youtube */
#social_block li.youtube a {
	background-image: url(/content/img/logo-youtube.png);
}
/* Nouvelle mise en page pour les actualités */
.actualites {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
	max-width: 950px;
	margin: 50px auto auto;
	position: relative;
}
.actualite {
	width: calc(33%);
	margin-bottom: 40px;
	background-color: rgba(89, 89, 89, 0.04);
}
.actualite h3 {
	text-transform: lowercase;
	padding: 0 15px;
}
.actualite time {
	padding: 15px 15px 0;
	display: block;
}
.actualite section {
	padding: 15px;
}
.actualite h3:first-letter {
	text-transform: uppercase;
}
.actualite {
	max-height: 450px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transform: scale(1);
	transition: transform .5s ease-in-out 0s, margin .5s ease-in-out 0s;
	margin-top: 0;
}
.actualite::after {
	content: "Lire la suite…";
	display: block;
	position: absolute;
	left: 0; right: 0; bottom: 0;
	text-align: center;
	background: linear-gradient(to bottom, rgba(249, 249, 249, 0) 0%, #f9f9f9 50%);
	height: 70px;
	line-height: 90px;
}
/* Une fois cliqué */

.actualite.lireLaSuite {
	background-color: white;
	z-index: 100000;
	/*max-height: 100000px;*/
	overflow: visible;
	box-shadow: 0 1px 20px rgba(0, 0, 0, 0.31);
	transform: scale(1.05);
	margin-top: -30px;
}
.actualite.lireLaSuite section {
	background-color: white;
	box-shadow: 0 21px 20px rgba(0, 0, 0, 0.31);
}
.actualite.lireLaSuite::after {
	display: none;
}
/* Reset inline css de toutes les actualiytés */
.actualite section.content * {
	color: black !important;
	font-family: inherit !important;
	text-align: inherit !important;
	line-height: 19px !important;
	margin-left: 0 !important;
}
.actualite section.content ul {
	list-style: circle;
	padding-left: 15px !important;
}
.actualite section.content ul li {
	padding-left: 0 !important;
}
.actualite section.content a {
	/* Surtout uilisé pour les copyright */
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	color: orange !important;
}


 /* ToDo */

/* Aménagement mobile */

/*
.count_and_cursive {
	text-align: center;
	justify-content: center;
	overflow: visible !important;
}
.count_and_cursive big {
	margin: 0;
	margin-top: ;
}

.count_and_cursive small {
	overflow: visible !important;
}
rs-slide {
	overflow: visible !important;
}*/
.count_and_cursive {
		display: none;
	}
@media (max-width: 768px) {
	.count_and_cursive {
		display: none;
	}
	#slider-2-slide-5-layer-1 > small > span {
		font-size: 30px !important;
		text-align: center !important;
	}	
}

/* Refaire la zone Qualiopi */
@media (max-width: 768px) {
	.qualiopi_index {
		padding: 0;
	}
    .qualiopi_index img {
		margin: auto;
    }
	#hook_displayEphenyxIndex {
		padding: 5%;
	}
	#hook_displayEphenyxIndex .col-xs-12 {
		padding: 0;
	}
}
@media (min-width: 768px) {
    .qualiopi_index {
        padding:  30px;
    }
}
/* Tous les textes <p> du site comme le qualiopi */
p {
    font-size: 14px;
    line-height: 19px;
}
/* Index > Vidéo semble absente > on cache */

/* Couleurs */
/* Les sous-menus */
ul.sous-menu {
	background-color: black;
}


/* Liens vers les catalogues */
a.mockupCatalogue_part,
a.mockupCatalogue_pro {
	display: block;
	text-align: center;
	padding: 210px 20px 20px;
	background-image: url(/content/img/icone_pdf_part.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 200px;
	margin-top: 10px;
}
a.mockupCatalogue_pro {
	background-image: url(/content/img/icone_pdf_pro.png);
}
a.mockupCatalogue_part small,
a.mockupCatalogue_pro small {
	font-size: 10px;
}

/* Taille des typos du menu */
#ephtm_menu.ephtm_menu_toggle_open ul#menu li.li-niveau1 a.a-niveau1,
ul.menu > li a {
	white-space: nowrap;
	font-size: 14px;
}

/* Déontologie sur mobile */
@media (max-width: 768px) {
	a.cpf_deontologie {
		height: 200px;
	}	
}


/* Ajout d'une vidéo */

.inline-video  {
	overflow: hidden;
	display: block;
	aspect-ratio: 20/9;
}

.inline-video video {
	aspect-ratio: 16/9;
	width: 100%;
	margin: -5% auto auto;
	height: auto;
	display: block;
	
	background-color: white;
}
.hookDisplayNav {
	line-height: 10px;
}

/* Faire un menu fixed + mobile d'un seul coup */
@media (min-width: 768px) {
	header#header.fixedHeader .container.headerheader::before	 {
		/* La baseline */
		display: none;
	}
	
	header#header.fixedHeader {
		background-color: rgba(255,255,255,0.9);
		margin-top: 0 !important;
		height: 70px;
	}
	
	header#header #toogleMenu {
		position: fixed;
		left: calc(50% - 50px);
		top: 20px;
		z-index: 100;
		
		width: 100px; height: 20px;
		
		cursor: pointer;
		
		display: flex;
		justify-content: center;

		top: -50px;
	}
	header#header.fixedHeader #toogleMenu {
		top: 20px;
	}
	header#header #toogleMenu span {
		/* Bullet in toggle menu */
		display: block;
		width: 12px;
		height: 12px;
		border-radius: 50%;
		
		background-color: #f68a01;
		margin: 0 2px;
		
		transition: margin .3s ease-in-out 0s;
	}
	header#header #toogleMenu span + span {
		background-color: #021620;
	}
	header#header #toogleMenu:hover span {
		margin: 0 5px;
	}
	
	header#header.fixedHeader nav.clicked ul.menu > li {
		/* ICI */
		height: auto !important;
		box-shadow: 0 1px 11px rgba(0, 0, 0, 0.09);		
	}
	header#header.fixedHeader nav ul.menu li ul.sous-menu.clicked {
		position: relative;
		margin-top: 10px;
		margin-bottom: 20px;
		box-shadow: 0 1px 11px rgba(0, 0, 0, 0.33);
	}
	header#header.fixedHeader nav ul.menu li ul.sous-menu.clicked,
	header#header.fixedHeader nav ul.menu li ul.sous-menu.clicked li,
	header#header.fixedHeader nav ul.menu li ul.sous-menu.clicked li a {
		/* ICI pour le sous menu */
		height: auto !important;
		opacity: 1 !important;
	}
	.fixedHeader ul.menu li:hover ul.sous-menu::before {
		/* La fleche */
		z-index: 1000;
		top: -13px;
		left: calc(50% - 15px);
		border-bottom-color: #e8a453;
		transform: rotate(180deg);
	}	
	
	.fixedHeader nav.clicked ul.menu > li {
		height: auto !important;
		overflow: visible;
		transition: height 1s ease-in-out 0s  !important;
	}
	.fixedHeader ul.menu li {
		width: 100%;
		height: 0 !important;
		transition: height 1s ease-in-out 0s  !important;
	}
    /* Rappetissir les éléments */
    header#header.fixedHeader .headerheader > * {
		transform: scale(.5);
		transform-origin: 50% 0;
		transition: transform .5s ease-in-out 0s;
	}
    header#header.fixedHeader .headerheader > *:hover {
		transform: scale(1);
		transition: transform .2s ease-in-out 0s;
	}
	header#header.fixedHeader nav {
		top: 50px;
		background: none;
		left: 0;
		right: 0;
		margin: auto;
		bottom: auto;
		position: absolute;
	}	
	.Le-prolongement-des-polygons,
	.fixedHeader ul.menu li:first-of-type::before {
		display:none;
    }
	.fixedHeader ul.menu li:last-of-type::before {
		display:none;
	}
	.fixedHeader ul.menu {
		flex-direction: column;
		min-width: 300px;
		max-width: 350px;
		margin: 0 auto;
		position: relative;
		
		overflow: hidden;
	}
	.fixedHeader #ephtm_menu > ul > li::after {
		display: none;
	}
	
	
	.fixedHeader ul.menu li.item_id_14 {
		display: none !important;
	}



	.fixedHeader ul.menu li a {
		clip-path: none;
		font-size: 16px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		margin-left: 0;
	}
	.fixedHeader ul.menu li a:hover {
		background-color: #1f1545 !important;
	}
	.fixedHeader nav > ul > li:last-of-type > a {
		padding-right: 0;
	}
}

/* On est obligé de doubler tous les sélecteurs ? mais non… :-) */
@media (max-width: 767px) {
	header#header {
		background-color: rgba(255,255,255,0.99);
	}
	header#header .headerheader {
		align-items: flex-start;
	}

	.container.headerheader::before	 {
		/* La baseline */
		display: none;
	}

	header#header #toogleMenu {
		position: fixed;
		left: calc(50% - 50px);
		top: 20px;
		z-index: 100;
		
		width: 100px; height: 20px;
		
		cursor: pointer;
		
		display: flex;
		justify-content: center;
	}
	header#header nav.clicked #toogleMenu {
		/* Et hop je deviens un calque */
		background-color: rgba(255,255,255,0.9);
		left: 0;
		right: 0;
		bottom: 0;
		
		width: auto;
		height: auto;
		
		z-index: 0;
	}
	
	header#header #toogleMenu span {
		/* Bullet in toggle menu */
		display: block;
		width: 12px;
		height: 12px;
		border-radius: 50%;
		
		background-color: #f68a01;
		margin: 0 2px;
		
		transition: margin .3s ease-in-out 0s;
	}
	header#header #toogleMenu span + span {
		background-color: #021620;
	}
	header#header #toogleMenu:hover span {
		margin: 0 5px;
	}
	
	header#header nav.clicked ul.menu > li {
		/* ICI */
		height: auto !important;
	}
	header#header nav ul.menu li ul.sous-menu.clicked,
	header#header nav ul.menu li ul.sous-menu.clicked li,
	header#header nav ul.menu li ul.sous-menu.clicked li a {
		/* ICI pour le sous menu */
		height: auto !important;
	}
	header#header .headerheader > * {
		transform-origin: 50% 0;
		transition: transform .5s ease-in-out 0s, height .5s ease-in-out 0s;
	}

	.logo_middle #header_logo {
		width: 80px;
		height: 50px;
	}
	
	.hookDisplayNav {
		text-align: right;
		line-height: 20px;
	}
	.hookDisplayNav .login_texte:first-of-type {
		/* Le nom de la personne connectée */
		/*display: none;*/
	}
	.hookDisplayNav b {
		/* Le texte "Welcome" */
		display: none;
	}
	.hookDisplayNav span.cadenas {
		margin-right: 0;
		margin-bottom: 0;
	}


	header#header nav {
		background: none;
		left: 0;
		right: 0;
		margin: auto;
		bottom: auto;
		max-width: 100px;
	}
	.Le-prolongement-des-polygons,
	header#header ul.menu li:first-of-type::before {
		display:none;
    }
	header#header ul.menu li:last-of-type::before {
		display:none;
	}
	header#header ul.menu {
		padding-top: 50px;
		overflow: hidden;
	}

	header#header ul.menu li::after {
		/* Les flèches des menus n-1 quand ils sont horizontals  */
		display: none;
	}
	header#header ul.menu li {
		width: 100%;
		height: 0 !important;
		/* Ici ça anime ! */
		transition: height 1s ease-in-out 0s  !important;
	}
	header#header ul.menu li.item_id_14 {
		display: none !important;
		/* Le hook de connection dans le menu */
	}
	
	header#header ul.menu li ul.sous-menu {
		margin-left: -10px;
		background-color: transparent;
	}

	header#header ul.menu li a {
		clip-path: none;
		font-size: 16px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	header#header ul.menu li li a,
	header#header ul.menu li a:hover {
		background-color: #1f1545 !important;
		border: none;
		opacity: 1;
	}
}

/*28 février 2023 —> Ajout Linkedin*/
#social_block li.linkedin a {
	background-image: url(../img/linkedin.svg);
	background-size: 65%;
}



/* Formulaire evaluation à chaud et à froid */

.startCountQuestions {
	  counter-reset: nbquestion;

}
.countQuestions {
	text-align: center;
	/*font-weight: 900;*/
	--size: 30px;
	border-bottom: 1px solid rgb(202, 199, 209);
	margin-bottom: 30px;
	opacity: .5;
	margin-top: 50px;
}

.countQuestions::before {
  counter-increment: nbquestion;
  content: counter(nbquestion) ;
  display: block;
  width: var(--size);
  height: var(--size);
  line-height: var(--size);
  margin: auto auto calc(var(--size) / 2 * -1);
  background-color: rgb(202, 199, 209);
  border-radius: 50%;
 
}

/* Happies face avec radio */
.happiesFaces.form-group {
	margin-bottom: 35px;
}
.happiesFaces > label {
	text-align: left;
	line-height: 25px;
	padding-left: 20%;	
}
.happiesFaces .answers {
	text-align: center;
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
}
.radio.eval i {
	font-size: 50px;
	transform: scale(.7);
	transition: transform .9s ease-in-out 0s, color .9s ease-in-out 0s;
}
.radio.eval label {
	padding: 0;
}
.radio.eval:hover label i,
.radio.eval label.ui-checkboxradio-checked i {
	color: #f24417;
	transform: scale(1);
	transition: transform .3s ease-in-out 0s, color .3s ease-in-out 0s;
}
.radio.eval:nth-child(1):hover label i,
.radio.eval:nth-child(1) label.ui-checkboxradio-checked i {
	color: red;
}
.radio.eval:nth-child(2):hover label i,
.radio.eval:nth-child(2) label.ui-checkboxradio-checked i {
	color: #f79b02;
}
.radio.eval:nth-child(3):hover label i,
.radio.eval:nth-child(3) label.ui-checkboxradio-checked i {
	color: green;
}
.radio.eval:nth-child(4):hover label i,
.radio.eval:nth-child(4) label.ui-checkboxradio-checked i {
	color: green;
	transform: scale(1) rotate(360deg);
	transition: transform .5s ease-in-out 0s, color .3s ease-in-out 0s;
}

/* questions à choix multiples avec multicheckbox */
.form-group.multicheckbox {
	flex-direction: column;
}
.form-group.multicheckbox .answers .col-lg-12 {
	display: flex;
}
.form-group.multicheckbox .answers .col-lg-12 label {
	display: flex;
	flex-direction: column;
}
.form-group.multicheckbox .answers .col-lg-12 label .ui-icon {
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #333;
}

/* Formulaire de contact */
div.form-contact {
	margin-bottom: 50px;
}

form#contactForm label {
	padding-right: 15px;
	white-space: nowrap;
}
form#contactForm select,
form#contactForm input,
form#contactForm textarea {
	min-width: unset;
}
form#contactForm button {
	margin: auto;
}
	