@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:
		"biblio biblio biblio biblio biblio biblio";
		
}

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

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

.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: 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%;
	justify-content: center;
}

.btn-biblio
{
	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: 11px;
	margin-right: 11px;
}

.btn-biblio:hover
{
	border: 1px solid #A73333;
	color: #A73333;
}

.btn-menu-checked
{
	background-color: #A73333;
	color: #FFF;
	border-color: #A73333;
}

.btn-menu-checked:hover
{
	background-color: #A73333;
	color: #FFF;
	border-color: #A73333;
}

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

.btn-acheter
{
	font-family: overpass-extrabold, Arial;
	font-size: 1.2rem;
	border-radius: 50px;
	text-decoration: none;
	padding: 0px 65px 0px 65px;
	-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 #121619;
	color: #121619;
	cursor: pointer;
	display: flex;
	align-items: center;
	height: 45px;
}

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

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

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

.cont-biblio
{
	width: 1118px;
	padding: 50px;
	display: flex;
	flex-wrap: wrap;
	display: none;
}

.cont-biblio-communiques, .cont-biblio-livres
{
	width: 100%;
	padding: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	display: none;
}

.menu-selected
{
	display: flex;
}

.title-livres 
{
   
    font-family: overpass-extrabold, Arial;
    font-size: 2rem;
    margin-bottom: 10px;
    margin-top: 45px;
    margin-left: 9px;
    width: 100%;
}
.cont-livre
{
	width: 136px;
	height: 220px;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .15);
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	-o-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
	cursor: pointer;
	margin: 11.8px;
	text-decoration: none;
}

.titre-livre
{
	width: 302px;
	height: 155px;
	position: absolute;
	background-color: rgb(250,250,250);
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .15);
	display: none;
	filter: alpha(opacity=0);
	opacity: 0;
	padding-left: 160px;
	font-size: 1.9rem;
	font-family: overpass-bold, Arial;
	padding-top: 20px;
	padding-right: 20px;
	color: #121619;
}

.lire-livre 
{
    width: 100%;
    height: 45px;
    display: flex;
}

.tx-lire 
{

    color: #121619;
    font-family: overpass-light, Arial;
    margin: auto;
    font-size: 1rem;
    padding: 3px 28px 3px 28px;
    text-align: center;
    background-color: rgb(250,250,250);
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 50px;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;

}

.tx-lire:hover 
{
    background-color: rgb(0,0,0);
    color: #FFF;
}

.img-livre
{
	height: 174px;
}

.img-livre > img
{
	height: 100%;
	position: relative;
}

.xRevers 
{
    margin-left: -346px;
    padding-left: 27px;
}

#cont-niveaux-biblio
{
	width: 100%;
	height: 60px;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .15);
	background-color: rgb(250,250,250);
	display: flex;
	margin-left: 10px;
	border-radius: 9px;
}

.btn-niveau-b-checked 
{
    display: flex;
	cursor: pointer;
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
	font-family: overpass-bold, Arial;
	font-size: 1.2rem;
	justify-content: center;
	align-items: center;
}

.btn-niveau-b-non-checked 
{
    display: flex;
	cursor: pointer;
	filter: alpha(opacity=30);
	opacity: 0.3;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
	font-family: overpass-light, Arial;
	font-size: 1.2rem;
	justify-content: center;
	align-items: center;
}

.btn-niveau-b-non-checked:hover 
{
    filter: alpha(opacity=100);
    opacity: 1;
}


.picto-cadenas 
{
    height: 53px;
	margin-left: 27px;
}

#id-debutant
{
	width: 17%;
}

#id-amateur
{
	width: 20%;
}

#id-confirme
{
	width: 19%;
}

#id-professionnel
{
	width: 25%;
}

#id-expert
{
	width: 17%;
}

#tx-amateur
{
	width:29%;
}

#tx-confirme
{
	width:38%;
}

#tx-professionnel
{
	width:41%;
}

#tx-expert
{
	width:24%;
}

.cont-lectures-pdf 
{
    width: 100%;
    box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, .15);
    background-color: rgb(250,250,250);
    margin-bottom: 1.5%;
    display: grid;
    grid-template-columns: 220px 1fr 156px;
    grid-template-rows: 1fr;
    grid-template-areas: "auteur livre pdf";
}

.auteur-lectures-pdf 
{
    background-color: #f3f3f3;
    display: flex;
    font-size: 1.15rem;
    font-family: overpass-bold, Arial;
    color: #252525;
    grid-area: auteur;
}

.tx-auteur-pdf 
{
    margin-left: 25px;
    margin-top: auto;
    margin-bottom: auto;
}

.titre-lectures-pdf 
{
    display: flex;
    font-size: 1.15rem;
    font-family: overpass-light, Arial;
    color: #383838;
    grid-area: livre;
}

.tx-titre-pdf 
{
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 13px;
	padding-bottom: 13px;
    margin-bottom: auto;
    margin-top: auto;
}

.cont-btn-pdf 
{
    grid-area: pdf;
}

.link-btn-pdf 
{
    height: 100%;
    display: flex;
    text-decoration: none;
}

.btn-pdf-b 
{
    float: left;
    cursor: pointer;
    color: #121619;
    font-family: overpass-bold, Arial;
    margin: auto;
    font-size: 1.15rem;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 100px;
    text-align: center;
    background-color: rgb(250,250,250);
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 50px;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.btn-pdf-b:hover 
{
    color: #FFF;
    background-color: rgb(0,0,0);
}

.separateur
{
    width: 100%;
    height: 35px;
    float: left;
}

.hide-cont-class 
{
    display: none;
}

.hide-cont-niveau
{
	width: 100%;
}

.cont-info-lvl-biblio
{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin-top: 15px;
}

.cont-lvl-biblio
{
	display: flex;
	flex-wrap: wrap;
}

.tx-info-niveau 
{
    margin-left: 12px;
	margin-top: 30px;
	font-family: overpass-light, Arial;
	font-size: 1.4rem;
}

.btn-adherer-biblio 
{
	display: inline-block;
    color: #121619;
	margin-top: 25px;
	margin-left: 12px;
	font-family: overpass-bold, Arial;
	font-size: 1.2rem;
	padding-top: 13px;
	padding-bottom: 13px;
	text-align: center;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 50px;
	background-color: rgba(0,0,0,0);
	-webkit-transition: background-color 0.3s, color 0.3s;
	-moz-transition: background-color 0.3s, color 0.3s;
	-o-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	cursor: pointer;
	width: 250px;
	text-decoration: none;
}

.btn-adherer-biblio:hover
{
	background-color: #121619;
	color: #FFF;
}


.box-communique
{
	width: 380px;
	height: 370px;
	margin: 15px;
	box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, .10);
	-webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	-o-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
	border-radius: 22px 22px 10px 10px;
	overflow: hidden;
}

.box-communique:hover 
{
    box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, .10);
}

.box-communique > a
{
	display: flex;
}

.box-communique > a > img
{
	width: 100%;
}

.box-bottom 
{
	display: flex;
	flex-direction: column;
	padding: 30px;
	align-items: center;
}

.tx-date
{
	margin-bottom: 25px;
	font-family: overpass-light, Arial;
	font-size: 1.1rem;
}

.btn-communique 
{
   
    cursor: pointer;
	color: #121619;
	font-family: overpass-bold, Arial;
	font-size: 1.2rem;
	text-align: center;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 50px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	-moz-transition: background-color 0.3s, color 0.3s;
	-o-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	padding-top: 13px;
	padding-bottom: 13px;
	text-decoration: none;
	width: 270px;
}

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

.cont-revenir
{
	width: 100%;
	display: flex;
	justify-content: center;
	padding-bottom: 50px;
}

.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;
	width: 220px;
	justify-content: center;
}

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

.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-livre
{
	width: 100%;
	background-color: rgb(250,250,250);
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .15);
	margin-bottom: 50px;
	border-radius: 15px;
	overflow: hidden;
}

.haut-box-livre
{
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .15);
	display: grid;
	grid-template-columns: 190px 1fr 300px;
	grid-template-rows: 1fr 20px 77px;
}

.cont-img-livre
{
	grid-area: 1 / 1 / 4 / 1; 
	display: flex;
}

.cont-img-livre > img
{
	width: 190px;
}

.cont-title-livre
{
	grid-area: 1 / 4 / 2 / 2; 
	padding: 25px 30px 10px 30px; 
	display: flex; 
	flex-direction: column;
}

.tx-auteur-livre
{
	grid-area: 3 / 2 / 3 / 3; 
	font-family: overpass-bold, Arial; 
	font-size: 1.2rem; 
	display: flex;
	align-items: center;
	padding-left: 30px;
}

.cont-btn-acheter
{
	grid-area: 3 / 3 / 3 / 3; 
	display: flex;
	justify-content: center; 
	align-items: center;
}

.box-titre-livre
{
	font-family: overpass-extrabold, Arial;
	font-size: 2.6rem;
	margin: 0;
	font-weight: initial;
}

.box-ss-titre
{
	font-family: overpass-light, Arial;
	font-size: 1.2rem;
	margin: 0;
	font-weight: initial;
}

.bas-box-livre
{
	font-size: 1.2rem;
	font-family: overpass-light, Arial;
	text-align: justify;
	line-height: 30px;
	padding: 70px 222px 70px 222px;
	
}

.video_siz
{
	width: 100%;
	height: 355px;
}

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

/*Pour afficher correctement les .titre-livre j'ai imposé le width que j'enlève à 1279*/
@media screen and (max-width: 1279px)
{
	.cont-lvl-biblio
	{
		width: 100%;
		justify-content: space-between;
	}

	.cont-biblio
	{
		width: 100%;
	}

	.titre-livre
	{
		display: none !important;
	}
}

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

	.bas-box-livre
	{
		padding: 70px 135px 70px 135px;
	}

}

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

	#section-bibliotheque
	{
		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;
	}

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

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

	.cont-lectures-pdf 
	{
	    grid-template-columns: 152px 1fr 76px;
	    grid-template-rows: 1fr;
	    grid-template-areas: 
	    "auteur livre livre"
	    "pdf pdf pdf";
	    padding-bottom: 20px;
		padding-top: 10px;
	}

	.auteur-lectures-pdf
	{
		background-color: initial;
	}

	#cont-niveaux-biblio
	{
		height: auto;
		flex-direction: column;
		align-items: center;
		padding: 35px;
		margin-left: 0;
	}

	.cont-biblio
	{
		padding: 22px;
	}

	#id-debutant, #id-amateur, #id-confirme, #id-professionnel, #id-expert, #tx-amateur, #tx-confirme, #tx-professionnel, #tx-expert
	{
		width: auto;
	}

	.btn-niveau-b-checked 
	{
		margin-top: 11px;
		margin-bottom: 11px;
	}

	.btn-niveau-b-non-checked, .btn-niveau-b-checked 
	{
		justify-content: space-between;
		width: 210px !important;
	}

	.btn-pdf-b
	{
		margin-left: 170px;
	}

	.box-titre-livre
	{
		font-size: 1.6rem;
	}

	.bas-box-livre
	{
		padding: 60px
	}
	
}

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

	.box-communique
	{
		width: 310px;
		height: 330px;
	}

	.cont-biblio-communiques
	{
		padding: 7px;
	}

	.haut-box-livre
	{
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.cont-img-livre > img
	{
		margin-top: 40px;
	}

	.cont-title-livre
	{
		padding: 30px 10px 30px 10px;
		text-align: center;
	}

	.tx-auteur-livre
	{
		padding: 0;
	}
	
	.cont-btn-acheter
	{
		padding: 40px 25px 40px 25px;
	}

	.cont-biblio-livres
	{
		padding: 22px;
	}

	.bas-box-livre
	{
		padding: 40px 15px 15px 15px;
		font-size: 1.1rem;
		line-height: 28px;
		text-align: start;
	}

	.video_siz
	{
		height: 185px;
	}

}

