/* ---------------------------------------- */
/*  $ > Pages
/* ---------------------------------------- */
/* ======================================== */
/*  .pg_home
/* ======================================== */
.pg_home .section_header .nav_main ul {
	display: none;
	}
.pg_home .section_my_gifts {
	margin-top: 0;
	background: #f6f6f6;
	}
.pg_home .section_my_gifts .ctn_section {
	padding-bottom: 80px;
	}
.pg_home .section_my_gifts .obj_col figure {
	background: white;
	}
@media screen and (max-width: 767px) {    
	.pg_home .section_header .btn_nav-mobile {
		display: none;
		}    
}
/* ========================================*/
/*  .pg_inscription
/* ========================================*/
.pg_inscription {
	background: #F6F6F6;
	}
.pg_inscription .section_header .nav_main ul {
	display: none;
	}
.pg_inscription .section_inscription .ctn_section {
	max-width: 1180px;
	padding: 100px 0 40px;
	background-color: #fff;
	}	
.pg_inscription .section_inscription .obj_form fieldset > * + * {
	margin-top: 30px;
	}
.pg_inscription .section_inscription .push_form{
	padding: 40px 100px 100px;
	margin-top: 0;
	}
.pg_inscription .push_form fieldset{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	}	
.pg_inscription .push_form	.obj_form .ctn_row{
	flex-flow: row wrap;
	width: 100%;
	margin: 0;
	}	
.pg_inscription .push_form .ctn_col{
	width: 53.5%;
	max-width: 500px;
	}	
.pg_inscription .push_form .obj_form .ctn_col > * + * {
   margin-top: 10px;
	}
.pg_inscription .push_form .ctn_col.right{
	width: 40.5%;
	max-width: 380px;
	}
.pg_inscription .push_form .obj_form .ctn_civility {
   justify-content: flex-start;
	}
.pg_inscription .push_form .obj_form .ctn_civility .ctn_radio{
	margin-right: 25px;
	}	
.pg_inscription .push_form	.obj_form .ctn_radio label,
.pg_inscription .push_form	.obj_form .ctn_date label,
.pg_inscription .push_form	.obj_form .ctn_checkbox label,
.pg_inscription .push_form	.obj_form .ctn_checkbox + label.label,
.pg_inscription .push_form	.obj_form .ctn_promo label {
   font-size: 1.3rem;
	line-height: 1.4em;
	}
.pg_inscription .push_form .ctn_col .t_field{
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
	font-weight: 700;
	} 
.pg_inscription .push_form .ctn_col .t_field:nth-of-type(2){
	margin-top: 35px;
	}
.pg_inscription .push_form	.obj_form .ctn_pattern .ctn_progress.is_visible{
	width: 100%;
	}
.pg_inscription .push_form	.obj_form .ctn_pattern .obj_btn.btn_info{
	right: 0;
	}
.pg_inscription .push_form	.obj_form .ctn_pattern .obj_progress {
   width: 4.5%;
	}
.pg_inscription .push_form	.obj_form .obj_checkbox-newsletter{
	padding: 30px;
	background: #F6F6F6;
	}
.pg_inscription .push_form	.obj_form .obj_checkbox-newsletter .t_title{
	padding: 0 0 10px;
	font-size: 1.7rem;
	line-height: 1.4em;
	font-weight: 500;
	text-align: left;
	}
.pg_inscription .push_form	.obj_form .obj_checkbox-newsletter .t_desc{
	padding: 0 0 10px;
	font-size: 1.4rem;
	line-height: 1.4em;
	text-align: left;
	font-style: italic;
	}	
.pg_inscription .push_form	.obj_form .obj_promo{
	margin-top: 5px;
	padding: 30px;
	background: #F6F6F6;
	}
.pg_inscription .push_form	.obj_form .obj_promo .ctn_promo {
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	}
.pg_inscription .push_form	.obj_form .obj_promo .ctn_promo label{
	width: 100%;
	max-width: 100%;
	padding: 0 0 10px;
	}
.pg_inscription .push_form	.obj_form .obj_promo .ctn_input input{
	max-width: 220px;
	background-color: #fff;
	}
.pg_inscription .push_form	.obj_form .obj_recaptcha{
	margin: -90px auto 10px;
	}
.pg_inscription .push_form .ctn_col .ctn_pattern{
	padding: 0;
	}	
.pg_inscription .push_form	.obj_form .t_required,
.pg_inscription .push_form	.obj_form .t_legal {
	position: relative;
	bottom: auto;
	right: auto;
	margin: 0;
	font-size: 1.1rem;
	line-height: 1.2em;
	color: #000;
	text-align: left;
	}
.pg_inscription .push_form	.btn_default{
	font-size: 1.7rem;
	padding: 14px 43px 14px 47px;
	}
.pg_inscription .push_form .ctn_btn .obj_btn + .obj_btn{
	margin-left: 20px;
	}
.pg_inscription .push_form .t_error{
	margin: 0 0 10px;
	font-size: 1.1rem;
	line-height: 1.2em;
	text-align: left;
	}
@media screen and (max-width: 1024px) {
	.pg_inscription .section_inscription .push_form {
		padding: 50px;
		}
	.pg_inscription .push_form .obj_form .obj_promo{
		margin-bottom: 20px;
		}	
}
@media screen and (max-width: 767px) {
	.pg_inscription .push_form	.obj_form .obj_recaptcha{
		margin: 0 auto 10px;
		}
   .pg_inscription .section_header .btn_nav-mobile,
	.pg_inscription .section_logo{
		display: none;
		}
	.pg_inscription .section_inscription{
		margin-top: 0;
		}	
	.pg_inscription .section_inscription .ctn_section {
		padding: 20px 0 40px;
		background: #fff;
		}
	.pg_inscription .section_inscription .push_form{
		padding: 40px 0;
		}	
	.pg_inscription .push_form fieldset {
		flex-flow: column wrap;
		}	
	.pg_inscription .push_form .ctn_col{
		padding: 0 9.67% 30px;
		}	
	.pg_inscription .push_form .ctn_col,
	.pg_inscription .push_form .ctn_col.right {
		width: 100%;
		max-width: 414px;
		margin: 0 auto;
		}
	.pg_inscription .push_form .ctn_col.right{
		padding: 0;
		}		
	.pg_inscription .push_form .ctn_col .t_field{
		text-align: center;
		}	
	.pg_inscription .push_form .obj_form .ctn_civility {
		flex-flow: row wrap;
		}		
	.pg_inscription .push_form .obj_form .ctn_civility .ctn_radio{
		margin-right: 10px;
		}	
	.pg_inscription .push_form .obj_form .ctn_civility .ctn_radio:last-child{
		margin-right: 0;
		}		
	.pg_inscription .push_form .obj_form .obj_checkbox-newsletter,
	.pg_inscription .push_form .obj_form .obj_promo{
		padding: 30px 9.67%;
		}
	.pg_inscription .push_form .obj_form .obj_promo .ctn_promo {
		margin-top: 0;
		}	
	.pg_inscription .push_form .ctn_row.bottom .ctn_col:nth-of-type(1) {
		margin-top: 25px;
		}	
}
/* ======================================== */
/*  .pg_account
/* ======================================== */
@media screen and (max-width: 767px) {    
	.pg_account .banner_points {
		display: block;
		}    
    }
/* ======================================== */
/*  .pg_template
/* ======================================== */
.pg_template {
	background: #c8cbcc;
	}
/* ======================================== */
/*  .pg_landing-offres_2023
/* ======================================== */
.pg_landing-offres_2023	.obj_section .ctn_section{
	padding: 20px 0;
	max-width: 1180px;
	}
.pg_landing-offres_2023	.obj_section.section_title{
	margin-top: 40px;
	margin-bottom: 10px;
	}
.pg_landing-offres_2023	.obj_section.section_title .t_title{
	font-size: 3.6rem;
	font-family: "DIN-Condensed-Bold";
	font-weight: 700;
	text-transform: inherit;
	}	
/* SECTION COFFRETS */
.pg_landing-offres_2023 .section_coffrets{
	margin-top: 0;
	margin-bottom: 60px;
	}
.pg_landing-offres_2023 .section_coffrets .ctn_section{
	position: relative;
	max-width: 1180px;	
	}
.pg_landing-offres_2023 .section_coffrets .ctn_section .obj_push{
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 15px 55px;
	width: 100%;
	height: 489px;
	background: linear-gradient(90deg, rgba(249,221,218,1) 0%, rgba(250,231,229,1) 100%);
	}
.pg_landing-offres_2023 .section_coffrets .ctn_section .ctn_left{
	width: 452px;
	position: relative;
  	z-index: 2;
	border: 1px solid #000;
	}	
.pg_landing-offres_2023 .section_coffrets .ctn_section .ctn_left h2{ 
	display: block;
	padding: 5px;
	font-family: "Gotham", Arial, Helvetica, Sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	line-height: 1em;
	text-transform: uppercase;
	color: #fff;
	background: #000;
	}
.pg_landing-offres_2023 .section_coffrets .ctn_section .ctn_left .ctn_text{
	padding: 20px 38px;
	}	
.pg_landing-offres_2023 .section_coffrets .ctn_section .ctn_left .ctn_text .ctn_pack{
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	margin: 0 0 15px;	
	}	
.pg_landing-offres_2023 .section_coffrets .ctn_section .ctn_left .ctn_text .ctn_pack .pack{
	margin: 0 22px;
	text-align: center;
	}
.pg_landing-offres_2023 .section_coffrets .ctn_section .ctn_left .ctn_text .ctn_pack.line-2 .pack,
.pg_landing-offres_2023 .section_coffrets .ctn_section .ctn_left .ctn_text .ctn_pack.line-3 .pack{
	margin: 0;
	}
.pg_landing-offres_2023 .section_coffrets .ctn_section .ctn_left .ctn_text .ctn_pack.line-2 .pack:nth-of-type(2),
.pg_landing-offres_2023 .section_coffrets .ctn_section .ctn_left .ctn_text .ctn_pack.line-3 .pack:nth-of-type(2){
	margin: 0 22px;
	}
.pg_landing-offres_2023 .section_coffrets .ctn_section .ctn_left .ctn_text .ctn_pack h3{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
	}	
.pg_landing-offres_2023 .section_coffrets .ctn_section .ctn_left .ctn_text .ctn_pack img{
	height: 80px;
	margin: 0 auto;
	}
.pg_landing-offres_2023 .section_coffrets .ctn_section .bg_coffrets{
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	}
.pg_landing-offres_2023 .section_coffrets .ctn_section .bg_coffrets img{
	width: auto;
	height: 100%;
	}
@media screen and (max-width: 1024px) {
	.pg_landing-offres_2023 .section_coffrets .ctn_section .obj_push{
		padding: 40px 20px;
		}
}
@media screen and (max-width: 767px) {
	.pg_landing-offres_2023	.obj_section .ctn_section{
		padding: 20px;
		}
	.pg_landing-offres_2023	.obj_section.section_title{
		margin: 0;
		}
	.pg_landing-offres_2023 .obj_section.section_title .ctn_section{ 
		padding-bottom: 0;
		}
	.pg_landing-offres_2023 .section_coffrets{
		margin-bottom: 20px;
		}
	.pg_landing-offres_2023 .section_coffrets .ctn_section{
		padding: 20px 0;
		}	
	.pg_landing-offres_2023 .section_coffrets .ctn_section .obj_push{
		height: 640px;
		flex-flow: column nowrap;
		align-items: center;
		padding: 30px 20px 40px;
		overflow: hidden;
		}
	.pg_landing-offres_2023 .section_coffrets .ctn_section .ctn_left{
		margin-bottom: 30px;
		}
	.pg_landing-offres_2023 .section_coffrets .ctn_section .ctn_left,
	.pg_landing-offres_2023 .section_coffrets .ctn_section .ctn_right{
		width: 100%;
		text-align: center;
		}
	.pg_landing-offres_2023 .section_coffrets .ctn_section .ctn_left .ctn_text{
		padding: 20px 10px 0;
		}
	.pg_landing-offres_2023 .section_coffrets .ctn_section .ctn_left .ctn_text .ctn_pack.line-2 .pack:nth-of-type(2),
	.pg_landing-offres_2023 .section_coffrets .ctn_section .ctn_left .ctn_text .ctn_pack.line-3 .pack:nth-of-type(2){
		margin: 0 15px;
		}
	.pg_landing-offres_2023 .section_coffrets .ctn_section .bg_coffrets{
		width: 100%;
		height: auto;
		}
	.pg_landing-offres_2023 .section_coffrets .ctn_section .bg_coffrets img{
		width: 100%;
		height: auto;
		}
}
/* SECTION OFFRE */
.pg_landing-offres_2023 .section_offre{
	margin-top: 0;
	}
.pg_landing-offres_2023 .section_offre .ctn_section{
	position: relative;
	max-width: 1180px;
	}
.pg_landing-offres_2023 .section_offre .ctn_section .obj_push{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 40px 40px 40px 120px;
	background: #f6f6f6;
	}
.pg_landing-offres_2023 .section_offre .ctn_section .ctn_left{
	width: 360px;
	}
.pg_landing-offres_2023 .section_offre .ctn_section .ctn_left h2{ 
	display: inline-block;
	padding: 5px;
	margin-bottom: 20px;
	font-size: 2.4rem;
	line-height: 1em;
	font-family: "Gotham";
	text-transform: uppercase;
	color: #fff;
	background: #FF4F51;
	}
.pg_landing-offres_2023 .section_offre .ctn_section .ctn_left .t_desc{
	margin-bottom: 20px;
	}
.pg_landing-offres_2023 .section_offre .ctn_section .ctn_left .t_code{
	font-weight: 500;
	text-transform: uppercase;
	}
.pg_landing-offres_2023 .section_offre .ctn_section .ctn_left .t_code strong{
	display: inline-block;
	margin: 10px 0 30px;
	padding: 10px;
	font-size: 2.2rem;
	line-height: 1em;
	color: #FF4F51;
	border: 1px dashed #FF4F51;
	}
.pg_landing-offres_2023 .section_offre .ctn_section .ctn_right{
	width: 530px;
	}
.pg_landing-offres_2023 .section_offre .ctn_section .ctn_right .v_offre img{
	max-width: 100%;
	}
@media screen and (max-width: 1024px) {
	.pg_landing-offres_2023 .section_offre .ctn_section .obj_push{
		padding: 40px 20px;
		}
}
@media screen and (max-width: 767px) {
	.pg_landing-offres_2023 .section_offre .ctn_section{
		padding: 20px 0;
		}
	.pg_landing-offres_2023 .section_offre .ctn_section .obj_push{
		flex-flow: column nowrap;
		align-items: center;
		padding: 30px 20px 40px;
		}
	.pg_landing-offres_2023 .section_offre .ctn_section .ctn_left{
		margin-bottom: 30px;
		}
	.pg_landing-offres_2023 .section_offre .ctn_section .ctn_left,
	.pg_landing-offres_2023 .section_offre .ctn_section .ctn_right{
		width: 100%;
		text-align: center;
		}
}
/* SECTION OFFRE ELIXIR */
.pg_landing-offres_2023 .section_offre.offre_elixir .ctn_section .ctn_left h2{ 
	background: #DABB69;
	}
	.pg_landing-offres_2023 .section_offre.offre_elixir .ctn_section .ctn_left h2{ 
	background: #DABB69;
	}
.pg_landing-offres_2023 .section_offre.offre_elixir .ctn_section .ctn_left .v_cadeau{
	display: block;
	max-width: 100%;
	margin-bottom: 20px;
	}
.pg_landing-offres_2023 .section_offre.offre_elixir .ctn_section .ctn_left .v_cadeau img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	}
.pg_landing-offres_2023 .section_offre.offre_elixir .ctn_section .ctn_left .t_code strong{
	color: #DABB69;
	border: 1px dashed #DABB69;
	}
/* SECTION OFFRE IMAGE */
.pg_landing-offres_2023 .section_offre-image {
	margin-top: 0;
	margin-bottom: 60px;
	}
.pg_landing-offres_2023 .section_offre-image .ctn_section {
	position: relative;
	width: 100%;
	max-width: 1180px;
	}
.pg_landing-offres_2023 .section_offre-image .ctn_offre a {
	display: block;
	}
.pg_landing-offres_2023 .section_offre-image .ctn_offre picture {
	display: block;
	width: 100%;
	}
.pg_landing-offres_2023 .section_offre-image .ctn_offre picture img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	}
@media screen and (max-width: 767px) {
	.pg_landing-offres_2023 .section_offre-image {
        margin-bottom: 20px;
    	}
	.pg_landing-offres_2023 .section_offre-image .ctn_section{
		padding: 20px 0;
		}
}
/* SECTION PREMIERE */
.pg_landing-offres_2023 .section_premiere .ctn_section{
	max-width: 1180px;
	text-align: center;
	}
.pg_landing-offres_2023 .section_premiere .ctn_section .t_desc{
	margin-top: 20px;
	}
.pg_landing-offres_2023 .section_premiere .ctn_section h3{
	margin-top: 20px;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1em;
	} 
.pg_landing-offres_2023 .section_premiere .obj_push .v_premiere img{
	max-width: 100%;
	}
@media screen and (max-width: 767px) {
	.pg_landing-offres_2023 .section_premiere .ctn_section{
		padding: 20px;
		}
	.pg_landing-offres_2023 .section_premiere .ctn_section .t_desc {
		margin-top: 20px;
		}
	.pg_landing-offres_2023 .section_premiere .ctn_section h3{
		font-size: 2rem;
		}
	.pg_landing-offres_2023 .section_premiere .obj_push{
		width: calc(100% + 40px);
		margin-left: -20px;
		}
	.pg_landing-offres_2023 .section_premiere .v_premiere img{
		max-width: 100%;
		}
}
/* SECTION PROGRAMME */
.pg_landing-offres_2023 .section_programme .ctn_section{
	max-width: 1180px;
	text-align: center;
	}
.pg_landing-offres_2023 .section_programme .obj_push .ctn_row{
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	}
.pg_landing-offres_2023 .section_programme .obj_push .ctn_row {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	margin-bottom: 40px;
	}
.pg_landing-offres_2023 .section_programme .obj_push .ctn_push{
	width: 340px;
	margin: 0 50px;
	flex-shrink: 1;
	text-align: center;
	}
.pg_landing-offres_2023 .section_programme .obj_push .ctn_push figure img{
	width: 100%;
	}
.pg_landing-offres_2023 .section_programme .obj_push .ctn_push h3{
	margin: 30px 0 10px;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1em;
	text-transform: uppercase;
	}
.pg_landing-offres_2023 .section_programme .obj_push .ctn_push .t_desc{
	max-width: 220px;
	margin: 0 auto;
	}
@media screen and (max-width: 767px) {
	.pg_landing-offres_2023 .section_programme .ctn_section{
		padding: 20px;
		}
	.pg_landing-offres_2023 .section_programme .obj_push .ctn_row {
		flex-flow: column nowrap;
		}
	.pg_landing-offres_2023 .section_programme .obj_push .ctn_push{
		width: 100%;
		max-width: 340px;
		margin: 0 auto 40px;
		}
	.pg_landing-offres_2023 .section_programme .obj_push .ctn_push:last-of-type{
		margin-bottom: 0;
		}
}
@media screen and (max-width: 767px) {
	.pg_landing-offres_2023 section + section{
		margin-top: 20px;
		}
}

.pg_landing-offres_2023 .obj_section.section_footer .ctn_section{
	padding: 60px 30px
	}

/* SECTION MENTIONS */
.pg_landing-offres_2023 .section_mentions p{
	font-size: 1.2rem;
	text-align: center;
	color: #808080;
	}

/* PG ORDER */
.pg_order .obj_form .ctn_civility label {
	width: 50%;
	}
.pg_order .obj_form .ctn_civility .ctn_radio{
	margin-left: 10px;
	}
.pg_order .obj_form .ctn_row.cp .ctn_input,
.pg_order .obj_form .ctn_row.address .ctn_input{
	position: relative;
	width: calc(100% - 63px);
	}
.pg_order .obj_form .ctn_row.cp .ctn_input .ctn_suggestions,
.pg_order .obj_form .ctn_row.address .ctn_input .ctn_suggestions{
	top: 29px;
	}
.pg_order .obj_form .ctn_row.cp .ctn_input .ctn_suggestions .ctn_text ul li{
	text-transform: uppercase;
	}
.pg_order .obj_form .ctn_row.cp .obj_btn,
.pg_order .obj_form .ctn_row.address .obj_btn{
	width: 53px;
	padding: 9px 15px;
	}

@media screen and (max-width: 767px) {
	.pg_order .obj_form .ctn_civility {
		flex-direction: row;
		}
	.pg_order .obj_form .ctn_row.cp,
	.pg_order .obj_form .ctn_row.address{
		flex-direction: row;
		}
	.pg_order .obj_form .ctn_row.cp .obj_btn,
	.pg_order .obj_form .ctn_row.address .obj_btn{
		margin-top: 0;
		}
	.pg_order .obj_form .ctn_btn{
		display: flex;
		flex-flow: column nowrap;
		}
	.pg_order .obj_form .ctn_btn .obj_btn + .obj_btn{
		margin: 10px 0 0;
		}


}
