@charset "UTF-8";

#center-box-paiement
{
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.6);
    display: none;
}

#box-paiement
{
    width: 1170px;
    display: grid;
    grid-template-columns: 1fr 390px;
    grid-template-rows: 60px 1fr;
	grid-template-areas: 
		"menu-pay menu-pay"
		"contain-pay price-pay";
	background-color: #FFF;
	border-radius: 15px;
	height: 100%;
}

#menu-payment
{
	grid-area: menu-pay;
	display: flex;
	align-items: center;
	position: relative;
	border-bottom: 1px solid #CCC;
	padding-left: 30px;
}

#contain-payment
{
	grid-area: contain-pay;
	padding-left: 50px;
	padding-top: 40px;
	position: relative;
}

#price-payment
{
	grid-area: price-pay;
}

#btn-fermer-paiement
{
    border: 1px solid #ddd;
    padding: 6px 25px 6px 25px;
    font-family: overpass-light, Arial;
    font-size: 1rem;
    border-radius: 8px;
    color: #4F4F4F;
    cursor: pointer;
    position: absolute;
	right: 50px;
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    -moz-transition: background-color 0.2s, border 0.2s, color 0.2s;
    -o-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
}

#btn-fermer-paiement:hover
{
    color: #FFF;
    background-color: #121619;
    border-color: #121619;
}

.tx-menu-payment
{
	font-family: overpass-light, Arial;
	font-size: 1.05rem;
	margin-left: 20px;
    margin-right: 20px;
    opacity: 0.5;
}

.tx-menu-payment-selected
{
	font-family: overpass-bold, Arial;
    font-size: 1.05rem;
    background-color: #FFF;
    box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, .3);
    padding: 9px 30px 9px 30px;
    border-radius: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.chevron-menu-pay
{
	font-family: overpass, Arial;
	font-size: 0.9rem;
	margin-left: 5px;
}

.title-payment
{
	font-family: overpass-extrabold, Arial;
	font-size: 1.75rem;
}

#box-pack-selected
{
	box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, .3);
    background-color: #FFF;
    padding: 35px;
    width: 300px;
    border-radius: 25px;
	margin-top: 20px;
	margin-bottom: 40px;
}

#tx-name-pack
{
	font-family: overpass-bold, Arial;
	font-size: 1.2rem;
}

.tx-annee-pack
{
	font-family: overpass-light, Arial;
}

#tx-cycle
{
	font-family: overpass-light, Arial;
	font-size: 1.9rem;
}

#tx-nbr-videos
{
	font-family: overpass-light, Arial;
	font-size: 1.15rem;
}

#tx-prix-unitaire
{
	font-family: overpass-light, Arial;
	font-size: 1rem;
}

#cont-choose-mensualites
{
	display: flex;
	margin-top: 20px;
}

.cont-mensualites
{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 25px;
}

.btn-mensualites
{
	padding: 15px 24px 15px 24px;
	color: #356795;
	border: 1px solid #FFF;
	border-radius: 11px;
	font-family: overpass-extrabold, Arial;
	font-size: 1.45rem;
	cursor: pointer;
	-webkit-transition: border 0.3s;
    -moz-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
}

.btn-mensualites:hover
{
	border: 1px solid #356795;
}


.btn-mensualites-selected
{
	padding: 15px 24px 15px 24px;
	background-color: #356795;
	border: 1px solid #356795;
	border-radius: 11px;
	color: #FFF;
	font-family: overpass-extrabold, Arial;
	font-size: 1.45rem;
	cursor: pointer;
	-webkit-transition: border 0.3s, background 0.3s, color 0.3s;
    -moz-transition: border 0.3s, background 0.3s, color 0.3s;
    -o-transition: border 0.3s, background 0.3s, color 0.3s;
    transition: border 0.3s, background 0.3s, color 0.3s;
}

.tx-mensualites
{
	font-family: overpass-light, Arial;
	font-size: 1.1rem;
	margin-top: 15px;
}

#box-price
{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, .3);
	background-color: #FFF;
	padding: 30px;
	border-radius: 25px;
	width: 280px;
	height: calc(100% - 120px);
	margin-top: 30px;
}

#cont-price
{
	display: flex;
	justify-content: space-between;
}

#right-price
{
	text-align: end;
	font-family: overpass-light, Arial;
	font-size: 0.97rem;
	line-height: 26px;
}

#left-price
{
	font-family: overpass-light, Arial;
	font-size: 0.97rem;
	line-height: 26px;
}

.tx-bold-ttc
{
	font-family: overpass-extrabold, Arial;
}

#tx-price-choose
{
	font-family: overpass-extrabold, Arial;
	font-size: 2.3rem;
}

#tx-mensualites-choose
{
	font-family: overpass-light, Arial;
	font-size: 1.4rem;
}

.btn-payment
{
	font-family: overpass-extrabold, Arial;
	font-size: 1.1rem;
	border-radius: 50px;
	text-decoration: none;
	padding: 13px 43px 13px 43px;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
	color: #FFF;
	background-color: #356795;
	text-align: center;
	cursor: pointer;
}

.btn-payment:hover
{
	background-color: #193d5e;
}

#cont-valid-payment
{
	height: 310px;
}

.btn-back-paiement
{
	display: flex;
	align-items: center;
	font-family: overpass-extrabold, Arial;
	font-size: 0.9rem;
	border-radius: 50px;
	text-decoration: none;
	-webkit-transition: background 0.3s, color 0.3s, border 0.3s;
	-moz-transition: background 0.3s, color 0.3s, border 0.3s;
	-o-transition: background 0.3s, color 0.3s, border 0.3s;
	transition: background 0.3s, color 0.3s, border 0.3s;
	border: 1px solid #ddd;
	color: #202326;
	padding: 2px 30px 2px 15px;
	width: 195px;
	margin-bottom: 20px;
	cursor: pointer;
}

.btn-back-paiement:hover
{
	background-color: #121619;
	color: #FFF;
	border-color: #121619;
}

#fleche-back-paiement
{
	pointer-events: none;
	width: 29px;
	height: 29px;
	fill: #121619;
	transform: rotate(90deg);
	margin-right: 6px;
}

.btn-back-paiement:hover > #fleche-back-paiement
{
	fill: #FFF;
}

#tx-recap-commande
{
	font-family: overpass-light, Arial;
	font-size: 1.15rem;
	margin-right: 20px;
	margin-top: 5px;
}

#cont-liste-videos-pack
{
	width: calc(100% - 50px);
	margin-top: 20px;
	overflow-y: scroll;
	position: absolute;
	height: calc(100% - 210px);
	margin-left: -10px;
}

.box-video-recap
{
	display: flex;
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, .1);
	align-items: center;
	margin-bottom: 15px;
	border-radius: 12px;
	margin-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.img-video-recap
{
	width: 220px;
	border-radius: 12px;
	margin-left: 10px;
}

.cont-description-video-recap
{
	margin-left: 15px;
	border-radius: 15px;
	margin-right: 15px;
}

.cours-et-duree-video-recap
{
	font-family: overpass-extrabold, Arial;
	font-size: 0.95rem;
	margin-bottom: 2px;
}

.title-video-recap
{
	font-family: overpass-extrabold, Arial;
	font-size: 1.1rem;
}

.sous-title-video-recap
{
	font-family: overpass-light, Arial;
	font-size: 1.1rem;
}

.mise-en-ligne-recap
{
	font-family: overpass-light, Arial;
	font-size: 0.95rem;
	margin-top: 5px;
}

.date-publication-recap
{
	font-family: overpass-extrabold, Arial;
}


#cont-btn-passer-paiement-for-smartphone
{
	padding: 0px 10px 25px 10px;
	display: none;
}

#cont-popup-error
{
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	z-index: 100;
	justify-content: center;
	align-items: center;
	display: none;
}

#box-popup-error
{
	width: 960px;
	height: 290px;
	background-color: #FFF;
	border-radius: 15px;
	display: grid;
	grid-template-columns: 4fr 1fr;
}

#cont-msg-error
{
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding-left: 40px;
	padding-right: 15px;
	grid-column: 1 / 1;
}

.btn-fermer-popup
{
  border: 1px solid #ddd;
	padding: 6px 25px 6px 25px;
	font-family: overpass-light, Arial;
	font-size: 1rem;
	border-radius: 8px;
	color: #4F4F4F;
	cursor: pointer;
	-webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
	-moz-transition: background-color 0.2s, border 0.2s, color 0.2s;
	-o-transition: background-color 0.2s, border 0.2s, color 0.2s;
	transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.btn-fermer-popup:hover 
{
    color: #FFF;
    background-color: #121619;
    border-color: #121619;
}

#center-btn-fermer-error
{
	display: flex;
	align-items: center;
	justify-content: end;
	padding-right: 40px;
	grid-column: 2 / 2;
}

#title-msg-error
{
	font-family: overpass-bold, Arial;
	font-size: 1.5rem;
	color: #A73333;
}

.error
{
	font-family: overpass-light, Arial;
	font-size: 1.2rem;
}

#tx-final-commande
{
	font-family: overpass-bold, Arial;
	font-size: 0.95rem;
	margin-top: 5px;
}

#tx-accept-conditions
{
	font-family: overpass-light, Arial;
	font-size: 0.93rem;
	margin-top: 20px;
}

.link-conditions
{
	color: #356795;
	font-family: overpass-bold;
	text-decoration: none;
}

.link-conditions:hover
{
	text-decoration: underline;
}

.tx-pris-connaissance-conditions
{
	font-family: overpass-bold, Arial;
	font-size: 1rem;
	margin-left: 25px;
}

#cont-consentement
{
	margin-top: 20px;
	display: flex;
	align-items: center;
}

#check-accept
{
	transform: scale(1.6);
	cursor: pointer;
}

.tx-secure-by
{
	font-size: 1.3rem;
}

.link-stripe
{
	font-size: 1.3rem;
	color: #22CA84;
}

.link-stripe:hover
{
	color: #356795;
}

.link-que-faire
{
	font-family: overpass-light, Arial;
	font-size: 0.95rem;
	text-decoration: none;
	color: #121619;
	margin-left: 22px;
}

.link-que-faire:hover
{
	text-decoration: underline;
}

#cont-tx-paiement-secure
{
	display: flex;
	align-items: end;
	flex-wrap: wrap;
}

#cont-cb-ou-cheque
{
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.btn-cb-cheque-selected
{
	padding: 12px 35px 12px 35px;
	background-color: #356795;
	border: 1px solid #356795;
	color: #FFF;
	border-radius: 10px;
	font-family: overpass-bold, Arial;
	font-size: 1.1rem;
	-webkit-transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    -moz-transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    -o-transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
}

.btn-cb-cheque
{
	padding: 12px 35px 12px 35px;
	color: #356795;
	border-radius: 10px;
	font-family: overpass-bold, Arial;
	font-size: 1.1rem;
	border: 1px solid #356795;
	cursor: pointer;
	-webkit-transition: color 0.2s, border-color 0.2s;
    -moz-transition: color 0.2s, border-color 0.2s;
    -o-transition: color 0.2s, border-color 0.2s;
    transition: color 0.2s, border-color 0.2s;
}

.btn-cb-cheque:hover
{
	border-color: #193d5e;
	color: #193d5e;
}

#tx-ou
{
	margin-left: 30px;
	margin-right: 30px;
	font-family: overpass-light, Arial;
	font-size: 1.2rem;
}


#tx-choose-pay-for-smartphone
{
	margin-top: 40px;
	font-family: overpass-bold, Arial;
	font-size: 1rem;
	display: none;
}

#btn-payer-cheque
{
	display: none;
}

#box-cb
{
	width: calc(100% - 50px);
	margin-top: 40px;
}

#box-cheque
{
	display: none; 
	width: calc(100% - 50px); 
	margin-top: 40px;
}

#cont-patience
{
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0,0,0,0.9);
	z-index: 100;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #FFF;
	text-align: center;
	display: none;
}

#tx-veuillez-patienter
{
	font-family: overpass-extrabold, Arial;
	font-size: 2.3rem;
}

#tx-recevoir-notif
{
	font-family: overpass-light, Arial;
	font-size: 1.8rem;
}

.cont-end-commande
{
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #FFF;
	z-index: 100;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	display: none;
}

.btn-fermer-end-commande
{
	padding: 8px 25px 8px 25px;
	font-family: overpass-bold, Arial;
	font-size: 1rem;
	border-radius: 8px;
	cursor: pointer;
	-webkit-transition: background-color 0.2s, color 0.2s;
	-moz-transition: background-color 0.2s, color 0.2s;
	-o-transition: background-color 0.2s, color 0.2s;
	transition: background-color 0.2s, color 0.2s;
	text-decoration: none;
	background-color: #356795;
	color: #FFF;
}

.btn-fermer-end-commande:hover
{
	color: #FFF;
	background-color: #121619;
	border-color: #121619;
}

.tx-end-commande-title
{
	font-family: overpass-extrabold, Arial;
	font-size: 2.3rem;
	color: #22CA84;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

.tx-end-commande-text
{
	font-family: overpass-light, Arial;
	font-size: 1.8rem;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.tx-merci-confiance
{
	font-family: overpass-bold, Arial;
	font-size: 1.3rem;
	margin-top: 30px;
	margin-right: 15px;
	margin-left: 15px;
}

.tx-facture-by-mail
{
	font-family: overpass-light, Arial;
	font-size: 1.2rem;
	margin-top: 10px;
}

#popup-notif-app
{
	position: absolute;
	width: 340px;
	bottom: 30px;
	right: 15px;
	z-index: 20;
	padding: 30px;
	box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, .3);
	background-color: #FFF;
	border-radius: 25px;
	display: flex;
	flex-direction: column;
	display: none;
}

.ajust-center-notif-app
{
	align-self: center;
}

#tx-notif-app
{
	font-family: overpass-light, Arial;
	font-size: 1rem;
	margin-top: 20px;
}

#tx-red-zero-euro
{
	color: #A73333;
	font-family: overpass-bold, Arial;
}

/*-------STRIPE CSS---------*/

.payment-form 
{
  width: 100%;
}

.payment-form > label {
  height: 35px;
  position: relative;
  color: #8798AB;
  display: block;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: overpass-light,Arial;
}

.payment-form > label > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: 300;
  line-height: 32px;
  color: #356795;
  border-bottom: 1px solid #586A82;
  transition: border-bottom-color 200ms ease-in-out;
  cursor: text;
  pointer-events: none;
  font-family: overpass-bold, Arial;
}

.payment-form > label > span span {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0% 50%;
  transition: transform 200ms ease-in-out;
  cursor: text;
}

.payment-form > label .field + span span,
.payment-form > label .field:not(.is-empty) + span span {
  transform: scale(0.72) translateY(-36px);
  cursor: default;
}

.payment-form > label .field + span {
  border-bottom-color: #34D08C;
}

.field {
  background: transparent;
  font-weight: 300;
  border: 0;
  color: #34D08C;
  outline: none;
  cursor: text;
  display: block;
  width: 100%;
  line-height: 32px;
  padding-bottom: 3px;
  transition: opacity 200ms ease-in-out;
  font-size: 19px;
}

.field::-webkit-input-placeholder { color: #8898AA; }
.field::-moz-placeholder { color: #8898AA; }

/* IE doesn't show placeholders when empty+focused */
 .field:-ms-input-placeholder { color: #424770; }

.success {
  display: none;
  font-size: 15px;
}

.success.visible, .error.visible {
  display: inline;
}

.success {
  color: #34D08C;
}

.success .token {
  font-weight: 500;
  font-size: 15px;
}

/*-------FIN STRIPE CSS---------*/

@media screen and (max-width: 1200px)
{
	#box-paiement
	{
		width: 100%;
		border-radius: 0;
	}
}

/*rupture en dessous de tablette portrait*/
@media screen and (max-width: 959px)
{
	#box-paiement
	{
		overflow-y: scroll;
		grid-template-areas: 
			"menu-pay menu-pay"
			"contain-pay contain-pay"
			"price-pay price-pay";

	}

	#box-price
	{
		margin-left: 0;
		margin-top: 50px;
		height: calc(100% - 80px);
	}

	#price-payment
	{
		margin-bottom: 90px;
		display: flex;
		justify-content: center;
	}

	#contain-payment
	{
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-left: 0;
	}

	.cont-mensualites
	{
		margin-left: 25px;
	}

	#cont-valid-payment
	{
		height: initial;
	}

	#cont-liste-videos-pack 
	{
	    width: 100%;
	    margin-top: 20px;
	    overflow-y: auto;
	    position: initial;
	    height: initial;
	    margin-left: 0;
	}

	.box-video-recap
	{
		margin-right: 0;
	}

	#box-popup-error
	{
		width: 100%;
	}

	#tx-veuillez-patienter, .tx-end-commande-title
	{
		font-size: 1.9rem;
	}

	#tx-recevoir-notif, .tx-end-commande-text
	{
		font-size: 1.3rem;
		padding-right: 20px;
		padding-left: 20px;
	}
}

/*rupture smartphone*/
@media screen and (max-width: 767px)
{
	#box-paiement
	{
		grid-template-rows: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}

	#menu-payment
	{
		padding-left: 0;
		flex-direction: column;
		padding-top: 30px;
		padding-bottom: 30px;
		align-items: start;
	}

	.chevron-menu-pay
	{
		visibility: hidden;
	}

	#btn-fermer-paiement
	{
		right: 22px;
	}

	#cont-choose-mensualites
	{
		flex-wrap: wrap;
		justify-content: center;
	}

	.cont-mensualites
	{
		margin-top: 20px;
	}

	.title-payment
	{
		text-align: center;
	}

	#box-pack-selected
	{
		width: initial;
	}

	#tx-recap-commande
	{
		margin-left: 10px;
	}

	.img-video-recap 
	{
		width: 120px;
	}

	#cont-btn-passer-paiement-for-smartphone
	{
		display: flex;
		justify-content: center;
	}

	#cont-tx-paiement-secure
	{
		justify-content: center;
	}

	.link-que-faire
	{
		margin-left: 0;
	}

	.btn-cb-cheque-selected, .btn-cb-cheque
	{
		font-size: 0.95rem;
		padding: 12px 22px 12px 22px;
	}

	#tx-ou
	{
		margin-left: 15px;
		margin-right: 15px;
		font-size: 0.95rem;
	}

	#tx-choose-pay-for-smartphone
	{
		display: block;
	}

	#popup-notif-app
	{
		position: initial;
		width: initial;
	}

	#tx-notif-app
	{
		font-size: 0.9rem;
	}
}