
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);
body {
    font-family: 'Lato', Courier, monospace;
    font-size: 16px;
    color: #666;
    background: url('../img/bg-item-blue.png') no-repeat bottom center;
    background-size: cover;
    background-attachment: fixed;
}

.bg-grey {
    background:#44474b;
}

.bg-blue {
    background:#007cc0;
}

.text-grey {
    background:#44474b;
}

.text-blue {
    background:#007cc0;
}
.title {
    font-family: 'Lato';
    font-size: 23px;
    color: #666;
    /* margin-bottom: 30px; */
    text-transform: uppercase;
    /* text-align: center; */
}
.title a {
    color: #666;
}
h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    border-color: #666;
}
h1 {
    border-bottom: 4px solid #666;
}
#header h1 {
    border: none;
}
h3.border-bottom {
    border:none !important;
}
/*******************************************/
/* HEADER                                 **/
/*******************************************/
.header {
    position: inherit !important;
}

.logo-wrapper {
    background: url('../img/bg-header.png') no-repeat bottom center;
    padding-bottom: 7%;
    background-size: contain;
    padding-top: 20px;
}

@media (min-width: 1200px) {
    .logo-wrapper {
        padding-top: 20px;
    }
}

.logo-wrapper h1 {
    max-width: 80%;
}

@media (min-width: 1200px) {
    .logo-wrapper h1 {
        max-width: 35%;
    }
}

.header-bottom {
    background:#44474b;
    border-bottom: none;
}

/* CART CACHE TEMPORAIREM%ENT*/
/* .header-block.blockcart {
    display: none;
} */
/*******************************************/
/* MENU                                   **/
/*******************************************/
.header-bottom .main-menu .header-block__action-btn *,
.header-bottom .material-icons {
    font-size: 40px !important;
    color: white !important;
}
#menu-mobile a {
    color: inherit !important;
    font-size: 20px !important;
}
@media (min-width: 1200px) {
    .header-bottom .main-menu a:not(.dropdown-item):not(.btn) {
        font-size: 18px;
        color: #fff !important;
    }

    .main-menu__tree > li > a {
        padding: 1.5rem 1.7rem 1.5rem 0;
        position: relative;
    }
    .main-menu__tree > li > a:after {
        content: ".";
        font-size: 45px;
        line-height: 42px;
        position: absolute;
        top: 0px;
        height: 100%;
        left: -18px;
        color: #aaa;
    }
    .main-menu__tree > li:first-child > a:after {
        content: "";
    }
}

/*******************************************/
/* CONTENT                                **/
/*******************************************/
#wrapper {

}
/*******************************************/
/* HOME                                   **/
/*******************************************/
#index .breadcrumb__wrapper,
#index .page-header {
    display: none;
}

/*******************************************/
/* SLIDER                                 **/
/*******************************************/
/* .ratio > * {
    left:-16%;
    width: 132%;
}

.ratio-homeSlider {
  min-height: 500px;
  --bs-aspect-ratio: 42.85714%;
} */
@media (min-width: 768px) {
  .ratio-homeSlider {
    --bs-aspect-ratio: 33.333%;
  }
}
/*******************************************/
/* PROMOTION                                   **/
/*******************************************/
#offres-du-moment img{
    width: 100% !important;
    height: auto !important;
}

/*******************************************/
/* NEWSLETTER                                 **/
/*******************************************/
.email-subscription {
    background: #007cc0;
    color: white !important;
}
.email-subscription .email-subscription__label {
    color: white !important;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}
.email-subscription__content__left {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}
.email-subscription__content__left::before {
  background: transparent url(../img/bg-newsletter.png) no-repeat scroll;
  content: "";
  height: 100%;
  width: 210px;
  position: absolute;
  left: 100px;
  bottom: -10px;
}
.email-subscription .email-subscription__content__inputs {
    border-radius: 50px;
    overflow: hidden;
}
.email-subscription .email-subscription__content__inputs input.form-control[type="email"] {
    margin-right: 0;
    border: none !important;
    border-radius: 0 !important;
}

.email-subscription .email-subscription__content__inputs input.form-control[type="email"] {
    color: black !important;
}
.email-subscription .email-subscription__content__infos p{
    margin-bottom: 20px !important;
}

.email-subscription .btn-newsletter {
    border-radius: 0px 0 0 0 ;
    overflow: hidden;
    color: white;
    background: #44474b;
    padding-top: 8px;
    padding-bottom: 8px;
}
.email-subscription__content__infos {
    font-size: 14px;
}
/*******************************************/
/* FOOTER                                 **/
/*******************************************/
.footer .footer__main {
    background:white;
    /* border-top: 10px solid #44474b; */
    color: #44474b;
    padding-bottom: 0;
}
.footer .footer__main .links a {
     color: #FFF !important;
}
.footer .footer__main .logo {
     width: 100px;
}


/*******************************************/
/* CATALOGUES                             **/
/*******************************************/
.catalogues a {
  outline: none;
}

.catalogues .row > a {
  display: block;
  text-align: center;
}

/*******************************************/
/* EFFET IMAGE                             **/
/*******************************************/
.img-effect-zoom-wrapper img {
    /* filter: brightness(95%); */
    transition: transform 0.4s ease-in-out;
    transform: scale(1);
}
.img-effect-zoom-wrapper img:hover {
    /* filter: brightness(100%); */
    transform: scale(1.3);
}

/*******************************************/
/* ICONES                                **/
/*******************************************/
.icon-circle {
    height: 65px;
    width: 65px;
    min-width: 65px;
    background: #f5fafe;
    color: #444344;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle .fa{
    font-size: 25px;
}

.page-header h1 {
    text-align: center;
}

/*******************************************/
/* DESSCRIPTION HOME PAGE                                **/
/*******************************************/
.description {
    font-size:1.5rem;
}

.page-content.page-cms h3 {
    border-left: 20px solid #007cc0 !important;
    padding: 10px;
    /* background: #e3e3e4; */
}