.clear
{
	clear: both;
}

/*** Modif MDP et Mail ***/

#information_mail, #information_mdp, #information_gen
{
	padding-bottom:16px;
	font-size: 16px;
	text-align:center;
}

#information_mail.reussite, #information_mdp.reussite, #information_gen.reussite
{
	color: #3a7d34;
}

#cadre_modif
{
	height: auto;
	/*padding: 20px 20px 12px 20px;
	border: 1px solid #CCCCCC;*/
	font-size: 14px;
	margin-bottom: 10px;
}

#cadre_modif h1
{
	color: #5092ad;
	font-family: "Outfit";
	font-size: 18px;
	margin-bottom: 12px;
}

#cadre_modif > .flex{
	display: flex;
	margin-bottom: 17px;
	flex-wrap: wrap;
	gap: 15px;
}

#cadre_modif > .flex > div{
	width: 312px;
}

#cadre_modif > .flex > div:not(:last-child){
	margin-right: 17px;
}

#cadre_modif > div > span:first-child
{
	width: 300px;
	display: inline-block;
}

#page_modif_mail > #cadre_modif > div > span > input
{
	width: 280px;
}

#page_modif_mdp > #cadre_modif > div > span > input
{
	width: 240px;
}

#force_mdp
{
	margin-left: 4px;
}

#cadre_modif > div > input
{
	display: block;
	margin: auto;
	margin-top: 16px;
}

#cadre_modif input[type="text"], #cadre_modif input[type="password"], #cadre_modif input[type="date"]{
	border: none;
	border-radius: 3px;
	padding: 6px; 
	height: 40px;
	width: 100%;
	box-sizing: border-box;
}

#cadre_modif label{
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}

#cadre_modif .erreur{
	color:#f53434;
	display:block;
	margin-top:2px;
}

#cadre_modif .div_btn{
	margin-top:20px;
}

.cadre_modif_field{
	width: 25rem;
}

#div_ancien_mdp, .nouveau_mdp > div{
	width: 26rem;
}

.nouveau_mdp {
	display: flex;
	flex-wrap: wrap;
}

.nouveau_mdp > div:first-child{
	margin-right: 2rem;
}
.err_mdp_invalide, .err_mdp_valide{
	background-repeat: no-repeat;
	padding-left: 20px;
	background-size: 14px;
}
.err_mdp_invalide{
	color:#f53434;
	background-image: url('//cdn1.costatic.com/assets/img/images/cross.svg');
}

.err_mdp_valide{
	color:#3a7d34;
	background-image: url('//cdn1.costatic.com/assets/img/images/check.svg');	
}

.div_input_mdp{
	margin-bottom:20px;
}

.div_list_chck_mdp {	
	margin-top:2px;
}

#cadre_modif .div_list_chck_mdp{
	top:50px;
}

.div_list_chck_mdp ul{
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
	display:table;
	width:100%;
}

.div_list_chck_mdp li{
	display: inline-block;
	margin: 0 10px 0 0;
	display:table-cell;
}

/*** Mdp oublie ***/
.legende_mdp_minimum
{
	font-size: 8pt;
	font-style: italic;
	margin-top:2px;
}

#mdp_oublie td
{
	vertical-align: top;
}

#mdp_oublie
{
    width:100%;
    text-align: center;
    font-size: 10pt;
	color: #57585a;
}

#mdp_oublie > div:first-child:not(#mdp_oublie_div)
{
    padding: 10px 0;
	font-size: 16px;
}

#mdp_oublie > form,  #mdp_oublie > #mdp_oublie_div
{
    display: inline-block;
    text-align: left;
    width:600px;
    border: 1px solid #eaeaea;
    padding: 10px 50px 20px;
    margin: 10px 0 20px;
}

#mdp_oublie h1
{
    font-size: 18px;
	margin: 0 0 10px 0;
	padding: 10px 0;
}

#mdp_oublie #mail_validation
{
	display: inline-block;
	white-space: nowrap;
}

#mdp_oublie label{
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	height: 17px;
}

#mdp_oublie input[type="text"], #mdp_oublie input[type="password"]
{
	padding: 6px;
	border: 1px solid #bcc1c8;
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(0, 0, 0, 0.07) inset;
	height: 33px;
	width: 100%;
	box-sizing: border-box;
}

#mdp_oublie #div_nouveau_mdp{
	margin-bottom:20px;
}
#mdp_oublie #div_nouveau_mdp input[type="password"]
{
	margin-bottom:0;
}

#mdp_oublie #mail_validation #send_mdp_oublie
{
	padding: 6px 5px 5px;
	width: 50px;
	vertical-align: top;
	font-weight: bold;
	height: 33px;

}

#mdp_oublie #form_mdp_oublie .erreur:empty{
	display:none;
}

#mdp_oublie #form_mdp_oublie .erreur{
	margin-bottom:10px;
	padding-top:2px;
	display:block;
}

#mdp_oublie #form_mdp_oublie .div_btn{
	text-align:center;
	margin-top:20px;
}

#mdp_oublie .erreur
{
	color: #f53434;
	margin-top: 5px;
}

#mdp_oublie .erreur.erreur_blue
{
	color: #0060b5;
}

#mdp_oublie #cadre_modif{
	width:auto;
}
/*** Compte Ariane ***/

#compte_ariane
{
	font-size: 9pt;
	margin-bottom: 4px;
}

#compte_ariane a
{
	color: black;
	text-decoration: none;
}

#compte_ariane a:hover
{
	text-decoration: underline;
}

/*** compte historique ***/

.select_year{
	background-color: #fff;
	padding: 8px;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 70px;
	margin-left: 5px;
	border-radius: 6px;
}
.select_year{
	background-image:  url('data:image/svg+xml,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.60156 5.89844L1.10156 1.39844C0.867188 1.1875 0.867188 0.835938 1.10156 0.601562C1.3125 0.390625 1.66406 0.390625 1.89844 0.601562L6 4.72656L10.1016 0.625C10.3125 0.390625 10.6641 0.390625 10.8984 0.625C11.1094 0.835938 11.1094 1.1875 10.8984 1.39844L6.375 5.89844C6.16406 6.13281 5.8125 6.13281 5.60156 5.89844Z" fill="%23FF7000"/></svg> ');
	background-position: center right 10px;
	background-repeat: no-repeat;
}

.select_year:focus {
    background-image: url('data:image/svg+xml,<svg style="transform: rotate(180deg);" width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.60156 5.89844L1.10156 1.39844C0.867188 1.1875 0.867188 0.835938 1.10156 0.601562C1.3125 0.390625 1.66406 0.390625 1.89844 0.601562L6 4.72656L10.1016 0.625C10.3125 0.390625 10.6641 0.390625 10.8984 0.625C11.1094 0.835938 11.1094 1.1875 10.8984 1.39844L6.375 5.89844C6.16406 6.13281 5.8125 6.13281 5.60156 5.89844Z" fill="%23FF7000"/></svg>');
}

#compte_historique
{
	margin:auto;
	border-spacing: 5px;
}

#compte_historique th, #compte_historique td
{
	font-size:14px;
}

/* 
#compte_historique td:not(:last-child){
	border-right: 1px solid #dbdbdb;
} */

#compte_historique th
{
	background-color: #FFF;
	padding: 8px 10px;
	border-bottom: 7px solid #f3f8f8;
}

#compte_historique td
{
	background-color: #FFF;
	padding: 8px 10px;
	height: 50px;
	border-bottom: 6px solid #f3f8f8;
}

#compte_historique td.colis_td
{
	padding: 0;
}

#compte_historique table
{	
	border-collapse: collapse;
	text-align: center;
	font-size: 11pt;
	width: 100%;
}

#compte_historique table.colis_table
{	
	width: 100%;
}

#compte_historique table.colis_table tr > td
{	
	border: none;
	border-bottom: 1px solid #971b1b;
}

#compte_historique table.colis_table tr:last-child > td
{
	border-bottom: none;
}

@media screen and (max-width: 820px)
{
	#compte_historique th, #compte_historique td
	{
	    padding: 2px;
	}
}
@media screen and (max-width: 680px)
{
	#compte_historique table
	{	
		font-size: 10pt;
	}
	
	#div_table
	{
		overflow-x: scroll;
		overflow: auto;
		padding-bottom:4px;
	}
}

#compte_historique ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#compte_historique #pagination
{
	border-top: none;
}



/*** compte commande ***/

#compte_commande
{
	font-size: 11pt;
	padding-left: 10px;
	padding-right: 10px;
}

#compte_commande h1
{
	color: #519CC4;
	margin-bottom: -6px;
	font-size: 12pt;
	margin-top: 4px;
}

#compte_commande h2
{
	font-size: 12pt;
	margin-top: 20px;
	margin-bottom: 6px;
}

#historique_commande
{
	display : table;
}

#etat_commande, #montant_commande
{
	width: 400px;
}

#adresse_livraison, #adresse_facturation
{
	display: table-cell;
	width: 400px;
}
@media screen and (max-width: 720px)
{
	/*#adresse_livraison { padding-right: 10px; }
	#adresse_facturation { padding-left: 10px; }*/
	#adresse_livraison, #adresse_facturation { display: block; width: auto; }
}

#compte_commande
{
	margin-right: 10px;
	font-size:13px;
}
#compte_commande h2{
	font-size:15px!important;
}

#compte_commande table
{	
	border-collapse: collapse;
	text-align: center;
}

#compte_commande th, #compte_commande td
{
    padding: 6px 10px;
}

#compte_commande td:not(:last-child){
	border-right: 1px solid #dbdbdb;
}

#compte_commande th
{
	background-color: #fff;
	border-bottom: 7px solid #f3f8f8;
}

#compte_commande tr
{
	background-color: #fff;
}

#compte_commande tr:first-child
{
	height: 35px;
}

#compte_commande tr:not(:first-child)
{
	height: 50px;
}

#commande_liste_produits .td_produit
{
	text-align: left;
}

#commande_liste_produits .input_ajout_panier .btn{
	text-transform:uppercase;
}

#compte_commande .colis
{
	margin-top: 20px;
	padding: 5px;
	padding-left: 6px;
	border: 1px solid #cccccc;
	border-radius: 3px;
}

#compte_commande .colis_title
{
	position: relative;
	padding: 10px;
	top: -15px;
	background-color: white;
	font-weight:bold;
}

.ajouter_panier_commande_small,
.ajouter_panier_commande_small:disabled{
	background:url(//cdn1.costatic.com/assets/img/cart_add.png) no-repeat;
	border:none;
	height:32px;
	width:32px;
	color:transparent;
	cursor:pointer;
}
.ajouter_panier_commande_small:disabled:hover,
.ajouter_panier_commande_small:hover{
	background:url(//cdn1.costatic.com/assets/img/cart_add.png) no-repeat;
	margin-top:1px;
	margin-left:1px;
	margin-bottom:-1px;
	margin-right:-1px;
}
#compte_commande .colis_facture
{
	display: inline-block;
	margin-bottom:5px;
}

#compte_commande .colis_facture img
{
	vertical-align: bottom;
	width:20px;
	height:20px;
}

#compte_commande ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	line-height:18px;
}

#compte_commande ul
{
	padding-top: 2px;
}

#montant_commande h2
{
	display: inline-block;
}

#montant_commande h2 + span
{
	display: inline-block;
	color: #33bb00;
	font-weight: bold;
}

#montant_commande ul
{
	padding: 0;
	display: inline-block;
	vertical-align: text-top;
	/* width: 50%; */
	margin-left: 50px;
}

#compte_commande .colis ul
{
	margin-bottom: 5px;
	margin-top: -5px;
	padding-left: 5px;
}

#compte_commande .colis li
{
	padding: 8px;
}

#compte_commande .colis li > span
{
	display: block;
	margin-bottom: 4px;
}

#compte_commande .colis_chk
{
	width: 15px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	display: none;
}

#compte_commande .colis_chk + label
{
	cursor: pointer;
	font-size: small;
	color: #EC701B;
}

#compte_commande .colis_chk + label:hover
{
	text-decoration: underline;
}

#compte_commande .colis_info
{
	display: none;
	margin: 5px 10px;
}

#compte_commande .masquer_details_colis
{
	display: none;
}

#compte_commande .colis_chk:checked + label .afficher_details_colis
{
	display: none;
}

#compte_commande .colis_chk:checked + label .masquer_details_colis
{
	display: inline;
}

#compte_commande .colis_chk:checked + label + .colis_info
{
	display: block;
}

@media screen and (max-width: 720px)
{	
	#montant_commande ul
	{
		padding: 0;
		display: block;
		vertical-align: inherit;
		margin-left: 15px;
	}
	#div_commande_liste_produits
	{
		overflow-x: scroll;
		overflow: auto;
		padding-bottom:4px;
	}
}
#compte_commande .input_ajout_panier{
	width:100px;
	font-size:10px;
}

/*#compte_commande .input_ajout_panier
{
	border: none !important;
	font-size: 9pt;
}*/
#compte_commande .input_ajout_panier span
{
	display: block;
}


/*** Fidelit� ***/

#compte_fidelite
{
	text-align: left;
	vertical-align: middle;
	margin-top: 10px;
	padding-left: 15px;
	font-size: 13px;
	background-color: #fff;
	padding: 0 0;
}

#compte_fidelite .espace{
	background-color: #F3F8F8;
  	padding-bottom: 20px;
	border-radius: 6px;
}

#compte_fidelite span
{
	font-weight: bold;
	color: #33bb00;
}

/** Colissimo Pass **/
#colissimopass_adhesion{
	font-weight:bold;
	text-align:center;
}

#colissimopass_info{
	text-align:center;
}

#colissimopass_lien{
	color: #05467d;
	text-decoration: none;
}

#colissimopass_lien:hover{
	text-decoration: underline;
}
/** Gestion newsletter **/
#compte_newsletter form{
	width:100%; 
	margin:0;
}

#div_info_inscription_newsletter{
	max-width:600px;
	margin: auto auto 25px;
}
#compte_newsletter .div_info_desabonnement_newsletter, #compte_newsletter .res_newsletter{
	/* text-align:center; */
}

#compte_newsletter .div_etat_newsletter{
	margin-bottom:15px;
}

#compte_newsletter .div_lien_desabonnement_newsletter .btn{
	text-decoration:none;
	display:inline-block; 
	margin-top:10px;
}

#compte_newsletter .div_info_inscription_newsletter .checkbox_newsletter,#compte_newsletter .div_info_inscription_newsletter label{
	vertical-align:middle;	
}

#compte_newsletter .div_btn_inscription_newsletter{
	/* text-align:center;  */
	margin-top:20px; 
}

#compte_newsletter .div_btn_inscription_newsletter .btn{
	padding: 6px 20px!important;
}
#compte_newsletter #div_bandeau_newsletter{
	margin-top: 120px;
}

#compte_newsletter #div_bandeau_newsletter #bandeaux::before, #compte_newsletter #div_bandeau_newsletter #bandeaux::after{
	display:none;
}

/** Desabonnement newsletter **/
#div_desabo_newsletter{
	width:870px; 
	margin:auto auto 20px; 
	min-height:250px
}

#div_desabo_newsletter form{
	width:100%; 
	margin:0;
}

#div_raison_desabo_newsletter{
	margin-top:20px; 
	margin-bottom:20px;
}

#raison_desinscription_newsletter {
	border: 1px solid #BBBBBB;
	border-radius: 6px;
	padding: 5px 10px;
	background-color: #fff;
}

#btn_desabo_newsletter{
	text-align:right;
}

#txt_desabo_newsletter_ok, #txt_desabo_introuvable{
	margin-bottom:20px; 
	text-align:center;
}

#btn_desabo_newsletter_ok, #btn_desabo_introuvable{
	text-align:center;
}

#btn_desabo_newsletter_ok > a, #btn_desabo_introuvable > a, #btn_confirm_newsl > a {
	display:inline-block; 
	text-decoration:none; 
	padding:6px 20px;
}

#btn_desabo_newsletter_ok > a:first-child{
	margin-right:30px;
}

#bandeau_desabo_newsletter{
	margin-top:20px;
}


/** Confirmation Newsletter Opt-in **/
#div_confirm_newsl{
	width:811px;
	margin: auto auto 20px;
	min-height:250px;
	text-align:center;
}

#div_confirm_newsl #txt{
	margin-bottom:20px;
}

#div_confirm_newsl #txt_valid{
	margin-bottom:10px;
	font-size:17px;
}

/** Modification Adresse */
.panaddr{
		box-sizing: border-box;
		padding: 16px 24px;
		font-size:14px;
}
.panaddr .erreur{
	font-size:10pt;
}
.panaddr form{
	width:660px;margin:0px auto;
}
.panaddr form#form_mdp_oublie{
	margin: 0;
	width: auto;
}
.panheader{
	margin-bottom:9px;
}
.panheader div{
	color:#111111;font-size:28px;
}
.pancontent{
	width:750px;
}

.informations {
	margin-bottom: 35px;
}

.content_compte .panheader{
	font-weight:bold;
}

#compte_parrainage.content_compte {
	padding: 0;
}

.content_compte .panheader div{
	font-size: 20px;
	color: #495556;
}

.content_compte .pandescriptif{
	margin: 0 0 20px;
}

.content_compte .pancontent{
	width:auto;
}


#cadre_modif > .div_btn > span > input[type='button'] {
	width: 270px;
	height: 33px;
	text-transform: uppercase;
	font-size: 15px;
}
/*
.btn{
	vertical-align: middle;
	font: 9pt arial;
	cursor: pointer;
	margin: 0px;
	border-radius: 2px;
	padding: 6px 10px;
}
.btn:disabled{
	color:#aaaaaa !important;
	background: linear-gradient(#f5f5f5, #f1f1f1) !important;
	border: 1px solid #dadada !important;
	box-shadow: none !important;
	cursor: default;
}
.btn_grey, .btn{
	border: 1px solid #bcc1c8;
	background: #eff0f3;
	border-color: #bcc1c8 #bababa #adb2bb;
	color: #111111;
}
.btn_orange{
	border: 1px solid #D25A07;
	background: #ec701b;
	color: #ffffff;
}
.btn_orange_desactive{
	border: 1px solid #808080;
	background: #EFF0F3;
	color: #808080;
	cursor: default;
}
.btn_orange:hover{
	background:#FF832E;
}
.btn_grey:hover{
	background:#f6f6f6;
}*/


.address{
	display: flex;
}
.zaddress-line{
	white-space: nowrap;
  	overflow: auto;
	margin: 25px 0;
	display: flex;
}
.zaddress *{
	box-sizing: border-box;
}
.zaddress{
	background-color: #fff;
	width: 312px;
	height: auto!important;
	display:inline-block;
	margin-right: 10px;
	vertical-align:top;
	text-align:left;
	padding: 26px 20px;
	flex-shrink: 0;
}
.zaddress-title{
	font-size:16px;font-weight:bold;color:#333333;margin-bottom:5px;
}
.zaddress-content{
	line-height:19px;
}
.zaddress-content .default {
	margin-top: 5px;
	color:  #FF7000;
	font-size: 12px;
}
.zaddress-buttons{
	margin-top:5px;
}
.zaddress-buttons-l1 .btn{
	width:100%;
}
.zaddress-buttons-l2{
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
}
.zaddress-buttons-l2 .btn{
	width:100%;
}
.zaddress-buttons-l2 .modification{
	width: 100%;
	height: 33px;
	background-color: #FF7000;
	color: #fff;
	text-transform: uppercase;
}
.zaddress-buttons-l2 .supression{
	width:50%;
	background: none;
	border: none;
	text-decoration: underline;
	margin-top: 6px;
}
.zaddress-line .zaddress:last-child{
	margin-right:0px;
}
.zaddress-error{
	color:red; text-align:center; margin-top:5px;
}

.saddress{
	position:relative;
}



.saddress *{
	font:12px;box-sizing: border-box;
}
#saddress-mod{
	max-width:600px;margin:0px auto;
}
.saddress-field{
	margin-bottom:15px;
	position:relative;
}
.saddress-field .img_validator{
	position:absolute; 
	top:5px; 
	left:100%; 
	margin-left:5px;
}
.saddress-field-label{
	margin-bottom:5px;
}
.saddress-field-label label, #span_fac_cdp{
	font-weight:bold!important;font-size:13px!important;
}
.tel_label{
	line-height:22px;
}

.saddress-field input[type="button"]{
	width: 100%;
}
.saddress-field input[type="text"],
.saddress-field input[type="password"],
.saddress-field select{
	padding:6px;border-radius: 3px;border:1px solid #bcc1c8;box-shadow: 0 1px 0 rgba(255,255,255,0.5),0 1px 0 rgba(0,0,0,0.07) inset;width: 100%;
}
.saddress-field select{
	padding-bottom:5px;
}
.saddress-field-table{
	display:table;width:100%;
}
.saddress-field-col{
	display:table-cell;
}
 .adrcivil input,
 .adrcivil label{
	vertical-align: middle;
 }
 .saddress-field-col-civil{
	width:100px;
	min-width:65px;
 }
 .saddress-field-nom{
	padding-left:10px;
 }
 .saddress-field-nom .saddress-field-col{
	width:50%;
 }
 .saddress-field-nom .saddress-field-col:last-child{
	padding-left:10px;
}
.saddress-field-search{
	border:1px solid #dddddd;border-radius:4px;padding:20px 30px 23px 30px;background:#f6f6f6;margin:30px 0px;
}
.saddress-field-search label{
	font-weight:bold!important;color:#111111;font-size:13px!important;margin-bottom:6px;display:block;
}
.saddress-field-search .saddress-field-search-btn{
	width:13%;min-width:80px;padding-left:5px;
}
.saddress-field-search input{
	vertical-align: middle;
}
.saddress-field-table .saddress-field-col:nth-child(2).saddress-field-num{
	padding-left:10px;
}
.saddress-field-table .saddress-field-col:nth-child(1).saddress-field-num{
	padding-right:10px;
}
.saddress-field-num{
	
}
.saddress-field-cdp, .saddress-field-num{
	width:155px;min-width:103px;
}
.saddress-field-pad-right{
	padding-left:10px;
}
.saddress-field-pad-left{
	padding-right:10px;
}

.nowrap{
	white-space: nowrap;
}	
.saddress-field #div_fac_tel{
	width:100%;
}
.saddress-field #div_fac_tel_infobulle .infobulle {
    border-bottom: none !important;
}

.saddress-type-compte{
	width:100%; 
	margin-top:10px; 
	text-align:center;
}
.saddress-btn-compte{
	width:50%; 
	margin:0; 
	padding:10px; 
	display:inline-block; 
	background: #f6f6f6  none repeat scroll 0 0; 
	color:#444; 
	cursor:pointer;
}
.saddress-btn-compte-selectionne{
	background: #666 none repeat scroll 0 0 !important; 
	color:#fff !important;
}
.saddress .erreur:empty{
	display:none;
}
.saddress .erreur{
	color:#f53434;
	padding-top:2px;
	display:block;
}
.saddress .erreur_telephone{
	margin-left: 105px;
}
.div_buttons{
	margin-top:25px;margin-bottom:60px;text-align:center;
}
.div_buttons input[type="button"]{
	margin-right:10px;
	margin-left:10px;
}
.div_buttons input[type="submit"]{
	width:200px;
}
#div_btn_erreur{
	color: red;
    font-size: 13px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}

#fac_div_erreur{
	font-weight:bold;padding-bottom:20px;text-align:center;
}
.ncodefiscal *{
	vertical-align:middle;
}




.zaddress-line-tel{
	margin-top:7px;
}
.div_confirm_adresse{
	margin-top:40px;text-align:center;
}
.div_confirm_adresse input{
	font-size:14px;
	width:240px;
	line-height:26px;
}
#div_texte_champ_obligatoire{
	max-width:600px;
	margin: auto;
}

#div_check_promo *{
	vertical-align:middle
}

#div_check_promo{
	max-width:600px;
	margin: auto auto 20px;
}

#div_check_promo .div_checkbox_btn, .div_check_perso .div_checkbox_btn{
	position:relative;
}
#div_check_promo .div_checkbox_btn input[type="checkbox"], .div_check_perso .div_checkbox_btn input[type="checkbox"]{
	position:absolute;
	visibility:hidden;
}

#div_check_promo .div_checkbox_btn label, .div_check_perso .div_checkbox_btn label{
	cursor:pointer;
	display:block;
	font-size:13px;
	padding: 0 0 0 22px;
	font-weight: normal;
}

#div_check_promo .div_checkbox_btn .check, .div_check_perso .div_checkbox_btn .check{
	border: 2px solid #495556;
	display:block;
	height:16px;
	width:16px;
	position:absolute;
	left:0;
	top:0;
	box-sizing: border-box;
}
#div_check_promo .div_checkbox_btn .check:before, .div_check_perso .div_checkbox_btn .check:before{
	content: "";
	display: block;
	height: 10px;
	width:10px;
	position:absolute;
	left: 1px;
	top: 2px;
	transition: background 0.1s linear 0s;
}

#div_check_promo .div_checkbox_btn input[type="checkbox"]:checked ~ .check, .div_check_perso .div_checkbox_btn input[type="checkbox"]:checked ~ .check{
	border-color: #d25a07;
}

#div_check_promo .div_checkbox_btn input[type="checkbox"]:checked ~ .check:before, .div_check_perso .div_checkbox_btn input[type="checkbox"]:checked ~ .check:before{
	border-color:#d25a07;
	border-style:none none solid solid;
	height: 3px;
	transform: rotate(-45deg);
	width:7px;
}

#tel_indicatif_option_selected{
	background-color: #ffffff;
    border: 1px solid #bcc1c8;
    cursor: pointer;
    padding:0 5px;
    text-align: left;
	border-radius:3px;
	box-shadow: 0 1px 0 rgba(255,255,255,0.5),0 1px 0 rgba(0,0,0,0.07) inset;
}

#tel_indicatif_liste_option{
	max-height:165px;
	text-align: left;
	position: absolute; 
	background-color: white; 
	border:1px solid #cccccc;
	border-image: none; 
	border-style: none solid solid; 
	border-width: medium 1px 1px; 
	overflow: auto; 
	display:none;
	z-index: 10;
	width:230px;
}

/* Infobulles */

.infobulle{
    display:inline-block;
    cursor: help;
    position: relative;
}

.infobulle .infos_infobulle{
    display:none;
	z-index: 25;
    
    width: 20em;
    top: 1.7em;
    text-align: justify;
    font-weight: normal;

    background: none repeat scroll 0 0 #fafafa;
    border-radius: 4px;
    box-shadow: 1px 1px 5px 0 #555555;
    color: #333333;
    cursor: default;
    font-size: 11px;
    padding: 10px;
    position: absolute;
	left: 2px;
}

.saddress-field .infobulle .infos_infobulle{
	text-align: left;
	width:100%;
}

.star {
    font-size: 9pt;
    margin: 0 5px;
}

/** Input telephone **/
.tel_indicatif_option{
	cursor: pointer; 
}
.tel_indicatif_option span{
	vertical-align:middle;
}
.tel_indicatif_option div{
	display: inline-block; 
	padding:0 5px;
}
.tel_indicatif_option_selected
{
   background: #39B3E2;
   color:#ffffff;
   cursor:pointer;
}
.tel_indicatif_option, #tel_indicatif_option_selected{
	line-height:27px!important;
}
#tel_indicatif_select{
	width:102px;
}
.tel_indicatif_option{
	padding:0 5px;
}
.tel_indicatif_option span{
	margin-left:5px;
}

#tel_indicatif_option_selected  .tel_indicatif{
	vertical-align:middle; 
	margin-left:5px;	
}

.tel_indicatif_option .tel_indicatif{
	color:#666666;
}
#tel_indicatif_option_selected .tel_indicatif{
	color:black;
}
.tel_indicatif_option_selected .tel_indicatif{
	color: white;
}

.tel_indicatif_nom_pays{
	margin-left:5px;
}

.tel_div{
	display: table;
	width:100%;
}

#tel_indicatif_input{
	display:table-cell; 
	padding: 6px; 
	border: 1px solid #bcc1c8; 
	width: 100%;
	border-radius:3px;
}

#tel_indicatif_select{
	display: table-cell; 
	position:relative;
	padding-right:5px;
	vertical-align:middle;
}

.new_address{
	border:1px dotted #cccccc;
	cursor:pointer;
	border-radius:4px;
	background:#fff;
	width: 122px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 14px;
	justify-content: center;
	margin: 25px 0 25px 10px;
}
.new_address > div:first-child{
	color: #FF7000;
	font-size:30px;
	display:inline-block;
	vertical-align:middle;
}	
.new_address  > div:last-child{
	font-size:12px;
	color:#333333;
	text-align:center;
	display:inline-block;
	vertical-align:middle;
}
.new_address:hover{
	border:1px solid #dddddd;
}
.new_address:hover > div:last-child{
	color:#FF7000;
}
.new_address > input[type="button"]{
	width:100%;margin-top:5px;
}



#compte_adresse_defaut .zaddress{
	width:300px;
}
#compte_adresse_defaut .zaddress-line{
	text-align:center;
}
@media screen and (max-width: 850px)
{
	.pancontent{width:auto; text-align:center; padding:10px 0;}
	.zaddress-line .zaddress:last-child{margin-right:20px;}
	.panaddr form{width:auto;}
	#compte_adresse_defaut .zaddress{width:auto;}
	#cadre_modif{width:auto; text-align:left;}
	#cadre_modif > div > span:first-child{width:100%;}
	#cadre_modif input{width:100%; box-sizing:border-box;}
	#detail_fidelite{overflow:auto;}
	#compte_fidelite{padding:0 5px;}
	#div_confirm_newsl{width:100%;min-height:150px;}
	#div_desabo_newsletter{width:100%;}
}


.encart_compte_menu .encart_titre,
.encart_lateral .encart_titre {
	color: #fff;
	font-weight: 700;
	font-size: 10pt;
	height: 21px;
	padding-top: 5px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding-left: 6px
}
.encart_lateral {
	margin-bottom: 5px
}
.encart_lateral .encart_titre {
	background: url(//cdn1.costatic.com/assets/img/images/menu_title.png) repeat-x
}
.encart_compte_menu .encart_titre {
	background: url(//cdn1.costatic.com/assets/img/images/menu_title.png) 0 -78px repeat-x
}
.encart_compte_menu a {
	color: #000;
	text-decoration: none;
	display: block;
	max-width: 100%;
	height: 100%;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px
}
.encart_compte_menu a:hover {
	color: #d9651a;
	text-decoration: underline
}
.encart_compte_menu>ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #fff;
	border-right: solid 1px #f67a18;
	border-left: solid 1px #f67a18;
	border-bottom: solid 1px #f67a18
}
.encart_compte_menu>ul>li {
	font-size: 9pt;
	background: rgba(255, 221, 179, .35)
}
.encart_compte_menu>ul>li>span {
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px
}
.encart_compte_menu>ul>li:nth-child(odd) {
	background: #fff
}
#section_left_compte {
	float: left;
	width: 20%;
	position: relative
}

#menu_left_compte{
	display:inline-block;
	width:30%;
	margin:10px 0 0;
	vertical-align:top;
}

.menu_left_sous_groupe{
	/* text-align: center; */
    background-color: #FF70001A;
    padding: 15px 23px;
	width: 90%;
	border-radius: 6px;
	max-width: 430px;
}

.menu_left_sous_groupe *{
	color: #495556;
	font-size: 14px;
	margin: 0;
}
.menu_left_sous_groupe .nom{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 3px;
}
.menu_left_sous_groupe .points{
	font-weight: bold;
	font-size: 25px;
	color: #EB701C;
	margin: 10px 0;
}
.menu_left_sous_groupe .ident{
	font-weight: bold;
}

.dropbtn {
	cursor: pointer;
  }
  
.dropdown {
	position: relative;
	display: inline-block;
}
  
.dropdown-content {
	display: none;
	overflow: auto;
}

.dropdown-content li {
	margin-left: 45px!important;
}
  
.show {display: block;}


.menu_left_compte_titre{
	margin-bottom: 14px;
}

.content_compte_titre{
	font-size: 20px;
	color: #495556;
	margin-bottom: 7px;
	font-weight: 700;
}

#menu_left_compte ul{
	list-style:none;
	margin: 0;
	padding: 0;
}

#menu_left_compte li{
	margin: 14px 0;
}


#menu_left_compte a{
	color: #57585a;
	text-decoration: none;
	font-size: 14px;
}

#menu_left_compte a img{
	margin-right: 10px;
	vertical-align: top;
	width: 20px;
}

#menu_left_compte a:not(.lien_selectionne):hover{
	text-decoration: underline;
}


#menu_left_compte a.lien_selectionne{
	font-weight:bold;
	color: #FF7000;
	text-decoration: underline;
	text-underline-offset: 2px;
}



#menu_left_compte .div_deconnexion{
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 50px;
}

.content_compte{
	background-color: #F3F8F8;
	display:inline-block;
	vertical-align:top;
	width:70%;
	margin: 10px 0 15px;
	border-radius: 6px;
	min-height: 495px;
	padding: 16px 24px;
}


.input-dropdown{
	position:relative;
}
.input-dropdown .input-dropdown-content-input {
	padding: 6px;
	border-radius: 3px;
	border: 1px solid #bcc1c8;
	box-shadow: 0 1px 0 rgba(255,255,255,0.5),0 1px 0 rgba(0,0,0,0.07) inset;
	width: 100%;
}
.input-dropdown .input-dropdown-content {
	display:none;
	position: absolute;
	top: -4px;
	left: -4px;
	border: 1px solid #ccc;
	right:-4px;
	z-index: 1;
	height: 160px;
	background: #eee;
	box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.2);
	padding: 4px;
	border-radius: 3px;
}
.input-dropdown .input-dropdown-content div{
	height: 117px;
	overflow-y: scroll;
	background: #ffffff;
	margin-top: 4px;
	border: 1px solid #bcc1c8;
	box-shadow: 0 1px 0 rgba(255,255,255,0.5),0 1px 0 rgba(0,0,0,0.07) inset;
}
.input-dropdown .input-dropdown-content span {
	color: black;
	padding: 5px 8px;
	text-decoration: none;
	display: block;
	cursor:pointer;
}
.input-dropdown .input-dropdown-content span.hover{
	background: #39B3E2;
	color: #ffffff;
}
.input-dropdown .show{
	display:block!important;
}

.popup_cdp_spec{
	padding:10px 0
}
.popup_cdp_spec .titre_cdp_spec{
	color:#111;
	text-transform:uppercase;
	font-size:15pt;
	margin-bottom:20px
}
.popup_cdp_spec .txt_cdp_spec{
	margin-bottom:10px
}
.popup_cdp_spec .div_btn{
	text-align:center;
}
.popup_cdp_spec .div_btn .btn{
	margin-left:20px;
	margin-top:10px
}
.popup_cdp_spec .div_btn .btn:first-child{
	margin-left:0;
}

.overlay_ajax_adresse{
	background-color: #fff;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;	
}

.overlay_ajax_adresse .ajax_loader_adresse{
	background: url("//cdn1.costatic.com/assets/img/spinner_squares_circle.gif") no-repeat center center transparent;
	width: 100%;
	height: 100%;
}

#compte_parrainage:has(.parrainage_landing_wrapper) {
	background-color: white;
}

#parrainage_title_wrapper {
    text-align: center;
    padding-top: 18px;
    padding-bottom: 70px;
}

#parrainage_title_wrapper img {
	width: 411px;
	height: 117px;
}

.parrainage_description .image_container {
    border-radius: 6px;
    overflow: hidden;
    width: 384px;
	min-width: 384px;
    height: 208px;
	min-height: 208px;
}

.parrainage_description .image_container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.parrainage_description_txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.parrainage_description .description_container {
    display: flex;
    justify-content: space-between;
    gap: 33px;
}

.parrainage_description_txt .gagne_txt, 
.parrainage_description_txt .points_txt  {
    font-size: 20px;
    line-height: 25px;
}

.parrainage_description_txt .points_txt {
    text-transform: uppercase;
    margin-top: -17px;
}

.parrainage_description_txt .nb_points_fid_gagne {
    font-size: 80px;
    font-weight: 700;
    line-height: 100px;
    letter-spacing: -4px;
}

.parrainage_description .txt_desc_wrapper,
.parrainage_info_client .txt_desc_wrapper {
    background-color: #FEF5F0;
    font-size: 20px;
    line-height: 25px;
    height: 28px;
    width: max-content;
    display: flex;
    align-items: center;
    padding: 0 58px;
    margin-top: 11px;
}

.parrainage_description .lien_info_txt {
    font-size: 15px;
    line-height: 18px;
    min-height: 40px;
    max-width: 614px;
    padding: 0 20px;
    text-align: center;
    margin-top: 16px;
}

.parrainage_meca_title {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    margin-top: 79px;
}

.parrainage_etapes .etapes_container {
    margin-top: 11px;
    display: flex;
    justify-content: space-between;
	background-color: rgba(243, 248, 248, 1);
	padding: 16px 33px 10px 33px;
	border-radius: 6px;
	gap: 10px;
	margin-bottom: 34px;
}

.parrainage_etapes .etape_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 300px;
	background-color: white;
	border-radius: 6px;
	width: 246px;
	height: 264px;
	padding: 10px 18px;
}

.parrainage_etapes .etapes_container:has(.etape_container_1_pre) .etape_container {
	padding: 10px 2px;
}

.parrainage_etapes .etape_container .etape_picto_wrap {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #FEF5F0;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 19px;
}

.parrainage_etapes .etape_container .etape_picto_wrap img {
	max-width: 71px;
}

.parrainage_etapes .etape_container_2 .etape_picto_wrap img {
    margin-top: -10px;
}

.parrainage_etapes .etape_container_3 .etape_picto_wrap {
    flex-direction: column;
}


.parrainage_etapes .etape_container_3 .etape_picto_wrap .points_3 {
    font-size: 19px;
    color: #FF7000;
}

.parrainage_etapes .etape_title {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    margin-top: 13px;
}

.parrainage_etapes .etape_txt {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 17px;
}

.lien_container {
    background-color: #FEF5F0;
    border-radius: 8px;
    padding: 17px 59px;
    width: max-content;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    max-width: 92vw;
    text-align: center;
	margin-bottom: 43px;
}

.lien_container .lien_copier {
    width: max-content;
    text-transform: uppercase;
    cursor: pointer;
	font-size: 13px;
}

.lien_copier_container {
    position: relative;
}

.lien_container #copy_message {
    display: none;
    background-color: white;
    border: 1px solid #E6E7E9;
    padding: 5px 10px;
    font-size: 11px;
    position: absolute;
    top: 20px;
    right: -35px;
    animation: fadeInOut 1s forwards; 
    opacity: 0;
	border-radius: 4px;
}

@keyframes fadeInOut {
    0% { opacity: 0; }
    10% { opacity: 1; }  
    90% { opacity: 1; }  
    100% { opacity: 0; }  
}

.lien_container .lien_title {
    font-family: DM Serif Display; 
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 11px;
}

.lien_container #lien_lien {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 18px;
}

#input_hidden_lien_parrainage {
    display: none;
}

.parrainage_info_client {
	background-color: rgba(243, 248, 248, 1);
	border-radius: 6px;
	padding: 27px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.parrainage_info_client .info_points {
 	width: max-content;
}

.parrainage_info_client .info_points .parrainage_description_txt {
	background-color: white;
	padding: 6px 60px 10px 60px;
	border-radius: 7px;
}

.parrainage_info_client .txt_desc_wrapper {
	padding: 0 20px;
}

.parrainage_info_client .info_points .lien_info_txt {
	font-size: 15px;
	line-height: 18.9px;
	text-align: center;
	max-width: 390px;
	margin: 12px auto 0 auto;
}

.parrainage_info_client .infos_parrainage {
	display: inline-flex;
	justify-content: space-around;
	margin-top: 40px;
	gap: 14px;
}

.parrainage_info_client .infos_parrainage .infos_parrain {
	width: 340px;
	background-color: white;
	border-radius: 7px;
	text-align: center;
	padding: 11px 5px;
}

.parrainage_info_client .infos_parrainage .infos_parrain .infos_parrain_nombre {
	font-size: 60px;
	font-weight: 700;
	line-height: 75.6px;
}

.parrainage_info_client .infos_parrainage .infos_parrain .infos_parrain_title {
	font-size: 18px;
	font-weight: 600;
	line-height: 22.68px;
}

.parrainage_info_client .infos_parrainage .infos_parrain .infos_parrain_txt {
	font-size: 10px;
	line-height: 12.6px;
}

@media screen and (max-width: 1100px)
{
	.parrainage_description .image_container {
		min-width: 220px;
	}
}

@media screen and (max-width: 880px)
{
	.parrainage_description .image_container {
		min-width: 90%;
	}

	.parrainage_description .description_container {
		flex-direction: column;
		align-items: center;
	}

	.parrainage_etapes .etapes_container {
		flex-direction: column;
		align-items: center;
	}
}