@charset "utf-8";

:root {
    /* Colors */
    --black: #363636;
    --main-color: #c30040;
    --lighter-grey: #f0eeee;
    --light-grey: #c0c0c0;
    --grey: #707070;

    /* Fonts */
    --font-main: OpenSans, Arial, sans-serif;
    --font-cond: OpenSansCond, Arial, sans-serif;
    --px-50 : 50px;
    --px-35 : 35px;
    --px-30 : 30px;
    --px-25 : 25px;
    --px-20 : 20px;

    /* Premium */
    --premium-reciprocity-w: 320px;
    --premium-reciprocity-color: #251A5D;
    --premium-reciprocity-color-sec: #251A5D;
}


/*****************************************************
**** @MAIN
******************************************************/

.home_carousel {
    position: relative;
    width: 100%;
    min-height: 200px;
}
.carousel {
    display: flex;
    overflow-x: auto;
    font-size: 11px;
    -webkit-overflow-scrolling: touch;
}
.carousel > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 200px;
	padding: 0 0 1em 0;
    margin-right: 15px;
    font: 1.3em OpenSans, Arial, sans-serif;
}
.carousel_styles_title{
    position: relative;
    bottom:30px;
}

.home_carousel.small .carousel > div {min-width: 150px;}
.carousel > div img {max-width: 100%;}

.carousel > div .carousel_info {
    width: 90%;
    text-align: left;
    color: var(--grey);
}
.carousel > div .carousel_info.brand,
.carousel > div .carousel_info.prix {font-weight: bold; color: var(--black);}

.categories .carousel > div .carousel_info.prix {
    font-weight: normal;
    text-align: center;
    margin-top: 10px;
}

.carousel > div.marques {
    min-width: 320px;
    min-height: 150px;
    margin-right: 30px;
    border-radius: 10px;
    position: relative;
    padding: 0.5em;
}
.carousel > div.styles {
    min-width: 200px;
    min-height: 216px;
    margin-right: 30px;
    position: relative;
    padding: 0em;
}
.home_op_bg_carousel_marques{
    width: 100%;
    overflow: hidden;
    background-color: #ff6255;
    color: #fff;
    border-top: 1px solid #fff;
}

.home_op_bg_carousel_pap {
    width: 100%;
    overflow: hidden;
    background-color: #ff6255;
    color: #fff;
    border-top: 1px solid #fff;
}
.carousel a.prix {
    margin-top: auto;
}
.carousel a {
    color: var(--black);
    display: block;
}
.carousel > div.styles a {
    color: #fff;
    display: block;
}
.carousel > div.home_op_bg_carousel_pap a {
    color: var(--black);
    display: block;
}
.carousel_brand_button {
   position: absolute;
   right: 1em;
   padding-bottom: 0.2em;
   text-align: right;
   border-bottom: 2px solid var(--black);
   bottom: 1.5em;
   cursor: pointer;
}
.carousel_brand_button a {color: var(--black)!important;}
.preced, .suiv {display: none;}






/*****************************************************
**** @SPECIFICITES
******************************************************/

/* Carousels avec peu de produits */

.fewProducts .carousel {justify-content: center;}

.fewProducts {padding: 0 !important;}

.fewProducts i {display:none;}

/* Carousel listing produits vide */

#droite .home_carousel {
    width: calc(100% - 50px);
    margin: 0 25px;
}

/* Carousel prodcard */

#content_prodcard ~ .home_carousel {margin-bottom: 40px;}

.moreProducts {
    margin:10px auto;
    text-transform:uppercase;
    opacity:0;
}
.carousel > div:hover .moreProducts {opacity:1;}

/* Carousel dans une popup */
.sp_popup_content .home_carousel {
    width: calc(100% - (40px * 2));
    margin: auto auto 20px;
}
.sp_popup_content .popup_carousel {
    width: 95%;
}
.sp_popup_content .popup_carousel .carousel {
    overflow-x: initial;
    flex-wrap: wrap;
}
.sp_popup_content .popup_carousel .carousel > div {
    width:50%;
    margin-right:0;
    min-width: initial;
    min-height: initial;
}
.sp_popup_content .popup_carousel > i {
    display:none;
}

/* Carousel panier vide */

#panierVide .home_carousel {
    width: calc(100% - 50px);
    margin: 0 25px;
}
#panierVide .home_carousel a { color: var(--grey); }

/* Produits textile */
/* Sécurité mélange des vues */
a.carousel_pap {
    min-height:200px;
    display:flex;
    align-items:center;
}





/*****************************************************
**** @RESPONSIVE
******************************************************/

@media (min-width:768px) {
	a.carousel_pap {min-height:260px;}
	.carousel > div {margin-right: 30px;}
}

@media (min-width:1025px) {
    .preced, .suiv {
        display: inline-block;
        position: absolute;
        font-size: 50px;
        top: 80px;
        cursor: pointer;
    }
    .preced {left: -40px;}
    .suiv {right: -40px;}
    .carousel {
        display: flex;
        overflow: hidden;
        transition: all .4s;
    }
    .carousel > div img {width: 250px;}
    .carousel > .marques img {width: 320px;}
    .carousel > div.marques {width: 320px;}
}

/* Disabled horizontal scroll */
@media (max-width:767px) {
	.carousel.no-x-scroll {
		flex-wrap: wrap;
	}
	.carousel.no-x-scroll > div {
		width: 50%;
		min-width: 50%;
		min-height: auto;
		margin: 0 0 1rem 0;
	}
    .fewProducts .carousel {justify-content:flex-start;}
}

.fashion_news_link
{
    cursor: pointer;
}

.fashion_news_list
{
    padding: 8px;
}

.fashion_news_list th,
.fashion_news_list td
{
    padding: 6px;
}

.fashion_news_container
{
    padding: 8px;
}

.fashion_news_title
{
    font-size: 1.2em;
    font-weight: bold;
}

.fashion_news_date
{
    color: lightgrey;
    font-style: italic;
}

.fashion_news_header
{
    padding-bottom: 10px;
}

.input_invalid {
    box-shadow: 0 0 5px 1px red;
}

.password_eye {
    margin-left: -35px;
    cursor: pointer;
    position: absolute;
    width: 32px;
    height: 33px;
}

#affiche #iframe_redirect, .popup_alert_content #iframe_redirect {
	width: 100%;
	height: 50vh;
	border: 1px solid lightgrey;
}

.cookies_info {
	position: fixed;
	z-index: 500;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,0.2);
	font-size: 62.5%;
}

.cookies_info-pop {
	background-color: #FFF;
	width: 90%;
	padding: 1em 2.5em;
	border-radius: 3px;
}

.cookies_info-pop div {
	margin: 0 auto 1em auto;
}

.cookies_info-pop-title {
	font-size: 2.5em;
}

.cookies_info-pop-text {
	font-size: 1.4em;
	text-align: justify;
}

.cookies_info-pop-buttons {
	display: flex;
	justify-content: space-between;
}

.cookies_info-pop-buttons button {
	display: inline-block;
	padding: 0.25em 0.5em;
	border-radius: 3px;
	border: none;
}

.cookies_info-pop-buttons-refuse {
	background-color: #E6E6E6;
	color: #707070;
	cursor: pointer;
}

.cookies_info-pop-buttons-accept {
	background-color: #88AF00;
	color: #FFF;
	cursor: pointer;
}

@media screen and (min-width:1024px) {
	.cookies_info-pop {
		width: 500px;
		padding: 3em 6em;
	}

	.cookies_info-pop-title {
		font-size: 3em;
	}

	.cookies_info-pop-text {
		font-size: 1.8em;
		text-align: justify;
	}

	.cookies_info-pop-buttons button {
		padding: 0.75em 1em;
	}
}

/*****************************************************
**** SOMMAIRE ****
@APPLI MAG
@HOMEBRANDS
@INSTA
@SERVICES
@MAGTOO
@RESPONSIVE
******************************************************/




/*****************************************************
**** @GLOBAL
******************************************************/

#homeContent {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#homeContent > div:not(.home_brands):not(:last-child)
{
    box-sizing: border-box;
    margin-bottom: 50px;
}
#homeContent > div:empty {
    margin-bottom: 0;
}
.home_op, .home_tendance, .home_opCo, .home_opCocot {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto 3em auto;
    background-color: #e6e6e6;
}
.home_op > a:first-child,
.home_op > a:first-child > picture {
    display:block;
    line-height:0;
}
.home_op > a[href="#rst"] {cursor:default;}
.home_opCo {
    min-width: 90%;
    font-family: OpenSansCond, Arial, sans-serif;
    font-family: var(--font-cond);
    font-weight: 200;
    background-color: #d95218;
    color: #fff;
    padding: 1em;
    text-align: center;
    cursor: pointer;
    overflow: initial;
}
.home_opCo .home_op_text .title {
    font-size: 3em;
    line-height: 1em;
}
.home_opCo .jusqua {
    font-size: 1em;
}
.home_opCo .home_discount {
    font-size: 4em;
    line-height: 1em;
}
.home_opCo_button {
    font-size: 1.5em;
    color: #c30040;
    color: var(--main-color);
    background-color: #fff;
    padding: 0.5em 1em;
    width: 60%;
    margin:1em auto;
}
.home_op img, .home_tendance img {
    width: 100%;
}
.home_op_text {
    font-family: OpenSansCond, Arial, sans-serif;
    font-family: var(--font-cond);
    font-weight: 200;
    padding: 1em;
}
.home_op_text .pretitle{
    font-size: 1.2em;
}
.home_op_text .title{
    font-size: 2em;
    line-height: 1.2em;
}
.home_op_text .subtitle{
    font-size: 1.4em;
}
.home_op_text_buttons {
    display: flex;
    justify-content: space-between;
}
.home_op_text_buttons > div {
    margin-top: 10px;
    margin-right: 30px;
    font: bold 1.2em/1.4em OpenSansCond, Arial, sans-serif;
    font: bold 1.2em/1.4em var(--font-cond);
}
.home_op_text_buttons a:hover {
    color: #c30040;
    color: var(--main-color);
}
.home_op_text_buttons a {
    color: #363636;
    display: block;
    border-bottom: 2px solid #363636;
}
.home_opCo .home_op_text_buttons a {
    color: #fff;
    display: block;
    border-bottom: 2px solid #fff;
}
.home_op_text_buttons i {
    font-size: 1.2em;
}
.home_title{
    width: 100%;
    font: 200 2.2em OpenSansCond, Arial, sans-serif;
    font: 200 2.2em var(--font-cond);
    margin: 0!important;
}
.home_brands + .home_title {
    margin-top:50px!important;
}
.home_brands, .home_service, .home_magtoo  {
    width: 100%;
}
.home_brands > div, .home_service > div {
    flex: 1;
    overflow: hidden;
}
.home_brands > div img, .home_magtoo > div img {
    width: 100%;
    margin: 0;
}
.home_brands > div picture, .home_service > div picture, .home_magtoo > div picture {
    margin: 0;
}
.getGlobalLink {
    pointer-events: none;
}
.getSingleLink {
    pointer-events: all;
}





/*****************************************************
**** @COCOTIER
******************************************************/
.home_opCocot {
    min-width: 90%;
    font-family: OpenSansCond, Arial, sans-serif;
    font-family: var(--font-cond);
    font-weight: 200;
    text-align: center;
    cursor: pointer;
    background-color: #f0e7de;
}
.home_opCocot a, .home_opCocot a:hover {
    color: #d06f37;
}
.home_opCocot .home_discount {
    font-size: 4em;
    line-height: 1em;
}
.home_opCocot_button {
    font-size: 1.5em;
    color: #c30040;
    color: var(--main-color);
    background-color: #efd1c0;
    padding: 0.5em 1em;
    width: 25%;
}
.home_discount_cocot {
    width: 25%;
    color: #d06f37;
    font-size: 1em;
    padding: 0.5em;
    margin-left: 2em;
}
.home_discount_cocot > span:first-of-type {
    font-size: 2.5em;
    font-family: OpenSansCond, Arial, sans-serif;
    font-family: var(--font-cond);
    font-weight: bold;
}
.home_opCocot .title {
    font-size: 4em;
}
.home_opCocot_discount_buttons {
    display: flex;
    flex: 1;
    flex-direction: column;
}
.home_discounts_cocot {
    display: flex;
    justify-content: space-around;
}
.home_discount_cocot {
    display: flex;
    flex-direction: column;
    font-size: 1em;
    padding: .5em;
    margin-left: 2em;
}
.home_discount_cocot:first-of-type, .home_opCocot_button:first-of-type {
    margin-left: 0;
}
.home_opCocot_buttons {
    display: flex;
    justify-content: space-around;
}
.home_opCocot_button {
    font-size: 1em;
    background-color: #d06f37;
    color: #c32227;
    padding: 0.5em;
    margin-left: 2em;
    position: relative;
}
.home_opCocot_button a, .home_opCocot_button a:hover {
    color: #f0e7de;
    font-size: 1.4em;
}
.home_opCocot_button i {
    position: absolute;
    right: 10px;
    top: 12px;
}
.home_opCocot .home_op_text_buttons, .home_opCo .home_op_text_buttons {
    justify-content: center;
}
.home_opCocot .home_op_text_buttons div, .home_opCo .home_op_text_buttons div {
    margin-right: 0;
}





/*****************************************************
**** @APPLI MAG
******************************************************/

.home_appli_mag {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 1em 2em;
    font-size: 10px;
    border: 1px solid #e6e6e6;
    background-color: #f0eeee;
}
.home_appli_mag_icons {
    display: flex;
    justify-content: flex-end;
}
.home_appli_mag_icons > img {
    max-width: 180px;
}
.home_appli_mag div:first-of-type {
    font-size: 3em;
    flex: 1;
}
.home_appli_mag i {
    font-size: 6em;
}






/*****************************************************
**** @HOMEBRANDS
******************************************************/

.home_brands > div {
    margin-bottom: 1.5em;
    background-color: #e6e6e6;
}






/*****************************************************
**** @INSTA
******************************************************/

.home_title_insta {
    width: 90%;
    font: 200 2.5em OpenSansCond, Arial, sans-serif;
    font: 200 2.5em var(--font-cond);
    margin: 1.5em 0 1em!important;
    text-align: center;
}
.home_title_insta i {
    display: block;
}
/* fix pour IE laisser en place sinon il est perdu */
.instagram_feed {
    width:100%;
    display: flex;
}






/*****************************************************
**** @SERVICES
******************************************************/

.home_service > div {
    text-align: center;
    background-color: #e6e6e6;
    font-size: 1.3em;
    margin: 1em;
}
.home_service > div .home_op_text_buttons {
    justify-content: center;
}

.home_service_new .home_op_text {
	    background: none;
        font: 200 14px OpenSansCond, Arial, sans-serif;
        font: 200 14px var(--font-cond);

}
.home_service_new .home_op_text .bloc_conditions {
	position: absolute;
    bottom: 5px;
    left: 30px;
    top: 180px;
    font-size: 12px;
}
.home_service_new .home_op_text,
.home_service_new .home_op_text a { color: #ffffff; border-color: #ffffff; }



/*****************************************************
**** @MAGTOO
******************************************************/

.home_magtoo > .home_magtoo_title > img {
    width: 80%;
}
.home_magtoo  .home_title {
    font: 200 2em OpenSansCond, Arial, sans-serif;
    font: 200 2em var(--font-cond);
    margin: 0!important;
}
.home_magtoo a {
    font: 200 1.4em OpenSansCond, Arial, sans-serif;
    font: 200 1.4em var(--font-cond);
}
.home_magtoo > div > div {
    margin-bottom: 2em;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding: 1em;
    border-radius: 0.5em;
}
.home_magtoo a {
    color: #707070;
}
.home_magtoo a, .home_title_insta a  {
    color: #707070;
    display: block;
}
.home_magtoo_title {
    text-align: center;
}
.home_magtoo_title i {
    font-size: .5em;
    line-height: .5em;
    color: #c30040;
    color: var(--main-color);
}

/*****************************************************
**** @TYPES PRODUITS
******************************************************/
.home_types {
	display: flex;
	flex-direction: column;
	max-width: 1200px;
}
.home_type {
	margin: 10px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font: 18px/22px OpenSansCond, sans-serif;
}
.home_type img{
	max-width: 100%;
}
.home_type-text {
	background-color: #fff;
	padding: 15px 10px;
	position: absolute;
	min-width: 60%;
	text-align: center;
}
.home_type-text-title {
	letter-spacing: 1.5px;
	font-weight: lighter;
	margin-bottom: 10px;
}
.home_type .home_op_text_buttons {
	font-weight: bold;
	justify-content: center;
}


/*****************************************************
**** @CORNERS
******************************************************/
.corner {
    margin-bottom:50px;
}
#homeContent .storytelling:not(:last-child) {
    margin-bottom:50px;
}
.home_brands + .storytelling {
    margin-top:50px;
}
.storytelling_text {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    padding: 0 20px;
}
.read_more {
    text-align: center;
    font-size: 12px;
    text-transform:uppercase;
    font-weight:bold;
    color:#333333;
    letter-spacing: 0.09em;
}


/*****************************************************
**** @RESPONSIVE
******************************************************/

@media (min-width:700px) {
    .home_op, .home_tendance, .home_opCo, .home_opCocot {
        width: 100%;
        position: relative;
        background-color: #fff;
    }
    .home_opCo a, .home_opCo a:hover {
        color: #fff;
        border-bottom: 2px solid #fff;
    }
    .home_opCo_button a, .home_opCo_button a:hover {
        color: #fff;
        text-transform: uppercase;
    }
    .home_opCo {
        min-height: 100px;
        padding: 0;
        font-family: OpenSansCond, Arial, sans-serif;
        font-family: var(--font-cond);
        font-weight: 200;
        background-color: #d95218;
        color: #fff;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
    }
    .home_opCo .title {
        font-size: 3em;
    }
    .home_opCo .jusqua {
        font-size: 1em;
        margin: 0 1em 0 2em;
    }
    .home_opCo .home_discount {
        font-size: 4em;
        line-height: 1em;
        margin: 0 1em;
        text-decoration: blink;
    }
    .home_opCo_button {
        font-size: 1.5em;
        background-color: #fff;
        color: #fff;
        padding: 0.5em 1em;
        margin-left: 2em;
        width: 20%;
    }
    .home_opCocot {
        min-width: 90%;
        font-family: OpenSansCond, Arial, sans-serif;
        font-family: var(--font-cond);
        font-weight: 200;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
    }
    .home_opCocot .title {
        font-size: 2.5em;
    }
    .home_opCocot .jusqua {
        font-size: 1em;
        margin: 0 1em 0 2em;
    }
    .home_opCocot_discount_buttons {
        display: flex;
        flex: 1;
        flex-direction: column;
    }
    .home_discounts_cocot {
        display: flex;
        justify-content: space-around;
    }
    .home_discount_cocot {
        display: flex;
        flex-direction: column;
        font-size: 1em;
        padding: 0.5em;
        margin-left: 2em;
    }
    .home_opCocot_buttons {
        display: flex;
        justify-content: space-around;
    }
    .home_opCocot_button {
        font-size: 1em;
        background-color: #d06f37;
        padding: 0.5em;
        margin-left: 2em;
    }
    .home_brands, .home_service {
        width: 100%;
        display: flex;
    }
    .home_service > div {
        text-align: left;
        background-color: #fff;
        margin: 0;
    }
    .home_service > div .home_op_text_buttons {
        justify-content: space-between;
    }
    .home_magtoo_article > .home_title a {
        width: 100%;
        font: 1em penSansCond, Arial, sans-serif;
        font: 1em var(--font-cond);
        font-weight: 200;
        margin: 1em 0 0!important;
    }
    .home_magtoo {
        background-color: #f0eeee;
        width: 100%;
        padding: 2em;
    }
    .home_magtoo > div:nth-child(2) {
        display: flex;
    }
    .home_magtoo .home_op_text_buttons {
        justify-content: center;
    }
    .home_magtoo_article {
        text-align: center;
        transition: all 0.2s;
    }
    .home_magtoo_article:hover img {
        transform: scale(1.05);
    }
    .home_magtoo_article_texte {

    }
    .home_magtoo_title {
        text-align: center;
        font: 200 5em/2em OpenSansCond, Arial, sans-serif;
        font: 200 5em/2em var(--font-cond);
    }
    .home_magtoo_title i {
        font-size: 0.5em;
        line-height: 0.5em;
        color: #c30040;
    }
    .home_magtoo > div > div {
        margin: 1em;
        width: calc(100%/3);
        border: none;
        background: none;
    }
    .home_service > div img, .home_magtoo > div img {
        background: none;
        transition: all ease 200ms;
    }
    .home_brands > div:first-of-type, .home_service > div:first-of-type {
        margin-right: 2rem;
    }
    .home_brands > div, .home_service > div {
        position: relative;
        background-color: #fff;
    }
    .home_magtoo > .home_magtoo_title > img {
        width: 25%;
    }
    .home_brands_text {
        background-color: #fff;
    }
    .home_op_text_container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        pointer-events: none;
    }
    .home_opCo .home_op_text_container {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        pointer-events: none;
    }
    .home_opCocot .home_op_text {
        background-color: #fff;
        font: 200 16px OpenSansCond, Arial, sans-serif;
        font: 200 16px var(--font-cond);
        padding: 1em 2em;
        transition: all 0.5s;
    }
    .home_op_text {
        background-color: #fff;
        font: 200 16px OpenSansCond, Arial, sans-serif;
        font: 200 16px var(--font-cond);
        padding: 2em 3em;
        transition: all 0.5s;
    }
    .home_brands .home_op_text, .home_service .home_op_text {
        background-color: #fff;
        font: 200 14px OpenSansCond, Arial, sans-serif;
        font: 200 14px var(--font-cond);
        padding: 1.5em;
        transition: all 0.5s;
    }
    .OPleft {
        justify-content: flex-start;
        max-width: 45%;
    }
    .OPleft > div {
        margin-left: 50px;
    }
    .home_brands .OPleft > div {
        margin-left: 30px;
    }
    .OPcenter {
        justify-content: center;
    }
    .OPcenter > .home_op_text {
        max-width: 45%;
    }
    .home_opCo .OPcenter > .home_op_text {
        display: flex;
        align-items: center;
        max-width: 100%;
        justify-content: space-around;
        background: none;
    }
    .OPright {
        justify-content: flex-end;
        max-width: 45%;
        right: 0;
        left: auto;
    }
	 .home_service_new .OPright {
        justify-content: center;
        max-width: 45%;
        right: 0;
        left: auto;
    }
    .OPright > div {
        margin-right: 50px;
    }
    .home_brands .OPright > div {
        margin-right: 30px;
    }

    .OPbottomright {
        justify-content: center;
        top:initial;
        bottom: 0;
        margin: 0;
        margin-left: 50%;
        text-align: center;
        width: 320px;
        height: 150px;
        padding: 2em 2em;
        background-color: #fff;
    }
    .OPbottomright .home_op_text {
        padding: initial;
        width: 100%;
    }
    .OPbottomright .home_op_text_buttons {
        justify-content: space-around;
    }
    .OPbottomright .home_op_text_buttons > div {
        margin: 10px 0 0;
    }

		.OPtopCenter .home_op_text {
			margin-bottom: 25%;
		}
		.OPbottomCenter .home_op_text {
			margin-top: 25%;
		}

    .bloc_conditions {
        position: absolute;
        bottom: 5px;
        left: 0px;
        font-size: 12px;
    }
	 .home_service_new .bloc_conditions {
        position: relative;
        bottom: 5px;
        left: 0px;
        font-size: 12px;
		top:10px;
    }
    .home_opCo .bloc_conditions {
        right: 20px;
        text-align: right;
    }
	.home_types {
		display: flex;
		flex-direction: row;
		max-width: 1200px;
	}

}
@media (min-width:1025px) {
    .home_service > div {
        display: flex;
        overflow: hidden;
    }
    .home_title, .home_title_insta {
        width: 100%;
        font: 200 2.5em OpenSansCond, Arial, sans-serif;
        font: 200 2.5em var(--font-cond);
        margin-bottom: 10px!important;
    }
    .instagram_gallery {
        width: 1200px;
    }
}

/*****************************************************
**** @SERVICES
******************************************************/

.home_service_new .home_op_text {
	background: none;
	font: 200 14px OpenSansCond, Arial, sans-serif;
	font: 200 14px var(--font-cond);
	display: block;

}



/*****************************************************
**** @VIDEOS
******************************************************/
.videoMask {
    height:100vh;
    width: 100vw;
    background: rgba(0,0,0,.5);
    position:fixed;
    top:0;
    left:0;
    display:flex;
    align-items: center;
    justify-content: center;
    z-index:500;
}
.videoPopup {
    padding: 10px;
    background-color: #000;
    position:relative;
}
.videoPopup i {
    position: absolute;
    top: 5px;
    right: -35px;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 30px;
    cursor:pointer;
}
.videoPopup video {max-width: 800px;}

@media screen and (max-width: 700px) {
    .videoPopup {
        padding: 10px;
        background-color: #000;
        position:relative;
    }
    .videoPopup i {
        top: -40px;
        right: 0;
        width: 35px;
        height: 35px;
        font-size: 35px;
    }
    .videoPopup video {max-width: 100%;}
}


@charset "utf-8";
/*****************************************************
**** SOMMAIRE **** GLOBAL
@DISPLAY LARGE
@DISPLAY SMALL
@POPUPS
@RESPONSIVE
******************************************************/





/*****************************************************
**** @DISPLAY LARGE
******************************************************/

/* HEADER */

.premium_visuel {display:none;}
.premium_logo {
	display: block;
	margin: 20px auto;
}
.premium_accroche {
	font: 200 25px var(--font-main), OpenSansCond, Arial, sans-serif;
	font-size: var(--px-25);
	text-align: center;
	margin: auto 10px;
}

/* MESSAGES ABONNÉS */

.is_premium, .premium_renew {
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	margin: 20px auto;
}
.is_premium img,
.premium_renew img {width:80px; margin-right:20px;}
.is_premium div p, .premium_renew div p {margin: 5px;}
.is_premium div p:first-child, .premium_renew div p:first-child {font: bold 16px OpenSans, Arial, sans-serif;}
.is_premium div p:first-child, .premium_renew div p:first-child {font: bold 16px var(--font-main);}
.premium_renew div p:first-child {color: #c30040;}
.premium_renew div p:first-child {color: var(--main-color);}
.premium_renew div p:nth-child(2) {text-align: center;}

/* BLOCS AVANTAGES */

.premium_subtitle, .gold_subtitle {
	text-align: center;
	font: bold 30px/40px var(--font-cond), OpenSansCond, Arial, sans-serif;
	font-size: var(--px-30);
	text-transform: uppercase;
	margin: 30px auto 20px auto;
}
.premium_subtitle span {
	padding: 0 20px;
}
.premium_subtitle::before, .premium_subtitle::after {
	content: '';
	display: inline-block;
	height: 3px;
	width: 10%;
	border-top: 3px solid #363636;
	vertical-align: middle;
	margin-top: .1em;
}
.premium_reciprocity {
	display:block;
	width:var(--premium-reciprocity-w);
	margin: 0 auto 20px;
	padding:5px;
	background-color: #251A5D;
	background-color: var(--premium-reciprocity-color);
	color: #fff;
	text-transform: uppercase;
	text-align:center;
	cursor: default;
}
#premium_liste {
	display:flex;
	flex-wrap: wrap;
}

#premium_liste :nth-child(2), #premium_liste :nth-child(5) {
	margin:0 10px 10px 10px;

}

.premium_advantage {
	flex: 1 1 30%;
	background-color: #f0eeee;
	background-color: var(--lighter-grey);
	text-align:center;
	margin-bottom: 10px;
}

.premium_advantage img {width:100%;}
.premium_details {padding:20px 10px;}
.premium_details i {
	display:inline-block;
	font-size:30px;
	margin-bottom:10px;
}
.premium_large .h2_premium  {
	font: bold normal 20px/25px var(--font-cond), OpenSansCond, Arial, sans-serif !important;
	font-size: var(--px-20) !important;
	text-transform: uppercase !important;
	text-align:center!important;
	margin: 0 auto 20px!important;
}
.premium_conditions {
	margin-top: 10px;
	text-align:right;
	font-style: italic;
	font-size:10px;
}
.premium_conditions span br {display:none;}
.premium_btn_premium_conditions {
	text-decoration: underline;
	text-transform: capitalize;
}

/* OFFRE PREMIUM DAYS */

.premium_large span.spd_offre {
	font: bold 1.4em var(--font-main), OpenSans, Arial, sans-serif;
	color: #c30040;
	color: var(--main-color);
	text-transform: uppercase;
	padding: 0 5px;
}
.premium_large span.spd_dates {
	display:block;
	font-style: italic;
	margin-bottom:5px;
}

/* BLOC PRIX */

.premium_addtobasket {
	display:block;
	width:300px;
	margin: 40px auto;
	padding:40px;
	border: 1px solid black;
	border-radius: 10px;
}
.premium_price {text-align:center;margin-bottom:10px;}

.premium_price span:first-child {
	font: 200 50px/40px var(--font-cond), OpenSansCond,Arial,sans-serif;
	font-size: var(--px-50);
	color : #c30040;
	color : var(--main-color);
}
.premium_price span:nth-child(2) {
	font: 200 35px/40px var(--font-cond), OpenSansCond, Arial, sans-serif;
	font-size: var(--px-35);
	color : #c30040;
	color : var(--main-color);
}
.premium_price span:last-child {
	font: 200 25px/22px var(--font-cond), OpenSansCond, Arial, sans-serif;
	font-size: var(--px-25);
	display:block;
}
.premium_price > span:last-child::after {content : '*';}

.monthly {text-align:center;font: 200 italic 15px var(--font-cond), OpenSansCond, Arial, sans-serif;margin-top:5px;}

/* #service_premium button {display:block;margin:20px auto;} */

/* If discounted */

.premium_discount {display:block;}

.premium_discount span {
	font-style:normal!important;
	font-size:20px!important;
	font-size:var(--px-20)!important;
	color: #363636!important;
	display:inline!important;
}

.premium_discount_new span {
	display:inline!important;
}

/* GOLD */

.premium_gold {
	max-width: 80%;
	margin: auto;
	display:flex;
	justify-content: space-between;
}
.premium_gold > div {width: 48%; overflow:hidden;}
.premium_gold div img {width:100%;}
.premium_gold > div:last-child {
	padding:40px;
	border: 1px solid black;
	display:flex;
	flex-direction: column;
	justify-content: center;
	text-align:center;
}
.gold_od {
	display:inline-block;
	border: 1px solid black;
	border-radius: 5px;
	padding: 5px 20px;
	text-transform: uppercase;
	font: 200 18px var(--font-cond), OpenSansCond, Arial, sans-serif;
	align-self: center;
}
.gold_subtitle {margin: 20px auto;}
.gold_text {font: 200 18px var(--font-cond), OpenSansCond, Arial, sans-serif; margin-bottom:20px;}
.premium_gold button.btn {align-self: center;}
.gold_conditions {
	margin: 20px auto;
	font-style: italic;
	font-size: 10px;
	width: 70%;
}

.premium_large .faq {
	margin:60px auto;
	width: 80%;
	padding: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 1.3em;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
	border-radius: 10px;
}
.premium_large .faq .title {
	width:100%;
	font: bold 1.6em OpenSans, Arial, sans-serif;
	color: #c30040;
	color: var(--main-color);
	text-align: center;
	border-bottom: 1px solid #c0c0c0;
	padding-bottom:40px;
	margin-bottom: 40px;
}
.premium_large .faq > div {
	width: 45%;
	margin-bottom: 40px;
}
.premium_large .faq > div div:first-child {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 15px;
}







/*****************************************************
**** @DISPLAY SMALL
******************************************************/

/* AVERTISSEMENT RENOUVELLEMENT */

.premium_renew_small {
	background-color: #f0eeee;
	background-color: var(--lighter-grey);
	display:flex;
	padding:15px;
	align-items: center;
}
.premium_renew_small img {height:40px;}
.premium_renew_small div {
	text-align:center !important;
	flex-grow: 1;
}
.premium_renew_small div p {margin-bottom:5px;text-align:center!important;}
.premium_renew_small div p:first-child {font: bold 14px var(--font-main), OpenSans, Arial, sans-serif; color:#c30040; color: var(--main-color);}
.premium_renew_small i {font-size: 25px;}

/* BASE */
.premium_small {
	display:flex;
	align-items: center;
}
.premium_small .premium_visuel {
	display:flex;
	align-self: stretch;
	width:20%;
	overflow: hidden;
}

.premium_small .premium_visuel a {
	display:flex;
	align-self: stretch;
	width:100%;
	overflow: hidden;
}

.premium_small .premium_visuel img {display:initial;object-fit:cover;max-width:100%;}

/* AVANTAGES */

.premium_small .premium_liste {
	width:50%;
	padding: 0 20px;
}
.premium_small .premium_logo {
	padding: 0;
	height:40px;
	margin:0 0 20px;
}
.premium_small .premium_liste ul {list-style-type:none;margin-bottom:10px;padding-left:0;}
.premium_small .premium_liste .premium_advantage {
	margin-left:0;
	width:100%;
	background-color:initial;
	text-align: left;
}
.premium_small .premium_liste .premium_advantage .h2_premium {
	font: 16px/22px var(--font-main), OpenSans, Arial, sans-serif;
	text-transform: initial;
	margin-bottom:10px;
}
.premium_small .premium_liste .premium_advantage .h2_premium i {
	font-size: 22px;
	line-height: 22px;
	margin-right:5px;
}
.premium_small .premium_reciprocity {
	width: initial;
	background-color: initial;
	color: #251A5D;
	color: var(--premium-reciprocity-color-sec);
	font: bold 1.2em var(--font-cond), OpenSansCond, Arial, sans-serif;
	text-align:left;
	text-transform: initial;
	margin-bottom:10px;
}
.premium_addtobasket {height:fit-content;text-align: center;}

/* OFFRE PREMIUM DAYS */

.premium_small span.spd_offre {
	font: bold 1.1em var(--font-main), OpenSans, Arial, sans-serif;
	color: #c30040;
	color: var(--main-color);
}
.premium_small span.spd_dates {
	display:block;
	font-size:.9em;
	font-style: italic;
	margin-left:27px;
}

/* ABONNÉ */
.premium_addtobasket .is_premium {
	display:block;
	text-align:center!important;
}
.premium_small .premium_addtobasket .is_premium img {margin-bottom: 10px;}
.premium_small .premium_addtobasket .is_premium p {text-align:center!important;}
.premium_small .premium_addtobasket .is_premium .premium_conditions {text-align:center;}

/* premium_conditions */

.premium_small .premium_conditions {text-align:initial; margin-bottom:0;}
.premium_small .premium_conditions span br {display:inline;}
.premium_small .premium_addtobasket {
	width:30%;
	margin: 0;
	padding: 30px;
}
.premium_small .premium_addtobasket .monthly {margin-top:5px;}
.premium_small .premium_addtobasket .premium_conditions {
	display:block;
	margin:0;
	text-align:justify;
}

.money_saved {font-weight: bold;}






/*****************************************************
**** @POPUPS
******************************************************/

/* PREMIUM IN CART */

.popup-panier-title {
	width:80%;
	margin:auto 10%;
	font-size:15px;
}
.popup_alert_content .premium_small {margin: 40px 20px;}

.premium_offer_xmas {
	background-image: url(/images/premiumXmas.jpg);
	background-position: top;
}

/* premium_conditions */

#popup_cgv_premium .all-list {
	margin:10px 20px !important;
	padding:0;
	width: calc(100% - 40px);
}
#popup_cgv_premium .cgv-premium {margin: auto 20px !important;}
#popup_cgv_premium.section-cgv p {
	margin: auto 20px;
	max-width: 100%;
}





/*****************************************************
**** @RESPONSIVE
******************************************************/

@media screen and (min-width:768px) {
	.premium_logo_1 {display:none;}
	.premium_small .premium_subtitle {display:none;}
}

@media screen and (min-width:768px) and (max-width:1100px) {
	.premium_small {margin: 40px 5% auto;}
	.premium_visuel {align-self: stretch;}
	.premium_small .premium_liste ul {padding:0;}
}
@media screen and (max-width:768px) {

	/* DISPLAY LARGE */

	.premium_visuel {display:block;}
	.premium_large .premium_logo {max-width:200px;}
	.premium_accroche {font-size: 20px;}
	.premium_large span.spd_offre {font-size: 1.2em}

	/* Message premium, renouvellement et réciprocité */

	.premium_subtitle, .gold_subtitle {
		font-size: 2em;
		line-height:1.1em;
	}
	.premium_subtitle span {padding: 0;}
	.premium_subtitle::before, .premium_subtitle::after {display: none;}
	.premium_large .premium_reciprocity {
		max-width:90%;
		margin:auto auto 20px;
	}
	#premium_liste {display:block;}
	.premium_advantage {
		width:100%;
		background-color: initial;
		border-bottom: 1px solid #c0c0c0;
		border-bottom: 1px solid var(--light-grey);
	}
	.premium_advantage + .premium_advantage {margin:0;}
	.premium_advantage:first-child {
		border-top: 1px solid #c0c0c0;
		border-top: 1px solid var(--light-grey);
	}
	.premium_advantage img {display:none;}
	.h2_premium {margin-top: 0;}
	.premium_conditions {
		margin-top:0;
		padding: 40px 5vw;
		text-align:center;
		font-size:1em;
	}
	.premium_addtobasket {
		margin: 0 auto;
		border:none;
		border-radius:0;
		width:90%;
		background-color: #f0eeee;
		background-color: var(--lighter-grey);
		padding:20px;
	}
	.premium_gold {
		display:block;
		max-width:90%;
		margin-bottom: 20px;
	}
	.premium_gold > div {width:100%;}
	.premium_gold > div:first-child {height:350px;}
	.premium_gold > div:first-child a img {object-fit:cover;}
	.premium_gold > div:last-child {
		background-color: #f0eeee;
		background-color: var(--lighter-grey);
		border:none;
		padding:20px;
	}
	.gold_text {margin-bottom: 10px;}

	/* FAQ */
	.premium_large .faq {width: 90%; padding: 20px; font-size: 1.2em;}
	.premium_large .faq .title {padding-bottom: 20px; margin-bottom: 30px;}
	.premium_large .faq > div {width: 100%; margin-bottom: 30px;}
	.premium_large .faq > div div:first-child {font-size: 1.1em;}

	/* DISPLAY SMALL */

	.premium_small {flex-direction: column; margin-top:40px;}
	.premium_logo_2 {display:none;}
	.premium_small .premium_logo_1 {max-width:90%;}
	.premium_small .premium_logo {margin-bottom:10px;}
	.premium_small .premium_visuel, .premium_small .premium_liste, .premium_small .premium_addtobasket {
		width:90%;
		margin:auto;
		border-width: 0 1px;
		border-style: solid;
		border-color: #000;
	}
	.premium_small .premium_visuel {
		border-top:1px solid #000;
		border-radius: 5px 5px 0 0;
	}
	.premium_small .premium_subtitle {
		margin: 15px 0;
		font: bold 1.5em var(--font-cond), OpenSansCond, Arial, sans-serif;
		text-transform: initial;
		text-align: left;
	}
	.premium_small ul {padding-left:0;}
	.premium_small .premium_advantage {border:none;}
	.premium_small span.spd_dates {margin-left:0;}
	.premium_small .premium_reciprocity {margin:0 0 10px; padding:0; width:100%;}
	.premium_small .premium_conditions {padding: 0;margin-bottom: 20px;}
	.premium_small .premium_addtobasket {
		border-bottom:1px solid #000;
		border-radius: 0 0 5px 5px;
	}
	.premium_small .premium_addtobasket button {width:100%;}
	.premium_small .premium_addtobasket .premium_conditions {color: #363636; text-align: left; font-size: 10px;}

	/* message renouvellement*/
	.premium_renew_small {margin-bottom:10px; padding : 10px 15px;}
	.premium_renew_small img {height: 30px;}
	.premium_renew_small div p {margin:0;}
	.premium_renew_small i {font-size: 15px;}
	.premium_small .is_premium, .premium_renew {margin:0 20px;}

}
@media screen and (max-width:480px) {
	.premium_gold > div:first-child {height:250px;}

	/* Popup premium in cart */
	.premium_logo_popup {max-width:90%;margin: 20px 5%;display:block!important;}
	.popup-panier-title {width:90%;margin: 20px 5%;}
	.popup_alert_content .premium_small {margin: 20px 0;}
	.popup_alert_content .premium_small .premium_liste {border-top: 1px solid #000; border-radius: 5px 5px 0 0;}
	.popup_alert_content .premium_small .premium_addtobasket {padding: 20px;}
	.popup_alert_content .premium_small .premium_addtobasket .premium_price {padding: 0;}
	.popup_alert_content .premium_small .premium_visuel {display: none;}
	#popup_alert_parent li.premium_advantage {
		padding: 0;
		border-bottom:none;
	}
}
@media screen and (max-width:360px) {
	.premium_gold > div:first-child {height:150px;}
}


/*****************************************************
**** SOMMAIRE **** PRODCARD RESPONSIVE
@GLOBAL
- BOUGHT_BY
- AVIS (GLOBAL)
- ADVANCED SIZELIST
@RESPONSIVE
*****************************************************/

/*****************************************************
**** @GLOBAL
******************************************************/

/* BOUGHT_BY */

.bought_by {
	display:block;
	opacity:0;
	position: absolute;
	top: 30px;
	right: -50px;
	background-color: #fff;
	border-radius: 8px;
	padding: 10px 15px;
	border: 1px solid var(--main-color);
	max-width: 180px;
	cursor: default;
	transition: all ease 200ms;
}
.bought_by.on {
	display: block;
	opacity:1;
	right: 0;
}
.dis_content_vignette_discount:not([style="display:none"]) + .bought_by {
	top: 80px;
}

/* AVIS (GLOBAL) */

#avis {
	font-size: 10px;
	cursor: pointer;
	display: inline-flex;
	flex-wrap: wrap;
	align-items:center;
	width: 90%;
	margin: auto;
	text-align: left;
}
#avis .note {
	font: bold 12px OpenSans, Arial, sans-serif;
	margin-left: 8px;
}
#avis .nb_avis {
	width:100%;
	margin-top:5px;
}

/* DESK */

.avisRecap{
	display: inline-block;
	width: 30%;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	padding: 15px;
	font-size: 16px;
}
.avisRecap >div:first-of-type {
	font: bold 30px/40px OpenSans, Arial, sans-serif;
	text-align: center;
}
.avisRecap >div:first-of-type, .avisRecap >div:nth-child(2) {
	text-align: center;
}
.avisClients {
	font: 16px/20px OpenSans, Arial, sans-serif;
	display: inline-block;
	width: 66%;
	box-sizing: border-box;
	vertical-align: top;
	margin-left: 4%;
}
.avisClients > div:first-of-type > span > span {
	font: bold 20px/24px OpenSans, Arial, sans-serif;
}
.avisClients > div:first-child {
	padding-bottom: 2em;
}
.avisClientsDetail {
	border-top: 1px solid #e6e6e6;
	padding: 20px 0;
}
.avisClientsDetail >div:nth-child(2){
	font: 18px/22px OpenSans, Arial, sans-serif;
	color: #707070;
}
.avisClientsDetailHead {
	font: 18px/22px OpenSans, Arial, sans-serif;
	color: #363636;
}
.avisClientsDetailHead > div {
	font: 200 16px/22px OpenSans, Arial, sans-serif;
	text-transform: uppercase;
	color: #c0c0c0;
}
.avisClientsDetailStars {
	display: inline-block;
	margin: 10px 10px 10px 0;
}
.avisClient {
	clear: both;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.avisClient .comment {
	line-height: 18px;
	padding:0;
	margin: 1em 0;
	font: 12px OpenSans, Arial, sans-serif;
	width:100%;
	display:flex;
	justify-content: center;
	align-items: flex-start;
}

.avisClient .item {
	padding: 1px 2px 1px 4px;
	background-color: #c0c0c0;
}
.comment > div.review_global:nth-child(2) {
	margin: 0 10px;
	padding: 0 20px;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	text-align: left;
	width: 280px;
}
.review_global {
	display: inline-block;
	box-sizing: border-box;
	width: 220px;
	vertical-align: top;
	text-align: center;
	font-size: 14px;
}
.review_global > span {
	color: #363636;
	font: bold 18px OpenSans, Arial, sans-serif;
	display: block;
}
.review_global > div > span {
	color: #c30040;
	font-family: OpenSans, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
}
.review_global:first-child > div:first-child {margin: 0 0 10px;}

.comment {
	padding:0;
	margin: 0 5px 0 0;
}
.dis_content_vote {
	position: relative;
	margin: 10px auto auto;
	width: 100px;
	height: 30px;
	background: url(/images/stars_0.png) no-repeat left top;
}
.dis_over_star {
	float: left;
	width: 20px;
	height: 20px;
}
#reviewid {
	width: 300px;
	height: 150px;
	border: 1px solid #c0c0c0;
}

/*----- MOBILE -----*/

@media screen and (max-width: 600px) {
	.avisClient {
		width: 100%;
		padding: 0 5% 2em;
		margin: 2em auto;
		border-bottom: 1px solid #777;
	}
	.avisClient .prodcardOtherInfosTitle {
		text-transform: uppercase;
		font-size: 1.3em;
		font-family: OpenSans, Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-style: normal;
		display: block;
		-webkit-margin-before: 1.33em;
		-webkit-margin-after: 1.33em;
		-webkit-margin-start: 0;
		-webkit-margin-end: 0;
	}
	.avisClient .titre_details {
		display: block;
		font-family: OpenSans, Arial, sans-serif;
		font-weight: bold;
		font-size: 1.3em;
		text-transform: uppercase;
		margin-bottom: .5em;
	}
	.avisRecap {
		display: initial;
		width: 100%;
		border: 0;
		padding: 0;
	}
	.avisClient .comment {
		display:initial;
	}
	.avisClients{
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.avisClient hr {
		margin: 15px 0;
		border-width: 1px 0 0;
	}
	.avisClients > div:first-of-type > span {
		font-size: 13px;
	}
	.avisClients > div:first-of-type > span > span {
		font-size: 15px;
	}
	.avisClients .bt_red {
		width: 100%;
		font-size: 15px;
	}
	.avisClientsDetailHead {}
	div[itemprop="reviewRating"] {
		display:flex;
		justify-content: space-between;
		margin: 15px 0;
	}
	.avisClientsDetailStars {
		margin:0;
		display:flex;
		flex-direction: column;
		font-size: 13px;
	}
	.avisClientsDetail > div:last-child {
		margin-top: 15px;
	}

	.avisRecap > div:first-of-type, .avisRecap >div:nth-child(2) {text-align: initial;}
	.avisRecap > div:first-of-type {font-size: 1.8em;}
	.avisRecap .rating {
		font-family: OpenSans,Verdana,Arial,Helvetica,sans-serif;
		font-weight: bold;
		font-size: 1.3em;
		text-align: initial;
	}
	.avisRecap .rating span {
		color: #c30040;
		color: var(--main-color);
	}
	#link_more_review {
		display:block;
		width: 100%;
		text-align: center;
		text-transform: uppercase;
		padding: 10px;
		box-sizing: border-box;
		font-size: 1.1em;
		border-top: 1px solid #e6e6e6;
	}
}




/*****************************************************
*** @ADVANCED SIZELIST
*****************************************************/

.sizeList_container {
	position: relative;
	margin-bottom: 10px;
}
.sizeList_title {
	margin: 30px auto 10px auto;
	font: 15px/18px OpenSans,Arial,sans-serif;
	text-align: left;
}
.sizeList_selected {
	border: 1px solid #c0c0c0;
	font: 15px/18px OpenSans,Arial,sans-serif;
	padding: 12px 15px;
	margin: 10px auto 0;
	display:flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.sizeList_selected.disabled {
	background-color: #f0eeee;
	cursor: initial;
}
.sizeList_selected.disabled i {
	color: #c0c0c0;
}
.sizeList_selected > div {
	flex-grow: 1;
	display: flex;
	justify-content: flex-start;
}
.sizeList_selected div div:not(:first-child)::before {
	content: '\00a0-\00a0';
}
.sizeList_selected i {
	font-size: 16px;
	transition: all ease 200ms;
}
.sizeList_selected i.expanded {
	transform: rotate(180deg);
}
.sizeList {
	display: block;
	z-index: 2;
	font: 15px/18px OpenSans, Arial, sans-serif;
	width: 100%;
	list-style-type: none;
	box-sizing: border-box;
	border: 1px solid #c0c0c0;
	border-width: 0;
	position: absolute;
	max-height: 0;
	overflow:hidden;
	transition: max-height ease 200ms;
	margin:0;
	padding:0;
}
.sizeList.expanded {
	max-height: 200px;
	overflow: auto;
	scrollbar-width: thin;
	border-width: 0 1px 1px;
}
.sizeList.expanded::-webkit-scrollbar-track {
	background-color: #f0eeee;
}
.sizeList.expanded::-webkit-scrollbar {
	width: 6px;
	background-color: #f0eeee;
}
.sizeList.expanded::-webkit-scrollbar-thumb {background-color: #707070;}

.sizeList li {
	box-sizing: border-box;
	margin-left: 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 12px 15px;
	cursor: pointer;
	background-color: #fff;
}
.sizeList li:hover {
	background-color: #f0eeee;
}
.sizeList li:not(:last-child) {
	border-bottom: 1px solid #f0eeee;
}
.sizeList li.oos {
	color: #c0c0c0;
}
.sizeList li.selected {
	background-color: #dbdbdb;
}
.sizeList li input {
	display:none;
}

/*****************************************************
**** @RESPONSIVE
******************************************************/

@media screen and (max-width: 600px) {

	/* BOUGHT_BY */

	.bought_by {
		position: initial;
		max-width: initial;
		width: 90%;
		margin: -25px auto auto;
		text-align: center;
		font-size: .9em;
		background: #f0eeee;
		border: 0;
		height:0;
		padding:0;
	}
	.bought_by.on {
		height: fit-content;
		padding: 7px 5px;
		border: 1px solid #c0c0c0;
		margin-top: -10px;
	}

	/* AVIS (GLOBAL) */

	#prodcard_premium_info > div#avis {
		width: 90%;
		font-size: 1.3em;
		margin: 1em 5% 0;
		text-align: left;
		justify-content: flex-start;
		flex-wrap: nowrap;
	}
	#avis .note {
		margin: 0 8px;
	}
	#avis .nb_avis {
		font-size: .7em;
		margin: 0;
	}

	/* ADVANCED SIZELIST */

	.sizeList_container {
		width: 90%;
		margin: auto;
	}
	.sizeList_mask {
		width:100vw;
		height: 100vh;
		background: rgba(0,0,0,.5);
		position: fixed;
		bottom:0;
		left:0;
		z-index: 11;
		display:none;
	}
	.sizeList {
		position: fixed;
		bottom:0;
		left:0;
		z-index: 12;
	}
	.sizeList.expanded {
		max-height: 65vh;
		border-width: 1px 0 0;
	}
	.sizeList_mask.expanded {
		display:block;
	}
	.sizeList li {
		padding: 20px 15px;
	}
}


/*****************************************************
*** @ETOILES
*** Avis, notes type Google ...
*****************************************************/

.avis_stars {
	font-size:14px;
	color: #707070;
}
.avis_stars i:not(:last-child) {
	margin-right: 2px;
}
.avis_stars i.icon-star-full, .avis_stars i.icon-star-half {
	color: #c30040;
	color: var(--main-color);
}
.avis_stars i.icon-star-empty {
	color: #707070;
}



/*****************************************************
*** @BARRES DE NOTES
*****************************************************/
.barre_label {
	display: inline-block;
	font-family: OpenSans;
	font-weight: bold;
	width: 118px;
	text-transform: uppercase;
	vertical-align: middle;
	margin-bottom: 10px;
}
.barre {
	display: inline-block;
	width: 100px;
	height: 10px;
	background-color: #e6e6e6;
	vertical-align: middle;
	margin: 7px 0 10px;
}
.barre >div:first-child {
	background-color: #c30040;
	background-color: var(--main-color);
}
.barre + span {
	width: 32px;
	text-align: left;
}
.rating + div {
	margin: 10px 0 15px;
}
.repartition_avis {
	text-align: center;
}
.repartition_avis .barre_label {
	width: 50px;
}
.repartition_avis .barre > div:first-child {
	background-color: #363636;
}
.repartition_avis .barre + span {
	display:inline-block;
	margin-left: 8px;
}
@media screen and (max-width: 600px) {
	.review_level_bar {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.barre {
		width: 100%;
		flex-grow:1;
		margin-left: 10px;
	}
	.barre + span {
		width: 45px;
	}
}





/*****************************************************
*** @TRUSTPILOT
*****************************************************/

.trustpilot {
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 20px auto 0;
	width:fit-content;
}
.trustpilot:hover {color: #363636;}
.trustpilot > img:first-child {width: 120px;}
.trustpilot > img:nth-child(2) {width: 150px; margin-top: 10px;}
.trustpilot > div {
	width:100%;
	margin-top: 5px;
	text-align: center;
}
.trustpilot_header {
	height: 33px;
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 0 1em;
	width:fit-content;
}
.trustpilot_header > img:first-child {width: 80px;}
.trustpilot_header > img:nth-child(2) {width: 64px;margin-left:5px;}
.trustpilot_header > div {
	font-size: 0.8em;
}

/*****************************************************
*** @SP POPUP GLOBAL STYLES
*****************************************************/

/* Common */

.draggable {
	cursor: move;
}

/* Desktop */
#sp_popup_parent {
	position: fixed;
	z-index: 50000;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

#sp_popup_filter {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: rgba(100,100,100,0.5);
	z-index: 400;
}

.sp_popup {
	z-index:16777271;
	text-align: center;
	box-shadow: 0 0 10px #000000;
	background-color: rgba(255,255,255,1);
	border-radius: 3px;
}

/* .sp_single_popup{
	left:50vw!important;
	top:50vh!important;
	transform: translate(-50%,-50%);
}
 */
.sp_popup.small/*, .sp_popup_mobile.small */, .sp_popup_tablet.small {
	width: 30%;
	/*height: 85%;*/
}
.sp_popup_mobile.small {
	width: 80%;
	height: 90%;
}

.sp_popup.medium, .sp_popup_mobile.medium, .sp_popup_tablet.medium {
	width: 45%;
}

.sp_popup.large, .sp_popup_mobile.large, .sp_popup_tablet.large {
	width: 60%;
}

.sp_popup.big {
	width: 1100px;
	max-height: 100vh;
	overflow: auto;
	position: relative;
}

.sp_popup .sp_popup_content {
	overflow-y: auto;
	padding: 10px;
}

.sp_popup.small .sp_popup_content {
	max-height: 200px;
}

.sp_popup.medium .sp_popup_content {
	max-height: 500px;
}

.sp_popup.big .sp_popup_content {
	max-height: 90%;
}

.sp_popup_title {
	overflow:hidden;
	padding: 10px;
	line-height:30px;
	-webkit-touch-callout: none; /* iOS Safari */
	  -webkit-user-select: none; /* Safari */
	   -khtml-user-select: none; /* Konqueror HTML */
	     -moz-user-select: none; /* Firefox */
	      -ms-user-select: none; /* Internet Explorer/Edge */
	          user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
.sp_popup_title_content {
 	height: 100%;
    font-family: OpenSans, Arial, sans-serif;
    font-size: 15px;
	padding-left: 0.5em;
}
.sp_popup .sp_popup_close {
	font-size: 1.5em;
	text-decoration: none;
	font-weight: bold;
}
.sp_popup .sp_popup_close:hover {
	color:#91b6f2;
}
.sp_popup .sp_popup_title_separator {
	margin: auto;
	width: 75%;
	border: 0;
	border-bottom: 1px solid lightgray;
}
.sp_popup_content .home_title {margin: 10px!important;}

/* Mobile */

#sp_popup_filter_mobile, #sp_popup_filter_tablet {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 400;
	background-color: rgba(100,100,100,0.5);
}

.sp_popup_mobile, .sp_popup_tablet {
	position: fixed;
	background-color: white;
	z-index: 400;
	/* text-align: center; */
}

.sp_popup_mobile.big, .sp_popup_tablet.big {
	left: -100%;
	width: 100%;
	right: 0;
	bottom: 0;
	top: 0;
	max-height: 100%;
}
/*
.sp_popup_mobile .sp_popup_title {
	height: 5%;
}
 */
.sp_popup_mobile .sp_popup_content, .sp_popup_tablet .sp_popup_content {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	max-height: 90%;
	height: 90%;
}
.sp_popup_mobile .sp_popup_close, .sp_popup_tablet .sp_popup_close {
	display: flex;
	align-items: center;
	text-decoration: none;
}
.sp_popup_mobile h1,
.sp_popup_mobile h2,
.sp_popup_mobile h3,
.sp_popup_mobile .h1,
.sp_popup_mobile .h2,
.sp_popup_mobile .h3 {
    display: block;
    padding-left: 10px;
}
.sp_popup_mobile ul {
    margin: 0;
    padding: 0;
    font-size: 1.2em;
}
.sp_popup_mobile li {
	list-style: none;
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin: 0;
    padding: .5em 0 .5em 10px;
    border-bottom: 1px solid #f0eeee;
}
.sp_popup_mobile li i {
	font-size: 32px;
	margin-right:0.5em;
}
.sp_popup_mobile li a,
.sp_popup_mobile li span {
    display: inline-block;
    width: 90%;
    cursor: pointer;
    color: #363636;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.sp_popup_mobile li.menu-soldes,
.sp_popup_mobile li.menu-soldes span {
    color: #fff; /*--main-color*/
    background-color: #c30040; /*--main-color;*/
}
.sp_popup_title {
	color: #363636;
	font-size: 1.1em;
	padding: 10px 0 10px 1em;
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	min-height: 50px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	box-sizing: border-box;
}
.sp_popup_mobile .sp_popup_title { height: 10%; }
.sp_popup_title a {
    display: block;
    font-family: OpenSans, Arial, sans-serif;
    font-size: 1.3em;
    font-weight: 400;
    color: inherit;
    padding: 0 1em 0 0;
    text-transform: capitalize;
}
.sp_popup_title a i {
    font-size: 1.3em;
    display: inline-block;
    vertical-align: middle;
}
.sp_popup_title_separator {
	display: none;
}






/*****************************************************
*** @SP POPUP : STYLES INDIVIDUELS DES POPUPS
*****************************************************/

/*---- Popup : Contenu de votre précédent panier ----*/

.sp_popup_content h2 {
	font-size: 1.5em;
	padding-bottom: 0;
	margin-bottom: 0;
}
.sp_popup_content #popupVisit li { width: 100%; padding-bottom: 2em; box-shadow: none; border-bottom: 1px solid #c0c0c0; }
.sp_popup_content #popupVisit .price,
.sp_popup_content #popupVisit .ident_product { font-size: 1em!important; min-height: inherit; }
.sp_popup_content #popupVisit img { max-width: 20%; }
.sp_popup_content #popupVisit .product_info,
.sp_popup_content #popupVisit .img-product,
.sp_popup_content #popupVisit h3,
.sp_popup_content #popupVisit .popupVisitPriceSizeButton {
	width: 32%;
	vertical-align: middle;
}
.sp_popup_content #popupVisit .popupVisitPriceSizeButton:nth-child(4),
.sp_popup_content #popupVisit .popupVisitPriceSizeButton:last-of-type {
	display: inline-block;
	width: 50%;
}
.sp_popup_content .text-status,
.sp_popup_content .text-status-valide {
	line-height: 1.2;
}
.sp_popup_content .text-status-etat,
.sp_popup_content .text-status-date {
	font-size: 8px;
}

/*---- Popup : Produit dans le panier ----*/

.popup_panier {
	display:flex;
	justify-content: space-around;
	width:90%;
	margin: 0 auto;
	padding:20px;
	overflow: hidden;
	text-align: left;
}
.popup_panier h4 {
	margin: 0 0 20px;
	font-size: 19px;
}
.popup_panier #infoDescription {
	text-align:left;
	font: 12px/20px OpenSans, Arial, sans-serif;
	color:#707070;
	width:50%;
}
.popup_panier #productImage {
	max-width: 350px;
	align-self: flex-start;
}
.popup_panier .popup_panier_ref {margin-bottom:20px;}

.popup_panier .productDescriptionTitle {
	font: bold 14px/16px OpenSans,Arial,sans-serif;
	margin-top: 20px;
}
.popup_panier #products_info_refspartoo {
	font: 13px OpenSans,Arial,sans-serif;
	margin-bottom:20px;
}
.sp_popup_mobile .popup_panier {flex-direction:column; align-items: center; padding: 10px 20px;}
.sp_popup_mobile #productImage {margin-bottom: 20px;}
.sp_popup_mobile #productImage, .sp_popup_mobile #infoDescription {width:100%;}



/*--- PRODUITS COMPLEMENTAIRES ---*/
.sp_popup_content #popupProduitComplementaire {
	display: flex;
}
.sp_popup_content #popupProduitComplementaire > div {
	width: 50%;
	font-size: 16px;
}
.sp_popup_content .ProduitComplementaireSolo, .sp_popup_content #popupProduitComplementaireAllLook {
	position:  relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.sp_popup_content .ProductComp .vignette_discount_rounded {
	right: 30px;
	top: 20px;
}
.sp_popup_content .ProductComp .compTotalPrice, .sp_popup_content #popupProduitComplementaireAllLook form .compTotalPrice {
	margin: 1em auto;
	padding: 1em 0 0 0;
}
.sp_popup_content input, .sp_popup_content textarea, .sp_popup_content select {
    font-family: OpenSans, Arial, Helvetica, sans-serif;
    vertical-align: middle;
    font-size: inherit;
    color: #363636;
    background-color: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
	padding: 0.5em;
}
.sp_popup_content .ProduitComplementaireSolo .ProductComp {
	border: 1px solid #e6e6e6;
}
.sp_popup_content .ProductComp form, .sp_popup_content #popupProduitComplementaireAllLook form  {
	width: 100%;
	padding: 1em;
	position: relative;
}
.sp_popup_content #popupProduitComplementaireAllLook form  {
	border: 1px solid #e6e6e6;
}
.sp_popup_content #popupProduitComplementaireList {
	display: flex;
	align-items: center;
}
.sp_popup_content #popupProduitComplementaireList i {
	font-size: 3em;
}
.sp_popup_content .popupProduitComplementaireAccroche {
	width: 100%;
	font-size: 20px;
	font-family: 'OpenSansCond';
	text-transform: uppercase;
	font-weight: bold;
}
.sp_popup_content .fidelity_mdf {
	font-size: 1.4em;
	margin-bottom: 2em;
}
.sp_popup_content .fidelity_mdf h3 {
	font-weight: lighter;
	font-size: 2.5em;
	background-color: #fff;
	margin: 0;
}
.sp_popup_content .fidelity_mdf ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 80%;
	font-size: 1rem;
	min-height: 100px;
	margin: auto;
	list-style-type: none;
}
.sp_popup_content .fidelity_mdf > div:first-of-type {
	padding: 0 0 1em 0;
	font-weight: bold;
	background-color: #fff;
}
.sp_popup_content .fidelity_mdf div:first-of-type b {
	color: #c30040;
}
.sp_popup_content .fidelity_mdf > div:last-of-type {
	margin-top: 0;
	margin-bottom: 0.5em;	
	padding-top: 1em; 
	text-transform: uppercase;
	font: bold 1rem/1rem OpenSansCond, sans-serif;
	border-top: 1px solid #e6e6e6;
}
.sp_popup_content .fidelity_mdf li {
	max-width: 22%;
	margin-left: 0;
}
.sp_popup_content .fidelity_mdf li i {
	display: block;
	font-size: 2em;
}
.sp_popup_content .fidelity_mdf form {
	width: 80%;
	margin: 1em auto;
	text-align: left;
}
.sp_popup_content .fidelity_mdf form div {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 1em 0;
}
.sp_popup_content .fidelity_mdf form label {
	margin: 0 0.5em;
	font-size: 1.6em;
	font-weight: lighter;
}
.sp_popup_content .fidelity_mdf form input + label {
	margin: 0 0.5em;
	font-size: 1em;
	font-weight: normal;
}
.sp_popup_content .fidelity_mdf input[type="text"], .sp_popup_content .fidelity_mdf input[type="tel"], .sp_popup_content .fidelity_mdf input[type="date"] {
	height: auto;
	padding: 0.5em 1em;
	font-size: 1em;
	border-radius: 3px;
	-webkit-appearance: none;
	background-color: #FFF;
	border: 1px solid #e6e6e6;
	flex: 1;
}
.sp_popup_content .fidelity_mdf input[type="submit"] {
	display: flex;
	width: 100%;
	justify-content: center;
	height: auto;
	padding: 0.4rem 0.6rem;
	background-color: #628f00;
	color: #ffffff;
	text-decoration: none;
	border: none;
	border-radius: 2px;
	cursor: pointer;
	transition: all .3s;
}
@media (max-width: 900px){
	.sp_popup_content #popupProduitComplementaire select {
		width: 100%;
	}
	.sp_popup_content #popupProduitComplementaire {
		flex-direction: column;
		text-align: center;
	}
	.sp_popup_content #popupProduitComplementaire > div {
		width: 100%;
	}
	.sp_popup_content .ProduitComplementaireSolo .ProductComp {
		font-size: 1rem;
		box-sizing: border-box;
		width: 50%;
		text-align: center;
	}
	.sp_popup_content .vignette_discount_rounded {
		align-items: center;
		justify-content: center;
	}
	.sp_popup_content #popupProduitComplementaireAllLook form {
		font-size: 1rem;
		box-sizing: border-box;
		text-align: center;
	}
	.sp_popup_content .popupProduitComplementaireAccroche {
		padding: 1em 0.25em;
	}
}




@font-face {
    font-family: "OpenSans";
    src: url('/font/regular/OpenSans-Regular-webfont.eot');
    src: url('/font/regular/OpenSans-Regular-webfont.eot?#iefix') format('eot'), url('/font/regular/OpenSans-Regular-webfont.woff') format('woff'), url('/font/regular/OpenSans-Regular-webfont.ttf') format('truetype'), url('/font/regular/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: "OpenSans";
    src: url('/font/italic/OpenSans-Italic-webfont.eot');
    src: url('/font/italic/OpenSans-Italic-webfont.eot?#iefix') format('eot'), url('/font/italic/OpenSans-Italic-webfont.woff') format('woff'), url('/font/italic/OpenSans-Italic-webfont.ttf') format('truetype'), url('/font/italic/OpenSans-Italic-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: auto;
}
@font-face {
    font-family: "OpenSans";
    src: url('/font/light/OpenSans-Light-webfont.eot');
    src: url('/font/light/OpenSans-Light-webfont.eot?#iefix') format('eot'), url('/font/light/OpenSans-Light-webfont.woff') format('woff'), url('/font/light/OpenSans-Light-webfont.ttf') format('truetype'), url('/font/light/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: "OpenSans";
    src: url('/font/bold/OpenSans-Bold-webfont.eot');
    src: url('/font/bold/OpenSans-Bold-webfont.eot?#iefix') format('eot'), url('/font/bold/OpenSans-Bold-webfont.woff') format('woff'), url('/font/bold/OpenSans-Bold-webfont.ttf') format('truetype'), url('/font/bold/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: "OpenSans";
    src: url('/font/extra-bold/OpenSans-ExtraBold-webfont.eot');
    src: url('/font/extra-bold/OpenSans-ExtraBold-webfont.eot?#iefix') format('eot'), url('/font/extra-bold/OpenSans-ExtraBold-webfont.woff') format('woff'), url('/font/extra-bold/OpenSans-ExtraBold-webfont.ttf') format('truetype'), url('/font/extra-bold/OpenSans-ExtraBold-webfont.svg#OpenSansExtrabold') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: "OpenSansCond";
    src: url('/font/bold/OpenSans-CondBold-webfont.eot');
    src: url('/font/bold/OpenSans-CondBold-webfont.eot?#iefix') format('eot'), url('/font/bold/OpenSans-CondBold-webfont.woff') format('woff'), url('/font/bold/OpenSans-CondBold-webfont.ttf') format('truetype'), url('/font/bold/OpenSans-CondBold-webfont.svg#OpenSansExtrabold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: "OpenSansCond";
    src: url('/font/light/OpenSansCondensed-Light.eot');
    src: url('/font/light/OpenSansCondensed-Light.eot?#iefix') format('eot'), url('/font/light/OpenSansCondensed-Light.woff') format('woff'), url('/font/light/OpenSansCondensed-Light.ttf') format('truetype'), url('/font/light/OpenSansCondensed-Light.svg#OpenSansCondLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: auto;
}

/* ===================================================== */
/*                         ICOFONT                       */
/* ===================================================== */

@font-face {
    font-family: 'icoSpartoo';
    src:    url('/font/icoSpartoo/icoSpartoo-20240905.eot?8js4yz');
    src:    url('/font/icoSpartoo/icoSpartoo-20240905.eot?8js4yz#iefix') format('embedded-opentype'),
        url('/font/icoSpartoo/icoSpartoo-20240905.ttf?8js4yz') format('truetype'),
        url('/font/icoSpartoo/icoSpartoo-20240905.woff?8js4yz') format('woff'),
        url('/font/icoSpartoo/icoSpartoo-20240905.svg?8js4yz#icospartoo') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icoSpartoo'!important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-colisok:before {
  content: "\e9a1";
}
.icon-accessoire-homme:before {
  content: "\e900";
}
.icon-accessoires:before {
  content: "\e901";
}
.icon-affichageDetail:before {
  content: "\e902";
}
.icon-affichageMenu:before {
  content: "\e903";
}
.icon-affichageVignette:before {
  content: "\e904";
}
.icon-aide:before {
  content: "\e905";
}
.icon-android:before {
  content: "\e906";
}
.icon-annulation-commande:before {
  content: "\e907";
}
.icon-annuler:before {
  content: "\e908";
}
.icon-apple:before {
  content: "\e909";
}
.icon-appli:before {
  content: "\e90a";
}
.icon-arobase:before {
  content: "\e90b";
}
.icon-attente-paiement:before {
  content: "\e90c";
}
.icon-bijoux:before {
  content: "\e90d";
}
.icon-blanchimentChlore:before {
  content: "\e90e";
}
.icon-blanchimentExclu:before {
  content: "\e90f";
}
.icon-blanchimentOxygene:before {
  content: "\e910";
}
.icon-blog:before {
  content: "\e911";
}
.icon-cadenas:before {
  content: "\e912";
}
.icon-chat:before {
  content: "\e913";
}
.icon-chaussure:before {
  content: "\e914";
}
.icon-chaussure-homme:before {
  content: "\e915";
}
.icon-chequeCadeau:before {
  content: "\e916";
}
.icon-cochon:before {
  content: "\e917";
}
.icon-coeur:before {
  content: "\e918";
}
.icon-coupons:before {
  content: "\e919";
}
.icon-cumule:before {
  content: "\e91a";
}
.icon-eauExclu:before {
  content: "\e91b";
}
.icon-enHaut:before {
  content: "\e91c";
}
.icon-etoile:before {
  content: "\e91d";
}
.icon-facebook:before {
  content: "\e91e";
}
.icon-flecheBas:before {
  content: "\e91f";
}
.icon-flecheDroite:before {
  content: "\e920";
}
.icon-flecheGauche:before {
  content: "\e921";
}
.icon-flecheHaut:before {
  content: "\e922";
}
.icon-google:before {
  content: "\e923";
}
.icon-guideChaussure:before {
  content: "\e924";
}
.icon-infog:before {
  content: "\e925";
}
.icon-instagram:before {
  content: "\e926";
}
.icon-ipad:before {
  content: "\e927";
}
.icon-iphone:before {
  content: "\e928";
}
.icon-jean:before {
  content: "\e929";
}
.icon-lavageProExclu:before {
  content: "\e92a";
}
.icon-livraisonGratuite:before {
  content: "\e92b";
}
.icon-log-connect:before {
  content: "\e92c";
}
.icon-logistic:before {
  content: "\e92d";
}
.icon-log-mypack:before {
  content: "\e92e";
}
.icon-log-package:before {
  content: "\e92f";
}
.icon-log-package2:before {
  content: "\e930";
}
.icon-log-print:before {
  content: "\e931";
}
.icon-log-renren:before {
  content: "\e932";
}
.icon-log-send:before {
  content: "\e933";
}
.icon-log-ups:before {
  content: "\e934";
}
.icon-log-wechat:before {
  content: "\e935";
}
.icon-log-weibo:before {
  content: "\e936";
}
.icon-lookbook:before {
  content: "\e937";
}
.icon-loupe:before {
  content: "\e938";
}
.icon-main:before {
  content: "\e939";
}
.icon-mainExclu:before {
  content: "\e93a";
}
.icon-maison:before {
  content: "\e93b";
}
.icon-mine:before {
  content: "\e93c";
}
.icon-modifier:before {
  content: "\e93d";
}
.icon-moins:before {
  content: "\e93e";
}
.icon-montre:before {
  content: "\e93f";
}
.icon-NettoyagePro_F:before {
  content: "\e940";
}
.icon-NettoyagePro_F1:before {
  content: "\e941";
}
.icon-NettoyagePro_F2:before {
  content: "\e942";
}
.icon-NettoyagePro_P:before {
  content: "\e943";
}
.icon-NettoyagePro_P1:before {
  content: "\e944";
}
.icon-NettoyagePro_P2:before {
  content: "\e945";
}
.icon-NettoyagePro_W:before {
  content: "\e946";
}
.icon-NettoyagePro_W1:before {
  content: "\e947";
}
.icon-NettoyagePro_W2:before {
  content: "\e948";
}
.icon-newsletter:before {
  content: "\e949";
}
.icon-packClose:before {
  content: "\e94a";
}
.icon-packOpen:before {
  content: "\e94b";
}
.icon-panier:before {
  content: "\e94c";
}
.icon-parrainage:before {
  content: "\e94d";
}
.icon-partager:before {
  content: "\e94e";
}
.icon-persoCompte:before {
  content: "\e94f";
}
.icon-persoHappy:before {
  content: "\e950";
}
.icon-pieces:before {
  content: "\e951";
}
.icon-pinterest:before {
  content: "\e952";
}
.icon-plus:before {
  content: "\e953";
}
.icon-poubelle:before {
  content: "\e954";
}
.icon-premium-livraison:before {
  content: "\e955";
}
.icon-premium-payment:before {
  content: "\e956";
}
.icon-premium-reduc:before {
  content: "\e957";
}
.icon-prixLePlusBas:before {
  content: "\e958";
}
.icon-pull:before {
  content: "\e959";
}
.icon-quarante:before {
  content: "\e95a";
}
.icon-quarante1:before {
  content: "\e95b";
}
.icon-quarante2:before {
  content: "\e95c";
}
.icon-rechercher:before {
  content: "\e95d";
}
.icon-referencement:before {
  content: "\e95e";
}
.icon-repassage1:before {
  content: "\e95f";
}
.icon-repassage2:before {
  content: "\e960";
}
.icon-repassage3:before {
  content: "\e961";
}
.icon-repassageExclu:before {
  content: "\e962";
}
.icon-retourGratuit:before {
  content: "\e963";
}
.icon-rh:before {
  content: "\e964";
}
.icon-robe:before {
  content: "\e965";
}
.icon-sac:before {
  content: "\e966";
}
.icon-satisfaitOuRembourse:before {
  content: "\e967";
}
.icon-sauver:before {
  content: "\e968";
}
.icon-sechage:before {
  content: "\e969";
}
.icon-sechage1:before {
  content: "\e96a";
}
.icon-sechage2:before {
  content: "\e96b";
}
.icon-sechageExclu:before {
  content: "\e96c";
}
.icon-shoesPair:before {
  content: "\e96d";
}
.icon-soixante:before {
  content: "\e96e";
}
.icon-soixante1:before {
  content: "\e96f";
}
.icon-soixante2:before {
  content: "\e970";
}
.icon-tee-shirt:before {
  content: "\e971";
}
.icon-telechargement:before {
  content: "\e972";
}
.icon-telephone:before {
  content: "\e973";
}
.icon-tickets:before {
  content: "\e974";
}
.icon-too:before {
  content: "\e975";
}
.icon-tools:before {
  content: "\e976";
}
.icon-top:before {
  content: "\e977";
}
.icon-trente:before {
  content: "\e978";
}
.icon-trente1:before {
  content: "\e979";
}
.icon-trente2:before {
  content: "\e97a";
}
.icon-triangleDroite:before {
  content: "\e97b";
}
.icon-triangleGauche:before {
  content: "\e97c";
}
.icon-twitter:before {
  content: "\e97d";
}
.icon-valider:before {
  content: "\e97e";
}
.icon-veste:before {
  content: "\e97f";
}
.icon-video:before {
  content: "\e980";
}
.icon-wt-logo:before {
  content: "\e981";
}
.icon-wt-lookbook:before {
  content: "\e982";
}
.icon-wt-mode:before {
  content: "\e983";
}
.icon-wt-plus:before {
  content: "\e984";
}
.icon-wt-psycho:before {
  content: "\e985";
}
.icon-wt-so-hot:before {
  content: "\e986";
}
.icon-wt-tendance:before {
  content: "\e987";
}
.icon-coeur-plein:before {
  content: "\e988";
}
.icon-annulation-commande2:before {
  content: "\e989";
}
.icon-attente-paiement2:before {
  content: "\e98a";
}
.icon-colis-retourne:before {
  content: "\e98b";
}
.icon-partager2:before {
  content: "\e98c";
}
.icon-retour-rembourse:before {
  content: "\e98d";
}
.icon-validation-commande:before {
  content: "\e98e";
}
.icon-whatsapp:before {
  content: "\e98f";
}
.icon-cible:before {
  content: "\e990";
}
.icon-stats:before {
  content: "\e991";
}
.icon-etoile-pleine:before {
  content: "\e992";
}
.icon-localisation:before {
  content: "\e993";
}
.icon-filtres:before {
  content: "\e994";
}
.icon-bell:before {
  content: "\e995";
}
.icon-bell-full:before {
  content: "\e996";
}
.icon-hanger:before {
  content: "\e997";
}
.icon-holidays:before {
  content: "\e998";
}
.icon-info:before {
  content: "\e999";
}
.icon-info-int:before {
  content: "\e99a";
}
.icon-plus-circle:before {
  content: "\e99b";
}
.icon-plus-full-circle:before {
  content: "\e99c";
}
.icon-vendeur:before {
  content: "\e99d";
}
.icon-vendeur-notif:before {
  content: "\e99e";
}
.icon-avis:before {
  content: "\e99f";
}
.icon-parrain:before {
  content: "\e9a0";
}
.icon-eco:before {
    content: "\e9a2";
}
.icon-360:before {
    content: "\e9a3";
}
.icon-local:before {
  content: "\e9a4";
}
.icon-ethique:before {
  content: "\e9a5";
}
.icon-certifie:before {
  content: "\e9a6";
}
.icon-star-half:before {
    content: "\e9a7";
}
.icon-star-full:before {
    content: "\e9a8";
}
.icon-star-empty:before {
    content: "\e9a9";
}
.icon-hot:before {
    content: "\e9aa";
}
.icon-accessoireshoes:before {
  content: "\e9ab";
}
.icon-ballerines:before {
  content: "\e9ac";
}
.icon-bandouliere:before {
  content: "\e9ad";
}
.icon-beaute:before {
  content: "\e9ae";
}
.icon-bermudas:before {
  content: "\e9af";
}
.icon-bijoux1:before {
  content: "\e9b0";
}
.icon-blouses:before {
  content: "\e9b1";
}
.icon-boite:before {
  content: "\e9b2";
}
.icon-bottes:before {
  content: "\e9b3";
}
.icon-bottines:before {
  content: "\e9b4";
}
.icon-boxers:before {
  content: "\e9b5";
}
.icon-brassieres:before {
  content: "\e9b6";
}
.icon-bureau:before {
  content: "\e9b7";
}
.icon-cabas:before {
  content: "\e9b8";
}
.icon-calecons:before {
  content: "\e9b9";
}
.icon-canape:before {
  content: "\e9ba";
}
.icon-cartable:before {
  content: "\e9bb";
}
.icon-chaisejardin:before {
  content: "\e9bc";
}
.icon-chaussettes:before {
  content: "\e9bd";
}
.icon-chaussons:before {
  content: "\e9be";
}
.icon-chemises:before {
  content: "\e9bf";
}
.icon-corps:before {
  content: "\e9c0";
}
.icon-costumes:before {
  content: "\e9c1";
}
.icon-coussin:before {
  content: "\e9c2";
}
.icon-deco:before {
  content: "\e9c3";
}
.icon-deguisos:before {
  content: "\e9c4";
}
.icon-derbies:before {
  content: "\e9c5";
}
.icon-eco2:before {
  content: "\e9c6";
}
.icon-entretien:before {
  content: "\e9c7";
}
.icon-escarpins:before {
  content: "\e9c8";
}
.icon-espadrilles:before {
  content: "\e9c9";
}
.icon-jeans:before {
  content: "\e9ca";
}
.icon-joggings:before {
  content: "\e9cb";
}
.icon-jupes:before {
  content: "\e9cc";
}
.icon-lampe:before {
  content: "\e9cd";
}
.icon-leggings:before {
  content: "\e9ce";
}
.icon-levres:before {
  content: "\e9cf";
}
.icon-lit:before {
  content: "\e9d0";
}
.icon-maillotsbain:before {
  content: "\e9d1";
}
.icon-manteaux:before {
  content: "\e9d2";
}
.icon-marcel:before {
  content: "\e9d3";
}
.icon-mocassins:before {
  content: "\e9d4";
}
.icon-montres:before {
  content: "\e9d5";
}
.icon-mules:before {
  content: "\e9d6";
}
.icon-new:before {
  content: "\e9d7";
}
.icon-ongles:before {
  content: "\e9d8";
}
.icon-outlet:before {
  content: "\e9d9";
}
.icon-pantalons:before {
  content: "\e9da";
}
.icon-parfums:before {
  content: "\e9db";
}
.icon-pochette:before {
  content: "\e9dc";
}
.icon-portedoc:before {
  content: "\e9dd";
}
.icon-portefeuille:before {
  content: "\e9de";
}
.icon-pulls:before {
  content: "\e9df";
}
.icon-rasoir:before {
  content: "\e9e0";
}
.icon-robe1:before {
  content: "\e9e1";
}
.icon-robes:before {
  content: "\e9e2";
}
.icon-roulettes:before {
  content: "\e9e3";
}
.icon-sacados:before {
  content: "\e9e4";
}
.icon-sacamain:before {
  content: "\e9e5";
}
.icon-sacordi:before {
  content: "\e9e6";
}
.icon-sacsport:before {
  content: "\e9e7";
}
.icon-salopettes:before {
  content: "\e9e8";
}
.icon-sandales:before {
  content: "\e9e9";
}
.icon-sante:before {
  content: "\e9ea";
}
.icon-serviette:before {
  content: "\e9eb";
}
.icon-shampoing:before {
  content: "\e9ec";
}
.icon-skate:before {
  content: "\e9ed";
}
.icon-slipon:before {
  content: "\e9ee";
}
.icon-slips:before {
  content: "\e9ef";
}
.icon-sneakers:before {
  content: "\e9f0";
}
.icon-solaire:before {
  content: "\e9f1";
}
.icon-soutifs:before {
  content: "\e9f2";
}
.icon-sport:before {
  content: "\e9f3";
}
.icon-sweats:before {
  content: "\e9f4";
}
.icon-table:before {
  content: "\e9f5";
}
.icon-tableau:before {
  content: "\e9f6";
}
.icon-tabouret:before {
  content: "\e9f7";
}
.icon-tapis:before {
  content: "\e9f8";
}
.icon-teint:before {
  content: "\e9f9";
}
.icon-tongs:before {
  content: "\e9fa";
}
.icon-travail:before {
  content: "\e9fb";
}
.icon-trousse:before {
  content: "\e9fc";
}
.icon-tshirt:before {
  content: "\e9fd";
}
.icon-underwear:before {
  content: "\e9fe";
}
.icon-valise:before {
  content: "\e9ff";
}
.icon-vanity:before {
  content: "\ea00";
}
.icon-vestes:before {
  content: "\ea01";
}
.icon-visage:before {
  content: "\ea02";
}
.icon-yeux:before {
  content: "\ea03";
}
.icon-ados:before {
  content: "\ea04";
}
.icon-baby:before {
  content: "\ea05";
}
.icon-basketball:before {
  content: "\ea06";
}
.icon-fitness:before {
  content: "\ea07";
}
.icon-football:before {
  content: "\ea08";
}
.icon-golf:before {
  content: "\ea09";
}
.icon-indoor:before {
  content: "\ea0a";
}
.icon-kid:before {
  content: "\ea0b";
}
.icon-natation:before {
  content: "\ea0c";
}
.icon-rando:before {
  content: "\ea0d";
}
.icon-rugby:before {
  content: "\ea0e";
}
.icon-running:before {
  content: "\ea0f";
}
.icon-ski:before {
  content: "\ea10";
}
.icon-tennis:before {
  content: "\ea11";
}
.icon-velo:before {
  content: "\ea12";
}
.icon-boots:before {
  content: "\ea13";
}
.icon-cadenas2:before {
  content: "\ea14";
}
.icon-zoom:before {
  content: "\ea15";
}
.icon-pyjamas:before {
  content: "\ea16";
}
.icon-kids:before {
  content: "\ea17";
}
.icon-skate2:before {
  content: "\ea18";
}
.icon-alert:before {
  content: "\ea19";
}


#logoassurtoo {
	margin: 0 auto;
    display: block;
	text-align:center;
}

#introassurtoofonctionnement  {
	justify-content: space-around;
}
#introassurtoo {
	text-align:center;
	display: flex;
    flex-direction: column-reverse;
}
.titreasurtoo {
	text-transform:uppercase;
	font:20px OpenSansBold,Arial,sans-serif;
	border:1px solid #c30040;
	padding:10px;
	margin:20px 0;
	text-align:center;
}
#introassurtooavantages {
    justify-content: space-between;
	margin:20px 0 20px 0;
}
#sstitreavantages {
	font:15px OpenSansBold,Arial,sans-serif;
}
#introtxt {
	font:14px OpenSans,Arial,sans-serif;
	text-align:center;
	width:100%;
	padding:20px;
}
#introtxt a {
	display:bloc;
	margin:10px 0;
	background-color:#c30040;
	color:#fff;
	font:15px OpenSansBold,Arial,sans-serif;
	padding:10px ;
}
#souscrir {
	text-transform:uppercase;
	text-align:center;
	font:15px OpenSansBold,Arial,sans-serif;
	border:1px solid #c30040;
	color:#c30040;
	padding:30px;
	
}
.titreavantages {
	text-transform:uppercase;
	font:20px OpenSansBold,Arial,sans-serif;
}
.txtoavantagesdescription {
	background-color:#c30040;
	color:#fff;
	text-align:center;
	width:100%;
	padding:10px;
	align-items: center;
}
.txtfonctionnementdescription {
	color:#c30040;
	text-transform:uppercase;
	text-align:center;
	width:100%;
}
.txtfonctionnementdescription img{
	display:none;
}
.txtoavantagesdescription p{
	font:14px OpenSansBold,Arial,sans-serif;
}
#btnsinistre {
	background-color:#c30040;
	color:#fff;
	font:18px OpenSansBold,Arial,sans-serif;
	padding:30px ;
    margin: 20px auto 20px;
    text-align: center;
    width: 100%;
}
#btnsinistre a{
	color:#fff;
}

/*bandeau panier*/
.panierassurtoo{
width:100%;
}
a.panierassurtoo{
color:#707070;
}
#txtassurtoo {
border:1px solid #c30040;
border-radius: 5px 5px 5px 5px;
width: 100%;
font: 13px OpenSans, Arial, sans-serif;
}
#txtassurtoo p{
margin:0;
}
#txt1 {
padding:20px;
}
#txt1 p{
text-transform:uppercase;
color:#c30040;
font: 18px OpenSansCond, Arial, sans-serif;
font-weight: bold;
}
#txt1 span{
color:#707070;
font: 14px OpenSans, Arial, sans-serif;

}
#sstitreassurtoo {
text-transform:uppercase;
color:#707070;
}
#btnassurtoo{
text-align:center;
color:#c30040;
line-height: 2em;
margin:10px 0;
}
#btnassurtoo{
background-color: #c30040;
color: #fff;
padding: 5% 5%;
border-radius: 5px;
font: bold 21px OpenSansCond, Arial, sans-serif;
text-transform: uppercase;
}
#asurtooprix {
font: 22px OpenSansRegular, Arial, sans-serif;
}
#condassurtoo {
color:#707070;
font: 11px OpenSansRegular, Arial, sans-serif;
padding:10px;
}

/*---- PAGE "AIDE" ----*/
#answersTree {
    width: 100%;
}
.level1Div {
    display: inline-block;
	width: 25%;
	vertical-align: top;
	text-align: center;
}
.level1Div h2, .leftTreeLevel1Div h2 {
    font: bold 20px/24px OpenSansCond;
    margin:0;
    text-transform: uppercase;
    display: inline-block;
}
.level1Div h2:first-letter {text-transform: uppercase;}

.puce_circle {
    margin: 0 5px -3px -10px;
    width: 28px;
    height: 28px;
    display: inline-block;
    font: 17px Georgia, Utopia, Charter, serif;
    text-align: center;
    color: #fff;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    background: #363636;
}
.puce_circle p {
    margin: 0 1px 0 0;
    line-height: 22px;
}
.level2Div {
    margin-left: 10px;
    padding: 0;
}
.level2Div h1 {
	font-size: 18px;
	text-align: left;
	text-transform: uppercase;
}

.level3Div {
    margin-left: 0;
    padding: 6px;
}
.level3DivTitle {font: 200 16px/30px OpenSans;text-decoration: underline;}

.level4ask {
    margin: 2px 2px 2px 0;
    padding: 1px;
    height: 20px;
    line-height: 20px;
}
.ticketContact {
    margin: 10px;
    padding: 2px;
	text-align: justify;
	font-size: 14px;
}
.ticketContact a {
    color: #c30040;
	text-decoration: underline;
}
.ticketCourier {
    padding: 10px;
    text-align:center;
    background-color:#fff;
}
.level4answer {
    padding: 4px;
    display: none;
    text-align: justify;
}
.level4answerOk {
    margin: 10px 0;
    text-align: center;
    font-weight: bold;
    padding-bottom:5px;
    border-bottom:1px solid #c0c0c0;
}
.level2Container {
    margin: 0 auto;
}
.level2Titre {
    margin: auto;
}
.level2Titre:hover {
    margin: auto;
}
.level2Titre a {color: #707070;}
.level2Titre:hover a {color: #fff;}
.level2Titre:first-letter {text-transform: uppercase;}

.tagsTexte {
    margin: 0 auto;
    padding: 0 0 5px;
    width: 895px;
    text-align: center;
    border-bottom: 1px solid #c0c0c0;
}
.leftTree {
    margin: 0;
    width: 25%;
    float: left;
    min-height: 360px;
}
.rightTree {
    width: 75%;
    float: left;
}
.leftTreeLevel1Div {text-align: left;}
.leftTreeLevel1Div h2 {
    font-size: 16px;
    margin-bottom:5px;
    display:inline-block;
}
.leftTreeLevel1Titre {
    padding: 5px 0;
    display: inline-block;
    font-size:12px;
}
.leftTreeLevel1Titre:first-letter {text-transform:uppercase;}

.leftTreeLevel2Titre, .leftTreeLevel2TitreSelected {
    padding: 0 0 5px 18px;
    text-align: left;
}
#explainBox {
    margin: 10px 0 0 25px;
    width: 430px;
}
.helpFollowTickets {
    border: 1px solid #363636;
    padding: 0 10px;
    border-radius: 3px;
    line-height: 3em;
    margin: 0 0 10px 5%;
    display: inline-block;
}
.helpNumCall {
	font-size: 2em;
}
#contact-area {
	width: 100%;
	padding: 1em 5%;
    font-size: 0.9em;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}
#contact-area i {
	font-size: .75;
}
.menufaq {
    font-size: 12px;
    font-weight: bold;
    color: #c30040;
}
.faq_pays {
    padding-top: 25px;
    border-top: 1px solid #c0c0c0;
}
#explainBox p, #faqBox p {
    margin: 0 0 40px 10px;
    text-align: left;
}
span[id*="desc_pj"] .icon-annuler {cursor:pointer;}

/*
.fakeBtn {
  	display:inline-block;
  	background-color: #c30040 !important;
  	color:#fff;
  	margin:auto;
  	padding: 4px 12px;
  	font: 13px/25px OpenSans, Arial, sans-serif;
  	text-decoration:none;
  	border-radius:3px;
}
.fakeBtn i {font-size:17px;}
 */

.fileUpload {
  	position: relative;
  	overflow: hidden;
  	/* margin: 10px */;
}
.fileUpload input.upload {
  	position: absolute;
  	top: 0;
  	left: 0;
  	margin: 0;
  	padding: 0;
  	font-size: 20px;
  	cursor: pointer;
  	opacity: 0;
  	filter: alpha(opacity=0);
  	width:100%;
}
#aide {
	padding: 0 5%;
}
#aide a, .helpFollowTickets a, #contactBoxes a {
	color: #363636;
}
#aide a, #contactBoxes a {
	text-decoration: underline;
}
#aide h2, #aide h3, #aide h4, #aide h5 {
	margin: 0 auto;
	cursor: pointer;
}
#aide h2 {
	font: bold 20px/30px OpenSans, Arial, sans-serif;
	text-transform: uppercase;
    margin: 30px auto 0;
}
#aide h3 {
	font: 16px OpenSans, Arial, sans-serif;
    padding: 1em 0 1em 0;
	color: #c30040;
	border-top: 1px solid #e6e6e6;
}
#aide h4 {
	font: 14px OpenSans, Arial, sans-serif;
    padding: 0.4em 0 1em 0;
}
#aide h5 {
	font: 200 12px OpenSans, Arial, sans-serif;
    padding: 0.4em 0 1em 0;
	text-decoration: underline;
}
#aide h2 i, #aide h3 i {
	font-size: 18px;
}
#aide h4 i {
	font-size: 16px;
}
#aide h5 i {
	font-size: 12px;
}
.blocLevel1, .blocLevel3 {
	display: none;
}
.blocLevel2 {
	margin: 0 auto;
	display: none;
}
.blocLevel4 {
	display: none;
	font: 14px/20px OpenSans, Arial, sans-serif;
	font-size: 12px;
}
.blocLevel5 {
	display: none;
	margin: 0 0 20px;
	text-align: justify;
}
.showHelpForm {
	margin: 10px auto;
}
/*  Formulaire  */
.formQuestion {
    margin:0;
    padding: 5px;
    text-align: left;
	border: none;
	background: none;
}
.formQuestion h2 {
	font: 200 24px/30px OpenSans, Arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
    margin: 0 auto;
}
.formQuestionTicketInfo {
	display: block;
	width: 100%;
	text-align: left;
}
.formQuestionTicketInfo input,
.formQuestionTicketTextArea select,
.formQuestionTicketTextArea button { width: 100%; margin-bottom: 0; }
.formQuestionTicketInfo > b,
.formQuestionTicketTextArea b { display: block; margin: 1em 0 0.5em 0; }
.formQuestionTicketTextArea {
	width: 90%;
	margin: auto auto 2em auto;
}
.formQuestionTicketTextArea textarea{
	margin: 10px 0;
	width: 100%;
}
.TicketInfoInputContainer {
    width: 90%;
	margin: auto;
	vertical-align: top;
}
.helpCmdDetail {
	background-color: #f0eeee;
	padding: 20px;
	font-size: 14px;
}
.order_options {
	position: relative;
	padding: 0;
	width: auto;
	right: 0;
	top: 0;
}
.helpCmdDetailProducts {
	display: none;
}
.helpCmdDetailProduct {
	display: inline-block;
	width: 31%;
	margin: 0 1%;
	padding: 5px 5px 5px 15px;
	border: 1px solid #e6e6e6;
	background-color: #fff;
}
.helpCmdDetailProduct img {
	float: left;
	margin-right: 20px;
}
.helpRubriques {
	padding: 5%;
}
.helpRubriques div:first-of-type {
	font: bold 2em/2em OpenSansCond, Arial, sans-serif;
	text-transform: uppercase;
}
#contactBoxes {
	margin: 5%;
	padding: 0.5em;
    border: 1px solid #363636;
    border-radius: 3px;
}
#faqBox div:first-of-type {
	font: bold 18px/22px OpenSansCond, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}
.helpRubriqueTitle{
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	padding: 0.5em;
	margin: 0.5em 0;
	border: 1px solid #363636;
	border-radius: 3px;
	background-color: #fff;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
}
.helpRubriqueTitle i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.25em;
	font-size: 2.6em;
}
.helpRubriqueTitle span {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.3em;
}

.helpNoClient {
	font-size: 1.2em;
    width: 90%;
	text-align: justify;
    margin: 20px auto 10px auto;
	font-style: italic;
}
.helpNoClient div {
    font-size: 1.2em;
    margin: 5px auto;
    padding: 5px;
    border-bottom: 1px solid #e6e6e6;
    text-transform: uppercase;
	font-style: normal;
}
.helpNoClient i {
    font-size: 30px;
    margin-right: 0.3em;
    vertical-align: middle;
}
.infoLogin {
	font-size: 1.2em;
    width: 90%;
	font-style: italic;
	text-align: justify;
    margin: 0.5em auto 1em auto;
}
.table_lastOrders th {
	display: none;
}
.table_lastOrders td {
	display: block;
	width: 100%;
}
.table_lastOrders td span {
	font-weight: bold;
	display: inline-block;
	margin-right: 10px;
	padding: .4em 0;
}
#retour-valid-div {
	padding: 0;
}
.table_lastOrders tr {
	border: 1px solid #e6e6e6;
	padding: .4em;
}
.tableListing-odd td:last-of-type, .tableListing-even td:last-of-type {
	border-bottom: 1px solid #e6e6e6;
	padding: .4em 0;
}
.tableListing-odd td {
	background: none;
}
.btn_order_commande i {
    margin-right: 0;
}

/** Feedback **/
.faq_feedback div {
    margin-top: 15px;
}
.faq_feedback input[type="submit"] {
    margin-top: 15px;
}
.faq_feedback label {
	display: block;
}
.faq_feedback .green_color {
	color: green;
}
#startMinoo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 2em;
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: all 0.25s;
	background-color: #e6e6e6;
}
#startMinoo:hover {
	background-color: #7fd4eb;
	color: #fff;
}
#startMinoo:hover > i {
	color: #fff;
}
#startMinoo > i {
	font-size: 5em;
	color: #7fd4eb;
}
#startMinoo > span {
	display: flex;
	font-size: 0.75em;
	align-items: center;
	width: 100%;
	padding: 1em;
}
.chatbot {
    width: 90%;
    margin: 0 10px;
    padding: 0;
    border-radius: 3px;
	line-height: 19px;	
	text-align: center;
	transition: height 0.25s;
}


/* Helpbox prix */

.icon_info_price {
	color: #c0c0c0;
	font-size : 18px;
	margin-left:10px;
}
.info_price_helpbox {
	margin: 0;
	font-size: 1em;
	line-height: 1.05em;
	text-align: center;
	font-style: italic;
	color: #c0c0c0;
	height: 0;
	opacity: 0;
	transition: all ease 200ms;
}
.info_price_helpbox.on {
	text-align: left;
	margin: 0;
	height: 3em;
	opacity: 1;
}
.titreProd {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.logo_marque a {
	/*margin-right: 1em;*/
	border: 1px solid #c0c0c0;
}
#contenuprodcard .product_info, #contenuprodcard .titreProd {
	text-align: left!important;
}
#contenuprodcard .titreProd b {
	text-transform: uppercase;
}
#contenuprodcard .product_info > b {
	font-size: 2em;
}
.display_price_by_size_id span {
	font-size: 0.85em;
	color: #707070;
}
.display_price_by_size_id span.product_price_span {
	color: var(--main-color);
}
.display_price_by_size_id span b {
	color: var(--main-color);
}
#prodcard_3X {
	margin-top: 10px;
}
.prodcard_3d {
	display: flex;
	align-items: center;
}
.prodcard_3d i {}

.product_zoom {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sizeList_container {
	width: 90%;
	margin: auto;
	display: flex;
}
.sizeList_title {
    margin: 1em 1em 0 0;
    font: 15px / 18px OpenSans, Arial, sans-serif;
    text-align: left;
}
.sizeList_selected {
	border: 1px solid #c0c0c0;
	font: 15px / 18px OpenSans, Arial, sans-serif;
	padding: 12px 15px;
	margin: 0 auto;
	flex: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.buttonAdd2Cart_buttonAdd2Fav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
}
ul.livraison-liste li {
	display: flex;
	list-style: none;
	text-align: left;
}
.avis_stars i.icon-star-full, .avis_stars i.icon-star-half {
	color: #ffbc00;
}
#avis .note {
	font: bold 12px OpenSans, Arial, sans-serif;
	margin-left: 8px;
}
#avis .nb_avis {
	font-size: .7em;
	margin: 0;
	display: none;
}
#sliderCounter {
	position: absolute;
	bottom: 3em;
	text-align: right;
	padding-right: 1em;
	width: 100%;
}
.prodcard_mobile_return {
	font-size: 1.25rem;
	padding: 2em 0 0 5%;
}
.prodcard_mobile_return a {
	color: #707070;
	text-decoration: none;
}

.content_display_colors {
	display:flex;
	align-items: center;
	height:16px;
	width:100%;
}

.content_display_colors div:first-child::after {
	display: block;
	content: "";
	width: 12px;
	border-radius: 6px;
	height: 12px;
	border: 1px solid #777777;
	margin: auto;
	transform: translate(-2px,-2px);
}

.display_colors {
	width:12px;
	height:12px;
	margin-right:1rem;
	border:1px solid #cccccc;
	border-radius:6px;
}
.bestStyles {
	width:100%;
	overflow-x:scroll;
	padding-bottom: 1em;
}
.bestStyles > div {
	width:auto;
	display:flex;
}
.bestStyles > div .bt_grey {
	white-space:nowrap;
	font-weight: bold;
    font-size: 1.2em;
	letter-spacing: 0.5px;
	border: none;
	margin: 0 0.25em;
	padding: 0 0.5em;
	height: 45px;
	align-items: center;
    display: flex;
}


.table_lastOrders .products_pict,
.table_lastOrders .order_description,
.table_lastOrders .order_buy_again {
	display: inline-block;
	vertical-align: top;
	width: 33%;
}



button,
select {
	appearance: none;
}

body,
button p,
html,
input,
textarea {
	margin: 0;
	padding: 0;
}

#header-menu,
#header-menu2,
#spartooDownloadApp .store,
button p,
button span {
	display: inline-block;
	vertical-align: middle;
}

body,
html {
	background-color: #fff;
	font-family: OpenSans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #363636;
	height: 100%;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
}
.italic {
  font-style: italic;
}
b,strong,
h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4 {
	font-family: OpenSans, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 600;
}
.h1,
.h2,
.h3,
.h4 {
	margin: 0;
	padding: 0.5em 0;
}
div,
h1,.h1,
h2,.h2,
h3,.h3,
img,
input[type=text],
input[type=number],
input[type=password],
input[type=email],
input[type=tel],
label,
p,
span,
textarea,
form {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1,.h1 {
	font-size: 2em;
	color: #c30040;
}

h2,.h2 {
	font-size: 1.75em;
}

h3,.h3 {
	font-size: 1.5em;
}

h4,.h4 {
	font-size: 1.3em;
}

img {
	border: none;
	max-width: 100%;
	height:auto;
}

input,
textarea {
	font-family: OpenSans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	font-style: normal;
	vertical-align: middle;
}

input[type=text],
input[type=number],
input[type=password],
input[type=email],
input[type=tel] {
	appearance: none;
	height: 45px;
	color: #363636;
	text-align: center;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 4px;
}

.fin-div {
	clear: both;
}

::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #9d9c9c;
	font-family: OpenSans, Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}

::-moz-placeholder,
:-ms-input-placeholder,
 :-moz-placeholder {
	color: #999;
	font-family: OpenSans, Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}

button {
	border: none;
	border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 45px;
	font-weight: 400;
	line-height: 1;
	margin: auto;
}

button span {
	width: 8%;
}

button p {
	width: 90%;
	text-align: center;
}

#spartooCookies {
	display: block;
	position: fixed;
	bottom: 0;
	z-index: 2;
	text-align: center;
	font-size: .9em;
	width: 100%;
	padding: 3% 2%;
	color: #FFF;
	background-color: rgba(0, 0, 0, .9);
}

#spartooCookies a {
	color: #FFF;
}

#spartooCookies a.cookies-close {
	text-decoration: none;
}

#spartooCookies .icon-annuler {
	position: relative;
	font-size: 1.5em;
	top: .15em;
}

#parent_mobile {
	position: absolute;
	z-index: 1;
	width: 100%;
	padding: 0;
	background-color: #FFF;
}
#spartooDownloadApp {
	position: absolute;
	display: flex;
	flex-direction: row;
	align-items: center;
    top: 1rem;
    left: 2.5%;
    padding: 1rem 0.2rem;
    width: 95%;
    z-index: 100;
    background-color: #ffffff;
    border-radius: 0.5rem;
    box-shadow: 0px 0px 20px rgb(0,0,0,0.2);
}
.app-annul {
	display: block;
	width: 40px;
	height: 100%;
	text-align: center;
	font-size: 1.6rem;
	color: #777777;
}
.app-content-infos {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	font-size: 0.8rem;
    padding-right: 1rem;
}
.app-content-stars {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding-left: 1rem;
}
.bt-black-app {
	display: flex;
	align-items: center;
	color: #ffffff;
	font-size: 1.1rem;
	padding: 0.6rem 1.1rem;
	background-color: #363636;
	border-radius: 9999px;
	transition: all 0.2s linear;
}
.bt-black-app:focus {
	color: #ffffff;
	background-color: var(--main-color);
}
/* Pour les raccourcis du menu sticky */
#scrollette{
	display: flex;
	flex-direction: row;
	overflow-y: auto;
	width: 100%;
	padding-bottom: 0.4em;
}
.a-items-menu {
	display: flex;
	align-items: center;
	white-space: nowrap;
	padding: 0.4em 1em;
	border: 1px solid #ccc;
	color: #363636;
	margin: 0.5em;
	border-radius: 999px;
	height: 1.2em;
	transition: all 1s ease-in-out;
}
.is_select {
	color: #ffffff;
	border: 1px solid var(--main-color);
	background-color: var(--main-color);
}
/* #spartooDownloadApp a {
	color: inherit;
	text-decoration: none;
}
#spartooDownloadApp > a  div {
	display: inline-block;
	width: 12%;
	padding: 0.15em;
	vertical-align: middle;
}
#spartooDownloadApp span {
	display: inline-block;
	width: 68%;
	padding: 0 1em;
	vertical-align: middle;
}
#spartooDownloadApp span u { display: block; }
#spartooDownloadApp  > a:last-of-type div {
	font-size: 2.5em;
} */
/* popup popupVisit */
#notifications {
	cursor: pointer;
	position: absolute;
	z-index: 20;
	right: 1em;
	top: 1.25%;
	width: 60px;
	height: 60px;
	background-color: #363636;
	border-radius: 30px;
	padding: 0.25em 0.5em 0 0.5em;
	-webkit-box-shadow: 6px 6px 5px 0px rgba(51,51,51,0.25);
	-moz-box-shadow: 6px 6px 5px 0px rgba(51,51,51,0.25);
	box-shadow: 6px 6px 5px 0px rgba(51,51,51,0.25)
}
#popupVisit {
	width:95%;
	margin: auto;
}
.numero_de_commande {
	padding: 1em 1em 2em 10px;
	font-family: OpenSans, Arial, sans-serif;
  font-style: italic;
}
.numero_de_commande a { color: #c30040; text-decoration: underline; }
#content-icons {
 	display: inline-block;
	vertical-align: top;
	width: 30%;
	padding-left: 1.2em;
}
.progress-bar {
	position: absolute;
	height: 360px;
	width: 100%;
	border-radius: 6px;
	background-color: #cccccc;
}
.progress-bar.marketplace {
	height: 300px;
}
.progress-bar > div { position: absolute; width: 100%; border-radius: 6px; background-color: #c30040; }
.bar-status1 { height: 60px; }
.bar-status2 { height: 120px; }
.bar-status3 { height: 180px; }
.bar-status4 { height: 240px; }
.bar-status5 { height: 300px; }
.bar-status6 { height: 360px; }

.icon-status,
.icon-status-valide {
 	position: relative;
	height: 60px;
	width: 100%;
	font-size: 4em;
	color: #cccccc;
}
.icon-status-valide { color: #363636; }
.icon-status i,
.icon-status-valide i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

#content-bar-triangles {
 	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 8%;
	height: 360px;
}
.content-triangle {
	height: 60px;
	width: 100%;
	position: relative;
}
.triangle,
.triangle1-red,
.triangle2-red,
.triangle3-red,
.triangle4-red,
.triangle5-red,
.triangle6-red {
	width: 0px;
	height: 0px;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 20px solid #cccccc;
	margin-left: -1em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.triangle1-red,
.triangle2-red,
.triangle3-red,
.triangle4-red,
.triangle5-red,
.triangle6-red {
	border-right: 20px solid #c30040;
}
#content-text-status {
 	display: inline-block;
	vertical-align: top;
	padding-left: 1em;
	width: 60%;
	height: 360px;
}
.text-status,
.text-status-valide {
 	position: relative;
	width: 100%;
	height: 60px;
	font-size: 1em;
}
.text-status > div,
.text-status-valide > div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.text-status-date, .text-status-detail {
	color: #707070;
	font-style: italic;
}
#sp_popup_parent .text-status-etat {
	font-size: 1em;
	font-family: OpenSans, Arial, sans-serif;
	font-weight: bold;
}
#sp_popup_parent .text-status-date {
	font-size: 1em;
	font-family: OpenSans, Arial, sans-serif;
	font-style: italic;
}
/* FIN popup popupVisit */
#header_services {
	display: block;
	padding: 0 0.7rem;
	color: #363636;
	text-align: center;
	text-transform: uppercase;
	background-color: #e6e6e6;
	font-family: OpenSansCond, Arial, sans-serif;
	font-weight: bold;
	font-size: 0.9rem;
	line-height: 1.3rem;
	height: 40px;
	overflow: hidden;
}
#header_services a {
	color : #363636;
	text-decoration: none;
}
#header_services > div {
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
#header_services > div:first-of-type {
	animation-name: bandeauServices;
	animation-duration: 8s;
	animation-timing-function: ease-out;
	animation-delay: 2s;
	animation-iteration-count: infinite;
}
.header_paymentsAndShippingslogos {
	margin: auto;
	display: flex;
	justify-content: space-between!important;
}
@keyframes bandeauServices {
  0%   {margin-top:0px;}
  40%  {margin-top:0px;}
  50%  {margin-top:-40px;}
  90%  {margin-top:-40px;}
  100% {margin-top:0px;}
}
#header_mobile {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	width: 100%;
	border-bottom: 1px solid #ededed;
	padding: 0.5em 1.3em 0em 1.3em;
}
#header_mobile > a:first-child {width:35%;}
#header_mobile #general,
#fixed_top #general2 {
	width:100%;
	display: flex;
	justify-content: space-between;
	padding: 0.75em 0;
}
#fixed_top #general2 {
	padding: 0.75em 1.3em;
}
#header-menu, #header-menu2{
	width: 15%;
	cursor: pointer;
	display:flex;
	flex-direction: column;
	justify-content: center;
}

#header-menu>span::after,
#header-menu>span::before,
#header-menu2>span::after,
#header-menu2>span::before {
	display: block;
	box-sizing: border-box;
	width: 35px;
	border-top: 4px solid #363636;
	content: '';
}

#header-menu>span,
#header-menu2>span {
	display: block;
	position: relative;
}

#header-menu>span::before,
#header-menu2>span::before {
	height: 14px;
	margin: auto auto 6px 0;
	border-bottom: 4px solid #363636;
}

#header-menu>span::after,
#header-menu2>span::after {
	height: 6px;
	margin: 0 auto auto 0;
}
#header-menu>div,
#header-menu2>div {
	position: relative;
	top: 3px;
}
#fav-circle {
	width: 14px;
	height: 13px;
	background: #c30040;
	display: inline-block;
	border-radius: 50%;
	color: white;
	font-size: 11px;
	font-family: OpenSans, Arial, sans-serif;
	margin-left: -10px;
}
#fav-rectangle {
	width: 20px;
	height: 13px;
	background: #c30040;
	display: inline-block;
	border-radius: 30%;
	color: white;
	font-size: 11px;
	font-family: OpenSans, Arial, sans-serif;
	margin-left: -10px;
}
#recherche_header form,
#recherche_header2 form,
#recherche_footer form {
	border: 1px solid #cccccc;
	border-radius: 4px;
	margin: 0;
}
#recherche_header,
#recherche_header2 {
	display: inline-block;
	position: relative;
	width: 85%;
	text-align: center;
	vertical-align: middle;
}

#recherche_footer {
	width: 100%;
	text-align: center;
	padding: 5%;
	margin-bottom: 1em;
}

#recherche_footer .recherche_input_text,
#recherche_header .recherche_input_text,
#recherche_header2 .recherche_input_text {
	width: 80%;
	min-height:48px;
	display: inline-block;
	vertical-align: middle;
	border: none;
	padding-left: 1%;
}

#recherche_footer .recherche_input_submit,
#recherche_header .recherche_input_submit,
#recherche_header2 .recherche_input_submit {
	width: 20%;
	height: auto;
	min-width: 48px;
	min-height:48px;
	border-radius: 0;
	display: inline-block;
	vertical-align: middle;
	background-color: transparent;
	margin: 0;
}

.bt_label_img_home button,
.img_home .swipe,
.label_img_home {
	background-color: #fff;
}

.recherche_input_text:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

#recherche_footer .recherche_input_submit .icon-rechercher,
#recherche_header .recherche_input_submit .icon-rechercher,
#recherche_header2 .recherche_input_submit .icon-rechercher {
	display: block;
	position: relative;
	z-index: 1;
	color: #363636;
	font-size: 26px;
	margin: 0 0 0 1%;
	padding: 0;
}

.AutoCompleteDivListeStyle {
	font-size: 18px;
	word-wrap: break-word;
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	user-select: none;
	cursor: none;
	width: 100%;
}

.AutoCompleteDiv,
.AutoCompleteDivAct {
	display: block;
	overflow: hidden;
	width: 100%;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.AutoCompleteDiv span,
.AutoCompleteDivAct span {
	display: block;
	padding: 15px 0 15px 5px;
	width: 100%;
}
.headerCaddie>span,
.headerLogin>span,
.headerKmlt>span,
.headerWish>span {
	display: block;
	font-size: .8em;
	word-break: break-all;
	text-transform: capitalize;
}

.headerCaddie,
.headerLogin,
.headerKmlt,
.headerWish,
.logo_header,
.pictos_header {
	display: inline-block;
	vertical-align: middle;
}

.headerCaddie,
.headerLogin,
.headerKmlt,
.headerWish {
	text-align: center;
}

.logo_header {
	width: 100%;
	text-align: left;
}

.pictos_header {
	width: 57%;
	text-align: right;
}

.pictos_header>div {
	position: relative;
	display:flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.pictos_header > div > div:not(:last-child) {
	margin-right:5px;
}

.pictos_header>div i {
	color: #7E7E7E;
	font-size: 2em;
}

.connecter,
.content_produits_a .connecter .icon-coeur,
.content_produits_b .connecter .icon-coeur,
.content_produits_a .connecter .icon-coeur-plein,
.content_produits_b .connecter .icon-coeur-plein,
.pictos_header>div .connecter i {
	color: #c30040;
}
.dis_logo_left {
	position: absolute;
}
.pictos_header .headerCaddie>a {
	display: block;
	position: relative;
	margin: auto;
}

.pictos_header .headerCaddie>a>span {
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	z-index: 10;
	margin: 0 0 0 60%;
	font-family: OpenSans, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .8em;
	text-align: center;
	border-radius: 7.5px;
	background-color: #363636;
	color: #fff;
}

.img_home .swipe,
.swipe {
	visibility: hidden;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

.headerLogin a {
	display: block;
}

.deconnecter {
	color: #7E7E7E;
}

a.normal:active,
a.normal:link,
a.normal:visited {
	color: #666;
	text-decoration: none;
}

a.normal:hover {
	color: #363636;
}

#trans {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

/* --- SLIDER HOME PAGE --- */
.img_home,
.img_home .swipe,
.swipe,
.swipe-wrap,
.swipe-wrap>div {
	position: relative;
}

.swipe-wrap {
   /*
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
 */
	overflow: hidden;
	width: 100%;
	margin: auto;
}

.swipe-wrap img {
	max-width: 100%;
	margin: auto;
}

.swipe-wrap > div {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: center;
/*
	display: flex;
	flex-wrap: wrap;
 */
}
/*  cas prod card */
.swipe .swipe-wrap > div {
	float:left;
}
.label_img_home {
	width: 100%;
	height: auto;
}
#titre_label_img_home_solde,
.titre_label_img_home {
	display: block;
	width: 100%;
	padding-top: 1%;
	margin-bottom: 2%;
}
.bt_label_img_home {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}
#titre_label_img_home_solde span,
.titre_label_img_home span {
	display: block;
	font-family: OpenSans, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.7em;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	padding: 1.5% 0 0;
	min-height: 35px;
}
#titre_label_img_home_solde span:first-child,
.titre_label_img_home span:first-child {
	font-family: OpenSans, Arial, sans-serif;
	font-style: italic;
	font-size: 1.3em;
	min-height: 25px;
}
.bt_label_img_home button {
	width: auto;
	margin: auto;
	color: #000;
	padding: 0 3% 0 2%;
	font-size: 1.2em;
	letter-spacing: .13em;
	border-top: 1px solid #fff;
}
.bt_label_img_home button p {
	width: auto;
	text-transform: uppercase;
}

/*Slider*/
.slider_conditions {
	font-size: 0.9em;
	font-style: italic;
	color: #707070;
	padding: 0.5em;
}
.slider_content a { color: #363636; }
.slider_jquery {
	display: table;
	width: 100%;
}
.slider_content,
.slider_content_btn {
	position: relative;
	display: table;
	vertical-align: bottom;
	width: 100%;
	padding: 0;
	background: #ffffff;
	border-bottom: 1px solid #e6e6e6;
}
.slider_content > div,
.slider_content_btn > div {
		display: table-row;
		position: relative;
}
.slider_content > div > span,
.slider_content_btn > div > span {
	display: table-cell;
	vertical-align: middle;
}
.slider_cocotier {
	position: relative;
	display: inline-block;
	width: 30% !important;
	font: bold 1.2em OpenSansCond, Arial, sans-serif;
	color: #c30040;
	box-sizing: border-box;
	text-transform: uppercase;
	padding: 0.5em 0;
}
.slider_intro {
	font: 200 1.2em OpenSans, Arial, sans-serif;
	padding: 0.5em 0;
	text-transform: uppercase;
}
.slider_title,
.slider_title_outlet,
.slider_title_soldes,
.slider_title_JM {
	padding: 0;
	font: bold 2em OpenSansCond, Arial, sans-serif;
	text-transform: uppercase;
	color: #d42c2c;
}
.slider_title_JM a, .slider_discount_JM a {
	color: #d42c2c;
}
/* SOLDES AH17 */
#soldes_ah17 > span > div,
.slider_discount_soldes a > div {
	display: inline-block;
	vertical-align: middle;
}
.slider_discount_soldes a > div:first-of-type {
	padding: 0 0.15em 0 0.3em;
}
.slider_discount_soldes a > div:last-of-type {
	padding: 0;
	font: bold 2em OpenSansCond, Arial, sans-serif;
	text-transform: uppercase;
}
.slider_cocot_soldes {
	text-transform: uppercase;
}
.slider_cocot_soldes > span > span > b {
	display: block;
}
.hideShow {
	display: none!important;
}
/* JM AH17 */
.slider_discount_JM a > div {
	display: inline-block;
	vertical-align: middle;
}
.slider_discount_JM a > div:first-of-type {
	padding: 0 0.15em 0 0.3em;
}
.slider_discount_JM a > div:last-of-type {
	padding: 0;
	font: bold 2em OpenSansCond, Arial, sans-serif;
	text-transform: uppercase;
}
/* FIN SOLDES AH17*/
.slider_title a {color:#363636;}

.slider_text {
	font-size: 1.2em;
	padding: 0.5em;
}
.slider_btn {
	text-transform: uppercase;
}
.slider_btn,
.slider_big_btn,
.slider_big_btn_soldes,
.slider_big_btn_outlet,
.slider_big_btn_JM {
	display: block;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	font-size: 1.5em;
	margin: 0;
	padding: 0;
}
.slider_cocotier span{
	font: bold 2em OpenSansCond, Arial, sans-serif;
	display: block;
}
.slider_btn i,
.slider_big_btn i,
.slider_big_btn_soldes i,
.slider_big_btn_outlet i,
.slider_big_btn_JM i {
	position: relative;
	left: 0.5em;
	top: 0.12em;
}
.slider_big_btn a,
.slider_big_btn_soldes a,
.slider_btn a,
.slider_big_btn_outlet a,
.slider_big_btn_JM a {
	display: block;
	color: #363636;
	padding: 0.4em;
	text-transform: uppercase;
}
.slider_content > div.slider_title_outlet,
.slider_content > div.slider_intro_outlet,
.slider_content > div.slider_title_soldes,
.slider_content > div.slider_discount_soldes,
.slider_content > div.slider_title_JM,
.slider_content > div.slider_discount_JM{
	display: inline-block;
	vertical-align: middle;
}
.slider_content > div.slider_intro_outlet,
.slider_content > div.slider_intro_outlet, .slider_content > div.slider_discount_soldes {
  margin-left: 0.5em;
  font-size: 1.6em;
}
.slider_content > div.slider_discount_soldes div {
  display: inline-block;
}
.slider_content > div.slider_discount_soldes a {
  color:#E87264;
}
.slider_content > div.slider_title_soldes a {
  color:#69A991;
}
.slider_dates_soldes {
  font: 0.8em OpenSans, Arial, sans-serif;
  text-transform: uppercase;
}
.slider_content > div.slider_intro_outlet a {
	color: #c30040;
}
.VF_remise_sup {
	display: inline-block;
	width: 100%;
	font: bold 38px/40px OpenSans,Arial,sans-serif;
}
/* SLIDE ETUDIANTS */
.home_opTitleStudent {
	padding: 0;
	font: bold 1.7em OpenSansCond, Arial, sans-serif;
	text-transform: uppercase;
}
.home_opChapoStudent {
	margin: auto;
	font: bold 16px OpenSans, Arial, sans-serif;
}
.home_opCouponStudent {
	font: bold 40px/40px OpenSans, Arial, sans-serif;
	margin: 0 auto;
}

/* --- FIN SLIDER HOME PAGE --- */

/* ---- NOUVELLE HOME ---*/

#home_marketing {
	text-align: center;
}

#home_marketing #contener_vignettes .vignettes {
	display: inline-block;
	position: relative;
	width: 30%;
	margin-bottom: 2%
}

#home_marketing #contener_vignettes .vignettes a {
	display: block;
}

#home_marketing #contener_vignettes .vignettes>img {
	max-width: 100%;
	text-align: center;
}

#home_marketing #contener_vignettes .vignettes:nth-child(3n-1) {
	margin: auto 2.5%;
}

#home_marketing #contener_vignettes .vignettes .v_label {
	display: block;
	font: bold 1.2em OpenSansCond, Arial, sans-serif;
	word-wrap: break-word;
	position: absolute;
	width: 100%;
	height: auto;
	background-color: rgba(0, 0, 0, .8);
	bottom: 0;
	color: #FFF;
}

#home_marketing .homeBloc {
	width: 95%;
	margin: auto auto 1em;
}

#home_marketing .homeRub {
	font: bold 1.2em/1.2em OpenSans, Arial, sans-serif;
	color: #777;
	text-transform: uppercase;
	margin: .25em 0 0;
}

#home_marketing .homeSubject h3{
	font-family: OpenSansCond, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #363636;
	margin: 0;
}

#home_marketing .homeTitle {
	text-align: center;
	font: bold 2em/2em OpenSansCond, Arial, sans-serif;
	text-transform: uppercase;
	margin: 1em auto;
}

#home_marketing .homeTitle>span {
	display: inline-block;
	vertical-align: middle;
	color: #363636;
	background-color: #fff;
	padding: 0 .35em;
}

#home_marketing .homeTitle::before {
	content: '';
	display: block;
	height: 3px;
	width: 95%;
	border-top: 3px solid #363636;
	margin: auto auto -1.3em;
}
/* ---- FIN NOUVELLE HOME ---*/
#content_menu_home,
#contenu,
#contenucustom {
	width: 100%;
}

#contenu {
	height: auto;
	margin: auto;
}

#contenuprodcard .product_info,
#contenuprodcard .titreProd {
	text-align: center;
	word-wrap:break-word;
}
#contenuprodcard .product_info {
	max-width: 70%;
}

#contenuprodcard .titreProd .price_red,
.prodcardBase .titreProd .price_red {
	font-family: OpenSans, Arial, sans-serif;
	font-weight: bold;
	color: #c30040;
	font-size: 1.7em;
}

#contenuprodcard .titreProd .logo_marque a {
	display: block;
}

#products_description .logo_marque {
	float: left;
	margin: .5em 1em 0 0;
}
.fid_details a {
	color: #363636;
}
#no_result {
	text-align: center;
	padding: 30px 0;
	height: 150px;
}

.typehome {
	float: left;
	width: 152px;
	height: 145px;
	text-align: center;
	font-size: 14px;
	margin: .3em .2em .3em .3em;
	background-color: #c30040
}

.typehome a {
	text-decoration: none;
}

.text_menu_home {
	position: relative;
	z-index: 1;
	width: 100%;
	top: -30px;
	text-align: center;
	font-size: 11px;
	color: #fff;
}

#content_home_bt_nav {
	position: absolute;
	width: 100%;
	top: 250px;
	z-index: 10;
}

#content_home_bt_nav #home_gauche {
	position: absolute;
	left: 0;
}

#content_home_bt_nav #home_droite {
	position: absolute;
	right: 0;
}

#content_home_temoins {
	width: 100%;
	height: auto;
	text-align: center;
}

#content_home_temoins span {
	display: inline-block;
	border-radius: 6px;
	background-color: #363636;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin: 3px auto;
	color: #fff;
}

#target_div {
	position: relative;
	z-index: 2;
	width: 90px;
	height: 50px;
	top: -125px;
	left: 30px;
}
.content_produits_a {
	width: calc(92% / 2);
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display:flex;
	flex-direction: column;
	flex-wrap:wrap;
	position: relative;
	margin-bottom: 3.5em;
	font-size: .9em;
}
.imgchaussure {
	width:100%;
	text-align: center;
	margin-bottom:10px;
}
.content_produit_infos {
	display:flex;
}
.nomcouleurprix {
	display: flex;
	flex-direction: column;
	width: calc(100% - 3em);
	padding-right: 5px;
}
.content_produits_a .imgchaussure .dis_logo_left {
	display: block;
	position: absolute;
	z-index: 1;
}
.content_produits_a .icon-coeur,
.content_produits_b .icon-coeur,
.content_produits_a .icon-coeur-plein,
.content_produits_b .icon-coeur-plein {
	font-size: 3em;
	color: #999999;
}
.vignetteBigMobile .dis_logo_left {
	position: absolute;
	z-index: 10;
	left: 7px;
	top: 10px;
}

.mobile_transition_link {
	text-decoration: none;
	color: #363636;
}

.size_produit {
	float: left;
	width: auto;
	height: 14px;
	line-height: 14px;
	margin: auto;
	padding: 0 2px;
	font-size: 11px;
	border-right: 2px solid #ececec;
}
.ecoresponsable {
	width:100%;
	color: #428863;
	margin-top:5px;
	display:flex;
	align-items: center;
}
.ecoresponsable i {
	font-size:1.4em;
	transform: rotate(20deg);
	margin-right:3px;
}

/*---- HIGHLIGHT DS LISTING ----*/
.prodlist_highlight {
	box-sizing: border-box;
	padding:0;
	display:flex;
	justify-content:center;
	margin-bottom: 3.5em;
}
.prodlist_highlight a {position:relative;}
.prodlist_highlight:hover img {
	opacity: .8;
}
.prodlist_highlight img {
	width:100%!important;
	margin-bottom:0!important;
	position:relative;
}
.prodlist_highlight_infos {
	position:absolute;
	bottom: 5px;
	left: 5px;
	box-sizing: border-box;
	padding:5px 5px;
	width:calc(100% - 10px);
	background-color: #fff;
	display:flex;
	flex-direction: column;
	justify-content: center;
}
.prodlist_highlight_infos span {
	text-transform: uppercase;
	color: #363636;
}
.prodlist_highlight_infos span:first-child {font: bold 11px OpenSansCond, Arial, sans-serif;}
.prodlist_highlight_infos span:nth-child(2) {font-size: 11px;}
.prodlist_highlight_infos span:last-child {font-size:10px;}

/* fin highlight */

.brandVP {
	padding: 2% 0;
}

.brandVP .brandVP_discount {
	font-size: 1.3em;
}

.brandVP .brandVP_discount b {
	font-size: 1.9em;
	color: #c30040
}

.brandVP .brandVP_link a {
	display: block;
	margin-top: 5%;
	padding: 5% 0;
	font-size: 1.2em;
	text-decoration: none;
	color: inherit;
}

.brandVP_bottom .brandVP_link .div_bt_black {
	height: auto;
	margin: auto;
	padding: 2.5% 0;
	font-size: 1.15em;
	color: #fff;
	line-height: 1.5;
}

.CS_input,
ul.CS_ul_open li {
	cursor: default;
	font-size: 10px;
}

.CS_input {
	background: url(/images/dropdown.gif) right center no-repeat #FFF;
	border: 1px solid #BBB;
	display: inline;
	padding-left: 2px;
}

ul.CS_ul,
ul.CS_ul_open {
	border: 1px solid #363636;
	margin: 0;
}

ul.CS_ul {
	display: none;
}

ul.CS_ul_open {
	padding: 0;
	display: block;
	background-color: #FFF;
}

ul.CS_ul_open li {
	color: #363636;
	line-height: 13px;
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

ul.CS_ul_open li.CS_li_selected {
	background-color: #363636;
	color: #FFF;
	white-space: nowrap;
}

.filArianeMobile p {
	display: block;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 1.4em;
	padding: .5em 0;
	margin: 0 0 .5em;
	background-color: #f0eeee;
}

.spartooSelectMobile {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: auto;
	padding: 0;
	text-align: center;
	max-width: 100%;
	word-wrap: break-word;
	border-bottom: 1px solid #e6e6e6;
}
.filArianeMobile {
	height: auto;
	padding: 2rem 0 0 0;
	text-align: center;
	max-width: 100%;
	word-wrap: break-word;
}
#prodcard_return {
	width: 100%;
}
.spartooSelectMobile {
	margin-bottom: 1em;
}
.spartooSelectMobile > div:first-of-type {
	margin-left: 0.5em;
}
.spartooSelectMobile a:link, .adv_fil_ariane_elt {
	display: inline-block;
	color: #363636;
	text-decoration: none;
	word-wrap: break-word;
	padding: 0.5em;
	margin: 0.25em;
	border-left: 1px solid #e6e6e6;
}
.adv_fil_ariane_image {
	display: inline-block;
	vertical-align: middle;
}
.filArianeMobile a:link {
	display: inline-block;
	color: #5d5d5d;
	text-decoration: none;
	word-wrap: break-word;
	padding: 0.25em 0;
	margin: 0.1em;
}
.titleProductsPage {
	margin-left: 0.5em;
}
.filArianeMobile a:active,
.filArianeMobile a:hover,
.filArianeMobile a:visited,
.spartooSelectMobile a:active,
.spartooSelectMobile a:hover,
.spartooSelectMobile a:visited {
	color: #363636;
	text-decoration: none;
}

#advanced_fil_ariane.spartooSelectMobile a i {
	vertical-align: -2px;
}
.bestStyles {
	width:100%;
	overflow-x:scroll;
	padding-bottom: 1em;
}
.bestStyles > div {
	width:auto;
	display:flex;
	margin-left: 0.5em;
}
.bestStyles > div .bt_grey {
	white-space:nowrap;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: 0.5px;
	background: none;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	margin: 0 0.25em;
}

#fixed_top, #fixed_bottom {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	background-color: #ffffff;
}
#fixed_top {
	border-bottom: 1px solid #363636;
}
/* #fixed_top > div { padding: 0; } */
#fixed_top > div > p { display: none; }
#fixed_bottom {
	top: inherit;
	bottom: 0;
	border-top: 4px solid #cccccc;
}
.content_filtres_productlist {
	width: 100%;
	padding: 0.5em 0 0 0;
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
}

.content_filtres_productlist b {
	color: #c30040;
	margin-left: 10px;
}

.content_filtres_productlist button {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	width: 46%;
	font-family: OpenSans, Arial, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	text-transform: uppercase;
}
.content_filtres_productlist button:nth-child(1) {
	margin-right: 2%;
}
.content_filtres_productlist button span,
.content_filtres_productlist button p { width: auto; }
.content_filtres_productlist button p { margin-left: 0.5em; }
.content_filtres_productlist button i { font-size: 1.5em; }
.price_red {
	color: #c30040;
	display: block;
}

#explications select {
	margin: 40px 0 0;
}

#explications b {
	font-size: 1em;
	color: #FFF;
}

#explications p {
	margin-top: 2px;
	font-size: .8em;
	color: #666666;
}

.style_name {
	position: absolute;
	margin: 5px 0 0 5px;
	width: 100px;
	height: auto;
	z-index: 5;
	font-size: .8em;
	color: #FFF;
}

a.red:active,
a.red:hover,
a.red:link,
a.red:visited {
	color: #c30040;
	text-decoration: none;
}
#adv_pagination .btn {
	display: inline-block;
	background-color: #505050;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
	padding: 4px 12px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
}
.numPage3 {
	display: block;
	text-align: center;
	font-size: 1.2em;
	height: auto;
	width: 100%;
	padding: 2%;
	margin-bottom: 20px;
}

.numPage3 a.bordure-inactif {
	cursor: none;
	pointer-events: none;
}

.numPage3 a.bordure:active,.numPage3 a.bordure-inactif:active,
.numPage3 a.bordure:hover,.numPage3 a.bordure-inactif:hover,
.numPage3 a.bordure:link,.numPage3 a.bordure-inactif:link,
.numPage3 a.bordure:visited,.numPage3 a.bordure-inactif:visited {
	display: inline-block;
	font-family: OpenSans, Arial, sans-serif;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: none;
	padding: 1em;
	border-radius: 6px;
	color: #363636;
}

.numPage3 .bordure .icon-flecheDroite, .numPage3 .bordure-inactif .icon-flecheDroite,
.numPage3 .bordure .icon-flecheGauche, .numPage3 .bordure-inactif .icon-flecheGauche {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.8em;
}

.brands_maintitle {
	font: bold 1.5em OpenSans, Arial, sans-serif;
	width: 100%;
	margin: 10px 0 20px;
	text-align: center;
}
.brands_title {
	background-color: #363636;
	color: #fff;
	padding: 5px;
	font: bold 1.5em OpenSans, Arial, sans-serif;
	width: 100%;
	margin: 30px 0 10px;
	text-align: center;
}
.brands_search {
	display:block;
	font-size: 1.2em;
	width: 96%;
	margin: 1em 2%;
	height: 45px;
	color: #363636;
	text-align: center;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 4px;
}
.brands_nav {
	margin: 20px 0;
	display:flex;
	justify-content: space-around;
}
.brands_nav a {
	display:flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	background-color: #f0eeee;
	color: #363636;
	font: 1em OpenSans, Arial, sans-serif;
	text-transform: uppercase;
	padding:20px;
	border-radius: 5px;
	width:46%;
}
#recherche_rapide {
	display: block;
	width: 100%;
	height: auto;
	text-align: left;
	padding: 2%;
}

#recherche_rapide .lettres_choix_marques {
	float: left;
	line-height: 40px;
	width: 40px;
	height: 40px;
}

#recherche_rapide a {
	display: inline-block;
	padding: 0;
	font-size: 1.8em;
	margin: 1% .5%;
	border: 1px solid #666;
	border-radius: 3px;
	color: #666;
	text-align: center;
	text-decoration: none;
}

#recherche_rapide a:nth-child(1) {
	display: none
}

.brands_list {
	border-bottom: 2px solid #f0eeee;
}
.top100list {border-top: 2px solid #f0eeee; border-bottom: 2px solid #f0eeee;}

.brands_list_section {
	width:100%;
	display: flex;
	flex-wrap: wrap;
}
.marqueLogo {
	box-sizing: border-box;
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 15px;
	font-size: 1.3em;
	text-align: center;
	color: #363636;
	border-bottom: 2px solid #f0eeee;
}
.marqueLogo:nth-child(odd) {border-right: 2px solid #f0eeee;}
.marqueLogo:last-child, .marqueLogo:nth-last-child(2):nth-child(odd) {border-bottom: none;}

.marqueLogo i {
	position: absolute;
	right:0;
	top: 50%;
	transform: translateY(-50%);
	color: #f0eeee;
	font-size:30px;
}

.lettreMarque {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 50px;
	padding:10px 15px;
	font-size: 20px;
	color: #363636;
	background-color: #c0c0c0;
}

.lettreMarque a {
	color: #363636;
	font-size:35px;
}

a.link_marques:active,
a.link_marques:hover,
a.link_marques:link,
a.link_marques:visited {
	color: #535353;
	text-decoration: none;
}
.brands_select_numpage_title {
	width: 100%;
	margin: 5px;
	text-align: center;
	font: bold 1.5em OpenSansCond, Arial, sans-serif;
}
.brands_select_numpage {
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	padding:20px;
}
.brands_numpage {
	display: flex;
	justify-content: center;
	align-items: center;
	margin:5px;
	border: 1px solid #c0c0c0;
	border-radius:5px;
	width:35px;
	height:35px;
	color: #363636;
	font-size: 1.2em;
}
#droiteMobile {
	float: left;
	width: 320px;
	margin: 0;
	padding: 0;
}

.vignetteBigMobile {
	clear: both;
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 1em;
}

.infosComp {
	display:flex;
	justify-content: space-between;
	align-items: center;
	width:90%;
	margin:auto;
}
.ref_produit{
	width: 90%;
    margin: auto;
    padding: 1em 0;
    display: block;
    border-bottom: 1px dotted #777;
    text-align: left;
    font-size: .9em;
}

.thumb120 {
	margin-left: 20px;
}

.prodcardInfos3 {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}

.prodcardBase .prodcardInfos3 { display: none; }

.thumb350 {
	width: 100%;
}

.zoom-window {
	width: 100%;
	height: 100%;
	overflow: auto;
	text-align: center;
	position: absolute;
	z-index: 100;
	background-color: #ffffff;
}

.zoom-window img {
	max-width: none;
	width: 600px;
}

.zoom-window a {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	padding: 1em;
	background-color: rgba(0, 0, 0, .8);
	color: #fff;
}

.titreProd {
	width: 90%;
	padding: 0;
	font-size: 1em;
	text-align: left;
	margin: 5px auto 10px;
}

.naviguation {
	position: absolute;
	z-index: 10;
	width: 100%;
	bottom: 0;
	color: #212121;
	display: flex;
	justify-content: space-between;
	pointer-events: none;
}

.naviguation #gauche, .naviguation #droite {
	padding: 0;
	pointer-events: all;
}
.prodcardPhotoOptions {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.6em;
}
.prodcardPhotoOptions > div {
	margin: 0 0.5em;
	background-color: #fff;
	border: 1px solid #212121;
	padding: 0.25em;
	border-radius: 3px;
	display: flex;
}
/* #country, */
.buttonBuyPremium button i {
	float: left;
}

/* .arobase,
.cadenas,
.cadenas_close {
	padding-right: 30px;
}
 */
.naviguation i {
	font-size: 2em;
}

#description2Mobile {
	display: block;
	width: 100%;
	padding: 0 5% 3em 5%;
	border-bottom: 1px solid #777;
}

.prodcardDetailsMobile .textes_details .bt_white {
	width: auto;
}
.prodcardDetailsMobile .cat-green > .section_title {
  display: flex;
  align-items: center;
}
.prodcardDetailsMobile .cat-green > p {
  margin-top: 0.5em;
}
.cat-green > .section_title > i {
  font-size: 1.5em;
}
.prodcardDetailsMobile .section_title {
	display: block;
	padding-top: 0.5em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	font-size: 1.3em;
	font-family: OpenSans, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}

.prodcardDetailsMobile .textes_details {
	border-top: 1px dotted #777777;
	margin: auto auto 1.2em;
	line-height: 1.5em;
}
.prodcardDetailsMobile .textes_details:first-child { border: none; }

.prodcardDetailsMobile .textes_details button {
	display: inline;
	width: inherit;
	vertical-align: top;
}

a.prodcard_onglet:active,
a.prodcard_onglet:link,
a.prodcard_onglet:visited {
	color: #FFF;
	font-size: .9em;
	text-decoration: none;
}

/* -- ACHETER CE LOOK aka. wholeLook -- */
.wholeLook_div_title{
  margin: 20px 0 0 0;
  padding: 10px 5% 10px 5%;
  font-weight: bold;
}
.wholeLook_div {
	overflow: hidden;
	width:90%;
	box-sizing: border-box;
	padding:10px;
	margin: 0 5%;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.wholeLook_div a {
	color: #363636;
}
.wholeLook_div > div {width:100%;}
.wholeLook_div .caption {text-transform: uppercase;}
.wholeLook_div .wlk_subtitle:not(:first-child) {margin-top: 10px;}
.wholeLook_div .wlk_subtitle {
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.wholeLook_div p {margin: 0;}
.wholeLook_btn {
	display:flex;
	margin: 15px auto 5px;
	height: 45px;
	color: #fff;
	font-size: 1.2em;
	line-height:35px;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	max-width: 400px;
}
.wholeLook_div a.wholeLook_btn {color: #fff;}
.wholeLook_btn span:first-child {
	padding: 4px 12px;
	background-color: #363636;
	border-radius: 3px 0 0 3px;
	flex-grow:1;
}
.wholeLook_btn span:last-child {
	padding: 4px 12px;
	border-radius: 0 3px 3px 0;
	background-color: #c30040;
}
.wholeLook_btn span:last-child sup {
	vertical-align: baseline;
	font-size: inherit;
}
.wholeLook_btn:hover {color: #fff; opacity:.9;}
.prodcardWholeLook {
	box-sizing: border-box;
	width: 90%;
	margin: 0 5%;
}
.infosWholeLook {
	box-sizing: border-box;
	margin: 0;
	padding: 0 5% 2em;
	border-bottom: 1px solid #777;
}
.prodcardWholeLook h2,
.infosWholeLook h2 {
	text-transform: uppercase;
	font: bold 18px OpenSans, Arial, sans-serif;
	border-bottom: 1px solid #f0eeee;
	padding-bottom:10px;
	margin:0 0 20px;
	width:100%;
	display:flex;
	justify-content: space-between;
}
.prodcardWholeLook a,
.infosWholeLook a {color:#363636;}

.infosWholeLook .wlk_showcase > img {
	max-width:70%;
	margin: auto auto 20px auto;
	display:block;
}

.wholeLook_product {
	width:100%;
	padding:10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #f0eeee;
	overflow:hidden;
}
.wholeLook_product:last-of-type {margin-bottom:5px;}
.wholeLook_product > a {
	width: calc(100% - 55% - 45px);
	min-width: calc(100% - 55% - 45px);
}
.wholeLook_product img {width:100%;}

.wholeLook_productInfos {
	flex-grow:1;
	padding:5px 0;
	margin-left:10px;
	width: calc(100% - 45% - 45px);
}
.wholeLook_productInfos p:first-child {margin-top:0;}
.wholeLook_productInfos select {
	border: 1px solid #e6e6e6;
	padding: 4px;
	margin: 5px auto;
	min-width:60px;
	max-width: 75px;
}
.wholeLook_productInfos p {
	font: 14px/18px OpenSans, Arial, sans-serif;
	margin: 2px 0;
}
.wholeLook_productInfos p:first-child {font-weight:bold;}
.wholeLook_productInfos p:nth-child(2) {text-transform:uppercase;}
.wholeLook_productInfos p:last-child {font-size:11px; color: #707070;}

.wholeLook_product .price {
	display:inline-block;
	font-size:11px;
	text-align:center;
	width:100%;
	border-top: 1px dotted #c0c0c0;
}
.wholeLook_product .price.activeDiscount {width:80%;}
.wholeLook_product .price p {margin:4px auto 0;}
.wholeLook_footer p  {margin-bottom:0;}
.wholeLook_footer p:first-child {
	font: normal normal 12px OpenSans, Arial, sans-serif;
}
.wholeLook_discount {
	width:20%;
	display:inline-flex;
	justify-content: flex-end;
	align-items:center;
}
.wholeLook_discount div {
	position:unset!important;
	font-size: .9em;
	text-align:center;
	line-height:40px;
	margin-top: 10px;
}
.wholeLook_all {text-align:right;}

.wholeLook_footer {
	border:none !important;
	text-align:center;
	margin:15px 0;
	font: bold 1.2em OpenSans, Arial, sans-serif;
}
.wholeLook_footer p:first-child {font-size:1em;}
.wholeLook_product .price p, .wholeLook_footer p  {margin-bottom:0;}
.prodcardWholeLook .addToCart,
.infosWholeLook .addToCart {width:100%;}
.prodcardWholeLook .addToCart + a,
.infosWholeLook .addToCart + a {
	text-align: center;
	width: 100%;
	display: inline-block;
	margin-top: 10px;
}

/* Checkboxes */
.ctrl {
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	align-items: center;
	position: relative;
	font-size: 18px;
}
.ctrl input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display:none; /*ajout*/
}
.ctrl__ind {
	display:flex;
	justify-content: center;
	align-items: center;
	margin-right: 11px;
	height: 34px;
	width: 34px;
	background: #e6e6e6;
	cursor:pointer;
	border-radius: 3px;
}
.ctrl:hover input ~ .ctrl__ind {background: #c0c0c0;}
.ctrl input:checked ~ .ctrl__ind,
.ctrl:hover input:not([disabled]):checked ~ .ctrl__ind {background: #363636;}

.ctrl input:disabled ~ .ctrl__ind {
	background: #e6e6e6;
	opacity: 0.6;
	pointer-events: none;
}
.ctrl__ind:after {
	content: '';
	display: none;
}
.ctrl input:checked ~ .ctrl__ind:after {display: block;}

.ctrl--ckbx .ctrl__ind:after {
	width: 6px;
	height: 16px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
	margin-top:-5px;
}
/* Checkboxes END */

/* --- BLOC PRODUITS COMPLEMENTAIRES ---*/

#products_comp {
	width: 100%;
	padding: 0 5%;
	margin: auto;
	border-bottom: 1px solid #777;
}
#products_comp .section_title {
	text-transform: uppercase;
	font-size: 1.3em;
	font-family: OpenSans, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	display: block;
 	padding-top: 0.5em;
}
#productsComp > div, #productsComp2 > div { position: relative; margin-bottom: 2em; border-bottom: 1px dotted #777; }
#productsComp > div:last-child, #productsComp2 > div:last-child { border: none; }
#productsComp > div > div:nth-child(2), #productsComp2 > div > div:nth-child(2) {
	position: absolute;
	width: 100%;
	pointer-events: none;
	top: 10%;
	left: 0;
	font-size: 5em;
	color: #c30040;
}
#productsComp > div > div, #productsComp2 > div > div {
	display: inline-block;
	width: 50%;
	text-align: center;
	vertical-align: top;
}
#productsComp > div > div img, #productsComp2 > div > div img {
	max-width: 80%;
	margin: auto;
}
#productsComp > div > div a, #productsComp2 > div > div a {
	display: block;
	padding: 0;
	margin: 0;
}
#productsComp > div > div select, #productsComp2 > div > div select {
	width: 90%;
	margin: 1em auto;
}
#productsComp > div > div .bt_black, #productsComp2 > div > div .bt_black {
	width: 100%;
}
#productsComp .compTotalPrice, #productsComp2 .compTotalPrice {
	width: 100%;
	padding: 1em 0;
}
#productsComp .compTotalPrice .price1, #productsComp2 .compTotalPrice .price1 {
	font-size: 1.5em;
	font-family: OpenSans, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #777777;
}
/* --- FIN BLOC PRODUITS COMPLEMENTAIRES ---*/


.arobase {
	background: url(/images/mobile/arobase_input.png) right center no-repeat;
}


/*__ Intro login popup __*/

.login_popup_intro {
	margin-bottom:40px;
}
.sban_confidence_titleVP {
	margin:20px auto 0 auto;
	color: #fff;
	width: 90%;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1.5px;
  }
.sban_confidence_titleVP > div{
	background-color: #c30040;
	font: 50px/40px OpenSansCond, sans-serif;
	padding: 1rem;
}
.vp_intro > div:first-child span {
	margin: 0 20px;
	color: #363636;
}
.vp_intro > div:last-child {
	text-align:center;
}
.vp_intro > div:last-child p {
	font-size: 1.1em;
	padding: 20px 10%;
	margin:0;
	font-weight: bold;
}
.vp_intro > div:last-child .btn_nt {font-size:.9em;}
.vp_intro > div:last-child .btn_nt span {text-decoration: underline;}
.vp_intro > div:last-child .btn_nt i {vertical-align: -2px;}

/*__ Fin Intro login popup __*/

.contentDLoginMobile,
.contentGLoginMobile,
.windowContent {
	position: relative;
	padding: 1em 0;
}
.contentGLoginMobile { text-align: center; }
.contentDLoginMobile {
	border-top: 1px dotted #363636;
}

.contentGLoginMobile .checkBoxLorenzo {
	margin-top: 1.5em;
}

#newShippingAdress .inputGrey,
#newShippingAdress .inputGreyRed,
#newShippingAdress button,
.contentDLoginMobile .inputGrey,
.contentDLoginMobile .inputGreyRed,
.contentDLoginMobile button,
.contentGLoginMobile .inputGrey,
.contentGLoginMobile .inputGreyRed,
.contentGLoginMobile button {
   	width: 100%;
	text-align: center;
}

.contentDLoginMobile .loginTitleMobile,
.contentGLoginMobile .loginTitleMobile {
	font-family: OpenSans, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.3em;
	padding: 0 0.5em 1.0em 0.5em;
	color: #363636;
	text-align: center;
}

.contentGLoginMobile .inputGrey:first-child {
	border-bottom: none;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.contentGLoginMobile #password_input,
.contentGLoginMobile #password_inputHidden {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.contentDLoginMobile input[type=password],
.contentDLoginMobile input[type=email],
.contentGLoginMobile input[type=password],
.contentGLoginMobile input[type=email] {
	background-color: #f5f8d5;
}
.contentBTloginWith {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: 120px;
}

#appleid-signin, .abcRiofacebook {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  text-align: center;
  width: 44%;
  height: 47px;
  border: 1px solid #363636;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
}
.abcRiofacebook div {
  height: 25px;
  font-size: 18px;
  line-height: 18px;
  padding: 2.5px;
  margin-right: 0.25em;
  color: #ffffff;
  border-radius: 2px;
}

#newShippingAdress .line,
.contentDLoginMobile .line,
.contentDLoginMobile .line2 {
	position: relative;
}

#newShippingAdress .bluePoint,
#newShippingAdress .bluePointMobile,
.contentDLoginMobile .bluePoint,
.contentDLoginMobile .bluePointMobile {
	display: block;
	position: absolute;
	right: -30px;
	top: 25%;
	z-index: 50;
}

.contentDLoginMobile .arobase:nth-child(1) {
	border-top: none;
}

.contentDLoginMobile #confirm_mail {
	margin-bottom: 5%;
}

#newShippingAdress .line,
.contentDLoginMobile #creaCompteSuite .line {
	margin: 3% 0;
}

.contentDLoginMobile #creaCompteSuite .line2 {
	margin: 3% auto;
	width: 90%;
}

.contentDLoginMobile #creaCompteSuite .line2 a {
	font-size: 1.2em;
	color: #363636;
}

.contentDLoginMobile #creaCompteSuite .line2 a i {
	font-size: 1.4em;
}

.contentDLoginMobile #cnil {
	font-size: .85em;
	padding: 1em;
	text-align: left
}

.contentDLoginMobile #cnil a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	font-size: 1.2em;
	background-color: #363636;
	padding: 1em 0 1em 1em;
	color: #fff;
}

.contentDLoginMobile #creaCompteSuite .line:first-child {
	margin: 0;
}

.m-pw,
.m-pw-mobile {
	display: none;
	margin: 3% 0;
	padding: 5%;
	text-align: center;
	background-color: #f0eeee
}

.m-pw-mobile li,
.m-pw-mobile ul {
	padding: 0;
	margin: 0 auto;
	width: 90%;
	list-style: none;
}

.wrap-pw {
	margin: 3% 0;
	width: 80%;
	text-align: center;
	display: inline-block;
	border: thin solid #d3d3d3;
	background-color: #fff
}

#password_strength_indic {
	width: 50%;
	height: 15px;
	background-color: #0f0;
}

.contentDLoginMobile .date_of_birth {
	display: block;
	margin: 3% 0;
}

.contentDLoginMobile #daySecureLogin,
.contentDLoginMobile #monthSecureLogin,
.contentDLoginMobile #yearSecureLogin {
	display: inline-block;
	padding-right: 1em;
}

#daySecureLogin,
#monthSecureLogin {
	width: 25%;
}

#yearSecureLogin {
	width: 35%;
}

.contentDLoginMobile .slash {
	display: inline-block;
	width: 6%;
	text-align: center;
	color: #888;
}

#mb_services .contentCentre,
.link_country {
	text-align: left;
}

#newShippingAdress #gender_mobile label,
.contentDLoginMobile #gender_mobile label {
	display: inline-block;
	padding: 3% 0;
	width: 30%;
}
.contentDLoginMobile #gender_mobile label {width: 35%;}

.loginContentMobile { width: 80%; margin: auto; }

#newShippingAdress #gender_mobile label input[type=radio],
.contentDLoginMobile #gender_mobile label input[type=radio] {
	margin-right: .5em;
}

#chequecadeau {
	display: block;
	width: 256px;
	margin: 15px auto;
	font-size: 1.1em;
	padding-left: 15px;
	padding-right: 15px;
}

/* Compte Activation premium */
#form_activation_premium {
	display: block;
	width: 100%;
	padding: 3em 0;
	margin: auto;
}
#form_activation_premium .inputGrey { display: block; width: 90%; margin: auto; }
/* FIN Compte Activation premium */






/* SERVICE PARRAINAGE */
#parrainage { margin: 0 5%; }
#content-parrainage {
	position: relative;
}
#content-parrainage .messageStack {
	width: 100%;
	padding: 1em 0 1em 0.5em;
	margin: 0;
}
#bloc-email, #bloc-login, #message_envoi_ok { display: none; z-index: 2; }
#message_envoi_ok {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #ffffff;
	top: 0;
}
#content-parrainage .haut { font-size: 1.2em; }
#content-parrainage .milieu label,
#content-parrainage .milieu input {
	display: block;
	width: 100%;
	margin: auto;
}
#content-parrainage .milieu > p {
	font-size: 1.2em;
}
#content-parrainage .milieu > p > span {
	display: block;
	font-family: OpenSans, Arial, sans-serif;
	font-weight: bold;
}
#content-parrainage .bas button { width: 100%; margin-top: 2em; }
#content-parrainage .group-share {
	border-bottom: 1px dotted #cccccc;
	padding: 1em 0;
	margin-bottom: 1em;
}
#content-parrainage .group-share h4 {
	padding-top: 0;
	margin-top: 0;
}

/* MàJ Parrainage 201806 */

#parrainage a {color:#c30040;}
.headerParrainage {margin-bottom:10px;}
.headerParrainage p {
	width:100%;
	text-align:center;
	padding:15px;
	border-radius:10px;
	border: 1px dotted #c0c0c0;
	display: inline-block;
	margin: 5px auto;
}
.headerParrainage p span {
	font: bold 1.4em OpenSans, Arial, sans-serif;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	color: #c30040;
}
#content-parrainage .group-share input {
	margin-bottom:10px;
}
.cancel_adding {
	color: #c30040 !important;
	text-align:right;
	display:block;
}
.conditionsParrainage {font-size:0.9em;font-style:italic;margin-top:10px;display:inline-block;color:#c0c0c0;}

/*---- Parrainage dans le compte ----*/

#parrainage_compte {padding: 10px 5%;}
#parrainage_compte h2, #parrainage_compte h3, .parrainage_commission {text-align: center;}

.parrainage_gains {
	font: bold 1.3em OpenSans, Arial, sans-serif;
	text-align:center;
	margin: 0 auto 10px !important;
}
.parrainage_commission {
	font-size:1.1em;
	margin-bottom: 15px;
}
.bt_commission {
	color: #FFF;
	border: 1px solid #c30040;
	background-color: #c30040;
	display: block;
	margin: 15px auto;
	padding:10px 0;
	width: 90%;
	font-size: 1.3em;
	word-wrap: break-word;
	text-align: center;
	border-radius: 3px;
	box-sizing: border-box;
	line-height: 1;
}

/* tabParrain */
.tabParrain {
	width:90%;
	margin: 0 5%;
}
.tabParrain_line td {
	text-align: center;
}

/* Trick table/mobile */

table.tabParrain, .tabParrain thead, .tabParrain tbody, .tabParrain th, .tabParrain td, .tabParrain tr { display: block }
.tabParrain thead tr { position: absolute; left: -9999px; top: -9999px } /* masque sans display:none -> accessibilité */

.tabParrain tr {
	border: 10px solid #fff;
	background-color:#f0eeee;
}
.tabParrain td {
	position: relative;
	padding: 10px 10px 10px 20%;
	text-overflow: ellipsis;
	line-height:15px;
}
.tabParrain td:before {
	content: attr(data-label);
	position: absolute;
	left: 10px;
	top: 10px;
	width: 20%;
	z-index:2;
	font-weight: bold;
}
.tabParrain td:nth-of-type(3), td:nth-of-type(4) {
	padding-left:0;
}
.tabParrain td:nth-of-type(4) {padding:0;}
.tabParrain .bt_black {
	color: #FFF;
	border: 1px solid #363636;
	background-color: #363636;
	display: block;
	margin: 15px auto;
	padding:10px 0;
	width: 80%;
	font-size: 1.3em;
	word-wrap: break-word;
	text-align: center;
	border-radius: 3px;
	box-sizing: border-box;
	line-height: 1;
}
.conditionsParrainage {margin-bottom:20px!important;}

/* FIN DE SERVICE PARRAINAGE */






/* SERVICE RECRUTEMENT */
#content { width: 90%; margin: auto; padding-bottom: 2em; }
#animate_menu { display: none; }
#animate_menu_mobile { width: 100%; }
#accordion ul, .liste_competence { list-style: none; margin-left: 0; padding-left: 0; }
#accordion li { border-bottom: 1px dotted #363636; }
#accordion li > a {
	display: block;
	padding: 1em 1em 1em 0;
	font-size: 1.3em;
	color: #363636;
	text-decoration: none;
}
#accordion li > a i { font-size: 1.3em; }
#accordion li > a > span {
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	border-radius: 1em;
	width: 2em;
	height: 2em;
	padding: 0.3em;
	margin-right: 0.5em;
	background-color: #363636;
	color: #fff;
}
#accordion h3, #accordion h4 { color:#c30040; }
.details { display: none; }
/* FIN RECRUTEMENT */

/*---- PAGE CODES PROMO (code-reduction-spartoo.php) ----*/
#contener_code_reduction {
	width: 90%;
	height: auto;
	margin: auto;
}
#contener_code_reduction h1 { text-align: left; }

#contener_code_reduction ol {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding-left: 1.5em;
	list-style-type: arabic-numbers;
}

#contener_code_reduction .panierEngagements {margin-top: 55px;}
#contener_code_reduction .div_code_reduction {
	position: relative;
	display: block;
	margin: 0 auto 2em;
	text-align: center;
}
.div_code_reduction_right {
	position: absolute;
	width: 100%;
	top: 15%;
	font-family: OpenSansCond,Arial,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
	color: #ffffff;
	text-shadow: 1px 1px 4px rgba(73, 73, 73, 1);
}
.div_code_reduction_right .pourcent_reduc {
	display: block;
	font-size: 110px;
	margin: 0;
	padding: 0;
	line-height: 0.9em;
}
.div_code_reduction_right .with_code {
	display: inline-block;
	padding: 0.5em 1em;
	background-color: #ffffff;
	color: #363636;
	margin-top: 0.5em;
	font: 16px OpenSans, Arial, sans-serif;
	text-shadow: none;
}
.div_code_reduction_right a {
	display: block;
	margin-top: 0.5em;
	color: #ffffff;
}
#code_reduc_conditions {
	text-align: center;
	padding: 1em;
	margin: 2em 0;
}

/*---- FIN PAGE CODES PROMO (code-reduction-spartoo.php) ----*/
/* Compte Suppression de moyens de paiement */
#compte_sup_cb > div,
#checkout_confirmation { border-bottom: 1px solid #c0c0c0; }
#compte_sup_cb > div,
#checkout_confirmation > div {
	text-align: center;
	padding: 0 5%;
}
#checkout_confirmation #newcb > div {
	padding: 0.5em 0;
}
#checkout_confirmation #newcb .cb_wrapper {
	display: flex;
	align-items: center;
	width:100%;
}
#checkout_confirmation #newcb .cb_wrapper input {
	width:100%;
}
#checkout_confirmation #newcb .cb_wrapper img {
	height: 60px;
	margin-left:15px;
}
#compte_sup_cb > div > button {
	margin-left: 1em;
}
#checkout_confirmation { text-align: center; }
#checkout_confirmation .card_details > span,
#checkout_confirmation .date-valid-cb > div > span:first-child {
	display: block;
	padding: 1em 0;
}
#checkout_confirmation .card_details > .blueCardNumber {
	width: 90%;
}
#checkout_confirmation .date-valid-cb > div:first-child {
	display: inline-block;
	vertical-align: top;
	width: 65%;
}
#checkout_confirmation .date-valid-cb > div:last-child {
	display: inline-block;
	vertical-align: top;
	width: 35%;
}
#checkout_confirmation .date-valid-cb > div > span:first-child {
	display: block;
}
#checkout_confirmation .date-valid-cb select {
	width: 40%;
}
#checkout_confirmation .date-valid-cb #select_mois_validite {
	margin-right: 2.5%;
}
#checkout_confirmation .date-valid-cb .cvxInput {
	width: 70%;
}
#checkout-content .form-cb #order_total_confirm { color: #c30040; }
#content-cvx {
	width: 90%;
	margin: auto;
	text-align: center;
}

/* FIN Compte Suppression de moyens de paiement */

.contentGLoginMobile .messageStackTitle {
	font-size: 1.3em;
}

.contentGLoginMobile .messageStackMobile {
	text-align: left;
	padding: 4% 4% 0;
}

.contentGLoginMobile .messageStackContent .separator {
	display: block;
	height: 10px;
}

#creaCompte2 .line .inputGrey {
	width: 90%;
	display: block;
	margin: 0 auto;
}

#menu-faq .selected-menu>a>span,
#menu-faq>div>a>span {
	display: block;
	width: auto;
	padding: 10px;
	margin-top: .5em;
	color: #FFF;
	height: auto;
}

#menu-faq span {
	display: block;
}

#menu-faq>div>a>span {
	background-color: #363636;
}

#menu-faq .selected-menu>a>span {
	background-color: #c30040;
}

#retour_3 .step_content>img,
#retour_3 .step_content>p {
	vertical-align: middle
}

#retour_3 .step_content>p {
	display: inline-block;
	width: 64%;
}
/**
* FAQ
*/
.contentFaqMobile #pays,
.contentFaqMobile #paiement,
.contentFaqMobile #commande,
.contentFaqMobile #services,
.contentFaqMobile #produits,
.contentFaqMobile #envoi,
.contentFaqMobile #retour,
.contentFaqMobile #compte,
.contentFaqMobile #marketplace {
	display: none;
	margin-bottom: 20px;
	text-align: left;
}
.contentFaqMobile #menu-faq {
	text-align: center;
	width: 100%;
	position: relative;
	top: 0;
}
.contentFaqMobile #display {
	padding: 1em 2em;
}
.contentFaqMobile #display ul {
	display: block;
	padding-left: 0;
}
.contentFaqMobile #display li {
	display: block;
	width: 100%;
	padding: .5em 0 .5em 0;
	border-bottom: 1px solid #f0eeee;
}
.contentFaqMobile #display a {
	display: inline;
	color: inherit;
	font-weight: bold;
	text-decoration: underline;
}
.contentFaqMobile table {
	background-color: #363636;
	margin: 15px auto;
	padding: 0;
	width: 100%;
}
.contentFaqMobile td {
	background-color: #fff;
	padding: 5px;
}
/* End FAQ */

.tuto_link {
	display: none;
}

#services_footer {
	display: block;
	width: 100%;
	height: auto;
	background-color: #f0eeee;
	color: #363636;
	padding: 0.8em 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#services_footer .icon-arobase,
#services_footer .icon-livraisonGratuite,
#services_footer .icon-retourGratuit,
#services_footer .icon-telephone,
#services_footer .icon-aide{
	font-size: 3em;
	margin-right: 5px;
}

#follow .icon-facebook,
#follow .icon-google,
#follow .icon-instagram,
#follow .icon-pinterest,
#follow .icon-twitter {
	display: block;
	font-size: 2.8em;
	padding: .25em;
}

#services_footer a {
	display: block;
	color: #363636;
}
#services_footer hr {
	border-bottom: 1px solid #FFF;
	border-top: none;
	border-left: none;
	border-right: none;
	width: 100%;
}
#cheque_cadeau_footer {
	display: block;
	padding: 2em 0;
	text-align: center;
}
#cheque_cadeau_footer i {
	font-size: 3em;
	display: block;
	color: #c30040;
}
#cheque_cadeau_footer a {
	color: inherit;
	font-size: 1.2em;
	display:block;
}
#ope_links {
	border-top: 1px solid #cccccc;
	padding: 20px 6px;
	display:flex;
}
#ope_links a {
	width:50%;
	padding: 8px 0;
	box-sizing:border-box;
	color:#363636;
	font-size:0.9em;
	text-align:center;
}
#ope_links a:last-child:not(:first-child) {
	border-left:1px solid #f0eeee;
}
#ope_links a span {
	font-size:0.8em;
	font-style:italic;
}
#block_footer {
	text-align: center;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 0 0.5em 0.5em 0.5em;
}
.div_panelvp {
	padding: 2em 0;
	text-align: center;
	border-bottom: 1px solid #cccccc;
}
.div_panelvp a {
	color: inherit;
	border-bottom: 1px dotted #363636;
}
#appli {
	display: block;
	width: 100%;
	padding: 2em 0;
	background-color: #363636;
	font-weight: 400;
	font-style: italic;
	font-family: Georgia, serif;
	text-align: center;
}
#appli a {
	display: block;
	color: #fff;
}
#appli i {
	display: block;
	font-size: 4em;
	margin-top: -.18em;
}
#text-appli {
	height: 100%;
	padding: 0.5%;
	word-wrap: normal;
	width: 100%;
	margin-top: 3%;
}
#conditions_footer {
	display: block;
	padding: 1em 0.25em;
	text-align: center;
}
#conditions_footer a {
	color: inherit;
	padding: 0.5em;
}
#conditions_footer  > div > a {
	display: block;
	padding: 0.5em 1em;
	background-color: #363636;
	color: #fff;
	text-align: center;
	font-size: 1.3em;
}
#conditions_footer > div {
	display: none;
	margin: auto;
	width : 80%;
	text-align: left;
}
#follow {
	display: block;
	margin: 2em auto;
	width: 100%;
	color: #363636;
	text-align: center;
}
#follow p {
	display: block;
	width: 100%;
}
#country_site_footer {
	display: flex;
	justify-content: space-between;
	padding: 2em 1em;
}
#country_site_footer > div {
	display:flex;
	align-items: center;
	font-size: 15px;
}
#country_site_footer > div:last-child .pipe_footer {
	margin: 0 8px;
}
#country_site_footer a {
	display: flex;
	align-items: center;
}
#country_site_footer img, .link_country img {
	max-width: 24px;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3);
	margin-right: 5px;
}
.footer_paymentsAndShippingsLogos {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: auto;
	justify-content: center;
	align-items: center;
	padding: 0.5em;
}
.footer_paymentsAndShippingsLogos img {
	margin: 1em;
}

.investors_link {
	text-decoration: none;
	font: 13px OpenSans, Arial, sans-serif;
	font-weight: bold;
	margin: 0;
	padding:18px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	color: #363636;
	background-color: #f0eeee;
}
.footerLinks {
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 2em;
	background-color: #363636;
	margin: auto;
	text-align: center;
	padding: 1.5em
}
.footerLinks a {
	color: #e6e6e6;
}
.flag_w_lg {
	position:relative;
}

.flag_w_lg img:last-child {
	position:absolute;
	bottom: -3px;
	right: -3px;
	width: 12px;
	height:12px;
	border-radius: 50%;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.5);
}

.logos-footer {text-align:center;margin:10px 0 20px;}
.logos-footer img {width:100%; max-width:375px;}

#copy-right {
	display: block;
	width: 100%;
	height: 50px;
	text-align: center;
	color: #363636;
}

/* Bouton scroll to top */
#scrollTop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	display: none;
	height: auto;
	background-color: #363636;
	color: #fff;
	text-align: center;
}
#scrollTop > span {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.85em;
	padding: 0.5em;
}
.share {
	background-color: var(--main-color);
}
#popup-partage {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	font-size: 3em;
	height: 100%;
}
#popup-partage > a {
	display: block;
	padding: 0.2em;
	color: #363636;
}
#popup-partage > a:focus {
	color: var(--main-color);
}

._black {
	display: block;
	width: 100%;
	font-size: 1.2em;
	padding-bottom: 5px;
	border-bottom: 1px solid #363636;
}

#mb_services table {
	background-color: #363636;
	margin: 15px auto;
	padding: 0;
	width: 100%;
}

#mb_services td {
	background-color: #fff;
	padding: 5px;
}
/*
#mb_services a {

color: #363636;
	text-decoration:underline;

}
*/
a.link_footer:active,
a.link_footer:hover,
a.link_footer:link,
a.link_footer:visited,
a.select_country:active,
a.select_country:hover,
a.select_country:link,
a.select_country:visited {
	font-size: 15px;
	color: #363636;
	text-decoration: none;
}

#mb_services li {
	margin: 15px auto
}

a.link_country:active,
a.link_country:hover,
a.link_country:link,
a.link_country:visited {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	border-bottom: 1px solid #f0eeee;
	padding: 5%;
	width: 100%;
	color: #363636;
}
.link_country img {margin-right: 10px;}
.pipe_footer {
	font-size: .9em;
	color: #999;
}

#shipping_relais_pay,
.kialaSearch {
	width: 100%;
	padding-bottom: 10px;
	text-align: center;
}

.kialaSearch {
	background-image: linear-gradient(bottom, #e8e8e8 10%, #fff 73%);
	background-image: -o-linear-gradient(bottom, #e8e8e8 10%, #fff 73%);
	background-image: -moz-linear-gradient(bottom, #e8e8e8 10%, #fff 73%);
	background-image: -webkit-linear-gradient(bottom, #e8e8e8 10%, #fff 73%);
	background-image: -ms-linear-gradient(bottom, #e8e8e8 10%, #fff 73%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.1, #e8e8e8), color-stop(.73, #fff));
	border-bottom: 1px solid #e6e6e6;
}

#listeRelais strong {
	display: block;
	margin: auto;
	padding: 10px;
	background-color: #363636;
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
}

#shipping_relais_pay span {
	display: block;
	color: #363636;
	margin-top: 5px;
}

.kialaSearchPostCodeInput {
	width: 70px;
	text-align: center;
}

.kialaSearchTownInput {
	width: 150px;
	text-align: center;
	margin-top: 5px
}

#contentMobile {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFF
}

#contentMobile b {
	color: #363636
}

#contentTop,
#module-mobile,
.contentCentre,
.customer_content_title,
.log_off_mobile {
	width: 100%;
	padding: 0 5%
}

#customer_content {
	padding-left: 2em
}

#customer_content h3 {
	font-family: OpenSans, Arial, sans-serif;
	font-style: italic;
	padding: 0;
	margin: .8em 0 .2em
}

#customer_content p {
	padding: 0;
	margin: 0;
	color: #666
}

#customer_content a {
	display: block;
	text-transform: uppercase;
	font-size: 1.3em;
	padding: .5em .25em .8em 0;
	color: #c30040
}

.panierTabMobile {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border-collapse: separate;
	border-spacing: 0;
	border-bottom: 1px solid #e6e6e6;
}

#affiche table,
.tabParrain,
.tabSmallMobile,
.ticket_view_table {
	border-collapse: collapse;
}

/*
.cartProductListing-odd>td {
	text-align: center
}
 */

.cartProductListing-even>td .panierTitleProduct,
.cartProductListing-odd>td .panierTitleProduct {
	max-width: 80%;
}

.cartProductListing-odd>td>.bt_grey {
	width: 100%;
	margin: .2em 0;
}

.cartProductListing-odd>td>input[type=text] {
	width: 100%;
}

.panier-basMobile {
	width: 100%;
	margin: 0 auto 15px;
	padding: 0;
	text-align: center;
}

.panierMobile {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

/*__ SPARTOOANDME __*/
.logomobilespartooandme {
	margin:20px 0;
}
.panierspartooandme {
	display:block;
	width:90%;
	margin:auto;
	align-items: center;
	font: 17px/18px OpenSansRegular, Arial, sans-serif;
	border: 1px solid #000;
	border-radius: 5px 5px 5px 5px;
}
.panierspartooandme p {
	margin:8px;
}

#txt_spartooandme {
	width:90%;
	margin:auto;
	color:#000;
	text-align:center;
	padding:10px 0 10px 0;

}
#btn_sampanier1 {
	align-items: center;
}
.btn_sampanier{
	background-color: #c30040;
	color: #fff;
	padding: 5% 5%;
	border-radius: 5px;
	font: bold 21px OpenSansCond, Arial, sans-serif;
	text-transform: uppercase;


}
/*__ FIN SPARTOOANDME __*/


/*__ ASSURTOO __*/
.panierassurtoo{
	width:100%;
}
a.panierassurtoo{
	color:#707070;
}
#txtassurtoo {
	border:1px solid #c30040;
	border-radius: 5px 5px 5px 5px;
	width: 90%;
	margin:auto;
	font: 13px OpenSans, Arial, sans-serif;
}
#txtassurtoo p{
	margin:0;
}
#txt1 {
	padding:20px;
}
#txt1 p{
	text-transform:uppercase;
	color:#c30040;
	font: 18px OpenSansCond, Arial, sans-serif;
	font-weight: bold;
}
#txt1 span{
	color:#707070;
	font: 14px OpenSans, Arial, sans-serif;
}
#txt1 ul {
	text-align:left;
}
#sstitreassurtoo {
	text-transform:uppercase;
	color:#707070;
}
#btnassurtoo{
	text-align:center;
	color:#c30040;
	 line-height: 2em;
	 margin:10px 0;
}
#btnassurtoo{
	background-color: #c30040;
	color: #fff;
	padding: 5% 5%;
	margin:0;
	border-radius: 5px;
	font: bold 21px OpenSansCond, Arial, sans-serif;
	text-transform: uppercase;
}
#asurtooprix {
	font: 22px OpenSansRegular, Arial, sans-serif;
}
#condassurtoo {
	color:#707070;
	font: 11px OpenSansRegular, Arial, sans-serif;
	padding:10px;
}
#condassurtoo a{
	color:#fff;
}
/*__ FIN ASSURTOO __*/

.btn_sampanier p {
	text-align: center!important;
}
.panierspartooandme .titrespartooandme {
	 font: bold 22px OpenSansCond, Arial, sans-serif;
	 text-transform: uppercase;
	 color:#c30040;
}
.cgvspartooandme {
	font: 11px OpenSansRegular, Arial, sans-serif;
}

#panierShippingPrice,
#panierTotalPrice {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 1%;
	margin: auto;
	text-align: center;
	color: #363636;
}

.livraison,
.total {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	word-break: normal;
}

/*
.livraison {
	padding: 1% 0
}
 */

.total {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.1em;
	color: #c30040;
	font-weight: 700;
}

.cartProductListing-heading {
	font-size: .9em;
	text-align: center;
	color: #FFF;
	background-color: #363636;
}

.panier_productPriceMobile {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.1em;
}

.remove_product {
	cursor: pointer;
}

.remove_product i {
	font-size: 350%;
	display: block;
	position: relative;
	left: -12%;
	color: #555;
}

.panier_productTotalPriceMobile {
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-size: 1.1em;
	color: #c30040;
	text-align: center;
}

.boutonD {
	float: right;
}

.panier_form {
	display: block;
	height: auto;
	padding: 0;
	margin: auto;
}

.bt_commander {
	cursor: pointer;
	padding: 3px 8px 5px;
	margin: 10px auto auto;
	width: auto;
	height: 25px;
	display: inline-block;
	line-height: 25px;
	font-size: 1.3em;
	font-weight: 700;
	text-align: center;
	color: #FFF;
	background: url(/images/background_red.jpg) left center repeat-x #c30040;
	border: 1px solid #950635;
	border-radius: 3px;
	box-shadow: 0 2px 4px #999;
}

.panierOption .rentree,
.panierOption .second_product_message {
 	display: block;
 	width: 90%;
 	margin: 1em auto 2em auto;
 	padding: 0.5em 0;
 	background-color: #efefef;
 	border: 2px solid #dcdcdc;
 	color: inherit;
 	border-radius: 0px 15px 15px 15px;
 	-webkit-box-shadow: 4px 4px 0px 0px rgba(220,220,220,1);
	-moz-box-shadow: 4px 4px 0px 0px rgba(220,220,220,1);
	box-shadow: 4px 4px 0px 0px rgba(220,220,220,1);
}

.panierOption .rentree a,
.panierOption .second_product_message a {
	text-decoration: underline;
	padding: 0.25em;
	color: inherit;
}

.panierOption .second_product_message > span {
	display: block;
	width: 90%;
	margin: auto;
}

.panierOption .second_product_message > span > span { font-family: OpenSans, Arial, sans-serif; font-style: italic; }

.cartProductListing-evenMobile {
	margin: 0;
	padding: 0;
	background-color: #f0eeee;
	text-align: center;
	font-size: .9em
}

.cartProductListing-even td {
	width: 100px
}

.cartProductListing-oddMobile {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	text-align: center;
	font-size: .9em;
}

.tabSmallMobile {
	width: 320px;
	margin: 0;
	padding: 0;
	text-align: center;
	border: 0 #363636
}

.paiementOptionsBoxesMobile {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto
}

#paiementOptionsMobile {
	margin: 0;
	padding: 0
}

.paiementOptionsBoxesTextMobile {
	margin: 10px auto 0;
	padding: 0 20px
}

#windowBank {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	padding-top: 15%;
	text-align: center;
	color: #363636;
	background-color: #FFF
}

#windowBank h2 {
	font-family: OpenSans, Arial, sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 1.8em
}

.paiementOptionsBoxesContinue {
	margin: auto;
	padding: 0;
	width: 100%
}

#couponMobile {
	width: 100%;
	height: auto;
	margin: auto;
	text-align: center
}

#couponMobile p,
#securepayment_title_boxe,
.title_red {
	padding: 10px;
	margin: 0;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	background-color: #c30040
}

#div_gv_code label,
.panierIncludeShipping {
	color: #666
}

.logo_securezone {
	width: 100%;
	min-height: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	border-bottom: 1px solid #e6e6e6
}

.paymentOptionTextMobile {
	display: block;
	font-size: 1em;
	text-align: center;
	line-height: 1
}

.paymentOptionTextMobile input[type=radio] {
	margin-bottom: 3%
}

.paymentOptionTextMobile b {
	display: block;
	height: auto
}

.paymentOptionTextMobile img {
	width: 70px;
	height: 45px
}

#div_gv_code {
	margin: 10px auto 15px;
	text-align: center
}

.bt_submit_redeem {
	height: 32px
}

.panierIncludeTotalMobile {
	width: 320px;
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 18px;
	background-color: #f0eeee
}

.panierIncludeShipping,
.panierIncludeSubTotal {
	padding: 5px;
	font-size: 12px;
	font-weight: 700
}

#shippingAddressMobile,
/* #titreGauche, */
.alert,
.panierIncludeTop,
.panierIncludeTopMobile,
.panierIncludeTotal,
.payementOptionLegende,
.shippingAddressText {
	text-align: center
}

.panierIncludeTotal {
	padding: 0;
	margin: 20px auto 10px;
	width: 90%;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	background-color: #f0eeee
}

.panierIncludeTotalPrice {
	padding: 5px;
	color: #c30040;
	font-size: 14px;
	font-weight: 700
}

.panierIncludePointsGagnes {
	padding: 5px;
	color: #aaa;
	font-size: 11px
}

.panierIncludeTop {
	clear: both;
	margin-top: 15px;
	width: 100%;
	height: 25px;
	line-height: 25px;
	color: #999;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background-color: #f0efef
}

.panierIncludeTopMobile {
	margin: 0;
	padding: 0;
	height: 20px;
	width: 320px;
	color: #fff;
	background-color: #09b0c9;
	line-height: 18px
}

.panierIncludeMobile {
	width: 318px;
	margin: 0;
	padding: 0
}

#cart,
#final,
#total {
	width: 320px
}

.panierSubtitle {
	font-weight: 700;
	color: #c30040
}

.panierGift {
	margin: 0 10px;
	padding: 5px;
	color: #707070;
	border: 1px solid #c30040
}

.panierGift i {
	color: #c37a21;
	font-size: 4em
}

#final {
	margin: 0;
	padding: 0;
	border: 1px solid #363636
}

#paymentModeMobile {
	margin: 0 auto;
	padding: 0
}

.shippingAddressText {
	padding: 1em;
	font-family: OpenSans, Arial, sans-serif;
	font-style: italic;
}

#no_address_available {
	width: 300px;
	height: auto;
	margin: auto
}

.shippingOption p {
	float: left;
	margin: 0;
	padding: 0
}

.adressModifBouton {
	margin-top: 20px;
	margin-bottom: 20px;
	width: auto
}

.payementOptionLegende {
	display: block;
	color: #363636;
	margin: auto;
	padding: 0 3%;
	font-size: 1em;
	font-style: italic
}

.paymentOption img {
	margin-bottom: 5px;
	max-width: 30%
}

.contentGMobile .multi_colis {
	background-color: #363636;
	color: #FFF;
	padding: 2%
}

#windowPaymentOther {
	padding-bottom: 0;
	border-bottom: 1px solid #e6e6e6
}

.CBcentreLabelMobile {
	display: inline-block;
	width: 45%;
	padding: 1em 0 1em .5em;
	margin-left: 1%;
	background-color: #f0eeee;
	vertical-align: middle
}

.CBcentreInput,
.ligne_birth {
	display: inline-block;
	vertical-align: middle;
	width: 50%
}

.CBcentreInput .blueCardNumber {
	width: 100%
}

.CBcentreInput #select_annee_validite,
.CBcentreInput #select_mois_validite {
	width: 50%
}

#text_klarna_cgv {
	width: 85%;
	margin: auto
}

#text_klarna_cgv p {
	/* text-align: left; */
	font-size: 11px;
	color: #AAA
}

#text_klarna_cgv p a {
	color: #c30040
}

#customer_date_birth {
	/* background-color: #f0eeee; */
	padding-bottom: 15px
}

#customer_date_birth p {
	display: block;
	height: 25px;
	line-height: 25px
}

.mediumSelectCompte {
	min-width: 90px
}

#CBMobile {
	width: 100%;
	margin: 0;
	padding: 0
}

.CBlist {
	width: 290px;
	margin: auto;
	font-size: 12px
}

#newcb {
	width: 100%;
	margin: auto
}

.newcb_ligne {
	width: 100%;
	margin: 2% 0
}

#select_annee_validite,
#select_mois_validite {
	text-align: center;
	padding-right: 2em;
	width: 100%
}

.validPayment {
	float: right;
	margin-top: 20px;
	margin-bottom: 5px
}

.alert {
	font-size: 11px;
	color: red;
	margin: 0;
	padding: 0
}

#contentTopMobile {
	width: 290px;
	height: auto;
	margin: 10px auto;
	padding: 0
}

#contentTopMobile b {
	font-size: 1.2em;
	color: #c30040;
	text-transform: capitalize
}

/*
#titreGauche {
	width: 95%;
	padding: 1em;
	margin: auto;
}
 */

/*
#confirmation2 {
	width: 290px;
	margin: 10px auto auto;
	font-size: 1em;
	text-align: justify
}
 */

a.facture:active,
a.facture:link,
a.facture:visited {
	color: #c30040;
	font-size: 1.1em
}

/*
.parag {
	margin: 0;
	padding: 0
}

#checkPoints {
	width: 290px;
	margin: auto
}
 */
/* Page checkout_success.php */
#checkout-success-content {
	width: 90%;
	margin: auto auto 4em auto;
	font-size: 13px;
}
#checkout-success-content h1 { text-transform: capitalize; }
#checkout-success-content button { width: 100%; }
#checkout-success-content .confirm-commande {
	border-top: 4px solid #cccccc;
	border-bottom: 4px solid #cccccc;
	display: block;
	padding: 0.5em 0;
	margin: 2em 0;
	font-size: 1.2em;
}
#checkout-success-content > p > b {
	display: block;
}
#checkout-success-content > p > b:first-child { margin-bottom: 0.35em; }
#checkout-success-content .check-points {
	padding-bottom: 1.5em;
	border-bottom: 1px dotted #cccccc;
}
#checkout-success-content .recap-produit {
	display: block;
	margin: 0.8em 0;
}
#checkout-success-content .recap-produit > span {
	display: inline-block;
	vertical-align: middle;
	width: 70%;
}
#checkout-success-content .recap-produit > span:first-child {
	width: 30%;
	padding: 2%;
}
#checkout-success-content .recap-total {
	font-family:OpenSans, Arial, sans-serif;
	font-weight: bold;
	color:#c30040;
	font-size:1.5em;
}

/* Bloc sondage "Mieux vous connaitre" */
.survey_bloc {
	display:block;
	box-sizing: border-box;
	padding: 0 5px;
	width:100%;
	max-width:365px;
	background: #c6c6c6 url("/images/banfincde.jpg") no-repeat right / 70% 100%;
}
.survey_bloc p {
	width:90%;
	margin: 0 0;
	color:#fff;
	font-size:12px;
}
.survey_bloc p:first-child {
	margin:10px 0 0;
	display:inline-block;
	font: bold 16px OpenSans, Arial, sans-serif;
	text-transform: uppercase;
}
.survey_bloc span {
	color:#c30040;
	display:inline-block;
	width:100%;
	font: bold 14px/14px OpenSans, Arial, sans-serif;
	text-transform: uppercase;
}
.survey_bloc p:last-child {
	margin: 5px 0 10px 0;
	display:inline-block;
	text-transform:uppercase;
	font: bold 14px OpenSans, Arial, sans-serif;
}
.survey_bloc i {
	vertical-align: -2px;
}
/*--- Refonte checkout_success du 09/04/2019 ---*/
.checkout_confirm {
	text-align: center;
	margin: 1em auto;
}
.iconValiderContainer {
	margin: auto;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	font-size: 50px;
	color: #fff;
	background-color: #a3d109;
	line-height: 50px;
}
/* h1 {
	font: 200 2em/1em OpenSans, Arial, sans-serif;
	color: #363636;
} */
.nameCmd {
	font-size: 1.4em;
}
#checkout-success-content .check-points {
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 1.5em;
	border-bottom: 1px dotted #cccccc;
}
.infoPoints {
	text-align: center;
	font-size: 16px;
}
.infoPointsButtons {
	display: flex;
	justify-content: center;
	margin: 10px auto 20px auto;
	color: #fff;
	text-transform: uppercase;
}
.infoPointsButton {
	background-color: #707070;
	margin: 10px;
	font-family: OpenSansCond, Arial, sans-serif;
	font-weight: bold;
}
.infoPointsButton a {
	color: #fff;
	font-family: OpenSansCond, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.infoPointsButton > div {
	position: relative;
	text-align: center;
	font-size: 25px;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 50px;
	background-color: #e6e6e6;
}
.infoPointsButton > p {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	background-color: #707070;
	margin: 0 20px 0 30px;
}
.infoPointsButton i {
	color: #707070;
	top: 12px;
	left: 10px;
	z-index: 5;
	position: absolute;
	display: block;
}
.arrowDiv {
	position: absolute;
	right: -18px;
	top: 8px;
	background-color: #e6e6e6;
	transform: rotate(45deg);
	width: 35px;
	height: 35px;
}
.recapCmdTitle {
	font-size: 18px;
	padding: 10px;
	background-color: #e6e6e6;
}
.recapProductList {
	border: none;
	border-bottom: 1px solid #e6e6e6;
	padding: 10px;
	margin: 0px auto;
	width: 100%;
	min-height: 120px;
}
.recapProductList div, .recapProductList img{
	vertical-align: middle;
}
.orderTotal {
	width: 100%;
	padding: 10px;
	margin: auto;
	font-size: 1.2em;
	text-align: left;
	background-color: #fff;
	color: #363636;
}
.orderAdress {
	width: 100%;
	margin: auto;
	font-size: 14px;
	padding: 10px;
	border: none;
	border-bottom: 1px solid #e6e6e6;
}
.orderAdress b {
	display: block;
}
.checkout_success_content {
	display: flex;
	justify-content: space-between;
}
.checkoutRecap {
	width: 100%;
}
.checkoutServices {
	padding: 0 20px;
	flex: 1;
}
.checkoutServices > div:first-of-type {
	border: 5px solid #e6e6e6;
	padding: 20px;
	text-align: center;
}
.checkoutServices > div:first-of-type i {
	font-size: 20px;
	display: block;
	width: 30px;
	height: 30px;
	background-color: #707070;
	border-radius: 50%;
	margin: auto;
	color: #fff;
	line-height: 30px;
	margin-top: 10px;
}
.engagement_txt_checkout {
	display: block;
	text-transform: none;
	font-size: 14px;
	width: auto;
	border-bottom: 1px solid #e6e6e6;
}
.engagement_txt_checkout:last-of-type {
	border-bottom: none;
}
.checkoutServicesTitle {
	font-size: 18px;
}
.thanks4checkout {
	font-size: 24px;
	text-align: center;
	margin: 20px auto;
}
.checkout_insta_container {
	text-align: center;
}
.home_title_insta a {
	color: #363636;
}
.home_title_insta {
	font-size: 1.4em;
	margin: 1em auto;
}
.home_title_insta i {
	display: block;
	font-size: 36px;
}

/* FIN Page checkout_success.php */
.radio {
	width: 50px;
}

.shortInput {
	height: 20px;
	width: 120px;
}

.windowButtons {
	margin: auto;
	width: 100%;
	min-height: 40px;
	text-align: center;
}

.windowShippingAddress {
	display: none;
	position: relative;
	margin: 0 auto;
	padding: 0;
	top: 0;
	z-index: 20;
	width: 100%;
	background-color: #FFF;
}
#newShippingAdress {
	width: 90%;
	margin: auto;
}
.address_grey,
.address_red {
	width: 80%;
	margin: auto auto 15px;
	padding: 10px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}

.address_red {
	border: 2px solid #c30040;
}

.address_grey {
	border: 2px solid #ccc;
	color: #888;
	background-color: #f0eeee;
}

.label_gauche {
	width: 140px;
}

.last_newsletter {
	width: 95%;
	padding: 13px 3px 13px 8px;
	box-shadow: 0 4px 6px 0 silver;
	display: flex;
	justify-content: space-between;
}

.last_newsletter form {
	height: 100%;
	width: 40px;
	display: flex;
	justify-content: center;
}

.last_newsletter a {
	display: inline-block;
	font-size: 13px;
	color: #363636;
	vertical-align: middle;
}

.label_search,
.main {
	font-size: .9em;
}

.last_newsletter button {
	background-color: #fff;
	cursor: pointer;
	height: 100%;
}

.list_commandes_mobile {
	width: 100%;
}

.content_commande {
	display: block;
	width: 320px;
	margin: 15px auto auto;
}

.content_commande p {
	width: 90%;
	margin: auto;
}

.commande_infos {
	color: #c30040;
	font-weight: 700;
}

.list_commandes_mobile td {
	height: 40px;
	border-bottom: 1px solid #e6e6e6;
	text-align: center;
}

.list_commandes_mobile a {
	color: #c30040;
}

.label_search {
	float: left;
	width: 130px;
}

.log_off_mobile_input {
	width: 120px;
	float: right;
	height: 21px;
	min-height: 21px;
	border: 1px solid #e6e6e6;
}

.text_search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	text-align: justify;
	width: 260px;
	margin: 0 auto 20px;
	color: #c30040;
}

.continue_search {
	width: 110px;
	margin: 10px auto 0;
}

#cvx,
#cvx_amex,
#paypal2clics_info_div {
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -150px;
	z-index: 100;
	width: 300px;
	height: auto;
	background-color: #FFF;
	border-radius: 6px;
	box-shadow: 0 2px 8px #363636;
}

#cvx p,
#cvx_amex p,
#paypal2clics_info_div p {
	display: block;
	width: 280px;
	margin: auto auto 20px;
	text-align: justify;
}

a.close_div:active,
a.close_div:link,
a.close_div:visited {
	padding: 2px 5px 4px;
	text-decoration: none;
	background-color: #c30040;
	color: #FFF;
	font-size: 1.1em;
}

#CBpaypalMobile {
	text-align: center;
	padding: 0;
}

#CB3foisMobile {
	width: 320px;
	margin: 5px auto;
	text-align: justify;
}

#recherche_avancee {
	clear: both;
	margin: auto;
	width: 100%;
	text-align: center;
	line-height: 35px;
	background-image: url(/images/mobile/bg_bloc_gris.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #FFF;
	border-top: 1px solid #e6e6e6;
}

#recherche_avancee .lien_bt {
	display: inline-block;
	width: 100%;
	font-size: 1.3em;
	font-weight: 500;
	color: #888;
	text-decoration: none;
	border-bottom: 1px dotted #CCC;
}

#recherche_avancee .lien_plus_criteres {
	font-size: 1em;
	font-weight: 500;
	color: #c30040;
	text-decoration: none;
}

#recherche_ariane {
	width: 100%;
	height: auto;
	background-color: #f0eeee;
	color: #FFF;
}

#recherche_boxe,
.ligne_form {
	width: 100%;
}

.ligne_form label {
	display: inline-block;
	width: 175px;
	text-align: left;
	color: #363636;
	padding-left: 5px;
}

#photo_product_carousel ul,
#photo_product_carousel ul li {
	margin: auto;
	width: 250px;
	height: 250px;
	padding-left: 0;
	list-style: none;
}

#photo_product_carousel ul li {
	float: left;
	background-image: url(/images/loading.gif);
	background-position: center;
	background-repeat: no-repeat;
}

#photo_product_carousel .swipe {
	background-color: #fff;
}

.mobile_transition_div {
	z-index: 1000;
	width: 320px;
	position: fixed;
	top: 0;
	height: 100%;
	background-color: #d3d3d3;
	display: none;
}

#content-partage-prodcard {
	margin: 2em auto;
	color: #666;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #999;
	text-align: center;
}
#content-partage-prodcard-ios {
	margin: 0.5em 0;
	color: #363636;
	border-radius: 3px;
	width: 50%;
	border: 1px solid #363636;
	text-align: center;
}
#content-partage-prodcard-ios a > span, #content-partage-prodcard-ios a > i {
	font-size: 0.7em;
	text-transform: lowercase;
	display: inline-block;
	vertical-align: middle;
}
#content-partage-prodcard-ios a > i {
	font-size: 1.5em;
}
#content-partage-prodcard-ios>a {
	width: 100%;
	display: inline-block;
	float: none;
	font-size: 2em;
	line-height: 1.5em;
	color: #363636;
	text-align: center;
}
#content-partage-prodcard>div {
	border-bottom: 1px solid #999;
	height: .7em;
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

#content-partage-prodcard>div>span {
	padding: 1em;
	background-color: #fff;
}

#content-partage-prodcard>a {
	display: inline-block;
	float: none;
	font-size: 3em;
	color: #666;
	width: 20%;
	text-align: center;
}
#expedition_time_div,
.productTVA,
#products_info_pub  {
	width: 90%;
	margin: auto;
}
#products_info_pub {
	background-color: #efefef;
	border-radius: 0.4em;
	padding: 1em 0.5em 1em 1.7em;
	border: 1px dotted #777777;
}
#expedition_time_div #countdown {
	color: #c30040;
	font-family: OpenSans, Arial, sans-serif;
	font-weight: bold;
}
#prodcard_premium_info > div {
	width: 90%;
	font-size: 1.3em;
	margin: 1em auto auto auto;
}
#prodcard_paypal {
	padding: 2em 1em;
	background-color:#00ade5;
	height: 100%;
}
#prodcard_paypal > div:first-child {
	display: inline-block;
	width: 100%;
	margin-bottom: 2em;
}
#prodcard_paypal > div:last-child {
	display: inline-block;
	width: 100%;
	text-align: left;
	color: #fff;
}
#prodcard_paypal > div:last-child > div {
	padding: 0.3em 0;
}
.header_shipping4Xmas {
	text-transform: uppercase;
	width: 90%;
	margin: 1.5em auto auto auto;
}
.prodcardBase .header_shipping4Xmas {
	padding: 1em;
	margin: 0.5em auto;
	justify-content: center;
	text-align: center;
	background-color: #ffebcc;
}
#marketplace_info_div,
#products_other_merchants_div,
#prodcard_premium_info {
	padding: 0;
	margin: auto;
}
.expedition, .prodcardNewLife {
	align-items: center;
	width: 90%;
	margin: auto;
}
.expedition {
	display: none;
}
.expedition > div {
	padding: 1rem 0;
	border-bottom: 1px dotted #777;
	width: 100%;
	box-sizing: border-box;
	display: block;
}
.prodcardNewLife > div {
	padding: 1rem 0;
	margin: auto;
	border-bottom: 1px dotted #777;
	width: 100%;
	box-sizing: border-box;
	display: block;
}
.prodcardNewLife  a {
	color: #363636;
	display: block;
}
.expedition > div > img {
  width: 15px;
  margin-right: 0.5em;
}
.paymentsAndShippingslogos {
	margin: auto;
	display: flex;
	justify-content: space-between;
	width: 90%;
}

/*__ NEWLIFE __*/
.kmlt_sell_yours img {
	margin-right: 8px;
	width: 55px;
}

/* .kmlt_sell_yours {
	display:flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	letter-spacing: 0.01em;
	color: #363636;
	width: 90%;
	margin: 1.5em 5% auto;
	padding: 10px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	box-sizing: border-box;
}
.kmlt_sell_yours:hover {
	color: #363636;
}
.kmlt_sell_yours > span:last-child {
	width:100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}*/
.kmlt_sell_yours .kmltbtn {
	color: #C9A78B;
	border: 1px solid #C9A78B;
	padding: 3px 5px 3px 8px;
	margin: auto;
	display: inline-block;
	border-radius:5px;
}
.kmlt_sell_yours .kmltbtn i {vertical-align: -1px;}
.kmlt_sell_yours .kmltbtn:hover {color: #8C725B;}

ul.livraison-liste {
  font-family: OpenSansCond, sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  padding: 0;
  margin: 1em auto 0 auto;
  width: 90%;
}
ul.livraison-liste li {
  display: flex;
  list-style: none;
  text-align: left;
}
ul.livraison-liste .icon-valider {
  color: #91bd09;
  font-size: 1.5em;
  margin-right: 0.05em;
}
ul.reassurance-liste a {
	color: #363636;
}
ul.reassurance-liste {
  box-sizing: border-box;
	padding: 0;
	margin: 0 auto;
	width: 90%;
  list-style: none;
}
ul.reassurance-liste li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px dotted #777;
}
ul.reassurance-liste li > i {
  font-size: 2em;
  margin-left: 0.15em;
}
#appli a,
#sousMenuCompte_affiche a,
.bt_sousMenuCompte_off,
.menuCompte_block a,
a {
	text-decoration: none;
}
#marketplace_name_inner {
	font-family: OpenSans,Arial,sans-serif;
	font-weight: bold;
	text-transform: capitalize;
}
.info_merchant_list {
	text-align: center;
	border-bottom: 1px dotted silver;
}

.info_merchant_left,
.prix_merchant_form_right {
	display: block;
	width: 95%;
	margin: 1.5em auto;
}

#logo_merchant_list {
	padding: 2em 0;
}
#text_info_merchant_list {
	display: block;
	width: 100%;
	line-height: 2;
}

#logo_merchant_list .flags div,
#logo_merchant_list img,
.flags #logo_merchant_list div {
	max-width: 100%;
	display: inline-block
}

.info_merchant_list form {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: auto;
}

#size_merchant_list {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	padding: 6% 2% 4%;
}

#size_merchant_list p {
	font-size: .9em;
	padding: 0 0 2%;
	margin: 0
}

#size_merchant_list select {
	width: 90%;
}

.prix_merchant_form_right {
	margin-top: 4%;
	width: 100%
}

.price_merchant_list {
	font-family: OpenSans,Arial,sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	width: 100%;
	color: #c30040;
}

.prix_merchant_list_content {
	font-size: 1.1em;
	margin-bottom: 2em;
}

.prix_merchant_list_content i {
	float: none;
	display: inline-block;
	font-size: 1em;
}

.prix_merchant_form_right button {
	width: 100%;
	margin: 0;
}

.prix_merchant_form_right button i {
	margin-right: 3%;
}
.conditions_partenaires_img,
.conditions_partenaires,
.info_merchant_list {
	width: 90%;
	margin: auto;
}
.conditions_partenaires_img { padding-top: 2em; }
.conditions_partenaires > h1 {
	padding: 0;
}
.produit-part-title {
	font: bold 1.6em/1.4em OpenSansCond, Arial, sans-serif;
	text-transform: uppercase;
}
#popup_alert_parent .conditions_partenaires h1,
#popup_alert_parent #points_fid h1 {
	padding-left: 0;
}
#popup_alert_parent .conditions_partenaires ul,
#popup_alert_parent .conditions_partenaires li {
	margin: inherit;
	padding: inherit;
	font-size: inherit;
	border: none;
}

.noStock {margin: 0 5%;}
.noStock p {font-style: italic;}
.noStock a {
	display:block;
	box-sizing: border-box;
	width: 100%;
	padding: 5px;
	color: #363636;
	border: 1px solid #363636;
	border-radius: 3px;
	text-align:center;
	min-height:34px;
	line-height:34px;
}

.couleurs2 {
	width: 100%;
	padding: 0 5% 2em;
	margin: 2em auto;
	border-bottom: 1px solid #777;
}
.couleurs2 .section_title, #error + .section_title, .couleurs2 .prodcardOtherInfosTitle {
	text-transform: uppercase;
	font-size: 1.3em;
	font-family: OpenSans, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	display: block;
	-webkit-margin-before: 1.33em;
	-webkit-margin-after: 1.33em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
#error + .section_title {padding-left:10px}
.scroll-colors,
.droite, #products_pictures_complementaire
 {
	display: block;
	padding: 2% 0 4%;
	margin: auto;
	overflow-y: hidden;
	overflow-x: auto;
	-webkit-overflow-scrolling: auto;
}

.scroll-colors::-webkit-scrollbar{
	appearance: none;
	width: 3px;
	height: 3px;
}

.scroll-colors::-webkit-scrollbar-track{
	background: #ccc;
}

.scroll-colors::-webkit-scrollbar-thumb{
	background-color: #363636;
}

.content_listImageSmall {
	display: flex;
	flex-direction: row;
}

.listImageSmall {
	display: flex;
	flex-direction: column;
	text-align: center;
	margin: 0 10px;
	flex: 0 0 80px;
}
.listImageSmallComplementary {
	display: inline-block;
	text-align: center;
	margin: 0 10px;
	width: 300px;
	vertical-align: top;
}

.listImageSmallComplementary a {
	display: block;
	color: #363636;
	font-family: OpenSans, Arial, sans-serif;
}

#filtres_home {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 10px;
}

select {
	padding: 1em;
	color: #363636;
	border-radius: 3px;
	border: 1px solid #ccc;
	box-shadow: none;
	-moz-appearance: none;
	appearance: none;
	background: url(/images/arrow_select_mobile.png) right no-repeat, 0 0
}

#bt_green,
#bt_marques,
#bt_ok,
.bt_black,
.bt_vert,
.bt_green,
.bt_grey,
.bt_red,
.bt_white,
.div_bt_black,
.div_bt_green,
.div_bt_grey,
.div_bt_red,
.bt_blue {
	display: flex;
	margin: 1rem auto;
	padding: 0 1.5rem;
	height: 45px;
	width: 90%;
	cursor: pointer;
	font-size: 1.4em;
	word-wrap: break-word;
	text-align: center;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
#bt_green:active,
#bt_marques:active,
#bt_ok:active,
.bt_black:active,
.bt_vert:active,
.bt_green:active,
.bt_grey:active,
.bt_red:active,
.bt_white:active,
.div_bt_black:active,
.div_bt_green:active,
.div_bt_grey:active,
.div_bt_red:active,
.bt_blue:active {
	animation: 0.2s ease-in anim_bt;
}
@keyframes anim_bt {
    0% { transform: scale(1); }
    50% { transform: scale(.98); }
    100% { transform: scale(1); }
}

.bt_blue {
	color: #FFFFFF;
	border: 1px solid #2c5ab4;
	background-color: #3366cc;
	margin: 0 auto 0.25em auto;
}

.bt_white {
	border: 1px solid #363636;
	color: #363636;
	background-color: #fff
}

.bt_black,
.div_bt_black {
	color: #FFF;
	border: 1px solid #363636;
	background-color: #363636;
}

#input_coupon,
.bt_red,
.div_bt_red {
	color: #FFF;
	border: 1px solid #c30040;
	background-color: #c30040;
}

#bt_green,
.bt_green,
.div_bt_green {
	color: #FFF;
	background-color: #88af00;
}

#bt_vert,
.bt_vert,
.div_bt_vert {
	color: #FFF;
	background-color: #88af00;
}

#bt_marques,
.bt_grey,
.div_bt_grey {
	color: #363636;
	border: 1px solid #9d9c9c;
	background: #e0e0e0;
}

.bt_rond_favoris > div.connecter {
	color: #c30040;
}

.bt_rond_favoris > div > i {
	display: block;
	margin: auto;
}

#bt_marques {
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	border: 1px solid #9d9c9c;
}

#form_prodcard {
	text-align: center
}

#form_prodcard .product-type {
	width: 90%;
	margin: auto;
	text-align: left;
	font-size: .9em;
	padding: .5em 0;
}

#form_prodcard .product-type > span { display: block; }

#form_prodcard button {
	display: inline-block;
}

#form_prodcard .bt_fixed {
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 0;
	z-index: 98;
}

.filtres_home_select {
	width: 90%;
	display: block;
	margin: auto;
}

.log_off_mobile>span {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	margin-bottom: 15px;
}

.log_off_mobile .title_result {
	font-size: 16px;
	color: #c30040;
}

.log_off_mobile span b {
	color: #c30040;
}

.log_off_mobile span small {
	color: #999;
}

#bt_ok {
	font-size: 1.25em;
}

#popup_alert_parent {
	position: fixed;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 3;
}

#popup_alert_parent > div[data-name],
.popup_alert_mobile {
	position: absolute;
	width: 100%;
	height: 100%;
	left: -100%;
	background-color: #fff;
	-webkit-box-shadow: 4px 0px 0px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 4px 0px 0px 0px rgba(0,0,0,0.15);
	box-shadow: 4px 0px 0px 0px rgba(0,0,0,0.15);
}

#popup_alert_parent > div[data-name] {
	display: none;
}

#popup_alert_parent ul {
	margin: 0;
	padding: 0;
	font-size: 1.4em;
}

#popup_alert_parent li {
	list-style: none;
	display: block;
	margin: 0;
	padding: .5em 0 .5em 10px;
	border-bottom: 1px solid #f0eeee;
}

#popup_alert_parent li a,
#popup_alert_parent li span {
	display: inline-block;
	width: 90%;
	cursor: pointer;
	color: #363636;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#popup_alert_parent h1, #popup_alert_parent .h1,
#popup_alert_parent h2, #popup_alert_parent .h2,
#popup_alert_parent h3, #popup_alert_parent .h3 {
	display: block;
	padding-left: 10px;
}

#popup_alert_parent li.menu-soldes,
#popup_alert_parent li.menu-soldes span {
	color: #fff;
	background-color: #c30040;
}

.popup_alert_mask,
.popup_alert_title {
	background-color: #fff;
}

.popup_alert_title {
	color: #363636;
	font-weight: 700;
	font-size: 1.1em;
	padding: 10px 0;
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	height: 10%;
}

.popup_alert_title a {
	display: block;
	box-sizing: border-box;
	font-family: OpenSans, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: 400;
	color: inherit;
	padding: 0 0 0 10px;
	text-transform: capitalize;
}

.popup_alert_title a i {
	font-size: 1.3em;
	display: inline-block;
	vertical-align: bottom;
}

#content_my_friend_mobile {
	height: 100%;
	background-color: #f0eeee;
}

#content_my_friend_mobile,
.title_myfriend {
	width: 100%;
	margin: auto;
}

#content_my_friend_mobile form {
	margin: 0;
	padding: 5px 0
}

#content_my_friend_mobile .infos {
	display: block;
	width: 290px;
	margin: 10px auto;
	text-align: center;
}

.title_myfriend {
	width: 100%
}

#myfriend_h2 {
	font-size: 12px;
	text-align: center;
	color: #c30040;
}

#myfriend_logo {
	display: block;
	width: 139px;
	height: 40px;
	margin: 10px auto;
}

#myfriend_img_product {
	display: block;
	width: 100px;
	height: 100px;
	margin: auto;
}

.myfriend_product_name {
	width: 100%;
	margin-bottom: 10px;
	font-size: 11px;
	color: #666666;
	text-align: center;
}

.my_friend_message {
	display: block;
	width: 290px;
	margin: auto;
	border: 1px solid #e6e6e6;
	border-radius: 6px;
}

#my_friend_compteur {
	width: 100%;
	text-align: center;
}

#my_friend_compteur input[type=text],
#my_friend_compteur span {
	display: inline-block;
	text-align: center;
	border: none;
	vertical-align: middle;
	color: #666666;
	background: 0 0;
}

#myfriend_bt {
	margin-top: 25px;
	margin-bottom: 30px;
}

.my_friend_submit {
	width: 80%;
	height: auto;
	margin: 50px auto;
	padding: 20px;
	font-size: 1.3em;
	text-align: center;
	border-radius: 6px;
	color: #666666;
	background-color: #f0eeee;
	border: 1px solid #e6e6e6;
}

#list_product_carousel {
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:92%;
	margin:auto;
}

#list_product_carousel ul,
#list_product_carousel ul li {
	margin: auto;
	padding-left: 0;
	list-style: none;
}

#list_product_carousel ul li {
	float: left;
}

#list_product_carousel .other_list {
	height: 395px;
	background-image: url(/images/loading.gif);
	background-position: center;
	background-repeat: no-repeat;
}

.carousels_prodlist {
	border-top: 1px solid #c0c0c0;
	padding: 1.5em 1em 1em 1em;
	margin: 0;
	width: 100%;
}
.carousels_prodlist home_carousel  {
	margin-bottom: 20px;
}
.carousels_prodlist .section_title,
.carousels_prodlist .prodcardOtherInfosTitle {
	text-transform: uppercase;
	font-size: 1.3em;
	font-family: OpenSans, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	display: block;
	padding-top: 0.5em;
	margin-bottom: 20px;
	text-align:center;
}
#footerInfos {
	text-transform: uppercase;
	border-top: 1px solid #c0c0c0;
	padding: 1.5em 1em 1em 1em;
  border-bottom: 1px solid #c0c0c0;
  margin: 0;
  width: 100%;
  color: inherit;
  text-align: left;
}
#footerInfos a {
	color: inherit;
	text-decoration: none;
}
#footerInfos h2 > .icon-flecheDroite {
  font-size: 1.25rem;
  height: 1rem;
  margin-top: 0.2rem;
  transition: transform .5s ease-in-out;
}
#footerInfos .h1div { font-size: 1.5rem; text-transform: uppercase; }
#footerInfos h2 { display: flex; font-size: 1.1rem; text-transform: uppercase; }
#footerInfos > #new_custom > div > h2 { cursor: pointer; }
#footerInfos h3 { font-size: 1rem; text-transform: uppercase; }
#footerInfos h4 { font-size: 0.85rem; text-transform: uppercase; }
#footerInfos li { margin-bottom: 1rem; }
#footerInfos p {
  margin: 0;
}
#footerInfos div.text_paragraphe {
  display: none;
  width: 90%;
  margin-left: 1.5rem;
}
#footerInfos div { text-transform: none; }
#footerInfos > span {
	display: block;
	padding: 0.2em 0 0 0;
	font-size: 2em;
	text-align: center;
	cursor: pointer;
}
#footerInfos table {
	border-collapse: collapse;
	border-spacing: 0;
}
#footerInfos td {
  border: 1px solid #e6e6e6;
  padding: 0.4rem;
}

.popup_alert_content {
	background-color: #fff;
	height: 90%;
	max-height: 90%;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.popup_alert_content > p {
	display: block;
	margin: auto;
	width: 90%;
}
.popup_alert_content select {
	margin: 2% auto;
}
.popup_alert_content div.line2 a,
.popup_alert_content div.passwdForget a {
	display: inline-block;
	font-size: 1em;
	width: auto;
	height: auto;
	margin: auto;
	color: #c30040;
}
.popup_alert_content img.imgBarcode {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 140%;
	max-width: 140%;
	margin: 32% -50%;
}
/* FILTRES AVANCÉS */

.sp_popup_mobile #content_filtres li {
	padding: 10px 0.5em;
}
#content_filtres li .adv_title_menu {
	display: inline;
	margin-right: 0.25em;
	font-family: OpenSans, Arial, sans-serif;
	font-weight: bold;
}

#content_filtres input[type=text] {
	font-size: 0.9em;
	width: 97.5%;
	margin: 1em auto 0 auto;
}

#content_filtres .srub {
	font-size: 0.9em;
	padding: 1em 0 1em 0;
}

#content_filtres .srub .adv_filtre_default > div {
	width: 20px;
	height: 20px;
	display: inline-block;
	border: 1px solid #363636;
	margin-right:10px;
}
#content_filtres div[checked=checked] > div { background-color: #363636; }
#content_filtres #size_id_parent div[checked=checked],
#content_filtres #promo_parent div[checked=checked] {
	background-color:#363636;
	color: #fff;
}

#content_filtres .srub .adv_filtre_default {
	display: inline-block;
	padding: 0.5em;
	width: 100%;
	cursor: pointer;
}
#content_filtres li .srub .adv_filtre_default span {
	width: calc(100% - 40px);
	vertical-align: 4px;
}
#content_filtres .srub .adv_filtre[data-parent-cat],
#content_filtres .srub .adv_filtre_actif[data-parent-cat] {
	padding-left:30px;
}
#content_filtres ul li > div:nth-child(2) {
	display: inline;
	font-size: 0.8em;
	font-family: OpenSans, Arial, sans-serif;
	font-style: italic;
	color: #777777;
}
#content_filtres .adv_title_menu { cursor: pointer; }
#content_filtres .style_actifs { font-size: 0.9em; font-family: OpenSans, Arial, sans-serif; font-style: italic; }

#size_id_parent .srub .adv_filtre_default,
#size_id_parent #size_id .adv_size_id_default,
#promo_parent #promo .adv_promo_default {
	display: inline-block;
	width: 20%;
	height: 60px;
	padding: 1.25em 0;
	margin: 1.5% 1%;
	text-align: center;
	border: 1px solid #363636;
	vertical-align: top;
	font-size: 0.9em;
	cursor: pointer;
}
#size_id_parent .srub .adv_filtre_default > div,
#size_id_parent #size_id .adv_size_id_default > div,
#colors_parent #colors .adv_colors > div,
#colors_parent #colors .adv_colors_actif > div {
	display: none;
}

#popup_alert_parent .srub .adv_filtre_indispo div {
	background-color: #c0c0c0;
}
#popup_alert_parent .srub .adv_filtre_indispo span {color: #c0c0c0;}

#colors_parent #colors .adv_colors,
#colors_parent #colors .adv_colors_actif {
	padding: 0;
	border: 1px solid #cccccc;
}

#colors_parent #colors .adv_colors img,
#colors_parent #colors .adv_colors_actif img{
	width: 100%;
	height: auto;
}

#colors_parent #colors .adv_colors_actif {
	position: relative;
}

#colors_parent #colors .adv_colors_actif:after {
	pointer-events: none;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	z-index:1;
	content: "";
	border: 2px solid #363636;
	width: 116%;
	height: 116%;
	top:-8%;
	left:-8%;
}
#colors {
	display: flex;
	flex-wrap: wrap;
}
#colors > div {
	display: flex;
	flex-wrap: wrap;
	width: 24%;
	margin: 0.5em 0.25%;
	justify-content: center;
}
#colors > div > span {
	width: 100%;
	text-align: center;
	font-size: 0.75em;
}
#colors_parent #colors .adv_colors,
#colors_parent #colors .adv_colors_actif {
	width: 30px;
	height: 30px;
}

#size_id_parent .srub .adv_filtre_default span {
	width: 100%;
}
#size_id_parent div[checked=checked] span {
	color: #fff;
}
.adv_colors_1 { /* Blanc */
	background: rgb(217,217,217);
	background: linear-gradient(310deg, rgba(217,217,217,1) 0%, rgba(255,255,255,1) 100%);
}
.adv_colors_4 {background: yellow;}
.adv_colors_7 {background: darkorange;}
.adv_colors_8 {background: red;}
.adv_colors_13 {background: hotpink;}
.adv_colors_15 {background: purple;}
.adv_colors_19 {background: dodgerblue;}
.adv_colors_25 {background: green;}
.adv_colors_28 {background: saddlebrown;}
.adv_colors_31,
.adv_colors_6887 {background: #e3e3ca;} /* Beige */
.adv_colors_35 {background: grey;}
.adv_colors_38 {background: black;}
.adv_colors_7124 {background: darkkhaki;}
.adv_colors_7136 {background: #800020;}
.adv_colors_41 { /*Doré*/
	background: #ffdc78;
	background: linear-gradient(270deg, rgba(255,236,182,1) 0%, rgba(209,161,0,1) 86%, rgba(222,170,10,1) 100%);
}
.adv_colors_46 { /*Argenté*/
	background: rgb(209, 209, 209);
	background: linear-gradient(347deg, rgba(242,242,242,1) 0%, rgba(186,186,186,1) 86%, rgba(106,106,106,1) 100%);
}
.adv_colors_594 { /*Multicolore*/
	background: grey;
	background: linear-gradient(217deg, rgba(255,0,0,.8), rgba(255,0,0,0) 70.71%),
	linear-gradient(127deg, rgba(0,255,0,.8), rgba(0,255,0,0) 70.71%),
	linear-gradient(336deg, rgba(0,0,255,.8), rgba(0,0,255,0) 70.71%);
}
.adv_colors_6889 {
	background-color: #03224C;
	}
div[class^="adv_colors"][class$="_indispo"] {display:none;}

#contener_bt_filtres {
	height: 15%;
	text-align: center;
	border-top: 3px solid #cecece;
}
#contener_bt_filtres button {
	display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform : capitalize;
  width: 45%;
	margin: 0.5em 0 0 0;
}
#contener_bt_filtres #cancelFilters {
	margin-right: 5%;
}
.advViewClassement .btn_tri{
	padding-top: 1em;
}
.advViewClassement .btn_tri >* {
	/* font-size: 1.2em; */
	display: inline-block;
	vertical-align: middle;
}
.advViewClassement ul {
	display: none;
	list-style: none;
}
.advViewClassement li {
	display: block;
	padding: 0.3em 0;
	text-decoration: underline;
	cursor: pointer;
}

.adv_filtre_sous_cat {
	margin-left: 1em;
}

#slider-range-srub {
	margin-top:15px;
	height:initial;
}
#slider-range-srub input[type=range] {
	border:none;
	border-radius: 15px;
	position:absolute;
	top:0;
}
#slider-range-srub input[type=range]::-webkit-slider-thumb {
	border: 1px solid #c0c0c0;
	border-radius: 50%;
	width:34px;
	height:34px;
}


/* --- ALERT TAILLE --- */
.popup_alert_content #my_size_content {
	margin: auto;
	width: 90%;
}
.popup_alert_content #my_size_content div {
	text-align: center;
}
.popup_alert_content #my_size_content select {
	width: 100%;
}
.popup_alert_content #my_size_content input {
	width: 75%;
}
.popup_alert_content #my_size_content button {
	display: inline-block;
	width: 20%;
	margin-left: 5%;
}
/* --- FIN ALERT TAILLE --- */
.news_div,
.news_title {
	margin: 10px;
}

.news_title {
	font-weight: 700;
	font-size: 14px
}

.news_elt_div_unread a {
	font-weight: 700;
}

.news_none {
	font-size: 18px;
	font-style: italic;
	color: #363636;
	text-align: center;
}

.relais_horaires_name {
	font-weight: 700;
	background-color: #c30040;
	text-align: center;
	padding: 2%;
	color: #FFF;
}

.relais_mobile {
	width: 100%;
	padding: 10px;
	margin-bottom: 5px;
	border-top: thin solid #d3d3d3;
}

.icone-plan-kiala2 {
	display: block;
	padding: 2% 0;
	font-size: 1.4em;
	color: #c30040;
}

.icone-plan-kiala2 i {
	font-size: 2em;
	text-transform: uppercase;
}

.relais_horaires {
	background-color: #f0eeee;
	margin-left: 1px;
	margin-top: 1px;
	padding: 10px;
	text-align: center;
	float: left;
	width: 49.5%;
}
#popup_alert_parent #mapLegend { font-size: 1em;}
.map_ib_content button,
#listContent button {
	height: 30px;
	margin: 0.5em 0 0 0;
	font-size: 1em;
	text-align: left;
	width: 90%;
}
.relais_horaires_main, .map_list_button { margin: auto; display: none; }
.relais_horaires_day {
	color: #c30040;
	display: inline-block;
	width: 28%;
	padding: 0.2em 0;
}

.relais_mobile span {
	display: block;
	width: 90%;
	margin: 3px auto 5px;
	font-size: 11px;
}

/*--- bank_transfert_success.php ---*/

#transfert_contener {
	width: 95%;
	margin: auto;
	text-align: center;
}
/* --- PAGES INTERMEDIAIRES MENU ---*/

#intermediate_menu ul {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #363636;
}

#intermediate_menu li {
	display: block;
	width: 94%;
	height: 50px;
	line-height: 50px;
	font-size: 1.3em;
	color: #fff;
	margin-left: 3%;
	border-bottom: 1px solid #555;
	cursor: pointer
}

#intermediate_menu .icon-flecheDroite {
	float: right;
	margin-top: .4em;
	font-size: 1.6em;
}

#pageintermediairemobile {
	position: absolute;
	width: 100%;
}

#logo-spartoo {
	padding-bottom: 10px;
	width: 100%;
	text-align: center;
}

#bg {
	width: 100%;
	height: 228px;
	text-align: center;
}

.btnpageintermediaire {
	display: block;
	margin: 15px auto;
	width: 90%;
	height: 45px;
	cursor: pointer;
	line-height: 45px;
	font-size: .9em;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	border: 1px solid #e6e6e6;
	border-radius: 6px;
	background-image: linear-gradient(bottom, #c4c4c4 5%, #e0e0e0 53%);
	background-image: -o-linear-gradient(bottom, #c4c4c4 5%, #e0e0e0 53%);
	background-image: -moz-linear-gradient(bottom, #c4c4c4 5%, #e0e0e0 53%);
	background-image: -webkit-linear-gradient(bottom, #c4c4c4 5%, #e0e0e0 53%);
	background-image: -ms-linear-gradient(bottom, #c4c4c4 5%, #e0e0e0 53%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.05, #c4c4c4), color-stop(.53, #e0e0e0));
}
/* --- FIN PAGES INTERMEDIAIRES MENU (page menu noir lorsqu'on clique sur une vignette de la home) -----*/

.iconcouleur {
	color: #c60b46;
	font-size: 1.9em;
	text-align: left;
}

a.facebook:active,
a.facebook:hover,
a.facebook:link,
a.facebook:visited,
a.google:active,
a.google:hover,
a.google:link,
a.google:visited,
a.instagram:active,
a.instagram:hover,
a.instagram:link,
a.instagram:visited,
a.twitter:active,
a.twitter:hover,
a.twitter:link,
a.twitter:visited {
	color: #363636;
}

#follow a {
	display: inline-block;
	width: auto;
}
.delete_account {
	padding: 2rem;
}
.delete_account .inputGrey,
.delete_account > p {
	display: block;
	width: 90%;
	margin: auto;
}
.delete_account > p {
	font-size: 1.2rem;
	margin-bottom: 2rem;
}
.content_menuCompte {
	display: block;
	margin-bottom: 5px;
	background-color: #363636;
	color: #fff;
}

.menuCompte_overflow {
	display: inline-block;
	width: 100%;
	font-size: 1.8em;
	padding: .5em 0 .5em 1em;
	border-bottom: 1px solid #444;
	cursor: pointer;
}

.menuCompte_overflow .blockTop>span {
	display: inline-block;
	width: 90%;
	vertical-align: middle;
}

.menuCompte_overflow .blockTop>span>i {
	display: inline-block;
	width: 10%;
	vertical-align: middle;
}

.menuCompte_overflow .blockBottom {
	display: none;
}

.blockBottom a {
	font-size: 1.05em;
}

.menuCompte_block a {
	display: inline-block;
	color: #fff;
	line-height: 1.7em;
	width: 100%;
}

#content_sousMenuCompte {
	display: none;
	width: 100%;
}

.sousMenuCompte_bt-retour {
	width: 23%;
	float: left;
	background-color: #c30040;
}

.sousMenuCompte_title {
	display: inline-block;
	width: 68%;
}

.sousMenuCompte_bt-retour i {
	position: relative;
	bottom: 2px;
	padding-right: 5px;
}

#sousMenuCompte_header {
	display: inline-block;
	width: 99%;
	background-color: #363636;
	height: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-weight: 400;
}

#sousMenuCompte_header div,
#sousMenuCompte_header span {
	padding: 10px 0;
	height: 100%
}

.menuCompte_retourMenuTop {
	display: inline-block
}

#sousMenuCompte_list {
	display: inline-block;
	width: 100%;
	vertical-align: top
}

#sousMenuCompte_affiche {
	display: inline-block;
	width: 100%;
	height: 100%
}

#sousMenuCompte_affiche input[type=text] {
	color: #666;
	font-family: Georgia, serif;
	font-weight: 400;
	font-style: italic
}

#sousMenuCompte_affiche .inputGrey {
	width: 100%
}

#sousMenuCompte_affiche a {
	color: #363636
}

#sousMenuCompte_affiche .btn_order_commande a {
	color: #fff;
	display: block;
	line-height: 3em
}

#sousMenuCompte_affiche button {
	width: 100%;
	text-transform: uppercase
}

#sousMenuCompte_affiche button i {
	padding-right: 5px
}

#sousMenuCompte_affiche .adresseBloc button {
	width: 49.6%;
	margin: 5px auto
}

.bt_sousMenuCompte_off {
	display: block;
	line-height: 1.5;
	text-transform: uppercase;
	text-align: left;
	width: 100%;
	margin-top: 3px;
	padding: 15px 20px 15px 5px;
	background-color: #f0eeee;
	color: #555;
	word-break: normal;
	background-image: url(/images/header_menu_arrow_tablet.png);
	background-position: center right;
	background-repeat: no-repeat;
	font-size: 16px
}

.bt_sousMenuCompte_on {
	background-color: #fff;
	color: #363636
}

.content_editerCompte .champsRequis,
.content_editerCompte .line {
	padding-top: 2em;
	text-align: center
}

.content_editerCompte .inputGrey,
.content_editerCompte .label {
	display: block;
	width: 90%;
	margin: auto;
}

.content_editerCompte .label {
	padding: .5em;
}

#mes-adresses .adresseBloc,
#oldShippingAddress .adresseBloc {
	display: block;
	margin: auto;
	width: 90%;
	border-bottom: 1px solid #cccccc;
	padding: 1em 0;
	/* text-align: center; */
}

#mes-adresses .adresseBloc button,
#oldShippingAddress .adresseBloc button {
	display: inline-block;
	vertical-align: middle;
	width: 48%;
}
#mes-adresses .adresseBloc>span,
#oldShippingAddress .adresseBloc>span {
	/* font-size: 1.5em; */
	display: block;
}

#mes-adresses .adresseDescription,
#oldShippingAddress .adresseDescription {
	color: #666666;
	font-size: .8em;
}

#mes-adresses .italic,
#oldShippingAddress .italic {
	padding: 1em;
	font-family: OpenSans, Arial, sans-serif;
	font-style: italic;
}

.ticketView {margin-bottom:20px;}
.ticketView .input_ticketView,
.ticketView h2 {
	display: block;
	width: 100%;
	margin: auto;
	padding:0;
	text-align:center;
	font-size: 1.3em;
}
.ticketView form input {
 min-width:80%;
 margin-right: 10px;
}
.ticketView form button {
 min-width:calc(20% - 10px);
}
.ticketView .input_ticketView .inputGrey,
.ticketView .input_ticketView button {
	display: inline-block;
	vertical-align: middle;
}

.ticketView .input_ticketView .inputGrey {
	width: 78%
}

.ticketView .input_ticketView button {
	width: 20%
}

.form-ticketview textarea {
	width: 90%;
	margin: auto;
	display: block
}

.form-ticketview h3,
.form-ticketview p {
	text-align: center
}
.content_ticketView > .container {
	background-color: #f0eeee;
	padding:15px;
	margin-bottom:15px;
	border-radius: 5px;
}
.content_ticketView > .container a {
	color: #c30040;
}

.ticket_view_details_table, .ticket_view_columns {
	width:100%;
}
#upload_pj {margin-top:10px !important;}

form[name="ticket_pj"] button {
	display:block;
	margin:auto;
}

.retour-display>div {
	padding: 1.5em .5em;
	border-bottom: 1px solid #F0eeee
}

.retour-display h4 {
	display: inline
}

.retour-display .retour-status {
	color: #c30040
}

.retour-display>div>a {
	display: block;
	font-size: 1.2em;
	padding: 1em .5em 1em 0;
	color: inherit
}

.retour-display-content-table {
	width: 100%
}

.retour-display-content-table tr {
	display: block;
	margin-bottom: 1em
}

.retour-display-content-table tr:first-child {
	display: none
}

.retour-display-content-table tr>td img {
	max-width: 100%
}

.retour-display-content-table tr>td {
	display: block;
	width: 90%;
	margin: auto;
	padding: .25em 0
}

.retour-display-content-table .sp_mobile {
	font-weight: 700
}

.retour-display-content-table .bt_black {
	width: 100%
}

#shippingAddressWindowContent #newReturnMethod,
#shippingAddressWindowContent #new_size_return {
	display: block;
	margin: auto;
	width: 90%
}

#shippingAddressWindowContent .methode_more {
	margin-top: 1em
}

.table_line_grey {
	background-color: #F0EEEE
}
.compteFidelite {
	padding: 0 1em
}

.compteFidelite .comptePoints {
	padding: 10px;
	float: right;
	width: 100%;
	text-align: center;
	background-color: #f0eeee;
	margin-bottom: 15px;
}

.compteFidelite .comptePoints b {
	color: #c30040;
	font-size: 18px;
	font-weight: 700;
}
/* */
.popup_alert_content > .table_lastOrders:nth-child(even){ border-top: 1px solid #f0eeee; border-bottom: 1px solid #f0eeee; }
.table_lastOrders {
	width: 90%;
	margin: auto;
	padding: 1em 0;
}
.table_lastOrders > div a { color: #C30040; }
.table_lastOrders > div > a {
	display: block;
	padding: 0.5em 0;
	text-decoration: underline;
}

.table_lastOrders .order_description > span,
.table_lastOrders > span {
	display:block;
}
/* COMPTE:  Modifier la taille d'un de mes produits */
#lastOrders #order_modify_result { padding: 0 1em; }
.lastOrders-tableListing { width: 100%; margin: auto; padding: 1em 0; border-bottom: 1px solid #cccccc; }
.lastOrders-tableListing > div { display: inline-block; vertical-align: middle; }
.lastOrders-tableListing > div:nth-child(1) { width: 50%; text-align: center; }
.lastOrders-tableListing > div:nth-child(2) { width: 50%; }
.lastOrders-tableListing > div:nth-child(2) button { float: left; }
.lastOrders-tableListing select { width: 90%; }
#lastOrders > .windowButtons,
#annulOrders > .windowButtons { text-align: center; }
#lastOrders > .windowButtons button,
#annulOrders > .windowButtons button,
#shippingAddressWindowContent > .windowButtons button { display: inline-block; width: 45%; vertical-align: middle; }
#annulOrders p { display: block; width: 90%; margin: auto; }
/* */
#profil_taux_remplissage {
	width: 100%;
	margin-bottom: 15px;
}

#reduc_profil {
	font-size: 1em;
	display: inline-block;
	margin-top: 18px;
	text-align: center;
	width: 100%;
}

.couponCode_box {
	padding: 10px 8%;
	border: 1px solid #c30040;
	text-align: center;
	color: #c30040;
}

.red_spartoo {
	color: #c30040;
}

#profil_etoile {
	border-top: 2px dotted #dfdfdf;
	font-size: 10px;
	font-style: italic;
	margin-top: 20px;
	padding-top: 5px;
	text-align: center
}

.compteProfil_bonAchat {
	width: 100%;
	height: 100%;
	background-color: #c30040;
	margin: auto;
	padding: 5px 10px 5px 65px;
	background-image: url(/images/noeud_bonAchat.png);
	background-repeat: no-repeat;
	background-position: left 0 top
}

.compteProfil_bonAchat p {
	text-align: center;
	color: #fff
}

.compte_codeBarres {
	text-align: center;
	margin: 0 auto;
	width: 176px
}

.compte_codeBarres img {
	width: 100%;
	margin-top: 5px;
	padding: 20px;
	border: 1px solid #e6e6e6;
	background-color: #fff
}

.profil_habitation,
.profil_question {
	margin: 30px 0
}

.reason_select {
	text-transform: initial
}

.retour-methode-size-error {
	color: #c30040;
	font-size: .75em;
	margin: 3px auto;
	width: 90%;
}

.profil_question input[type=date]::-webkit-calendar-picker-indicator {
	display: none
}

#info_perso,
.empty_info,
.modifier_avatar,
.order_pdf,
.photo_profil,
.tilte_profil {
	display: inline-block
}

.profil_question input[type=date]::-webkit-input-placeholder,
input[type=date]::-webkit-calendar-picker-indicator,
input[type=date]::-webkit-inner-spin-button {
	visibility: hidden !important;
}

.profil_question input[type=date] {
	text-indent: 24px
}

#sousMenuCompte_affiche .profil_question+button,
#sousMenuCompte_affiche form button {
	width: 100%
}

#retour-products-div tbody {
	height: auto
}

.profil_question input[type=text] {
	margin: 3px 0 8px;
	width: 100%;
}

.order_options li {
	list-style-type: none;
	color: #fff;
}

#popup_alert_parent .order_options {
	margin: 2em 0;
	padding: 0;
}

#popup_alert_parent .btn_order_commande li {
	background-color: #fff;
}

.btn_order_commande a {
	width: 100%;
	height: 100%;
}

.btn_order_commande i {
	margin-right: .5em;
}

.order_pdf {
	float: right;
}

.order_pdf i {
	font-size: 63px;
	line-height: 7px;
	color: #fff;
}

.link_dl_facture {
	text-align: right;
	line-height: 12px;
}

.tilte_profil {
	width: 120px;
	color: #c30040;
}

#sousMenuCompte_affiche .link_dl_facture a {
	text-decoration: none;
	font-size: 12px;
	color: #c30040;
}
.billing_address,
.delivery_address,
.recap_order,
.order_number,
.table_last_order {
	padding: 20px 10px;
	border-bottom: 1px solid #e6e6e6;
}
#management .div_reasons {
	width: 100%;
}

/*  Début nouvelle version page abonnement newsletters */

.h1-management {
	font-family: 'OpenSansCond',sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.2;
	text-transform: uppercase;
}
.h3-reasons {
	font-size: 1.6rem;
	font-weight: 500;
	font-style: italic;
	line-height: 1.2;
}
.vign-reasons {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 2.5rem;
}
.reasons-titre {
	display: block;
	padding-top: 1rem;
	font-family: 'OpenSansCond',sans-serif;
	font-size: 1.8rem;
	text-align: center;
}
.reasons-link {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	text-decoration: underline;
	color: #363636;
	font-family: 'OpenSansCond',sans-serif;
	font-weight: bold;
}
#management .div_reasons i {
	display: inline;
	padding-right: 10px;
}

#management .reasons p {
	font-size: 1.2em;
	margin: auto auto 2em;
	width: 90%;
}

.h2-abonnement {
	font-family: 'OpenSansCond',sans-serif;
	text-transform: uppercase;
}
.abonnement > em {
	display: block;
	font-size: 1.3rem;
	padding-bottom: 2rem;
}
/* Toogle Slider input Greg */
.toggle {
	position: relative;
	display: inline-block;
	width: 70px;
	height: 34px;
}
.toggle input {
	opacity: 0;
	width: 0;
	height: 0;
}
.toggle .slider {
	display: block;
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}
.toggle .slider:before {
	position: absolute;
	display: block;
	content: "";
	width: 15px;
	height: 15px;
	top: 10px;
	left: 10px;
	background-color: #fff;
	-webkit-transition: .4s;
	transition: .4s;
}
.toggle input:focus {
	background-color: pink;
}
.toggle input:checked + .slider {
	background-color: #c40030;
}
.toggle input:checked + .slider:before {
  -webkit-transform: translateX(35px);
  -ms-transform: translateX(35px);
  transform: translateX(35px);
}
.toggle input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.toggle .slider.round {
	border-radius: 17px;
}
.toggle .slider.round:before {
	border-radius: 50%;
}
/*--- FIN toggle Slider ---*/
/**
* Alert update abonnement newsletter
*/
.content-alerte {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}
#update_ok, #update_ko {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
	margin: auto;
    padding: 0.5rem 1rem;
    white-space: nowrap;
    top: -80px;
    opacity: 0;
    border-radius: 0.5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    pointer-events: none;
}
#update_ok > i {
	color: green;
	font-size: 1.2rem;
}
#update_ko > i {
	color: red;
	font-size: 1.2rem;
}

.my_action { animation: 3s linear arrive_part; }
@keyframes arrive_part {
    0% {
        top: -80px;
        opacity: 0;
    }
    10% {
        opacity: 1;
        top: -35px;
    }
    90% {
        opacity: 1;
        top: -35px;
    }
    100% {
        top: -80px;
        opacity: 0;
    }
}
/** FIN update abonnement newsletter **/

#management .content_newsletterType,
.desabo .content_newsletterType {
    display: flex;
    padding: 0 0 2rem 0;
}

#management .content_newsletterType .checkBoxLorenzo,
.desabo .content_newsletterType .checkBoxLorenzo {
	bottom: 12px;
	padding-right: 1em;
}

#management .content_newsletterType .text-newsletterType,
.desabo .content_newsletterType .text-newsletterType {
    flex:1;
		padding-left: 1.2rem;
}
.text-newsletterType > strong {
	display: block;
	font-size: 1.2rem;
}

/* Fin nouvelle version page abonnement newsletters */

.return_commentaires {
	padding-top: 5px;
}

#retour-comment-input {
	width:90%;
	margin:auto 5%;
}

.ticket_view_columns {
	width: 33%;
	padding: 20px 5px;
}

.ticket_view_columns-selected {
	width: 15%;
	padding: 20px 5px;
}

.ticket_view_columns-red {
	background-color: #c30040;
}

#content .ticket_view_columns-red a {
	color: #fff;
}

.ticket_view_table {
	width: 100%;
}

.ticket_view_details_table td,
.ticket_view_details_table th {
	border: 1px solid #fff;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}

.ticket_view_table td,
.ticket_view_table th {
	border: 1px solid #fff;
	text-align: center;
}

.ticket_view_table th {
	background-color: #363636;
	color: #fff;
	font-weight: 400;
}

.ticket_view_columns_lineGrey {
	background-color: #E7E7E7;
}

.ticketNumpage {
	width: 100%;
	text-align: center;
}

.header_ticket-selected h2 {
	font-size: 1.6em;
	text-align: center;
}

.header_ticket-selected {
	width: 100%;
	background-color: #c30040;
	color: #fff;
	padding: 5px 15px;
	line-height: 0;
	font-size: .8em;
}

.header_ticket-selected_date {
	color: #c30040;
	display: block;
	padding: 1em 0;
	text-align: center;
}

.tableListing-odd td {
	background-color: #f0eeee;
}

.tableListing-odd td img {
	max-width: none;
}

.text_question_1_multi {
	display: inline-block;
	width: 100%
}

.numero_question_multiretour {
	display: inline-block;
}

.ask_retour_multiproduits {
	margin-top: 20px;
}

.tableau-retour-multi-produits,
.tableau-retour-multi-produits tbody,
.tableau-retour-multi-produits td,
.tableau-retour-multi-produits tr {
	display: block;
	width: 100%;
}

.tableau-retour-multi-produits thead {
	display: none;
}

/* RETOUR DPD */

#div_addressreturn.dpd {
	margin: auto;
	width:90%;
}
#div_addressreturn.dpd label > div, #div_addressreturn.dpd label > input {
	width:100%;
}
#div_addressreturn.dpd label {
	display:block;
	margin-bottom: 15px;
	width:100%;
}
#div_addressreturn.dpd label > div {
	margin-bottom: 5px;
	font-weight: bold;
}
#div_addressreturn.dpd label > input {
	height: 30px;
	text-indent: 5px;
}

/*---*/
.div_select_compte select {
	display: block;
	margin: auto;
	width: 90%;
}

.div_select_compte h4 {
	display: block;
	margin: auto;
	padding: .5em .5em .5em 10px;
	/*width: 100%;*/
}

.centrage-cellule-select {
	padding-bottom: 2em;
}

.colonne1-retour img {
	margin: 1em 0 0 5%;
	border: 1px solid #e6e6e6;
}

.texte-introductif-multiretour {
	padding: 1em;
}

.texte-multiproduit-retour {
	width: 90%;
	margin: auto;
}

#bouton-retour-modify-kiala,
#bouton-retour-produits-validation,
#bouton-retour-produits-validation2,
.checkbox-multiretour {
	text-align: center;
}
#info_rib, #saisie_rib {
	margin:.5em 5%;
}
#iban_format_3 input{
	margin: 0 5px 5px 0;
}
/*__ Compte : Pop Iban Info __*/
#iban_tips {
	padding: 0 15px;
}
.iban_tips_title {
	background-color: #c30040;
	color:#fff;
	padding:5px;
	font-size:1.2em;
	margin-bottom: 15px;
}
.content_iban {
	width:90%;
	margin:15px auto;
	text-align:center;
}
.content-coupon {padding-bottom: 2em;}

.content-coupon>div>span,
.content-coupon>span {
	display: block;
	padding: .5em .5em .5em 2em;
}
/*--- envoyer un chèque cadeau à un ami (my_check.php) ---*/
#my_check input[type="email"],
#my_check input[type="text"],
#my_check textarea {
	display: block;
	width: 90%;
	margin: 0.5em auto;
}
#my_check textarea {
	padding: 0.5em;
}
#my_check .my_check_readonly { display: none; }
#my_check label {
	display: block;
	width: 100%;
	text-align: center;
}
.my_check_text {
	text-align: center;
}
.my_check_text * {
	display: block;
	margin: 1em auto;
}
/*--- FIN envoyer un chèque cadeau à un ami (my_check.php) ---*/
.button-coupon button {
	display: block;
	margin: 1em auto;
}

.retour-kiala-select-points-div {
	padding: .5em;
}

.retour-kiala-select-points-div label {
	display: block;
	width: 95%;
	margin: auto;
}

.retour-kiala-select-points-div label p {
	display: inline-block;
	margin-left: 1em;
	width: 60%;
	vertical-align: middle;
}
.retour-checkbox, .retour-checkbox-shipping {
	display:inline-block;
	width: 20px;
	height: 20px;
	vertical-align: top;
	background-color:#c0c0c0;
}
.retour-checkbox i, .retour-checkbox-shipping i {
	font-size:20px;
	color:#c0c0c0;
}
.retour-relay-conseil {
	width: 40%;
	margin: 5px 15px;
	box-sizing: border-box;
}
.retour-relay-choice {
	margin: 10px auto;
}
.relay_address {
	margin: 5px auto;
}
.relay_address b {
	text-transform: uppercase;
}
.relay_address span {
	display: block;
}

.retour-kialaResult {
	padding: 1em .5em;
	border-bottom: 1px dotted #CCC;
}

.content-retour-nb-produits {
	padding: 1em .5em;
	text-align: center;
	border-bottom:1px solid #f0eeee;
}

#kiala_nav {
	display: block;
	text-align: center;
	padding: 1em 0 2em;
	font-size: 1.2em;
}

#kiala_nav a {
	color: inherit;
}

#error_return_method {
	padding: 1em;
	margin: 1em auto;
	background-color: red;
	color: #fff;
	font-size: 1.3em;
}

#contact_retour_message {
	display: none;
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba(0, 0, 0, .7);
}

#contact_retour_message span {
	display: block;
	width: 80%;
	height: auto;
	margin: 20% auto auto;
	border: 1px solid #e6e6e6;
	background-color: #fff;
}

#contact_retour_message>span>p {
	padding: 5px;
	font-size: 1.2em;
	text-align: center;
	color: #363636
}

#contact_contener {
	width: 100%;
	height: auto;
	margin: auto;
}

#contact_logo {
	display: block;
	width: 130px;
	margin-bottom: 15px;
}

#contact_contener form {
	line-height: 1em;
}

#contact_contener label {
	display: block;
	width: 80%;
	height: auto;
	color: #363636;
	text-align: left;
	font-size: 1.2em;
	margin: auto;
}

#contact_contener h1 {
	display: block;
	width: 90%;
	margin: 20px auto 30px;
	font-size: 1.5em;
	color: #363636;
	padding-bottom: .7em;
	border-bottom: 1px solid #363636;
}

.contact_input_text {
	text-align: center;
	width: 100%;
	margin: 15px auto 20px;
}

.contact_text_area {
	text-align: center;
	width: 100%;
	margin-top: 25px;
}

.input_text,
.text_area {
	width: 80%;
	padding: auto 5px;
}

.text_area {
	border: 1px solid #e6e6e6;
	border-radius: 6px;
}

#contact_bouton {
	width: 100%;
	height: auto;
	margin-top: 2em;
}

#CGV h2 span:after,
.section-cgv h2 span:after {
	content: " -";
}

#CGV table {
	background-color: #363636;
	margin: 15px auto;
	padding: 0;
}

#CGV td {
	background-color: #FFF;
	padding: 5px;
}

#contentTopChequeCadeau h1 {
	width: 90%;
	margin: .5em auto;
}

#contentTopChequeCadeau h1 span {
	font-size: .6em;
	display: none;
}

.section-vourcherAccroche h2 {
	font-size: 1.2em;
}

.section-vourcherAccroche h2 span:first-child {
	color: #c30040;
}

.section-vourcherAccroche p {
	font-style: italic;
	margin-top: 0;
}

.fields label {
	text-transform: uppercase;
}

.section-vourcher #titre_conditions_ope_noel_cheque {
	font-size: 1.3em;
	font-family: OpenSans, Arial, sans-serif;
	font-weight: bold;
}

.section-vourcher #conditions_ope_noel_cheque {
	font-size: 1.1em;
}

#submit-vourcher .fields {
	text-align: center;
	padding: .5em 0;
}

#submit-vourcher .fields label {
	display: block;
	margin-bottom: .5em;
}

#submit-vourcher input,
#submit-vourcher select,
#submit-vourcher textarea {
	width: 90%;
	text-align: center;
}

#submit-vourcher textarea {
	height: 180px;
	border: 1px solid #e6e6e6;
}

.section-vourcherMagasins {
	font-size: 1.3em;
	text-align: center;
}

.section-vourcherMagasins a {
	display: block;
	margin-top: .5em;
	text-decoration: underline;
	color: #c30040;
}

#error-vourcher {
	width: 100%;
	padding: 3%;
	color: #c30040;
	font-family: OpenSans, Arial, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
}
#submit-vourcher .error-elements {
	border: 2px solid #c30040;
}
/* --- PAGE service_concours.php --- */
#content-service-concours {
	margin:auto;
	width: 90%;
}
#content-service-concours .product_fiche { margin-bottom: 2em; }
#content-service-concours .product_fiche > span:first-child { font-family: OpenSans, Arial, sans-serif; font-style: italic; font-size: 1.5em; }
#content-service-concours .form_header {
	width: 100%;
	font-size: 2.5em;
	font-family: OpenSans;
	font-weight: bold;
}
#content-service-concours .form_header > span {
	display: inline-block;
	vertical-align: middle;
	width: 20%;
	color: #c30040;
}
#content-service-concours .form_header:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 80%;
	border-top: 3px solid #c30040;
}
#content-service-concours .form_question .checkBoxLorenzo { display: block; }
#content-service-concours .form_question .span-label { margin-right: 2%; }
#content-service-concours .form_question textarea {
   width: 100%;
   min-height: 200px;
}
#content-service-concours .form_question label {
	display: block;
	margin: auto;
	padding: 0.5em 0;
}
#content-service-concours .form_question select { width: 30%; }
#content-service-concours .hide { display: none; }
#content-service-concours .show { display: block; }
#content-service-concours .form_footer button { width: 100%; }
#content-service-concours .question_end {
	margin: 2em 0;
	text-align: center;
	font-size: 1.3em;
	font-family: OpenSans, Arial, sans-serif;
	font-style: italic;
}
/* --- FIN DE PAGE service_concours.php --- */

.content_wishlist_prodcard {
	padding: 1em;
	text-align: center;
}
.content_wishlist_prodcard select { width: 50%; }

#connexion_wishlist {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	width: 100%;
	height: auto;
	background-color: #c30040;
	color: #fff;
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: 400;
	font-size: 2.2em;
	padding: 1% 2%;
}
#valid {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 5%;
}

.vignette_discount_rounded,
.vignette_discount_rounded_UK {
	width: 40px;
	height: 40px;
	border-radius: 40px 40px 40px 8px;
	background-color: #c30040;
	text-align: center;
}

.dis_content_vignette_discount {
	position: relative;
	z-index: 1;
}

.vignette_discount_rounded {
	position: absolute;
	display: flex;
	color: #fff;
	font-size: 1.2em;
}
.vignette_discount_rounded > div,
.vignette_discount_rounded_UK > div,
.vignette_discount_rounded_wishList > div
 { margin:auto; }

.vignette_discount_rounded sup {
	vertical-align: 4px;
	font-size: .8em;
}
.nomcouleurprix .vignette_discount_rounded {
	right: 0;
	top: 0;
}

.dis_content_vignette_discount .vignette_discount_rounded {
	right: 10px;
}

#productsComp .vignette_discount_rounded,
#productsComp2 .vignette_discount_rounded {
	top: 0px;
	right: 0px;
}

.vignette_discount_rounded_UK {
	position: absolute;
	font: 14px/11px OpenSans, Arial, sans-serif;
	right: 10px;
	top: -5%;
	color: #fff;
}
.vignetteBigMobile .vignette_discount_rounded_UK {
	padding-top: 5px;
}
.saveUK {
	display: block;
	font-size: 11px;
	margin-top: 7px;
}

.dis_infoDiscountType,
.dis_infoType {
	font: 200 10px/12px OpenSans, sans-serif;
	color: #c30040;
	text-transform: uppercase;
}

.nouveautes {
	color: #707070;
}

#product_vignette {
	text-align: right;
	margin: 40px 10px 0 0;
	position: absolute;
	right: 0;
	z-index: 1;
}
.content_product {
	position: relative;
}
.content_product .dis_content_vignette_discount {
	top: 3.25em;
}
.content_product .dis_content_vignette_discount .vignette_discount_price {
	left: 1.1em;
	width: 80%;
}

.content_product .dis_content_vignette_discount .vignette_discount_price p {
	margin-top: .15em;
	width: 80%;
}

.custom_select_last_viewed {
	margin: 2px 0 3px 10px;
	height: 38px;
	font-size: 12px;
}
.bt-radio-filter-type {
	opacity: 0;
	padding: 0;
	margin: 0;
	width: 1%;
	height: 1%;
	appearance: none;
}

.checkBoxLorenzo {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.checkBoxLorenzo input[type=checkbox],
.checkBoxLorenzo input[type=radio] {
	opacity: 0;
	outline: 0;
	appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	position: absolute;
	width: 45px;
	height: 45px;
	cursor: pointer;
	margin: 0;
	padding: 0;
}

.checkBoxLorenzo input[type=checkbox]+.span-label,
.checkBoxLorenzo input[type=radio]+.span-label {
	width: 45px;
	height: 45px;
	display: inline-block;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	text-align: center;
	font-size: 1.4em;
	line-height: 40px;
}

.checkBoxLorenzo input[type=checkbox]+.span-label i,
.checkBoxLorenzo input[type=radio]+.span-label i {
	color: #999;
	display: block;
	height: 100%;
	line-height: 35px;
}

.checkBoxLorenzo input[type=checkbox]:checked+.span-label,
.checkBoxLorenzo input[type=radio]:checked+.span-label {
	background-color: #363636;
	border: 1px solid #999;
	color: #fff;
}

.checkBoxLorenzo input[type=checkbox]:checked+.span-label i,
.checkBoxLorenzo input[type=radio]:checked+.span-label i {
	color: #fff;
}


#valid #all-checked-false {
	display: none;
}

#valid .bt_grey {
	margin-top: 10%;
}

.multi_colis {
	text-align: center;
	font-weight: 700;
	font-size: 15px;
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
}

.trier-par-prix {
	width: 95%;
	margin: auto auto 5%;
	padding: 0;
	text-align: right;
}

.trier-par-prix a {
	display: inline-block;
	position: relative;
	z-index: 20;
	top: 6px;
	min-width: 40px;
	text-align: center;
	padding: .25% 1%;
	color: #363636;
	text-decoration: none;
	background-color: #FFF;
}

@media (min-width:1025px) {
	.content_produits_a {
	    width: 15%;
	    padding: 0.25em;
	}
}

@media (min-width:500px) and (max-width:1024px) {
	.content_produits_a {
	    width: 28%;
	}
}
/*--- PAGE DE TELECHARGEMENT D'APPLI MOBILE ----*/
.appdl_content,
.appdl_description {
	padding: 20px;
	box-sizing: border-box;
}

.appdl_content {
	background: url(/images/appli_bg.jpg) left top;
	background-size: cover;
	color: #fff;
	width: 100%;
	font-size: 16px;
}

.appdl_content h1 {
	font-size: 30px;
	color: #fff;
	font-style: normal;
}

.appdl_intro {
	margin: 0 20px;
	text-align: left;
}

.appdl_description {
	background-color: #e6e6e6;
	font-family: OpenSans, verdana, sans-serif;
	font-weight: 200;
}

.appdl_description h4 {
	font-size: 30px;
	margin: 0;
}

.appdl_description li {
	font-size: 16px;
}

.appdl_discount {
	width: 160px;
	font-size: 11px;
	text-align: center;
	margin-bottom: 10px;
	color: #FFF !important;
}

.appdl_conditions {
	padding: 5px;
	font-style: italic;
	color: #969696;
}
/*--- FIN PAGE DE TELECHARGEMENT D'APPLI MOBILE ----*/

/*---- HACK SEO (Google refnat) ----*/

/* Hn tags used for SEO purpose (Google refnat) */
.seo_hn_tag {
	display: inherit !important;
	color: inherit !important;
	margin: inherit !important;
	text-indent: inherit !important;
	font: inherit !important;
	vertical-align: inherit !important;
	border: inherit !important;
	text-align: inherit !important;
	height: inherit;
}
/*-- POPUP ALERT SIZE ---*/
.my_size_content_form {
	display: flex;
	flex-direction: column;
	padding: 1rem 2rem;
}
.my_size_content_form h2 {
	margin: 0;
	padding: 0;
}
.my_size_content_form .bt_black {
	width: 100%;
}
.my_size_product {
	padding: 0 2rem;
	margin-bottom: 1.5rem;
	text-align: center;
}
.my_size_content_form label {
	margin: 0.5rem 0;
}
/*--- GILLE DE TAILLE fichier: size_grid_mobile.php---*/
#Guidecontainer {
	width: 100%;
	background-color: #ffffff;
}
#Guidecontainer #size_femme,
#Guidecontainer #size_homme,
#Guidecontainer #size_enfant {
	display: none;
}
#Guidecontainer p {
	width: 95%;
	margin: auto auto 2em auto;
}
#Guidecontainer li {
	text-transform: uppercase;
}
#Guidecontainer .content_grid {
	display: block;
	width: 95%;
	padding-bottom: 2em;
	margin: auto;
	border-bottom: 1px dotted #cccccc;
	font-family: OpenSans, Arial, sans-serif;
	font-weight: bold;
}
#Guidecontainer .content_grid .droite,
#Guidecontainer .content_grid .gauche {
	display: inline-block;
	vertical-align: top;
}
#Guidecontainer .content_grid .droite {
	width: 77%;
}
#Guidecontainer .content_grid .gauche {
	width: 23%;
}
#Guidecontainer .content_grid td {
	height: 60px;
	width: 60px;
	text-align: center;
}

#Guidecontainer .content_grid .gauche td {
	font-size: 0.9em;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}
#Guidecontainer .content_grid .droite tr {
	background-color: #e5e5e5;
}
#Guidecontainer .content_grid .droite tr:nth-child(even) {
	background-color: #f0eeee;
}
#Guidecontainer .content_grid .scroll-colors {
	padding-top: 0;
}
#Guidecontainer .content_grid .aide {
	display: block;
	font-size: 1.2em;
	padding: 1em 0;
}
#Guidecontainer .content_grid .aide a {
	color: #c30040;
}
.legende {
	width: 95%;
	margin: auto;
	padding: 0 0 1em 0;
}
.legende span {
	display: inline-block;
	vertical-align: top;
	background-color: #c30040;
	color: #ffffff;
	margin-right: 0.5em;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	text-align: center;
	line-height: 1.5;
}
.legende p {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0;
	width: 85%;
}
/* --- points de fidélité prodcard --- */
#points_fid {
	width: 90%;
	margin: auto;
	padding-bottom: 2em;
}
/* --- page nos-magasins.php --- */
#trouver-magasin select {
	width: 100%;
}
#trouver-magasin,
#resultats_magasin {
	width: 90%;
	margin: auto;
}
#resultats_magasin {
	padding-bottom: 30px;
}
#trouver-magasin .form-control {
	width: 100%;
}
#geolocalisation {
	text-align: center;
}
#pagemagasin .local_more_infos {
	text-align: center;
}
#pagemagasin #carte {
	height: 250px;
}

/* --- Page op Amref --- */
.amref-contentD   {
	padding:15px;
}
.amref-contentG   {
	padding:15px;
}
.panierAmref-popup {
	text-align:center;
	float:none;
	border-top:1px solid #dd1a1b;
}
.panierAmref-popup button {
	text-align:center;
}

.title_amref {
	text-align:center;
	text-transform:uppercase;
	font-size:15px;
	width:100%;
	margin-bottom:20px;
}
/* --- Panier op Amref --- */
#panierAmref_mobile {
	text-align:left;
	padding:20px;
	margin: auto;
	width: 90%;
	background-color:#f0eeee;
}
#panierAmref_mobile hr {border:1px solid #fff;}
.titleAmref_mobile {text-transform:uppercase;text-align:center;}
.add-bracelet-mobile {margin-top:20px;}
#form_panier_amref_mobile {
	text-align:center;
}
.bloc-bracelet-don-amref-mobile {
	text-align:center;
}
.ico-standupmother {
	margin-top:20px;
}
#add_amref_bracelet{
	width:40px;
	height:40px;
	margin: auto 20px auto 15px;
}
.addbtnamref {
	display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.boutton-amref-don {
	width:40px;
	height:40px;
	margin:5px;
}
#donation_condition {
	width:20px;
	height:20px;
	margin-right:10px;
}
#btn_amref {
	width:50%;
	margin:0 auto;
	color:#000;
}
.AmrefDonCheckbox {
	display: inline-block;
	width: 30%;
}
#txtamrefmobile {
	text-align:center;
	text-transform:uppercase;
	color:#e5173e;
}
/*----- Retours 2017.11 -----*/
#retour-other-divs h3 {font-size:1.2em; color:#c30040;}
#retour-other-divs .div_select_compte h4,
.return_commentaires h4 {
	font-size:1.1em;
	padding: .5em .5em .5em 10px;
	margin: auto;
}
tr[class^="retour-line"] {border-bottom: 1px solid #f0eeee; margin-bottom:15px;}

tr[class^="retour-line"] .colonne1-retour .texte-multiproduit-retour:first-child {
	float:left;
	width:45px;
	height:122px;
	/*line-height:122px;*/
	margin: auto 10px auto 5%;
}
tr[class^="retour-line"]  img {
	float:left;
	margin:0 10px 5px 0;
}
.colonne1-retour {clear:both;}
/*#retour-products-div input[id^="checkbox_"] {margin-top:40px;}*/
div[id^="retour-newSize_"] {margin:10px 5%;}

#retour-shipping-div .retour-kiala-select-points-div, .retour-kiala-select-points-div-shipping {
	margin: auto 5% 1.2em;
	padding: 1.2em;
	width:90%;
	border: 1px solid #c0c0c0;
	border-radius: 8px;
}
.return_method_header {
	display:flex;
	align-items: center;
}
.return_method_header img, .return_method_header span, .return_method_header div {margin-right: 10px;}
.return_method_header img {max-height:80px;}
.return_method_title {
	font-weight:bold;
	font-size: 1.2em;
}
.return_method_description > *:not(:last-child){margin-bottom:10px;}
.return_method_relais {
	border-top: 1px solid #707070;
	margin-top: 20px;
	padding-top: 20px;
}
.return_method_description_colissimo {line-height: 1.6em;}

label[for="retour_kiala_shipping"] img {margin-bottom:10px;}

.text_question_1_multi {
	width:90%;
	color:#c30040;
	font-family: OpenSans, Arial, sans-serif;
	font-weight: bold;
	font-size:1.2em;
	margin: .5em 5%;
}
#question4, #question5 {padding-bottom:15px; border-bottom: 1px solid #f0eeee;}

#question4 .retour-kialaResult img,
#question5 .retour-kialaResult img {height:30px!important;}
#question5 .retour-kialaResult img:first-child {width:30px!important;}
#shippingdiv275.retour-kiala-select-points-div,
#shippingdiv1.retour-kiala-select-points-div {border:1px solid #f6de00;}

#shippingdiv275.retour-kiala-select-points-div img,
#shippingdiv1.retour-kiala-select-points-div img,
#question5 .retour-kiala-select-points-div img {
	height:50px;
	clear:both;
	float:none;
}
#question5 #retour-kiala-selected-point2 {margin-left:0!important;}
#question5 .windowButtons button {
	width:48%;
	float:left;
	margin:auto 1%;
}
#retour-kiala-point {padding: 1em;}
#retour-valid-div {padding: 0 1em;}

.compteRetourStatus {
	color: #c30040;
	margin-bottom:10px;
	font-weight: bold;
}
.mRelayOpenHours {
	color:#c30040;
	margin-bottom:5px;
	font-weight: bold;
}
.tabHoraires2, .retour-kialaTabHoraires,
#retour-valid-div .retour-kialaTabHoraires {
	width:100%;
	border:1px solid #f0eeee;
	text-align:center;
	border-collapse:collapse;
}
.tabHoraires2 td, .retour-kialaTabHoraires td,
#retour-valid-div .retour-kialaTabHoraires td {
	border: 1px solid #f0eeee;
}

/*--- LOADER ---*/
#loader > div {
	z-index: 1000;
}

#loader_overlay {
  background: white;
  position: fixed;
  opacity: 0.5;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
}

#loader > .spinner {
	position: fixed;
	left: 0;
	top: 50%;
	right: 0;
}
.spinner {
  margin: auto;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
	-webkit-transform: scale(0);
	transform: scale(0);
  } 40% {
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
  }
}

section {
	display: block;
	position: relative;
	width: 100%;
	height: 50px;
	padding: 1em 0;
}
section input {
	position: absolute;
}
input[type=range] {
	appearance: none;
	width: 100%;
	background: transparent;
	background-color: #c40030;
	border: 1px solid #363636;
	height: 20px;
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	pointer-events: none;
}
#adv_price_max { background: none; border: none; }
input[type=range]::-webkit-slider-thumb {
	appearance: none;
	border: 1px solid #000000;
	height: 50px;
	width: 50px;
	border-radius: 25px;
	background: #ffffff;
	cursor: pointer;
	pointer-events: all;
}
input[type=range]::-moz-range-track {
	background: transparent;
	border: none;
}
input[type=range]::-moz-range-thumb {
	border: 1px solid #000000;
	height: 50px;
	width: 50px;
	border-radius: 25px;
	background: #ffffff;
	cursor: pointer;
	pointer-events: auto;
}
/*------- special IE -----*/
input[type=range]::-ms-track {
	width: 100%;
	height: 8.4px;
	cursor: pointer;
	background: transparent;
	border-color: transparent;
	border-width: 16px 0;
	color: transparent;

}
input[type=range]::-ms-fill-lower {
	background: #2a6495;
	border: 0.2px solid #010101;
	border-radius: 2.6px;
	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
	background: #3071a9;
	border: 0.2px solid #010101;
	border-radius: 2.6px;
	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
	border: 1px solid #000000;
	height: 36px;
	width: 16px;
	border-radius: 3px;
	background: #ffffff;
	cursor: pointer;
	pointer-events: auto;
}
input[type=range]:focus::-ms-fill-lower {
	background: #3071a9;
	pointer-events: all;
}
input[type=range]:focus::-ms-fill-upper {
	background: #367ebd;
	pointer-events: all;
}

/*--- CARTE GOLD SPARTOO ---*/

/*--- CARTE GOLD SPARTOO END ---*/


/*--- ASSURTOO ---*/
#logoassurtoo {
	margin: 0 auto;
	display: block;
	text-align:center;
}

#introassurtoofonctionnement  {
	justify-content: space-around;
}
#introassurtoo {
	text-align:center;
	display: flex;
	flex-direction: column-reverse;
}
.titreasurtoo {
	text-transform:uppercase;
	font:20px OpenSansBold,Arial,sans-serif;
	border:1px solid #c30040;
	padding:10px;
	margin:20px 0;
	text-align:center;
}
#introassurtooavantages {
	justify-content: space-between;
	margin:20px 0 20px 0;
}
#sstitreavantages {
	font:15px OpenSansBold,Arial,sans-serif;
}
#introtxt {
	font:14px OpenSans,Arial,sans-serif;
	text-align:center;
	width:100%;
	padding:20px;
}
#introtxt a {
	display:bloc;
	margin:10px 0;
	background-color:#c30040;
	color:#fff;
	font:15px OpenSansBold,Arial,sans-serif;
	padding:10px ;
}
#souscrir {
	text-transform:uppercase;
	text-align:center;
	font:15px OpenSansBold,Arial,sans-serif;
	border:1px solid #c30040;
	color:#c30040;
	padding:30px;

}
.titreavantages {
	text-transform:uppercase;
	font:20px OpenSansBold,Arial,sans-serif;
}
.txtoavantagesdescription {
	background-color:#c30040;
	color:#fff;
	text-align:center;
	width:100%;
	padding:10px;
	align-items: center;
}
.txtfonctionnementdescription {
	color:#c30040;
	text-transform:uppercase;
	text-align:center;
	width:100%;
}
.txtfonctionnementdescription img{
	display:none;
}
.txtoavantagesdescription p{
	font:14px OpenSansBold,Arial,sans-serif;
}
#btnsinistre {
	background-color:#c30040;
	color:#fff;
	font:18px OpenSansBold,Arial,sans-serif;
	padding:30px ;
	margin: 20px auto 20px;
	text-align: center;
	width: 100%;
}
#btnsinistre a{
	color:#fff;
}
.condition a{
	color:#000;
}
/*--- ASSURTOO CGV ---*/

#cgv_assurtoo {
	padding:20px;
}
#cgv_assurtoo p{
	text-align: justify;
}
#tableaucgvassuretoo {
	border:1px solid #c3c3c3;
}
#grtitrecgvassurtoo {
	text-align: center;
	font-size:30px;
	color: #c30040;
	font-weight: bold;
	padding:20px;
}
.titrecgvassurtoo {
	font-size:20px;
	color: #c30040;
	margin-bottom:20px;
}
.sstitre {
	font-weight:bold;
}
#tableaucgvassuretoo p{
	text-align: left;
}
.titretableau {
	text-align: center;
	font-weight: bold;
	background-color: #fadde6;
	border:1px solid #c3c3c3;
	padding:20px;
}
.sstitretableau {
	vertical-align: middle;
	text-align: center;
	border:1px solid #c3c3c3;
}
.txtcategories {
	border:1px solid #c3c3c3;
	width:400px;
}
.txtcategories p{
	padding:10px;
}
/*--- ASSURTOO END ---*/

/*---- PAGE ETUDIANTS ----*/
.student_container {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	background-color: #f0eeee;
}
.student_container > img {
	max-width: 100%;
}
.student_container > img:first-of-type {
	display: none;
}
#student_left, #student_center, #student_right {
	height: 560px;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	text-align: center;
	font-family: OpenSans, Arial, sans-serif;
	margin: 10px 0 0;
}
#student_left img, #student_center img, #student_right img {
	width: 100%;
}
#student_left, #student_right {
	width: 33%;
}
#student_center {
	width: 34%;
}
#student_w, #student_visu {
	text-align: center;
	margin: 0;
}
#student_news {
	text-align: center;
	margin: 0;
	display: flex;
	justify-content: space-evenly;
}
#student_news {width: 100%;color:#212121;margin-top: 1em;}
#student_share {
	position: absolute;
	background-color: #ff6255;
	right: 0;
	top: 2em;
	padding: 1em;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#student_share i {
	color: #f0eeee;
	font-size: 30px;
	cursor: pointer;
}
#student_offer {
	flex: 1;
	color: #7c6ca9;
	text-align: center;
	padding: 3em 0 0 0;
}
#student_mask {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .7;
	z-index: 1000;
	display: none;
}
#student_form {
	width: 100%;
	height: auto;
	margin: auto;
}
#student_form input {
	width: 70%;
	font-size: 12px;
	padding: 1em;
	height: 30px;
	border: none;
	border-radius: 3px;
}
#student_form .radio {
	width: auto;
	margin: 0 5px 0 0;
}
#student_form select {
	padding: 0.5em 2em 0.5em 0.5em;
	margin: 0 0.25em;
}
#student_button {
	color: #fff;
	background-color: #a80037;
	font-size: 16px;
	padding: 3px 10px;
	cursor: pointer;
}
#student_form .formulaire {
	font: 12px OpenSans, Arial, sans-serif;
	padding: 10px;
	color: #212121;
}
#student_form h2 {
	text-align: center;
	font: bold 18px OpenSans, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0 0 10px;
	color: #212121;
}
#student_form .labelform {
	width: 20%;
	margin: 0;
}
#student_form .line {
	min-height: 30px;
	margin: 1.5em auto;
	display: flex;
	align-items: center;
	text-align: left;
	justify-content: space-between;
}
#panel_info {
	position: absolute;
	overflow: hidden;
	bottom: 0;
	left: 0;
	bottom: 1.2em;
	height: 0;
	width: 0;
	border-radius: 5px;
	line-height: 14px;
	padding: 7px;
	opacity: 0;
}
#student_form a.panel {position: relative;}

#student_form a.panel:hover > #panel_info {
	transition: opacity .6s;
	height: auto;
	width: 260px;
	background-color: #fff;
	box-shadow: -2px 2px 6px rgba(0,0,0,0.5);
	opacity: 1;
	color: #212121;
}
#student_form .box {
	font: 11px/24px OpenSans, Arial, sans-serif;
	text-transform: none;
}
#student_form .genre {margin-right: 15px;}

#bt {
	width: 100%;
	cursor: pointer;
	margin: 10px auto;
	background-color: #00d29f;
	color: #fff;
	text-align: center;
	padding: 5px;
	display: block;
	border: none;
	font-size: 16px;
}
#bt:hover {background-color: #33917c;}

#bt i {
	float: right;
	margin-right: 5px;
}
#student_news a {
	color: #212121;
	padding: 2em;
	flex: 1;
	background-color: #e6e6e6;
}
#student_news a:hover {background-color: #00d29f;}

.student_share_big, .student_offer_big {
	font: bold 50px/40px OpenSans, Arial, sans-serif;
}
.student_offer_big > div {
	color: #ff6255;
}
.student_share_big {
	margin: 0;
	padding-top: 20px;
}
.student_share_small {
	font-size: 16px;
	color: #fff;
}
.student_offer_small {
	font-size: 14px;
	margin-bottom: 20px;
}
.student_offer_medium {
	font: 30px OpenSans, Arial, sans-serif;
	margin: 0 0 10px;
	padding-top: 10px;
}
.student_offer_big {margin: -10px 0 0;}

.student_offer_big > div {
	font-size: 60px;
	margin: 15px 0 10px 0;
}
.student_new_collection {
	color: #fff;
	font: bold 45px/40px OpenSans, Arial, sans-serif;
	margin: 0;
	padding-top: 20px;
	margin-bottom: 10px;
}
.student_error {
	color: #cc0000;
	text-align: center;
}
#retourController {
	position: absolute;
	top: 250px;
	left: 50%;
	width: 400px;
	margin-left: -200px;
	text-align: center;
	background-color: #fff;
	padding: 10px;
	font: bold 18px OpenSans, Arial, sans-serif;
	border: 1px solid #c0c0c0;
}
#retourController i {
	background-color: #88af00;
	border-radius: 15px;
	padding: 5px;
	color: #fff;
}
/* legacy home.css */
.home_opTitleStudent {
	font: bold 60px/66px OpenSans, Arial, sans-serif;
	text-transform: uppercase;
}
.home_opChapoStudent {
	margin: 0;
	font: bold 16px OpenSans, Arial, sans-serif;
}
.home_opCouponStudent {
	font: bold 50px/40px OpenSans, Arial, sans-serif;
	margin: 20px auto 0;
}
#retourController {
	position: absolute;
	top: 250px;
	left: 50%;
	width: 400px;
	margin-left: -200px;
	text-align: center;
	background-color: #fff;
	padding: 10px;
	font: bold 18px OpenSans, Arial, sans-serif;
	border: 1px solid #c0c0c0;
}
#retourController i {
	background-color: #88af00;
	border-radius: 15px;
	padding: 5px;
	color: #fff;
}
/*---- FIN PAGE ETUDIANTS ----*/
.vertical-cale { display: none; }
#login2Mobile { position: relative; }
.unmask {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 35px;
	height: 45px;
	display: block;
	z-index: 5;
	cursor: pointer;
}

/*-- Page thanks_for_answer.php --*/

.thanks_trait {
	margin:20px 0;
	border-bottom:1px solid #c0c0c0;
}
#thanks_reduction {
	text-align:center;
	font-size:1.2em;
}
#thanks_code_reduc {
	display:inline-block;
	margin: 5px auto;
	background-color: #c30040;
	padding:5px 20px;
	color: #fff;
}
#thanks_reduction + div form input[type="text"] {width:100%;}
#thanks_reduction + div form input[type="submit"] {
	width:90%;
	margin: 20px 5%;
	padding:15px;
	background-color:#363636;
	color:#fff;
	border:none;
	border-radius:3px;
}
.thanks_etoile {font-size: 10px; font-style : italic; color: #c0c0c0;}
/* POPUP OFFRE DE BIENVENUE */
.small .sp_popup_title { justify-content: end; }
#offre_bienvenue {
	background-color: #c40030;
	width: 100%;
	color: #fff;
	text-align: center;
	}
#offre_bienvenue .titre_offre_bienvenue {
	padding-top: 0.5em;
	font-family: OpenSansCond, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.9em;
	text-shadow: 3px 3px #b6003c;
	}
#offre_bienvenue p {
	font-size: 1.2em;
	margin: 0.5em;
	}
#offre_bienvenue h1 {
	color:#fff;
	margin: 0;
	padding:0;
	font-size: 2.5em;
	font-family: OpenSans, Arial, sans-serif;
	font-weight: bold;
	text-shadow: 3px 3px #b6003c;
	}
#offre_bienvenue .code_offre_bienvenue {
	display:inline-block;
	padding: 0.5em 0.8em;
	letter-spacing: 0.1em;
	font: bold 1.5em/1.4em OpenSansCond;
	margin: 0.5em auto;
	background-color: #fff;
	color: #363636;
	}
#offre_bienvenue .conditions_offre_bienvenue {
	display:block;
	padding: 1em;
	font-size:0.9em;
	}
/* FIN POPUP OFFRE DE BIENVENUE */

/*---- SBANS ----*/
.carlington-remise {
	display: block;
	color: #fff;
	font-size: 15px;
	padding: 5px;
  margin: 8px 0;
	text-align: center;
	background-color: #825129;
}

/* Lien page que vous avez créée */
.createdWishlist {
	display:inline-block;
	margin:20px 10% 10px;
	width:70%;
	padding: 10px 15px;
	font-size:1em;
	border: 1px solid #707070;
	border-radius: 3px;
	color: #363636;
	text-align:center;
}






/*****************************************************
**** @PAGE BOUTICA
******************************************************/
#s_boutica > div:first-child {text-align: center;}
#s_boutica > div:nth-child(2) {
	width:90%;
	margin:auto;
}
#s_boutica > div:nth-child(2) img {max-width:75%;margin:auto; display:block}
#s_boutica > div:nth-child(2) div:last-child p:not(:first-child) {text-align:justify;}
#s_boutica > div:nth-child(2) div:last-child p:first-child {
	font: bold 20px OpenSansCond,Arial,sans-serif;
	text-transform: uppercase;
}
#s_boutica > div:nth-child(2) div:last-child p:last-child {
	font-family: OpenSans,Arial,sans-serif;
	font-style: italic;
	color: #707070;
	text-align: justify;
	margin-bottom: 0;
}
#s_boutica > div:last-child {
	width:90%;
	margin:auto;
	font: italic 18px Georgia,Utopia,Charter,serif;
	margin-top: 20px;
	text-align:center;
}
#s_boutica > div:last-child span {
	color: #c30040;
}





/*****************************************************
**** @PAGE CODES PARTENAIRES
******************************************************/
.cpns_header {
	width:100%;
	margin-bottom:40px;
}
.cpns_header .sbanTitle {
	display: block;
	width:100%;
	padding:20px 20px 0;
	font: bold 3em/1.2em OpenSansCond, Arial, sans-serif;
	color: #363636;
	text-transform: uppercase;
	text-align:center;
}
.cpns_content {
	width:95%;
	margin:auto;
}
.cpns_content > div {
	width: 100%;
	padding: 20px;
	border: 1px solid #c0c0c0;
	margin-bottom:30px;
	text-align:center;
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.cpns_content > div:nth-child(3n+2):nth-last-child(-n+3):last-child {
	margin-left:2%;
	margin-right:auto;
}
.cpns_content .logo {
	width:100%;
	height:100px;
	display:flex;
	align-items: center;
	justify-content: center;
}
.cpns_content .logo img {
	max-width:70%;
	max-height:100px;
}
.cpns_content .logo + div {
	margin:20px 0;
}
.cpns_content > div p {
	margin:2px;
	font-size: 1.2em;
}
.cpns_content > div p:first-of-type {
	font-size: 1.4em;
	font-weight: bold;
}
.cpns_content .code {
	background-color: #f0eeee;
	padding: 10px 20px;
	border-radius: 10px;
	font: bold 1.5em OpenSansCond, Arial, sans-serif;
	cursor: pointer;
}
.cpns_content .code:active {background-color: #c6c6c6;}
.cpns_content .hint {color: #707070; font-size:11px;}
.cpns_content > div button {
	margin:0 auto;
	padding:10px 20px;
}
.cpns_content > div button i {vertical-align: -2px;}
.cpns_content > div p.conditions {
	margin-top :20px;
	color: #707070;
	font: normal italic 11px OpenSans, Arial, sans-serif;
}


/**********************************
***** Lucky Days *******
**********************************/

#luckydays {
	position: absolute;
    z-index: 1000;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: auto;
	max-width: 95%;
    width: 100%;
	padding: 0 1rem 1rem 1rem;
    margin: auto;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
#ld_close_div {
	display: flex;
    width: 100%;
	padding: 0.4rem 0;
    justify-content: flex-end;
	align-items: center;
	color: #363636;
	text-transform: uppercase;
}
#ld_close_div > i {
	font-size: 1.2rem;
}
#content_jeux {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
	background-position: top center;
	background-repeat: no-repeat;
    background-color: #33917c;
}
#jeux {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 220px;
    margin-top: 85px;
    margin-bottom: 10px;
}
.ld_phrase {
	color: #ffffff;
    font-size: 1.1rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 95%;
    margin: 0 0 15px 0;
    padding: 0 1rem;
}
#cadre {
    position: absolute;
    z-index: 1;
    width: 220px;
    height: 220px;
}
#roue {
    width: 200px;
    height: 200px;
}
.content_bt {
    height: 60px;
	width: 90%;
}
#ld_bouton {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 1.3rem;
    height: 50px;
    border: 2px solid #ffffff;
    color: #ffffff;
    background-color: #ff6255;
    box-shadow: 0 10px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.2s;
}
#ld_bouton:active {
    background-color: #363636;
}
#ld_gain {
	display: flex;
	opacity: 0;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	font-weight: bold;
	width: auto;
    height: 40px;
    color: #ffffff;
	transform: rotate( -45deg) scale(3);
	transition: all 0.3s ease-in-out;
	pointer-events: none;
}
.hd_gain_normal {
	text-align: center;
	font-size: 2rem;
	padding: 0.8rem 0;
	font-weight: 700;
	color: var(--main-color);
}
.hd_gain_red {
	font-weight: 700;
	color: var(--main-color);
}
.hd_gain_bold {
	text-align: center;
    font-size: 1.2rem;
    padding-bottom: 1rem;
}
#hd_explain {
	text-align: center;
    font-size: 1rem;
    padding-bottom: 1.5rem;
}
.hd_form_class {
	display: flex;
	align-items: center;
    justify-content: space-between;
	margin-bottom: 1rem;
}
.hd_form_class span {
	width: 35%;
}
.hd_form_class input {
	flex: 1;
}
#hd_form_lastname {
	flex:1;
	display: flex;
	align-items: center;
}
#hd_form_lastname input {
	flex:none;
	height: 25px;
	width: 25px;
}
#hd_form_lastname label {
	margin: 0 1rem 0 0.35rem;
}
.spartoo_days_button {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 1.3rem;
    height: 50px;
    color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 2rem;
    background-color: var(--main-color);
    box-shadow: 0 10px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.2s;
}
.spartoo_days_button:active {
	background-color: #363636;
}
#container_optin > div {
	margin-bottom: 0.5rem;
}
#hd_container_charte_link {
	margin: 2rem 0 1rem 0;
    text-decoration: underline;
    text-align: center;
}
.anim_ld_gain {
	opacity: 1 !important;
	transform: rotate(0deg) scale(1) !important;
}
.conf {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    opacity: 0;
    background-color: yellow;
    animation: 0.4s linear infinite neon_anim;
}
@keyframes neon_anim {
    0% {
        opacity: 0;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.5);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

/*---- FAQ ----*/

/* Desktop */
.contentFaqDesktop {
	width: 100%;
	display: flex;
	align-items: flex-start;
}
.contentFaqDesktop #menu-faq {
	width: 25%;
 	font: 15px OpenSans, Arial, sans-serif;
}
.contentFaqDesktop #menu-faq > div {
	position: relative;
	margin: 0;
	padding: 0px;
	text-align: left;
	line-height: 40px;
	background-color: #fff;
	color: #363636;
	text-transform: uppercase;
	border-bottom: 1px solid #e6e6e6;
}
.contentFaqDesktop #menu-faq  i {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	color: #707070;
	top: 10px;
	right: 10px;
}
.contentFaqDesktop #menu-faq  a {
	display: block;
	text-align: justify;
	color: #363636;
	padding: 5px;
}
.contentFaqDesktop #menu-faq  span {
	display: inline-block;
	vertical-align: middle;
}
.contentFaqDesktop #menu-faq  a:hover{
	color: #e6e6e6 !important;
	background-color: #c0c0c0;
}
.contentFaqDesktop #menu-faq  a:hover i {
	color: #e6e6e6 !important;
}
.contentFaqDesktop .selected-menu {background-color: var(--main-color) !important;color: #e6e6e6;}
.contentFaqDesktop .selected-menu a  {color: #e6e6e6!important;}
.contentFaqDesktop .selected-menu i  {color: #e6e6e6!important;}
.contentFaqDesktop .selected-menu a:hover  {background-color: var(--main-color) !important;}
.contentFaqDesktop .not-selected {display: none;}
.contentFaqDesktop #display {
	width: 75%;
	padding: 1rem 1rem 1rem 1.5rem;
}
.contentFaqDesktop #pays, .contentFaqDesktop #paiement,
.contentFaqDesktop #commande, .contentFaqDesktop #services,
.contentFaqDesktop #produits, .contentFaqDesktop #envoi,
.contentFaqDesktop #retour, .contentFaqDesktop #compte,
.contentFaqDesktop #marketplace {
	display: none;
	margin-bottom: 20px;
	text-align: justify;
}
.contentFaqDesktop #pays > div, .contentFaqDesktop #paiement > div, .contentFaqDesktop #commande > div, .contentFaqDesktop #services > div, .contentFaqDesktop #produits > div,
.contentFaqDesktop #envoi > div, .contentFaqDesktop #retour > div, .contentFaqDesktop #compte > div, .contentFaqDesktop #marketplace > div {
	padding-left: 2rem;
	margin-bottom: 2rem;
	font-size: 0.8rem;
}
.contentFaqDesktop #pays h4, .contentFaqDesktop #paiement h4, .contentFaqDesktop #commande h4,
.contentFaqDesktop #services h4, .contentFaqDesktop #produits h4, .contentFaqDesktop #envoi h4,
.contentFaqDesktop #retour h4, .contentFaqDesktop #compte h4, .contentFaqDesktop #marketplace h4 {
	font-size: 1rem;
	margin-bottom: 2rem;
	padding-left: 2rem;
	background: transparent url(/images/plus.png) no-repeat left center;
	font-weight: normal;
	cursor: pointer;
}
.contentFaqDesktop .selected-section {background: transparent url(/images/m.png) no-repeat left center !important;}
.contentFaqDesktop .content-faq {
	margin-top: 30px;
	margin-bottom: 20px;
	font: 13px OpenSans, Arial, sans-serif;
	text-align: left;
	color: #707070;
}
.contentFaqDesktop .content-faq > h4 {
	padding: 0 0 5px 30px !important;
	font: italic 20px Georgia, Utopia, Charter, serif !important;
	text-align: left;
	color: #363636;
	background: transparent url(/images/plus.png) no-repeat left center;
}
.contentFaqDesktop .content-faq > h4:hover {
	padding: 0 0 5px 30px !important;
	cursor: pointer !important;
	color: var(--main-color) !important;
	background: transparent url(/images/p-over.png) no-repeat left center;
}
.contentFaqDesktop .content-faq div {
	padding: 20px 0 10px;
	border-top: 1px solid var(--main-color) !important;
}
.contentFaqDesktop .content-faq > div > em {
	font-weight:200;
	font-family: OpenSans, Arial, sans-serif;
	font-style: normal;
	color: var(--main-color) !important;
}
.contentFaqDesktop .content-faq ul {
	margin: 0 0 0 8px;
	padding: 0;
	width: 100%;
}
.contentFaqDesktop .content-faq li {
	margin: 15px 0;
	padding: 0 0 0 15px;
	display: block;
	font-size: 13px;
	text-align: justify;
	background: transparent url(/images/square.gif) no-repeat;
}
.contentFaqDesktop .content-faq li > strong {
	font-weight: bold;
	font-family: OpenSans, Arial, sans-serif;
	color: var(--main-color) !important;
}

.contentFaqDesktop #display a {
	color: var(--main-color);
	text-decoration: underline;
}
.contentFaqDesktop #display a:hover {
	color: var(--main-color);
	text-decoration: underline;
}

/* Schema retour */
.contentFaqDesktop .roundNumber2 {
	width: 20px;
	height: 20px;
	display: block;
	padding: 5px;
	font-size: 12px;
	line-height: 20px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	background-color: #000;
	color: #fff;
	text-align: center;
}
.contentFaqDesktop #retour > p.steps {
	display: inline-block;
	width: 180px;
	text-align: center !important;
	margin-right: 10px;
	vertical-align: top;
}
.contentFaqDesktop #retour > p.steps:last-of-type {margin-right: 0;}

.contentFaqDesktop .steps >i{
	font-size: 100px;
	color: #000;
}
.contentFaqDesktop #retour_schema {width: auto;}

.contentFaqDesktop #retour_schema > p.steps {
	display: inline-block;
	width: 120px;
	text-align: center !important;
	margin-right: 10px;
	vertical-align: top;
}
.contentFaqDesktop #retour_schema > p.steps:last-of-type {margin-right: 0;}

.contentFaqDesktop #retour_schema > .steps >i{
	font-size: 80px;
	color: #000;
}
/* Schema retour end*/
.contentFaqDesktop #retour_3 .step_content {
	display:inline-block;
	text-align:center;
	font-size:10px;
	padding-right:10px;
	vertical-align:top;
}
.contentFaqDesktop #retour_3 .step_content p {text-align: center;}
.contentFaqDesktop #retour_3 .step_content > img {display: block; margin: auto;}
.contentFaqDesktop #retour_3 .content_general_step {
	border: 1px solid #363636;
	margin: 10px 0;
	padding: 5px 0;
	text-align:center;
}


/* Mobile */
.contentFaqMobile .contentFaq {
	padding: 1rem;
}



.cadenas_close {
    background: url(/images/mobile/oeil_close_input.png) right center no-repeat;
}
.cadenas {
    background: url(/images/mobile/oeil_open_input.png) right center no-repeat;
}

.arobase {
    background: url(/images/mobile/arobase_input.png) right center no-repeat;
}

.contentDLoginMobile,
.contentGLoginMobile,
.windowContent {
    position: relative;
    padding: 1em 0;
}
/* .contentGLoginMobile { text-align: center; } */
.contentDLoginMobile {
    border-top: 1px dotted #363636;
}

.contentGLoginMobile .checkBoxLorenzo {
    margin-top: 1.5em;
}

#newShippingAdress .inputGrey,
#newShippingAdress .inputGreyRed,
#newShippingAdress button,
.contentDLoginMobile .inputGrey,
.contentDLoginMobile .inputGreyRed,
.contentDLoginMobile button,
.contentGLoginMobile .inputGrey,
.contentGLoginMobile .inputGreyRed,
.contentGLoginMobile button {
   	width: 100%;
    text-align: center;
}
.passwdForget { width: 80%; margin: auto; }
.contentDLoginMobile .loginTitleMobile,
.contentGLoginMobile .loginTitleMobile {
	font-family: OpenSansCond, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.3em;
	margin: auto;
	width: 80%;
	padding: 1rem 0.5rem 1.0rem 0;
	color: #363636;
}

.contentGLoginMobile .inputGrey:first-child {
  border-bottom: none;
  border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.contentGLoginMobile #password_input,
.contentGLoginMobile #password_inputHidden {
  border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.contentDLoginMobile input[type=password],
.contentDLoginMobile input[type=email],
.contentGLoginMobile input[type=password],
.contentGLoginMobile input[type=email] {
  background-color: #f5f8d5;
}
.guest_account_button {
	padding: 1em 0;
	width: 80%;
	margin:auto;
	border-top: 1px dotted #363636;
}
.guest_account_button .loginTitleMobile {
	padding: 0 0 1em;
	width: 100%;
}
.guest_account_button a {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 33px;
	padding: 5px 10px;
	background: #e0e0e0;
	color: #363636;
	border: 1px solid #9d9c9c;
	border-radius: 3px;
	font-size: 1.3em;
}
.guest_account_button a i {
	margin-top: 5px;
}
.contentBTloginWith {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	width: 80%;
	height: 120px;
	margin: auto;
}

#appleid-signin, .abcRiofacebook {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  text-align: center;
  width: 48%;
  height: 47px;
  border: 1px solid #363636;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
}
.abcRiofacebook div {
  height: 25px;
  font-size: 18px;
  line-height: 18px;
  padding: 2.5px;
  margin-right: 0.25em;
  color: #ffffff;
  border-radius: 2px;
}

#newShippingAdress .line,
.contentDLoginMobile .line,
.contentDLoginMobile .line2 {
  position: relative;
}

.ct_gender {
    display: flex;
    justify-content: space-around;
}
.ct_gender > div {
    display: flex;
    align-items: center;
}

#newShippingAdress .bluePoint,
#newShippingAdress .bluePointMobile,
.contentDLoginMobile .bluePoint,
.contentDLoginMobile .bluePointMobile {
  display: block;
  position: absolute;
  right: -30px;
  top: 60%;
  z-index: 50;
}

.contentDLoginMobile .arobase:nth-child(1) {
    border-top: none;
}

.contentDLoginMobile #confirm_mail {
    margin-bottom: 5%;
}

#newShippingAdress .line,
.contentDLoginMobile #creaCompteSuite .line {
    margin: 3% 0;
}

#creaCompte2Mobile .label {
	padding: 1rem 0 0.5rem 0;
	font-size: 1.2rem;
}

.contentDLoginMobile #creaCompteSuite .line2 label,
.contentDLoginMobile #creaCompteSuite .line2 a {
	display: flex;
	width: 100%;
	color: #363636;
	font-size: 0.95rem;
	margin: 1rem 0;
}
.contentDLoginMobile #creaCompteSuite .line2 label span,
.contentDLoginMobile #creaCompteSuite .line2 a span {
	width: 100%;
	padding-left: 1rem;
}
.contentDLoginMobile #creaCompteSuite .line2 a i {
  font-size: 1.25rem;
}

/* .contentDLoginMobile #creaCompteSuite .line2 {
    margin: 3% auto;
    width: 90%;
} */

/* .contentDLoginMobile #creaCompteSuite .line2 a {
    font-size: 1.2em;
    color: #363636;
} */

/*

.contentDLoginMobile #cnil {
    font-size: .85em;
    padding: 1em;
    text-align: left
}

.contentDLoginMobile #cnil a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    font-size: 1.2em;
    background-color: #363636;
    padding: 1em 0 1em 1em;
    color: #fff;
} */

.contentDLoginMobile #creaCompteSuite .line:first-child {
    margin: 0;
}

.m-pw,
.m-pw-mobile {
    display: none;
    margin: 3% 0;
    padding: 5%;
    text-align: center;
    background-color: #f0eeee
}

.m-pw-mobile li,
.m-pw-mobile ul {
    padding: 0;
    margin: 0 auto;
    width: 90%;
    list-style: none;
}

.wrap-pw {
    margin: 3% 0;
    width: 80%;
    text-align: center;
    display: inline-block;
    border: thin solid #d3d3d3;
    background-color: #fff
}

#password_strength_indic {
    width: 50%;
    height: 15px;
    background-color: #0f0;
}

.contentDLoginMobile .date_of_birth {
    display: block;
    margin: 3% 0;
}

.contentDLoginMobile #daySecureLogin,
.contentDLoginMobile #monthSecureLogin,
.contentDLoginMobile #yearSecureLogin {
    display: inline-block;
    padding-right: 1em;
}

#daySecureLogin,
#monthSecureLogin {
    width: 25%;
}

#yearSecureLogin {
    width: 35%;
}

.contentDLoginMobile .slash {
    display: inline-block;
    width: 6%;
    text-align: center;
    color: #888;
}

#mb_services .contentCentre,
.link_country {
    text-align: left;
}

#newShippingAdress #gender_mobile label,
.contentDLoginMobile #gender_mobile label {
    display: inline-block;
    padding: 3% 0;
    width: 30%;
}
.contentDLoginMobile #gender_mobile label {width: 35%;}

.loginContentMobile { width: 80%; margin: auto; }

#newShippingAdress #gender_mobile label input[type=radio],
.contentDLoginMobile #gender_mobile label input[type=radio] {
    margin-right: .5em;
}


