/* ---------------------------------------- */

/*  $ > Projet

/* ---------------------------------------- */

main {
	padding: 0 0 80px 0;
	}
main > .obj_section + .obj_section {
	margin-top: 80px;
	}

/***/

@media screen and (max-width: 767px) {
	
	main > .obj_section + .obj_section {
		margin-top: 40px;
		}

	}

/* ======================================== */
/* .section_banner
/* ======================================== */

.section_banner {
	position: relative;
	overflow: hidden;
	background: url("../images/bg_banner.jpg") no-repeat center center / 1920px auto white;
	}
.section_banner > .ctn_section {
	min-height: 675px;
	width: 100%;
	max-width: 1030px;
	margin: 0 auto;
	}

.section_banner figure {
	position: relative;
	}
.section_banner figure .v_banner_left {
	position: absolute;
	top: 0;
	left: -300px;
	}
.section_banner figure .v_banner_right {
	position: absolute;
	top: 0;
	right: -300px;
	}

/***/

@media screen and (max-width: 767px) {
	
	.section_banner {
		background: white;
		}
	.section_banner > .ctn_section {
		min-height: 0;
		}
	
	.section_banner figure .v_banner_left,
	.section_banner figure .v_banner_right {
		display: none;
		}

	}

/* ======================================== */
/* .section_offer
/* ======================================== */

.section_offer {
	padding: 0 20px;
	}
.section_offer > .ctn_section {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	}
.section_offer > .ctn_section > * + * {
	margin-top: 30px;
	}

.section_offer h2 {
	font-family: "fortunato_titre";
	font-size: 4.6rem;
	text-transform: uppercase;
	text-align: center;
	}
.section_offer p {
	font-weight: 300;
	font-size: 1.8rem;
	line-height: 1.4;
	text-align: center;
	}
.section_offer p em {
	font-weight: inherit;
	font-size: 2rem;
	text-transform: uppercase;
	}

.section_offer .ctn_products {
	display: flex;
	flex-direction: row;
	justify-content: center;
	}
.section_offer .ctn_products .obj_product {
	position: relative;
	width: 100%;
	max-width: 200px;
	overflow: visible;
	}
.section_offer .ctn_products .obj_product h3 {
	margin-top: 20px;
	font-weight: 300;
	font-size: 1.8rem;
	color: #c0a264;
	text-transform: uppercase;
	}
.section_offer .ctn_products .obj_product .t_promo {
	position: absolute;
	top: 0;
	right: -50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 150px;
	width: 150px;
	font-weight: 400;
	font-size: 1.2rem;
	color: black;
	border-radius: 50%;
	border: solid 2px #c0a264;
	}
.section_offer .ctn_products .obj_product .t_promo strong {
	display: block;
	font-weight: 300;
	font-size: 5rem;
	line-height: 0.9;
	color: #c0a264;
	}
.section_offer .ctn_products .obj_product .t_promo em {
	position: absolute;
	top: -10px;
	right: -35px;
	display: block;
	height: 65px;
	width: 65px;
	font-weight: 300;
	font-size: 2.5rem;
	line-height: 65px;
	color: white;
	border-radius: 50%;
	background: #c0a264;
	}
.section_offer .ctn_products .obj_product .t_promo em u {
	position: relative;
	top: -0.4em;
	font-size: 0.6em;
	text-decoration: none;
	}

.section_offer .ctn_products .obj_product .t_percent{
	position:absolute;
	top:35px; right:2px;
	width:100px; height:100px;
	border-radius:50%;
	font-size:3.5rem; line-height:100px;
	font-weight:300;
	color:#fff;
	background:#c0a264;
	}
.section_offer .ctn_products .obj_product .t_percent sup{
	position:relative;
	top:-0.6em;
	font-size:0.6em;
	}

.section_offer .ctn_products .obj_product .v_product {
	position: relative;
	z-index: 5;
	}
.section_offer .ctn_products .obj_product + .obj_product .v_product::before {
	content: "";
	display: block;
	height: 24px;
	width: 24px;
	position: absolute;
	z-index: 99;
	top: 50%;
	left: 0;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	background: url("../images/i_plus.svg") no-repeat center center / 100% 100% transparent;
	}

.section_offer .ctn_rituals {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	}
.section_offer .ctn_rituals > p {
	width: 120px;
	font-family: "fortunato_titre";
	font-size: 4.6rem;
	text-align: center;
	text-transform: uppercase;
	}
.section_offer .ctn_rituals .obj_ritual {
	width: 100%;
	max-width: calc((100% - 120px) / 2);
	padding: 30px;
	border-width: 20px 20px;
    border-image: url("../images/i_border_white.png") 18 18 18 18 fill stretch;
    border-style: solid;
    border-color: transparent;
	cursor: pointer;
	}
.section_offer .ctn_rituals .obj_ritual p {
	font-weight: 300;
	font-size: 4rem;
	color: white;
	text-transform: uppercase;
	}
.section_offer .ctn_rituals .obj_ritual p strong {
	display: block;
	font-weight: 300;
	font-size: 9rem;
	line-height: 0.9;
	}
.section_offer .ctn_rituals .obj_ritual p strong u {
	position: relative;
	top: -0.6em;
	font-size: 0.5em;
	text-decoration: none;
	}
.section_offer .ctn_rituals .obj_ritual.var_blue {
	background: #6dd1f5;
	}
.section_offer .ctn_rituals .obj_ritual.var_orange {
	background: #efac17;
	}

/***/

@media screen and (max-width: 1024px) {
	
	.section_offer h2 {
		font-size: 3rem;
		}
	.section_offer p,
	.section_offer p em {
		font-size: 1.6rem;
		}
	
	.section_offer .ctn_products .obj_product .t_promo {
		top: -10px;
		left: 50%;
		right: auto;
		height: 100px;
		width: 100px;
		transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		font-size: 1.2rem;
		}
	.section_offer .ctn_products .obj_product .t_promo strong {
		font-size: 3rem;
		}
	.section_offer .ctn_products .obj_product .t_promo em {
		top: -10px;
		right: -35px;
		height: 50px;
		width: 50px;
		font-size: 1.6rem;
		line-height: 50px;
		}

	.section_offer .ctn_rituals .obj_ritual p {
		font-size: 2rem;
		}
	.section_offer .ctn_rituals .obj_ritual p strong {
		font-size: 6rem;
		}

	}

@media screen and (max-width: 767px) {
	
	.section_offer .ctn_products {
		flex-direction: column;
		align-items: center;
		}
	.section_offer .ctn_products .obj_product {
		max-width: 100%;
		}
	.section_offer .ctn_products .obj_product .v_product {
		max-width: 80px;
		margin: 0 auto;
		}
	.section_offer .ctn_products .obj_product + .obj_product {
		margin-top: 30px;
		}
	.section_offer .ctn_products .obj_product + .obj_product .v_product {
		padding-top: 44px;
		}
	.section_offer .ctn_products .obj_product + .obj_product .v_product::before {
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		}
	.section_offer .ctn_products .obj_product .t_promo {
		top: 30px;
		left: 50%;
		transform: none;
		-ms-transform: none;
		-webkit-transform: none;
		}
	
	.section_offer .ctn_products .obj_product .t_percent{
		right:50%;
		transform:scale(0.7) translate(115%,10px);
		}

	.section_offer .ctn_rituals {
		flex-direction: column;
		}
	.section_offer .ctn_rituals .obj_ritual {
		max-width: 100%;
		padding: 10px;
		}

	}

/* ======================================== */
/* .section_ritual
/* ======================================== */

.section_ritual {
	padding: 0 20px;
	}
.section_ritual > .ctn_section {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	background: #cccccc;
	}

.section_ritual .ctn_text {
	width: 100%;
	max-width: 45%;
	padding: 80px;
	}
.section_ritual .ctn_text > * + * {
	margin-top: 20px;
	}
.section_ritual .ctn_text h2 {
	font-weight: 300;
	font-size: 1.8rem;
	line-height: 1.2;
	text-transform: uppercase;
	}
.section_ritual .ctn_text h3 {
	margin-top: 0;
	font-family: "fortunato_titre";
	font-size: 4rem;
	line-height: 1;
	text-transform: uppercase;
	}
.section_ritual .ctn_text p {
	font-weight: 300;
	font-size: 1.8rem;
	line-height: 1.2;
	}
.section_ritual .ctn_text p strong {
	font-weight: 700;
	}
.section_ritual .ctn_text ul {
	margin-top: 50px;
	padding-left: 50px;
	}
.section_ritual .ctn_text ul li {
	position: relative;
	padding-left: 90px;
	font-weight: 300;
	font-size: 1.8rem;
	line-height: 1.2;
	}
.section_ritual .ctn_text ul li span {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-weight: 300;
	font-size: 4.2rem;
	line-height: 1;
	}
.section_ritual .ctn_text ul li span em {
	font-weight: 400;
	font-family: "fortunato_titre";
	font-size: 7.2rem;
	}
.section_ritual .ctn_text ul li strong {
	display: block;
	font-weight: 700;
	font-size: 3rem;
	text-transform: uppercase;
	}
.section_ritual .ctn_text ul li + li {
	margin-top: 30px;
	}
.section_ritual .ctn_text .ctn_btn {
	margin-top: 50px;
	text-align: center;
	}
.section_ritual .ctn_text .ctn_btn .obj_btn {
	padding: 10px 30px;
	font-size: 1.4rem;
	line-height: 15px;
	color: white;
	border: none;
	background: black;
	}
.section_ritual .ctn_image {
	width: 100%;
	max-width: 55%;
	}
.section_ritual .ctn_image figure {
	position: relative;
	overflow: hidden;
	display: block;
	height: 100%;
	width: 100%;
	}
.section_ritual .ctn_image figure img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	height: auto;
	width: 100%;
	max-width: none;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	}

.section_ritual.var_blue > .ctn_section {
	background: #cbf6ff;
	}
.section_ritual.var_blue .ctn_text ul li span,
.section_ritual.var_blue .ctn_text ul li strong {
	color: #00aeff;
	}
.section_ritual.var_blue .ctn_text .ctn_btn .obj_btn {
	background: #224370;
	}

.section_ritual.var_orange > .ctn_section {
	background: #fff2e6;
	}
.section_ritual.var_orange .ctn_text ul li span,
.section_ritual.var_orange .ctn_text ul li strong {
	color: #efac17;
	}
.section_ritual.var_orange .ctn_text .ctn_btn .obj_btn {
	background: #efac17;
	}

/***/

@media screen and (max-width: 1024px) {
	
	.section_ritual .ctn_text {
		max-width: 100%;
		padding: 30px;
		}
	.section_ritual .ctn_text h3 {
		font-size: 3rem;
		}
	.section_ritual .ctn_text p {
		font-size: 1.6rem;
		}
	.section_ritual .ctn_text ul {
		margin-top: 30px;
		padding-left: 0;
		}
	.section_ritual .ctn_text ul li {
		padding-left: 60px;
		font-size: 1.6rem;
		}
	.section_ritual .ctn_text ul li span {
		font-size: 3rem;
		}
	.section_ritual .ctn_text ul li span em {
		font-size: 5rem;
		}
	.section_ritual .ctn_text ul li strong {
		font-size: 2rem;
		}
	.section_ritual .ctn_text ul li + li {
		margin-top: 30px;
		}
	.section_ritual .ctn_text .ctn_btn {
		margin-top: 30px;
		}
	.section_ritual .ctn_image figure img {
		height: 100%;
		width: auto;
		}

	}

@media screen and (max-width: 767px) {
	
	.section_ritual > .ctn_section {
		flex-direction: column;
		}
	.section_ritual.var_blue > .ctn_section {
		flex-direction: column-reverse;
		}
	
	.section_ritual .ctn_image {
		max-width: 100%;
		}
	.section_ritual .ctn_image figure {
		height: auto;
		}
	.section_ritual .ctn_image figure img {
		position: static;
		height: auto;
		width: 100%;
		transform: none;
		-ms-transform: none;
		-webkit-transform: none;
		}

	}