/* @override 
	https://classelib.fr/frontEducation/phenyx-theme-default/css/autoload/works.css
	https://allwebformation.fr/frontEducation/phenyx-theme-default/css/autoload/works.css */



a.btn {
	padding: 15px;
	display: inline-block;
	background-color: var(--button_bg_color);

	color: var(--button_txt_color);
	
	transition: all .5s ease-in-out 0s, clip-path .2s ease-in-out 0s;
	clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 0 0);
}
a.btn:hover {
	background-color: var(--button_hvr_bg_color);
	transition: all .2s ease-in-out 0s;
	color: var(--button_hvr_txt_color);
	box-shadow: 0 0 2px #fff;	
	letter-spacing: 2px;
	clip-path: polygon(93% 0, 100% 50%, 93% 100%, 0 100%, 0 0);
}
a.btn.button-small {
	padding: 0 5px; 
	text-transform: uppercase;
	font-size: 70%;
} 
h1,
h2,
h3 {
	text-align: center;
	color: var(--title_color);
	font-weight: 400;
	padding-right: 5%;
	padding-left: 5%;
	font-size: 30px;
	margin-bottom: 90px;
	margin-top: 40px;
}
h1 {
	line-height: 40px;
}
h1.withBreadcrumb {
	margin-bottom: 10px;
}
h2 {
	margin-bottom: 30px;
	font-size: 20px;
}
h4,
.like_h4 {
	font-size: 25px;
	font-weight: 400;
}
h5 {
	font-size: 16px;
	font-weight: 400;
}
@media (min-width: 992px) {
	h1 {
		font-size: 35px;
	}
	h2 {
		font-size: 25px;
	}
}

@media (min-width: 1200px) {
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 30px;
	}
}

p {
	line-height: 25px;
	margin-bottom: 10px;
}
li {
	line-height: 25px;	
}
p small {
	font-size: 80%;
}
small {
	font-size: 60%;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-justify,
.text-justify p {
	text-align: justify !important;
}
.small {
	font-size: 80%;
}
.cap {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.orange {
	color: #e38815;
}
.mb50 {
	margin-bottom: 50px;
}
.mt70 {
	margin-top: 70px;
}

.papier.avecTriangleBottom {
	position: relative;
}
.papier.avecTriangleBottom::before {
	/* Si on utilise ::after ça fait merder bootstrap */
	content: "";
	background: inherit;
	height: 60px;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	
	clip-path: polygon(
		0 0, 
		100% 0,
		60% 0,
		50% 50%,
		40% 0
	);
	z-index: 1;	
}
@media (min-width: 576px) {
	.papier.avecTriangleBottom::before {
		height: 80px;
	}
}
@media (min-width: 768px) {
	.papier.avecTriangleBottom::before {
		height: 130px;
	}
}
@media (min-width: 992px) {
	.papier.avecTriangleBottom::before {
		height: 160px;
	}
}
.imgContainerBorder  {
		
	position: relative;
}

a:hover.imgContainerBorder::after  {
	top: -15px;
	left: -15px;
	transition: all .3s ease-in-out 0s;
}
a:hover.imgContainerBorder::before  {
	bottom: -15px;
	right: -15px;
	transition: all .3s ease-in-out 0s;
}

/* Les images produits mutualisés */



/* A lien container de l'image */
.education-image-container {
	display: block;
	margin: auto;
	position: relative;
	width: 90%;
	max-width: 200px;
}

.education-image-container img {
	max-height: 100%;
	width: 100%;
}

/* Avec ou sans couleur de produit */
.education-image-container.product_color_yes img {
	transform: scale(0.6);
	transform-origin: 50% 50%;
}
.education-image-container.product_color_empty img {
	/* Si pas de couleur, on suppose que c'est une photographie */
	transform: scale(0.8);
}

@media (min-width: 576px) {
	.education-image-container {
		margin-bottom: 20px;
		margin-top: 20px;
		width: 80%;
		max-width: 200px;
	}
}

@media (min-width: 768px) {
	.education-image-container {
		max-width: 160px;
	}
}

@media (min-width: 992px) {
	.education-image-container {
		width: 100%;
	}
}

@media (min-width: 1400px) {
	.education-image-container {
		width: 80%;
	}
}


/* Slider + nombre de formations */
.nbr_and_slider > .allProducts {
	position: relative;
	display: block;
	margin: auto;
/*	max-width: 900px;
	width: 900px;*/
}


/* Nombre de formations total  */
.count_and_cursive {
	text-align: center;
	
	display: block;
	position: relative;
}

.count_and_cursive big {
	/* Le chiffre */
	font-size: 130px;
	color: var(--solid-color-3);
	
	display: inline-block;
	
	width: 250px;
	height: 240px;
	line-height: 250px;
	margin-bottom: -60px;
}
.count_and_cursive big::before,
.count_and_cursive big::after {
	z-index: -1;
}
.count_and_cursive small {
	display: block;
	font-size: 40px;
}



/* Des fois il y a logo sous le compteur des formations certifiés (page educationtype.tpl) */
.descriptionBottom_for_certiflogo {
	/* ce texte contient un argumentaire en texte + des images de cerification (des fois)  */
	position: relative;
	padding: 30px;
	margin-top: 90px;
	margin-right: auto;
	width: 65%;
	margin-left: auto;
}
.descriptionBottom_for_certiflogo img {
	/* On part du principe, le 7 décembre, que seule les certification sont des images */
	display: block;
	position: absolute;
	bottom: 100%;
	left: 50%;
	width: 200px;
	margin-left: -100px;
}

/* SERVICES ET CERTIFICATIONS */

/*.service::after {
	content: " ";
	height: 15px;
	display: block;
	width: 15px;
	position: absolute;
	left: 50%;
	margin-left: -7px;
	text-align: center;
	background-image: url(../../img/AWF.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 20px;
}*/

.certifications,
.services {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}

.organisme,
.service {
	padding: 15px 15px 70px;
	position: relative;
}
.services {
	margin-bottom: 100px;
	margin-top: 80px;
}
.service {
	padding: 0 15px 15px;
}
.organisme {
	width: 100%;
}
@media (min-width: 564px) {
	.service {
		width: 50% !important;
	}
}
@media (min-width: 992px) {
	.service {
		width: 20% !important;
	}
	.organisme {
		width: 33%;
	}

}

/* logo des certificateurs */
.organismeLogo {
	display: flex;
	justify-content: center;
	align-items: center;
    height: 150px;
}
.organismeLogo img {
	width: 70%;
	max-width: 150px;
}
.service > div {
	margin-bottom: 20px;
    margin-right: auto;
    background: none;
    border: none;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 150px;
    max-width: 250px;
    margin-left: auto;
}
.service img {
	width: 80%;
}

.organisme p,
.organisme h4,
.service p,
.service h4 {
	padding-right: 15px;
	padding-left: 15px;
}
.service h4 {
	text-align: center;
	min-height: 100px;
	margin-bottom: 30px;
	margin-top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.organisme a.btn {
	display: block;
	margin-top: 20px;
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
}

@media (min-width: 768px) {
	#tabs-registration-content {
		padding-top: 50px;
	}
}


/* Couleur de la page et du menu mobile */
@media (max-width: 767px) {
	#student-address .form-group.row,
	#student-registration-form .form-group.row {
		flex-wrap: unset;
		text-align: left;
	}
	#student-address .form-group.row label,
	#student-registration-form .form-group.row label {
		display: flex;
		padding-top: 15px;
		padding-bottom: 2px;
	}
}
@media (max-width: 1200px) {
	#student-address .form-group.row label,
	#student-registration-form .form-group.row label {
		display: flex;
		padding-top: 15px;
		padding-bottom: 2px;
	}
}


/* F O O T E R */
/* LE menu tout simple */
.menu_simple li {
	/*line-height: 40px;*/
	padding-bottom: 20px;
}

/* jQuery UI */
ul.ui-tabs-nav {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
li.ui-tabs-tab {
	padding: 20px;
	border-bottom: 1px solid var(--color-forte-text) !important;
	position: relative;
	margin-right: 5px;
	margin-left: 5px;
}
li.ui-tabs-tab.ui-state-active:after,
li.ui-tabs-tab:hover:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #fff;
	border-width: 15px;
	margin-left: -15px;
}
#showEducationTPL li.ui-tabs-tab.ui-state-active:after,
#showEducationTPL li.ui-tabs-tab:hover:after {
	border-top-color: var(--color-forte-text);
}

/* inputs sur fond sombre */
input[type="text"],
input[type="email"],
input[type="date"],
input[type="tel"],
input[type="password"],
textarea {
	width: 100%;
	background-color: #fff;
	box-shadow: inset 0 1px 20px rgba(0, 0, 0, 0.29);
	border: none;
	color: var(--color-forte-text);
    height: 45px;
    padding: 0 10px 0 15px;
    border-style: solid;
    border-width: 1px;
}
#center_column input,
#center_column textarea {
	border-color: rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 9px rgba(0, 0, 0, 0.1);
}
textarea,
#center_column textarea {
	min-height: 220px;
}
select {
	margin-top: 10px;
	margin-bottom: 20px;
}


/* Valdiation à la volée des champs des formulaires */

label .required {
	display: block;
	position: absolute;
	top: -3px;
	right: -11px;
}

.userErreur {
	height: 0;
}
#suggest_password,
.userErreur > * {
	background-color: var(--color-forte-text);
	line-height: 13px;
	display: block;
	position: absolute;
	padding: 10px;
	z-index: 1;
	top: 100%;
	left: 30px;
	color: var(--color-forte) !important;
	margin-top: 7px;
	box-shadow: 0 1px 12px rgba(0, 0, 0, 0.46);
}
#suggest_password:after,
.userErreur > *:after {
	bottom: 100%;
	left: 14px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: var(--color-forte-text);
	border-width: 15px;
	margin-left: -15px;
}
#suggest_password a {
	text-decoration: underline;
}





/* Carousel des produits en page d'accueil */


.c_item {
	padding: 10px 0 30px;
	margin: 30px 5px;
}
@media (min-width: 992px) {
	.c_item {
		margin: 30px 7px;
	}
}

@media (min-width: 1400px) {
	.c_item {
		margin: 30px 15px;
	}
}
@media (min-width: 1600px) {
	.c_item {
		padding: 8px 0 30px;
		margin: 30px 25px;
	}
}

.c_item a.product_img_link {
	background-color: #272d64;
	display: block;
	border-radius: 50%;
	border: 2px solid #fff;
	overflow: hidden;
}
.c_item .button-container a {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	line-height: 72px;
	opacity: 0;
	transition: opacity .8s ease-in-out 0s;
/*	background-color: var(--ctrl-color-hover);*/
	right: 0;
	bottom: 0;
	z-index: -1;
	color: rgba(0,0,0,0);
}

.c_item:hover .button-container a {
	opacity: 1;
	transition: opacity .3s ease-in-out 0s;
}
.c_item:hover a.education-image-container.product_color_yes {
	background: none !important;
}
.c_item h5 {
	transition: color .3s ease-in-out 0s;
}
.c_item:hover h5 {
	color: #e38813;
}

/* Alignement des liens ronds par dessus les boutons */
.product-container {
	position: relative;
}
.product-container h5 {
	position: absolute;
	text-align: center !important;
	left: 0;
	right: 0; 
	top: 100%;
}


/* Sur la page d'accueil, on fait se chevaucher le carousel avec les typo cursives */


/* Authentification + creation de compte */

#popupCreateAccount  {
	overflow-y: scroll;
}
#popupCreateAccount {
	width: 100%;
/*	min-width: 450px;*/
	max-width: 650px;
}
#login_start.loginOpened,
#popupCreateAccount.loginOpened {
	transform: translateX(0);
	box-shadow: 0 1px 22px rgba(0, 0, 0, 0.29);
	
}
.studentFormSubmit {
	padding-top: 40px;
}
#login_start h4,
#popupCreateAccount h4 {
	/* Sorry */
	font-size: 20px;
}

@media (min-width: 576px) {
	
}

@media (min-width: 992px) {
	
}

@media (min-width: 1200px) {
	
}

#totUserActions {
	background-color: var(--color-forte-text);
	position: absolute;
	padding: 10px 20px;
	right: 0;
	top: 100%;
	text-align: left;
	min-width: 236px;
	display: none;
	margin-top: 20px;
}
#totUserActions.loginOpened {
	display: block;
}
.fixedHeader #totUserActions.loginOpened {
	top: 70px;
}
#totUserActions:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: var(--color-forte-text);
	border-width: 15px;
	margin-left: -15px;
}
#totUserActions a,
#totUserActions > div {
	color: var(--color-forte);
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
.fichePoste {
	text-align: center;
	font-size: 11px;
}

/* Menu utilisateur sur mobile */

@media (max-width: 768px) {
	#totUserActions {
		position: fixed;
		min-width: auto;
		width: calc(100% - 10px);
		top: 70px;
		right: 5px;
		left: 5px;
	}
	#totUserActions:after {
		left: auto;
		right: 5px;
	}
	
}



#backEducationList,
#jsCloseLogin,
#returnFront {
	display: block;
	position: absolute;
	top: 10px; right: 10px;
	width: 40px;
	height: 40px;
	line-height: 42px;
	font-size: 50px;
	cursor: pointer;
	font-weight: 300;
	z-index: 1000000;
}
h4.loginAccessTitle {
	margin-top: 0;
	font-size: 16px;
}

.darkColForms label {
	display: block;
}
p.lost_password {
	text-align: right;
	font-size: 10px;
	margin-top: -5px;
	line-height: 10px;
	
}
p.lost_password a {
	text-decoration: underline;
}
p.lost_password a:hover {
	color: var(--color-forte-second) !important;
}

#recoverPasswordContainer {
	display: none;
	position: absolute;
	top: 0px;
	right: 0;
	left: 0;
	background-color: var(--signin-bg-color);
	padding: 170px 35px 35px;
	z-index: 100;
	bottom: 0;
}

/* Des labels qui apparaissent seulement avec Focus sur le input */
.labelOnlyHover {
	position: relative;
}
.labelOnlyHover label {
	display: block;
	position: absolute;
	background-color: var(--color-forte-text);
	bottom: 100%;
	z-index: -1;
	padding: 10px 15px 8px;
	text-align: right;
	
	opacity: 0;
	transition: opacity 0.3s ease-in-out 0s;
	line-height: 20px;
	box-shadow: 0 0 5px rgba(68, 68, 68, 0.63);
	left: 5px;
	margin-bottom: 10px;
	
}
.labelOnlyHover label:after {
	left: 0;
	top: 100%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: var(--color-forte-text);
	border-width: 18px;
}
.labelOnlyHover input:focus + label {
	opacity: 1;
	z-index: 1;
	transition: opacity 0.3s ease-in-out 2s;
	
}

@media (min-width: 768px) {
	.labelOnlyHover label {
		text-align: left;
	}
}

/* Page contact */

.flex-contacts {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 30px;
}
.flex-contacts > * {
	width: 100%;
}
/* Les polygons arragnés pour contacts */
.flex-contacts > *::after,
.flex-contacts > *::before {
	z-index: -1;
}
.flex-contacts .pseudoPolygon.pPolyg_4:hover::before {
	background-color: rgba(227, 143, 42, 0.19);
	clip-path: polygon(0 0, 100% 0, 88% 88%, 8% 90%);
}
.flex-contacts .pseudoPolygon.pPolyg_4:hover::after {
	background-color: rgba(227, 143, 42, 0.19);
	clip-path: polygon(0 20%, 100% 30%, 88% 80%, 14% 100%);
}
.flex-contacts .pseudoPolygon.pPolyg_5:hover::before {
	background-color: rgba(227, 143, 42, 0.19);
	clip-path: polygon(15% 0, 90% 10%, 88% 88%, 8% 90%);
}
.flex-contacts .pseudoPolygon.pPolyg_5:hover::after {
	background-color: rgba(227, 143, 42, 0.19);
	clip-path: polygon(0 20%, 100% 30%, 88% 80%, 14% 100%);
}
.flex-contacts .pseudoPolygon.pPolyg_6:hover::before {
	background-color: rgba(227, 143, 42, 0.19);
	clip-path: polygon(15% 0, 90% 10%, 88% 88%, 8% 90%);
}
.flex-contacts .pseudoPolygon.pPolyg_6:hover::after {
	background-color: rgba(227, 143, 42, 0.19);
	clip-path: polygon(0 20%, 100% 30%, 88% 80%, 24% 100%);
}
.flex-contacts .pseudoPolygon.pPolyg_7:hover::before {
	background-color: rgba(227, 143, 42, 0.19);
	clip-path: polygon(0 20%, 100% 30%, 88% 80%, 14% 100%);
}
.flex-contacts .pseudoPolygon.pPolyg_7:hover::after {
	background-color: rgba(227, 143, 42, 0.19);
	clip-path: polygon(0 20%, 100% 30%, 88% 80%, 24% 100%);
}

.flex-contacts > * strong {
	display: block;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-top: 20px;
}
@media (min-width: 768px) {
	.flex-contacts > * {
		width: 20%;
	}
}

.form-contact label {
	padding: 4px 10px 3px;
	display: inline-block;
}
.form-contact .focused label {
	background-color: var(--ctrl-color-hover);
}
#center_column .form-contact .focused input,
#center_column .form-contact .focused textarea {
	border-color: var(--ctrl-color-hover);
}

/* Page Mes Formations my-educations.tpl */

.myFormationsList {
	padding-right: 2%;
	padding-left: 2%;
}
.myFrow {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	padding-top: 15px;
}
.myFrow > * {
	order: 2;
}

.myFLegends {
	color: gray;
}
.myFname {
	width: 100%;
	font-size: 24px;
	text-align: center;
	padding-top: 20px;
	order: 0;
	padding-bottom: 7px;
}
.myFsessionName {
	width: 30%;
	flex-grow: 2;
}
.myFprice,
.myFpriceWTax {
	text-align: right;
	width: 100px;
	flex-grow: 0;
	padding-right: 15px;
}
.myFstate {
	width: 100%;
	flex-shrink: 0;
	flex-grow: 1;
	text-align: center;

	order: 1;
	font-style: italic;
	padding-bottom: 20px;
	font-size: 12px;
}
.myFLegends .myFstate {
	display: none;
}
.myFrow button {
	width: 150px;
	flex-shrink: 0;
	margin: 20px calc(50% - 75px) 0;
}

@media (min-width: 992px) {
	.myFname {
		text-align: left;
	}
	.myFrow button {
		margin: 0;
	}
	.myFbuttonSpacer {
		width: 150px;
	}
	.myFstate {
		width: 15%;
		text-align: left;
		order: 2;
		padding-bottom: 00px;
	}
	.myFLegends .myFstate {
		display: block;
	}
}

/* Détaisl d'une formation dans la liste des foramtions */
.educationDetail {
	background-color: rgba(0,0,0,0.1);
	border-top: 3px solid var(--color-forte-text);
	border-bottom: 3px solid var(--color-forte-text);
	width: 100%;
}
#showEducationTPL {
	margin: auto;
	position: relative;
}
#backEducationList {
	color: var(--color-forte-text);
}
#showEducationTPL h2 {
/*	margin-top: 0;*/
}
#showEducationTPL h2 small {
	display: block;
}
#showEducationTPL h3 {
	margin-bottom: 30px;
}
#showEducationTPL li {
	padding-top: 6px;
	padding-bottom: 8px;
}
#recapEducation ul {
	width: 350px;
	margin: auto;
	text-align: center;
}


/* Liste des fichiers */
.rowFichierLien {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding-top: 13px;
	padding-bottom: 13px;
}
.rowFichierLien::before {
	content: "";
	display: block;
	position: absolute;
	border-bottom: 1px dotted black;
	right: 0;
	left: 0;
	top: 26px;
	z-index: 0;
}
.rowFichierLien > * {
	background-color: var(--color-forte);
	position: relative;
	padding-right: 2px;
	padding-left: 2px;
}
.rowFichierLien a {
	color: var(--color-forte-text);
}
.rowFichierLien a:hover {
	text-decoration: underline;
}
.rowFichierLien:first-child {
	color: gray;
}
.rowFichierLien:first-child::before {
	display: none;
}
/* Exception */

div#top_column.center_column.col-xs-12 div.row.hidden-xs.ls-direction-fix {
	padding: 0 !important;
}

/* Page product dans education.tpl */
.pb-left-column {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
}
.pb-left-column > div.product_img {
	width: 300px;
	margin-bottom: 50px;
}

@media (min-width: 992px) {
	.pb-left-column {
		flex-direction: row;
		justify-content: space-around;
	}
	.pb-left-column > div {
		width: 100%;
	}
}

/* Mise en page avec des point de conduite */
.product_details p,
.product_details li {
	margin-bottom: 10px;
	
	display: flex;
	justify-content: space-between;
}

.product_details p::before,
.product_details li::before {
	content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
	display: block;
	height: 19px;
	overflow: hidden;
	white-space: nowrap;
	
	z-index: -1;
	font-size: 8px;
	line-height: 30px;
	
	flex-grow: 2;
	order: 2;
}

.product_details p span:first-of-type,
.product_details li span:first-of-type,
.product_details p div:first-of-type,
.product_details li div:first-of-type {
	order: 1;
	white-space: nowrap;
}
.product_details p span:last-of-type,
.product_details li span:last-of-type,
.product_details p div:last-of-type,
.product_details li div:last-of-type {
	order: 3;
	font-weight: 800;
	white-space: nowrap;
}

/* Bloc inscirption étudiant */
#inscription-bloc {
	
}
#inscription-bloc h4 {
	text-align: center;
}

/* Icone Ipad / PC  */
.radio_for_supplyChoice {
	display: flex;
	justify-content: space-around;
	text-align: center;
}
.radio_for_supplyChoice label {
	display: block;
	padding: 10px;
	transition: all .3s ease-in-out 0s;
	text-align: center;
}
.radio_for_supplyChoice label:hover {
	color: var(--color-forte);
	background-color: var(--theme-color-3);
}

.matos {
	display: block;
	margin: 10px auto;
	position: relative;
	width: 120px;
	max-height: 120px;
	height: 76px;
	cursor: pointer;
}
.matos svg,
.matos img {
	margin: auto;
	max-height: 80px;
	display: block;
	width: 120px;
	position: relative;
	fill: black;
	transition: all .3s ease-in-out 0s;
}
.matos span {
	display: block;
	background-color: var(--product-color);
	position: absolute;
	background-position: center;
	background-size: 50% auto;
	background-repeat: no-repeat;
	
	opacity: 0.3;
	transition: all .3s ease-in-out 0s;
}

label:hover .matos span {
	opacity: 1;
}

.matos.ipad span {
	right: 29%;
	left: 29%;
	top: 10%;
	bottom: 5%;
	background-position: center;
	background-size:  auto 50%;
}
.matos.laptop span {
	right: 15%;
	left: 15%;
	top: 3%;
	bottom: 17%;
}
.product_color_yes .matos span {
	background-color: var(--product-color);
	background-size: 50% auto;
}

#genderRegistration-button,
#country-button {
	background: rgba(255, 255, 255, 0.82);
	display: block !important;
	color: var(--color-forte-text);
	width: 100% !important;
	min-height: 40px;
	padding: 0 13px 0 20px;
	line-height: 40px;
}
#genderRegistration-button .ui-icon,
#country-button .ui-icon {
	top: 10px;
	background-color: var(--color-forte-text);
}
ul#genderRegistration-menu,
ul#country-menu {
	color: #fff;
	background-color: var(--color-forte-text);
}
.acbCheckboxesContainer,
#acb-close-button {
	display: none!important
}

/* Les 4 services */
.s-certifications .imgContainerBorder {
	background: var(--picto-service-2);
}
.s-access24-7 .imgContainerBorder {
	background: var(--picto-service-1);
}
.s-rythme .imgContainerBorder {
	background: var(--picto-service-3);
}
.s-matos .imgContainerBorder {
	background: var(--picto-service-4);
}

.imgBoContainer {
	/* Si pas d'image renseignée : margin-bottom */
	margin-bottom: -100px !important;
	position: relative;
	z-index: 0;
}
.imgBoContainer + h4  {
	position: relative;
}
/* Utiliser le carousel #2 pour dessinner une grille de formations */
div#featuredproducts_2 .c_col {
	width: 120px;
}

div#featuredproducts_2 .c_col .c_item {
	margin: 0;
	padding: 0;
	background-color: rgba(192, 192, 192, 0.46);
}
div#featuredproducts_2 .c_col .c_item .education-image-container {
	margin: 0;
	width: 100%;
}
div#featuredproducts_2 .c_col .c_item .product-container h5 {
	top: 0;
	bottom: 0;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	opacity: 0;
}
div#featuredproducts_2 .c_col .c_item:hover h5 {
	opacity: 1;
}

.container .container {
	padding: 0!important
}




.qualiopi_index {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    padding: 15px;
    flex-wrap: wrap;
}
@media (min-width: 768px) {
    .qualiopi_index {
        padding: 15px 30px 15px 5px;
        flex-wrap: nowrap;
		margin-bottom: 20px;
    }
}


.qualiopi_index img {
    max-width: 250px;
    width: 100%;
    margin-right: 15px;
}
@media (max-width: 767px) {
    .qualiopi_index img {
        max-width: 250px;
    }
}
#hook_displayEphenyxIndex .qualiopi_index p {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 0;
    text-align: left;
}
@media (min-width: 768px) {
    #hook_displayEphenyxIndex .qualiopi_index p {
        text-align: justify;
    }
}





