.simple-header{
	position: sticky;
    top: 0;
	/*box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);*/
	padding-bottom:5px;
}
.simple-header-container{
	width: 1212px;
}
input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.panier-should-load.panier-loading, .panier-should-load.panier-loading {
    filter: blur(2px);
}

#panier-loader {
    position: fixed;
    background-color: rgba(255, 255, 255, .5);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    /* transition: opacity .05s ease-in; */
}

.panier-loader-content {
    position: absolute;
    top: 33%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}

.panier-loader-content svg {
    height: 150px;
    width: 150px;
}

.panier-loader-content svg circle {
    animation-name: panierLoader;
    animation-duration: .75s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    fill: #F26C25;
}

.panier-loader-content svg circle:nth-child(2) {
    animation-delay: .2s;
}

.panier-loader-content svg circle:nth-child(3) {
    animation-delay: .4s;
}

@keyframes panierLoader {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-10px);
    }
    50% {
        transform: translateY(0);
    }
}

/*** Nouvelle version du viewport qui tend à remplacer la meta viewport ***/
@viewport {
	width: device-width;
	zoom: 1;
}

@-webkit-viewport {
	width: device-width;
	zoom: 1;
}

@-moz-viewport {
	width: device-width;
	zoom: 1;
}

@-ms-viewport {
	width: auto;
	zoom: 1;
}

@-o-viewport {
	width: device-width;
	zoom: 1;
}

/******/

html,
body {
	width: 100%;
	padding: 0px;
	font-size: 10pt;
  	margin: auto;
}

#header {
	min-height: 70px;
	height: auto !important;
}


#body {
	width: 1212px;
	margin: 2rem auto;
	min-height: 500px;
	margin-bottom: 6rem;
}

#panier_vide {
	text-align: center;
	margin-top: 100px;
	font-size: 12pt;
}

.btn_panier_vide {
	display: block;
	margin: 10px auto !important;
	text-decoration: none;
	width: 250px;
}

#validation_panier {
	width: 1166px;
	margin: auto;
	margin-bottom: 15px;
	border-bottom: 2px solid #47a5f4;
	padding-left: 10px;
}

#validation_panier span {
	margin: 0;
	background-color: #47a5f4;
	padding: 3px 8px 1px 8px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	text-transform: uppercase;
	font-size: 12pt;
	font-weight: bold;
	color: white;
}

.invisible,
.invisible_p,
.invisible_span_input {
	display: none !important;
}

.no_wrap {
	white-space: nowrap;
}

.rouge {
	color: red;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.filter_grey {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
}

.div_white_transparent {
	background-color: rgba(255, 255, 255, 0.6);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/** Footer **/
#footer {
	margin: 0 auto;
	width: 100%;
	text-align:
		center;
	background-color: #c7c7c7;
	padding: 3rem 0;
	color: #222;
}

.footer_sav {
	margin-bottom: 3rem;
	font-size: 1.2rem;
}

.footer_legal {
	font-size: .9rem;
}

#footer_ekomi,
#footer_paiement_secu {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	width: 33%;
}

#payments {
	/*display:table-cell;
	text-align:left;
	vertical-align:top;
	width:33%;*/
	font-size: 10px;
	margin: 25px 0;
}


.payment tr {
	cursor: pointer;
}

#layout_header_aide {
	font-size: 0.75rem;
	font-weight: 700;
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}

#layout_header_aide>div {
	position: relative;
}

#div_txt_header_aide {
	display: none;
	top: 25px;
	right: -25px;
}
#layout_header_aide svg{
	fill: #FF7000;
}

#layout_header_aide .txt_svg {
	top: 6px;
  position: absolute;
  left: 11px;
  color: white;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}

#div_txt_header_aide .arrow_box_content {
	white-space: normal;
	font-size: 1rem;
	font-weight: 400;
}

#layout_header_aide:hover #div_txt_header_aide {
	display: block !important;
}

#div_txt_header_aide.arrow_box::before {
	right: 40px;
}

#div_txt_header_aide #div_header_contact {
	margin-top: 10px;
	white-space: nowrap;
}

/** Fil ariane **/

#div_fil_ariane {
	width: 1166px;
	margin: auto;
	padding-left: 10px;
	border-bottom: 2px solid #47a5f4;
}

#titre_panier {
	background-color: #47a5f4;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: white;
	font-family: "Outfit";
	font-size: 12pt;
	font-weight: bold;
	padding: 3px 8px 1px;
	text-transform: uppercase;
}

/** Fil ariane test**/
#layout_ariane {
	width: 375px;
	height: 60px; 
	margin: auto;
	background-color: #F3F8F8;
	display: flex;
  	align-items: center;
  	border-radius: 6px;
}

.steps-container {
	padding: 0px;
	display: flex;
	width: 100%;
	justify-content: center;
}

.steps-container li:last-child {
	margin-left: -5px;
}

.steps {
	display: flex;
	margin-top: 3px;
	text-align: center;
	align-items: center;
}

.steps div:first-child {
	margin: 0px;
}

.steps_bis {
	display: table-cell;
}

.steps_text_mobile {
	display: none;
}

.steps_green_half_line,
.steps_green_line {
	margin-top: -3px;
	border-top: 1px solid #AAAFAF;
	z-index: 1;
	position: relative;
	stroke-width: 1px; 
	width: 45px;
}

.steps_green_half_line {
	transform: translateY(calc(-50% - 3.5px));
}

.steps_green_line {
	transform: translateY(calc(-50% - 3.5px));
	border-top: 1px solid #495556;
}

.steps_circle {
	border-radius: 100%;
	width: 7px;
	height: 7px;
	margin: auto;
	background-color: #AAAFAF;
	transform: translateY(calc(-50% - 1.5px));
	z-index: 2;
	position: relative;
}

.steps_circle_green {
	background-color: #495556;
}

.steps_text {
	/* text-transform: uppercase;  */
	font-weight: bold;
	font-size: 12px;
	color: #AAAFAF;
}

.steps_text_green {
	color: #495556 !important;
}



.step1_cliquable {
	cursor: pointer;
}


/** Step 1 **/
#top {
	height: 60px;
	display: table;
	width: 100%;
	padding-top: 10px;
	margin-bottom: 15px;
}

#top #vide {
	display: table-cell;
}

#bloc_checkbox_cadeau {
	width: 320px;
	background-color: #fbfbfb;
	border: 1px solid #e0dede;
	font-size: 10pt;
	vertical-align: middle;
	box-sizing: border-box;
	cursor: pointer;
}

#bloc_checkbox_cadeau>div>span {
	font-size: 11pt;
	font-weight: bold;
	color: #e97700;
	display: block;
	padding-bottom: 5px;
}

#bloc_checkbox_cadeau {
	display: table-cell;
}

#bloc_checkbox_cadeau>div {
	padding: 4px;
}

#bloc_checkbox_cadeau>label {
	padding: 6px;
}

#bloc_checkbox_cadeau>div,
#bloc_checkbox_cadeau>label {
	display: table-cell;
	vertical-align: middle;
}

.checkbox_cadeau_prix {
	font-size: 11pt;
	font-weight: bold;
	color: #3db20f;
}

#bloc_information {
	margin-left: 4px;
	margin-top: 2px;
	color: #046380;
	display: inline-block;
	width: 228px;
}

.div_bouton_panier_suivant {
	margin-top: 1rem;
}

.div_bouton_panier_suivant>a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 1.1rem;
	padding: .75rem 0;
}

#boutons_commande {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	position: relative;
}

#boutons_commande .msg_btn_disabled {
	bottom: -5px;
}

#boutons_commande .msg_btn_disabled,
#div_bouton_bas .msg_btn_disabled {
	color: red;
	right: 0px;
	position: absolute;
	font-size: 11px;
}

#boutons_commande a {
	padding: 8px 40px;
}

#boutons_commande #bouton_poursuite_achat,
#boutons_commande .bouton_panier_suivant:not(#colissimopass_btn_login) {
	vertical-align: top;
	margin-top: 3px;
}

.div_btn_commande {
	display: none;
}

#boutons_commande a,
#div_bouton_bas a,
.div_btn_commande a {
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 40px;
	white-space: nowrap;
}

#bouton_poursuite_achat {
	font-weight: normal !important;
}

.a_btn_disabled {
	pointer-events: none;
	cursor: default;
}

.panier_entete_section {
	font-weight: bold;
	color: #404040;
	border-bottom: 1px dashed #CCCCCC;
	font-size: 11pt;
	padding: 0;
	margin: 0;
	margin-top: 9px;
	margin-bottom: 10px;
}

.panier_entete_section span {
	display: inline-block;
}


.panier_entete_section span:first-child+span {
	vertical-align: top;
	padding-top: 3px;
	padding-left: 4px;
}

#alerte_panier {
	color: red;
	text-align: center;
	font-weight: bold;
	margin-bottom: 6px;
}

.msg_box {
	color: #ffffff;
	text-align: left;
	margin: 0 0px 15px;
	padding: 12px 20px;
	border-radius: 5px;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

.msg_box a {
	color: #ffffff;
	text-decoration: none;
}

.msg_box a:hover {
	text-decoration: underline;
}

.msg_box_info {
	background: #30aaf7;
}

.msg_box_error {
	background: #f10303;
}

.msg_box_info2 {
	border: 1px solid #30aaf7;
	color: #30aaf7;
}

.msg_box_error2 {
	border: 1px solid #f10303;
	color: #f10303;
}

.panier_contenu {
	margin-top: 2.5rem;
	margin-bottom: 20px;
	display: table;
}

.panier_contenu>* {
	display: table-cell;
	vertical-align: top;
}

.panier_contenu>.panier-left-part {
	width: 75%;
	padding-right: 1.5rem;
}

.panier_contenu>.panier-right-part {
	width: 25%;
}

.panier-right-part-inner {
	position: sticky;
	top: calc(90px + 2.5rem);
}

.panier_contenu #alerte_panier {
	height: auto;
}

#div_texte_promotion,
#total_produit {
	display: inline-block;
}

#div_texte_promotion {
	max-width: 750px;
	margin-left: 6px;
	margin-top: 11px;

	margin-bottom: 5px;
	padding: 10px;
	border: 2px solid #FF9933;
	background: #FFFAF5;
	border-radius: 5px;
	font-size: 12px;
}


#total_produit {
	font-size: 15px;
	float: right;
	margin-right: 36px;
	margin-top: 8px;
	font-weight: bold;
	color: #333333;
}

#total_panier {
	width: 110px;
}

.reduction_prix_produit {
	color: red;
	font-weight: bold;
}

.prix_wrapper {
	display: flex;
	align-items: center;
	color: #ff7000;
}

.prix_wrapper>* {
	display: inline-block;
}

.prix_wrapper .prix {
	font-size: 24px; 
	font-weight: 700; 
	color: #FF7000; 
}

.prix_barre_wrapper {
	text-align: right;
	display: block;
}

.prix_barre_panier {
	text-decoration: line-through;
	color: #757575;
	font-size: 12px;
	margin-right: .5rem;
	font-weight: normal;
}

.td_sous_total_produit {
	vertical-align: top;
}

.td_sous_total_produit>.span_big {
	font-size: 1.5rem;
	font-weight: bold;
}


.panier-left-part .div_table_responsive {
	margin: 0 -1.5rem -1.5rem -1.5rem;
}

.panier_produits {
	width: 100%;
	border-collapse: collapse;
	font-size: 13px;
	/* background: white; */
}

/* .panier_produits > div {
	display: flex;
	justify-content: space-between;
	border: 1px solid #e6e7e9;
	border-radius: 6px;
	padding: 10px;
} */

.panier_produits > div:not(:last-child){
	/* margin-bottom: 1rem; */
}

/* .panier_produits > div  .td_center{
	display: flex;
	justify-content: space-between;
	align-items: center;
} */

.panier_produits .tr_large{
	display: flex;
	justify-content: space-between;
	padding: 10px 25px;
	height: 115px;
	border-radius: 6px;
	border: 1px solid #E6E7E9; 
	margin-bottom: 10px;
}

.panier_produits th {
	color: black;
	text-transform: uppercase;
	padding: 4px;
	font-weight: normal;
	font-size: 12px;
	height: 32px;
}

.panier_produits td:first-child {
	width: auto;
}

.panier_produits th:first-child+th {
	width: 50px;
	padding: 0 15px;
}

.panier_produits th:first-child+th+th {
	width: 82px;
	text-align: center;
}

.panier_produits th:first-child+th+th+th {
	width: 107px;
}

.panier_produits th:first-child+th+th+th+th {
	width: 58px;
	text-align: right;
}

.panier_produits th:first-child+th+th+th+th+th {
	width: 100px;
	padding: 4px 60px;
}

.panier_produits th:first-child+th+th+th+th+th+th {
	width: 27px;
}

.panier_produits td {
	padding: 1.75rem 0;
	position: relative;
}

.panier_produits_step5 th:first-child+th+th+th+th+th {
	padding: 4px !important;
}

.panier_produits tr {
	border-bottom: 1px solid #dddddd;
}

.panier_produits tr:last-child {
	border-bottom: none;
}

.panier_produits .legende_td_mobile {
	/* display:none; */
}

.panier_produits .legende_td_desktop {
	display: block;
}

/*.panier_produits input[type=text], .panier_produits .paquet_cadeau{width:43px;}*/
.panier_produits span .quantite_produit,
.panier_produits .paquet_cadeau {
	font-size: 13px;
	padding: 3px;
	text-align: center;
	width: 100%;
}

.panier_produits .ligne_qtes > input.quantite_produit {
	font-size: 13px;
	padding: 3px;
	text-align: center;
	width: 75px;
}

.div_td_produit {
	display: flex;
	width: 100%;
	align-items: center;
}

.panier_produits .div_photo_produit,
.panier_produits .div_info_produit {
	display: table-cell;
	vertical-align: middle;
}

.panier_produits .div_photo_produit {
	width: 123px;
	height: 100%;
	text-align: center;
}

.panier_produits .div_photo_produit a {
	display: block;
	height: 100%;
	/* width: 150px; */
}

.panier_produits .div_photo_produit img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.panier_produits .tr_large .div_photo_produit img {
	height:auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
}

.panier_produits .panier_lien_article {
	color: #212121;
	text-decoration:
		none;
	font-size: 15px;
	/* font-weight: bold; */
	display:
		inline-block;
}

.panier_produits .tr_large .panier_lien_article {
	font-size: 14px;
	width: 100%;
}

.panier_produits .tr_large .designation_produit {
	width: 100%;
	color: #495556;
	font-size: 12px;
}

.panier_produits .tr_large .designation_produit .nom_marque{
	font-size: 16px;
}

.panier_produits .tr_large .div_designation_produit .nom_marque{
	width: fit-content;
	font-weight: 700;
}

.panier_produits .panier_lien_article:hover {
	text-decoration: underline;
}

.panier_produits .panier_lien_article span {
	display: block;
	margin-top: 2px;
}

.panier_produits .tr_large .panier_lien_article span {
	font-size: 12px;
}

.panier_produits .div_info_produit {
	padding-left: 1.5rem;
	width: 100%;
	display: flex;
  flex-direction: column;
  justify-content: center;
}

.div_info_produit .content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.div_info_produit .content .infos{
	width: 100%;
	max-width: 250px;
}

.div_info_produit .content:not(:last-child){
	margin-bottom: 5px;
}

.panier_produits .div_info_produit .ligne_qtes {
	margin-top: 1rem;
	display: flex;
	height: 40px;
	align-items: stretch;
  gap: 15px;
}

.change_quantity {
	width:65px;
	background-color: #fff;
	border: 1px solid #eeeff0;
	border-radius: 6px;
	padding: 10px;
	text-align: center;
	color : #000000 !important;
  }

.ligne_qtes .quantite_produit {
    appearance: textfield;
    -moz-appearance: textfield;
}

.quantite_input, .panier_produits .div_info_produit .ligne_qtes > .quantite_produit {
	display: flex;
	border: 1px solid #BBB;
	border-radius: 6px;
	padding: 0;
}

.quantite_input, .panier_produits .div_info_produit .ligne_qtes div.quantite_produit {
  	justify-content: center;	
	align-items: center;
	width: 75px;
}

.panier_produits .div_info_produit .ligne_qtes  input:not(:first-child) {
	border: none;
}

.ligne_legende_qte {
	/* font-weight: bold; */
}

.panier_produits .div_info_produit .ligne_delete_link {
	margin-left: 1.5rem;
	text-decoration: none;
	color: #888;
}

.panier_produits .td_prix_produit {
	font-size: 1.5rem;
	vertical-align: top;
	text-align: right;
}

#panier_produits_bd .td_prix_produit {
	display: flex;
}

.panier_produits .div_info_produit .ligne_delete_link:hover {
	text-decoration: underline;
}

.panier_produits .div_info_produit .ligne_ref {
	margin-top: 8px;
	font-size: 12px;
	color: #888;
}

.panier_produits .quantite_max_erreur {
	color: red;
	bottom: 1px;
	width: 107px;
	font-size: 8pt;
}

.panier_produits .tr_large .quantite_max_erreur {
	bottom: 5px;
}

.panier_produits .remise_produit_pastille {
	color: white;
	background-color: #FF7000;
	padding: 4px 6px;
	margin-bottom: .75rem;
	font-weight:
		bold;
	font-size: 1rem;
	display: inline-block;
	border-radius: 6px;
}

.panier_produits .remise_produit_pastille .prod_offert {
	font-weight: normal;
	font-size: 10pt;
	min-width: 67px;
	display: inline-block;
}

.pastille_10 {
	background-color: #df9200 !important
}

.pastille_20 {
	background-color: #01a281 !important
}

.pastille_30 {
	background-color: #029ce2 !important
}

.pastille_40 {
	background-color: #a23189 !important
}

.pastille_50 {
	background-color: #e14a13 !important
}

.panier_produits .txt_pourc_remise_ang {
	margin-left: 2px !important;
	vertical-align: middle;
}

.panier_produits .pourc_remise .remise_off {
	font-size: 9pt;
	vertical-align: top;
}

.supprimer_produit_panier {
	display: inline-block;
	font-size: inherit !important;
	margin-left: 2.5rem;
}

.supprimer_produit_panier>* {
	display: inline;
	vertical-align: middle;
}

.panier_produits .supprimer_produit_panier,
.panier_produits #supprimer_tout_panier,
.panier_produits .supprimer_produit_panier_step2bis {
	/*border:none;
	background:none;
	width: 25px;
	cursor: pointer;*/
	cursor: pointer;
	font-size: 26px;
}

.panier_produits .supprimer_produit_panier,
.panier_produits .supprimer_produit_panier_step2bis {
	color: #444444;
}

.panier_produits #supprimer_tout_panier {
	font-weight: normal;
}

.panier_produits .supprimer_produit_panier:hover,
.panier_produits #supprimer_tout_panier:hover,
.panier_produits .supprimer_produit_panier_step2bis:hover {
	color: #EC701B;
}

.panier_produits .tab_regroupement {
	border-collapse: collapse;
	width: 100%;
}

.panier_produits .header_tab_regroupement {
	border-bottom: none;
	text-align:right;
	font-size:11pt;
}

.panier_produits .header_tab_regroupement .remise_off {
	font-size: 0.8em;
	vertical-align: top;
}

.panier_produits .div_tab_regroupement {
	margin:20px 0;
}

.panier_produits .body_tab_regroupement {
  border: 1px solid #ff7000;
  border-top-left-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  margin-bottom: 10px;
}

.div_tab_regroupement .tr_large {
	border: none;
}

.panier_produits .tab_regroupement tr:nth-last-child(-n+2) {
	border-bottom: none;
}

.footer_tab_regroupement>td,
.header_tab_regroupement>td {
	padding: 0px;
}

.footer_tab_regroupement {
	text-align: right;
  	border-bottom-right-radius: 7px;
}
.panier_produits .header_tab_regroupement > div, .panier_produits .footer_tab_regroupement > div {
	display: inline-block;
	background-color: #FF7000;
	color: white;
	padding: 5px 20px;
	border-top-left-radius: 7px;
}
.panier_produits .header_tab_regroupement > div {
	border-top-right-radius: 7px;
}
.panier_produits .footer_tab_regroupement > div {
	border-bottom-right-radius: 5px;
}

.panier_produits .footer_tab_regroupement > div span{
	font-weight: bold;
}
.panier_produits .footer_tab_regroupement > div > div:last-child span{
	font-size: 20px;
}

.footer_tab_regroupement>td>div,
.header_tab_regroupement>td>div {
	background-color: #dc1d1d;
	color: white;
	font-size: 1.2rem;
	border-top-left-radius: 16px;
	padding: 8px 25px;
	display: inline-block;
	border-bottom-right-radius: 16px;
}

.footer_tab_regroupement>td>div {
	margin-bottom: -1px;
	margin-right: -8px;
}

.header_tab_regroupement>td>div {
	margin-left: -8px;
	margin-top: -1px;
}

.panier_produits .tr_no_border {
	border-bottom: none;
}

.arrow_box {
	background-color: white;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	box-sizing: border-box;
	padding: 15px;
	width: auto;
	z-index: 10;
	position: absolute;
	border-top: 2px solid #eb701d;
}

.arrow_box:before {
	border-color: transparent transparent #ffffff #ffffff;
	border-image: none;
	border-style: solid;
	border-width: 10px;
	box-shadow: -2px 2px 0px 0 #eb701d;
	content: " ";
	position: absolute;
	transform: rotate(137deg);
	top: -9px;
}

.arrow_box_title {
	text-align: center;
	margin-bottom: 15px;
	white-space: nowrap;
	font-weight: normal;
	text-transform: none;
}

.arrow_box_content {
	text-align: center;
	white-space: nowrap;
}

#th_vidage_panier {
	position: relative;
}

#div_vidage_ok,
#div_vidage_annuler {
	padding: 5px 30px;
}

#div_vidage_ok {
	margin-right: 15px;
}


#div_retour_step1 {
	margin-top: -20px;
	left: 7px;
}

#div_retour_step1:before {
	left: 99px;
}

#div_retour_step1 #div_retour_annuler {
	margin-right: 15px;
	padding: 5px 30px;
}

#div_retour_step1 #div_retour_ok {
	padding: 5px 30px;
	text-decoration: none;
}

.panier_produits #div_vidage_panier {
	margin-top: -20px;
	right: 1px;
	top: 60px;
}


.panier_produits #div_vidage_panier:before {
	right: 6px;
}


#div_transport_promotion,
#div_cross_selling {
	margin-top: 1.5rem;
}

.panier-right-part-inner .card {
	width: 100%;
}

#article_transport,
#article_promotion {
	display: inline-block;
	/* vertical-align: top; */
}

#article_transport {
	width: 100%;
	border: 1px solid #E6E7E9;
  	border-radius: 6px;
	padding: 15px;
}

#article_promotion {
	margin-top: 1.5rem;
	/* padding-left: 30px; */
	/* width: 430px; */
	/* float:right; */
	width: 100%;
}

#article_promotion .panier_entete_section {
	margin: 0;
	padding-bottom: 1px;
}


#article_promotion>div:first-child>img {
	display: table-cell;
}

.top_transport_promotion {
	display: table;

}

.top_transport_promotion>img,
.top_transport_promotion>div {
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
	font-size: 10pt;
}

.top_transport_promotion>img,
.top_transport_promotion>div>div {
	font-size: 11pt;
}

.top_transport_promotion>div>div:first-child {
	/* color: #60adcc; */
	font-size: 1rem;
	font-weight: bold;
}

.resultat_code_promo {
	display: table;
	margin-top: 1.5rem;
	padding: .5rem 1rem;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

.resultat_code_promo svg {
	position: absolute;
	left: 0;
	top: 0;
	height: 18px;
	width: 18px;
	color: #fff;
	margin-right: .75rem;
	transform: translate(-50%, -50%);
	border-radius: 999px;
}

.resultat_code_promo.code_promo_correct svg {
	background-color: #59b60f;
}

.resultat_code_promo.code_promo_incorrect svg {
	background-color: #ee4433;
}

.del_code_promo {
	font-size: 26px;
	cursor: pointer;
}

.del_code_promo:hover {
	color: #EC701B;
}

.code_promo_correct {
	background-color: #fdfffc;
	border: 2px solid #59b60f;
	color: #234706;
}

.code_promo_incorrect {
	background-color: #fffafa;
	border: 2px solid #ee4433;
	color: #9a1b0e;
}

.titre_code_promo {
	font-weight: bold;
}

.div_txt_demande_connexion a{
	color: #444;
}

#texte_code_promo .resultat_code_promo>div {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	font-weight: bold;
	font-size: 0.8rem;
}

#texte_code_promo .img_code_promo {
	display: table-cell;
	vertical-align: top;
	margin-right: 7px;
	margin-top: 1px;
}

.code_promo_incorrect .img_code_promo {
	height: 10px;
	width: 10px;
}

.code_promo_correct .img_code_promo {
	height: 18px;
	width: 24px;
}

#modif_pays_panier {
	background-color: white;
  	border: 1px solid #E6E7E9;
 	padding: 5px 10px;
}

#modif_currency {
	background-color: white;
  border: 1px solid #E6E7E9;
  padding: 5px 10px;
}
/*
#liste_transport div, #step5_liste_transport div
{
	padding:6px;
}
#liste_transport div:nth-child(n+2), #step5_liste_transport div:nth-child(n+2)
{
	border-top:1px dotted #cccccc;
}
#liste_transport > div, #step5_liste_transport > div
{
	display:table;
}
#liste_transport > div > div, #liste_transport > div > label , #step5_liste_transport > div > div, #step5_liste_transport > div > label
{
	display:table-cell;
	vertical-align:middle;
}*/
.tab_mode_livraison tr,
.tab_mode_livraison td {
	padding: .25rem 0;
}

.tab_mode_livraison tr {
	line-height: 17px;
}

.tab_mode_livraison td:first-child {
	width: 400px;
	color: rgb(92, 92, 92)
}

.tab_mode_livraison td:not(.liste_transport_frais):last-child {
	text-align: center;
}

.liste_transport_offert {
	font-weight: bold;
	color: #0060b5;
	width: 150px;
}

.liste_transport_offert span {
	font-weight: normal;
	color: black;
}

.liste_transport_frais {
	font-weight:
		bold;
	color: green;
	min-width: 65px;
}

.info_compl_mode_livraison {
	color: #666666;
	font-size: 11px;
	margin-top: -3px;
}

.td_logo_livraison {
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	min-height: 30px;
	/*line-height: 45px;*/
}

.livraison_express {
	height: 63px;
}

.td_logo_livraison>*:not(.div_white_transparent) {
	vertical-align: middle;
	max-width: 65%;
	/* width: 100%; */
	/* height: auto; */
}

.div_descriptif,
.div_img_express {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.div_img_express {
	/* width: 70px!important; */
}

.mode_legende {
	display: inline-block;
	font-size: 11px;
	margin-left: 10px;
}

#liste_transport {
	/* margin: 0 -1.5rem -1.5rem -1.5rem; */
	margin-top: .75rem;
}

#liste_transport .filter_grey {
	padding-bottom: 15px;
}

#liste_transport .div_info_transport_indispo {
	position: absolute;
	top: 56px;
	width: 100%;
	text-align: center;
	left: 0;
	height: auto !important;
}

#liste_transport .info_transport_indispo {
	white-space: nowrap;
}

#liste_transport .div_info_transport_indispo .txt_mode_livraison_indispo {
	color: red;
	font-weight: bold;
}

#liste_transport>div:not(.div_btn_colissimopass) {
	display: table;
	width: 100%;
	border-top: 1px solid #cccccc;
	padding: .75rem 18px .25rem;
	box-sizing: border-box;
	/* font-size: 10pt; */
	/* padding: 10px 4px 4px 5px; */
}

#liste_transport>div:first-child {
	border-top: none;
}

#liste_transport>div:not(.div_btn_colissimopass)>div {
	height: 60px;
	vertical-align: middle;
	display: table-cell;
}

#liste_transport>div:not(.div_btn_colissimopass)>div>b {
	margin-left: 2px;
}

#liste_transport .div_logo_modexp {
	width: 130px;
}

#liste_transport .div_logo_modexp .logo_modexp {
	width: 100%;
	max-height: 40px;
}

#liste_transport>#so_colissimo>.div_logo_modexp {
	vertical-align: middle;
}

#montant_manquant {
	font-weight: bold;
	color: #0060b5;
}

#div_montant_manquant {
	color: #444;
	font-size: .9rem;
	margin-bottom: 1rem;
	display: block;
}

#div_recap_commande {
	text-align: right;
}

#div_recap_commande:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#div_montant_euro {
	padding: 10px 1px 1px 1px;
	color: #333333;
}

#div_montant_euro span:nth-child(2) {
	margin-left: 30px;
	margin-right: 13px;
}

#div_recap_commande #container_mini_recap_commande {
	float: right;
}

#div_recap_commande #mini_recap_commande {
	/*width: 540px;*/
	width: 369px;
	border: 2px solid #FF9933;
	padding: 5px;
	font-size: 13px;
}

#recap_total_commande td {
	vertical-align: middle;
}

#recap_total_commande {
	/* border: 2px solid #ff9933; */
	/* border-radius: 6px; */
	/* padding: 5px; */
	width: 100%;
	/* margin-top: .75rem; */
}

#recap_total_commande td,
#recap_total_commande th {
	border-bottom: 1px dashed #dadada;
	padding: .75rem 0;
}

#recap_total_commande td {
	font-weight: bold;
}

#recap_total_commande td.greyed {
	color: #8d8d8d;
	font-style: italic;
}

#recap_total_commande th {
	font-weight: normal;
	text-align: left;
}

#recap_total_commande tr:last-child th,
#recap_total_commande tr:last-child td {
	/* font-size: 16pt; */
	/* font-weight:bold; */
}

#recap_total_commande tr:last-child td {
	/* color:#3B0; */
}

#ligne_remise {
	color: red;
}

#ligne_total_paquet,
#ligne_remise {
	font-size: 13px;
}

#recap_total_commande #ligne_total_paquet th,
#recap_total_commande #ligne_remise th {
	text-align: center;
}

#texte_colis {
	font-size: 10pt;
}

#mini_recap_commande,
#recap_total_commande {
	width: 100%;
}

#mini_recap_commande th {
	font-weight: normal;
	width: 165px;
}

#mini_recap_commande .montant_en_avant th,
#mini_recap_commande .montant_en_avant td {
	/*font-size:16pt;*/
	font-size: 18px;
	font-weight: bold;
}

#mini_recap_commande .montant_en_avant_euro th {
	font-size: 15px !important;
}

#mini_recap_commande .montant_en_avant td:last-child,
#recap_total_commande .montant_en_avant td:last-child {
	color: #3B0;
}

#mini_recap_commande .info_montant_compl th,
#mini_recap_commande .info_montant_compl td {
	font-weight: bold;
}


.cadre_info_panier {
	background-color: #fffce8;
	border: 1px solid #fff3a6 !important;
	border-radius: 4px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px !important;
	box-sizing: border-box;
}

#texte_colis {
	margin-top: 20px;
	/*background-color: #fffce8;
    border: 1px solid #fff3a6;
    border-radius: 4px;
	margin-bottom: 10px;
    padding: 5px 10px;*/
}

#ligne_poids_hors_frais {
	color: #333333;
	font-size: 11px;
	padding-right: 10px;
	font-weight: normal;
}

#div_bouton_bas {
	text-align: right;
	position: relative;
}

#div_bouton_bas .msg_btn_disabled {
	bottom: -20px;
}

#div_bouton_bas_ou {
	display: inline-block;
	text-align: center;
	width: 140px;
	padding: 5px;
}

/*Step2*/

.gauche {
	float: left;
	width: 65%;
}

.droite {
	display: table-cell;
	font-size: 12px;
	padding-right: 13px;
}


/* Resume panier */
#resume_panier {
	margin-top: 15px;
	display: inline-block;
	width: 35%;
}

#resume_panier #total_commande {
	width: 100%;
	border: 2px solid #FF9933;
	padding: 5px
}

#resume_panier table {
	width: 100%;
}

/*Step2bis*/
.ajout_panier_step2bis:hover {
	text-decoration: underline;
	cursor: pointer;
}

#panier_produits_bd tr td:nth-child(2) {
	width: 82px;
	text-align: right;
}

#panier_produits_bd tr td:nth-child(4) {
	width: 27px;
}

#panier_produits_bd .prix_wrapper>div {
	font-size: 1.5rem;
}

#panier_produits_bd .prix_wrapper>.prix_barre_panier {
	font-size: 1rem;
	margin-right: 0;
}

/*Step3*/

/*adresse.css*/

#div_check_promo {
	margin: auto auto 20px;
	max-width: 600px;
}

#div_check_promo .div_checkbox_btn label {
	height: auto !important;
	line-height: normal !important;
	padding: 0 0 0 25px !important;
	font-size: 13px !important;
}

#div_check_promo .div_checkbox_btn .check {
	top: 2px !important;
	left: 0px !important;
}

#div_check_promo .div_checkbox_btn .check::before {
	top: 2px !important;
	left: 1px !important;
}

#div_check_promo .div_checkbox_btn input[type="checkbox"]:checked~.check:before {
	height: 3px !important;
	width: 7px !important;
}


/*Step4*/
#form_choix_livraison {
	font-size: 13px;
	margin: auto;
	display: block;
	/* margin-top: 25px; */
	/* margin-bottom:50px; */
}

#div_content_aff_resume {
	display: table-cell;
	padding-right: 20px;
	width: 100%;
	max-width: 869px;
}

#div_content_aff_resume>#form_choix_livraison {
	width: 100% !important;
	margin-top: 5px !important;
}

#div_content_aff_resume #div_recap_commande #mini_recap_commande {
	width: 369px;
}

#div_right_resume_commande {
	display: table-cell;
	vertical-align: top;
}


.infobulle_bleue {
	color: #005096;
	border-bottom: 1px dashed #005096;
}

.infobulle {
	border-bottom: 1px dashed grey;
	font-size: 7pt;
	color: grey;
}

.infobulle,
.infobulle_bleue {

	display: inline-block;
	cursor: help;
	position: relative;
}

.infobulle .infos_infobulle,
.infobulle_bleue .infos_infobulle {
	z-index: 25;
	left: 2px;
	width: 250px;
	top: 1.7em;
	text-align: justify;
	font-weight: none;

	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;
}

.infobulle_bleue:hover .infos_infobulle {
	display: block;
}

.infobulle .infos_infobulle b,
.infobulle_bleue .infos_infobulle b {
	text-align: left;
}

.infobulle .infos_infobulle,
.infobulle_bleue .infos_infobulle {
	display: none;
}

.saddress-field .infobulle .infos_infobulle {
	text-align: left;
	width: 100%;
}

#titre_livraison {
	width: 100%;
}

#titre_livraison span {
	font-size: 10pt;
	font-weight: bold;
	color: #555555;
	text-align: center;
	display: inline-block;
}

#titre_livraison span:first-child {
	width: 73%;
}

#titre_livraison span:nth-child(2) {
	width: 6.5%;
}

#titre_livraison span:nth-child(3) {
	width: 20.5%;
}

.img_express {
	padding-left: 10px;
	width: 80px;
	height: auto;
}

.img_desc {
	position: absolute;
	top: -25px;
	right: 0;
}

.choix_mode {
	font-weight: bold !important;
	font-size: 13px !important;
	width: 90px;
}

.table_livraison {
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	border-radius: 6px;
}

.table_livraison>tbody>tr {
	display: none;
	background-color: transparent;
}

.table_livraison>tbody>tr:first-child {
	background-color: #fff;
}

.table_livraison>tbody>tr:first-child:hover {
	background-color: #f9f9f9;
}

.table_livraison>tbody>tr:first-child,
.table_livraison.opened>tbody>tr {
	display: table-row;
}

.table_livraison>tbody>tr:first-child label {
	vertical-align: middle;
	cursor: pointer;
}

.table_livraison>tbody>tr:first-child th>label {
	display: table;
	width: 100%;
}

.table_livraison>tbody>tr:first-child th>label>div:first-child {
	width: 40px;
	text-align: right;
}

.table_livraison>tbody>tr:first-child th>label>div:nth-child(2) {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
	width: 70%;
}

.table_livraison>tbody>tr:first-child th>label>div:nth-child(3) {
	vertical-align: middle;
	font-size: 1.1rem;
	text-align: right;
	padding-right: 1.5rem;
	color: #E80000 !important;
}

.table_livraison_relais .mode_transport_item {
	min-height: 110px;
}

.mode_transport_item_options {
	margin-top: .75rem;
}

.mode_transport_item_option {
	font-size: 10px;
}

.mode_transport_item_option>* {
	vertical-align: middle;
}

.mode_transport_item_option>label {
	margin-top: -1px;
	display: inline-block;
	font-size: 12px;
}

.mode_transport_item.checked .mode_transport_item_options {
	display: block;
}

.table_livraison>tbody>tr:first-child th>label>div {
	display: table-cell;
	padding: 1rem 0;
}

.table_livraison>tbody>tr:first-child th h2 {
	font-size: 1.25rem;
	margin: 0;
	margin-bottom: .5rem;
	font-weight: normal;
	font-weight: bold;
	color: #222;
	text-transform: uppercase;
}

.table_livraison>tbody>tr:first-child th h2 svg {
	vertical-align: middle;
	height: 20px;
	width: 20px;
}

.table_livraison>tbody>tr:first-child th h2 span {
	display: inline-block;
	transform: translateY(2px);
	margin-left: .5rem;
}

.table_livraison>tbody>tr:first-child th p {
	margin: 0;
	font-size: 1rem;
	color: #888;
	font-weight: normal;
	/* max-width: 75%; */
}

.table_livraison:not(:first-child) {
	margin-top: .5rem;
}

#form_choix_livraison>.label {
	display: block;
	margin-bottom: 1rem;
}

.table_livraison td {
	border:
		none;
	/* padding: 3rem 0; */
	background-color: white;
}

.table_livraison th {
	text-align: left;
	font-size: 20px;
	padding: 6px 10px;
}

.table_livraison .td_recap {
	border-top: 1px solid #eee;
	padding: 1.25rem 3rem;
	color: #222;
	text-align: left;
	font-size: 1.1rem;
	line-height: 1.4;
}

.table_livraison .td_recap>div {
	position: relative;
}

.table_livraison .td_recap .btn_changer_adresse {
	position: absolute;
	top: 1rem;
	right: 0;
	text-decoration: none;
	background-color: white;
	font-weight: bold;
}

.mode_transport_items {
	display: table;
	width: 100%;
}

.mode_transport_item_container {
	display: table-cell;
	width: calc(100% / 3);
	position: relative;
	padding: 0 1.5rem;
}

.mode_transport_item_container:first-child {
	padding-right: 0.75rem;
	;
}

.mode_transport_item_container:last-child {
	padding-left: 0.75rem;
	;
}

.mode_transport_item.disabled {
	filter: blur(1px) grayscale(1);
}

.mode_transport_item_disabled_div {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	line-height: 1.2;
	background-color: rgba(255, 255, 255, .8);
}

.livraison_form {
	display: block !important;
}

.livraison_form>input {
	display: none;
}

.mode_transport_items_row.first .mode_transport_item_disabled_div {
	bottom: 0;
}

.mode_transport_item_disabled_div>div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-weight: bold;
	text-align: center;
	/* background-color: rgba(255, 255, 255, .5); */
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .05);
}

.indisponible_title {
	font-weight: bold;
	font-size: 1rem;
}

.indisponible_subtitle {
	color: black;
	font-size: .85rem;
	margin-top: .25rem;
	font-weight: normal;
}

.indisponible_subtitle_link {
	margin-top: .25rem;
	text-decoration: underline;
	cursor: pointer;
}

.mode_transport_logo {
	position: absolute;
	right: 8px;
	bottom: 5px;
	height: 25px;
	width: 100px;
	max-height: 30px;
}

.mode_transport_item {
	display: table;
	width: 100%;
	padding: 1.5rem;
	border: 2px dotted #eee;
	position: relative;
	cursor: pointer;
	min-height: 94px;
}

.mode_transport_item:hover {
	background-color: #f9f9f9;
}

.border-t {
	border-top: 1px solid #eee;
}

.mode_transport_items_row.first .mode_transport_item_container {
	padding-top: 1.5rem;
}

.mode_transport_items_row .mode_transport_item_container {
	padding-bottom: 1.5rem;
}

.mode_transport_item_header>* {
	display: inline-block;
	vertical-align: middle;
}

.mode_transport_item_indispo {
	display: block;
	padding: 0;
	position: absolute;
	top: calc(100% - 16px);
	left: 1.5rem;
	font-size: 0.8rem;
}

.mode_transport_item.checked {
	border: 2px solid #EB701C;
}

.mode_transport_item_title {
	font-size: 14px;
	max-width: 270px;
}

.mode_transport_item_title .afficher-horaire-span {
	color: #888;
	vertical-align: middle;
	cursor: pointer;
}

.mode_transport_item_title .afficher-horaire-span:hover {
	color: #444;
}

.mode_transport_item_title svg {
	margin-left: .5rem;
}

.mode_transport_item_subtitle {
	font-size: 12px;
	color: #888;
	max-width: 290px;
}

.mode_transport_item_date {
	margin-top: 1rem;
	color: green;
	position: absolute;
	bottom: 8px;
	font-size: 14px;
	left: 1rem;
}

.sbf17 .mode_transport_item_date {
	font-size: 12px;
}

.mode_transport_item_prix {
	position: absolute;
	top: 1rem;
	right: 1rem;
	color: #E80000;
	font-weight: bold;
}

.mode_transport_item>* {
	display: table-cell;
	padding: 1rem 0;
	vertical-align: top;
}

.mode_transport_item>*:first-child {
	width: 40px;
	text-align: right;
}

.mode_transport_item_logo {
	height: 20px;
	width: auto;
	margin-bottom: 2px;
}

.mode_transport_item>*:nth-child(2) {
	padding-left: 1rem;
}

.table_livraison .td_voir_tout {
	/* border-top: 1px solid #eee; */
	padding-bottom: 20px;
	text-align: center;
}

.lieu_livraison,
.lien_modif_adresse {
	font-weight: normal;
	font-size: 12px;
	margin-left: 2px;
}

.lien_ouverture_map_retrait {
	margin-left: 10px;
}

.lien_tous_retraits {
	display: block;
	font-weight: bold !important;
	/* margin-left: 170px !important; */
	text-align: center;
	width: 180px;
	background: white !important;
	margin: 0 auto !important;
	font-weight: normal !important;
	padding: .75rem 1.5rem !important;
}

.lien_tous_retrais_desktop {
	display: block;
}

.lien_tous_retrais_mobile {
	display: none;
}


.lien_modif_adresse,
.lien_ouverture_map_retrait,
.btn_modif_resume_commande,
.btn_modif_resume_commande a,
.mode_livraison .info_transport_indispo,
#liste_transport .info_transport_indispo {
	color: #0590a9;
	cursor: pointer;

}

.btn_modif_resume_commande a {
	text-decoration: none;
}

.btn_modif_resume_commande {
	float: right;
}

.lien_modif_adresse:hover,
.lien_ouverture_map_retrait:hover,
.btn_modif_resume_commande:hover,
.btn_modif_resume_commande a:hover,
.mode_livraison .info_transport_indispo:hover,
#liste_transport .info_transport_indispo:hover {
	color: #145561;
}

.table_livraison td:nth-child(3) {
	text-align: center;
}

.mode_livraison {
	padding: 2px;
	width: 100%;
	height: 90px;
	position:
		relative;
	/* border-collapse: collapse; */
	/* background-color: white; */
	direction: ltr!important;
	border-radius: 6px;
}

.mode_livraison_even {
	/* background-color: #fefefe; */
}

.mode_livraison_border_bottom {
	border-bottom: 1px dashed #dddddd;
}


.mode_livraison tr:first-child td:last-child {
	text-align:
		center;
	width: 130px;
	padding: 0 15px;
}

.mode_livraison tr:first-child td:first-child {
	position:
		relative;
	/*width:69%;*/
	width: 350px;
	text-align: left;
	padding-left: 3rem;
}

.mode_livraison td:nth-child(2) .div_option {
	margin-top: 5px;
}

.mode_livraison td:nth-child(2),
.mode_livraison .description_mode td,
.mode_livraison .option td {
	min-width: 300px;
	position: relative;
	padding: 0px 16px 0 0;
}

.mode_livraison td:nth-child(3) {
	text-align: center;
	width: 190px;
}

.mode_livraison td:nth-child(4) {
	text-align: center;
	width: 85px;
}


.mode_livraison .pre_texte_tarif {
	display: inline-block;
	margin-bottom: 2px;
}

.mode_livraison .retrait_description {
	display: table;
	width: 100%;
	padding-left: 0px;
	border-collapse: collapse;
	min-height: 30px;
	margin-top: 5px;
}

.mode_livraison .retrait_description>div {
	display: table-cell;
	padding: 0px;
	line-height: 30px;
}

.mode_livraison .retrait_description>div * {
	vertical-align: middle;
}

.mode_livraison .retrait_description .retrait_adresse {
	vertical-align: top;
	padding-left: 10px;
	width: 400px;
}

.mode_livraison .retrait_description .retrait_adresse div {
	display: block;
	line-height: 14px;
	;
}

.mode_livraison .txt_mode_livraison_indispo {
	color: red;
	font-weight: bold;
}

.mode_livraison .txt_mode_livraison_indispo .div_info_transport_indispo {
	margin-top: 5px;
}

.step4_affiche_horaires {
	cursor: pointer;
	margin-top: 7px;
	display: inline-block;
}

.step4_affiche_horaires:hover {
	text-decoration: underline;
}

#erreur_step4 {
	text-align: right;
	color: red;
	height: 20px;
	padding-top: 5px;
	font-size: 11px;
}

.td_sous_mode {
	padding-left: 12px;
}

.td_sous_mode span {
	display: inline-block;
	width: 12px;
	height: 10px;
	margin-right: 6px;
	background: url(//cdn1.costatic.com/assets/img/images/pastille_orange.gif) no-repeat center;
}

.texte_tarif {
	font-weight: bold;
	font-size: 16px;
}

.texte_tarif_rouge {
	color: #FF3A1C;
}

.info_livraison {
	width: 100%;
}

.info_livraison td:first-child {
	width: 90%;
}

#step4_div_bottom {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}

.step4_div_def_sup,
.step4_div_option_bottom {
	display: table-cell;
}

.step4_div_option_bottom {
	vertical-align: top;
	text-align: right;
	margin-bottom: 10px;
}

.step4_div_def_sup {
	color: #555555;
	font-size: 11px;
	margin-left: 20px;
}

.step4_div_def_sup sup {
	font-size: 9px;
}

sup {
	line-height: .8em;
}

.mode_selectionne_old {
	border: 2px solid #f2a705;
	box-shadow: 0 0 3px 0 #f2a705;
}

#step4_div_bouton {
	text-align: right;
}


.slash_margin {
	margin: 0 2px;
}


/*Popup panier*/

.overlay_popup_panier,
.overlay_popup_carnet {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100% !important;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	z-index: 999;
}

.popup_panier,
.popup_panier_chargement,
.overlay_popup_carnet .popup {
	margin: auto;
	padding: 2rem;
	background: #fff;
	border-radius: 5px;
	position: relative;
}

.popup_panier {
	width: 1015px;
	max-width: 80%;
}

.popup_panier .card {
	border: none;
}

.popup_panier .card-body {
	padding: 0;
}

.popup_panier_chargement {
	width: 150px;
	text-align: center;
}

.popup_panier .content_scrollable {
	overflow: auto;
}

.popup_panier h2 {
	margin-top: 0;
	color: #333;
}

.popup_panier .close {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	z-index: 10;
	cursor: pointer
}

.popup_panier .close:hover {
	color: #EC701B;
}

.popup_panier .content {
	max-height: 30%;
	overflow: auto;
}

/*Popups*/
.popup_titre,
#popup_assurance_titre,
#popup_panier_invalide_titre,
#popup_ask_mobile_titre {
	font-weight: bold;
	font-size: 18px;
	color: #303030;
	margin: 10px 0 20px;
}

.popup_txt,
#popup_assurance_txt,
#popup_panier_invalide_txt,
#popup_ask_mobile_txt {
	margin: 20px 0 10px 0;
	text-align: justify;
}

#popup_assurance_prix {
	color: red;
	font-weight: bold;
	font-size: 20px;
	color: #FF3A1C;
}

.popup_btn,
#popup_assurance_boutons,
#popup_panier_invalide_boutons {
	text-align: center;
	margin: 20px 0;
}

.popup_btn_gauche,
.popup_btn_droite,
#popup_assurance_non,
#popup_ask_mobile_enregistrer,
#popup_ask_mobile_annuler {
	font-size: 16px !important;
	width: 120px;
	margin-left: 7px !important;
	margin-right: 7px !important;
}

#popup_assurance_oui {
	font-size: 16px !important;
	margin-left: 7px !important;
	margin-right: 7px !important;
	border: none;
}

#popup_panier_invalide_retour {
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	width: 160px;
	margin-left: 7px;
	margin-right: 7px;
}

#popup_panier_invalide_modifier {
	font-size: 16px;
	width: 190px;
	margin-left: 7px;
	margin-right: 7px;
}


#popup_panier_invalide_txt_adresse {
	display: table;
}

#popup_panier_invalide_lbl_adresse,
#popup_panier_invalide_adresse {
	display: table-cell;
}

#popup_panier_invalide_lbl_adresse {
	padding-right: 5px;
	white-space: nowrap;
}

#popup_ask_mobile_boutons {
	text-align: center;
	margin: 10px 0;
}

#popup_ask_mobile_label,
#popup_ask_mobile_div_input {
	display: inline-block;
	vertical-align: middle;
}

#popup_ask_mobile_label {
	font-weight: bold;
}

#popup_ask_mobile .popup_ask_mobile_erreur {
	color: red;
	margin-top: 5px;
	min-height: 24px;
}

#panheader_popup_liv_indispo {
	margin-bottom: 5px;
	margin-top: 13px;
	border-bottom: none;
	padding-bottom: 0
}

#panheader_popup_liv_indispo>div {
	color: #111111;
	font-size: 22px;
	width: 90%;
}

#footer_popup_liv_indispo {
	padding: 20px 0 10px;
}

#footer_popup_liv_indispo>div {
	text-align: center;
}

#popup_liv_indispo_produits .div_td_produit {
	width: 100%;
}

#popup_liv_indispo_produits .popup_liv_indispo_produits_bordure_top {
	border-top: 1px solid #dddddd;
}

#popup_liv_indispo_produits .div_photo_produit {
	width: 50px;
}

#popin_liv_indispo_btn_supp {
	white-space: normal;
}


.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;
}

/*Step4bis*/

#afficher_point_retrait {
	text-align: center;
	padding: 10px 0px;
}

#afficher_point_retrait input[name="adresse"] {
	width: 98%;
	box-sizing: border-box;
	max-width: 300px;
}

#afficher_point_retrait input[name="cp"] {
	width: 60px;
}

#afficher_point_retrait input[name="ville"] {
	width: 150px;
}

#span_recherche_point_retrait {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

#span_recherche_point_retrait * {
	margin-bottom: 0 !important;
}

#span_recherche_point_retrait #modif_retrait_loader {
	position: absolute;
	top: 3px;
	right: -27px;
}


#waitsocolissimo {
	margin-bottom: 10px;
	font-family: "Outfit", Verdana;
	text-align: center;
}

iframe[name="framesocolissimo"] {
	width: 100%;
	height: 1166px;
	text-align: center;
}

#socolissimo_map {
	position: relative;
}

#socolissimo_map div {
	padding-left: 0;
}

#step4_adr_erreur {
	color: red;
	font-weight: bold;
}

/** MODIF ADRIEN */
#mapNlistWrap {
	position: relative;
	height: 415px;
	margin: auto;
}

#deliveryPointList {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	z-index: 100;
	background-color: rgba(255, 255, 255, 0.9);
	width: 500px;
}

#deliverySearch {
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 20px;
	color: #333333;
	text-align: center;
}

#deliverySearch #step4_adr_erreur {
	height: 20px;
}

#deliverySearch *,
#deliveryFilters *,
#afficher_point_retrait * {
	vertical-align: middle;
}

#afficher_point_retrait * {
	margin-bottom: 3px;
}

#deliverySearch input[type="text"],
#afficher_point_retrait input[type="text"],
#deliverySearch select,
#afficher_point_retrait select {
	padding: 6px 5px 5px 5px;
	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;
}

#deliverySearch select {
	padding: 4px 5px 5px !important;
}

#deliveryFilters {
	border-top: 1px solid #eeeeee;
	padding-top: 20px;
	margin-top: 20px;
	color: #333333;
	text-align: left;
}

#deliveryFilters>form>span,
#deliveryFilters>form>input {
	vertical-align: top;
}

#deliveryFilters label {
	display: inline-block;
	height: 20px;
	margin-left: 5px;
}

#deliveryAllFilters {
	display: table-cell;
	max-width: 775px;
	margin-bottom: -6px;
	padding-left: 5px;
}

.deliveryFilter:not(:last-child) {
	/*display:inline-block;*/
	/*margin-right:20px;*/
	margin-bottom: 6px;
}

#deliveryPointList ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	width: 98%;
}

#deliveryLoading {
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
	height: 100%;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 200;
}

#deliveryLoading_container {
	display: table;
	height: 100%;
	width: 100%;
}

#deliveryLoading_content {
	display: table-cell;
	vertical-align: middle;
}



.deliveryPointWrapItem {
	color: #333333;
	font-size: 12px;
	width: 100%;
	display: table;
	padding: 5px 0px;
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid transparent;
	box-shadow: 0 0 2px 0 transparent;
	margin-left: 1px;
	margin-top: 1px;
}

.deliveryPointWrapItem_selected {
	border: 1px solid #f2a705;
	box-shadow: 0 0 2px 0 #f2a705;
	background-color: #FFFEFC;
}

.deliveryPointWrapItem .deliveryPointWrapSelector,
.deliveryPointWrapItem .deliveryPointWrapIcon,
.deliveryPointWrapItem .deliveryPointWrapInformations,
.deliveryPointWrapItem .deliveryPointWrapAdresse,
.deliveryPointWrapItem .deliveryPointWrapInfos {
	display: table-cell;
	vertical-align: top;
}

.deliveryPointWrapAdresse {
	max-width: 240px;
}


.deliveryPointWrapItem .deliveryPointWrapSelector {
	width: 20px;
	padding-top: 2px;
}

.deliveryPointWrapItem .deliveryPointWrapIcon {
	width: 40px;
}

.deliveryPointWrapItem .deliveryPointWrapIcon div {
	margin: 0px auto;
}

.deliveryPointWrapItem .deliveryPointWrapInformations {
	display: table;
	width: 100%;
}

.deliveryPointWrapItem .deliveryPointWrapInfos {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	text-align: center;
	width: 75px;
}

.deliveryPointWrapItem .deliveryPointWrapInfos .tarif {
	white-space: nowrap;
}

.deliveryPointWrapItem .deliveryPointWrapInfos .txt_mode_livraison_indispo {
	color: red;
	font-weight: bold;
}

.deliveryPointWrapInfos .tarif {
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 16px;
}

.deliveryPointWrapItem .name {
	font-weight: bold;
	margin-bottom: 2px;
}


.iconDP {
	width: 30px;
	height: 30px;
}

.iconDPCocooncenter {
	background: url(//cdn1.costatic.com/assets/img/images/pictoGmapCocooncenter.png) no-repeat;
}

.iconDPChronopost {
	background: url(//cdn1.costatic.com/assets/img/images/pictoGmapChronopost.png) no-repeat;
}

.iconDPColissimo {
	background: url(//cdn1.costatic.com/assets/img/images/pictoGmapColissimo.png) no-repeat;
}

.iconDPMondialRelay,
.iconDPMondialRelaypuntopack {
	background: url(//cdn1.costatic.com/assets/img/images/pictoGmapMondialRelay.png) no-repeat;
}

.iconDPColissimochronopt {
	background: url(//cdn1.costatic.com/assets/img/images/pictoGmapchronopost_pt.png) no-repeat;
}

.iconDPColissimoseur {
	background: url(//cdn1.costatic.com/assets/img/images/pictoGmapseur.png) no-repeat;
}

.iconDPColissimodpd {
	background: url(//cdn1.costatic.com/assets/img/images/pictoGmapdpd.png) no-repeat;
}

.iconDPColissimobpost {
	background: url(//cdn1.costatic.com/assets/img/images/pictoGmapbpost.png) no-repeat;
}

.iconDPMondialRelayhermes {
	background: url(//cdn1.costatic.com/assets/img/images/pictoGmaphermes.png) no-repeat;
}

.iconDPChronopostdpd {
	background: url(//cdn1.costatic.com/assets/img/images/pictoGmapdpd.png) no-repeat;
}


.deliveryPointDescWrap {
	color: #333333;
	font-size: 12px;
}

.deliveryPointDescWrap .name {
	font-weight: bold;
	margin-bottom: 2px;
}

.deliveryPointDescWrapAdresse {}

.deliveryPointDescWrapBtn {
	text-align: right;
}

.deliveryPointDescWrapSchedule {
	border-top: 1px dotted #dddddd;

	padding-bottom: 7px;
	padding-top: 7px;

	margin-bottom: 5px;
	margin-top: 5px;
}

.deliveryPointDescWrapSchedule .lbl_horaires,
#div_horaires_pr .lbl_horaires {
	padding-bottom: 7px;
}

.deliveryPointDescWrapSchedule .lbl_horaires,
#div_horaires_pr .lbl_horaires,
#div_horaires_pr .lbl_delai_instance {
	color: #EC701B;
	font-weight: bold;
}

.mode_livraison .deliveryPointDescWrapSchedule {
	border-bottom: none;
	border-top: 1px solid #dddddd;
}




.schedule {
	display: table;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	width: 100%;
}

.schedule li {
	display: table-row;
}

.schedule li span {
	display: table-cell;
	padding: 3px 10px;
}

.schedule li span:first-child {
	padding-right: 20px;
}

.schedule li:nth-child(even) {
	background-color: #fcfcfc;
}

.schedule li:nth-child(odd) {
	background-color: #f5f5f5;
}


#mapNlistWrap #gmap3 {
	position: absolute;
	top: 0px;
	left: 520px;
	right: 0px;
	bottom: 0px;
}

/** FIN MODIF ADRIEN */

/*Step4 details*/
.div_infos_retrait {
	margin-top: 10px;
}

#step4_details_pr {
	text-align: center;
}

.horaires {
	display: table;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	width: 100%;
	max-width: 330px;
}

.horaires li {
	display: table-row;
}

.horaires li span {
	border: 1px solid #ccc;
	border-bottom: none;
	display: table-cell;
	padding: 3px 10px;
}

.horaires li:last-child span {
	border-bottom: 1px solid #ccc;
}

.horaires li span:first-child {
	border-right: none;
}

#div_recap_pr {
	width: 330px;
	margin-right: 20px;
}

#div_recap_pr,
#div_gmap_details {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-bottom: 11px;
}

#div_recap_pr .div_icon_pr {
	width: 40px;
}

#div_recap_pr .name {
	font-weight: bold;
	margin-bottom: 5px;
}

#div_recap_pr .div_icon_pr,
#div_recap_pr .div_adresse_pr {
	display: table-cell;
	vertical-align: top;
}

#div_horaires_pr {
	margin-top: 20px;
	margin-left: 10px;
}

#div_horaires_pr #div_delai_instance {
	margin-top: 15px;
}

#div_gmap_details #gmap3 {
	height: 300px;
	width: 340px;
}

#div_retour_pr {
	text-align: center;
	margin: 20px auto;
}

#div_retour_pr>span {
	padding: 6px 110px;
}



/*Step5*/
#step5_info_perso {
	width: 47%;
	height: 150px;
	float: left;
	display: inline-block;

}

#step5_mode_livraison {
	width: 47%;
	height: 150px;
}

#div_fidelite {
	border: 1px solid #E0DEDE;
	font-size: 10pt;
	padding: 5px 7px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 10px;
}

#div_fidelite>div {
	display: table-cell;
	vertical-align: top;
	text-align: left;
}

#div_fidelite>div:last-child>div:first-child {
	font-weight: bold;
	color: #e97700;
	padding-bottom: 10px;
	font-size: 11pt;
}

#div_fidelite>div:last-child>div:last-child {
	padding-bottom: 10px;
}

#div_gain_fidelite {
	font-size: 10pt;
	text-align: right;
	float: right;
	width: 540px;
	margin-top: 10px;
	margin-bottom: 30px;
}

#div_gain_fidelite span {
	font-weight: bold;
	color: #3db20f;
}

#div_modif_panier {
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
}

#bt_suivant_step5 {
	text-align: right;
}

#bt_suivant_step5>a {
	text-decoration: none;
}

.resume_info_newsletter {
	background-color: transparent !important;
}

.resume_info_newsletter .div_checkbox_btn label {
	display: inline-block !important;
	font-size: 12px !important;
	line-height: 19px !important;
	padding: 0 0 0 25px;
}

.resume_info_newsletter .div_checkbox_btn {
	background-color: none !important;
}

.resume_info_newsletter .div_checkbox_btn .check {
	top: 5px !important;
	left: 10px !important;
	height: 12px !important;
	width: 12px !important;
}

.resume_info_newsletter .div_checkbox_btn input[type="checkbox"]:checked~.check:before {
	height: 3px !important;
	width: 6px !important;
}

.resume_info_newsletter .div_checkbox_btn .check:before {
	left: 2px;
	top: 2px;
}

.zone_optout {
	margin-bottom: 0.5rem;
}

.zone_optout .div_checkbox_btn {
	z-index: 1;
}

.zone_optout .div_checkbox_btn .check {
	height: 10px;
	width: 10px;
	top: 8px;
	border-width: 1px;
}

.zone_optout .div_checkbox_btn .check::before {
	border-width: 2px;
	left: 1px;
	top: 1px;
}

.zone_optout .div_checkbox_btn input[type="checkbox"]:checked~.check::before {
	width: 6px;
	height: 3px;
}

.zone_optout .div_checkbox_btn label {
	font-size: 11px;
	height: auto;
	line-height: 16px;
	padding-left: 20px;
}

.zone_optout .div_checkbox_btn_in label {
	position: relative;
	margin: 5px;
	padding: 0;
	display: inline-block;
}

.zone_optout .div_checkbox_btn_in .check {
	z-index: 0;
	position: relative;
	display: inline-block;
	padding: 0;
	line-height: normal;
	vertical-align: middle;
	top: -1px;
	left: 0;
	margin: 0 2px;
}

#resume_commande .zone_optout,
#resume_montant .zone_optout {
	margin-bottom: -5px;
}

#resume_commande .div_checkbox_btn,
#resume_montant .div_checkbox_btn {
	padding: 0;
}

#container_step6 .droite .zone_optout {
	text-align: center;
	margin-bottom: -5px;
}

/* Step 5 Paypal */
#inputs {
	text-align: left;
	float: right;
}

#div_bouton_suivant {
	clear: right;
	text-align: right;
	padding-top: 15px;
}

#ecs_msg_cgv {
	float: right;
	text-align: center;
	margin-top: 7px;
	width: 182px;
	color: #C70000;
	font-size: 11px;
}

#step5_paypal_centre {
	margin-top: 20px;
	width: 100%;
	display: table;
}

#step5_paypal_centre>div {
	display: table-cell;
}

#step5_paypal_centre>div:first-child {
	width: 400px;
}

#step5_paypal_centre #step5_liste_transport {
	float: right;
}

#second_bouton_step5 {
	text-decoration: none;
	text-align: right;
	margin-bottom: 15px;
	margin-top: 11px;
}

/* Step5bis */
#step5bis .div_checkbox_btn {
	width: 370px;
	margin: auto;
}

#step5bis .div_checkbox_btn2 {
	width: 335px;
}

#step5bis .div_checkbox_btn3 {
	width: 340px;
}

#step5bis .div_checkbox_btn label {
	font-size: 17px;
}

#step5bis #step5bis_txt {
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	line-height: 23px;
	margin-bottom: 100px;
	margin-top: 40px;
	text-align: center;

	border: 2px solid #FFC107;
	border-radius: 5px;
	padding: 20px;
	background-color: rgba(253, 192, 10, 0.03);
}

#step5bis #step5bis_txt_continuer {
	color: #d85100;
	font-weight: normal;
	font-size: 13px;
	margin-top: 10px;
}

#step5bis #step5bis_div_checkbox {
	color: black;
}

#step5bis #div_content_aff_resume {
	display: block;
	padding: 0;
	max-width: none;
}

#step5bis #step5bis_div_checkbox .check {
	z-index:-1;
}

/* Step6 */
.div_checkbox_btn {
	position: relative;
}

.div_checkbox_btn input[type="checkbox"] {
	position: absolute;
	visibility: hidden;
}

.div_checkbox_btn label {
	cursor: pointer;
	display: block;
	font-size: 15px;
	height: 20px;
	line-height: 20px;
	padding: 5px 5px 5px 25px;
	font-weight: normal;
}

.div_checkbox_btn .check {
	border: 2px solid #444444;
	display: block;
	height: 16px;
	width: 16px;
	position: absolute;
	left: 0;
	top: 5px;
	z-index: 0;
}

.div_checkbox_btn .check:before {
	content: "";
	display: block;
	height: 10px;
	width: 10px;
	position: absolute;
	left: 3px;
	top: 3px;
	transition: background 0.1s linear 0s;
	z-index: -10;
}

.div_checkbox_btn input[type="checkbox"]:checked~.check {
	border-color: #d25a07;
}

.div_checkbox_btn input[type="checkbox"]:checked~.check:before {
	border-color: #d25a07;
	border-style: none none solid solid;
	height: 4px;
	transform: rotate(-45deg);
	width: 8px;
}



.div_radio_btn {
	position: relative;
}

.div_radio_btn input[type="radio"] {
	position: absolute;
	visibility: hidden;
}

.div_radio_btn label {
	cursor: pointer;
	display: block;
	font-size: 15px;
	height: 20px;
	line-height: 20px;
	padding: 5px 5px 5px 25px;
	font-weight: normal;
}

.div_radio_btn .check {
	border: 2px solid #444444;
	border-radius: 100%;
	display: block;
	height: 16px;
	width: 16px;
	position: absolute;
	left: 0;
	top: 5px;
	z-index: 0;
}

.div_radio_btn .check:before {
	border-radius: 100%;
	content: "";
	display: block;
	height: 10px;
	width: 10px;
	position: absolute;
	left: 3px;
	top: 3px;
	z-index: -10;
}

.div_radio_btn input[type="radio"]:checked~.check {
	border-color: #d25a07;
}

.div_radio_btn input[type="radio"]:checked~.check:before {
	background-color: #d25a07;
}

#div_selection_type_carte {
	margin-bottom: 10px;
	text-align: left;
}

#div_selection_type_carte .carte_option img,
#div_selection_type_carte .carte_option_selected_id img {
	vertical-align: middle;
}

.texte_choix_paiement {
	margin-bottom: 10px;
}

.texte_choix_carte {
	margin-top: 10px;
}

.texte_choix_carte,
.texte_choix_paiement {
	color: #ff7000;
}

.carte_select {
	display: inline-block;
	width: 212px;
}

.carte_option_selected_id,
#tel_indicatif_option_selected {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	cursor: pointer;
	padding: 0 5px;
	text-align: left;
}

#tel_indicatif_option_selected {
	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;
}

.carte_liste_option,
#tel_indicatif_liste_option {
	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;
	width: 210px;
	display: none;
	z-index: 10;
}

.carte_option_default {
	display: inline-block;
	height: 30px;
}

.carte_option,
.carte_option_selected_id {
	line-height: 30px;
}

.carte_option span,
.carte_option_selected_id span {
	vertical-align: middle;
}

.carte_option div,
.tel_indicatif_option div {
	display: inline-block;
	padding: 0 5px;
}

.carte_option_selected_id div {
	display: inline-block;
}

.carte_option_selected,
.tel_indicatif_option_selected {
	background: #39B3E2;
	color: #ffffff;
	cursor: pointer;
}

#tel_indicatif_option_selected.no_drop_arrow_down {
	cursor: default !important;
}

.tel_indicatif_option,
#tel_indicatif_option_selected {
	line-height: 27px !important;
}

.tel_indicatif_option {
	padding: 0 5px;
}

.tel_indicatif_option span {
	margin-left: 5px;
}

#tel_indicatif_liste_option {
	max-height: 165px;
	overflow: auto;
	width: 230px;
}

#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;
	width: 102px;
	vertical-align: middle;
}

.drop_arrow_down {
	background: url(//cdn1.costatic.com/assets/img/drop_arrow_down.jpg) 0 0 no-repeat;
}

.drop_arrow_up {
	background: url(//cdn1.costatic.com/assets/img/drop_arrow_up.jpg) 0 0 no-repeat;
}

.drop_arrow_down,
.drop_arrow_up {
	background-position: right 6px top 50%;
	background-position-x: 95%;
	background-position-y: 50%;
}

.paypal-button-loader {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.95);
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding-top: 4px;
}

.paypal-button-loader .loader {
	border: 6px solid #f3f3f3;
	border-top: 6px solid #3498db;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	animation: spin 1s linear infinite;
	display: inline-block;
	vertical-align: middle;
}

.paypal-button-loader .loader-txt {
	font-weight: bold;
	color: #3498db;
	font-size: 13px;
	text-align: center;
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	font-family: 'Helvetica Neue', Helvetica, "Oufit", sans-serif;
	text-transform: none;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.ajax_loader {
	background: url("//cdn1.costatic.com/assets/img/spinner_squares_circle.gif") no-repeat center center transparent;
	width: 100%;
	height: 31px;
	top: 48%;
	position: relative;
}

.ajax_loader_msg {
	top: 49%;
	text-align: center;
	position: relative;
}

.ajax_overlay {
	background-color: #fff;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	position:
		absolute;
	top: 0;
	left: 0;
	z-index: 49;
}

.error_javascript {
	text-align: center;
	color: #cc2919;
	margin-bottom: 5px;
	margin-top: -20px;
}

#container_step6 {
	display: table;
	width: 100%;
}

#container_step6 #resume_commande {
	display: table-cell;
}

#resume_commande {
	vertical-align: top;
	display: inline-block;
	width: 277px;
	font-size: 10pt;
}

#resume_montant,
.resume_adresse,
.resume_info_livraison,
.resume_info_fidelite,
.resume_box {
	border: 1px solid #d9d9d9;
	margin-bottom: 5px;
	background-color: white;
}

#resume_commande>#sup {
	border: none;
	color: #555555;
}

#resume_commande>#sup sup {
	font-size: 11px;
}

#resume_commande>#sup span {
	font-size: 9px;
}

#resume_commande>div:last-child>div>div:first-child>span {
	float: right;
}

#resume_commande {
	font-size: 12px;
}

.resume_adresse>div:first-child,
.resume_info_livraison>div:first-child,
.resume_info_fidelite>div:first-child,
.resume_box>div:first-child {
	background: #eeeeee;
	border-bottom: 1px solid #d9d9d9;
	font-weight: bold;
	padding: 5px 10px;
}

.resume_adresse div:last-child,
.resume_info_livraison div:last-child,
.resume_info_fidelite div:last-child,
.resume_box div:last-child {
	padding: 5px 7px;
	line-height: 17px;
}


.resume_montant_div_btn {
	text-align: center;
	padding: 0 7px;
	margin: 7px auto;
}

.btn_payer,
#lien_suivant_resume_commande {
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	font-size: 14px !important;

	font-weight: bold !important;
}

.btn_payer {
	text-align: center;
}

#lien_suivant_resume_commande {
	text-decoration: none;
}

.title_recap_commande {
	text-align: left;
	margin-top: 10px;
	font-weight: bold;
}

.title_recap_commande_alone {
	margin-top: 0 !important;
	background: #eeeeee none repeat scroll 0 0;
	border-bottom: 1px solid #d9d9d9;
	padding: 5px 10px;
}

/*#resume_commande > div:first-child > div:last-child
{
	font-size: 11px;
	padding: 7px;
	border-top: 1px dashed #eeeeee;
}*/
#mini_recap_commande td {
	padding-top: 3px;
	padding-bottom: 3px;
}

#mini_recap_commande th {
	text-align: left;
	max-width: 165px;
}

#mini_recap_commande td {
	text-align: right;
}

#mini_recap_commande tr:last-child th:first-child {
	text-transform: uppercase;
}

#resume_commande #mode_livraison {
	margin: 5px;
	border-collapse: collapse;
	vertical-align: top;

}

#resume_commande #mode_livraison td {
	vertical-align: top;
}

#resume_commande #mode_livraison td:first-child {
	white-space: nowrap;
}

#date_livraison {
	/* text-align:center; */
	/* padding:5px; */
	/* font-size: 12px; */
	line-height: 20px;
	margin-bottom: 1rem;
}

#date_livraison span {
	font-size: 13px;
	text-transform: lowercase;
}

#date_livraison #transporteur {
	text-transform: none;
}

#resume_commande #fidelite {
	border-top: 1px solid #eeeeee;
	padding: 5px 7px;
}



#fenpanier,
#zone-recap-paiement {
	width: 100%;
	margin-bottom: 10px;
}

#fenpanier>div:first-child {
	font-size: 21px;
	padding: 9px 10px;
}

#zone-recap-paiement-title {
	background-color: #FF9933;
	border-bottom: 1px solid #FF9933;
	font-weight: bold;
	padding: 5px 10px;
	color: #ffffff;
}

#cmde_offerte {
	border: 1px solid #ff9933;
	padding: 30px;
	text-align: center;
}

#cmde_offerte .btn_orange {
	padding: 6px 20px;
	font-weight: bold;
	font-size: 14px;

}


.payment {
	font-size: 12px;
	padding: 5px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

.payment .tr.hidden {
    display: none;
}
.payment.payment-custom .tr {
    border-bottom: none;
}
.payment-custom .tr:not(:first-child) {
    border-top: 1px solid #d9d9d9;
}
.payment .reglement-voir-plus {
    padding: 0.5rem;
    text-align: right;
}
.payment .reglement-voir-plus > span{
    color: grey;
    cursor: pointer;
    text-decoration: underline;
}

.payment>div>div {
	padding: 10px;
	text-align: justify;
	color: #333333;
	display: inline-block;
	width: 70%;
}


.payment>div>div:first-child {
	width: 22%;
	text-align: left;
	vertical-align: top;
	padding-top: 14px;
}

.payment>div:nth-last-child(n+2) {
	border-bottom: 1px solid #d9d9d9;
}

.payment #fidelite>div {
	padding-top: 0 !important;
	text-align: left !important;
	vertical-align: middle;
}

.payment_disabled,
.payment_disabled label {
	cursor: default !important;
}

.payment_disabled>div {
	color: #888888 !important;
}

.payment_disabled .div_radio_btn .check {
	border-color: #dddddd !important;
}

.payment_disabled .div_radio_btn input[type="radio"]:checked~.check:before {
	background-color: #dddddd !important;
}

.payment_disabled td img {
	filter: grayscale(100%);
}

.payment_disabled .carte_option_selected_id {
	cursor: default;
}

.payment_error {
	color: red;
}

.div_title_multi_payment {
	font-size: 18px;
	margin-top: 16px;
	margin-bottom: 4px;
	margin-left: 6px;
	color: #444;
	border-top: 2px solid #888;
	padding-top: 16px;
}

#div_cgv_step6 {
	text-align: center;
	margin: 15px 0;
}

#div_btn_payer_step6 {
	margin-bottom: 15px;
	float: right;
	width: 250px;
}

#step6-recap-produit #panier_produits tr:last-child {
	border-bottom: none !important;
}

#step6-recap-produit .retour-step-1 {
	display: inline;
	white-space: nowrap;
	color: #ff7000;
}

#step6-recap-produit .retour-step-1:hover {
	color: #ff7000!important;
}

#step6-recap-produit .retour-step-1:visited {
	color: grey;
}

#step6-recap-produit .titre {
	line-height: 175%;
	display: flex;
}

#step6-recap-produit .card-top-title {
	margin-right: 2rem;
	display: inline-block;
}

/*#payment input[type=button], .payment input[type=submit]
{
	background: url(/assets/img/images/spritesheet_FR.gif) 0px -786px;
    width: 156px;
    height: 23px;
    padding: 0px;
    margin: 0px;
    border: none;
    cursor: pointer;
    color: rgba(0,0,0,0);
}
.payment input[type=button]:hover, .payment input[type=submit]:hover
{
	background: url(/assets/img/images/spritesheet_FR.gif) 0px -809px;
}
.payment input[type=button]:active, .payment input[type=submit]:active
{
	background: url(/assets/img/images/spritesheet_FR.gif) 0px -832px;
}

#btn_confirm_paiement_vb
{
	background: url(/assets/img/images/spritesheet_FR.gif) 0px -1062px;
    width: 323px;
    height: 34px;
    padding: 0px;
    margin: 0px;
    border: none;
    color: rgba(0,0,0,0);
    cursor: pointer;
}
#btn_confirm_paiement_vb:hover
{
	background: url(/assets/img/images/spritesheet_FR.gif) 0px -1096px;
}
#btn_confirm_paiement_vb:active
{
	background: url(/assets/img/images/spritesheet_FR.gif) 0px -1130px;
}
#btn_confirm_paiement_cheque
{
	background: url(/assets/img/images/spritesheet_FR.gif) 0px -1164px;
    width: 256px;
    height: 34px;
    padding: 0px;
    margin: 0px;
    border: none;
    color: rgba(0,0,0,0);
    cursor: pointer;
}
#btn_confirm_paiement_cheque:hover
{
	background: url(/assets/img/images/spritesheet_FR.gif) 0px -1198px;
}
#btn_confirm_paiement_cheque:active
{
	background: url(/assets/img/images/spritesheet_FR.gif) 0px -1232px;
}

.btn_retour_paiement
{
	background: url(/assets/img/images/spritesheet_FR.gif) 0px -924px;
    width: 228px;
    height: 23px;
    padding: 0px;
    margin: 0px;
    border: none;
    color: rgba(0,0,0,0);
    cursor: pointer;
}
.btn_retour_paiement:hover
{
	background: url(/assets/img/images/spritesheet_FR.gif) 0px -947px;
}
.btn_retour_paiement:active
{
	background: url(/assets/img/images/spritesheet_FR.gif) 0px -970px;
}*/


/* Step 7 */
#step7_recap_thx {
	background: url(https://cdn1.costatic.com/assets/img/check-step7-thx.svg) no-repeat;
}

.step6_99_recap_thx, #step7_recap_thx{
	background-size: 128px 128px;
	padding-left: 148px;
	padding-top: 10px;
	border-bottom: 1px solid #e8e7e7;
	min-height: 138px;
	padding-bottom: 20px;
	padding-right: 20px;
}

/* Step 6.99,  c'est une classe car l'id step7_recap_thx est utilisé pour wonderbox */
.step6_99_recap_thx {
	background: url(https://cdn1.costatic.com/assets/img/hourglass-step7.svg) no-repeat !important;
	background-size: 100px 100px !important;
  	background-position-x: 25px !important;
  	background-position-y: 10px !important;
}


#zone-recap-infos {
	/* border:1px solid #52a600; */
	width: 100%;
	margin-bottom: 10px;
	line-height: 17px;
}

/* #zone-recap-infos > div:first-child
{
	background:#52a600;
	border-bottom:1px solid #52a600;
	font-weight:bold;
	padding:5px 10px;
	color:#ffffff;
} */
#zone-recap-infos>div:last-child {
	padding: 20px;
	text-align: justify;
}

#step7_bouton_compte {
	margin: 20px auto 40px auto;
	text-align: center;
}

#step7_bouton_compte input {
	font-size: 16px;
	text-decoration: none;
	color: white;
	width: 280px;
	padding: 12px;
}

#zone-recap-share {
	border: 1px solid #3B5998;
	width: 100%;
	margin-bottom: 10px;
}

#zone-recap-share>div:first-child {
	background: #3B5998;
	border-bottom: 1px solid #3B5998;
	font-weight: bold;
	padding: 5px 10px;
	color: #ffffff;
}

#zone-recap-share>div:last-child {
	padding-top: 10px;
	padding-bottom: 10px;
	display: table;
	width: 100%;
}

#zone-recap-share #zone_share_facebook,
#zone-recap-share #zone_share_googleplus {
	text-align: center;
	display: table-cell !important;
	width: 50%;

}

#zone-recap-paiement>div:last-child {
	padding: 20px;
	text-align: justify;
}


#tab_virmnt {
	border: 1px solid black;
	margin: 0px auto;
	margin-top: 15px;
	text-align: center;
}

#tab_virmnt td {
	border: 1px solid black;
	padding: 5px;
}

#tab_virmnt tr:first-child td {
	font-weight: bold;
}

#tab_iban {
	margin: 0px auto;
	margin-bottom: 20px;
}

#tab_iban td {
	padding: 5px;
}

#tab_iban td:first-child {
	font-weight: bold;
}

#transmission_virmnt {
	line-height: 17pt;
}


.gmap_recap_retrait {
	margin: 0px auto;
	width: 500px;
	height: 350px;
}

#addr_retrait {
	padding: 5px 0px 20px 50px;
	font-weight: bold;
}

#zone-recap-paiement-print {
	text-align: center;
	margin-top: 10px;
}

#loader_point_retrait {
	background: url('//cdn1.costatic.com/assets/img/loader_search.gif') no-repeat center top;
	width: 100%;
	height: 24px;
}

#div_chargement_point_retrait {
	padding: 0;
	text-align: center;
}



.panaddr {
	box-sizing: border-box;
}

.panaddr form {
	width: 675px;
	margin: 0px auto;
}

.panheader {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dddddd;
}

.panheader p {
	margin-top: 0;
}

.panheader div {
	color: #111111;
	font-size: 28px;
}

.btn {
	vertical-align: middle;
	font-size: 9pt;
	cursor: pointer;
	margin: 0;
	border-radius: 2px;
	padding: 6px;
	outline: none;
}

.btn {
	border: none;
	background: none;
}

.btn_grey {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.btn_orange {
	border: 1px solid #D25A07;
	background: #ff7000;
	color: #ffffff;
	border-radius: 6px;
	text-transform: uppercase;
	margin-bottom: 20px !important;
}

.btn_blue {
	border: 1px solid #1672bb;
	background: #227fcd;
	color: #ffffff;
}

.btn_orange_desactive {
	border: 1px solid #808080;
	background: #EFF0F3;
	color: #808080;
	cursor: default;
}

.btn_orange:hover {
	background: #FF832E;
}

.btn_grey:hover {
	color: #ff7000;
}

.btn_blue:hover {
	background: #106dbb;
}

.btn_disabled {
	color: #aaaaaa !important;
	background: linear-gradient(#f5f5f5, #f1f1f1) !important;
	background: -webkit-linear-gradient(#f5f5f5, #f1f1f1) !important;
	border: 1px solid #dadada !important;
	box-shadow: none !important;
	cursor: default !important;
	pointer-events: none !important;
}


.zaddress {
	/* max-width: 50%; */
	width: 33%;
	display:
		inline-block;
	vertical-align:
		top;
	padding: 20px 32px;
	/*margin-right:90px;margin-bottom:49px;*/
	box-sizing: border-box;
	height: auto !important;
  	margin-bottom: 8px;
}

.zaddress-choosen {
	background-color: #f9f9f9;
	border: 1px solid #dddddd;
	border-radius: 5px;
}

.zaddress-title {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 5px;
	height: 16px;
}

.zaddress-content {
	line-height: 19px;
}

.zaddress-buttons {
	margin-top: 15px;
}

.zaddress-buttons-l1 .btn {
	width: 100%;
}

.zaddress-buttons-l2 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.zaddress-buttons-l2 .btn:first-child {
	width: 100%;
	text-transform: uppercase;
	border-radius: 6px;
}

.zaddress-buttons-l2 .btn:last-child {
	width: 33.5%;
	background: none;
	border: none;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.zaddress-line .zaddress:last-child {
	margin-right: 0px;
}

.zaddress-error {
	color: red;
	text-align: center;
	margin-top: 5px;
}

.popup_panier .content_scrollable #fac_form_adresse {
	max-height: calc(100vh - 190px);
}

.saddress {
	position: relative;
}


.saddress * {
	font-size: 12px;
	box-sizing: border-box;
}

.saddress .star {
	color: red;
	margin: 5px;
	font-size: 9pt;
}

#saddress-mod {
	max-width: 600px;
	margin: 0px auto;
}

.saddress-field {
	margin-bottom: 15px;
}

.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 #e6e7e9;
	/* 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 input[type="text"]:read-only {
	color: #404040;
}

.saddress-field input[type="text"]:-moz-read-only {
	color: #404040;
}

.saddress-field #div_fac_tel {
	width: 100%;
}

.saddress-field .infobulle {
	border-bottom: none !important;
	color: black !important;
}

.saddress-field .tel_inter {
	width: 90% !important;
	float: right;
}

.saddress-field #fac_indicatif_tel_inter {
	color: black;
	display: block;
	height: 29px;
	line-height: 29px;
	padding-right: 5px;
	text-align: right;
	width: 10%;
}

.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: 115px;
	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 label span {
	font-weight: normal;
	font-size: 13px;
}

.saddress-field-search .saddress-field-search-btn {
	width: 13%;
	min-width: 80px;
	padding-left: 5px;
}

.saddress-field-search input {
	vertical-align: middle;
}

.saddress-field-pad-right {
	padding-left: 10px;
}

.saddress-field-pad-left {
	padding-right: 10px;
}

.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-cdp,
.saddress-field-num {
	width: 155px;
	min-width: 103px;
}

.div_rue2_pckst {
	position: relative;
}

.div_rue2_pckst .div_prefix_pckst {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	color: #404040;
	position: absolute;
	line-height: 28px;
	left: 0;
	border-right: 1px solid #bcc1c8;
	padding-right: 10px;
	padding-left: 10px;
}

.div_rue2_pckst #fac_rue2 {
	padding-left: 90px;
}

.nowrap {
	white-space: nowrap;
}

.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: #FF7000 none repeat scroll 0 0 !important;
	color: #fff !important;
}


.saddress .erreur:empty {
	display: none;
}

.saddress .erreur {
	color: #f53434;
	padding-top: 2px;
	display: block;
	font-size: 13px;
}

.saddress .erreur_telephone {
	margin-left: 105px;
}

.div_buttons {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.div_buttons input[type="button"] {
	margin-right: 20px;
	margin-bottom: 10px;
}

.div_buttons input[type="submit"] {
	width: 200px;
}

#div_btn_erreur {
	color: red;
	font-size: 13px;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}

.div_adr_obligation_language {
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	color: red;
}

#fac_div_erreur {
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
}

.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_check_promo * {
	vertical-align: middle
}



#new_address>div {
	border: 2px dashed #eee;
	cursor:
		pointer;
	border-radius: 4px;
	background: #fefefe;
	display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}

#new_address>div>div:first-child {
	color: #ff7000;
	font-size: 85px;
	display: inline-block;
	vertical-align: middle;
}

#new_address>div>div:last-child {
	font-size: 18px;
	color: #333333;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 15px;
}

#new_address>div:hover {
	border: 2px solid #dddddd;
}

#new_address>div:hover>div:last-child {
	color: #ff7000;
}

#new_address>input[type="button"] {
	width: 100%;
	margin-top: 20px;
}

.overlay_ajax_adresse {
	background-color: #fff;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
}

.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%;
}



/**************C'ETAIT LA AVANT*****************/
.panier_numero_1 {
	width: 19px;
	height: 22px;
	background: url(//cdn1.costatic.com/assets/img/images/sprite_numero.gif);
}

.panier_numero_2 {
	width: 19px;
	height: 22px;
	background: url(//cdn1.costatic.com/assets/img/images/sprite_numero.gif) 0 -22px;
}

.panier_numero_3 {
	width: 19px;
	height: 22px;
	background: url(//cdn1.costatic.com/assets/img/images/sprite_numero.gif) 0 -44px;
}

.panier_numero_4 {
	width: 19px;
	height: 22px;
	background: url(//cdn1.costatic.com/assets/img/images/sprite_numero.gif) 0 -66px;
}

td.td_droit {
	text-align: right;
}

td.td_center {
	text-align: center;
}

table.table_nospace {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}



.panier_lien_article {
	color: #212121;
	text-decoration: none;
	font-size: 15px;
}

.panier_lien_article:hover {
	text-decoration: underline;
}

.panier_lien_article span {
	display: block;
	font-size: x-small;
	margin-top: 2px;
}

.panier_valid {
	color: green;
	font-weight: bold;
}

.panier_error {
	color: red;
}

#article_total_commande #ligne_total_paquet,
#article_total_commande #ligne_remise {
	font-size: 13pt;
}

#article_total_commande #ligne_remise {
	color:
		#e00000;
}

#article_total_commande #remise {
	font-weight: bold;
	font-size: 15pt;
}

#div_titre_cross_selling {
	margin-top: -22px;
}

#div_titre_cross_selling span {
	background-color: white;
	display: inline-block;
	padding: 0 5px;
	color: #57585a;
	font-size: 14pt;
}

 #div_produits_cross_selling,
 #panier_produits_bd {
	width: 100%;
	/* text-align: center; */
	gap: 1rem 25px;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(190px, 0.27fr));
	/* justify-items: center;
	justify-content: center; */
}

 .bloc_produit {
	display: flex;
	flex-direction: column;
	width: 190px;
	text-align: center;
	height: 292px;
	justify-content: space-around;
	border: 1px solid #E6E7E9;
  	border-radius: 6px;
}

.multi_produit_cross_selling .bloc_produit:not(:first-child) {
	/* border-left:1px solid #ccc; */
	/* padding-left: 10px; */
}

.multi_produit_cross_selling:not(:first-child) {
	margin-top:20px;
	border-top:1px solid #eee;
	padding-top:20px;
}

 .bloc_produit a {
	color: #57585a;
	text-decoration: none;
	display: block;
}


 .bloc_produit:has(a:hover, button:hover) {
	box-shadow: 0px 4.8px 4.8px 0px rgba(0, 0, 0, 0.25); 
}

 .bloc_produit .bloc_produit_img {
	display: block;
	position:
		relative;
	height: 155px;
	text-align: center;
	box-sizing: border-box;
	transition: height .2s ease-in-out;
}

 .bloc_produit .bloc_produit_img img {
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
	transform: translateX(-50%) translateY(-50%);
}

 .bloc_produit .bloc_produit_info {
	display: block;
	/* width: calc(55% - 10px); */
	/* padding-left: 10px; */
	/* vertical-align: top; */
	padding: 0 10px;
}

 .bloc_produit .remise_produit {
	position:
		absolute;
	color: white;
	background-color: #ff7000;
	padding: 4px 8px;
	font-weight: bold;
	display: inline-block;
	top: 0;
	left: 0;
	z-index: 2;
	margin-left: 6px;
    border-radius: 5px;
}

 .bloc_produit .remise_produit .remise_off {
	font-size: 8pt;
	vertical-align: top;
}

 .fmdpaf1 .bloc_prix_pourcentage_left {
	min-width: 50px;
}

 .fmdpaf1 .bloc_prix_pourcentage_left,
 .fmdpaf1 .bloc_prix_pourcentage_right {
	display: table-cell;
	vertical-align: middle;
}

 .fmdpaf1 .bloc_prix_pourcentage_right {
	font-size: 8pt;
	padding-left: 10px;
	display: none;
}

 .fmdpaf1:hover .bloc_prix_pourcentage_right {
	display: table-cell;
}

 .fmdpaf1 .zone_antigaspi {
	font-size: 8pt;
}

 .fmdpaf1 .bloc_prix_pourcentage_left .remise_off {
	font-size: 9pt;
	vertical-align: top;
}


 .bloc_produit .div_nom_marque {
	color: #57585a;
	font-weight: bold;
	font-size: 1.2rem;
}

 .bloc_produit .bloc_produit_nom {
	font-size: 1.1rem;
}

 .bloc_produit .bloc_produit_btn .btn {
	width: 100%;
	display: block;
	border: none;
	font-weight: bold;
	padding: 1rem 0;
}

 .bloc_produit .bloc_info_bottom {
	position: absolute;
	bottom: -2rem;
	left: 0;
	right: 0;
	margin: 0 1.5rem;
	height: 2rem;
	width: calc(100% - 3rem);
	transition: bottom .2s ease-in-out;
}

/*  .bloc_produit:hover .bloc_info_bottom {
	bottom: 1rem;
}

 .bloc_produit:hover .bloc_produit_img {
	height: calc(144px - 3rem);
} */

 .bloc_produit .div_current_prix {
	display: flex;
	/* width: 45%; */
	justify-content: center;
	gap: 5px;
	align-items: center;
}

.bloc_prix_promotion {
	display: flex;
	flex-direction: column;
	text-align: left;
}

 .bloc_produit .texte_current_prix {
	color: #FF7000;
	font-weight: bold;
	font-size: 15pt;
}

 .bloc_produit .texte_prix_barre {
	text-decoration: line-through;
	font-size: 10px;
    font-weight: bold;
}

#footer_bottom {
	text-align: justify;
	font-size: 9pt;
	color: #4e4e4e;
	padding-top: 10px;
	background-color: white;
}

#footer_bottom a {
	color: #0590a9;
	text-decoration: none;
}

#footer_bottom a:hover {
	color: #145561;
}

#footer_links {
	text-align: center;
}




.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;
}

.bloc_produit .ajout_panier_step2bis {
	background: url('//cdn1.costatic.com/assets/img/groupes/1/images/picto_produit_panier_new.svg') no-repeat;
	background-position: center;
	background-size: 100%;
	border: none;
	height: 40px;
	margin-left: 5px;
	padding: 0;
	width: 40px;
}

.bloc_produit .ajout_panier_step2bis:hover {
	text-decoration: none;
	background: url('//cdn1.costatic.com/assets/img/groupes/1/images/picto_produit_panier_plein_new.svg') no-repeat;
	background-position: center;
	background-size: 100%;
}

.info_transport_indispo:hover span {
	border-bottom: 2px dotted #e00000;
}

.info_transport_indispo span {
	font-weight: bold;
	color: #e00000;
	width: 150px;
}

.info_transport_indispo .div_info_livraison_interrogation {
	font-size: 8pt;
	color: #e00000;
	border-radius: 50%;
	border: 1px solid #57585a;
	background-color: white;
	padding: 3px;
	line-height: 6px;
	display: inline-block;
	margin-left: 0px;
}

.frais_port_poids_span {
	color: #303030;
	display: block;
	padding: .5rem 0 1rem 1.5rem;
}


.commission_pledg,
.carte_option_default {
	padding-right: 2rem;
}


#pledg .drop_arrow_down {
	vertical-align: middle;
}

#pledg .carte_option_selected_id,
#pledg .carte_option {
	display: flex;
	justify-content: space-between;
}

.pledg-title {
	font-size: large;
	font-weight: bold;
	font-style: italic;
	color: #1C629F;
	line-height: 39px;
}

.pledg_information {
	border-radius: .3rem;
	border-left: 2px solid orange;
	padding-left: .8rem;
	margin-top: 1rem;
}

.pledg_information>p {
	margin: .3rem;
}

.pledg_first_resume {
	font-weight: bold;
}

.texte_pledg_cgu {
	color: grey;
}

#texte_pledg {
	margin-top: 0;
}

.card {
	background-color: white;
	/* border: 1px solid #eee; */
	box-sizing: border-box;
}

.card-body {
	/* padding: 20px; */
	border-radius: 6px;

}

.sidebar-content {
	color: #495556;
}

.sidebar-content .card-body {
	padding: 15px 15px;
}

.sidebar-content .card-body:not(.paiements-sidebar, #recapitulatif .card-body, #div_cross_selling) {
	border: 1px solid #E6E7E9;
}

.sidebar-content .card-body#div_cross_selling {
	padding: 0;
}

.sidebar-content .card-body:not(.paiements-sidebar, #recapitulatif .card-body, #div_cross_selling) {
	border: 1px solid #E6E7E9;
}

#recapitulatif .card-body{
	background-color: #F3F8F8;
}

.card-alert {
	border: 2px solid #EB701C;
	text-align: justify;
	font-size: 9pt;
	margin-bottom: 10px;
	padding: 1rem;
}

.card-title {
	margin: 0 0 1.5rem 0;
	font-size: 1.3rem;
}

.card-top-title {
	margin-top: 3.5rem;
	/* text-transform: uppercase; */
	color: #495556;
	font-size: 25px;
	/* text-align: center; */
	font-weight: bold;
}

.card-top-subtitle {
	margin: 0;
	margin-top: -0.75rem;
	color: #888;
}

#form_choix_livraison>.card-top-title:first-child {
	margin-top: 0;
}

#modes_paiement {
	margin-top: 1.5rem;
	background-color: transparent;
}

#modes_paiement .modes_paiements_text {
	font-weight: bold;
	color: rgb(58, 58, 58);
	text-align: center;
	margin: .25rem 0 1.5rem 0;
}

#modes_paiement .modes_paiements {
	text-align: center;
	margin: 0 auto;
}

.sidebar .btn {
	margin-bottom: 1rem;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	padding: .75rem 1rem;
	display: block;
	text-decoration: none;
	box-sizing: border-box;
	text-align: center;
}

.sidebar .btn:disabled {
	opacity: 0.3;
	cursor: not-allowed;
}

.code-promo-sidebar .code-promo-second-part {
	display: none;
}

.code-promo-sidebar.open .code-promo-second-part {
	display: block;
}

.code-promo-sidebar svg.chevron {
	transform: none;
}

.code-promo-sidebar.open svg.chevron {
	transform: rotateZ(90deg);
}

.code-promo-input-group {
	display: table;
	margin: 0;
	width: 100%;
	margin-top: .75rem;
}

.code-promo-first-part {
	display: flex;
	width: 100%;
	cursor: pointer;
	box-sizing: border-box;
	justify-content: space-between;
	align-items: center;
}

.code-promo-second-part {
	padding-top: 0;
}

.code-promo-first-part>* {
	display: table-cell;
	vertical-align: middle;
}

.code-promo-first-part>*:last-child>* {
	text-align: right;
	color: #888;
}

.code-promo-input-group>* {
	display: table-cell !important;
	font-size: 1rem;
	height: 35px;
	vertical-align: bottom;
	margin: 0 !important;
}

.code-promo-input-group .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
	width: 20%;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 0;
	padding: 0;
	background-color: #ff7000;
	color: white;
}

.code-promo-sidebar input {
	width: 80%;
	padding: .5rem .75rem;
	border-radius: .25rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border: 1px solid #ccc;
	border-right: none;
	box-sizing: border-box;
}

.code-promo-sidebar input:focus {
	outline: none;
	border-color: #9c9c9c;
}

.paiements-sidebar {
	background: none;
	text-align: center;
	margin-top: 0 !important;
	padding-top: 0;
    border: none;
}

.paiements-sidebar .text {
	margin-bottom: 0.5rem;
	color: #495556;
	text-align: center;
	font-weight: 700;
}

.paiements-sidebar .text>svg {
	margin-right: .25rem;
	height: 16px;
	width: 16px;
	display: inline-block;
}

.paiements-sidebar .text>* {
	vertical-align: middle;
}

.paiements-sidebar .logos {
	width: 67%;
	margin: 0 auto;
}

.paiements-sidebar .logo_pay_card {
	width: 38px;
	height: 22px;
	display: inline-block;
	border: 1px solid #ababab;
	border-radius: 3px;
	background: #fff;
	vertical-align: middle;
	margin: 2px 0;
	filter: grayscale(1);
	position: relative;
}

.paiements-sidebar .logo_pay_card:hover {
	filter: grayscale(0);
}

.paiements-sidebar .logo_pay_card img {
	width: calc(100% - 8px);
	height: auto;
	max-height: calc(100% - 4px);
	color: #666;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	top: 50%;
	position: absolute;
	left: 4px;
	right: 4px;
	transform: translateY(-50%);
}

.footer-container {
	max-width: 1500px;
	margin: 0 auto;
}

#footer_reassurance {
	display: table;
	width: 80%;
	margin: 4rem auto;
}

.bloc_footer_reassurance {
	width: 25%;
	display: table-cell;
}

.titre_footer_reassurance,
.sous_titre_footer_reassurance {
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 1.25rem;
	font-size: 16px;
}

.sous_titre_footer_reassurance {
	font-size: 14px;
	margin-top: 0;
}

.txt_footer_reassurance {
	margin-top: 1rem;
}

.input-group {
	display: block;
	margin-bottom: 1rem;
}

.input-group-grid {
	display: table;
	width: 100%;
	margin-bottom: 1rem;
}

.input-group-grid>* {
	display: table-cell;
	padding-right: .5rem;
	padding-left: .5rem;
}

.input-group-grid>*:first-child {
	padding-left: 0;
}

.input-group-grid>*:last-child {
	padding-right: 0;
}

.input-group+.input-group {
	margin-top: 2rem;
}

.input-group label,
.input-group .label {
	display: inline-block;
	margin-bottom: .5rem;
	position: relative;
}

.input-group label.required::after {
	content: "*";
	position: absolute;
	color: red;
	top: 0;
	right: -13px;
	font-weight: bold;
	font-size: 1.2rem;
}

.input-group select,
.input-group input {
	display: block;
	padding: .5rem .75rem;
	border-radius: .25rem;
	width: 100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.zone-select {
	border: 2px solid #eee;
	display: table;
	width: 100%;
	padding: 1.5rem 0;
	position: relative;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

.zone-select.checked {
	/* border-color: #FF832E; */
}

.zone-select input[type="radio"] {
	width: auto;
	display: inline-block;
	margin-right: 1.25rem;
}

.zone-select+.zone-select {
	margin-top: .75rem;
}

.zone-select>* {
	display: table-cell;
}

.zone-select>div:first-child {
	width: 70px;
	vertical-align: top;
	text-align: right;
}

.zone-select>*:nth-child(3) {
	vertical-align: middle;
	padding-right: 2.5rem;
	text-align: right;
}

.zone-select h3,
.zone-select p {
	margin: 0;
}

.zone-select p {
	color: #888;
	margin-top: .5rem;
}

.zone-select.checked {
	border-color: #ccc;
}

.separator {
	height: 1px;
	background-color: #eee;
	margin: 1.5rem 0;
}

.btn_add_adresse {
	background-color: #9DA1A1;
	color: white;
	font-weight: bold;
	width: 70%;
	margin: 0 auto;
	display: block;
	padding: .75rem 1rem;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	border: none;
}

.card-adresse-facturation {
	margin-top: 1.5rem;
}

.btn_modification_adresse {
	vertical-align: middle;
	text-decoration: none;
	background-color: white;
	border: 1px solid #ccc;
	font-size: 1.25rem;
	color: #555;
	padding: .75rem 1rem;
}

.btn_modification_adresse:hover {
	background-color: #efefef;
}

#recapitulatif table {
	border-collapse: collapse;
	width: 100%;
}

.recapitulatif-fidelite table {
	border-collapse: collapse;
}

#recapitulatif h2 {
	margin-top: 0;
}

#recapitulatif #montant_en_avant {
	font-size: 1.2rem;
}

#recapitulatif #montant_en_avant th {
	font-weight: bold;
}

.sidebar .card-title {
	margin-bottom: .75rem !important;
}

#recapitulatif .sous-total-table-container {
	/* border: 2px solid #EB701D; */
	/* border-radius: .25rem; */
	/* margin-top: 1.5rem; */
}

#recapitulatif .sous-total-table tr>* {
	/* padding: .75rem 1rem; */
}

#recapitulatif .sous-total-table tr>th {
	/* font-size: 1.2rem; */
}

table.details-table th {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

table.details-table td {
	text-align: right;
	font-weight: bold;
	/* vertical-align: middle; */
	/* display: inline; */
}

#recapitulatif .sous-total-table td {
	font-size: 1.3rem;
}

#recapitulatif #recap_sous_total td {
	white-space: nowrap;
}

.details-table tr>* {
	border-bottom: 5px solid #fff;
	padding: 8px;
	/* vertical-align: middle; */
	background-color: white;
}

#recapitulatif .details-table tr>* {
	border-color: #f3f8f8;
}

#recapitulatif .details-table tr th:first-child {
 	border-radius: 6px 0 0 6px ;
}

#recapitulatif .details-table tr td:last-child {
	border-radius: 0 6px 6px 0;
}

#recapitulatif .details-table td {
	font-size: 18px;
}

#recapitulatif .frais-livraison-manquant td {
	font-size: 14px;
}

.details-table tr>*>* {
	vertical-align: middle;
	/* color: #222; */
}

.details-table tr>*>a {
	margin-left: .5rem;
	color: #444;
}

.details-table tr:last-child>* {
	border-bottom: none;
}

#recapitulatif .muted {
	/* font-style: italic; */
	color: #444;
	font-weight: normal;
	font-size: .85rem;
}

.details-table td .muted {
	/* font-style: italic; */
}

.card-title-nb-produits {
	/* text-transform: uppercase; */
	margin-top: 0;
}

.card-title-nb-produits small {
	color: #495556;
	font-weight: bold;
	text-transform: none;
}

.squelette-simple-wrapper>* h2:first-child {
	/* margin-top: 0; */
}

.code-promo-sidebar {
	margin-top: 1.5rem;
	border-radius: 6px;
	font-size: 14px;
	color: #495556;
}

.link-continuer-achat {
	color: #FF7000;
	display: block;
	margin-top: 13px;
	text-align: center;
	text-decoration: none;
	/* font-style: italic; */
	/* margin-left: .5rem; */
	font-weight: 500;
	text-decoration: underline;
	text-underline-offset: 2px;
	text-transform: uppercase;
}

.mt-0 {
	margin-top: 0 !important;
}

tr.frais-livraison-manquant td:first-child {
	padding-top: 0 !important;
	padding-right: 27%!important;
}

tr.frais-livraison-manquant,
tr.frais-livraison-manquant * {
	font-size: .8rem;
	color: #888;
	font-weight: normal !important;
	text-align: left !important;
}

tr.frais-livraison-manquant #montant_manquant {
	font-weight: bold !important;
	color: #495556;
	font-size: 95%;
}

.frais-livraison-manquant-affiche>* {
	padding-bottom: 0 !important;
	border-bottom: none !important;
}

.adresse {
	line-height: 1.4;
	text-transform: uppercase;
}

.recapitulatif-adresse .card-title {
	position: relative;
	display: inline-block;
}

.recapitulatif-adresse .card-title a {
	color: inherit;
	vertical-align: middle;
	margin-left: .25rem;
}

.w-full {
	width: 100%;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.show-on-relais {
	display: none;
}

.modif-adresse-link {
	cursor: pointer;
}

.adresse-facturation-similaire {
	text-transform: none;
}

.btn_payer_mobile,  .btn_payer_mobile_wrapper{
	display: none;
}

.payment tr .show_mobile {
	display: none;
}

.payment tr .hide_mobile {
	display: block;
}

.btn_continue {
	display: none;
}

.mode_transport_item>*:nth-child(2) .btn_payer_small {
	font-size: 11px !important;
	font-weight: bold !important;
	margin-right: 1rem;
	float: right;
	margin-top: .5rem;
	display: none;
}

.span_nb_points_retraits {
	text-transform: none;
	display: block;
	font-size: 14px;
	margin-bottom: .8rem;
}

.payment .texte_paiement {
	margin-top: 1rem;
}



#container_step6 .logo_pay_card {
	width: 64px;
	height: 37px;
	display: inline-block;
	border: 1px solid #ababab;
	border-radius: 3px;
	background: #fff;
	vertical-align: middle;
	position: relative;
}

#container_step6 .logo_pay_card img {
	width: calc(100% - 10px);
	height: auto;
	max-height: calc(100% - 6px);
	color: #666;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	top: 50%;
	position: absolute;
	left: 5px;
	right: 5px;
	transform: translateY(-50%);
	text-align: center;
}

 .span_nom_marque {
	font-weight: bold;
}

 .produit_designation,
.list-brand-items .produit_designation  {
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.5rem;
	height: 3rem;
	margin: 0;
	display: flex;
	flex-direction: column;
}

 .produit_designation > * {
	margin: 0;
	text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.quantite_input .remove_quantity,
.quantite_input .add_quantity {
	display: block;
	height: 100%;
	background: none;
  	border: none;
	font-size: 20px;
	max-width: 30px;
}

.quantite_input .remove_quantity .hidden {
	display: none;
}

/* .quantite_input:has(input[type=number]) .remove_quantity, 
.quantite_input .add_quantity {
	display: none;
} */

#sdd .info-paiement
{
	display: flex;
	flex-direction: column;
	padding: 20px 30px;
	border: solid 1px rgb(210, 210, 210);
	background-color: #F7F8FA;
	margin-bottom: 10px;
}

#sdd .champ-obligatoire {
	margin: 0;
}

#sdd .info-paiement *
{
	box-sizing: border-box;
}

#sdd .info-paiement>.line
{
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	font-size: 15px;
	text-align: left;
}
#sdd .info-paiement > .line:last-child {
	margin-bottom: 0;
}
#sdd label > * {
	margin-top: 3px;
}
#sdd label span {
	white-space: nowrap;
}
#sdd .info-paiement select
{
	display: block;
}

#sdd .info-paiement select
{
	height: 32px;
}

#sdd .info-paiement .line.names
{
	display: flex;
	gap: 1rem;
}

#sdd .info-paiement input {
	width: 100%;
	font-size: 15px;
	padding: 5px 7px;
}

#sdd .info-paiement input:focus-visible {
	outline: none;
	border: 2px solid #081E46;
	border-radius: 3px;
}

#sdd .info-paiement .wrong {
	border: 2px solid red;
	border-radius: 3px;
}

.payment #sdd .texte_paiement {
	margin-top: 0;
}

.lSSlideOuter .lSPager.lSpg {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
}
.lSSlideOuter .lSPager.lSpg > li {
    display: flex;
	justify-content: center;
	align-items: center;
	height: 14px;
	width: 14px;
	margin: 0 2px;
}
.lSSlideOuter .lSPager.lSpg > li a{
	background: #495556;
	border-radius: 50%;
	height: 4px;
	width: 4px;
	color: transparent;
    overflow: unset;
	position: unset;
	text-indent: unset;
}
.lSSlideOuter .lSPager.lSpg > li.active {
	border: 1px solid #FF7000;
	border-radius: 50%;
	margin: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li a.active,
.lSSlideOuter .lSPager.lSpg > li a:hover.active {
    background: #FF7000;
	border-radius: 50%;
	height: 4px;
	width: 4px;
}
.lSSlideOuter .lSPager.lSpg > li a:hover {
    background: #FF7000;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a{
	background: #FF7000;
}

.list-brand-items {
	width: 100%;
	margin: 0;
	text-align: center;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	white-space: nowrap;
  }

#popup_assurance_boutons input {
	margin-bottom: 0 !important;
}

.is_palette_adr_wrapper {
	display: flex;
	gap: 10px;
	justify-content: space-between;
}

.is_palette_adr_wrapper > div {
	margin-bottom: 15px;
	background-color: #F3F8F8;
	padding: 10px;
	border-radius: 9px;
	width: 47%;
}

/*.is_palette_adr_wrapper > div:first-child {
	border-bottom: 1px solid #eee ;
}*/

.is_palette_adr_wrapper > div .btn_changer_adresse {
	background-color: transparent !important;
}

.is_palette_adr_wrapper .title_adresse_recap {
	color: #ff7000;
	font-size: 16px;
	margin-bottom: 15px;
}

.is_palette_adr_wrapper .btn_changer_adresse {
	top: 7px !important;
	right: 5px !important;
}

.table_livraison_palette .mode_transport_item {
	min-height: unset;
	height: unset;
}

.table_livraison_palette .mode_transport_logo {
	display: none;
}

.slidesjs-pagination {
    text-align: center;
    display: flex;
    justify-content: center;
    padding-left: 0;
}

.slidesjs-pagination-item:has(a.active) {
    border: 1px solid #FF7000;
    border-radius: 50%;
    margin: 0 5px;
}

.slidesjs-pagination-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 14px;
    width: 14px;
    margin: 0 2px;
}

.slidesjs-pagination-item a.active {
    background: #FF7000;
    border-radius: 50%;
    height: 4px;
    width: 4px;
}

.slidesjs-pagination-item a:not(.active) {
    background: #495556;
    border-radius: 50%;
    height: 4px;
    width: 4px;
}

.slidesjs-pagination-item a {
    display: block;
    color: transparent;
    overflow: hidden;
    margin: 0 .25rem;
    transition: all .2sease-in-out;
}

@media screen and (max-width: 720px), screen and (max-height: 420px)  {
	.simple-header {
		position: fixed;
		top: 0;
		box-shadow: none;
		padding: 10px 0 0 0!important;
	}
	.simple-header-main-link img {
		height: 35px;
	}
	#div_txt_header_aide {
		right: 0;
	}

	#div_txt_header_aide.arrow_box::before {
		left: auto;
		right: 9px;
	}

	.card-en-tete-wrapper .card-top-title {
		padding: 0;
	}

	.btn_payer_mobile , .btn_payer_mobile_wrapper{
		display: block;
	}

	.card-body {
		padding: 0;
	}

	.sidebar-content .card-body {
		margin-bottom: 0;
		padding: 20px 15px;
	}



	.card-top-title {
		margin-top: 2rem;
		font-size: 20px;
	}

	.squelette-simple-wrapper>* h2:first-child {
		margin-top: 0;
	}

	.panier_produits .div_photo_produit,
	.panier_produits .div_photo_produit a {
		height: 75px;
		width: 75px;
		min-width: 75px;
	}

	.panier_produits td {
		padding: 1rem 0;
	}
	.panier_produits .tr_large {
		height: 105px;
		padding: 5px 10px;
	}
	.change_quantity {
		padding: 0px 10px;
	} 

	.panier_produits .tr_large .div_designation_produit {
		font-size: 1rem;
	}

	.panier_produits .div_tab_regroupement {
		margin-left: 0;
		margin-right: 0;
	}
	.panier_produits .div_info_produit .ligne_qtes {
		height: 33px;
	}

	.panier_produits .ligne_qtes > input.quantite_produit {
		width: 55px;
	}

	.panier_produits .tr_large .quantite_max_erreur {
		bottom: 0;
	}

	.footer_tab_regroupement>td,
	.header_tab_regroupement>td {
		padding: 0px;
	}

	.footer_tab_regroupement>td>div,
	.header_tab_regroupement>td>div {
		font-size: 1rem;
		border-top-left-radius: 12px;
		border-bottom-right-radius: 12px;
	}

	.panier_produits .header_tab_regroupement {
		font-size:inherit;
	}
	.panier_produits .header_tab_regroupement > div, .panier_produits .footer_tab_regroupement > div{
		padding: 0px 15px;
	}

	.panier_produits .footer_tab_regroupement > div > div:last-child span{
		font-size:13pt;
	}

	.panier_produits td:first-child {
		padding-left: 8px;
	}

	.panier_produits td:last-child {
		width: 25%;
	}

	.panier_produits .tr_no_border td:first-child {
		padding-left: 0;
	}

	.panier_produits .tr_no_border td:last-child {
		padding-right: 0;
	}

	.panier_produits .div_info_produit {
		padding-left: 15px;
	}

	.panier_produits .div_info_produit .ligne_ref {
		font-size: 11px;
		display: none;
	}

	.panier_produits .div_info_produit .ligne_legende_qte {
		display: none;
	}

	 #div_produits_cross_selling,
	 #panier_produits_bd {
		text-align: left;
		display: flex;
		gap: 1rem 2rem;
		flex-wrap: wrap;

	}

	.list-brand-items{
		width: 100%;
	}

	#div_transport_promotion {
		display: none;
	}

	.table_livraison>tbody>tr:first-child th>label>div:first-child {
		width: 20px;
	}

	.table_livraison>tbody>tr:first-child th>label>div:nth-child(2) {
		padding-right: .75rem;
		padding-left: .75rem;
		width: calc(100% - 20px);
	}

	.table_livraison>tbody>tr:first-child th>label>div:nth-child(3) {
		display: none;
	}

	.table_livraison>tbody .prix_plus_bas_mobile {
		vertical-align: middle;
		font-size: 1.1rem;
		text-align: right;
		color: #E80000 !important;
		padding-bottom: .50rem;
	}

	.table_livraison .td_recap {
		font-size: .8rem;
	}

	.table_livraison .td_recap .btn_changer_adresse {
		display: inline-block;
		position: initial;
		margin-top: 0.75rem;
	}

	.mode_transport_items {
		display: block;
		padding-top: 0;
		/* padding-bottom: 1rem; */
	}

	.table_livraison_relais .mode_transport_items {
		padding-bottom: 0;
	}

	.table_livraison_relais .td_voir_tout {
		padding-top: 1rem;
	}

	.mode_transport_item_container {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 1rem !important;
		padding-bottom: 0 !important;
	}

	.mode_transport_item_container:first-child {
		padding-right: 0;
	}

	.mode_transport_item>*:first-child {
		width: 30px;
		display: none;
	}

	.mode_transport_item>*:nth-child(3) {
		display: table-cell;
	}

	.paiements-sidebar .logos {
		width: 70%;
		margin: 0 auto;
	}

	.paiements-sidebar .logos img {
		height: 30px;
	}

	.btn_payer_mobile {
		margin-bottom: 1rem;
		font-size: 16px !important;
		padding: .75rem 1rem !important;
	}

	.mode_transport_item_title {
		max-width: 200px;
	}

	.zaddress {
		width: 100%;
		height: auto !important;
	}

	.zaddress-content {
		height: auto !important;
	}

	.div_infos_retrait {
		display: none;
	}

	.afficher-horaire-span {
		display: none;
	}

	.mode_transport_item_subtitle {
		margin-top: .5rem;
	}

	.div_radio_btn label {
		font-size: 1rem;
		font-weight: bold;
	}

	#saddress-mod {
		max-width: 100%;
	}

	.panaddr form {
		width: 100%;
	}

	#layout_ariane {
		background-color: transparent;
		margin: auto;
		margin-top: -4px;
		width: unset;
	}
	
	.steps img {
		height: 17px;
		width: auto;
	}

	.steps_circle {
		width: 5px;
		height: 5px;
		/* line-height: 20px;
		font-weight: bold; */
		/* color: #ddd; */
		transform: translateY(calc(-50% - 2.2px));
	}

	.steps-container {
		justify-content: end;
		width: unset;
	}

	/* .steps_circle_green {
		color: #888;
	} */

	.steps_green_half_line, .steps_green_line {
		width: 15px;
	}

	.steps_text {
		/* display: none; */
		font-size: 10px;
	}

	.steps-container {
		margin: 4px 0 0;
	}

	.footer-container {
		max-width: 100%;
	}

	.squelette-simple-wrapper>*:first-child {
		padding-right: 0 !important;
	}

	.panier_produits_step5 .panier_lien_article {
		font-size: 12px;
	}

	#panier_produits_bd .prix_wrapper {
		font-size: 1.5rem;
	}

	#panier_produits_bd .div_designation_produit {
		font-size: 1rem;
	}

	#panier_produits_bd>tbody>tr>td:nth-child(1) {
		vertical-align: top;
	}

	.panier_produits_step5 .div_photo_produit,
	.panier_produits_step5 .div_photo_produit a {
		height: 80px;
		width: 60px;
	}

	.lign_ref_ean {
		display: none;
	}

	#span_recap_adresse {
		font-size: 1rem;
		display: block;
	}

	.mode_transport_logo {
		display: block;
		position: initial;
		bottom: initial;
		right: initial;
		margin-bottom: .5rem;
	}

	.table_livraison_relais .mode_transport_logo {
		display: block;
	}

	.mode_transport_item {
		min-height: 0;
	}

	.mode_transport_item_title {
		display: none;
	}

	.table_livraison_palette .mode_transport_item_title {
		display: block !important;
	}

	.table_livraison_relais .mode_transport_item_title {
		display: block;
	}

	.mode_transport_item_date {
		font-size: 13px;
		bottom: initial;
		left: initial;
		position: initial;
		margin-top: .75rem;
	}

	.mode_livraison {
		height: auto;
	}

	.table_livraison_relais .mode_transport_item {
		min-height: auto;
	}

	.mode_transport_item input[type="radio"] {
		margin-top: 7px;
		margin-right: 0;
	}

	.lien_tous_retrais_mobile {
		display: block;
	}

	.lien_tous_retrais_desktop {
		display: none;
	}

	#step7_recap_thx {
		background-size: 35px;
		padding-left: 50px;
	}

	.step6_99_recap_thx {
		background-size: 35px 35px !important;
		background-position-x: 0px !important;
		background-position-y: 13px !important;
	}

	.step6_99_recap_thx .recap_infos_desc1{
		line-height: 25px;
	}

	#texte_popup_invalide {
		background-color: white;
		padding: .5rem 1rem;
		border: 1px solid #eee;
	}

	#popup_panier_invalide_boutons>* {
		display: inline-block;
		font-size: 12px;
	}

	#popup_panier_invalide_retour {
		width: 120px;
	}

	#popup_panier_invalide_modifier {
		width: 140px;
	}

	.mode_transport_items_row:last-child>td>.mode_transport_items {
		padding-bottom: 1rem;
	}

	.droite {
		padding-right: 0;
	}

	#recapitulatif[data-step="4"] .btn {
		display: none;
	}

	.mode_transport_item.checked {
		border-color: #eee;
	}

	.btn_payer_small {
		display: block !important;
	}

	.prix_wrapper .prix {
		font-size: 18px;
	}

	.prix_barre_panier {
		display: block;
	}

	.adresse {
		text-transform: none;
	}

	.adresse strong {
		font-weight: normal;
	}

	.sidebar-content>.card-body, .card-alert {
		padding: 1rem;
	}

	.sidebar-content>.recapitulatif-adresse .details-table {
		border-collapse: collapse;
	}

	.sidebar-content>.recapitulatif-adresse .details-table tr>* {
		padding: .5rem 0;
	}

	.paiements-sidebar {
		margin-top: 1rem !important;
	}



	#payment_full.card {
		background-color: transparent;
        border: none;
	}

	#payment_full.card-body,
	.payment {
		padding: 0;
	}
    .payment.payment-custom .tr,
	.payment .tr {
		border: 1px solid #ddd;
		margin-bottom: .5rem;
		background-color: #fff;
		/* padding: 1rem; */
		border-radius: 6px;
	}


	.payment .tr>* {
		vertical-align: top;
	}

	.payment .tr .show_mobile {
		display: block;
	}

	.payment .tr .hide_mobile {
		display: none;
	}

	.payment .tr {
		position: relative;
	}

	.payment .tr.opened {
		min-height: 106px;
	}

    .payment .tr.reglement-voir-plus {
        border: none;
        background-color: inherit;
    }

	/*
	.payment .texte_paiement:not(#texte_pledg):not(#texte_sdd),
	.texte_choix_paiement {
		display: none;
	}
	*/

	.payment .tr.opened .btn_continue {
		position: absolute;
		left: .5rem;
		right: .5rem;
		display: block;
		font-weight: bold;
		text-align: center;
		padding: .75rem 1rem;
		width: -moz-available;
		width: available;
		font-size: 1.1rem;
	}

	#vrmnt .btn_continue, #paypal .btn_continue {
		margin-top: 10px;
	}

	.payment>div>div {
		vertical-align: middle;
	}

	.payment>div>div:first-child {
		width: 55%;
	}

	.payment>div>div:nth-child(2) {
		width: 30%;
		text-align: right;
		vertical-align: middle;
	}

    .payment>div>div:first-child .div_radio_btn label {
        height: auto;
    }

	.payment>#cb.opened>div:nth-child(2),
	.payment>#google.opened>div:nth-child(2),
	.payment>#apple.opened>div:nth-child(2),
	.payment>#cb_gbp.opened>div:nth-child(2),
	.payment>#cb_usd.opened>div:nth-child(2),
	.payment>#pledg.opened>div:nth-child(2),
	.payment>#sdd.opened>div:nth-child(2) {
		width: 100%;
		text-align: left;
		padding: .5rem;
		box-sizing: border-box;
		margin-bottom: 20px;
	}

	.payment>#cb.opened>div:nth-child(2),
	.payment>#cb_gbp.opened>div:nth-child(2),
	.payment>#cb_usd.opened>div:nth-child(2) {
		padding-bottom: 50px;
	}
	
	.payment>#google.opened>div:nth-child(2),
	.payment>#apple.opened>div:nth-child(2) {
		padding-bottom: 25px;
	}

	.payment>#cb.opened .texte_paiement,
	.payment>#google.opened .texte_paiement,
	.payment>#apple.opened .texte_paiement,
	.payment>#cb_gbp.opened .texte_paiement,
	.payment>#cb_usd.opened .texte_paiement {
		display: block;
		margin-top: 0;
	}

	.pledg-title {
		line-height: 1.1rem;
		font-size: 1.1rem;
	}

	#div_selection_type_carte {
		text-align: center;
	}

	#div_selection_type_carte .carte_select {
		margin-top: .5rem;
	}

	.payment>#cb.opened,
	.payment>#google.opened,
	.payment>#apple.opened,
	.payment>#cb_gbp.opened,
	.payment>#cb_usd.opened,
	.payment>#pledg.opened,
	.payment>#sdd.opened {
		height: auto;
	}

	.payment>#sdd.opened #texte_sdd {
		padding-bottom: 1.2rem;
	}


	.payment>#cb.opened>div:nth-child(2)>div:first-child,
	.payment>#google.opened>div:nth-child(2)>div:first-child,
	.payment>#apple.opened>div:nth-child(2)>div:first-child,
	.payment>#cb_gbp.opened>div:nth-child(2)>div:first-child,
	.payment>#cb_usd.opened>div:nth-child(2)>div:first-child,
	.payment>#pledg.opened .pledg-title,
	.payment>#sdd.opened .logo_pay_card {
		display: none;
	}

	.payment>#pledg.opened>div:nth-child(3) {
		display: block !important;
	}

	.pledg_information {
		border-left: none;
		padding: .5rem;
	}

	#braintree-zone,
	#braintree-zone-google,
	#braintree-zone-apple {
		margin-left: 0 !important;
		margin-top: -30px;
		margin-bottom: -30px;
	}

	.payment>#cb.opened>div:nth-child(2),
	.payment>#google.opened>div:nth-child(2),
	.payment>#apple.opened>div:nth-child(2),
	.payment>#cb_gbp.opened>div:nth-child(2),
	.payment>#cb_usd.opened>div:nth-child(2) {
		margin-bottom: 0;
	}
	
	.payment .texte_paiement:not(#texte_pledg) {
		margin-top: 1rem;
		width: calc(100% - 20px);
		margin-bottom: 4.2rem;
		display:none;
	}
	
	.payment #texte_vrmnt, .payment #texte_cheque, .payment #texte_sepa{
		display:block;
	}


	#container_step6 .logo_pay_card {
		width: 60px;
		height: 35px;
		border: none;
	}

	#container_step6 .logo_pay_card img {
		font-size: 14px;
		line-height: 14px;
	}

	.payment>#cb .logo_pay_card, .payment>#cb_gbp .logo_pay_card, .payment>#cb_usd .logo_pay_card {
		width: 38px;
		height: 22px;
	}

	.div_title_multi_payment {
		border-top: none;
	}

	.payment #fidelite .th {
		padding-top: 14px !important;
		padding-bottom : 0;
	}

	.payment #carte_cadeau .th {
		padding-bottom : 0;
	}

	.payment #fidelite>div {
		text-align: left !important;
		width: calc(100% - 20px);
		padding-top: 10px !important;
	}

	#carte_cadeau_adder {
		width: calc(100% - 20px);
		text-align: left;
		padding-top: 0;
	}

	#step6-recap-produit .card-top-title {
		margin-right: 1rem;
		margin-bottom: 0;
	}

	#step6-recap-produit .titre {
		margin-bottom: 1rem;
	}

	.quantite_input > * {
		min-width: 20px;
		display: inline-block;
		vertical-align: middle;
		height: 35px;
		box-sizing: border-box;
	}

	.quantite_input .remove_quantity,
	.quantite_input .add_quantity {
		width: 30%;
		display: inline-block;
		font-size: 15pt;
		box-sizing: border-box;
		padding: 0;
		/* background: linear-gradient(180deg, rgba(255,255,255,1) 14%, rgba(236,236,236,1) 87%); */
	}

	.quantite_input .remove_quantity .delete {
		font-weight: bold;
		vertical-align: middle;
		opacity: .7;
	}

	.panier_produits .supprimer_produit_panier {
		color: #111111;
	}

	.quantite_input .remove_quantity {
		border-radius: 4px 0 0 4px;
	}

	.quantite_input .add_quantity {
		border-radius: 0 4px 4px 0;
	}

	.quantite_input .quantite_produit {
		appearance: textfield;
		-moz-appearance: textfield;
		outline: none;
		border-radius: 0;
		border: none;
		border-top: 1px solid #bcc1c8;
		border-bottom: 1px solid #bcc1c8;
		width: 40%;
	}

	.quantite_input .quantite_produit::-webkit-outer-spin-button,
	.quantite_input .quantite_produit::-webkit-inner-spin-button
	{
		-webkit-appearance: none;
		margin: 0;
	}

	#recapitulatif:not([data-step="6"]):not([data-step="5"]):not([data-step="5.5"]) .btn.btn_orange {
		display: none;
	}

	#step5bis .div_checkbox_btn{
		width: 300px;
	}

	.card-en-tete-wrapper {
		/*position: sticky;*/
		top: 87px;
		z-index: 48;
		margin-bottom: .5rem;
	}

	.btn_payer_mobile  {
		position: sticky;
 		top: 80px;
	}

	.card-en-tete-wrapper .btn_payer_mobile  {
		margin-bottom: 0;
	}

	body .squelette-simple-wrapper {
		padding-top: 1rem;
		top: 60px;
	}

	.fm_div_prix_indispensable {
		display: flex;
		flex-direction: column-reverse;
	}

	.texte_pledg_cgu {
		min-height: 50px;
	}

	.btn_payer_mobile_wrapper {
		position: fixed;
		bottom: 0;
		width: 100%;
		max-width: 100vw;
		height: 70px;
		left: 0;
		z-index: 100;
		margin-bottom: 0 !important;
		display: flex;
		box-shadow: 0 -5px 11px rgba(0, 0, 0, .1);
		background-color: white;
		justify-content: space-between;
	}
	
	.btn_payer_mobile_wrapper .btn_payer_mobile_wrapper_content {
		max-width: 38%;
		flex: 0 0 38%;
	 }
	
	 .btn_payer_mobile_wrapper .btn_payer_mobile_wrapper_total {
		font-weight: bold;
		font-size: 17px;
	 }
	
	 .btn_payer_mobile_wrapper .btn_payer_mobile_wrapper_content {
		padding-left: .800rem;
		padding-right: .120rem;
		padding-top: 10px;
	 }
	
	.btn_payer_mobile_wrapper .btn_payer_mobile_wrapper_button {
		max-width: 53.3333%;
		flex: 0 0 53.3333%;
		padding-left: .630rem;
		padding-right: .630rem;
		padding-top: 10px;
		font-size: 15px !important;
		line-height: 18px;
	}
	
	.btn_payer_mobile_wrapper .btn_payer_mobile_wrapper_button .btn_payer_mobile {
		position: unset;
		 top: unset;
		 padding: .50rem 3rem !important;
		 width: 100%;
		 height: 90%;
		 white-space: normal;
		 text-align: center;
		 word-wrap: break-word;
	}

	.card.card-body.paiements-sidebar {
		padding-bottom: 100px;
	}

	.is_palette_adr_wrapper .title_adresse_recap {
		font-size: 15px;
	}

	.is_palette_adr_wrapper > div {
		width: 100%;
	}

	.is_palette_adr_wrapper {
		flex-direction: column;
	}

	#second_bouton_step5 {
		justify-content: space-around;
	}

	#second_bouton_step5 a {
		margin-bottom: 0 !important;
		text-align: center;
		min-height: 30px;
		display: flex !important;
		justify-content: center;
		align-items: center;
	}

	#second_bouton_step5 .btn_payer_mobile_wrapper_content {
		align-self: center;
		padding-top: 0;
		max-width: unset;
        flex: none;
	}

	#second_bouton_step5 .btn_payer_mobile_wrapper_button {
		max-width: 70%;
        flex: none;
		padding-right: 0;
	}

	.bloc_produit .ajout_panier_step2bis {
		padding: 0;
		width: 40px;
		margin: 0;
	}

	.group_bloc_produit > div {
		display: flex;
		justify-content: center;
	}
	.group_bloc_produit .list-brand-items{
		width: calc(50% - 10px);
		margin: 0 5px;
	}

	.group_bloc_produit .bloc_produit {
		width: 99%;
	}

	.bloc_produit:has(a:hover, button:hover) {
		box-shadow: none;
	}

	.panier-slide-selection-section .slidesjs-container, .panier-slide-selection-section .slidesjs-control, .panier-slide-selection-section .slidesjs-slide {
		height: 295px !important;
	}

	.group_bloc_produit .list-brand-items {
		overflow-x: hidden;
		scroll-snap-type: unset;
	}
}
