.img-responsive{
	display: block;
	max-width: 100%;
	height: auto;
}

.img-responsive-full{
	display: block;
	max-width: 100%;
	height: auto;
	width: 100%;
}

.livret sup{
	font-size: 60%;
}

@media (min-width: 80em) {
	.livret .container {
	  	max-width: 86rem;
	}
}

.floor-margin{
	margin-bottom: 4.5rem;
}

.text-italic{
	font-style: italic;
}

@media (max-width: 63.99875em) {
	.floor-margin{
		margin-bottom: 6.5rem;
	}
}

.number{
	font-family: loccitaneserif,ui-serif,Georgia,Cambria,times new roman,Times,serif;
	font-size: 7.5rem;
	line-height: 1;
	font-weight: 500;
	margin: 0;
}

.big-title{
	font-family: loccitaneserif,ui-serif,Georgia,Cambria,times new roman,Times,serif;
	font-size: 3.5rem;
	line-height: 1.2;
	font-weight: 500;
}

.big-title span.big-title-small{
	font-size: 3rem;	
}

.title{
	font-family: loccitaneserif,ui-serif,Georgia,Cambria,times new roman,Times,serif;
	font-size: 3rem;
	line-height: 4rem;
	font-weight: 500;
	margin: 0 0 2rem;
}

.subtitle{
	font-family: loccitaneserif,ui-serif,Georgia,Cambria,times new roman,Times,serif;
	font-size: 2.2rem;
	line-height: 3.4rem;
	margin: 0 0 2rem;
	font-weight: 400;
}

.subsubtitle{
	font-family: loccitaneserif,ui-serif,Georgia,Cambria,times new roman,Times,serif;
	font-size: 1.8rem;
	line-height: 2.4rem;
	margin: 0 0 2rem;
	font-weight: 400;
}

.med-paragraph{
	font-size: 1.6rem;
	line-height: 2.4rem;
	margin: 0;
}

.paragraph{
	font-size: 1.4rem;
	line-height: 2rem;
	margin: 0;
}

@media (max-width: 63.99875em) {
	.subtitle{
		font-size: 1.8rem;
		line-height: 2.4rem;
	}

	.cta-container .med-paragraph{
		font-size: 3.46vw;
		line-height: 1;
	}
}

.white{
	color: #FFF;
}

.purple{
	color: #424A6F;
}

.light-black{
	color: #1E1E1E;
}

.livret{
	background-color: #F5ECE6;
}

.livret .a-button {
	background: transparent;
	border: .1rem solid #001022;
	line-height: 2.2rem;
}

body:not(.touch) .livret .a-button:hover{
	background-color: #f6f7f7;
}

.livret .cta-fr{
	background-color: #FFCB00;
	border-radius: 80px;
	padding: 1rem 2rem;
	color: #000;
	display: inline-flex;
	align-items: center;
	margin-bottom: 2rem;
}

.livret .cta-en{
	background-color: transparent;
	border-radius: 80px;
	padding: 1rem 2rem;
	color: #000;
	border: 1px solid #000;
	display: inline-flex;
	align-items: center;
}

.livret .cta-fr::after {
	content: "";
	width: 21px;
	height: 12px;
	background: url('../flag-fr.png') no-repeat center;
	background-size: auto;
	background-size: cover;
	display: block;
	margin-left: 15px;
}

.livret .cta-en::after {
	content: "";
	width: 23px;
	height: 13px;
	background: url('../flag-en.png') no-repeat center;
	background-size: auto;
	background-size: cover;
	display: block;
	margin-left: 15px;
}

/* EDITO */
.floor-edito{
	padding: 5rem 0;
	text-align: center;
}

.floor-edito .img-container{
	margin: 5rem auto;
	width: 46.52777777777778%;
}

@media (max-width: 63.99875em) {
	.floor-edito.floor-edito-padding-mob{
		padding: 3rem 0 0;
	}

	.floor-edito .img-container{
		margin: 3rem auto;
		width: 100%;
	}
}

/* CITATION */
.floor-citation .quote{
	position: relative;
}

.floor-citation .quote::before{
	content: "";
	background: url('../quote-left.svg') no-repeat center;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	width: 33px;
	height: 28px;
	transform: translate(-150%, 25%);
}

.floor-citation .quote::after{
	content: "";
	background: url('../quote-right.svg') no-repeat center;
	background-size: contain;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 33px;
	height: 28px;
	transform: translate(125%, 50%);
}

@media (max-width: 63.99875em) {
	.floor-citation .quote::before{
		transform: translate(-25%, -125%);
	}
	
	.floor-citation .quote::after{
		transform: translate(25%, 25%);
	}

	.floor-citation .text-container{
		margin: 0 auto;
		max-width: 57.5rem;
		text-align: center;
	}

	.floor-citation .quote{
		margin: 3rem 1.6rem;
	}
}

@media (min-width: 64em) {
	.floor-citation{
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.floor-citation .text-container{
		width: 47.77777777777778%;
	}

	.floor-citation .img-container{
		width: 27.77777777777778%;
	}
}	

/* VIDEO */
.floor-video .videofull-container{
	overflow:hidden; 
	padding-bottom:56.25%; 
	position:relative; 
	height:0;
}

.floor-video .videofull-container iframe{
	left:0; 
	top:0; 
	height:100%;
	width:100%;
	position:absolute;
}

/* MOSAIQUE */
.floor-mosaique{
	padding: 0.8rem;
}

.floor-mosaique .item{
	position: relative;
}

@media (max-width: 63.99875em) {
	.floor-mosaique{
		display: none;
	}
}

@media (min-width: 64em) {
	.floor-mosaique .grid-mosaique{
		display: grid;
		gap: 0.8rem;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr;
	}

	.floor-mosaique .flex-mosaique{
		display: flex;
		gap: 0.8rem;
		margin-top: 0.8rem;
	}

	.floor-mosaique .flex-mosaique .item{
		width: calc(100% - 0.4rem);
	}

	.floor-mosaique .item01{
		grid-column: 2/4;
		grid-row: 1/2;
	}
	
	.floor-mosaique .item02{
		grid-column: 1/2;
		grid-row: 1/3;
	}
	
	.floor-mosaique .item03{
		grid-column: 2/3;
		grid-row: 2/3;
	}
	
	.floor-mosaique .item04{
		grid-column: 1/3;
		grid-row: 3/4;
	}

	.floor-mosaique .item05{
		grid-column: 3/4;
		grid-row: 2/4;
	}

	.floor-mosaique .item06{
		grid-column: 1 / 3;
		grid-row: 4/5;
	}

	.floor-mosaique .item07{
		grid-column: span 3 / 4;
		grid-row: 4/5;
	}

	.floor-mosaique .item-fit img{
		object-fit: cover;
		border-radius: 8px;
		height: 100%;
	}
}

/* END */
.floor-end .flex-container{
	display: flex;
	justify-content: space-between;
}

.floor-end .flex-container__item{
	position: relative;
	width: 49.72222222222222%;
}

.floor-end .flex-container__item .text-container{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 5%;
	width: 90%;
	text-align: center;
}

@media (max-width: 63.99875em) {
	.floor-end .flex-container__item .subsubtitle{
		display: none;
	}

	.floor-end .flex-container__item .big-title{
		font-size: 2rem;
	}

	.floor-end .flex-container__item .big-title span{
		font-size: 1.5rem;
	}
}

@media (min-width: 64em) {
	.floor-end{
		margin-bottom: 5rem;
	}
}