body,
button {
	color: #000000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:12px;
	line-height:1.5;
}

/* ============================================ *
 * Typography
 * ============================================ */
h1,.h1 {
	margin:0;
	margin-bottom:.7em;
	color:#000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:28px;
	font-weight:300;
	font-style:normal;
	line-height:1.2;
	text-rendering:optimizeLegibility;
	font-size: 1.2em;
}
h2,.h2 {
	margin:0;
	margin-bottom:.5em;
	color:#000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 25px;
	font-weight: 300!important;
	font-style:normal;
	line-height:1.2;
	text-rendering:optimizeLegibility;
	border-bottom: 1px solid #ffffff!important;
}

.page-title h2 {
	padding-bottom: 10px!important;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 29px;
    color: #333;
    margin-top: 10px!important;
    margin-bottom: 20px!important;
    border-bottom: 1px solid #DDC!important;
}
h3,.h3 {
	margin:0;
	margin-bottom:10px;
	color:#000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	font-weight:400;
	font-style:normal;
	line-height:1.4;
	text-rendering:optimizeSpeed;
	text-transform:uppercase
}
.customer-account-create h3, .customer-account-create .h3  {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700!important;
    font-size: 16px;
    color: #333;
    margin-top: 30px!important;
}
h4,.h4 {
	margin:0;
	margin-bottom:10px;
	color:#636363;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	font-weight:bold;
	font-style:normal;
	line-height:1.4;
	text-rendering:optimizeSpeed;
	text-transform:uppercase;
}

h5,.h5 {
	margin:0;
	margin-bottom:10px;
	color:#636363;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	line-height:1.4;
	text-rendering:optimizeSpeed;
	text-transform:uppercase;
}
h6,.h6 {
	margin:0;
	margin-bottom:5px;
	color:#636363;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	line-height:1.4;
	text-rendering:optimizeSpeed;
	text-transform:uppercase
}

@media(max-width:767px) {
    body {
    padding-right: 0px;
    padding-left: 0px;
}
}

.row {
     margin-left: 0px;
     margin-right: 0px;
}
.marges-off {
    padding: 0!important;
    margin: 0!important;
}

a:link, a:visited, a:hover, a:active {
    outline: 0;
    text-decoration: none;
}

a:focus, a:hover {
    color: #000000!important;
    text-decoration: none!important;
}

a {
    font-family: 'Roboto Condensed',sans-serif!important;
    color: #39c;
    color: #747474;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
}

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

select {
        /*for firefox*/
        -moz-appearance: none;
        /*for chrome*/
        -webkit-appearance:none;
      }


select::-ms-expand {
    display: none;
}


.input-text {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.container {
	max-width: 1040px;
	margin: auto!important;
}

/* ============================================ *
 * Mon Compte
 * ============================================ */

.Check_type_livraison input[type=radio]:checked+label:after, .Check_type_facturation input[type=radio]:checked+label:after {
    content: "";
    position: absolute;
    top: 3px;
    left: -22px;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #999;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -o-border-radius: 50%;
    -o-background-clip: padding-box;
}

.Check_type_livraison input[type=radio]:checked+label:after, .Check_type_facturation input[type=radio]:checked+label:after {
    background: #999!important;
}

  .Check_type_livraison input[type="checkbox"] + label:before,  .Check_type_livraison input[type="radio"]+label:before, .Check_type_facturation input[type="radio"]+label:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 16px;
    height: 16px;
    margin-top: 0;
    margin-left: -25px;
    border: 1px solid #989898;
    text-align: center;
    background: white;
}
@media only screen and (max-width: 479px) {
    #padding-adresse-mlp .Check_type_livraison input[type="checkbox"] + label:before, #padding-adresse-mlp .Check_type_livraison input[type=checkbox]:checked+label:after {
        margin-top: 5px !important;
    }
}
#padding-adresse-mlp .Check_type_livraison input[type="checkbox"] + label:before {
    content: "" !important;
    display: inline-block !important;
    position: absolute !important;
    top: 0 !important;
    width: 16px !important;
    height: 16px !important;
    /*margin-top: 0 !important;*/
    margin-left: -25px !important;
    border: 1px solid #989898 !important;
    text-align: center !important;
    border-radius: 50% !important;
    font-size: 1.8em !important;
    line-height: 10px !important;
    background: white !important;
}
#padding-adresse-mlp .Check_type_livraison input[type=checkbox]:checked+label:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #999;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -o-border-radius: 50%;
    -o-background-clip: padding-box;
}
.popin_adresse .Check_type_livraison input[type="checkbox"] + label:before, .popin_adresse .Check_type_livraison input[type="radio"]+label:before {
    width: 14px;
    height: 14px;
}

input[type="radio"] + label:before {
    border-radius: 50%;
    font-size: 1.8em;
    line-height: 10px;
}
 .sidebar .block-account {
    margin-top: 0px;
}

@media (max-width: 771px)
{
  .sidebar .block-account {
    margin-top: 50px;
}
}

@media (max-width: 768px)
{
  .sidebar .block-account {
    margin-top: 20px;
}
}



 .my-account h2, .my-account .h2, .account-create h2 {
    padding-bottom: 10px!important;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 29px;
    color: #333;
    margin-top: 10px!important;
    margin-bottom: 20px!important;
    border-bottom: 1px solid #DDC!important;
}

 .my-account h3, .my-account .h3, .account-create h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #333;
    margin-top: 30px!important;
}

@media only screen and (max-width: 770px) {
	.customer-account .sidebar .block:last-of-type {
		display: none;
	}
}

/* Dashboard ML PRO */
.QuickAccess-item-mlp {
    width: 50%;
    height: 120px;
    border: 1px solid #e0e0d8;
    border: 14px solid transparent;
    text-decoration: none;
    color: black;
}

.QuickAccess-item-mlp {
    float: left;
    position: relative;
    width: 100%;
    height: 140px;
    border: 15px solid transparent;
}

.QuickAccess-link-mlp {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: solid transparent;
    text-align: center;
    color: black;
    color: white;
    background: white;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.QuickAccess-link-mlp:hover {
    color: #ffffff !important;
}

.QuickAccess-text-mlp {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.125em;
    vertical-align: middle;
}

.QuickAccess-content-mlp {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.QuickAccess-img-mlp {
    display: inline-block;
    width: 45px;
    height: 35px;
    line-height: 1;
    vertical-align: middle;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.block-account-mlp {
    display: block !important;
}
.customer-account .sidebar .block-account-mlp .block-title {
    background: #ffffff;
    height: 40px;
    line-height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #ccc !important;
}

@media only screen and (max-width: 991px) {
    #navigation-account-mlp {
        display: none;
    }
}
@media only screen and (max-width: 500px) {
    .QuickAccess-text-mlp {
        margin-right: 0;
        margin-left: 0;
        margin-top: 15px;
        font-size: 15px;
    }
    .QuickAccess-content-mlp {
        text-align: left;
    }
    .QuickAccess-item-mlp {
        padding-bottom: 40% !important;
    }
}
.customer-account .sidebar .block-account-mlp .block-content ul li.last a {
    border-bottom: 0px solid #333333;
}

.customer-account .sidebar .block-account-mlp .block-content ul li:first-child a.QuickAccess-link-mlp {color: white;background-color: #f27a47;}
.customer-account .sidebar .block-account-mlp .block-content ul li:first-child a {color: #ffffff;}
.customer-account .sidebar .block-account-mlp .block-content ul li:first-child  {padding: 0 10px; height: 120px;text-align: center;width: 50%;float: left;}
.customer-account .sidebar .block-account-mlp .block-content ul li:first-child .QuickAccess-img-mlp{
     background: url(../images/home/picto_moncompte/picto-compte-suivre-commande-blanc.svg) no-repeat;
     background-position: center;
     height: 40px;
}

.customer-account .sidebar .block-account-mlp .block-content ul li:nth-child(2) a.QuickAccess-link-mlp {color: white;background-color: #f27a47;}
.customer-account .sidebar .block-account-mlp .block-content ul li:nth-child(2) a {color: #ffffff;}
.customer-account .sidebar .block-account-mlp .block-content ul li:nth-child(2)  {padding: 0 10px; height: 120px;text-align: center;width: 50%;float: left;}
.customer-account .sidebar .block-account-mlp .block-content ul li:nth-child(2) .QuickAccess-img-mlp{
     background: url(../images/home/picto_moncompte/picto-compte-document-blanc.png) no-repeat;
    background-position: center;
    height: 40px;
    background-size: 40px;
}

.customer-account .sidebar .block-account-mlp .block-content ul li:nth-child(3) a.QuickAccess-link-mlp {color: white;background-color: #f27a47;}
.customer-account .sidebar .block-account-mlp .block-content ul li:nth-child(3) a {color: #ffffff;}
.customer-account .sidebar .block-account-mlp .block-content ul li:nth-child(3)  {padding: 0 10px; height: 120px;text-align: center;width: 50%;float: left;}
.customer-account .sidebar .block-account-mlp .block-content ul li:nth-child(3)  .QuickAccess-img-mlp{
     background: url(../images/home/picto_moncompte/picto-compte-info-blanc.png) no-repeat;
     background-position: center;
     height: 40px;
     background-size: 40px 40px;
}
.customer-account .sidebar .block-account-mlp .block-content ul li:nth-child(4) a.QuickAccess-link-mlp {color: white;background-color: #f27a47;}
.customer-account .sidebar .block-account-mlp .block-content ul li:nth-child(4) a {color: #ffffff;}
.customer-account .sidebar .block-account-mlp .block-content ul li:nth-child(4)  {padding: 0 10px; height: 120px;text-align: center;width: 50%;float: left;}
.customer-account .sidebar .block-account-mlp .block-content ul li:nth-child(4)  .QuickAccess-img-mlp{
     background: url(../images/home/picto_moncompte/picto-compte-securise-blanc.png) no-repeat;
    background-position: center;
    height: 40px;
    background-size: 40px;
}

.customer-account .sidebar .block-account-mlp .block-content ul li:nth-child(5) a.QuickAccess-link-mlp {color: white;background-color: #f27a47;}
.customer-account .sidebar .block-account-mlp .block-content ul li:nth-child(5) a {color: #ffffff;}
.customer-account .sidebar .block-account-mlp .block-content ul li:nth-child(5)  {padding: 0 10px;height: 120px;text-align: center;width: 50%;float: left;}

.customer-account .sidebar .block-account-mlp .block-content ul li:nth-child(6) a.QuickAccess-link-mlp {color: white;background-color: #f27a47;}
.customer-account .sidebar .block-account-mlp .block-content ul li:nth-child(6) a {color: #ffffff;}
.customer-account .sidebar .block-account-mlp .block-content ul li:nth-child(6)  {padding: 0 10px;height: 120px;text-align: center;width: 50%;float: left;}
.customer-account .sidebar .block-account-mlp .block-content ul li:nth-child(6)  .QuickAccess-img-mlp{
     background: url(../images/home/picto_moncompte/picto-compte-deco-blanc.png) no-repeat;
    background-position: center;
    height: 40px;
}
/* Fin dashboard ML PRO */
@media only screen and (max-width: 991px) {

.customer-account .sidebar .block:not(.block-layered-nav) .block-content {
    padding: 0;
    margin-top: 0;
    border-width: 0;
    border-style: solid;
    border-color: #ccc;
}
.customer-account .sidebar .block:last-of-type {
    border-bottom: 0px solid #ccc;
}
.QuickAccess-item {
    width: 50%;
    height: 120px;
    border: 1px solid #e0e0d8;
    border: 14px solid transparent;
    text-decoration: none;
    color: black;
}

.QuickAccess-item {
    float: left;
    position: relative;
    width: 100%;
    height: 140px;
    border: 15px solid transparent;
}

.QuickAccess-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: solid transparent;
    text-align: center;
    color: black;
    color: white;
    background: white;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.QuickAccess-text {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.125em;
    vertical-align: middle;
    margin-top: 10px;
}

.QuickAccess-content {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
}

.customer-account .sidebar .block-account .block-content ul li.last a {
    border-bottom: 0px solid #333333;
}

.QuickAccess-img {
    display: inline-block;
    width: 45px;
    height: 35px;
    line-height: 1;
    vertical-align: middle;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.QuickAccess.no-display {
    display:none;
}

.customer-account .sidebar .block-account .block-content ul li:first-child a.QuickAccess-link {color: white;background-color: #80dbb3;}
.customer-account .sidebar .block-account .block-content ul li:first-child a {color: #ffffff;}
.customer-account .sidebar .block-account .block-content ul li:first-child  {padding: 0 10px; height: 120px;text-align: center;width: 50%;float: left;}
.customer-account .sidebar .block-account .block-content ul li:first-child .QuickAccess-img{
     background: url(../images/home/picto_moncompte/picto-compte-info-blanc.png) no-repeat;
     background-position: center;
     height: 38px;
}

.customer-account .sidebar .block-account .block-content ul li:nth-child(2) a.QuickAccess-link {color: white;background-color: #7fcde6;}
.customer-account .sidebar .block-account .block-content ul li:nth-child(2) a {color: #ffffff;}
.customer-account .sidebar .block-account .block-content ul li:nth-child(2)  {padding: 0 10px; height: 120px;text-align: center;width: 50%;float: left;}
.customer-account .sidebar .block-account .block-content ul li:nth-child(2) .QuickAccess-img{
     background: url(../images/home/picto_moncompte/picto-compte-carnet-blanc.png) no-repeat;
    background-position: center;
    height: 35px;
}

.customer-account .sidebar .block-account .block-content ul li:nth-child(3) a.QuickAccess-link {color: white;background-color: #ffae64;}
.customer-account .sidebar .block-account .block-content ul li:nth-child(3) a {color: #ffffff;}
.customer-account .sidebar .block-account .block-content ul li:nth-child(3)  {padding: 0 10px; height: 120px;text-align: center;width: 50%;float: left;}
.customer-account .sidebar .block-account .block-content ul li:nth-child(3)  .QuickAccess-img{
     background: url(../images/home/picto_moncompte/picto-compte-suivre-commande-blanc.svg) no-repeat;
     background-position: center;
     height: 45px;
     background-size: 45px 45px;
}
.customer-account .sidebar .block-account .block-content ul li:nth-child(4) a.QuickAccess-link {color: white;background-color: #fd9090;}
.customer-account .sidebar .block-account .block-content ul li:nth-child(4) a {color: #ffffff;}
.customer-account .sidebar .block-account .block-content ul li:nth-child(4)  {padding: 0 10px; height: 120px;text-align: center;width: 50%;float: left;}
.customer-account .sidebar .block-account .block-content ul li:nth-child(4)  .QuickAccess-img{
     background: url(../images/home/picto_moncompte/picto-compte-coeur-blanc.png) no-repeat;
    background-position: center;
    height: 35px;
}

.customer-account .sidebar .block-account .block-content ul li:nth-child(6) a.QuickAccess-link {color: white;background-color: #bcc9c2;}
.customer-account .sidebar .block-account .block-content ul li:nth-child(6) a {color: #ffffff;}
.customer-account .sidebar .block-account .block-content ul li:nth-child(6)  {padding: 0 10px;height: 120px;text-align: center;width: 50%;float: left;}
.customer-account .sidebar .block-account .block-content ul li:nth-child(6)  .QuickAccess-img{
     background: url(../images/home/picto_moncompte/picto-compte-deco-blanc.png) no-repeat;
    background-position: center;
    height: 35px;
}

.customer-account .sidebar .block-account .block-content ul li:nth-child(5) a.QuickAccess-link {color: white;background-color: #bcc9c2;}
.customer-account .sidebar .block-account .block-content ul li:nth-child(5) a {color: #ffffff;}
.customer-account .sidebar .block-account .block-content ul li:nth-child(5)  {padding: 0 10px;height: 120px;text-align: center;width: 50%;float: left;}

}

.customer-account .sidebar .block-account .block-title {
    background: #ffffff;
    height: 40px;
    line-height: 50px;
    padding: 0 20px;
}


.customer-account .sidebar .block:not(.block-layered-nav) .block-title {
    padding: 0;
    margin-top: 0;
    border-bottom: 0;
    border-top: 0;
    padding: 0 20px;
    border-bottom: 0px solid #ccc; 
	font-family: 'Roboto Condensed', sans-serif;

} 




@media only screen and (max-width:770px) {
.customer-account .sidebar .block:not(.block-layered-nav) .block-title {
    border-bottom: 1px solid #ccc; 
}	
}

.customer-account .sidebar .block-account .block-title h2, .sidebar .block-account .block-title strong {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}

.customer-account .sidebar .block-account .block-content ul li {
    border-bottom: 0px solid #ccc;
    line-height: 30px;
    padding: 2px 0 2px 0px;
    text-transform: inherit;
    margin: 0;
}

.customer-account .sidebar .block-account .block-content ul .last a {
    border-bottom: 1px solid #333333;
}

.customer-account .sidebar .block-account .block-content ul .current {
	line-height:30px;
	padding:5px 0 5px 20px;
	text-transform:inherit;
	margin:0;
}

.customer-account .sidebar .block-account .block-content ul .current strong {
    color: #000000;
    font-weight: bold;
}

.customer-account .sidebar .block-account .block-content ul li a strong:before {
	content:""
}

.customer-account .sidebar .block-account .block-title h2, .customer-account .sidebar .block-account .block-title strong {
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto Condensed',sans-serif;
}

.customer-account .sidebar .block-account .block-content  a {
    color: #333333;
}


.tab-order-footer-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
}


.order-footer-links {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    line-height: normal;
    vertical-align: middle;
}

.order-footer-links {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    line-height: normal;
    vertical-align: middle;
}

.order-footer-links .tab-ofl-txt{
 color: #888888;
 border-bottom: 1px solid #888888;
}



.order-footer-links a.ofl-modif-code:before {
    content: "\e92f";
    color: #f27a49;
    font-family: 'icomoon' !important;
    font-style: normal;
    font-size: 19px;
}

.order-footer-links > a:before {
    content: "";
    display: block;
    float: left;
    width: 26px;
    height: 23px;
    margin: 0 0 0 0;
    background-size: contain;
}

.order-footer-links-container .tab-order-footer-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: right;
}



.order-footer-links-container .tab-ofl-txt{
 color: #f27a47;
 border-bottom: 0px;
}
.btn-edit_acccount_pro {
    cursor: pointer;
    float: right;
    text-decoration: underline;
    color: #23527c;
}
.account_pdf a {
    color: #333 !important;
    border-bottom: 0 !important;
}
.account_pdf a:before {
    background: url(../images/picto_pdf.png) no-repeat !important;
    width: 24px !important;
    background-size: 24px !important;
}
.infosptselectedTitre {display: block;padding: 4px 6px 14px 0;text-transform: uppercase;font-family: 'Roboto Condensed',sans-serif;line-height: 22px;font-weight: 500;font-size: 15px;}
.infosptselectedcontainer {display: block;padding: 4px 6px 14px 0;font-family: 'Roboto Condensed',sans-serif;line-height: 22px;font-weight: 500;font-size: 16px;}

.infosptselectedcontainer p  {display: inline-block;margin-right: 10px;}
.infosptselectedcontainer_remove {display: inline-block;margin-right: 10px;}

.infosptselectedcontainer .infosptselectedcontainer_remove a:before {
    background: url(../images/home/picto_general/picto-corbeille.svg) no-repeat;
    width: 14px;
    margin-right: 10px;
}

.infosptselectedcontainer p > a {
 border-bottom: 1px solid #888888;
}

.infosptselectedcontainer p > a:before {
    content: "";
    display: block;
    float: left;
    width: 32px;
    height: 23px;
    margin: 0 0 0 0;
    background-size: contain;
}

.infosptselectedcontainer p > a:before {
    content: "";
    display: block;
    float: left;
    width: 32px;
    height: 23px;
    margin: 0 0 0 0;
    background-size: contain;
}


.infosptselectedcontainer p > a:before {
    background: url(../images/home/picto_general/picto-modifier.svg) no-repeat;
    width: 18px;
    margin-right: 10px;
}

/* ============================================ *
 * Mon Compte - top menu mobile
 * ============================================ */


.bandeau_deconnexion{
    background-color: #e8e8e8;
    /* top: 94px; */
    left: 0;
    height: 45px;
    display: none!important;
}

.bandeau_deconnexion .retour_moncompte a{
    display: block;
    float: left;
    margin: 12px;
    text-transform: uppercase;
    font-size: 11px;
    color: #333333;
}
.bandeau_deconnexion .retour_moncompte img{
    height: 23px;
    padding-bottom: 5px;
    display: inline-block;
}
.bandeau_deconnexion .deconnexion a{
    display: flex;
    float: right;
    margin: 12px;
    color: #7e7e7e;
    font-size: 13px;
}
.bandeau_deconnexion .deconnexion a .fa{
    margin-top: auto;
    margin-bottom: auto;
}

.bandeau_deconnexion .deconnexion a p{
    text-decoration: underline;
    display: inline-block;
    margin-left: 5px;
    font-style: italic;
    margin-top: auto;
    margin-bottom: auto;
}
@media(max-width: 768px) {
    .bandeau_deconnexion{
        /* top: 145px; */
        width: 100%;
        display: block!important;
    }
}

@media(max-width: 768px) {
    .bandeau_deconnexion{
        margin-top: 0;
    }
}


/* ============================================ *
 * Mon Compte - commande
 * ============================================ */

.panel-title {
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    padding-top: 10px;
}

.Product-priceActual {
    display: inline-block;
    float: left;
    margin-left: 10px;
    color: #333333;
    font-size: 20px;
    font-weight: 700;
}

 .order-list {
    margin-top: -20px;
}

#order-list-title-mlp {
    font-size: 20px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #DDC!important;
}
#order-name-mlp {
    margin-top: -10px;
    margin-bottom: 10px;
}
#order-action-mlp {
    color: #000000 !important;
    cursor: pointer;
    font-size: 16px;
}
.picto-cancel{
    position: absolute;
    margin-left: -22px;
    margin-top: 1px;
    cursor: pointer;
    color: #f27a47;
    border: 1px solid #f27a47;
    border-radius: 30px;
    font-size: 21px;
    display: inline-block;
    line-height: 0px;
    padding: 8px 3px;
    font-style: normal !important;
}
.picto-valid {
    position: absolute;
    margin-left: -22px;
    margin-top: 2px;
    cursor: pointer;
    color: #f27a47;
    border: 1px solid #f27a47;
    border-radius: 30px;
    padding: 3px 5px;
}
.btn_twin.mlp {
    margin-right: 40px !important;
}
.btn_twin.mlp.last {
    margin-right: 0 !important;
}
#mlp-mobile-block span {
    font-weight: 500 !important;
}
#mlp-mobile-none span {
    font-weight: 500 !important;
}
.mlp-mobile-margin {
    margin-top: -10px !important;
}
.popup_order_cancel h2 {
    font-size: 20px;
    padding: 12px;
}
.popup_cancel_order_oui {
    font-size: 20px;
    padding: 20px;
}
.popup_cancel_order_ouipending {
    font-size: 20px;
    padding: 20px;
}
#mlp-btn-cancelorder {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
    cursor: pointer;
}
@media only screen and (min-width:768px) {
    #mlp-mobile-none {
        display: none;
    }
    #mlp-mobile-block {
        display: block;
    }
}
@media only screen and (max-width:768px) {
    .btn_twin.mlp {
        text-align: left;
        display: block;
    }
    .order-newaction-mlp {
        padding-left: 6px;
    }
    #btn_twin-action-mlp {
        padding-left: 23px;
        padding-top: 5px;
    }
    #mlp-mobile-block {
        display: none;
    }
    #mlp-mobile-none {
        display: block;
    }
    #mlp-mobile-picto-plus {
        float: right !important;
    }
    #mlp-mobile-back p {
        width: 100%;
    }
    #mlp-mobile-back a {
        width: 100%;
    }
}
.picto-cancel:before {
    content: "×";

}
.picto-valid:before {
    content: '';
    display: block;
    width: 6px;
    height: 10px;
    border: solid #f27a47;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.panel-default {
	border: 1px solid transparent;
}

.order-list .panel-group .panel {
    border-bottom: 0 solid #DDC;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,.05);
    box-shadow: 0 0 0 rgba(0,0,0,.05);
}

.order-list .panel-group .panel-body {
    padding: 25px 0% 20px;
    border-top: 0 solid #DDC!important;
    border-right: 1px solid #DDC!important;
    border-bottom: 1px solid #DDC!important;
    border-left: 1px solid #DDC!important;
}

.order-list .order-titre.order_shipping_final h4 {
    color: #7e7e7e;
}


.order-list .order-titre {
    display: table;
    width: 100%;
    padding: 10px 0;
    border-color: #fff;
    border-bottom: 1px solid #DDC!important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    line-height: 2;
    background-color: #ffffff;
}

.Basket-listItem p {
    margin: 0 0 0;
    font-weight: 300;
    color: #7e7e7e;
}

.Basket-listItem a {
    margin: 0 0 0;
    color: #7e7e7e;

}

.Basket-listItem .Product-Suivre {

    font-style: italic;
}

.Basket-listItem {
    position: relative;
    background: white;
}

.Product-picture {
    display: inline-block;
    max-height: 143px;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}

.Product-picture img {
    width: 100%;
    max-width: 96px;
}
.Product-content {
    display: inline-block;
    margin: 0.64em 0 0;
    padding-left: 1em;
}
.Product-content .Product-title {
    margin-top: 0;
    margin-bottom: .2em;
    font-size: 1.2em;
    border-bottom: none;
    border-bottom: 0px solid #DDC!important;
}

.Product-titleUrl {
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #333!important;
}

.Product-Quantite {
    font-size: 1em;
    font-weight: 300;
    color: #989898;
}

.Product-Livraison {
    position: relative;
    margin-bottom: .8em;
    color: #989898;
}

.Product-pricing {
    float: right;
    text-align: right;
}

.Product-priceActual .priceBlockstrike {
    padding: 0 5px !important;
    margin: 0;
    font-size: 14px;
    font-weight: 200;
    color: #818181;
    width: 130px;
}

.customer-account .Product-pricing .priceBlock-init {
    display: inline-block;
    margin-left: 0!important;
}

.customer-account .Product-pricing .col-lg-4 {
    width: 68px;
}

.customer-account .Product-pricing .stimuliOPC2 {
    height: 13px;
    transform: translateY(87%);
}

.customer-account .Product-pricing .stimuliOPC {
    display: inline-block;
}

.customer-account .Product-pricing .priceBlock-init img {
    display: inline-block;
    width: 70px;
    left: -12px;
}

.order-footer-links-container {
    width: 100%;
    min-height: 35px;
    padding-top: 10px;
    border-bottom: 1px solid #DDC!important;
    padding-bottom: 10px;
}

.txt_right  {
    text-align:right;
}

.Basket-listItem  .stimuliOPC {width: 45px;height: 45px;margin-top: 5px;top: 0;lef;left: 0;}

.Basket-listItem .stimuliOPC2  { width: 45px; height: 26px; }

.Basket-listItem .stimuliOPC2 span {width: 45px;height: 26px;font-size: 14px!important;}

/* ============================================ *
 * Logo
 * ============================================ */

.mc-section-footer {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
 
.Header .logo {
	min-height:43px;
	width: auto;
	max-width: 270px;
}
 
.Header .logo {
	display:block;
	float:left;
	min-width:100px;
	min-height:44px;
	text-align:center;
	padding: 16px 13px 12px;
	padding-top: 15px;
    height: 64px;
}

.Header .logo .small {
   float:left;
   /* min-height: 44px; */
   text-align:center;
   padding: 0  0 0 0;
   width:61px;
}
.logo img {
	max-width:100%
}
.logo .small {
	display:block
}
.logo .large {
	display:none
}
.logo:hover {
	opacity:.8
}
@media only screen and (min-width:768px) {
	.logo {
		min-width: 250px;
	}
	.logo .small {
		display:none
	}
	.logo .large {
		display:block
	}
}

.logo {
  z-index: 100;
  position: absolute;
  left: 0;
  width: 50px;
  height: 95px;
  padding: 0;
  padding-left: 0;
  text-align: center;
}

.logo a {
  display: inline-block;
  /* width: 50%; */
  margin-top: -8px;
  margin-bottom: 5px;
  overflow: hidden;
}

.logo img {
  display: inline-block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 5px;
  max-width: 150px;
  overflow: hidden;
}

.Header .navigation-wrapper {
    /* position: relative; */
    /* padding-left: 289px; */
    /* border-bottom: 1px solid #b6b7b8 !important; */
    max-width: 1000px;
}

.Header {
    z-index: 1350;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    background: white;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-backface-visibility: hidden;
    border-bottom: 1px solid #b6b7b8 !important;
}

.Header-search {
  position: relative;
  top: 0;
  right: 0;
}

.formBox {
  position: relative;
  margin-top: 18px;
  margin-bottom: 24px;
}

@media only screen and (min-width:768px) {
.formBox {
  position: relative;
  margin-top: 10px;
  margin-bottom: 0;
}
}

@media only screen and (max-width:767px) {
.formBox {
  position: relative;
  margin-top: 20px;
  margin-bottom: 0;
}
}


.formBox form {
  margin-bottom: 0;
}

.formBox fieldset {
  position: relative;
  height: 43px;
  margin: 0;
  padding: 0;
  background-color: white;
}

.formBox fieldset {
  border: 1px solid #9b9b9b;
  border-right: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
  border: 0;
}

.Header-search .boxSelect {
  display: none;
  position: absolute;
  width: 160px;
  height: 42px;
  padding-left: 20px;
}

@media(min-width:991px) {
  .Header-search .formBox .text, input#ordersearchbox {
    /* padding-left: 200px!important; */
  }

  .Header-search .boxSelect {
    display: block;
    text-transform: uppercase;
    font-size: 13px!important;
  }
}
.my-account #all-order {
    padding-top: 15px;
    padding-bottom: 15px;
}
.my-account #all-order a {
    color: #000 !important;
    font-size: 16px;
    text-decoration: underline;
}
@media(max-width:990px) {
  .Header-search .formBox .text, input#ordersearchbox {
    width: 90%;
  }

  .a-c_results {
    display: block;
    z-index: 1033;
    position: absolute;
    top: 42px!important;
    width: 100%;
    height: auto;
    padding: 0;
    padding-left: 0!important;
    border-top: 0;
    color: black;
    background-color: white;
  }

  .Header-search .boxSelect {
    display: block;
    width: 35px;
    text-transform: uppercase;
    font-size: 0!important;
  }

  .Header-search .fake-box span {
    display: inline-block;
    width: 30px!important;
    padding-right: 20px;
    border-right: 1px solid #9b9b9b;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 42px;
    white-space: nowrap;
  }
}

.Header-search .boxSelect a {
  cursor: pointer;
}

.Header-search .fake-box span {
  display: inline-block;
  width: 160px;
  padding-right: 20px;
  border-right: 1px solid #9b9b9b;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 42px;
  white-space: nowrap;
}

.Header-search .fake-box a {
  color: #9b9b9b;
}

.Header-search .fake-box span:after {
  content: "\f107";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: auto;
  text-decoration: inherit;
  text-transform: none;
  font-family: "FontAwesome";
  font-size: 26px;
  font-style: normal;
  font-weight: normal;
  line-height: 38px;
  speak: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.Header-search .fake-box.on span:after {
  content: "\f106";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: auto;
  text-decoration: inherit;
  text-transform: none;
  font-family: "FontAwesome";
  font-size: 26px;
  font-style: normal;
  font-weight: normal;
  line-height: 38px;
  speak: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.Header-search .fake-box .contain {
  display: none;
  z-index: 3000;
  top: 41px!important;
  left: -21px;
  width: 181px;
  padding-left: 0;
  border-top: 1px solid #9b9b9b;
  border-left: 1px solid #d8d8d8;
  font-size: 13px!important;
  color: #333333;
  background-color: #d8d8d8;
}

.Header-search .fake-box .contain li {
  float: left;
  position: relative;
  width: 100%;
  padding-left: 12px;
  border: 1px solid #d8d8d8;
  border-top-width: 0;
  border-left-width: 0;
  line-height: 40px;
  list-style: none;
  background: white;
}

.Header-search .fake-box .contain li.hovered,
.Header-search .fake-box .contain li:hover {
  background: #f2f2f2;
  cursor: pointer;
}



.Header-search .formBox .text, input#ordersearchbox {
  padding: 0.4em 39px 0.4em 1.25em;
  padding-left: 10px;
  background: -moz-linear-gradient(center top , #FFF, #FFFFFF) repeat scroll 0 0 transparent;
  font-style: italic;
  font-size: 17px;
}

@media(max-width: 775px) {
	  .Header {
    /* margin-bottom: 70px; */
  }
  .Header .Header-search {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    position: relative;
  }
  .formBox {
    position: relative;
    margin-top: 8px;
    margin-bottom: 5px;
}

  .Header .tab-header > .tab-top {
    /* width: 30px!important; */
    padding-right: 0;
    padding-left: 0;
    float: right;
    height: 0;
    top: -12px;
    right: 12px;
}

}

@media(max-width: 765px) {
	  .Header {
    margin-bottom: 70px;
  }
  .Header .Header-search {
    position: absolute;
    top: 77px;
    right: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
  }

  .Header .tab-header > .tab-top {
    /* width: 30px!important; */
    padding-right: 0;
    padding-left: 0;
    float: right;
    height: 0;
    top: -12px;
    right: 12px;
}
.Header  .Header-tabs {
    float: right!important;
    width: 50%;
  }
}

.formBox .text {
}

.formBox .text {
  width: 90%;
  height: 41px;
  padding: 1.16667em 1.66667em;
  border: 0;
  font-size: 1em;
  color: #9b9b9b;
}

.formBox input {
  display: inline-block;
  vertical-align: middle;
  outline: 0;
}

.formBox input {
  display: inline-block;
  border: 0 solid #DEDEDF;
  vertical-align: middle;
  outline: 0;
}

.icon {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.Header-search .c-header-inputClear, .my-account i#clearButton {
  position: absolute;
  top: 2px;
  right: 15px;
  padding: 8px;
  font-size: 22px;
  color: #d8d8d8;
  transition: all .5s;
  cursor: pointer;
}

.Header-search .c-header-inputClear.on, .my-account i#clearButton.on {
  right: 64px;
  color: #d8d8d8;
  background-color: #fff;
}


.Header .btSubmit, button#ordersearch_button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 4em;
  padding: 0;
  border: 0;
  border-left: 1px solid #9b9b9b;
  color: #9b9b9b;
  background: #ffffff;
  border-right: 1px solid #9b9b9b;
}

.Header .btSubmit.on, button#ordersearch_button.on {
  color: #ffffff;
  background: #f37948;
  border-left: 1px solid #f37948;  

}

.Header .btSubmit.on i:before, button#ordersearch_button.on i:before {
  color: #ffffff;
}

.Header .btSubmit i, button#ordersearch_button i {
  font-size: 27px;
}


.Header .Header-tabs {
    float: left;
    margin-top: 9px;
    padding-right: 0;
    padding-left: 0;
    font-size: 12px!important;
    color: #7e7e7e;
}

.Header .tab-header {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


.Header .tab-header > .tab-top {
    width: 50px;
    padding-right: 0;
    padding-left: 0;
    float: right;
}

.tab-header > .tab-top>a, .tab-header>.tab-top>div>a {
    display: block;
    position: relative;
    width: 100%;
    height: 55px;
    padding: 14px 0  0 0;
    /* overflow: hidden; */
    text-align: right;
    text-decoration: none;
    font-weight: bold;
    line-height: 32px;
    color: #232323;
}

.header-bloc-title-container {
    display: table;
    width: calc(100% - 70px);
    height: 33px;
    table-layout: fixed;
    text-align: left;
    line-height: 28px;
    text-transform: uppercase;
}
.header-bloc-title-container > .header-bloc-title {
    display: table-cell;
    line-height: normal;
    vertical-align: middle;
}
.tab-header > .tab-top>a .tab-txt, .tab-header>.tab-top>div>a .tab-txt {
    display: block;
    position: relative;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    line-height: 15px;
    white-space: nowrap;
    color: #7e7e7e;
    opacity: 1;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    overflow-wrap: break-word;
    font-weight: 500;
}
.tab-header > .tab-top .CartCount {
    position: absolute;
    top: 6px;
    left: 23px;
    width: 22px;
    height: 22px;
    padding: 0;
    border-radius: 50%;
    text-align: center;
    font-size: .846154em;
    line-height: 22px;
    color: white!important;
    background: #f27a47;
}

.tab-header > .tab-top .panier_off {
display :none;
}


.tab-top  a:before {
    content: "";
    display: block;
    float: left;
    width: 34px;
    height: 30px;
    margin: 0 12px 0 0;
    border-radius: 50%;
    background-size: contain;
}

.tab-top a.account:before {
    font-size: 28px!important;
    content: "\e91b";
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    color: #999999;
}

.tab-top a.cart:before {
    font-size: 28px!important;
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    color: #999999;
    content: "\e91a";
}

.tab-top a.wishlist:before {
    font-size: 28px!important;
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    color: #999999;
    content: "\002661";
}

/*new_nav*/

.Sidebar-toggler {
  display: none;
  z-index: 100;
  float: left;
  position: relative;
  width: 60px;
  height: 60px;
  padding: 0px 20px;
  border-right: 1px solid #d8d8d8;
}

.Sidebar-toggler.active {
  border-right: 0 solid #d8d8d8;
  color: #fff;
  background-color: #f27a47;
}

.Sidebar-toggler.active .burger span {
  background: #ffffff;
}

.Sidebar-toggler.active .burger span {
  background: #ffffff;
}

.Sidebar-toggler.active .burger .burger1 {
  top: 6px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.Sidebar-toggler.active .burger .burger2 {
  top: 6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.Sidebar-toggler.active .burger .burger4 {
  display: none;
}

@media(max-width: 770px) {
  .Sidebar-toggler {
    display: inline-block;
  }
}

.burger {
  float: left;
  position: relative;
  width: 20px;
  height: 25px;
  margin-top: 23px;
  margin-right: 10px;
  outline: 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  -webkit-transform: translateZ(0) rotate(0);
  -moz-transform: translateZ(0) rotate(0);
  -ms-transform: translateZ(0) rotate(0);
  -o-transform: translateZ(0) rotate(0);
  transform: translateZ(0) rotate(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
  cursor: pointer;
  -ms-perspective: 1000;
}

.burger span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  opacity: 1;
  background: #323232;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transform: translateZ(0) rotate(0);
  -moz-transform: translateZ(0) rotate(0);
  -ms-transform: translateZ(0) rotate(0);
  -o-transform: translateZ(0) rotate(0);
  transform: translateZ(0) rotate(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
  filter: alpha(opacity=100);
  -ms-perspective: 1000;
}

.burger .burger2,
.burger3 {
  top: 6px;
}

.burger .burger4 {
  top: 12px;
}

/* ============================================ *
 * MENU
 * ============================================ */

 .menu_v2 {
  border-bottom: 1px solid #d1d1d1;
}

.nav_menu2 {
  height: 50px;
  font-weight: 400;
}

@media(max-width: 765px) {
 .page  .menu_v2 {
    display: none;
    position: absolute;
    width: 100%;
    margin-top: -70px;
  }
}

@media(max-width: 770px) {
  .menu_v2 {
    display: none;
    position: absolute;
    width: 100%;
    margin-top: 0;
  }
}

@media(min-width: 769px) {
  .menu_v2 {
    margin-top: 0px;
  }
}

@media(max-width:700px) {
  .block_resp_mega_menu .faopen:before {
    content: '\f107';
    font-family: "FontAwesome";
    font-size: 32px!important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }

  .block_resp_mega_menu .open .faopen:before {
    content: '\f106';
    font-family: "FontAwesome";
    font-size: 32px!important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }

  .block_resp_mega_menu span {
    position: absolute;
    right: 22px;
    margin-top: -9px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }

  .Header-search {
    position: absolute;
    top: 97px;
    right: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
  }

  .Header-tabs {
    float: right;
    width: 91%;
  }

  .header-bloc-title-container {
    display: none;
  }


}

.ul_menu {
  margin-bottom: 0;
  text-align: center;
  padding-left: 0px;
}


@media(max-width: 770px) {
  .ul_menu {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-right: 0;
    padding-left: 0;
  }

   .li_menu .a_menu.active:after {
  display:none;
  }

  .ul_menu .li_menu {
    display: inline;
    width: 100%;
    height: 60px;
    margin-top: 0;
  }

  .ul_menu .li_menu .a_menu {
    display: block;
    width: 100%;
    height: 58px;
    padding: 10px;
    border-bottom: 1px solid #d2d2d2;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    line-height: 45px;
    background-color: #fff;
    background-image: url('../images/pic_plus.png');
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-size: 21px;
    padding-left: 31px;
  }

  .ul_menu .li_menu .a_menu.active {
    display: block;
    width: 100%;
    height: 58px;
    padding: 10px;
    border-bottom: 1px solid #d2d2d2;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    background-color: #fff;
    background-image: url(../images/pic_moin.png);
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-size: 21px;
  }

  .ul_menu .li_menu .a_menu span {
    display: inline-block;
    position: absolute;
    right: 25px;
    width: 30px;
    height: 3px;
    margin-top: 17px;
    background: #1794ed;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }

.nav_contante {
    z-index: 1000;
    position: relative;
    background-color: transparent;
}


  .ul_menu .li_menu .a_menu span:before {
    top: -8px;
    transform: rotate(90deg) translate(8px, 0px);
  }

  .ul_menu .li_menu .a_menu.open span:before {
    background: transparent;
    transform: rotate(90deg) translate(8px, 0px);
    transform: rotate(90deg) translate(8px, 0px);
  }

  .li_menu .hrsub.active {
    position: relative;
    top: 0;
    width: 100%;
    margin-top: 0;
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
    border-top: 0 solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    background-color: #f9f9f9;
  }

  .block_resp_mega_menu h4 {
    font-size: 20px;
  }

  .block_resp_mega_menu li {
    text-transform: capitalize;
    font-size: 16px;
  }

  .hrsub-inner-right {
    display: none;
  }

  .div_txt_menu {
    float: left;
    margin-left: 11px;
    padding-top: 0;
  }
}

.li_menu {
  display: inline-block;
  -webkit-justify-content: center;
  justify-content: center;
  height: 50px;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.a_menu {
  display: inline-block;
  height: 50px;
  text-decoration: none;
  color: #333333;
  line-height: 52px;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
}

@media screen and (min-width:1157px) {
    .a_menu {
        padding-right: 3.5em;
        padding-left: 3.5em;
    }
}
@media screen and (max-width:1157px) and (min-width:989px) {
    .a_menu {
        padding-right: 2.5em;
        padding-left: 2.5em;
    }
}
@media screen and (max-width:989px) and (min-width:821px) {
    .a_menu {
        padding-right: 1.5em;
        padding-left: 1.5em;
    }
}
@media screen and (max-width:821px) and (min-width:771px) {
    .a_menu {
        padding-right: 1em;
        padding-left: 1em;
    }
}

.li_menu .a_menu.active {
  height: 51px;
  background-color: #f1f1f1;
  border-bottom: 1px solid #d1d1d1;
}

.li_menu .a_menu.active:after {
  z-index: 1000;
  position: absolute;
  height: 10px;
  background-image: url(../images/menu_actif.png);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  bottom: -1px;
  width: 100%;
  left: 0em;
}

.hrsub {
  display: none;
  z-index: 999;
  position: absolute;
  left: 0;
  height: 150px;
  margin-top: -6px;
  background-color: #fff;
}

.hrsub.active {
  display: table;
  position: absolute;
  width: 100%;
  margin-top: -1px;
  padding-top: 30px;
  padding-right: 5%;
  padding-left: 5%;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  background-color: #ffffff;
  min-height: 340px;
}

.hrsub .hrsub-inner {
  display: inline-block;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.hrsub-inner-right {
  /* max-width: 1175px; */

  height: 150px;
  background-color: #929292;
}

@media(min-width:701px) {
.w-col.w-col-3 {
  width: 25%;
  min-height: 150px;
}
}

@media(max-width:700px) {
  .w-col.w-col-3 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .list_link_mega_menu {
  }
}

.w-col {
  float: left;
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  min-height: 1px;
}

.block_resp_mega_menu {
  display: inline-block;
  float: left;
  clear: left;
  width: 100%;
  margin-bottom: 30px;
  max-width: 1175px;
}

.titre_cat_mega_menu {
  display: inline-block;
  float: left;
  width: 100%;
  margin-top: 0;
  border-bottom: 1px solid #73b8ff;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
   font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #73b8ff;
}

.titre_cat_mega_menu a {
  color: #73b8ff;
}

.titre_cat_mega_menu a:hover {
  border-bottom-color: #73b8ff;
  color: #006fb7;
}

.titre_cat_mega_menu.menu_orange {
  border-bottom: 1px solid #f1a600;
  color: #f1a600;
}

.titre_cat_mega_menu.menu_orange a {
  color: #f1a600;
}

.list_link_mega_menu {
  float: left;
  width: 100%;
  padding-left: 0;
  text-align: left;
  list-style: none;
}

.list_link_mega_menu .sup {
  text-transform: capitalize;
  color: #999999;
}

.list_link_mega_menu li:first-child{
    margin-top: 0px;

}

.list_link_mega_menu .menu_orange, .list_link_mega_menu .menu_bleu{
    margin-top: 10px;
    margin-bottom: 5px;

}

.list_link_mega_menu .menu_orange a {
    border-bottom: 1px solid #f1a600;
    color: #f1a600;
    display: inline-block;
    float: left;
    font-size: 18px;
    font-weight: 00;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 10px;
    font-family: 'Roboto Condensed', sans-serif;
}
.list_link_mega_menu .menu_orange a:hover {
    border-bottom: 1px solid #ff7800;
    color: #ff7800!important;
    font-weight: 400!important;
}
.list_link_mega_menu .menu_bleu a{
    border-bottom: 1px solid #73b8ff;
    color: #73b8ff;
    display: inline-block;
    float: left;
     font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 10px;
}

.list_link_mega_menu .menu_bleu a:hover{
    border-bottom: 1px solid #006fb7;
    color: #006fb7;
    /* font-weight: 600; */
}

.menu_niv1 a{
    font-size: 13px;
    text-transform: none;
    color: #434343;
    font-family: 'Roboto Condensed', sans-serif;
}
.menu_niv1 a:hover{
    font-weight: 600;
}
.menu_niv2 a{
    font-size: 13px;
    color: #999999;
    text-transform: none;
}
.menu_niv2 a:hover{
    font-weight: 600;
}

.img_mmenu{
    max-width: 200px;
    /*max-height: 150px;*/
}

.block_resp_mega_menu{
    margin-bottom: 10px;
}

.page .a_menu {
    position: relative;
}

.page,
.page a {
  /*position: relative;*/
}
.page.a_menu{
  position: relative;
}
.page .a_menu .fa-plus{
  position: absolute;
  display: inline-block!important;
  right: 30px;
  top: 10px;
  font-size: 40px;
  font-weight: 300;
  color:  #f27a47;
  z-index: 9999;
}

@media (min-width: 769px) {
        .page .a_menu .fa-plus{
            display: none!important;
        }
        .page .nav_menu2 .fa-moins{
            display: none!important;
        }
    }


@media (max-width: 768px) {
        .page .nav_menu2 .fa-moins{
          display: inline-block!important;
        }
    }
.page .a_menu .fa-plus:before {
  z-index: 9999;
  content: "\002b";
}
.page .a_menu .fa-moins{
  position: absolute;
  display: inline-block!important;
  right: 30px;
  top: 5px;
  font-size: 40px;
  font-weight: 300;
  color:  #f27a47;
}
.page .a_menu .fa-moins:before {
  content: "\2212";
  z-index: 9999;
}

.pagea.align_brn {
  line-height: 25px;
}

@media (max-width: 768px)

.li_menu .hrsub.active {
    position: relative;
    top: 0;
    width: 100%;
    margin-top: 0;
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
    border-top: 0 solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    background-color: #f9f9f9;
}
}

@media screen and (max-width:1540px) and (min-width:392px) {
  .a_menu {
    padding-right: 2em!important;
    padding-left: 2em!important;
  }
}

/* ============================================ *
 * FOOTER
 * ============================================ */

 #footer-container-id{
  background-color: #fff;
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  margin-top:40px;
}

 .mc-warranty {
    margin-bottom: 0px;
    padding-left: 0px;
    text-align: center;
    background: #f2f2f1;
}

 /*barre des picto*/
.picto{
  padding-top: 30px;
  padding-bottom: 30px;
  height: 187px;
  width: auto;
  text-align: center;
  margin: auto;
}

@media (max-width: 767px) {
.picto{

  height: auto;

}

}

.picto img{
  padding: 10px;
  height: 70px;
  display: inline-block;
}

.picto div{
  height: auto;
}



.border-right{
  border-right: 1px solid #d1d1d1;
}

/*gestion du texte et des couleurs*/
.txt_picto{
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    font-family: 'Roboto Condensed', sans-serif;
}

.title_frais {
    font-size: 28px;
    text-align: center;
    margin-top: 15px !important;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
.subtitle_frais {
    font-size: 20px;
    color: #4b4b4b;
    margin-top: -7px;
}
.picto_frais {
    padding-bottom: 10px;
    height: auto;
    width: auto;
    text-align: center;
    margin: auto;
    display: inline-block;
    margin-bottom: 15px;
}
.picto_frais img {
    display: inline-block;
    height: 60px;
    padding: 10px;
}
.txt_title_frais {
    font-size: 20px;
}
.frais_color_back {
    background-color: #f3f3f2;
}
.txt_frais {
    font-size: 18px;
}
.list_frais {
    padding-bottom: 10px;
}
.note_frais {
    display: inline-block;
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
}
.txt_picto_frais.padding_frais {
	font-size: 12px;
}
.padding_frais {
    padding: 15px;
    padding-top: 5px;
    padding-bottom: 0;
}
.padding_frais img {
    float: left;
    margin-right: 15px;
    margin-bottom: 4px;
    margin-top: 10px;
    max-width: 80px;
}
#frais_mention_legales {
    display: inline-block;
    color: #7e7e7e;
    font-size: 12px;
}
#simple, #securise, #rapide {
    max-height: 140px;
}
#subtitle_sans_frais {
	font-size: 26px;
	margin-bottom: 0 !important;
}
.popup_link_aide {
    padding: 15px;
}
.popup_link_aide h2 {
    font-size: 25px;
    text-transform: uppercase;
}
#msg_logpop-link-contact {
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #333;
}
@media (min-width: 767px) {
    #all_offre_frais {
        display: flex;
        padding: 20px;
    }
}
@media (max-width: 767px){
	.title_frais {
		margin-bottom: 15px !important;
	}
	#simple, #securise, #rapide {
	    max-height: initial !important;
	}
	.note_frais {
		margin-top: -10px;
	}
	.pop_up_sans_frais {
		margin-top: 30px !important;
	}
    #img_txt_frais {
        display: flex;
    }
    #opt_frais {
        margin: auto;
    }
    #opt_frais img, #opt_frais div {
        display: inline-block;
    }
	.padding_frais img {
		max-width: 100px;
	}
	#offre_frais_img img {
    	height: 110px !important;
    	margin-right: auto !important;
	}
	li.list_frais.txt_frais.blue_txt {
    	font-size: 15px !important;
    	font-weight: bold;
	}
	#title_offre_frais, #offre_frais {
		margin-bottom: 15px !important;
	}
	.txt_title_frais {
    	font-size: 28px;
	}
	.picto_frais .txt_picto_frais {
		font-size: 20px;
	}
	.txt_frais b {
    	font-weight: normal;
	}
	#simple, #securise, #rapide {
    	padding-top: 30px;
	}
	#securise, #rapide {
    	padding-right: 20px;
    	padding-left: 20px;
	}
	#simple img, #securise img, #rapide img {
    	margin-top: -20px;
	}
}
@media (max-width: 500px){
	#retour_ligne {
		display: block;
	}
}
#title_offre_frais {
    margin: auto;
}
#offre_frais {
    display: flex;
}
#offre_frais_img {
    margin: auto;
}
#offre_frais_img img {
    height: 120px;
    margin-right: 10px;
}
#all_list_frais {
    margin: auto;
}
.prix_sans_frais {
	text-decoration: underline;
}
.pop_up_sans_frais p {
    line-height: normal;
}

.color1{
  color: #333;
}

.color2{
  color: #434343;
}

.blue_txt{
  color: #f37a48;
  margin-top: -8px;
}

.footer_bas{
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: left;
}

/*newsletter*/
.newsletter{
  margin-right: 60px;
  margin-top: 13px;
  padding-right: 30px;
}

@media (max-width: 767px){

.newsletter{
  margin-right: 0px;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0;
}
.footer_bas .validation-advice {
  margin-left: 27px;
  margin-bottom: 10px;
  margin-top: 0px;
}
}

.title_newsletter{
    color: #434343;
    font-size: 18px;
}

.subtitle_newsletter{
  font-weight: 400;
  color: #999;
  font-size: 12px;
}

.input_newsletter{
  color: #7e7e7e;
  font-size: 13px;
  border-color: #d1d1d1;
}

.form_newsletter .btn_form_newsletter{
  background-color: #d1d1d1;
  border-color: #d1d1d1;
  cursor:  pointer;
  width: 59px;
  border-radius: 0px 4px 4px 0px!important;
}

.btn_form_newsletter:hover{
  background-color: #f37a48;
}

.btn_form_newsletter span{
  color: #fff;
  border-color: #d1d1d1;
}

.newsletter .input-group {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 5px;
}

.newsletter .input-group.input {
    width: 90%;
    margin-top: 10px;
    margin-bottom: 0;
}

.newsletter .input-group input[type="email"]{
  border-color: #d1d1d1;
  box-shadow: none;
  color: #7e7e7e;
}
.RS div, .RS img{
  display: inline-block;
  vertical-align: middle;
}

.RS img{
  height: 25px;

}

.error {
  border-color: red!important;
}

.txt_error{
  color: red;
  font-size: 13px;
  margin-top: -18px;
  padding-bottom: 15px;
}

.txt_validate{
  font-size: 13px;
  color: green;
  margin-top: -17px;
  padding-bottom: 15px;
}

.txt_validate i{
  color: green;
  padding-right: 5px;
}

.RS_txt{
    color: #434343;
    font-size: 18px;
    padding-right: 10px;
}

/*copyright*/
.copyright {
  color: #434343;
  font-size: 12px;
  padding-bottom: 25px;
  padding-top: 40px;
  padding-left: 16px;
}

/*colonnes*/
.title_col{
  font-weight: 700;
  color: #434343;
  text-transform: uppercase;
  font-size: 11px;
  margin-top: 15px;
  text-align: left;
}

.col_footer a{
  display: block;
  font-size: 11px;
  color: #434343;
  text-align: left;
}

.col_footer span{
width: 100%;
float: left;
font-size: 11px;
}

.col_footer a{
  display: block;
  font-size: 11px;
  color: #434343;
  text-align: left;
}


.col_footer a:hover{
  color: #f27947;
}


.col_footer{
  margin-right: 0;
}

.col_footer .none{
  margin: none;
}


html.w-mod-touch * {
  background-attachment: scroll;
}

.scolltotop {
  background-color: rgba(0, 0, 0, 0.32);
  bottom: 25px;
  float: right;
  height: 35px;
  position: fixed;
  right: 25px;
  width: 35px;
  z-index: 999;
}

.w-button {
  border: 0 none;
  border-radius: 0;
  color: white;
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  text-decoration: none;
}

.scolltotop span {
  color: #fff;
  text-align: center;
}

.RS{
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 0;
}


@media (max-width: 992px){
    .txt_picto{
        font-size: 12px;
    }
}
@media (max-width: 767px){
  .newsletter{
    background-color: #f1f1f1;
    padding-top: 13px;
  }

    .form_newsletter {
        padding: 13px;
        background-color: #f1f1f1;
        border-bottom: 1px solid #d1d1d1;
    }

  .title_newsletter{
    font-size: 20px;
  }

    .newsletter .input-group {
        width: 90%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .newsletter .input-group.input {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

  .newsletter .input-group input[type="text"]{
   height: 51px;
   font-size: 15px;
   font-style: italic;
  }

  .txt_picto p{
    margin: 0 0 0;
  }

  .RS{
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 10px;
  }

  .border-right{
    border-bottom: 1px solid #d1d1d1;
    border-right: none;
  }

  .picto{
    background-color: #f1f1f1;
    display: inline-block;
    padding: 5px;
    text-align: left;
    vertical-align: middle;
    height: auto;
    width: 100%;
  }

.picto div  .txt_picto p {
    margin: 0 0 0;
}

  .RS_txt{
    font-size: 18px;
  }

  .RS div, .RS img {
    display: inline-block;
    vertical-align: none;
  }

  .RS img{
    height: 40px;

  }

  .col_footer {
    padding-top: 40px;
    position: relative;
  }

  .copyright div{
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .picto div{
    font-size: 15px;
  }
.picto .txt_picto{
       background-color: #f1f1f1;
    display: inline-block;
    padding: 5px;
    text-align: left;
    vertical-align: middle;
    height: auto;
}

.picto div {
    height: auto;
    padding-bottom: 10px;
    padding-top: 10px;
}

}

/*pop up cookies*/
.cookies{
  border: 1px solid #d1d1d1;
  bottom: 25px;
  right: 25px;
  padding: 25px;
  width: 444px;
  height: auto;
  z-index: 9999;
  background-color: #fff;
  position: fixed;

}

.blue_title_cookies{
  color: #73B8FF;
  text-transform: uppercase;
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 25px;
}

.txt_cookies{
}

.more{
  text-align: center;
}
.more button{
  background-color: #73b8ff;
  border-radius: 0;
  color: #fff;
  margin-top: 25px;
  text-transform: uppercase;
}

.close_btn{
  position: absolute;
  right: 16px;
  top: 5px;
}

.close_btn a{
  color: #999;
  font-size: 20px;
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
 }


 @media (max-width: 1141px) {
     .col_footer {
         margin-right: 0;
     }
     .col_footer.left {
         padding-left: 30px;
     }
 }

/* ============================================ *
 * Bandeau sunline
 * ============================================ */

.nav-subline {
    display: inline-block;
    width: 100%;
    height: 30px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    text-align: center;
}



 @media (max-width: 765px) {
 .main-container .container 	.widget-static-block {
     margin-top: 0px!important;
}
.page .nav-subline {
     margin-top: 24px;
}
.container .std {
     margin-top: 20px!important;
}
 }

  @media (max-width: 770px) {
 .main-container 	.widget-static-block {
     margin-top: -20px!important;
}
.std {
     margin-top: 30px!important;
}
.page .nav-subline {
     margin-top: 24px;
}
 }

.nav-subline-span {
  position: relative;
  top: 10px;
  width: 100%;
  height: 2px;
  margin-top: 6px;
  background-color: #d1d1d1;
  font-family: Roboto, sans-serif;
  font-size: 54px;
  font-weight: 300;
  margin-left: 0;
}

.nav-subline-text {
  display: inline-block;
  height: 12px;
  background-color: #fff;
  font-family: 'Dosis', sans-serif;
  font-size: 2em;
  line-height: 25px;
  font-weight: 300;
  text-transform: uppercase;
}

.nav-subline-text-span {
  position: relative;
  display: block;
  margin-top: -6px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #fff;
  color: #333333;
  margin-left: 0;
}


/* ============================================ *
 * SLIDER
 * ============================================ */

@media (max-width:991px){

.slider-en-ce-moment .owl-item a  {
    height: 0!important;
    padding-bottom: 39%;
}
}

.slider-en-ce-moment .owl-item a {
     display: block;
    height: 350px;
    width: 100%;
}

.slider-en-ce-moment .owl-item div {
    height: auto!important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

.slider-en-ce-moment .owl-item img {
    height: auto;
    max-height: 274px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
}

.owl-carousel .owl-item>div {
    display: table-cell;
    vertical-align: middle;
}

.owl-carousel .owl-item {
    float: left;
    display: table;
}

.tops-des-vente  .owl-carousel .owl-item img {
    display: inline-block;
    width: inherit;
}


.slider-en-ce-moment  .owl-nav div {
  top: 38%;
  margin-top: -16px;
  background: rgba(255, 255, 255, 0)!important;
  font-size: 50px;

}

.owl-nav .owl-next {
  background-position: -30px 0;
  right: 1px;
}

.owl-nav .owl-prev {
  background-position: 0 0;
  left: 1px;
  color: #9b9b9b;
  position: absolute;
}

.owl-nav span {
  color: #ffffff;
  text-align: center;
}

.owl-nav div {
  position: absolute;
  top: 45%;
  /* text-indent: -9999px; */
  width: 32px;
  height: 32px;
  outline: 0;
  border: 0px solid #fff;
  background-repeat: no-repeat;
  background-color: #7e7e7e;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}


.slider-en-ce-moment .owl-theme .owl-nav {
  margin-top: 0px;
}


.slider-en-ce-moment .owl-theme .owl-nav i {
  margin-top: 0px;
}

.slider-en-ce-moment .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 54px;
    margin: 15px;
    padding: 4px 7px;
    background: rgba(214, 214, 214, 0);
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    margin-top: 0px;
}

/* ============================================ *
 * ZONE KISKERS PRODUITS HOME
 * ============================================ */
.slider-produit .owl-theme .owl-nav [class*=owl-] {
    color: #000;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #ffffff;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    border: 1px solid #d1d1d1;
    bottom: 0;
    text-align: center;
    position: relative;
}


.slider-produit .owl-theme .owl-nav [class*=owl-]:hover {
    background: #ffffff;
    color: #000;
    text-decoration: none;
}

.slider-produit .owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.slider-produit .owl-carousel .owl-item img {
   width: auto;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #333333!important;
}
/* ============================================ *
 * SEPERATEUR UNIVERS
 * ============================================ */
.section_container {
  /* width: 940px; */
  margin-right: auto;
  margin-left: auto;
}

.marges-off-mob {

padding-left: 0;
}


/* ============================================ *
 * ZONE KISKERS IMAGES
 * ============================================ */

.container_kikers_home .container{width:1000px;}

@media (max-width: 992px){
.container_kikers_home .container{width:100%;}
}

.container_kikers_home img{
width:100%;
margin-bottom:30px;
}

/* ============================================ *
 * ZONE KISKERS PRODUITS
 * ============================================ */


.products-grid>li:nth-child(3n+1) {
   clear: left;
}

@media (max-width: 992px){
 .products-grid>li:nth-child(3n+1) {
   clear: none;
}
}

.thumbnail-item {
    position: relative;
    margin-bottom: 5px;
    padding: 5px 0 5px;
    border: 0 solid #d8d8d8;
    border-left: 0;
    text-align: left;
    font-weight: 200;
    white-space: normal;
    box-shadow: none;
    cursor: default;
    font-family: 'Roboto Condensed',sans-serif;
    margin-bottom: 40px;
}

.thumbnail-btnCart {
    margin: auto;
    border-radius: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 25px;
    color: white;
    width: 150px;
}

.thumbnail-btnIndispo {
    margin: auto;
    border-radius: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 25px;
    color: white;
    width: 150px;
}

.thumbnail-btn.thumbnail-btnIndispo {
    background: #cecece;
}

.thumbnail-btn {
    z-index: 10;
    height: 27px;
    border: none;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    color: white;
    background: #f27a47;
    cursor: pointer;
    float: left;
    width:100%;
}



@media (max-width: 991px){
.thumbnail-btn {
     display: block!important;
}
}


.thumbnail-imgWrap {
    position: relative;
    margin: 0 0 15px;
    text-align: center;
    height: 210px;
}

.thumbnail-titleLink {
    color: #000000;
}

.action__text {
    font-size: 12px;
    margin-right: 10px;
    font-weight: normal;
    font-family: 'Roboto',sans-serif!important;
}

.thumbnail-zone-btn .thumbnail-btnCart {
    display: block;
    flex-direction: row;
}

.thumbnail-zone-btn .thumbnail-btnCart span, .thumbnail-zone-btn .thumbnail-btnCart i {
    margin-top: auto;
    margin-bottom: auto;
}

.ProductPromo-item {
    position: sticky;
}

.ProductPromo-item {
    margin-bottom: 0px;
    height: 21px;
    display: inline-block;
    float: left;
    padding-top: 4px;
    margin-left: -8px;
}

.thumbnail-desc {
    position: relative;
    height: 35px;
    overflow: hidden;
    margin-bottom: 5px;
}

.page404 .thumbnail-desc {
    position: relative;
    height: 40px;
    margin-bottom: 5px;
    overflow: visible;
}

.thumbnail-title {
    display: inline-block;
    overflow: hidden;
    font-weight: normal;
}

.thumbnail-title p {
 
margin-bottom: 0;
}

.thumbnail-title a {
    font-size: 16px;
    line-height: 1;
}

.thumbnail-title {
    height: 40px;
}

.page404 .thumbnail-title {
    height: 43px;
}

.thumbnail-sub {
    display: block;
    width: 100%;
    height: 80px;
    margin: 0 0;
    overflow: hidden;
    font-size: 14px;
    color: #888888;
}

/*.stimuliOPC {display: -ms-flexbox;display: -webkit-flex;display: flex;position: relative;align-items: center;width: 65px;height: 65px;margin-bottom: 5px;border-radius: 60px;line-height: 50px;color: #fff;background-color: #5db8ff;}
*/
.stimuliOPC2 {display: -webkit-box;display: -ms-flexbox;-webkit-justify-content: center;justify-content: center;width: 65px;height: 13px;margin: auto;transform: translateY(-50%);-webkit-box-pack: center;-ms-flex-pack: center;}
.stimuliOPC2 span {font-weight: 700;}
.stimuliOPC {display: flex;display: -webkit-flex;display: -ms-flexbox;top: 5px;right: 14px;align-items: center;-webkit-justify-content: center;justify-content: center;width: 60px;height: 60px;border-radius: 60px;color: #fff;-webkit-box-pack: center;-ms-flex-pack: center;border: 0px solid #ffa500;background-color: #ffa500;}
.thumbnail-item .stimuliOPC {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    position: absolute;
    top: 5px;
    right: 14px;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: #fff;
    webkit-box-pack: center;
    ms-flex-pack: center;
    border: 0px solid #ffa500;
    background-color: #ffa500;
}
#wishlist-table .stimuliOPC {
    display: inline-block;
    top: 5px;
    right: 14px;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border: 0px solid #ffa500;
    background-color: #ffa500;
    float: left;
    padding-top: 23px;
}


#wishlist-table .ns-product-price {
    margin-bottom: .2em;
    font-family: Roboto,sans-serif;
    color: #000;
    font-size: 1.7em;
    font-weight: 400;
    /* float: left; */
    width: 60%;
    float: left;
    margin-top: 4px;
    text-align: left;
    padding-left: 10px;
}

#wishlist-table .ns-product-price-strikeprice {
    position: relative;
    display: inline-block;
    margin-left: .5em;
    font-family: Roboto,sans-serif;
    color: #999;
    font-size: .9em;
    font-weight: 400;
    text-decoration: line-through;
    float: left;
    padding-left: 10px;
}
.stimuliOPC1 {display: flex;display: -webkit-box;display: -ms-flexbox;-webkit-justify-content: center;justify-content: center;height: 16px;height: 26px;margin: auto;-webkit-box-pack: center;-ms-flex-pack: center;}
.owl-item .stimuliOPC .ticket {display: inline-block;width: 83px;height: 65px;margin-top: -3px;}
.owl-item .stimuliOPC .ticket img {display: block;position: relative;top: -4px;width: 75px;}


.thumbnail-price {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-right: 10px;
}

.thumbnail-priceOld {
    font-size: 14px;
    color: #777777;
    display: inline-block;
}

.thumbnail-eco {
    height: 17px;
    color: #7e7e7e;
}

.thumbnail-zone-btn {
    min-height: 30px;
    margin-top: 10px;
}

.thumbnail-imgContent {
    max-height: 229px!important;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    max-width: 100%;
    margin: 0 auto;
}

/* ============================================ *
 * ZONE KISKERS PRODUITS color picker
 * ============================================ */

  .color-list-container {
    margin-top: 15px;
}

 .color-list-container {
    margin-top: 0;
    margin-bottom: 3px;
    display: inline-block;
    width: 50%;
    height: 20px;
}

.color-list-container ul {
    list-style-type: none;
    margin: 0;
    line-height: 1;
    padding-left: 0;
}

 .color-list-container ul li+li {
    margin-left: 0px;
}

 .color-list-container ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 0px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    clear: none;
    width: auto;
    float: none;
    position: relative;
}

.color-list-container ul li>a,  .color-list-container ul li>input {
    display: block;
    height: 20px;
    width: 20px;
    cursor: pointer;
    margin: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    outline: none;
    border: 2px solid #9e9e9e;
}

.color-list-container ul li>a:hover {
    -moz-box-shadow: 0 0 0 2px #7370b4;
    -webkit-box-shadow: 0 0 0 2px #ffffff;
    box-shadow: 0 0 0 2px #ffffff;
}

/*.color-list-container li:last-child:before
{
  content: '+';
  position: absolute;
  top: -1px;
  left: 4px;
  font-size: 22px;
  color:#9e9e9e;
  transform: scaleY(0.8);
} */

/* ============================================ *
 * ZONE autocompletion
 * ============================================ */


.searchfiled {
    position: relative;
    top: 0px;
    right: 0px;
    width: 86%;
    height: 48px;
    min-width: 356px;
    float: left;
    border-style: solid;
    border-width: 2px 1px 2px 2px;
    border-color: #1794ed;
    border-radius: 4px 0px 0px 4px;
    background-color: transparent;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-size: 14px;
    font-style: italic;
    padding-right: 36px;
}

.div_autocompletion {
    position: relative;
    z-index: 999999;
    display: none;
    width: 100%;
    height: auto;
    float: left;
    background-color: transparent;
    margin-top: 1px;
}


.div_autocompletion li.liselected {
    background-color: #d8f0ff;
}

.li_autocompletion {
    display: block;
    position: relative;
    width: 100%;
    padding-left: 0;
}

.li_item_autocomp {
    display: flex;
    height: 60px;
    border-style: none solid solid;
    border-width: 1px;
    border-color: #d1d1d1;
    background-color: #fff;
    color: #999;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
}

.searchicon.autocomp {
    position: relative;
    height: 48px;
    float: right;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-width: 0px;
    background-color: transparent;
    background-image: url(../images/pic_loupe_recherche_auto.png);
    background-position: 50% 50%;
    background-size: 30px;
    background-repeat: no-repeat;
    color: #999;
}

.txt_autocomp {
    display: block;
    width: 100%;
    float: left;
    font-style: italic;
    text-align: left;
    text-transform: uppercase;
    margin: auto 5px;
}
.txt_autocomp p{
   margin: 0;
    color: #f27947!important;
}

@media (max-width: 767px){
.main-container {
    margin-top: auto;
    padding-left: 0!important;
    margin-top: 0;
}
}


/* ============================================ *
 * ZONE login
 * ============================================ */


.ProductDetails-Description {
  margin-top: 10px;
  font-size: 16px!important;
  margin-bottom: 15px;
  font-weight: lighter;
  color: #7e7e7e;
}

.ProductDetails-Description a {
  font-size: 15px;
  text-decoration: underline;
  font-style: italic;
  color: #7e7e7e;
}

.registered-users .content {
    border: 1px solid #c1c1c1;
    padding: 20px;
    height: 350px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

.fieldset_cadre {
    border: 1px solid #c1c1c1;
    padding: 20px;
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
}

.mentions {
    margin-top: 17px!important;
    margin-bottom: 18px!important;
    font-size: 12px;
    line-height: 1.2;
    color: rgb(153,153,153);
    margin-left: 10px!important;
}

.mentions_bas {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.2;
    color: rgb(153,153,153);
    position: absolute;
    bottom: 10px;
}

.texte-creation-compte {
    line-height: 1.5;
    font-size: 15px;
}


@media (max-width: 991px) {
.registered-users.col-sm-12 {
    width: 50%;
        float: left;
}
.registered-users.col-sm-12 .content {
    border: 1px solid #c1c1c1;
    padding: 20px;
    height: 340px;
    position: relative;
    /* text-align: center; */
}
}

@media (max-width: 668px) {
.registered-users.col-sm-12 {
    width: 100%;
}
.registered-users.col-sm-12 .content {
    border: 1px solid #c1c1c1;
    padding: 20px;
    height: 310px;
    position: relative;
}
.registered-users #login-form input  {
    width: 100%!important;
    margin-left: 0!important;
}
}

/* ============================================ *
 * Form List
 * ============================================ */

 form .form-instructions {
	font-size: 16px;
	color:#999999;
}

.form-instructions {
	font-size: 16px;
	color:#000000;
}

/* ============================================ *
 * FICHE PRODUITS
 * ============================================ */
.product-name {
    margin-bottom: 10px;
    color: #000;
    font-size: 30px;
}
.descriptif_produit {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 200;
}
/* ============================================ *
 * FICHE PRODUITS - zone prix
 * ============================================ */
.div-article-price {
    position: relative;
    width: 100%;
    background-color: #f8f8f8;
    padding: 20px!important;
    float: left;
}
@media (max-width: 768px)
{
.div-article-price .col-xs-6 {
    width: auto;
}}

.div-article-price div  {
    margin: auto 0!important;
}
.priceBlock-init {margin-left: 10px!important;padding-bottom: 0;}
.priceBlock-init-g strike {
  color: #818181;
}
.priceBlock {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 1;
    color: #333333;
    display: block;
    font-weight: 700;
    margin-right: 10px!important;
}

.priceBlock-init-g .stimuliOPC {
    margin: auto;
}

 .priceBlock-init .priceBlock-init-g img {
  width: 80px;
  position: relative;
}


.priceBlock-init-g .CTA_left {
}

.priceBlock-init-g .CTA_alone {
    display: inline-block;
    width: 100%;
}

.priceBlock-init-g .CTA_alone .wish-but {
  padding: 13px 0 13px 24px!important;
  position: relative;
  margin-right: 0;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 768px) {
	.priceBlock-init-g .CTA_alone .wish-but {
  padding: 13px 24px 13px 24px!important;
  position: relative;
  margin-right: 0;
  width: 100%;
}
.priceBlock-init-g .orange-w-btn i {
    display:none;
}
}


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

.priceBlock-init-g .eco_participation {
    color: #333;
    font-size: 12px;
    clear: both;
    width: 100%;
}

@media (max-width: 768px) {
.priceBlock-init-g .eco_participation {
     margin-bottom: 20px!important; 
}
}

.priceBlock-init-g .prix_sans_frais {
    color: #f37a49;
    font-size: 15px;
    line-height: 1.5;
    clear: both;
    cursor: pointer;
}

.priceBlock-init-g .SELECT_alone {
}

.priceBlock-init-g .SELECT_alone select {
  padding: 2px 0px 2px 24px!important;
}

.div-article-price .priceBlock-init .col_right {padding-left: 10px;}
@media (max-width: 768px) {.div-article-price .priceBlock-init .col_right {padding-left: 0px;margin-top: 20px!important;}}

/* ============================================ *
 * FICHE PRODUITS - zone stock
 * ============================================ */

.Product-stock-item {
  padding-top: 20px!important;
  font-size: 16px;
}

.Product-stock-item span {
  float:left;
  width: 100%;
  line-height: 1.2;
}

.addwishlist {
    display: inline-block;
    margin-top: 20px;
    width: 100%;
    text-align: right;
    padding-right: 20px;
}

/* ============================================ *
 * FICHE PRODUITS - section-pictos
 * ============================================ */

.section-pictos {
margin-top:20px;
}

.section-pictos img {
 display:inline-block;
 padding-left:5px;
}

/* ============================================ *
 * FICHE PRODUITS - table
 * ============================================ */

.greyContent {
    display: block;
    margin-bottom: 10px;
    padding: 15px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    background: #f7f7f7;
    transition: max-height ease-in-out .8s;
    margin-top: 20px;
}


.greyContent .col-xs-12 {
	padding-left: 0px;
}
.Feature-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.FAstrate-title-color {
    font-weight: 700;
}

.item_fichedetaille .order-footer-links {
 margin-bottom: 0;
 padding-left: 15px;
}

.item_fichedetaille .order-footer-links .tab-ofl-txt {
 margin-bottom: 0;
 color: #f27a47;
 border-bottom: 0px solid #f7f7f7;
}

.item_fichedetaille .order-footer-links .tab-ofl-txt:hover {
 margin-bottom: 0;
 color: #f27a47;
 border-bottom: 1px solid #f27a47;
}

.item_fichedetaille .tab-order-footer-links  a:before {
    background: url(../images/home/picto_general/pic_dl_facture.png) no-repeat;
}



/* ============================================ *
 * CHECKOUT - Etapes_panier
 * ============================================ */

 .header-checkout {
    text-align: center;
    margin: 30px 180px;
    text-transform: uppercase;
    border-bottom: 1px solid #c1c1c1;
    height: 112px;
}

@media screen and (max-width:479px) {
	 .header-checkout {
    text-align: center;
    margin: 30px 180px;
    text-transform: uppercase;
    border-bottom: 1px solid #c1c1c1;
    height: 112px;
}

.breadcrumb .breadcrumb-item .breadcrumb-title {
	display:none;
} 
}

 .etapes_panier .breadcrumb {
  display: table;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  border-radius: 0;
  table-layout: fixed;
  text-align: center;
  background-color: #ffffff;
}

.etapes_panier .breadcrumb .breadcrumb-item {
  display: table-cell;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  vertical-align: top;
}

.etapes_panier .breadcrumb .breadcrumb-step {
  display: block;
}

.etapes_panier .breadcrumb .breadcrumb-number {
  display: block;
  position: relative;
  line-height: 0;
}

.breadcrumb-counter {
  display: inline-block;
  z-index: 5;
  position: inherit;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  text-align: center;
  font-size: 13px;
  line-height: 52px;
  color: white;
  background: #d8d8d8;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.breadcrumb-step--active .breadcrumb-counter {
  background-color: #999999!important;
}

.breadcrumb-step--active .breadcrumb-number:before,
.breadcrumb-step--active .breadcrumb-number:after {
}

.breadcrumb-number:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 50%;
  height: 2px;
  border-top: 1px solid #d8d8d8;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.breadcrumb-item:first-child .breadcrumb-number:before {
  content: none;
}

.breadcrumb-number:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 2px;
  border-top: 1px solid #d8d8d8;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.breadcrumb-item:last-child .breadcrumb-number:after {
  content: none;
}

.breadcrumb-item:first-child .breadcrumb-number:before {
  content: none;
}

.etapes_panier .breadcrumb-step--active .breadcrumb-title {
  color: #989898;
}

.etapes_panier .breadcrumb-title {
  display: block;
  margin-top: .5em;
  color: #d1d1d1;
}

.etapes_panier .breadcrumb>li+li:before {
    padding: 0px;
    content: " ";
}

/* ============================================ *
 * FICHE PRODUITS - images produit
 * ============================================ */

@media (max-width: 991px){

.product-view {
    display: block;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
}}

@media (max-width: 771px){

.product-view {
    margin-top: 0;
}}

 .product-image-gallery {
	position:relative;
	height: 400px;
}

@media screen and (max-width: 771px){
 .product-image-gallery {
	position:relative;
	/* height: auto; */
	/* max-height: 250px; */
	height: auto;
	margin-bottom: 20px;
}
.product-image .product-image-gallery .gallery-image.visible {
    display: block;
    max-height: 100%;
    max-width: 100%!important;
    width: 100%;
    position: initial;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
}

.product-image-gallery .gallery-image.visible {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: auto;
    max-height: 100%;
}

.more-views {
	/* text-align: center; */
}
/* ============================================ *
 * CHECKOUT - code promo
 * ============================================ */

.promocode {
    position: relative;
    margin-bottom: 30px;
    padding: 20px 20px 10px 20px;
    min-height: 120px;
    border: 1px solid #d1d1d1;
    text-transform: uppercase;
    font-size: 16px;
}

.promocode form {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}

.promocode label {
    margin-top: 5px;
}

#codepromo {
    display: inline-block;
    float: left;
    width: 65%;
    height: 34px;
    padding: 5px 12px;
    border: 1px solid #999999;
    font-style: italic;
    vertical-align: top;
}

.apply {
    float: left;
    width: 34%;
}

.promocode .btSubmit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin-right: 0;
    padding: 0;
    max-width: 120px;
    min-width: 120px;
    border: 0;
    color: white;
    font-size: 15px;
}

/* ============================================ *
 * CHECKOUT - resumer
 * ============================================ */

.overallprice {
    float: right;
    padding: 14px 19px;
    border: 1px solid #d1d1d1;
    font-weight: lighter;
}

.overallprice .overprice_description {
    margin: 0 0 10px!important;
    line-height: 1.5;
}

.overallprice .titre_resume {
    text-align: left;
    font-size: 16px;
    line-height: 1.2;
    color: #333333;
    margin-right: 5px;
    font-weight: 400;
    margin: 0 0 5px;
}

.overallprice p {
    margin: 0 0 0px;
    color: #888888;
    font-size: 13px;
}

.finalprice {
    font-size: 14px;
    line-height: 1.2;
    color: #333333;
    padding-right: 0;
}

div.taille {
    zoom: 0.75;
}

@media (min-width: 767px)
{
.priceBlock {
    margin-bottom: 0px!important;
}}

.priceBlock .priceBlock {
    float: left!important;
    text-align: left;
    font-weight: 700;
}

.overallprice .priceBlockstrike strike {
    margin-top: 10px;
    padding: 8px 10px!important;
}

.priceBlockstrike {
    margin: 0;
    font-size: 18px;
    font-weight: 200;
    color: #818181;
    padding-top: 5px;
    clear: both;
}

.finalprice {
    font-size: 14px;
    line-height: 1.2;
    color: #333333;
    padding-right: 0;
}

.prix_resume {
    font-size: 20px;
    line-height: 1.2;
    color: rgb(0, 0, 0);
}

.slasher {
    float: left;
    width: 98%;
    height: 17px;
    margin-bottom: 17px;
    margin-left: 13px;
    border-bottom: 1px solid rgb(209,209,209);
}

strong.totalprice {
    height: 17px;
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    color: #333333;
}

/* ============================================ *
 * CHECKOUT - tabeau produit
 * ============================================ */

 #hasproduct {
    width: 100%;
    min-height: 40px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.toptitle {
    display: block;
    padding: 10px 0 10px 0;
    padding-right: 0;
    padding-left: 15px;
    font-size: 16px;
    color: #999999;
}

.ligneproduit {
    float: left;
    width: 100%;
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
}

.productelement {
    margin: auto;
    padding-right: 0;
}

#hasproduct .thumbnail-title {
    display: inline-block;
    overflow: hidden;
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 16px;
    font-weight: normal;
}

#hasproduct  .thumbnail-titleLink {
    color: #232323;
}

.productelement h5 {
    margin-top: 0;
    margin-bottom: 5px;
}

.priceBlock_responsive {
    padding: 0;
}


.priceBlock .priceBlock {
    /* float: left!important; */
    /* text-align: left; */
    /* font-weight: 500; */
}

.select-wrapper {
    display: inline-block;
    position: relative;
    width: 87px;
}

.select-wrapper:before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 0;
  right: 35px;
  width: 52px;
  height: 100%;
  border: 1px solid #999999;
  border-top: none;
  border-bottom: none;
}

.ligneproduit .btn.btn-default.dropdown-toggle {
    width: 78px;
   background: url(../images/home/picto_general/picto-chevron-filtres.svg) no-repeat 57px;
}

.btn.btn-default.dropdown-toggle {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 78px;
    height: 30px;
    padding-right: 24px;
    border: 1px solid #999999;
    border-radius: 0;
    text-align: left;
    background: url(../images/home/picto_general/picto-chevron-filtres.svg) no-repeat 57px;
    background-size: 15px;
   
}

.btn.btn-default.dropdown-toggle option {
    padding: 3px 19px;
    text-align: center;
}



.enligne {
    display: inline-block;
    vertical-align: middle;
}

.taille .priceBlock {
    margin-bottom: 0;
    font-size: 25px;

}

.center {
    width: 100%;
    margin-top: 33px;
    margin-right: 33%;
    margin-left: 33%;
    max-width: 100px;
    text-align: center;
}

/* ============================================ *
 * CHECKOUT - tabeau produit V2
 * ============================================ */

 #cart_summary {
    border-left: none;
    border-bottom: none;
    border-color: #e1e1e1;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table-bordered-top {
    border-top: 1px solid #e1e1e1;
}

table {
    background-color: transparent;
}
#cart_summary table, #cart_summary thead, #cart_summary tbody, #cart_summary th, #cart_summary td, #cart_summary tr {
    border-color: #e1e1e1;
}

#cart_summary table, #cart_summary th {
    border-color: #e1e1e1;
#cart_summary
    table, #cart_summary thead, #cart_summary tbody, #cart_summary th, #cart_summary td, #cart_summary tr {      border-color: #e1e1e1;  }
    font-size: 16px;
    color: #999999;
}

.table {
    margin-bottom: 30px;
}


.table-bordered>thead>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>tfoot>tr>td {
    border: 0px solid #e1e1e1;
}

.table > thead > tr > th {
    background: #ffffff;
    border-bottom-width: 1px;
    color: #252a33;
    vertical-align: middle;
}

@media (max-width: 767px) {
    #order-detail-content #cart_summary .cart_total{
        display: none;
    }
#order-detail-content #cart_summary thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
#order-detail-content #cart_summary tr {
    overflow: hidden;
    border-bottom: 1px solid #e1e1e1;
}
#order-detail-content #cart_summary td {
    border: none;
    position: relative;
    width: 50%;
    float: left;
    white-space: normal;
}

#order-detail-content #cart_summary td.cart_avail {
    clear: both;
}
#order-detail-content #cart_summary table, #order-detail-content #cart_summary thead, #order-detail-content #cart_summary tbody, #order-detail-content #cart_summary th, #order-detail-content #cart_summary td, #order-detail-content #cart_summary tr {
    display: block;
    text-align: left;
}
#order-detail-content #cart_summary td:before {
    content: attr(data-title);
    display: block;
}

#order-detail-content #cart_summary td.cart_unit {display: block;width: 35%;padding-left: 20px;}

#order-detail-content #cart_summary td.cart_description  {min-height: 100px;width: 65%;}

#order-detail-content #cart_summary td.cart_delete {float: right;width: 65%;}

#order-detail-content #cart_summary td.cart_quantity .attribute_list {max-width: 70px;}

#order-detail-content #cart_summary td.cart_quantity  {width: 35%;float: left;clear: both;padding-left: 20px;padding-bottom: 20px;}

#order-detail-content #cart_summary td.cart_delivery {width: 65%;float: right;}

#order-detail-content #cart_summary tbody td.cart_product {padding: 0px;padding-left: 20px;width: 35%;margin-top: 12px;}
#order-detail-content #cart_summary tbody td.cart_product img {max-height: 80px!important;/* max-height: 150px!important; */}
}

#cart_summary tbody td.cart_product {
    padding: 19px;
    width: 137px;
}

#cart_summary tbody td.cart_product img {
    display: block;
}

#cart_summary tbody td.cart_description {
    width: 240px;
}

 .table tbody > tr > td {
    vertical-align: middle;
}

#cart_summary .product-name, #manufacturers_list h3, #suppliers_list h3, #manufacturers_list .product-counter a, #suppliers_list .product-counter a {
    font: normal 16px/24px "Roboto Condensed", sans-serif;
    color: #20252e;
    margin-bottom: 0;
}

#cart_summary .product-name a, #manufacturers_list h3 a, #suppliers_list h3 a, #manufacturers_list .product-counter a a, #suppliers_list .product-counter a a {
    font: normal 16px/24px "Roboto Condensed", sans-serif;
    color: #20252e;
}

#cart_summary tbody td.cart_description small {
    display: block;
    padding: 5px 0 0 0;
}

small, .small {
    font-size: 85%;
}

#cart_summary tbody td.cart_unit {
    width: 130px;
}

#cart_summary tbody td.cart_unit .tel_pic{position: unset;}

#cart_summary tbody td.cart_unit .stimuliOPC{left: 0;position: initial;}
#cart_summary tbody td.cart_unit .stimuliOPC .stimuliOPC2 span{
    font-size: 20px!important;
}

#cart_summary tbody td.cart_delivery {
    width: 130px;
}

#cart_summary tbody td.cart_quantity {
    width: 100px;
}
#cart_summary tbody td.cart_total {
    width: 110px;
}


.price {
    font: 700 18px/25px "Roboto Condensed", sans-serif;
    color: #21232e;
    white-space: nowrap;
}

#cart_summary tbody td.cart_unit .price span {
    display: block;
}

.price strike {color: #818181;}

.price strike .price {color: #818181;font: 400 14px/18px "Roboto Condensed", sans-serif;}

.tel_pic img { width: 55px; margin-left: -8px;}

.cart_unit .tel_pic img {
    width: 70px;
    margin-left: -11px;
}

.tel_pic .stimuliOPC {zoom: .86;}

.eco_part {font-size: 11px;display: block;}

.price .price_inclus {
    font: 400 16px/25px "Roboto Condensed", sans-serif;
    color: #888888;
    white-space: nowrap;
    font-style: italic;
}

.price .price_delivery {
    font: 400 16px/25px "Roboto Condensed", sans-serif;
    color: #333333;
    white-space: nowrap;
    font-style: normal;
}

.cart_delete span {
    text-decoration: underline;
}

/* ============================================ *
 * CHECKOUT - tabeau produit V2
 * ============================================ */

 .cart-price .price {
    font: 400 18px/25px "Roboto Condensed", sans-serif;
    color: #21232e;
    white-space: nowrap;
}

.price_step_paiement .price {
    font: 400 18px/25px "Roboto Condensed", sans-serif;
    color: #21232e;
    white-space: nowrap;
}

.data-table-33-inforeview  tbody .last {
	border-bottom: 1px solid silver;
}

.data-table-33-inforeview tbody tr .last {
	border-bottom: 0px solid silver;
    text-align: right;
}


.data-table-33-inforeview th {
    padding: 10px;
}

.data-table-33-inforeview td {
    padding-left: 10px;
    padding-right: 10px;
}

.data-table-33-inforeview .first td {
    padding-top: 10px;
}

.data-table-33-inforeview .last td {
    padding-bottom: 10px;
}

#checkout-review-table-wrapper {
    border: 0px solid #cacaca;
    padding: 0;
    margin-bottom: 40px;
}

#checkout-review-table-wrapper thead {
    border-top: 0px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    color: #9f9d9e;
}

.payment_contenant {
    padding: 20px;
    background-color: #f1f1f1;
    margin-bottom: 20px;
}

#checkout-step-review h2 {
    padding-bottom: 10px!important;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 29px;
    color: #333;
    margin-top: 10px;
    margin-bottom: 0px!important;
    border-bottom: 1px solid #DDC;
}

.checkoutreview_payment h2 {
    padding-bottom: 10px!important;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 29px;
    color: #333;
    margin-top: 0px!important;
    margin-bottom: 20px!important;
    border-bottom: 0px solid #DDC!important;
}

.title-review{
 border-bottom: 1px solid #DDC!important;
}

/* ============================================ *
 * CHECKOUT - popin
 * ============================================ */

 .page-title-popin h2 {
    padding-bottom: 10px!important;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 29px;
    color: #f37a48;
    margin-top: 10px;
    margin-bottom: 0px!important;
}

/* ============================================ *
 * CHECKOUT - success page
 * ============================================ */
.order_number-mlp {
    padding-top: 25px;
}
.checkoutfinal_totaux .order_number-BC span {
    color: #4c85d4;
    text-decoration: underline;
}
#confirm-valid-mlp {
    margin-right: 0;
    color: #fff !important;
    padding-top: 10px !important;
    padding-bottom:  10px !important;
    padding-right: 25px !important;
    padding-left: 25px !important;
}
@media(max-width:479px) {
    #confirm-valid-mlp {
        width: 100%;
    }
}
#confirm-mlp {
    padding-top: 20px;
}
.order-info-mlp {
    color: #ec4d4d;
    font-weight: bold;
    font-size: 16px;
}
.checkoutfinal_totaux {
text-align:left;
    font-family: 'Roboto Condensed', sans-serif;
}

.checkoutfinal_totaux h2 {
    padding-bottom: 10px!important;
    font-weight: 300;
    font-size: 29px;
    color: #333;
    margin-top: 10px;
    margin-bottom: 15px!important;
    border-bottom: 1px solid #DDC;
}

.checkoutfinal_totaux p {
    padding-bottom: 10px!important;
    font-weight: 200;
    font-size: 16px;

}

.checkoutfinal_totaux .order_number span {
   color: #f27947;

}

.div_sous_cat  {
   height: auto;
}

@media(max-width:767px) {
    .div_sous_cat {
        height: auto;
    }
}

.item_sous_cat {
   height: 160px;
   float: left;
   text-align: center;
   width: 100px;
   margin: auto;
}

.item_sous_cat span {
   background: #e9e9e9;
   width: 100px;
   height: 100px;
   position: absolute;
   border-radius: 50%;
   border: 1px solid #e9e9e9;
}

.item_sous_cat span img {
   height: 100px;
}

.item_sous_cat_txt {height: 39px;bottom: 0;width: 100px;font-size: 13px;font-weight: 200;margin-top: 13px;line-height: 1.2;}

.item_sous_cat .item_sous_cat_txt:hover {
color:#f27a47;
}

.item_sous_cat span:hover {
 border: 1px solid #f27a47;
 color:#f27a47;
 width: 100px;
 height: 100px;
}



/* ============================================ *
 * BLOG - page article
 * ============================================ */

 .blog-home li.blog-article {width: 49%;display:inline-block;padding: 10px;vertical-align: top;}

 .blog-home .blog-article-featured-image {width: 100%;margin-bottom: 20px;}

 .blog-home  .blog-article-title a  {width: 100%;margin-bottom: 20px;font-weight: 600!important;color: #000;}

 .blog-home .blog-article-link-more { color:#f27a47;     border-bottom: 1px solid #f27a47;}
 .blog-home .blog-article-link-more:hover {border-bottom: 1px solid #f27a47;color: #f27a47!important;}

 .container .blog-sidebar  {color: #000; font-family: 'Roboto Condensed', sans-serif;} 
 .container .blog-sidebar a {color: #000;text-transform: uppercase;}
 .container .blog-sidebar a:after {
    content: "\f105";
    color: #000000;
    font-family: 'FontAwesome' !important;
    font-style: normal;
    margin-left:10px;
}

/* ============================================ *
 * BLOG - menu
 * ============================================ */
 
 .container .blog-sidebar .block-content li.item {margin: 0 0 5px 10px;} 
 .container .sidebar .blog-sidebar .block-blog-menu .block-title {background-color: #ccc;padding: 10px!important;}  
 .sidebar .block:not(.block-layered-nav) .block-title {  padding:0!important;margin:0!important; }
 .blog-sidebar .block-title strong {color: #000;} 

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

 .blog-home li.blog-article {width:100%;display:inline-block;padding: 20px 0 0 0;}

 .container .sidebar .blog-sidebar .block-blog-menu .block-title {
    background-color: #fff;
    padding: 0px!important;
}

 .container .sidebar .block:not(.block-layered-nav) .block-title>strong {
    background-color: #fff;
    padding: 10px!important;
    color: #000;
}
	 .container .sidebar .block:not(.block-layered-nav) .block-title>strong:after {
		content:'\f107';
		font-family: 'FontAwesome' !important;
		position:absolute;
		width:0;
		height:0;
		display:block;
		border-top: 0px solid transparent;
		border-bottom: 0px solid transparent;
		border-left: 0px solid #000;
		border-right:0;
		right:10px;
		top:50%;
		left: 90%;
		margin-top: -16px;
		font-size: 22px;
	}

		.container .sidebar .block:not(.block-layered-nav) .block-title.active>strong:after {
		content:'\f106';
		font-family: 'FontAwesome' !important;
		position:absolute;
		width:0;
		height:0;
		display:block;
		border-right:0px solid transparent;
		border-left:0px solid transparent;
		border-top:0px solid #000;
		border-right:0;
		right:10px;
		top:50%;
		left: 90%;
		margin-top: -16px;
		font-size: 22px;

	}

		.container .sidebar .block:not(.block-layered-nav) .block-title.active>strong {
		  color: #000;
	}
 
 }

/* ============================================ *
 * BLOG - pagination
 * ============================================ */

 .separator-blog    {
    display: block;
    background-color: #fff;
    border: 0.5px solid #ddd;
    border-radius: 0;
    color: #000;
    margin-top: 20px;
}

.li_indexxation.separateur {
    display: none;
}


.div_indexation .list_indexation .li_indexxation a {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 0px solid #ddd;
    border-radius: 0;
    color: #000;
}

.div_indexation .list_indexation .li_indexxation a.actif {
    display: block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0;
    color: #000;
    height: 40px;
}

.div_indexation .list_indexation .li_indexxation a:before {
 content:'';
}

.blog-description {
margin-top:20px;
}

.text_seo_category a, .text_seo_category a:link, .text_seo_category a:visited, .text_seo_category a:active {
    font-size: small;
    color: #f37947;
}

.text_seo_category a:focus {
    font-size: small;
    color: #f37947!important;
}

/* ============================================ *
 * BLOG - page article
 * ============================================ */

.post-view h2 {font-weight: 600!important;font-size: 23px;}
.post-view .nav-subline-text h2  {font-weight: 300!important;}

.post-view p {display:  inline-block;}

.col-main .featured-image {
    border: 0px solid #ddd;
    margin: 4px 10px 2px 0;
    padding: 1px;
    display:  inline-block;
}

.col-main .page-title.post-title {
 border-bottom: 1px solid #ddd;
 padding-bottom: 10px;
 margin-bottom: 18px;
}

.col-main img[class*="align"], .col-main img[class*="wp-image-"], .col-main .gallery .gallery-icon img {
    border: 0px solid #ddd;
    padding: 6px;
    display:  inline-block;
}

/* ============================================ *
 * BLOG - home
 * ============================================ */

.article-associated-home-image {width: 230px;}


/* ============================================ *
 * BLOG - page CAT
 * ============================================ */

.article-associated-category {margin-top: 20px;margin-bottom: 0;display: inline-block;}
.article-associated-category .article-associated-category-image {width: 49%;display: inline-block;vertical-align: top;text-align: center;padding-right:20px;}
.article-associated-category .article-associated-category-image img {margin:auto;text-align: center;}
.article-associated-category .article-associated-category-content {width: 49%;display: inline-block;}
.article-associated-category-title a {
    width: 100%;
    margin-bottom: 20px;
    font-weight: 600!important;
    color: #000;
}
.article-associated-category-link-more {
    color: #f27a47;
    border-bottom: 1px solid #f27a47;
}

.blog-description #btn-short-description-seo {
    color: #f27a47;
    border-bottom: 1px solid #f27a47;
}


 @media only screen and (max-width:770px) { 
.article-associated-category .article-associated-category-image {width: 100%;display:  inline-block;margin-top: 10px;margin-bottom: 20px;}

.article-associated-category .article-associated-category-content {width: 100%;display: inline-block;}

 }