@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i');

HTML {
    overflow-x: hidden;
}

BODY {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #000000;
    overflow-x: hidden;
}

*:focus {
    outline: none;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover, a:visited, a:active {
    color: #000000;
}

a:hover {
    text-decoration: underline;
}

.float-none {
    float: none!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    color: #000000;
    margin: 0;
    padding: 0;
}

.main-color {
    color: #d998c4;
}

.content-highlight-header {
    width: 100%;
    height: 40px;    
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    word-spacing: 2px;
    letter-spacing: .1px;
    color: #FFFFFF;
    text-align: center;  
    position: relative;    
}
.discount-sub-text{
    font-size: 18px;
}

.content-highlight-header .item {
    background-color: #3fc436;
}

.content-highlight-header a {
    display: block;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
}

.content-highlight-header .descHighlightHeader {
    position: absolute;
    top: 50%; /* poussé de la moitié de hauteur du référent */
    transform: translateY(-50%) translateX(-50%); /* tiré de la moitié de sa propre hauteur */
    left: 50%;
}

.content-highlight-header a:hover {
    text-decoration: none;
}

.content-highlight-header .item div {
    display: inline-block;
}

.content-highlight-header .owl-stage-outer, 
.content-highlight-header .owl-stage-outer .owl-stage, 
.content-highlight-header .owl-stage-outer .owl-stage .owl-item {
    height: 100%;
}

.content-highlight-header .owl-stage-outer .item {
  width: 100%;
  height: 100%;
}    

BODY .wrapper.container {
    margin-top: 5px;
}
BODY .wrapper.container.gjs-homepage{
    margin-top: -5px;
}

BODY .wrapper.container.header-container {
    margin-bottom: 5px;
}

#content-menu-mobile {
    display: none;
}

.header-content.connected .header-action {
    margin-top: 15px;
}

header .logo {
    text-align: left;
    height: 43px;/*taille du à la recherche qui fait 38 + 5 de padding-bototm */
    padding-left: 0;
    position: relative;
}

.header-container header .logo {
    width: 20%;
}

header .logo a {
    display: block;    
}

header .logo img {
    max-width: 70%;
    top: 50%;
    position: absolute;
    transform : translateY(-50%);
}

.language-action .dropdown-menu {
    font-size: 13px;
    margin-left: 22px;
    border: none;
    min-width: 50px;
    box-shadow: none;
    border-radius: 0;
}

.language-action {
    position: relative;
    margin-left: 25px;
    float: right;
    height: 100%;
}

.header-content:not(.connected) .language-action .bt-action-language {
    position: relative;
    top: 14px;
}

.page-template .langugage-content {
    margin-top: 15px;
}

.page-template .langugage-content .language-action {
    float: left;
    padding-left: 0;
}

.language-action .language-menu-content a:hover {
    text-decoration: none;
}

.language-action .language-menu-content::before {
    content: '';
    display : inline-block;
    height : 0;
    width : 0;
    border-right : 10px solid transparent;
    border-bottom : 10px solid #333333;
    border-left : 8px solid transparent;
    position: absolute;
    top: -11px;
    right: 35px;
}

.user-action .user-menu-content::before {
    content: '';
    display : inline-block;
    height : 0;
    width : 0;
    border-right : 10px solid transparent;
    border-bottom : 10px solid #333333;
    border-left : 8px solid transparent;
    position: absolute;
    top: -11px;
    right: 53px;
}

.user-action .user-menu-content.connected::before {
    right: 82px;
}

.language-action .language-menu-content, 
.user-action .user-menu-content {
    position: absolute;
    border: solid 1px #1e1e20;
    background-color: #FFFFFF;
    top: 46px;
    right: -36px;
    z-index: 20000;
    width: 140px;
}

.user-action .user-menu-content {
    right: 2px;
    top: 34px;
    min-width: 255px;
}

.language-action .language-menu-content .header-language, 
.user-action .user-menu-content .header-user {
    display: block;
    background-color: #302c2d;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
}

.user-action .user-menu-content .header-user .sep {
    width: 10px;
    height: 10px;
    background-color: #FFFFFF;
    display: inline-block;
    float: right;
    margin-left: 18px;
    margin-right: 18px;
    margin-top: 5px;
}

.user-action .user-menu-content .header-user .bt-login {
    display: inline-block;
    float: right;
    text-decoration: underline;
    color: #FFFFFF !important;
}

.header-action .user-action .user-menu-content {
    display: none;
}

.header-action .btn-user {
    position: relative;
    float: right;
    height: 100%;
    line-height: 45px;
}

.header-action .btn-user a {
    text-decoration: none;
}

.header-action .btn-user .btn-desktop {
    height: 100%;
}

.header-action .btn-user .btn-desktop .btn-registration {
    vertical-align: middle;
    padding: 11px 16px;
    border: 1px solid #000;
    border-radius: 3px;
    margin-left: 10px;
}

.header-action .btn-user .btn-desktop .btn-registration:hover {
    color: #fff;
    background: #000;
    cursor: pointer
}

.header-action .btn-user .btn-desktop .btn-registration:hover a {
    color: #fff;
}

.header-action .btn-user .btn-mobile {
    display: none;
    vertical-align: middle;
    padding: 6px 11px;
    border: 1px solid #000;
    border-radius: 3px;
    margin-left: 10px;
}

.user-action .user-menu-content .header-user .bt-registration {
    display: inline-block;
    float: right;
    text-decoration: underline;
    color: #FFFFFF !important;
}

.language-action .language-menu-content .content-language,
.user-action .user-menu-content .content-user {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.user-action .user-menu-content .content-user {
    padding: 0;
}

.language-action .language-menu-content .content-language a.item-lang {
    background-color:  #dcdbdb;
    padding: 10px;
    display: block;
    margin-bottom: 2px;
}

.language-action .language-menu-content .content-language a.item-lang img {
    float: right;
}

.language-action .language-menu-content .content-language a.dropdown-toggle i {
    float: right;
    margin-top: 3px;
}

.language-action .language-menu-content .content-language ul li a {
    background-color: #eeedee;
    padding: 10px;
    margin-bottom: 2px;
}

.language-action .language-menu-content .content-language a.dropdown-toggle span, 
.language-action .language-menu-content .content-language ul li a span {
    display: inline-block;
    width: 50px;
}

.language-action .language-menu-content .content-language ul li {
    width: 110px;
}

.user-action .user-menu-content .content-user ul li {
    float: none;
    width: 100%;
    border-bottom: solid 1px #e4e4e4;
    padding: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
}

.user-action .user-menu-content .content-user ul li.bt-logout a {
    color: #f0556e;
    text-decoration: underline;
}

.user-action .user-menu-content .content-user ul li.bt-logout .icon-signout {
    width: 10px;
    height: 10px;
    background-color: #f0556e;
    display: inline-block;
    margin-left: 20px;
    margin-top: 10px;
}

.user-action .user-menu-content .content-user ul li:last-child {
    border-bottom: none;
}

#iconLanguage {
    width: 20px;
}

.header-action {
    padding-right: 10px;
}

.header-container .header-action {
    width: 25%;
}

.page-template .header-action {
    padding-right: 0;
    padding-left: 0;
}

.header-action li {
    float: left;
}

.shopping-cart {
    margin-left: 20px;
    position: relative;
}

.shopping-cart  a {
    padding: 0px !important;
    display: block;
}

.cart-icon {
    display: inline-block;
    background-image: url("../../../common/img/icon-cart-web.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    float: left;
}

.shopping-cart .cart-total-quantity {
    display: inline-block;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    top: 12px;
    left: 8px;
}

.user-action {
    margin-left: 20px;
}

.user-icon {
    display: inline-block;
    background-image: url("../../../common/img/user-icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    float: left;
}

.header-action .search-wrapper {
    margin-left: 20px;
}

.header-action .search-wrapper .search-action {
    position: relative;
}

.header-action .search-wrapper #search, 
.header-action .search-wrapper #close-search{
    cursor: pointer;
}

#overlay-search {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0,0,0,0.7);
    top: 220px;
}

#content-search {
    padding-bottom: 5px;
    width: 55%;
    text-align: center;
}

#content-search input {
    border: none;
    border-bottom: solid 1px #c8c8c8;
    width: calc(100% - 50px);
    color: #000000;
    float: left;
    font-size: 13px;
    font-weight: 500;
    height: 38px;
    letter-spacing: .3px;
    text-align: left;
}

#content-search .content-search-center {
    width: 70%;
    margin: auto;
}

#content-search input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #acacac;
    opacity: 1; /* Firefox */
}

#content-search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #acacac;
}

#content-search input::-ms-input-placeholder { /* Microsoft Edge */
    color: #acacac;
}

#content-search .search-submit {
    border-bottom: solid 1px #c8c8c8;
    padding-bottom: 5px;
    padding-right: 10px;
    margin-top: 8px;
    cursor: pointer;
    display: inline-block;
    float: left;
}

.header-mainmenu {
    /*margin-top: 5px;*/
    width: 100%;
    border-top: solid 1px #636061;
    display: inline-table;
}

#content-search .search-submit img {
    width: 25px;
}

.header-mainmenu-inner nav .navbar-nav {
    float: none;
    margin: auto;
    text-align: center;
}

.header-mainmenu-inner nav .navbar-nav > li {
    display: inline-block;
    float: none;
    font-weight: normal;
    padding-left: 8px;
    padding-right: 8px;
}

.navbar-nav>li>a {
    font-size: 15px;
    /*padding-left: 5px;*/
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 500;
    color: #323232;
}

.header-mainmenu .navbar-nav>li {
    position: static;
}

.header-mainmenu .navbar {
  position: relative;
  background: none;
  border: none;
  margin: 0;
  min-height: 0;
  width: 100%;
}

.header-mainmenu .navbar-nav li .dropdown-menu {
  display: none;
  margin: 0px 0 0 0;
  position: absolute;
  left: 0%;
  /*transform: translate(-50%);*/
  top: 49px;
  border: none;
  z-index: 1000;
  padding: 20px;
  min-width: 500px;
  width: 100%!important;
  /*max-width: 1200px !important;*/
  padding-left: 18%;
  padding-right: 18%;  
  border-radius: 0;
  border: solid 1px #000000;
  border-top: none;
}

.header-mainmenu .navbar-nav li .dropdown-menu a {
    text-decoration: none;
}

.header-mainmenu .navbar-nav li .dropdown-menu .sub-item a {
    font-size: 15px;
}

.header-mainmenu .navbar-nav li .dropdown-menu .sub-item .nav-child {
    margin-top: 10px;
}

.header-mainmenu .navbar-nav li .dropdown-menu .sub-sub-item {
    margin-bottom: 5px;
}

.header-mainmenu .navbar-nav li .dropdown-menu .sub-sub-item a,
.header-mainmenu .navbar-nav li .menu-seller-list a {
    font-size: 13px;
}

.header-mainmenu .navbar-nav li .menu-seller-list {
    margin-bottom: 10px;
    line-height: 20px;
}

.header-mainmenu .promo a, 
#content-menu-mobile .promo a {
    color: #d01345;
}

.header-mainmenu .promo a:hover {
    color: #d01345;
}

.header-mainmenu .promo a:focus {
    color: #d01345;
}

.header-mainmenu .item-mea {
    position: relative;
}

.header-mainmenu .mea-menu {
    width: 100%;
    display: block;
}

.header-mainmenu .mea-menu:hover {
    opacity: 0.5;
}

.header-mainmenu .item-mea strong {
    position: absolute;
    display: inline-block;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 15px;
    top: 168px;
    width: 100%;
    text-align: center;
}

.header-mainmenu .item-mea h3 {
    position: absolute;
    text-transform: uppercase;
    font-size: 18px !important;
    font-weight: 500;
    color: #FFFFFF;
    top: 204px;
    letter-spacing: 3px;
    width: 100%;
    text-align: center;
}

.header-mainmenu .content-bloc-deco {
    height: 50px;
    vertical-align: top;
}

.header-mainmenu .content-bloc-deco .bloc-deco-menu {
    width: 85px;
    height: 100%;
    background-color: #d998c4;
    position: relative;
    margin-left: 28px;
}

.header-mainmenu .content-bloc-deco .bloc-deco-menu::after {
    content:'';
    display : inline-block;
    height : 0;
    width : 0;
    border-bottom : 50px solid #FFFFFF;
    border-left : 20px solid transparent;
    position: absolute;
    left: 84px;
    top: 0;
    background-color: inherit;
}

.header-mainmenu .content-bloc-deco .bloc-deco-menu::before {
    content:'';
    display : inline-block;
    height : 0;
    width : 0;
    border-top : 50px solid #FFFFFF;
    border-right : 20px solid transparent;
    position: absolute;
    left: -20px;
    top: 0;
    background-color: inherit;
}

.header-mainmenu .menu-item .active, 
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .navbar-nav li a:hover {
    background: none;
    border:none;
    text-decoration: none;
    background-color: #303030;
    color: #FFFFFF;
}

.header-mainmenu .sub-menu-first-item .menu-item.sub-item a:hover {
    color: #CACACA;
    background: none;
}

.header-mainmenu.menu-template {
    border-top: none;
}

.menu-template .navbar-nav li a:hover, 
.menu-template  .nav .open>a, 
.menu-template  .nav .open>a:focus, 
.menu-template  .nav .open>a:hover{
    color: #CACACA !important;
    background: none;
}

.header-mainmenu .sub-menu-first-item, .header-mainmenu-level2 {
    display: none;
    border-top: solid 1px #343434;
    width: 100%;
    background-color: #303030;
    height: 50px;
    position: absolute;
    left: 0;
    z-index: 20;
}

.header-mainmenu-level2 {
    display: block;
    z-index: 2;
    position: initial;
}

.header-mainmenu .sub-menu-first-item ul li.content-item-sub-menu {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
}

.header-mainmenu .sub-menu-first-item ul li.content-item-sub-menu a.second-item-menu {
    line-height: 50px;
    height: 100%;
    display: inline-block;
    color: #FFFFFF;
    font-size: 14px;
    padding-left: 18px;
    padding-right: 18px;    
}

.header-mainmenu .sub-menu-first-item ul li.content-item-sub-menu a.second-item-menu:hover, 
.header-mainmenu .sub-menu-first-item ul li.content-item-sub-menu a.second-item-menu.active {
    text-decoration: none;
    background-color: #FFFFFF;
    color: #000000;
}

.header-sellers-list {
    text-align: center;
    line-height: 50px;
}

.header-sellers-list span.text-filter {
    display: inline-block;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    margin-right: 180px;
}

.header-sellers-list .category-filter-seller-list, 
.header-sellers-list .origin-filter-seller-list {
    display: inline-block;
    position: relative;
    margin-right: 180px;
}

.header-sellers-list .category-filter-seller-list span, 
.header-sellers-list .origin-filter-seller-list span {
    background-color: #FFFFFF;
    color: #777777;
    font-size: 15px;
    font-weight: 500;
    border-radius: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
}

.header-sellers-list .content-filter-seller-list {
    position: absolute;
    background-color: #FFFFFF;
    z-index: 10000;
    border: solid 1px #e7e7e9;
    width: 180px;
    margin-top: 15px;
    transform: translate(-10%);
}

.header-sellers-list .content-filter-seller-list::before {
    content: '';
    display : inline-block;
    height : 0;
    width : 0;
     border-right : 19px solid transparent;
    border-bottom : 16px solid #efefef;
    border-left : 16px solid transparent;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translate(-50%);
}

.header-sellers-list .content-filter-seller-list.category-list {
    width: 260px;
    transform: translate(-28%);
}

.header-sellers-list .content-filter-seller-list .header-filter-list {
    background-color: #efefef;
    height: 25px;
    width: 100%;
}

.header-sellers-list .content-filter-seller-list .item-origin-filter {
    text-align: left;
    padding-left: 15px;
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: solid 1px #e0e0e2;
    cursor: pointer;
    line-height: 15px;
}

.header-sellers-list .content-filter-seller-list.category-list .item-origin-filter {
    padding-bottom: 20px;
    padding-top: 20px;
    cursor: default;
}

.header-sellers-list .content-filter-seller-list .item-origin-filter strong {
    text-transform: uppercase;
    font-size: 15px;
    cursor: pointer;
}

.header-sellers-list .content-filter-seller-list.menu-category-list .item-origin-filter {
    cursor: initial;
    padding-bottom: 10px;
}

.header-sellers-list .content-filter-seller-list.menu-category-list .item-origin-filter strong {
    cursor: pointer;
}

.header-sellers-list .content-filter-seller-list.menu-category-list .item-origin-filter div.category-item {
    cursor: pointer;
    padding-left: 10px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 10px;
}

.header-sellers-list .content-filter-seller-list .item-origin-filter:last-child {
    border-bottom: none;
}

.header-sellers-list .content-filter-seller-list .item-origin-filter ul {
    margin-top: 15px;
}

.header-sellers-list .content-filter-seller-list .item-origin-filter ul li {
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    color: #616163;
    margin-bottom: 12px;
}

.menu-seller-list a, 
.cart-line h3, 
.seller-name {
    text-transform: uppercase !important;
}

.table-responsive table {
    color: #000000;
}

.table-responsive .table-bordered {
    border-color: #666666;
    border-collapse: collapse;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border-color: #666666;
    border-collapse: collapse;
}

.table caption + thead tr:first-child th, .shop_table caption + thead tr:first-child th, .table colgroup + thead tr:first-child th, .shop_table colgroup + thead tr:first-child th, .table thead:first-child tr:first-child th, .shop_table thead:first-child tr:first-child th, .table caption + thead tr:first-child td, .shop_table caption + thead tr:first-child td, .table colgroup + thead tr:first-child td, .shop_table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child td, .shop_table thead:first-child tr:first-child td {
    border-bottom: none;
}
.breadcrumb-blog{
    margin-bottom: 0px !important;
}
#page_blog,#page_article{
    border-top: solid 1px #C4C4C4;
    margin-top: 20px;
    padding-top: 50px;
    position: relative;
}
.blog-title{
    font-family: 'Ubuntu',sans-serif;
    margin-top: 0;
    font-size: 1.69230769em;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.4;
}
.article-title{
    padding: 10px 0px;
    font-weight: bold;
    font-size: 30px;
    width: 100%;
}

.blog-meta{
    margin-bottom: 15px;
    color:#C4C4C4;
}
.blog-meta>span{
    display: inline-block;
    margin-right: 15px;
}
.published{
    margin-left: 6px;
}
.blog-content{
    margin-bottom: 30px;
}
footer {
    margin-top: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fafafa;
}

footer .footer-content {
    
}

footer h3 {
    margin-bottom: 8px;
    color: #4A4A4A;
    font-weight: bold;
    font-size: 15px;
}

footer .menu-footer-container a,
footer .menu-footer-container span {
    color: #4A4A4A;
}

footer .menu-footer-container li {
    margin-bottom: 3px;
}

footer .img-app {
    width: 80px;
    margin-bottom: 5px;
}

footer .bloc-newsletter {
    padding-left: 90px;
}

footer .bloc-newsletter input {
    padding-left: 10px;
    color: #A0A0A0;
    border: solid 1px #4A4A4A;
    border-right: none;
    background-color: #FFFFFF;
    height: 30px;
    float: left;
}

footer .bloc-newsletter button {
    border: solid 1px #4A4A4A;
    border-left: none;
    background-color: #FFFFFF;
    border-radius: 0;
    height: 30px;
    float: left;
}

footer .bloc-newsletter .input-newsletter {
    margin-bottom: 30px;
}

footer .bloc-newsletter .msg-newsletter {
    font-size: 11px;
    color: #4A4A4A;
    margin-top: 10px;
    width: 85%;
}

footer .infos-copyright {
    width: 100%;
    margin-top: 60px;
    text-align: center;
    color: #4A4A4A;
    font-size: 12px;
}

.page-tpl img, 
.blog-content img{
    max-width: 100%;
}

.post-content > p, .blog-content > p {
    display: flex;
    justify-content: center;
}

.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.no-padding-left {
    padding-left: 0px;
}

.no-padding-right {
    padding-right: 0px;
}

.btn-primary:focus {
    background-color: #000000; 
    border-color: #000000;
}

/*.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #857f7e;
    border-color: #857f7e;
}*/


/* ROUNDED SELECT */
.roundedSelect {
    width: 26px;
    height: 26px;
    background: #FFFFFF;
    border: solid 1px #707070;

    /*background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );*/

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;

    /*-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);*/
    position: relative;
}

.roundedSelect label {
    display: block !important;
    cursor: pointer;
    position: absolute;
    width: 22px;
    height: 22px;
    background: #FFFFFF;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    left: 2px;
    top: 2px;

    /*-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

    background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
    background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
    background: -o-linear-gradient(top, #222 0%, #45484d 100%);
    background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
    background: linear-gradient(top, #222 0%, #45484d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );*/
}

.roundedSelect label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #000000;
    border: solid 1px #707070;

    /*background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
    background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
    background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);
    background: -ms-linear-gradient(top, #00bf00 0%, #009400 100%);
    background: linear-gradient(top, #00bf00 0%, #009400 100%);*/

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    top: 0px;
    left: 0px;

    /*-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);*/
}

.roundedSelect label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.roundedSelect input[type="radio"]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.roundedSelect input[type="radio"] {
    visibility: hidden;
}

#customer_registration .col-1, #customer_registration .col-2, #customer_registration .col-3 {
    border: 1px solid #e0dadf;
    border-radius: 5px;
    margin: 2em 1em;
    padding: 20px;
    text-align: left;
    float: left;
    width: 30%;
}

#customer_registration label {
    margin-bottom: 0px !important;
}

#registration-form input.error,
#registration-form select.error {
    border: 1px solid #e73d4a;
}

.form-control,
.input-text {
  display: block;
  width: 100%;
  height: 37px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.53846;
  color: #000000;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #C4C4C4;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s, 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;
}
.form-control:focus,
.input-text:focus {
  border-color: #666666;
  outline: 0;
}
.form-control[disabled],
.input-text[disabled],
.form-control[readonly],
.input-text[readonly],
fieldset[disabled] .form-control,
fieldset[disabled] .input-text {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control,
textarea.input-text {
  height: auto;
}

.form-control.select-multiple {
    border: none;
    padding: 0;
}

.form-control.select-multiple .ms-choice {
    border: solid 1px #C4C4C4;
    border-radius: 0;
    padding: 6px 12px;
    min-height: 37px;
}

.form-control.select-multiple .ms-choice > span.placeholder {
    color : #000000;
}

.form-control.select-multiple .ms-drop ul > li.multiple {
    width: 100% !important;
}

.form-control.select-multiple .ms-choice > span {
    padding-top: 6px;
    padding-left: 18px;
}

.form-control.select-multiple .ms-choice > div {
    margin-top: 6px;
}

.form-control.select-multiple .ms-drop ul > li.multiple label input[type=checkbox] {
    display: none;
}

.form-control.select-multiple .ms-drop ul > li.multiple label input[type=checkbox]:checked + span:after { 
    font-family: FontAwesome;
    content: "\f00c"; 
    margin-left: 5px;
}

/*
.menu-category-pictos {
    text-align: center;
    margin: 0 !important;
}

.menu-cat-img{
    cursor: pointer;
    position: relative;
    border: 1px solid #514b4d;
    border-radius: 50%;
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 5px 30px;
}

.menu-cat-img img {
    position: absolute;
    top: 18%; left: 18%;
    width: 37px;
    height: 37px;
}*/

.menu-category-list, 
.menu-shippingarea-list {
    text-align: center;
    margin: 0px;
    margin-top: 15px;
    margin-bottom: 40px;
}

/*.menu-category-list .category-item,
.menu-shippingarea-list .shippingarea-item{
    display: inline-block;    
    width: 110px;
    border-radius: 15px;
    border:solid 2px #000000;
    color: #000000;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    margin-right: 15px;
    cursor: pointer;
}*/

.menu-category-list .category-item.menu-cat-active, 
.menu-category-list .category-item.menu-cat-hover,
.menu-shippingarea-list .shippingarea-item.menu-shippingarea-active, 
.menu-shippingarea-list .shippingarea-item.menu-shippingarea-hover {
    background-color: #F6EEEC;
}

.menu-alphabet-filter-bar{
    margin: 10px -20px;
    height: 50px;
    text-align: center;
    background-color: #F1F1F1;
}
.menu-alphabet-filter-bar .menu-alphabet-filter-title{
    letter-spacing: 3px;
    font-weight: 500;
    position: relative;
    margin-top: 15px;
    font-size: 16px;
}
.menu-alphabet-filter-title span{
    cursor: pointer;
    display: inline-block;
    margin-right: 6px;
}
.menu-seller-list a:hover {
    color: #CACACA !important;
    background: none !important;
    text-decoration: none !important;
}

#receive_newsletters {
    margin-right: 5px;
}

.shoppingcart img{
    width: 60%;
}

.confirmation-text{
    text-align: center;
    margin: 5%;
    
}

.address-placeholder-font-size::placeholder{
    font-size: 77%;
}

.bt-menu {
    position: absolute;
    width: 24px;
    height: 21px;
    background-image: url("../../../common/img/icon-menu.png");
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer;
}

#page-content {
    border-top: solid 1px #C4C4C4;
    margin-top: 20px;
    padding-top: 50px;
}

.content-products-thumb .owl-dot {
    cursor: pointer;
}

#registration-form .btn.dropdown-toggle {
    height: 37px;
    border: solid 1px #C4C4C4;
}

.badge.badge-danger {
    background-color: #ed6b75;
}

.gridPage a:hover{
    text-decoration: none;
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
        padding-left: 0;
        padding-right: 0;
    }
}

/*and (orientation: landscape)*/
@media (min-width: 768px) and (max-width: 1024px) {
    
    #content-search {
        margin-top: 20px;
        width: 60%;
        z-index: 5;
    }
    
    .header-container .header-action {
        width: 20%;
    }
    
    .header-action {
        margin-top: 10px;
        width: 30%;
    }
        
    header .logo {
        width: 33.3333%;
    }
    
    header .logo img {
        width: 100%;
    }
    
    .user-action .user-menu-content {
        right: -4px;
        top: 36px;
    }
    
    .user-action .user-menu-content::before,    
    .user-action .user-menu-content.connected::before {
        right: 5px;
    }
    
    BODY .wrapper h2 {
        font-size: 22px;
    }
    
    .header-mainmenu, .header-mainmenu-level2 {
        display: none;
    }
    
    header {
        padding-bottom: 10px;
    }
    
    .header-action .user-menu {
        display: none;
    }
    
    .language-action {
        display: none;
    }
    
    BODY .wrapper.container {
        padding-top: 15px;
        margin-top: 0;
    }
    
    #content-menu-mobile {
        display: block;
        position: relative;
        text-align: left;
        z-index: 9999;
    }
    
    #content-menu-mobile .nav-menu a:hover, 
    #content-menu-mobile .nav-menu a:focus,
    #content-menu-mobile .nav-menu a:active {
        text-decoration: none;
    }

    #content-menu-mobile .nav-menu {
        display: none;
        position: absolute;
        z-index: 2;
        margin-top: 28px;
        min-height: 110vh;
        background-color: #ffffff;
        width: 40%;
        left: -1px;
    }

    #content-menu-mobile .menu-item {
        margin-bottom: 45px;
    }

    #content-menu-mobile .menu-sub, #content-menu-mobile .menu-sub-sub, #content-menu-mobile .menu-sub-sub-sub {
        margin-top: 5%;
        margin-left: 10px;;
    }

    #content-menu-mobile .menu-sub .menu-sub-item, #content-menu-mobile .menu-sub-sub .menu-sub-sub-item {
        margin-bottom: 30px;
    }


    #content-menu-mobile .item-first {
        text-transform: uppercase;
        font-size: 24px;
        font-weight: bold;
    }

    #content-menu-mobile .item-child {
        font-size: 16px;
        font-weight: bold;
        text-transform: lowercase;
    }

    #content-menu-mobile li:first-letter {
        text-transform: uppercase;
    }

    #content-menu-mobile .menu-sub-sub-sub .item-child {
        font-size: 14px;
        font-weight: normal;
    }

    #content-menu-mobile .menu-sub, #content-menu-mobile .menu-sub-sub, #content-menu-mobile .menu-sub-sub-sub {
        display: none;
    }

    #content-menu-mobile .menu-item.set-language {
        width: 28px;
        height: 28px;
        background-color: #FFFFFF;
        border-radius: 50%;
        border: solid 1px #707070;
        overflow: hidden;
        position: relative;
        display: inline-block;
        margin-right: 10px;
    }

    #content-menu-mobile .menu-item.set-language:after {
        content: " ";
        width: 24px;
        height: 24px;
        border-radius: 50%;
        border: solid 1px #FFFFFF;
        overflow: hidden;
        position: absolute;
        top: 1px;
        left: 1px;
    }

    #content-menu-mobile .menu-item.set-language img {
        position: absolute;
        top: 2px;
        left: 2px;
        border-radius: 50%;
        width: 22px;
        height: 22px;
    }
    
    footer .bloc-newsletter button {
        padding: 0px;
    }
    
    .home-content .content-brands h3 {
        font-size: 20px;
        color: #4A4A4A;
    }
    
    .home-content .content-brands .brands-slide .brand-item strong {
        font-size: 18px;
        color: #4A4A4A;
    }
    
    .home-content .bloc-promo p {
        font-size: 16px;
    }
    
    footer h3 {
        font-size: 12px;
    }
    
    footer .menu-footer-container a {
        font-size: 10px;
    }
    
    BODY .breadcrumb {
        text-align: center;
    }
    
    BODY .breadcrumb a {
        font-size: 11px;
    }
    
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    
    BODY {
        font-size: 11px;
    }
    
    BODY .wrapper h2 {
        font-size: 14px;
    }
    
    footer .menu-footer-container a {
        font-size: 9px;
    }
    
    .footer-content .col-sm-12 {
        width: 18.5%;
    }
    
    footer .img-app {
        width: 48px;
    }
    
    footer .footer-content .bloc-newsletter {
        padding-left: 0;
        width: 25%;
    }
    
    footer .bloc-newsletter input {
        width: 132px;
        font-size: 9px;
    }
    
    footer .bloc-newsletter button {
        padding-right: 5px;
    }
    
    .table-responsive {
        border: none;
        margin-bottom: 0;
    }
    
    /*
    BODY .btn-primary {
        font-size: 14px;
    }
    
    
    BODY .btn-submit {
        font-size: 12px;
        height: 28px;
    }*/
    
}

/*****************/
/**** MOBILE ****/
/***************/

@media (max-width: 767px) {
    
    .header-action .btn-user .btn-desktop {
        display: none;
    }
    
    .header-action .btn-user .btn-mobile {
        display: block;
        line-height: 30px;
    }
    
    .content-highlight-header {
        font-size: 12px;
    }
    
    .content-highlight-header .item div {
        display: block;
    }
    
    .content-highlight-header .descHighlightHeader {
        width: 100%;
    }
    
    header {
        padding-bottom: 10px;
    }
    
    #content-search {
        width: 100%;
        z-index: 5;
    }
    
    .header-action {
        margin-top: 0;
        width: 30%;
    }
        
    header .logo {
        width: 33.3333%;
        padding-left: 15px;
    }
    
    header .logo img {
        width: 100%;
        top: 0;
        transform: none;
    }
    
    .breadcrumb {
        display: none;
    }
    
    BODY .wrapper.container {
        padding-top: 15px;
        margin-top: 0;
    }
    
    BODY .wrapper h2 {
        font-size: 22px;
    }
    
    BODY h3 {
        font-size: 20px !important;
    }
    
    .header-mainmenu, .header-mainmenu-level2 {
        display: none;
    }
    
    .header-action .user-menu {
        display: none;
    }
    
    .language-action {
        display: none;
    }
    
    .shopping-cart {
        /*padding-right: 10px;*/
    }
    
    .header-action .search-wrapper {
        padding-right: 0;
    }
    
    #content-search {
        margin-top: 10px;
    }
    
    #overlay-search {
        top: 140px;
    }
    
    .user-action .user-menu-content {
        display: inline-block;
    }
    
    .user-action .user-menu-content::before,    
    .user-action .user-menu-content.connected::before {
        right: 35px;
    }

    #content-search input {
        padding-bottom: 15px;
        width: calc(100% - 40px);
        font-size: 16px;
        font-weight: 300;
        color: #acacac;
        float: left;
        height: 35px;
    }
    
    #content-search .search-submit {
        padding-bottom: 5px;
        margin-top: 0;
    }

    #content-search .search-submit img {
        width: 30px;
    }
    
    #content-menu-mobile {
        display: block;
        position: relative;
        text-align: left;
        z-index: 9;
    }
    
    #content-menu-mobile .nav-menu a:hover, 
    #content-menu-mobile .nav-menu a:focus,
    #content-menu-mobile .nav-menu a:active {
        text-decoration: none;
    }

    #content-menu-mobile .nav-menu {
        display: none;
        position: absolute;
        z-index: 2;
        margin-top: 28px;
        background-color: #ffffff;
        width: 100%;
    }
    
    #content-menu-mobile li.menu-item:first-child {
        margin-top: 10%;
    }

    #content-menu-mobile .menu-item {
        margin-bottom: 25px;
    }

    #content-menu-mobile .menu-sub, #content-menu-mobile .menu-sub-sub, #content-menu-mobile .menu-sub-sub-sub {
        margin-top: 5%;
        margin-left: 10px;;
    }

    #content-menu-mobile .menu-sub .menu-sub-item, #content-menu-mobile .menu-sub-sub .menu-sub-sub-item {
        margin-bottom: 30px;
    }


    #content-menu-mobile .item-first {
        text-transform: uppercase;
        font-size: 24px;
        font-weight: bold;
    }

    #content-menu-mobile .item-child {
        font-size: 16px;
        font-weight: bold;
        text-transform: lowercase;
    }

    #content-menu-mobile li:first-letter {
        text-transform: uppercase;
    }

    #content-menu-mobile .menu-sub-sub-sub .item-child {
        font-size: 14px;
        font-weight: normal;
    }

    #content-menu-mobile .menu-sub, #content-menu-mobile .menu-sub-sub, #content-menu-mobile .menu-sub-sub-sub {
        display: none;
    }

    #content-menu-mobile .menu-item.set-language {
        width: 28px;
        height: 28px;
        background-color: #FFFFFF;
        border-radius: 50%;
        border: solid 1px #707070;
        overflow: hidden;
        position: relative;
        display: inline-block;
        margin-right: 10px;
    }

    #content-menu-mobile .menu-item.set-language:after {
        content: " ";
        width: 24px;
        height: 24px;
        border-radius: 50%;
        border: solid 1px #FFFFFF;
        overflow: hidden;
        position: absolute;
        top: 1px;
        left: 1px;
    }

    #content-menu-mobile .menu-item.set-language img {
        position: absolute;
        top: 2px;
        left: 2px;
        border-radius: 50%;
        width: 22px;
        height: 22px;
    }
    
    footer {
        margin-top: 50px;
    }
    
    footer h3 {
        font-size: 20px;
    }
    
    footer .menu-footer-container a,
    footer .menu-footer-container span {
        font-size: 16px;
    }
    
    footer .footer-content .col-xs-12 {
        text-align: center;
        margin-bottom: 20px;
    }
    
    footer .bloc-newsletter {
        padding-left: 0;
    }
    
    footer .bloc-newsletter .input-newsletter {
        padding-left: 5%;
    }
    
    footer .bloc-newsletter .input-newsletter input {
        width: 86%;
    }
    
    footer .bloc-newsletter .menu-footer-container img {
        margin: auto;
    }
    
    footer .infos-current-lang {
        padding-top: 30px;
        padding-bottom: 50px;
        font-size: 16px;
        color: #4A4A4A;
    }
    
    footer .infos-current-lang span {
        display: inline-block;
    }
    
    footer .infos-current-lang .country-flag {
        display: inline-block;
        width: 40px;
        height: 40px;
        border: solid 1px #707070;
        border-radius: 50%;
        margin-left: 10px;
    }
    
    footer .infos-current-lang .country-flag img {
        margin-top: 3px;
    }
    
    footer .img-app {
        width: 34%;
        margin-left: 33%;
        margin-bottom: 5%;
    }
    
    .header-action li {
        margin-left: 10px;
        margin-bottom: 10px;
    }
    
    .header-container header .logo,
    .header-container .header-action {
        width: calc(100% / 3);
        margin-top: 0px !important;
    }
    
    .user-action .user-menu-content {
        min-width: 300px;
        text-align: center;
    }
    
    .user-action .user-menu-content .header-user .bt-registration, 
    .user-action .user-menu-content .header-user .sep, 
    .user-action .user-menu-content .header-user .bt-login {
        float: none;
    }
    BODY .wrapper.container.gjs-homepage{
        padding: inherit;
    }
}

@media (max-width: 349px) {
    .user-action {
        margin-left: 10px;
    }
    
    .user-action .user-menu-content {
        min-width: 320px;
    }
}









