div.checkbox .required{
	color: red;
}
span.cadeau-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #fff url(../img/icon-gift.png) no-repeat center;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out
}

.profiltr span.cadeau-icon {
	width: 19px;
    height: 19px;
    background: none;
}

.delivery-address .cadeau-checkbox label {
	color : #c91819;
	font-size: 14px;
	font-weight: 400;
}
.delivery-address .cadeau-checkbox label:hover {
	text-decoration: underline;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand.accroche{
	margin-top:25px;
}
span.name {
    font-weight: inherit;
    color: inherit;
}

.breadcrumb li.nolink{
	color: #959595;
}
.basket-detail .media-left img{
	max-height:200px;
}

/***  Carousel ***/

.carousel.product-slider .carousel-control .arrow-left,
.carousel.product-slider .carousel-control .arrow-right {
	background-size: 30%;
	width: 45px;
	height: 45px;
}

.carousel.product-slider .carousel-control .arrow-right {
	background-position:16px;
}

/*** Font color global ***/
body {
    color: #5c5c5c;
}

/* Diminue la superposition du badge promotion pour quil ne passe pas au dessus lorsque quune fenetre modale est affichee */
.slider-image .slider-discount-badge {
    z-index: 80;
}

.slider-text h1 {
    font-size: 48px;
}

/* Change le pointeur de la souris lorsque lon survole une image produit */

.fakelink{
	position: absolute;
	display:block;
	left:0;
	right: 0;
	bottom: 0;
	top: 0;
}

.profile .profile-heading-code-externe {
	font-size: 20px;
}

/* Sur la page profile permet dajouter un champs vide pour ne pas decaler laffichage si la liste de champs supplementaires est impaire*/
.profile-details .form-control.fake{
	background-color: #f6f6f6;
    border-color: #f6f6f6;
    height: 40px;
}

@media (max-width:767px) {
	/* On enleve les div fake en mode mobile (mode verticale) */
	.profile-details .form-control.fake{
		display:none;
	}
}

/* Sur la page profile, ajouter des border top sur la liste des abonnements*/
.subscription-table tbody tr td {
    border-top: 1px solid #ddd;
}

.acces-table .no-border {
    border-top: none;
}
.acces-table tbody tr td .btn {
    margin-bottom: 0;
}

/* décaler légèrement le bouton Modifier d'une adresse de bénéficiaire */
.beneficiary-address .btn {
	margin-left: 20px;
}

/* Sur la page de login permet dajouter un champs vide pour ne pas decaler laffichage si la liste de champs supplementaires est impaire*/
.fake{
	background-color: #f4f4f4;
    border-color: #f4f4f4;
    height: 40px;
}

@media (max-width:767px) {
	/* On enleve les div fake en mode mobile (mode verticale) */
	.fake{
		display:none;
	}
}


/* Sur la page de login permet de placer correctement les checkbox */
.checkbox-login{
	position: relative;
	padding: 5px 5px 5px 25px;
}

.checkbox-login label{
	margin-left: -20px;
	margin-top: -2px;
	position: absolute;
}

/*Affiche les messages des alerts (li) comme des paragraphes*/
div.alert ul{
	list-style-type: none;
	padding-left:0;
}

/*Affiche les messages de création de commentaires de la même façon que l'input*/
div.comments div.fake_alert_comments{
	height:1px;
	width:100%;
}
div.comments div.alert{
	margin: 15px 15px 0 15px;
}

/*Affichage des promotions */
.basket-total .total-price .the-total-price {
    max-width: 190px;
}
.basket-total .total-price .the-total-price p.discount{
	font-size: 15px;
	color:#000;
	margin-top: 5px;
}
.basket-total .total-price .the-total-price p.oldprice{
	font-size: 20px;
	text-decoration: line-through;
}
.basket-total .total-price .the-total-price p.newprice{
	margin-top: 5px;
}

.panel-item.total p.price.oldprice span{
	text-decoration: line-through;
	color: #adadad;
}

.panel-item.total p.discount{
	color:#000;
}

/* Page Paiement */
.payment .basket-total {
	background: #efefef none repeat scroll 0 0;
    margin-top: 0px;
}

.payment .basket-total.zonepromo {
	background: #ffffff none repeat scroll 0 0;
}

.payment .basket-total.zonepromo .price h3 {
    margin-top: 30px;
}
.payment .basket-total.zonepromo .price h3 {
    font-size: 16px;
    font-weight: 500;
}

.payment .basket-promo-code.total::before {
    background: rgba(0, 0, 0, 0) no-repeat scroll center center;
    height: 1px;
    width: 1px;
}

.payment .basket-products{
	margin-top: 20px;
}

.payment .oldprice{
	text-decoration: line-through;
    font-size: 20px;
}

.delivery-panel img.media-object {
	width: 50%;
}

.delivery-panel .oldprice{
	text-decoration: line-through;
}

.delivery-total .the-total,
.basket-total .the-total {
    color: #e62e2f;
    font-size: 30px;
    font-weight: 700;
    margin-top: 0;
}

.delivery-total .the-total{
	font-size: 20px;
}

.basket-total .total-price h3{
	margin-top: 25px;
}

.delivery-total{
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 30px;
    padding-top: 30px;
}

.delivery-total h3 {
	margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
}

/* Changement de licone de settings à Panier pour le menu actions utilisateur une fois connecté */
.navbar-default .user-dropdown.user-dropdown li:nth-child(2) a::before {
    background: rgba(0, 0, 0, 0) url("../img/icon-dropdown3.png?1489675322") no-repeat scroll center top / 100% auto;
}
.navbar-default .user-dropdown.user-dropdown li:nth-child(3) a::before {
    background: rgba(0, 0, 0, 0) url("../img/icon-dropdown4.png?1489675322") no-repeat scroll center top / 100% auto;
}

.navbar-default .user-dropdown.user-dropdown li a:hover::before {
	background-position: center bottom;
}

.minwith{
	min-width:100px;
}

.minwithhuge{
	min-width:300px;
}

/* Footer */
.footer-mid .media img {
    max-height: 150px;
}

/* Spinner */
.opaque > *:not(.spinner) { opacity: 0.1 }

/*Formule Modal */
#product-modal-slider img {
	max-height: 150px;
}

/* Image product Donation */
.product-details .slider-image.donation{
	background: #e62e2f none repeat scroll 0 0;
}

/* Footer */
.footer-icons .row div:nth-child(1) h3,
.footer-icons .row div:nth-child(2) h3,
.footer-icons .row div:nth-child(3) h3,
.footer-icons .row div:nth-child(4) h3 {
    padding-left: 60px;
}

.footer-icons .row div:nth-child(1) h3:before{width:48px;height:36px;background:url(../img/icon-footer1.png?1489675322) no-repeat center;background-size:50%;position:absolute;top:-10px;left:0}
.footer-icons .row div:nth-child(2) h3:before{width:48px;height:36px;background:url(../img/icon-footer2.png?1489675322) no-repeat center;background-size:100%;position:absolute;top:-10px;left:0}
.footer-icons .row div:nth-child(3) h3:before{width:48px;height:36px;background:url(../img/icon-footer3.png?1489675322) no-repeat center;background-size:70%;position:absolute;top:-10px;left:0}
.footer-icons .row div:nth-child(4) h3:before{width:48px;height:36px;background:url(../img/icon-footer4.png?1489675322) no-repeat center;background-size:65%;position:absolute;top:-10px;left:0}
.footer-icons h3{
	text-align:left;
	max-width: 250px;
}
.footer-icons h3 a{
    color: #282828;
}
.footer-copyright ul li{
	display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.footer-copyright ul li a {
	display: inline-block;
    height: 19px;
    width: 19px;
    text-indent: 0;
    margin:0;
}
.footer-copyright ul li a img {
    max-width: 19px;
}
.product-radios .radio span.disabled,
.product-radios .radio span.onlyone{
	cursor: auto;
}

input[type=checkbox].onlyone,
input[type=radio].onlyone
{
	cursor:not-allowed
}

.descproduct.checkbox.wishlist{
	margin:0;
	top:7px;
}

.descproduct.checkbox.wishlist .save-wishlist input:checked + span {
    background: rgba(0, 0, 0, 0) url("../img/icon-heart-saved.png?1489675322") no-repeat scroll center center;
}

.descproduct.checkbox.wishlist label{
	padding:0;
}

.descproduct.checkbox.wishlist .save-wishlist span {
    background: rgba(0, 0, 0, 0) url("../img/icon-heart.png?1489675322") no-repeat scroll center center;
    bottom: 6px;
    display: inline-block;
    height: 23px;
    margin-left: 10px;
    position: relative;
    text-indent: -9999px;
    width: 23px;
}

#AddressModal .modal-dialog{
	width: 800px;
}
@media (max-width:767px){
	#AddressModal .modal-dialog{
		width: auto;
	}
}

.desktop-left{
  float: right;
}
.desktop-right{
  float: left;
}
@media only screen and (max-width:980px) {
  .desktop-right, .desktop-left{
    float: none;
  }
}

#AddressModal .col-sm-adress2 > div{
	padding-left:0px;
	padding-right:5px
}

.col-sm-adress1{
	width: 30%;
	float: left;
	min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.col-sm-adress2{
	width: 70%;
	float: left;
	min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}
.addresses {
    height: auto;
    overflow: auto;
}
.addresses .address-item {
    display: block;
    /*float: left;*/
    height: auto;
    margin-right: 30px;
    /*width: 300px;*/
	margin-bottom: 20px;
}
.addresses .address-item .address-content {
    /*width: 300px;*/
}
.btn.btn-donation {
    max-width: 140px;
    text-align:center;
    padding:14px 10px;
    position: relative;
}
.yamm .yamm-content.list-product .btn.btn-donation{max-width:100%;padding:10px}
.yamm .yamm-content.list-product .btn.btn-donation:before{
	display: none;
    height: 0;
    left: 0;
    position: relative;
    width: 0;
}
.delivery-address h4 .plus {
    background: rgba(0, 0, 0, 0) url("../img/icon-plus-square.png?1489675322") no-repeat scroll center center;
    display: inline-block;
    height: 16px;
    margin-left: 5px;
    width: 16px;
}
p.addressCompany p{
	margin:0;
}
.comments {
    width: 100%;
}
div.container-social{
	height: 15px;
    line-height: 1;
    margin-bottom: 15px;
}
div.container-social:after{
	clear:both;
}
.rating {
    border: medium none;
    display: inline-block;
    position: relative;
    top: -3px;
}
.rating.rating-margin-left {
    margin-left: 20px;
}
.productlink{
	color: #282828;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0;
    display: block;
}

.col-sm-footer {
    width: 14.333%;
}
.col-lg-offset-footer {
    margin-left: 0.667%;
}
.col-lg-footer {
    width: 27.333%;
}
.footer-mid .media a.footer-title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
._404{background-image:url(../img/bg-4042.png?1489675322);}
._message ._message-text img{max-width:300px;margin-bottom:150px}

._message ._message-text .error-link {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
}

div.noproductfound{
	margin-top:50px;
	margin-bottom:150px;
}

div.noproductfound p{
	color: #e62e2f;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0;
    font-size: 24px;
}
div.fakedon{
	display: none;
}

.product-details-right .old-price {
    color: #fff;
    font-weight: 400;
}

.checkbox.wishlist .save-wishlist span {
    /*background: transparent url("../img/icon-heart.png") no-repeat scroll center center;*/
    background-color: transparent
}

.comments .comment-input .comment-submit,
.comments .comment-input .comment-submit:active,
.comments .comment-input .comment-submit:focus {
    top: 84px;
}

.rating:not(:checked)>label:hover,.rating:not(:checked)>label:hover~label{color: #ddd}
.rating>input:checked~label{color:gold}

.delivery-address .address-item .address-content .plus,
.addresses .address-item .address-content .plus {
	background: none;
	color: #adadad;
	/*font-size : 14px;*/
	font-size : 25px;
	width: 27px;
	height: 27px;
}

.addresses .address-item .address-content .no-delete {
	width: 27px;
	height: 27px;
}

.addresses .address-item .address-content .address-b {
    font-size: 13px;
    padding: 10px 10px 10px 10px;;
	border-radius: 4px;
	margin-left: 5px;
}
.addresses .address-item .address-content .address-d {
	font-size: 13px;
    padding: 10px 10px 10px 10px;;
	border-radius: 4px;
	margin-left: 5px;
}

.delivery-address .address-item .address-content .plus:active,
.delivery-address .address-item .address-content .plus:hover,
.addresses .address-item .address-content .plus:active,
.addresses .address-item .address-content .plus:hover {
	text-decoration: none;
	color: #e62e2f;
}

.address-content .address-title {
	font-weight: bold;
}

.name{
	color: #282828;
	font-weight: 600;
}

h2.added-cart{
	text-align: center;
	padding:50px;
	font-weight: inherit;
	color: #bbb;
}

.basket-total .total-price.withreduction {
	height: 130px;
}

.basket-total .total-price.withreduction .the-total-price{
	top: 30%;
}

.basket-detail .product-quantity.static{
	right: 42%;
}

/*ajout bouton redirection mon compte dans popup panier et page panier*/
.basket-buttons .btn-basket-profil {
	margin-left: 15px;
}

p.quantite{
    color: #282828;
    display: block;
    height: 34px;
    line-height: 1.42857;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    box-shadow: none !important;
    font-size: 30px;
    font-weight: 400;
}

.secure{
	background: #fff none repeat scroll 0 0;
}

.slider-discount-quantite{
	color: #282828;
    font-weight: 400;
}
.infoquantite{
	position: absolute;
}
.product-listing-item .media-left .discount-badge.red {
    background-color: #b143ff;
}

.product-listing-item.abonnement .price-info {
    width: 180px;
}

.checkbox.wishlist.product{
	top:18px;
}

@media (max-width:767px){
	div.fakedon{
		display: block;
		padding: 6px 12px;
		margin-top: 5px;
	}

	.navbar-default .search {
	    margin-top: 15px;
	}
	.navbar-default .basket {
    	padding-top: 5px;
	}

	#nav-toggle ul li.lang{
		padding-bottom: 10px;
    	padding-top: 10px;
    	margin-left:0px;
    	padding-left:15px;
	}
	#nav-toggle ul.navbar-nav > li{
		border-top: 1px solid transparent;
    	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
	}
	#featured-item{
		min-height: auto;
	}
}

.dropdown-menu,
.yamm .yamm-content {
	background-color:#fff;
}

.navbar-default .search .input-group select {
    width: 70px
}

.infopopup{
    border: 1px solid #d2d2d2;
    border-radius: 0 4px 4px 0;
    display: block;
    height: 40px;
    line-height:40px;
    text-align:center;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    color:#adadad;
    cursor:pointer
}
.infopopup.popup{
	right: 5px;
}

@media (min-width:1200px){
	.affichage-etendu{
		height: 200px;
		max-height: 200px;
		overflow: hidden;
		max-width: 270px;
	}
}

@media (max-width:999px){
	.affichage-etendu{
		height: 200px;
		max-height: 200px;
		overflow: hidden;
		max-width: 210px;
	}
}

.home-products-item .btn-red-xs {
    max-width: none;
}

.paragraphe{
	margin-left:15px;
	margin-right:15px
}

.validationcommande{
	text-align: center;
	font-size: 24px;
	font-weight: normal;
}

.suspendu{
	color:#FF0000;
}

.delivery .delivery-address .address-item {
	float: left;
	margin-bottom: 15px;
}

.home-products-item .old-price .crossed-price {
    color: #282828;
    text-decoration: line-through;
    margin-left: 5px;
}
.home-products-item .old-price .taux-remise {
    color: #e62e2f;
	text-decoration: unset;
	margin-left: unset;
}

.subscriber-only-label {
	color: #fff;
	font-weight: bold;
	background-color: #e62e2f;
	font-size: 14px;
	padding: 2px 5px 2px 5px;
	border-radius: 4px;
}

.required-label {
	font-size: 12px;
}


/**********************************/
/***** CADEAUX PRODUITS ***********/
/**********************************/
.product-details .product-cadeau-v1,
.product-details .product-cadeau-v2
 {
	margin-bottom: 15px;
}

#slider .product-cadeau-v1 {
	margin-top: 20px;
}

.product-cadeau-icon-v1 {
	float: left;
	background: none;
    color: #e62e2f;
    font-size: 50px;
    width: 50px;
    height: 50px;
	margin-right: 10px;
}

.product-cadeau-v2::before {
	background: url("../img/icon-gift.png") no-repeat center;
	width: 48px;
	height: 48px;
	content: "";
	display: block;
	position: relative;
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}


.product-subscriber-only-label {
	font-weight: bold;
	text-decoration: underline;
	color: #e62e2f;
}

.product-cadeau-libelle {
}

/**********************************/
/***** CADEAUX PRODUITS ***********/
/**********************************/


/**********************************/
/***** SUSPENSIONS  ***************/
/**********************************/
.suspension .suspension-instruction {
	margin-bottom: 15px;
}
/**********************************/
/***** FIN SUSPENSION    **********/
/**********************************/

/**********************************/
/********* PROFIL  ****************/
/**********************************/

/* adaptation responsive des tableaux */
@media screen and (max-width: 767px) {
	/* adaptation texte */
	.table-responsive .subscription-table thead > tr > th,
    .table-responsive .subscription-table tbody > tr > td,
    .table-responsive .articles-table thead > tr > th,
    .table-responsive .articles-table tbody > tr > td
	.table-responsive .invoices-table thead > tr > th,
	.table-responsive .invoices-table tbody > tr > td
	 {
        white-space: normal;
    }
}

/*adaptation des images quand petit device */
@media screen and (max-width: 420px) {
	/*adaptation des padding th */
	.table-responsive .subscription-table thead tr th {
		padding: 10px;
		font-size: 15px;
	}
	/*adaptation des padding td */
	.table-responsive .subscription-table tbody tr td {
		padding: 15px 10px;
	}
	/*adaptation des textes td */
	.table-responsive .subscription-table tbody tr td h3 {
		font-weight: normal;
		font-size: 13px;
	}
	.table-responsive .subscription-table tbody tr td p {
		font-weight: normal;
		font-size: 12px;
	}
	/* adaptation image */
    .table-responsive .subscription-table tbody > tr > td .img-responsive {
        max-width: 75px;
    }
    /* adaptation padding des articles */
    .table-responsive .articles-table thead tr th {
        text-transform: none;
        padding: 5px;
    }
    .table-responsive .articles-table tbody tr td {
        padding: 15px 5px;
        font-size: 12px;
    }
	/* adaptation padding des factures */
	.table-responsive .invoices-table thead tr th {
		text-transform: none;
		padding: 5px;
	}
	.table-responsive .invoices-table tbody tr td {
		padding: 15px 5px;
		font-size: 12px;
	}

}

/* ajout margin bottom sur les boutons pour gestion responsive */
.subscription-table tbody tr td .btn {
    margin-bottom: 10px;
}
/**********************************/
/********* PROFIL  ****************/
/**********************************/


/**********************************/
/***** ACCROCHES    ***************/
/**********************************/
.identification-accroche-bas {
	margin-top : 15px;
}
.identification-accroche-haut {
	margin-bottom : 15px;
}
.identification-accroche-titre {
	margin-top : 15px;
}
.mon-compte-liste-accroche-haut {
	margin-bottom : 15px;
}
.mon-compte-liste-accroche-bas {
	margin-top : 30px;
}
.mes-abonnements-liste-accroche-haut {
	margin-bottom : 15px;
}
.mes-abonnements-liste-accroche-bas {
	margin-top: 15px;
	margin-bottom : 20px;
}
.mes-abonnements-resiliation {
	margin-top: 15px;
	margin-bottom : 20px;
}
.mes-articles-liste-accroche-haut {
	margin-bottom : 15px;
}
.mes-factures-liste-accroche-haut {
	margin-bottom : 15px;
}
.bank-details-accroche-haut {
	margin-bottom : 15px;
}
.bank-details-accroche-bas {
	margin-bottom : 20px;
}
.nouveau-client-accroche-haut {
	margin-bottom : 15px;
}
.nouveau-client-accroche-haut p {
	max-width: 100%;
}
.nouveau-client-accroche-bas {
	margin-top : 15px;
	padding-left: 15px;
}
.nouveau-client-accroche-bas p {
	max-width: 100%;
}
.home-product-accroche-haut {
	margin-bottom : 15px;
}
.home-product-accroche-bas {
	margin-bottom : 20px;
}
.beneficiaire-adresse-accroche {
	margin-bottom : 30px;
}
.delivery-adresse-accroche {
	margin-bottom : 30px;
}
.contact-accroche-haut {
	margin-bottom : 20px;
}
.delivery-accroche-bas {
	margin-bottom : 20px;
	padding-left: 15px;
}
.delivery-pannel-accroche-bas {
	margin-bottom : 20px;
	text-align: left;
}
#section-accroche-slider-haut {
	padding-top: 15px;
	padding-bottom : 15px;
}
#section-accroche-slider-bas {
	padding-top: 30px;
	padding-bottom : 30px;
}
#section-accroche-home-bas {
	padding-top: 30px;
	padding-bottom : 30px;
}
#section-accroche-footer-haut {
	padding-top: 30px;
	padding-bottom : 30px;
}
.footer-menu-custom {
	padding-top: 30px;
	padding-bottom : 30px;
}
.footer-copyright-custom {
	padding-top: 15px;
	padding-bottom : 15px;
}
.paiement-types-accroche-haut {
	margin-bottom : 15px;
}
.paiementstatus-accroche-bas {
	margin-bottom : 20px;
}
.paiementstatus-message-details {
	margin-bottom : 20px;
}

/**************************************/
/***** DATE FILTER PRODUCT    *********/
/**************************************/
.product-date-filter .form-date-filter label {
	font-size: 18px;
	margin-top: 5px;
}

/**********************************/
/***** SPECIFIC HEADER LITE    ****/
/**********************************/

.headerlite .dropdown-menu.dropdown-signin.submenu:before{
	white-space: nowrap;
	border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 6.5px 9px;
    content: "";
    height: 0;
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
}

@media (max-width:767px){
	.headerlite .dropdown-menu.dropdown-signin.submenu:before{
		display:none;
	}
}

.headerlite .dropdown-menu.dropdown-signin.submenu{
	white-space: nowrap;
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.headerlite .dropdown-menu.submenu div.submenucontent > div > ul{
	margin:10px;
}

.headerlite .dropdown-menu.dropdown-signin.submenu div.submenucontent > div a {
    color: #000;
    font-size: 12px;
}

@media (max-width:767px){
	.headerlite.navbar-default .search {
	    margin-top: 0px;
	}
}
@media(min-width : 768px) {
	.headerlite.navbar-default .nav-center {
		margin-left:0px;
	}
}

.headerlite.navbar-default.navbar2 .categories {
	max-width: 440px;
}

.headerlite .navbar-collapse {
	box-shadow: none;
	border:none;
}

.headerlite.navbar > .container .navbar-brand,
.headerlite.navbar > .container-fluid .navbar-brand.accroche {
    margin-top: 10px;
}

@media (max-width:767px){
	.headerlite.navbar > .container .navbar-brand,
	.headerlite.navbar > .container-fluid .navbar-brand.accroche {
	    margin-top: 0px;
	}
}

.headerlite.navbar-default.navbar2 .navbar-nav {
    margin-top: 5px;
}

.headerlite.navbar-default.navbar2 > .container-fluid {
	padding-right:15px
}

.headerlite.navbar-default.navbar2 {
    min-height: 70px;
}
@media (max-width:767px){
	.headerlite.navbar-default.navbar2 {
	    min-height: 54px;
	}
}

.headerlite .yamm .dropdown.yamm-fw .dropdown-menu {
    top: 70px !important;
}

.headerlite .dropdown-menu {
	top: 40px;
}

.headerlite.navbar-default .user-dropdown .dropdown-menu,
.headerlite.navbar-default .search .dropdown-menu {
    margin-top: 0px;
}

@media (max-width:767px){
	.navbar-default.navbar2 .navbar-brand .logo2 {
	    max-width: 300px;
	    max-height: 45px;
	    top: 6px;
	}
}

.submenuheader-title{
	text-decoration: underline;
	color:#000000;
}

ul.submenuheader{

}

ul.submenuheader li{

}

.menucol2{
	width:450px
}

.menucol3{
	width:600px
}

/**************************************/
/***** FIN SPECIFIC HEADER LITE    ****/
/**************************************/

/**********************************************/
/***** DEBUT SPECIFIC FOOTER 2 COLONNES    ****/
/**********************************************/

.footer-top {
    background: #1e1e1e;
    color: #bbb;
    border-top: 1px solid #373737;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/*.main-footer {
    margin: 0;
    padding: 49px 0 33px;
    margin: 275px 0 0;
    position: relative;
}

.bg-blue {
    background-color: #4557ff;
}

.main-footer .footer-top {
    padding: 0 0 60px 0;
    overflow: hidden;
}

.main-footer .container {
    padding: 0;
	width: 100%;
	margin: 0 auto;
	padding: 65px 0 100px;
	box-sizing: border-box;
	position: relative;
}*/



/**********************************************/
/***** FIN SPECIFIC FOOTER 2 COLONNES    ****/
/**********************************************/


/**********************************************/
/***** DEBUT SPECIFIC HOME CATEGORIES      ****/
/**********************************************/

.home-categorieslist .container-fluid{
	padding:40px 0px;
}

.home-categorieslist .container-fluid > h2{
	text-align: center;
}

.home-categorieslist .categories .home-products-heading {
	margin-bottom: 5px;
}
.home-categorieslist .categories .container-fluid {
  padding-top: 0px;
}

.home-categorieslist-accroche{
	text-align: center;
	margin-top:30px;
	margin-bottom:10px;
}

.categorie{
	margin-top: 10px;
}

.home-categorieslist .categoriesbutton-container {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

ul.categoriesbutton {
 padding:0;
 margin:0;
 list-style-type:none;
 }

ul.categoriesbutton li {
 width:300px;
 float:left;
 margin-top:10px;
 text-align: center;
}

@media (max-width:767px){
	 ul.categoriesbutton li {
	     /*width:400px;*/
		 float: none;
	     text-align: center;
	     margin-left: auto;
	     margin-right: auto;
	     margin-top: 10px;
	 }
}

ul.categoriesbutton li a {
	padding: 15px 30px;
	width: 230px;
}

@media (max-width:767px){
	 ul.categoriesbutton li a{
		padding: 15px 30px;
	 	width: 250px;
	 }
}

.home-categorieslist .home-categories-item {
	margin-top: 20px;
}

.home-categorieslist .home-categories-item .btn {
    padding-left : 0px;
    position : inherit;
    bottom:inherit;
    left:inherit;
    right:inherit;
 	width:100%;
 	text-align: center;
 	max-width:none;
}

.categorie-item-description p {
	text-align: center;
}

.categorie-item-description p.titre {
	font-weight: bold;
	font-size : 19px;
}
.categorie-item-description p.libelle {
	height:30px;
	overflow: hidden;
}

.categorie-item-description ul{
 list-style-type:none;
 padding-left: 0;
 width:100%;
}

ul.subcategoriesbuttons{
 list-style-type:none;
 padding-left: 0;
 position: absolute;
 bottom: 0px;
 right: 0;
 left: 0;
}

.categorie-item-description li,
ul.subcategoriesbuttons li{
 	padding:10px 20px;
 	width:100%;
}

.marginquantity{
	margin-top:10px;
}
@media (min-width:768px) {
    .basket-detail .product-quantity {
    top: 40%}
}
/**********************************************/
/***** FIN SPECIFIC HOME CATEGORIES      ****/
/**********************************************/

/**********************************************/
/***** DEBUT SURCHARGE IFRAME QIOTAPAY     ****/
/**********************************************/
@media (min-width: 768px) {
	/*surcharge de l'iframe qiota pour payzen sepa*/
	.payzen_sepa #qiotapay_iframe {
		height: 700px !important;
	}
}

/**********************************************/
/***** FIN   SURCHARGE IFRAME QIOTAPAY     ****/
/**********************************************/

/**********************************************/
/***** DEBUT SURCHARGE POPUP CONNEXION     ****/
/**********************************************/

.navbar-default .user-dropdown .dropdown-menu.dropdown-signin .dropdown-content .popup-input-password input {
	margin-bottom: 0px;
}
.navbar-default .user-dropdown .dropdown-menu.dropdown-signin .dropdown-content .popup-input-password .input-group-addon {
	background-color: #f4f4f4;
	border : none;
}
