/* @override 
	https://ld-formation.fr/frontEducation/phenyx-theme-default/css/autoload/match.css */



/* Améliorations du formulaire pour tous */
.radio_50_50 span {
	display: flex;
	justify-content: center;
}
.radio_50_50 span > * {
	width: 50%;
	text-align: center;
}
@media (min-width: 768px) {
	.radio_50_50 span > * {
		width: 30%;
	}
}
label.checkbox {
	background: none !important;
/*	color: black !important;*/
}
#center_column label.checkbox input.form-control {
	margin: auto auto 10px;
	display: block;
	width: auto;
}
.news label:first-child {
	display: none;
}
.news label.checkbox {
	text-align: left;
	white-space: normal;
	padding-left: 25px;
}
.news label.checkbox input.form-control {
margin-top: -3px !important;
	margin-bottom: 6px !important;
margin-left: -19px !important;
display: inline !important;
}
label {
	/* Attention : cette propriété a une incidence sur le fichier education.tpl du theme frontEducation quand l'étudiant choisi sont matériel pédagogique */
	/* Il faut trouver un meilleur selecteur */
	/*background: none !important;*/
	
}
.label_hidden label {
	display: none
}

/* Remove Messenger + login + extras */

body#form-match #generic_layout_container,
body.hide_captcha .grecaptcha-badge {
	display: none;
	opacity: 0;
}
body.hide_captcha #login_start {
	display: none !important;
}
body.hide_captcha #page {
	position: relative;
	z-index: 1;
}
body.hide_captcha #footer {
	position: relative;
	z-index: 0;
}
body.hide_captcha #paddingForMenu {
	padding-top: 0 !important;
}
body.hide_captcha .papier {
	border-top: none;
	padding-top: 55px;
}
body.hide_captcha .papier h1.withBreadcrumb {
	display: none;
}
body.hide_captcha #center_column {
	padding-left: 0;
	padding-right: 0;
}
body.hide_captcha #ephtm_menu_toggle {
	display: none;
}
body.hide_captcha #popupCreateAccount {
	display: none;
}
body.hide_captcha .wrap_breadcrumb {
	display: none;
	
}
@media (min-width: 768px) {
	body.hide_captcha .papier {
		border-top: none;
		padding-top: 225px;
	}
}


#match {
	padding-top:  60px;
}

@media (max-width: 768px) {
	#match h1 {
		font-size: 26px;
	}
}
#match h1,
#match h2,
#match P {
	margin-top: 0;
	margin-bottom: 0;
}
#match h2 {
	text-transform: none;
	font-size: 22px;
}
#match h2 small {
	padding-bottom: 9px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#match small {
	display: block;
}

#intro,
#outtro,
#mailtrue {
	display: block;
	text-align: center;
	background-color: #201646;
	color: #fff;
	padding: 15px;
	
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1001;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: ;
	align-content: center;
	
}
#intro .logoBlanc img,
#outtro .logoBlanc img,
#mailtrue .logoBlanc img {
	max-width: 150px !important;
}

#intro > *,
#outtro > *,
#mailtrue > *{
	width: 100%;
}
#intro *,
#outtro *,
#mailtrue * {
	color: #fff;
}
#intro a,
#outtro a,
#mailtrue a {
	margin: 30px 15px 15px;
	max-width: 250px;
	background-color: #f74515;
	padding: 15px;
	cursor: pointer;
}


.date {
	line-height: 20px;
}
#vs {
	width: 100%;
	
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding-bottom: 20px;
	padding-top: 20px;
}
#vs img {
	width: 100px;
}
#vs img.adversaire {
	border-radius: 50%;
}

#vs span {
	background-color: #f44615;
	width: 30px;
	height: 30px;
	line-height: 33px;
	border-radius: 50%;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 11px;
}

.gains {
	display: flex;
	justify-content: center;
	padding-top: 15px;
	padding-bottom: 15px;
	align-items: center;
}
.gain {
	margin: 25px 12px;
}
.gain img {
	max-width: 100px;
	height: auto !important;
	display: block;
	margin: auto auto 10px;
	border-radius: 50%;
}


#outtro .done,
#mailtrue .done {
	margin: 15px;
}
#outtro a,
#mailtrue a {
	margin-top: 30px;
	margin-right: auto;
	display: block;
	max-width: 150px;
	margin-left: auto;
}





.flex-contacts {
	margin: auto;
	width: 50%;
}



#outtro,
#mailtrue {
	display: none;
}


/* Matos avec icones : tests */
h2.gainsFormation {
	display: none !important;
}
.gainsFormationIcones {
	display: flex !important;
	flex-wrap: wrap;
}
div#intro.matchOnly div.gains.gainsFormationIcones h2 {
	width: 100%;
	margin-bottom: -20px;
	margin-top: -40px;
}
.gainsFormationIcones h2 small {
	padding: 0 !important;
}

.gainsFormationIcones .gain {
	background-color: var(--orange);
	border-radius: 50%;
	width: 110px;
	height: 110px;
	padding-top: 30px;
}
.gainsFormationIcones .gain.tablettes {
	padding-top: 15px;
}
.gain svg {
	max-width: 80px;
	max-height: 60px;
	height: auto !important;
	display: block;
	margin: auto auto 10px;
	fill: white;
}





/* Les animations */

:root {
	--temps: 1.2s;
}

@keyframes opaUp {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes opaUpHeightUp {
  from {
    opacity: 0;
	max-height:0px;
  }

  to {
    opacity: 1;
	max-height:150px;
  }
}

@keyframes opaDownHeightDown {
  from {
    opacity: 1;
	max-height:150px;
  }

  to {
    opacity: 0;
	max-height:0px;
  }
}



.date {
	opacity: 0;
}
.helloDate .date {
	animation-duration: var(--temps);
	animation-name: opaUp;
	
	opacity: 1;
}

#vs {
	opacity: 0;
	max-height: 0;
}
.helloVS #vs {
	animation-duration: var(--temps);
	animation-name: opaUpHeightUp;
	
	opacity: 1;
	max-height: 150px;
}


#intro h1,
#intro .logoBlanc {
	opacity: 0;
	max-height: 0;
}
.helloH1 #intro .logoBlanc,
.helloH1 #intro h1 {
	animation-duration: var(--temps);
	animation-name: opaUpHeightUp;
	
	opacity: 1;
	max-height: 150px;
}


#match h2,
.gains {
	opacity: 0;
	max-height: 0;
}
.helloH2Gains h2,
.helloH2Gains .gains {
	animation-duration: var(--temps);
	animation-name: opaUpHeightUp;
	
	opacity: 1;
	max-height: 150px;
}
/* Remove date + vs */
.helloH2Gains #vs,
.helloH2Gains .date {
	animation-duration: var(--temps);
	animation-name: opaDownHeightDown;
	
	opacity: 0;
	max-height: 0;
}
/* Retirer la date */
.helloH2Gains .date,
.helloH2Gains #intro .logoBlanc {
	animation-duration: var(--temps);
	animation-name: opaDownHeightDown;
	
	opacity: 0;
	max-height: 0;
}


.jsMatchGoForm {
	opacity: 0;
	max-height: 0;
}
/*.helloButton ,*/
.helloButton .jsMatchGoForm {
	animation-duration: var(--temps);
	animation-name: opaUpHeightUp;
	
	opacity: 1;
	max-height: 150px;
}
.helloButton #intro h1 {
	animation-duration: var(--temps);
	animation-name: opaDownHeightDown;
	
	opacity: 0;
	max-height: 0;
}

body.hide_captcha .helloButton #ephtm_menu_toggle {
	display: block;
}



/* Le formualaire */
#match .papier {
	background-color: #201646;
	background-image: none;
	padding-bottom: 140px;
}
#match hr {
	height: 0px;
	border-top: 0;
	opacity: .3;
	margin-top: 30px;
	margin-bottom: 30px;
}
#match input[type="text"] {
	border: 1px solid #fff;
	background: none;
	color: white;
}
