@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300italic,400,400italic,700,700italic&subset=latin,latin-ext,cyrillic-ext,cyrillic,greek-ext,greek,vietnamese);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek-ext,greek,vietnamese);

@import url('https://fonts.googleapis.com/css?family=Dosis:200,300,400,600,700');


@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/maisonetloisirs/icomoon.eot?659qoi');
  src:  url('../fonts/maisonetloisirs/icomoon.eot?659qoi#iefix') format('embedded-opentype'),
  url('../fonts/maisonetloisirs/icomoon.ttf?659qoi') format('truetype'),
  url('../fonts/maisonetloisirs/icomoon.woff?659qoi') format('woff'),
  url('../fonts/maisonetloisirs/icomoon.svg?659qoi#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class*=" icon-"]:before, [class^=icon-]:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-picto-moins:before {
  content: "\e914";
  color: #999;
}

.icon-picto-plus:before {
  content: "\e913";
  color: #999;
}
.icon-picto-fiche-produit-partage:before {
  content: "\e920";
  color: #999;
}
.icon-picto-plus-adresse:before {
  content: "\e912";
}

.icon-picto-loupe:before {
  content: "\e915";
  color: #999;
}

.icon-picto-fiche-produit-coeur:before {
  content: "\e92b";
  color: #999;
}

.icon-picto-fiche-produit-info:before {
  content: "\e928";
  color: #999;
}

/* ============================================ *
 * Boutons STYLE
 * ============================================ */
 
.wish-but {
    margin-top: 7px;
    margin-left: 0;
    padding: 5px 0 10px 0;
    border: none;
    text-decoration: underline;
    font-family: Roboto Condensed!important;
    font-size: 16px;
    font-weight: lighter;
    background: #ffffff;
    font-style: italic;
    color: #7e7e7e;
}

.orange-w-btn {
    margin-top: 0;
    margin-right: 5px;
    padding: 3px 13px 3px 14px!important;
    border: 1px solid #f37a48!important;
    border-radius: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    background: #f37a48!important;
}

@media (max-width: 768px) {
.orange-w-btn {
    padding: 8px 13px 7px 14px!important;
}
}

.orange-w-btn a:focus, .orange-w-btn a:hover {
    color: #ffffff!important;
    text-decoration: none!important;
}

.orange-w-btn:hover {
    background: rgba(255, 142, 95, 0.75)!important;
    border: 1px solid rgba(255, 142, 95, 0.75)!important;
}

.orange-w-btn a {
      color: #fff;
}

.orange-w-btn i {
    margin-top: 0;
    margin-right: 0;
    margin-left: 10px;
    font-size: 19px;
    font-weight: 700;
}

.ajt-adresse h5 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
    color: #333333!important;
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: none;
}

.registered-users h4 {
	width: 100%;
	text-align: left;
	text-transform: uppercase;
	font-family: 'Dosis',sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #f37a48;
	margin-bottom: 20px;
	padding-right: 0;
}

.registered-users h5 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
    color: #333333!important;
    font-weight: 500;
    text-transform: initial;
}
.CTA_alone {
    text-align: center;
}

.CTA_right {
    text-align: right;
    bottom: 20px;
    right: 20px;
}

.CTA_right_bas {
    text-align: right;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.CTA_left {
    text-align: left;
}

.CTA_left_bas {
    text-align: left;
    position: absolute;
    bottom: 20px;
    left: 20px;
}


.div-article-price  .attribute_list {
   margin-bottom: 10px!important;
}

.div-article-price  div.selector span:after {
    right: 10px;
}


.div-article-price .form-control {
    padding: 6px 13px;
    font-size: 14px;
}

.div-article-price .SELECT_alone  {
    text-align: center;
    display: flex;
    margin-bottom: 10px!important;
    position: relative;
}

select {
	float:left;
	height: 40px;
	width: 100%;
	border-radius:0;
	border: 1px solid #000000;
	color: #000000!important;
	background-repeat: no-repeat;
	-webkit-appearance: button;
	-webkit-border-radius: 2px;
	-webkit-padding-end: 20px;
	-webkit-padding-start: 2px;
}

label {
    position:relative
}

.attribute_list label:after {
    content:"\f078";
    font-family: "FontAwesome";
    font-size: 14px;
    color:#000000;
    right: 12px;
    top: 0;
    padding: 0 0 0px;
    position:absolute;
    pointer-events:none;
}
.attribute_list label:before {
    content:'';
    right:4px;
    top:0px;
    width:23px;
    height: 18px;
    background:#fff;
    position:absolute;
    pointer-events:none;
    display:block;
}

.attribute_list_pays label:after {
    content:"\f078";
    font-family: "FontAwesome";
    font-size: 14px;
    color:#000000;
    right: 12px;
    top: 40px;
    padding: 0 0 0px;
    position:absolute;
    pointer-events:none;
    z-index: 999;
}

.SELECT_alone:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 21px;
    color:#000;
    right: 20%;
    /* top:10px; */
    padding: 0 0 0 0;
    position: absolute;
    pointer-events:none;
    display: inline-table;
}

/* ============================================ *
 * Boutons validation
 * ============================================ */
.validation-advice {
	color: #ec4d4d;
	margin-top: 10px;
}

.input-text.validation-failed {
    border-color: #ec4d4d;
}

.input-text.validation-failed:focus {
	outline-color:#ec4d4d
}

/* ============================================ *
 * Validation message promo
 * ============================================ */

#codepromoerror {
    display: block;
    padding: 10px 0 0 0;
    padding-left: 0;
    text-transform: none;
    font-size: 16px;
    color: #999999;
}

#codepromoerror i {
    color: #eb4040;
}

#codepromoerrorconnect {
    display: block;
    padding: 10px 0 0 0;
    padding-left: 0;
    text-transform: none;
    font-size: 16px;
    color: #999999;
}

#codepromoerrorconnect i {
    color: #eb4040;
}

#codepromogood {
    display: block;
    padding: 10px 0 0 0;
    padding-left: 0;
    text-transform: none;
    font-size: 16px;
    color: #999999;
}

#codepromogood i {
    color: #5fc987;
}

#ajoutpanierok {
    display: block;
    padding: 10px 0 0 0;
    padding-left: 0;
    text-transform: none;
    font-size: 16px;
    color: #999999;
}

#ajoutpanierok i {
    color: #5fc987;
}

/* ============================================ *
 * Boutons AJOUT ADRESSE
 * ============================================ */

.ajout-bloc-title i{
    padding-right: 10px;
    font-size: 18px;
    position: absolute;
    margin-top: 0;
}

.ajout-bloc-title span{
  text-decoration: underline;
  font-size: 15px;
  padding-left: 25px;
}


/* ============================================ *
 * Boutons + picto
 * ============================================ */

.btn_picto .fa-picto:before {
    content: "";
    display: block;
    float: left;
    margin: 0 0 0 0;
    background-size: contain;
}

.btn_picto {
    display: inline-block;
}

.btn_twin {
    margin-right: 30px;
}

.btn_picto .link {
border-bottom: 1px solid #888888;
}

.btn_picto p {display: inline-block;margin-bottom: 0;}

.picto_remove .fa-picto:before {
    background: url(../images/home/picto_general/picto-corbeille.svg) no-repeat;
    width: 13px;
    margin-right: 10px;
    height: 20px;
}

.picto_modifier .fa-picto:before {
    background: url(../images/home/picto_general/picto-modifier.svg) no-repeat;
    width: 15px;
    margin-right: 10px;
    height: 20px;
}

.picto_facture .fa-picto:before {
    background: url(../images/home/picto_general/pic_dl_facture.png) no-repeat;
    width: 21px;
    margin-right: 5px;
    height: 20px;
}
.picto_facture span {
    color: #f27a47;
}

/*
.picto_addwishlist .fa-picto:before {
    width: 24px;
    margin-right: 3px;
    height: 24px;
    background-color: #f37948;
    -webkit-mask-image: url(../images/home/picto_general/picto-wishlist.svg);
    mask-image: url(../images/home/picto_general/picto-wishlist.svg);
}
*/
.picto_addwishlist .fa-picto:before {
    background: url(../images/home/picto_general/picto-wishlist.svg) no-repeat;
    width: 24px;
    margin-right: 5px;
    height: 24px;
}

.picto_addtocart .fa-picto:before {
    background: url(../images/home/picto_general/picto-check-confirmer.svg) no-repeat;
    width: 20px;
    margin-right: 5px;
    height: 20px;
    margin-top: -6px;
}

.picto_addtocart  {padding-top: 10px;}

.picto_addtocart span {
        color: #747474;
        padding	:10px;
        font-size: 14px;
        padding-left: 0;
}

/* ============================================ *
 * Boutons select fleche
 * ============================================ */


.attribute_list {
    display: block;
}

#attributes .attribute_list {
    width: 100%;
}

.attribute_list .selector {
    /* width: 100%!important; */
}

body div.selector {
    height: 42px;
    line-height: 42px;
    border: 1px solid #d1d1d1;
    font-size: 14px;
    padding-left: 0;
    background: white;
    color: #20252e;
}

div.selector {
    line-height: 50px;
    height: 42px;
    padding: 0 0 0 10px;
    position: relative;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    background: white;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
}

.attribute_list .selector span {
}

div.selector span {
    /* text-overflow: ellipsis; */
    /* display: block; */
    /* overflow: hidden; */
    /* white-space: nowrap; */
    /* background: none; */
    /* height: 42px; */
    /* line-height: 48px; */
    /* padding-right: 50px; */
    /* cursor: pointer; */
    /* width: 100%; */
    /* display: block; */
    /* color: #252a33; */
}

body div.selector span {
    /* height: 42px; */
    /* line-height: 42px; */
    padding-right: 50px;
    /* color: #20252e; */
}

div.selector span:after {
    font-family: "FontAwesome";
    content: "\f0d7";
    display: inline-block;
    font-weight: normal;
    position: absolute;
    right: 1px;
    top: 1px;
    border: 1px solid #e1e1e1;
    text-align: center;
    height: 41px;
    width: 46px;
    font-size: 21px;
    line-height: 41px;
    color: #252a33;
    background: #fcfcfd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

body div.selector span:after {
    content: '\f107';
    font-size: 24px;
    border: none;
    height: 42px;
    line-height: 42px;
    right: 0;
    top: 0;
    background: none;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

div.selector select {
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    height: 42px;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 12px;
}

body div.selector select {
    /* height: 42px; */
}

.attribute_list .form-control option {
    background: white;
    color: #252a33;
}

body div.selector select option {
    padding: 2px 7px;
}

/* ============================================ *
 * Boutons check 
 * ============================================ */

 .Check_type_livraison {
    margin-bottom: 15px;
}

.Check_type_livraison input[type="checkbox"], .Check_type_livraison input[type="radio"] {
    display: none;
}

.Check_type_livraison input[type="checkbox"] + label, .Check_type_livraison input[type="radio"]+label {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 25px;
    cursor: pointer;
    font-size: 16px;
}


.Check_type_livraison input[type="checkbox"] + label:before {
    background: transparent url(../images/recherche/picto-case-vide.svg) no-repeat scroll 0 0;
    background-size: 18px;
    content: " ";
    display: inline-block;
    height: 20px;
    margin-left: -25px;
    position: absolute;
    top: 0px;
    vertical-align: middle;
    width: 20px;
    border: none;
}

.Check_type_livraison input[type=checkbox]:checked+label:after {
    background: transparent url(../images/recherche/picto-case-coche-gris.svg) no-repeat scroll 0 0;
    background-size: 18px;
    content: " ";
    display: inline-block;
    height: 20px;
    margin-left: -25px;
    position: absolute;
    top: 0px;
    vertical-align: middle;
    width: 20px;
    border: none;
}


/* ============================================ *
 * Breadcrumbs 
 * ============================================ */

.breadcrumbs {
	margin:0 auto 0;
	width:1000px
}
@media screen and (max-width:991px) {
	.breadcrumbs {
		margin:0 auto 0;
		width:80%;
		margin-left:10px
	}
}
.breadcrumbs li {
	float:left;
	font-size:12px;
	height:20px;
	margin: 19px 0;
}

.breadcrumbs li:after {
content: "/";
margin-left:3px;
margin-right: 3px;
}


.breadcrumbs li:first-child{
	display:none;
}

.breadcrumbs li.product:after{
	content: "";
}

.breadcrumbs li:last-of-type:after{
	display:none;
}

.breadcrumbs a {
	float:left;
	color:#7e7e7e;
	font-size:12px
}
.breadcrumbs a:hover {
	color:#7e7e7e;
	font-size:12px;
	line-height:20px
}
.breadcrumbs strong {
	color:#7e7e7e;
	font-weight:normal
}
.breadcrumbs span {
	float:left;
	padding:0 7px
}
.breadcrumbs li:last-child {
	border-right:0 none
}
@media only screen and (max-width:770px) {
	.breadcrumbs {
		display:none
	}
}