.img-responsive{
	display: block;
	max-width: 100%;
	height: auto;
}

.img-responsive-full{
	display: block;
	max-width: 100%;
	height: auto;
	width: 100%;
}

.clarisse-cremer sup{
	font-size: 60%;
}

@media (min-width: 80em) {
	.clarisse-cremer .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;
	}
}

.occitane-serif{
	font-family: loccitaneserif,ui-serif,Georgia,Cambria,times new roman,Times,serif;
}

.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{
	font-size: 3rem;	
}

.big-title span.big-title-small{
	font-size: 2rem;	
}

.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;
	}
}

.white{
	color: #FFF;
}

.light-black{
	color: #1E1E1E;
}

.clarisse-cremer .a-button {
	background: transparent;
	border: .1rem solid #001022;
	line-height: 2.2rem;
}

body:not(.touch) .clarisse-cremer .a-button:hover{
	background-color: #f6f7f7;
}

/* FLOOR ARRIVEE */
.floor-arrivee{
	background-color: #CEA95D;
}

.floor-arrivee .big-title{
	margin: 0 0 2rem;
}

.floor-arrivee .img-container{
	margin-top: 5rem;
}

@media (max-width: 63.99875em) {
	.floor-arrivee .img-container .item{
		margin: .8rem;
	}
}

@media (min-width: 64em) {
	.floor-arrivee .img-container{
		display: flex;
		justify-content: space-between;
	}
	
	.floor-arrivee .img-container .item-lg{
		width: 37.36111111111111%;
	}
	
	.floor-arrivee .img-container .item-md{
		width: 30.76388888888889%;
	}
}

/* INTRO */
.floor-intro{
	position: relative;
}

.floor-intro .abs-container{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
}

.floor-intro .abs-container::before{
	content: "";
	background: linear-gradient(to top,rgba(0,0,0,0.56),transparent);
	height: 17.6rem;
}

.floor-intro .abs-inner{
	background: rgba(0, 0, 0, 0.56);
}

.floor-intro .big-title{
	margin: 0 0 6rem;
}

/* 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;
}

/* NAV */
.floor-nav .list-nav{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 80px;
	text-align: center;
	background-color: rgb(217, 223, 226);
	padding: 2rem 0;
}

.floor-nav .list-nav__item{
	position: relative;
	cursor: pointer;
}

.floor-nav .list-nav__item p{
	margin-bottom: 0;
}

.floor-nav .list-nav__item p::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #000;
	transition: width ease-out 0.4s;
}

.floor-nav .list-nav__item:first-child::after{
	content: "";
	background-color: #000;
	opacity: 0.2;
	position: absolute;
	top: 5px;
	right: -40px;
	width: 1px;
	height: 15px;
}

.floor-nav.nav-fixed{
	height: 64px;
}

.floor-nav.nav-fixed .list-nav{
	position: fixed;
	top: 116px;
	left: 0;
	width: 100%;
	z-index: 9;
}

.floor-nav.nav-fixed.nav-fixed-up .list-nav{
	top: 158px;
	transition: top .5s cubic-bezier(.7,0,.3,1);
}

/* @media (min-width: 64em) and (max-width: 76.125em) {
	.floor-nav.nav-fixed .list-nav{
		top: 72px;
	}

	.floor-nav.nav-fixed.nav-fixed-up .list-nav{
		top: 114px;
	}
} */

@media (max-width: 63.99875em) {
	.floor-nav .list-nav{
		gap: 0;
	}

	.floor-nav .list-nav__item{
		width: 45%;
		max-width: 175px;
		margin: 0 4%;
	}

	.floor-nav .list-nav__item:first-child::after{
		right: -8%;
	}

	.floor-nav .list-nav__item--active p{
		text-decoration: underline;
		font-weight: 700;
	}

	.floor-nav.nav-fixed .list-nav{
		top: 93px;
		box-shadow: rgba(0,0,0,.42) 0 0 5.4rem;
	}

	.floor-nav.nav-fixed.nav-fixed-up .list-nav{
		top: 154px;
	}
}

@media (min-width: 64em) {
	.floor-nav .list-nav__item:hover p::after{
		width: 100%;
		transition: width ease-out 0.4s;
	}

	.floor-nav .list-nav__item--active p{
		font-weight: 700;
	}

	.floor-nav .list-nav__item--active p::after{
		width: 100%;
		transition: width ease-out 0.4s;
	}
}

/* EDITO */
.floor-edito{
	padding: 5rem 0;
}

.floor-edito .container{
	text-align: center;
}

/* CITATION */
.floor-citation{
	padding: 6rem 0;
}

.floor-citation .container{
	text-align: center;
}

.floor-citation .subtitle{
	font-style: italic;
}

.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(-100%, -50%);
}

.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(100%, -50%);
}

.floor-citation-bg-top{
	background: url('../bg-citation.svg') no-repeat center top;
	background-size: 60%;
}

.floor-citation-bg-bot{
	background: url('../bg-citation.svg') no-repeat center bottom;
	background-size: 60%;
}

@media (max-width: 63.99875em) {
	.floor-citation .quote::before{
		transform: translate(-25%, -125%);
	}
	
	.floor-citation .quote::after{
		transform: translate(25%, -75%);
	}

	.floor-citation-bg-top{
		background-size: 135%;
	}

	.floor-citation-bg-bot{
		background-size: 135%;
	}
}

/* IMG FULL */
.floor-img-full{
	position: relative;
}

.floor-img-full .abs-container{
	position: absolute;
	max-width: 52rem;
	padding: 4rem 4rem 2rem;
	bottom: 0;
}

.floor-img-full .abs-container-left-bot{
	left: 0;
}

.floor-img-full .abs-container-right-bot{
	right: 0;
}

@media (max-width: 63.99875em) {
	.floor-img-full .abs-container{
		max-width: 57.5rem;
		padding: 2rem 1.6rem 0;
	}
}

/* SLIDER DATE */
.floor-slider-date{
	padding: 5rem 0;
}

.floor-slider-date .slider-date__item{
	width: 16%;
	position: relative;
	padding: 1rem 2rem;
}

.floor-slider-date .slider-date__item .text-container{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
}

.floor-slider-date .slider-date__item .text-container .subsubtitle{
	margin-bottom: 0;
}

@media (max-width: 63.99875em) {
	.floor-slider-date .slider-date__item{
		width: 65%;
	}
}

@media (min-width: 64em) and  (max-width: 82em){
	.floor-slider-date .slider-date__item .text-container .subsubtitle{
		font-size: 1.25vw;
		line-height: 1.5vw;
	}
}

/* MOSAIQUE */
.floor-mosaique{
	padding: 0.8rem;
}

.floor-mosaique .item{
	position: relative;
}

.floor-mosaique .item02 .text-container{
	position: absolute;
	right: 2rem;
	bottom: 0;
	text-align: right;
}

.floor-mosaique .item04 .text-container{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center;
}

.floor-mosaique .item04 .subsubtitle{
	margin-bottom: 0;
}

.floor-mosaique .item05{
	background: url('../bg-mesures.svg') no-repeat -40% 200% #CEA95D;
	background-size: 150%;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.floor-mosaique .item05 .box{
	padding: 8rem 0;
}

.floor-mosaique .item05 .box:not(:last-child){
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.floor-mosaique .item05 .subsubtitle{
	margin-bottom: 0;
}

@media (max-width: 63.99875em) {
	.floor-mosaique .item:not(:last-child){
		margin-bottom: 0.8rem;
	}

	.floor-mosaique .item04 .box:not(:last-child){
		border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	}

	.floor-mosaique .item04 .box{
		padding: 6rem 0;
	}

	.floor-mosaique .item04 .text-container{
		left: 10%;
		width: 80%;
	}

	.floor-mosaique .item05 .box{
		padding: 6rem 0;
	}
}

@media (min-width: 64em) {
	.floor-mosaique{
		display: grid;
		gap: 0.8rem;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr;;
	}

	.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 .item04 .text-container{
		display: flex;
	}

	.floor-mosaique .item04 .text-container .box{
		width: 50%;
	}

	.floor-mosaique .item04 .text-container .box:first-child{
		border-right: 1px solid rgba(255, 255, 255, 0.4);
	}

	.floor-mosaique .item05{
		grid-column: 3/4;
		grid-row: 2/4;
	}

	.floor-mosaique .item-fit img{
		object-fit: cover;
		border-radius: 8px;
		height: 100%;
	}
}

/* VENDEE GLOBE */
.floor-vendee-globe{
	padding: 5rem 0;
}

@media (max-width: 63.99875em) {
	.floor-vendee-globe .text-container{
		max-width: 57.5rem;
		padding: 3rem 1.6rem 0;
	}
}

@media (min-width: 64em) {
	.floor-vendee-globe{
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.floor-vendee-globe .img-container{
		width: 26.875%;
		margin-right: 5rem;
	}

	.floor-vendee-globe .text-container{
		max-width: 56rem;
	}
}

/* COMPTEUR */
.floor-compteur{
	padding: 2rem 0;
	background-color: rgba(239, 202, 138, 0.4);
	text-align: center;
}

.floor-compteur .subsubtitle{
	margin-bottom: 0;
}

.floor-compteur .title{
	margin-bottom: 0;
	color: #CEA95D;
	background-color: #FFF;
	padding: 0.8rem 0.4rem;
	border-radius: 4px;
	margin: 0 0.2rem;
}

.floor-compteur .box-rebours, .floor-compteur .box{
	display: flex;
	align-items: center;
	justify-content: center;
}

.floor-compteur .box-rebours .subsubtitle{
	margin-left: 0.4rem;
}

.floor-compteur .box{
	margin-left: 0.8rem;
}

@media (max-width: 63.99875em) {
	.floor-compteur .box-rebours{
		margin-top: 2rem;
	}
}

@media (min-width: 64em) {
	.floor-compteur{
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

/* INSTAGRAM */
.floor-instagram{
	text-align: center;
}

.floor-instagram .container{
	margin-top: 4rem;
	margin-bottom: 4rem;
}

.floor-instagram .flex-container{
	padding: 0 0.8rem;
	display: flex;
	justify-content: space-between;
}

.floor-instagram .flex-container__item{
	width: 19.23611111111111%;
}

.floor-instagram .cta-container a{
	color: #000;
	border: 1px solid rgba(0, 0, 0, 0.75);
	border-radius: 80px;
	padding: 10px 20px;
	position: relative;
	display: inline-flex;
	align-items: center;
}

.floor-instagram .cta-container a::before{
	content: "";
	width: 17px;
	height: 16px;
	background: url('../picto-insta.svg') no-repeat center;
	background-size: contain;
	display: block;
	margin-right: 15px;
}

@media (max-width: 63.99875em) {
	.floor-instagram .flex-container__item{
		width: 32%;
	}

	.floor-instagram .flex-container__item:nth-child(2), .floor-instagram .flex-container__item:nth-child(4){
		display: none;
	}
}

/* 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;
	}
}