@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;
}

#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
{
	background-color: #A73333;
	border-color: #A73333;
	color: #FFF;
}

.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;
}

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

#cont-video-selectionnee
{
	grid-area: selected;
	display: flex;
	margin-bottom: 15px;
	flex-wrap: wrap;
}

.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: center;
	align-items: center;
	flex-direction: column;
	padding: 10px;
}

.tx-video-selectionnee
{
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: overpass-bold, Arial;
	font-size: 0.9rem;
	border-radius: 50px;
	padding: 4px 0px 4px 0px;
	
}

.color-selec
{
	background-color: #121619;
	color: #FFF;
	width: 180px;
}

.cycle-selec
{
	background-color: #ddd;
	color: #121619;
	width: 250px;
	margin-left: 10px;
}

#tx-video-incluse
{
	font-family: overpass-light, Arial;
	font-size: 0.95rem;
	text-align: center;
	margin-bottom: 12px;
}

.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 35px 9px 35px;
}

.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;
	font-weight: initial;
	margin: 0;
}

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

.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";
			
	}

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

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

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

	.cont-btn-visionner-video
	{
		align-items: center;
	}

	#tx-video-incluse
	{
		text-align: center;
	}

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

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

/*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-description-video
	{
		padding: 0;
	}

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

	.box-video
	{
		grid-template-areas: 
		"selected selected selected selected selected"
		"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-video-selectionnee
	{
		justify-content: center;
	}
}

/*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";
	}

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

	.cycle-selec
	{
		margin-top: 7px;
		margin-left: 0;
	}

	#cont-video-selectionnee
	{
		justify-content: flex-start;
	}

}

