@charset "UTF-8";

#grid-body
{
	display: grid;
	max-width:1440px;
	background-color:rgb(250,250,250);
	margin:auto;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: 1fr;
	grid-template-areas:
		"formations formations formations formations formations formations";
		
}

.a-deco-none
{
	text-decoration: none;
}

#center-box-popup-info
{
    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-popup-info
{
    width: 440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFF;
    border-radius: 15px;
    padding-bottom: 20px;
}

#tx-popup-info
{
    font-family: overpass-extrabold, Arial;
    font-size: 1.7rem;
    margin-bottom: 5px;
}

#tx-ss-popup-info
{
    font-family: overpass-light, Arial;
	font-size: 1.2rem;
	margin-bottom: 15px;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}

#btn-fermer-popup-info
{
    border: 1px solid #ddd;
    padding: 6px 25px 6px 25px;
    font-family: overpass-light, Arial;
    font-size: 1rem;
    margin: 35px 0px 25px 0px;
    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-info:hover
{
    color: #FFF;
    background-color: #121619;
    border-color: #121619;
}

#btn-popup-info
{
    width: 290px;
    border-radius: 50px;
	border: 2px solid #356795;
	outline: none;
	background: #FFF;
	font-size: 1.2rem;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #356795;
	-webkit-transition: background 0.3s, color 0.3s;
	-moz-transition: background 0.3s, color 0.3s;
	-o-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s;
	font-family: overpass-extrabold, Arial;
	cursor: pointer;
	margin-top: 20px;
}

#btn-popup-info:hover
{
	color: #FFF;
	background-color: #356795;
}

.link-connect-color
{
	color: #356795;
	font-family: overpass-bold, Arial;
}

.link-connect-color:hover
{
	color: #000;
}

#center-box-video
{
    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-video
{
    width: 800px;
    height: 90%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 95px 1fr 9fr;
    align-items: center;
    background-color: #FFF;
    border-radius: 15px;
    padding-bottom: 20px;
}

#btn-fermer-box-video
{
    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-box-video:hover
{
    color: #FFF;
    background-color: #121619;
    border-color: #121619;
}

#menu-and-btn-fermer
{
	grid-column-start: 1;
	grid-row-start: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 30px;
	padding-right: 30px;
}

#all-menu-video
{
	grid-column-start: 1;
	grid-row-start: 2;
	font-size: 1.1rem;
	font-family: overpass-light, Arial;
	padding-left: 30px;
	padding-right: 30px;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	border-bottom: 1px solid #ccc;
	line-height: 25px;
}

#tx-menu-box-video
{
	font-size: 1.4rem;
	font-family: overpass-extrabold, Arial;
}

.ancre-menu-video
{
	text-decoration: none;
	color: #121619;
}

.ancre-menu-video:hover
{
	color: #A73333;
}

#menu-citations-and-bibliovideo
{
	width: 175px; 
	height: 60px; 
	margin-left: 40px; 
	margin-right: 40px;
}

#corps-video
{
	grid-column-start: 1;
	grid-row-start: 3;
	overflow: scroll;
	height: calc(100% - 36px);
	margin: 30px;
	margin-top: 53px;
	font-family: overpass-light, Arial;
}

#menu-video-and-plan
{
	width: 70px; 
	height: 60px;
}

#menu-copyrights-and-forum
{
	width: 126px; 
	height: 60px;
}

.tx-ancre
{
	font-family: overpass-extrabold, Arial;
	font-size: 1.2rem;
	margin-bottom: 8px;
	color: #A73333;
}

.cont-iframe
{
	overflow: hidden; 
	padding-bottom: 56.25%; 
	position: relative; 
	height: 0;
	margin-top: 10px;
}

.resize-iframe
{
	left: 0; 
	top: 0; 
	height: 100%; 
	width: 100%; 
	position: absolute;
}

.source-citation
{
	font-family:overpass-bold, Arial; 
	font-size: 0.95rem;
}

.bold-text
{
	font-family: overpass-bold, Arial;
}

.link-video
{
	color: #356795;
}

.link-video:hover
{
	color: #A73333
}

li
{
	font-size: 1.1rem;
	margin-left: 30px;
}

#section-formations
{
	grid-area: formations;
	display: flex;
	flex-direction: column;
}

.tx-cours-formations
{
	font-family: overpass-extrabold, Arial;
	font-size: 2.3rem;
	font-weight: initial;
	margin: 0;
}

.tx-loic-chaigneau
{
	font-family: overpass-light, Arial;
	font-size: 1.6rem;
	font-weight: initial;
	margin: 0;
}

#cont-center-loic-chaigneau
{
	display: flex;
	padding-left: 160px;
	padding-top: 40px;
	padding-bottom: 35px;
	align-items: center;
}

#cont-center-loic-chaigneau > img
{
	border-radius: 50%;
	height: 100px;
}

#cont-tx-loic-chaigneau
{
	margin-left: 30px;
}

.no-select
{
	-moz-user-select: none;
 	-webkit-user-select: none;
 	-ms-user-select: none;
 	user-select: none;
}

#cont-all-packs
{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	border-radius: 20px;
	margin: 0px 31px 31px 31px;
	box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, .15);
}

#cont-btn-all-packs
{
	height: 77px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ddd;
	width: 100%;
}

.btn-packs
{
	font-family: overpass-extrabold, Arial;
	font-size: 1.1rem;
	border-radius: 50px;
	text-decoration: none;
	padding: 9px 43px 9px 43px;
	-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: #121619;
	margin-left: 22px;
}

.btn-packs:hover
{
	border-color: #121619;
}

.btn-pack-checked
{
	background-color: #ececec;
}

.btn-pack-checked:hover
{
	background-color: #ececec;
	border-color: #ddd;
}

.btn-aff-all-cycles
{
	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;
	margin-left: 25px;

}

.btn-aff-all-cycles:hover
{
	background-color: #121619;
	color: #FFF;
	border-color: #121619;
}

.btn-aff-all-cycles:hover > #fleche-all-cycles
{
	fill: #FFF;
}

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

#cont-informations-pack
{
	box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, .1);
	margin: 20px 25px 20px 25px;
	border-radius: 12px;
	padding: 50px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 100%;
}

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

h1
{
	font-family: overpass-extrabold, Arial;
	font-size: 1.85rem;
	font-weight: initial;
	margin: 0px 0px 8px 0px;
}

#cont-btn-annee
{
	display: flex;
	flex-wrap: wrap;
}

.btn-annee
{
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: overpass-bold, Arial;
	font-size: 0.9rem;
	border: 1px solid #ddd;
	border-radius: 50px;
	padding: 4px 0px 4px 0px;
	-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;
	cursor: pointer;
	text-decoration: none;
	color: #121619;
}

.btn-annee-width
{
	width: 85px;
	margin-right: 4px;
	margin-bottom: 5px;
}

.btn-annee-width-selected
{
	width: 170px;
	cursor: default;
	margin-right: 10px;
}

.annee-1:hover
{
	border-color: #A73333;
	color: #A73333;
}

.annee-2:hover
{
	border-color: #FC9803;
	color: #FC9803;
}

.annee-3:hover
{
	border-color: #356795;
	color: #356795;
}

.annee-4:hover
{
	border-color: #881f97;
	color: #881f97;
}

.annee-other:hover
{
	border-color: #121619;
	color: #121619;
}

.annee-1-check
{
	color: #FFF;
	background-color: #A73333;
	border-color: #A73333;
}

.annee-2-check
{
	color: #FFF;
	background-color: #FC9803;
	border-color: #FC9803;

}

.annee-3-check
{
	color: #FFF;
	background-color: #356795;
	border-color:  #356795;
}

.annee-4-check
{
	color: #FFF;
	background-color: #881f97;
	border-color: #881f97;
}

.annee-other-check
{
	color: #FFF;
	background-color: #121619;
	border-color: #121619;
}

#cont-btn-acheter
{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#nbr-videos
{
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: overpass-bold, Arial;
	font-size: 0.95rem;
	border-radius: 50px;
	padding: 4px 0px 4px 0px;
	background-color: #E8E8E8;
	width: 100px;
}

#btn-acheter
{
	font-family: overpass-extrabold, Arial;
	font-size: 1.1rem;
	border-radius: 50px;
	text-decoration: none;
	padding: 9px 55px 9px 55px;
	-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 #49b369;
	color: #49b369;
	margin-top: 10px;
	cursor: pointer;
}

#btn-acheter:hover
{
	background-color: #49b369;
	color: #FFF;
	border-color: #49b369;
}

#cont-annee-et-nbr
{
	display: flex;
}

#cont-acheter-et-prix
{
	display: flex;
	justify-content: space-between;
}

#cont-pack-et-btn-annee
{
	width: 480px;
	border-right: 1px solid #ddd;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#tx-paiement-mensuel
{
	text-align: center;
	font-family: overpass-light, Arial;
	font-size: 1.15rem;
}

#tx-prix-mensuel
{
	font-family: overpass-extrabold, Arial;
	font-size: 2.8rem;
	text-align: center;
	margin: 8px 0px 8px 0px;
}

#tx-total-prix
{
	font-family: overpass-extrabold, Arial;
	font-size: 1.1rem;
	text-align: center;
}

.tx-pourcent-remise
{
	font-size: 2rem;
	font-family: overpass-extrabold, Arial;
}

#tx-date-fin-reduction
{
	font-family: overpass-bold, Arial;
	font-size: 1rem;
	text-align: center;
	color: #49b369;
}

#tx-visionner-extraits
{
	width: 100%;
	margin-left: 47px;
	margin-top: 5px;
}

#link-extraits
{
	font-family: overpass, Arial;
	font-size: 1.2rem;
	text-decoration: underline;
	text-underline-position: under;
	color: #121619;
}

#link-extraits:hover
{
	color: #A73333;
}

.box-video
{
	width: 100%;
	display: grid;
	grid-template-columns: 310px 1fr 1fr 1fr 200px;
	grid-template-rows: 1fr;
	grid-template-areas: 
		"img description description description visionner";
	margin: 30px 25px 30px 25px;
}

.cont-img-video
{
	grid-area: img;
}

.cont-img-video > img
{
	width: 100%;
	border-radius: 12px;
}

.cont-description-video
{
	grid-area: description;
	box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, .1);
	margin-left: 15px;
	border-radius: 15px;
	padding: 30px;
}

.cont-btn-visionner-video
{
	grid-area: visionner;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.btn-visionner-video
{
	font-family: overpass-extrabold, Arial;
	font-size: 1.1rem;
	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;
	color: #121619;
	cursor: pointer;
	border: 1px solid #121619;
	padding: 9px 45px 9px 45px;
}

.btn-visionner-video:hover
{
	background-color: #121619;
	color: #FFF;
}

.niveau-video
{
	margin: 10px 0px 0px 15px;
	font-family: overpass-bold, Arial;
	font-size: 1.1rem;
}

.tx-niveau-selec
{
	font-family: overpass-light, Arial;
}

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

.duree-video
{
	font-family: overpass-light, Arial;
}

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

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

.description-video
{
	font-family: overpass-light, Arial;
	font-size: 1.2rem;
	margin-top: 12px;
	line-height: 1.7rem;
}

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

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

.link-ref-video
{
	text-decoration: none;
	color: #121619;
}

.link-ref-video:hover
{
	text-decoration: underline;
}

/*rupture en dessous d'ordi/tablette paysage*/
@media screen and (max-width: 1200px)
{	
	#grid-body
	{
		display: grid;
		max-width:1440px;
		background-color:rgb(250,250,250);
		margin:auto;
		grid-template-columns: repeat(6, 1fr);
		grid-template-rows: 1fr;
		grid-template-areas:
			"formations formations formations formations formations formations";
			
	}

	#cont-informations-pack
	{
		grid-template-columns: 1fr;
		grid-template-rows: 1fr 1fr;
		padding: 0px 45px 30px 35px;
	}

	#cont-pack-et-btn-annee
	{
		width: 100%;
		border-right: none;
	}

	.btn-packs
	{
		padding: 9px 28px 9px 28px;
		margin-left: 7px;
	}

	.box-video
	{
		grid-template-areas: 
		"img visionner visionner visionner visionner" 
		"description description description description description";
		box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, .1);
		padding: 21px;
		border-radius: 12px;
	}

	.cont-btn-visionner-video
	{
		justify-content: center;
	}

	.cont-description-video
	{
		margin-left: 0;
		box-shadow: none;
		padding: 13px;
	}

	#cont-all-packs
	{
		margin: 31px;
	}

	#cont-center-loic-chaigneau
	{
		display: none;
	}
}

/*rupture en dessous de tablette portrait*/
@media screen and (max-width: 959px)
{
	
	#grid-body
	{
		display: grid;
		max-width:1440px;
		background-color:rgb(250,250,250);
		margin:auto;
		grid-template-columns: repeat(6, 1fr);
		grid-template-rows: 1fr;
		grid-template-areas:
			"formations formations formations formations formations formations";
			
	}	

	#section-formations
	{
		align-items: center;
	}

	#cont-all-packs
	{
		margin: 0;
		width: auto;
		box-shadow: none;
		border-radius: 0;
	}

	#cont-btn-all-packs
	{
		height: auto;
		flex-direction: column;
		padding-top: 25px;
		padding-bottom: 25px;
	}

	#cont-informations-pack
	{
		grid-template-rows: 215px 1fr;
		margin: 20px 22px 20px 22px;
		padding: 0px 0px 30px 0px;
	}

	.cont-description-video
	{
		padding: 0;
	}

	.btn-packs
	{
		width: 185px;
		text-align: center;
		margin-left: 0;
		margin-top: 9px;
	}

	#cont-acheter-et-prix
	{
		justify-content: center;
		flex-wrap: wrap;
	}

	#cont-prix
	{
		margin-top: 25px;
		width: 100%;
	}

	#cont-pack-et-btn-annee
	{
		align-items: center;
	}

	.box-video
	{
		grid-template-areas: 
		"img img img img img" 
		"visionner visionner visionner visionner visionner" 
		"description description description description description";
		width: auto;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
		margin: 30px 22px 30px 22px;
	}

	.cont-img-video
	{
		width: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 20px;
	}

	.cont-img-video > img
	{
		width: 300px;
	}

	.cont-btn-visionner-video
	{
		width: auto;
		margin-bottom: 25px;
	}

	.btn-aff-all-cycles
	{
		margin-left: 0;
	}

	#cont-btn-annee
	{
		justify-content: space-around;
	}

	.btn-annee-width
	{
		width: 70px;
		font-size: 0.8rem;
		margin: 2px;
	}

	#btn-acheter
	{
		padding: 9px 42px 9px 42px;
	}
	
}

/*rupture spéciale (taille de la box vidéo)*/
@media screen and (max-width: 800px)
{
	#box-video
	{
		width: 100%;
	}
}

/*rupture smartphone*/
@media screen and (max-width: 767px)
{
	
	#grid-body
	{
		display: grid;
		max-width:1440px;
		background-color:rgb(250,250,250);
		margin:auto;
		grid-template-columns: repeat(6, 1fr);
		grid-template-rows: 1fr;
		grid-template-areas:
			"formations formations formations formations formations formations";
	}

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

	.cont-img-video > img
	{
		width: 100%;
	}

	#menu-and-btn-fermer, #all-menu-video
	{
		padding-left: 22px;
		padding-right: 22px;
	}

	#menu-citations-and-bibliovideo
	{
		margin-left: 0px; 
		margin-right: 0px;
	}

	#all-menu-video
	{
		flex-direction: column;
	}

	#corps-video
	{
		margin: 22px;
	}

	#box-video
	{
		height: 100%;
	}

}

