/*** COLORS ***/
/*** ALERT ***/
/*** ORDER ***/
/*** MENU ***/
/*** FONTS ***/
/*** BORDER / BOX / TABLE ***/
/*** MIXINS ***/
/*** FLEX ***/
/*** TOOLS ***/
.clear {
  clear: both; }

.img-center {
  display: block;
  margin: 0 auto; }

.block-center {
  float: none !important;
  display: block;
  margin: 0 auto; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

@media (max-width: 479px) {
  .col-xxs {
    width: 100%;
    margin: 0;
    padding: 0 15px; }

  .hidden-xxs {
    display: none !important; }

  .visible-xxs {
    display: block !important; } }
/*** HIDE SLIDE IF NOT LOADED ***/
.slick-slider:not(.slick-initialized) {
  display: none; }

/*** END HIDE SLIDE IF NOT LOADED ***/
/* INFOS BOUTIQUE FOOTER */
#boutique_footer .shop-wrapper {
  margin-bottom: 30px;
  padding: 17px 10px;
  border: 1px solid #fff; }
  #boutique_footer .shop-wrapper .shop-img {
    float: left;
    margin-right: 15px; }
    #boutique_footer .shop-wrapper .shop-img img {
      margin: 0 auto;
      width: 100%;
      max-width: 331px; }
  #boutique_footer .shop-wrapper .shop-text {
    padding-top: 70px;
    font-size: 16px;
    color: #fff;
    text-align: center; }
    #boutique_footer .shop-wrapper .shop-text img {
      margin: 0 auto 25px; }
    #boutique_footer .shop-wrapper .shop-text .presentation {
      margin-bottom: 15px;
      letter-spacing: .05em;
      text-transform: uppercase; }
    #boutique_footer .shop-wrapper .shop-text .hours {
      font-size: 12px;
      color: #686868; }
@media (min-width: 1200px) and (max-width: 1459px) {
  #boutique_footer .shop-wrapper {
    padding: 10px; }
    #boutique_footer .shop-wrapper .shop-img {
      max-width: 50%; }
    #boutique_footer .shop-wrapper .shop-text {
      padding-top: 10px;
      font-size: 14px; }
      #boutique_footer .shop-wrapper .shop-text img {
        margin: 0 auto 15px; }
      #boutique_footer .shop-wrapper .shop-text .presentation {
        margin-bottom: 10px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  #boutique_footer .shop-wrapper {
    max-width: 360px;
    margin: 0 auto;
    padding: 10px; }
    #boutique_footer .shop-wrapper .shop-img {
      float: none;
      margin-right: 0; }
    #boutique_footer .shop-wrapper .shop-text {
      padding-top: 10px;
      font-size: 16px; }
      #boutique_footer .shop-wrapper .shop-text img {
        margin: 0 auto 10px; }
      #boutique_footer .shop-wrapper .shop-text .presentation {
        margin-bottom: 5px; }
      #boutique_footer .shop-wrapper .shop-text .hours {
        margin-bottom: 0; } }
@media (min-width: 768px) and (max-width: 991px) {
  #boutique_footer .shop-wrapper .shop-text {
    padding-top: 50px; } }
@media (max-width: 767px) {
  #boutique_footer .shop-wrapper {
    max-width: 360px;
    margin: 0 auto 30px;
    padding: 10px; }
    #boutique_footer .shop-wrapper .shop-img {
      float: none;
      margin-right: 0; }
    #boutique_footer .shop-wrapper .shop-text {
      padding-top: 10px;
      font-size: 16px; }
      #boutique_footer .shop-wrapper .shop-text img {
        margin: 0 auto 10px; }
      #boutique_footer .shop-wrapper .shop-text .presentation {
        margin-bottom: 5px; }
      #boutique_footer .shop-wrapper .shop-text .hours {
        margin-bottom: 0; } }
@media (max-width: 479px) {
  #boutique_footer .shop-wrapper .shop-text {
    padding-top: 10px;
    font-size: 14px; }
    #boutique_footer .shop-wrapper .shop-text img {
      margin: 0 auto 15px; }
    #boutique_footer .shop-wrapper .shop-text .presentation {
      margin-bottom: 10px; } }

/* REASSURANCE FOOTER */
#reassurance_footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #reassurance_footer .row .footer-rea-item {
    margin-bottom: 30px; }
    #reassurance_footer .row .footer-rea-item:last-child .rea-item-wrapper {
      background: #a30000;
      border-color: #a30000; }
      #reassurance_footer .row .footer-rea-item:last-child .rea-item-wrapper p.item-title {
        margin-bottom: 5px; }
        #reassurance_footer .row .footer-rea-item:last-child .rea-item-wrapper p.item-title span {
          font-size: 14px; }
    #reassurance_footer .row .footer-rea-item .rea-item-wrapper {
      padding: 5px 10px 4px;
      border: 1px solid #fff;
      height: 100%;
      font-size: 11px;
      line-height: 1.3;
      color: #fff;
      text-align: center;
      /* &:hover {
         .img-responsive {
           -webkit-animation-name: kwk_shake;
           animation-name: kwk_shake;
           -webkit-animation-duration: 1.2s;
           animation-duration: 1.2s;
           -webkit-animation-fill-mode: both;
           animation-fill-mode: both;
         }
       }*/ }
      #reassurance_footer .row .footer-rea-item .rea-item-wrapper a {
        color: #fff; }
      #reassurance_footer .row .footer-rea-item .rea-item-wrapper .img-responsive {
        margin: 0 auto 5px; }
      #reassurance_footer .row .footer-rea-item .rea-item-wrapper p {
        margin-bottom: 0;
        letter-spacing: .05em; }
        #reassurance_footer .row .footer-rea-item .rea-item-wrapper p.item-title {
          font-size: 13px;
          font-weight: 700;
          line-height: 1.3;
          text-transform: uppercase; }
        #reassurance_footer .row .footer-rea-item .rea-item-wrapper p img {
          max-width: 100%;
          height: auto; }
@media (min-width: 1200px) and (max-width: 1459px) {
  #reassurance_footer .row .footer-rea-item {
    margin-bottom: 10px;
    padding-left: 5px; }
    #reassurance_footer .row .footer-rea-item:not(:nth-child(3n)) {
      padding-right: 5px; } }
@media (min-width: 768px) and (max-width: 991px) {
  #reassurance_footer .row {
    display: block; }
    #reassurance_footer .row .footer-rea-item:nth-child(3n+1) {
      clear: both; } }

/* LISTE LIENS FOOTER */
#liens_footer {
  padding: 0 15px 40px; }
  #liens_footer ul {
    margin: 0;
    text-align: center; }
    #liens_footer ul li {
      position: relative;
      display: inline-block;
      padding-bottom: 0 !important;
      font-size: 14px;
      letter-spacing: .05em; }
      #liens_footer ul li:not(:last-child) {
        margin-right: 8px;
        padding-right: 8px; }
        #liens_footer ul li:not(:last-child):after {
          content: '';
          display: block;
          position: absolute;
          top: 2px;
          right: -1px;
          width: 1px;
          height: 12px;
          background: #fff; }
    @media (max-width: 767px) {
      #liens_footer ul {
        margin-top: 0; }
        #liens_footer ul li {
          font-size: 12px; }
          #liens_footer ul li:not(:last-child) {
            margin-right: 6px;
            padding-right: 6px; }
            #liens_footer ul li:not(:last-child):after {
              top: 4px;
              height: 9px; } }

/* ACCUEIL REASSURANCE */
#reassurance_accueil {
  padding-top: 35px;
  padding-bottom: 25px; }
  #reassurance_accueil.slide:not(.slick-initialized) .home-rea-item {
    display: none; }
  #reassurance_accueil.slide:not(.slick-initialized) .home-rea-item:first-child {
    display: block; }
  #reassurance_accueil a {
    display: block; }
    #reassurance_accueil a:hover {
      color: #000;
      /*.img-responsive {
        -webkit-animation-name: kwk_shake;
        animation-name: kwk_shake;
        -webkit-animation-duration: 1.2s;
        animation-duration: 1.2s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
      }*/ }
    #reassurance_accueil a .rea-item-wrapper {
      padding: 5px 6px;
      border: 1px solid #e5e5e5; }
      #reassurance_accueil a .rea-item-wrapper .item-img {
        float: left;
        margin-right: 10px;
        width: 80px; }
        #reassurance_accueil a .rea-item-wrapper .item-img .img-responsive {
          margin: 0 auto; }
      #reassurance_accueil a .rea-item-wrapper .item-content {
        float: left;
        margin: 0;
        padding-right: 14px;
        width: calc(100% - 90px);
        font-size: 11px;
        letter-spacing: .05em; }
        #reassurance_accueil a .rea-item-wrapper .item-content .item-title {
          display: block;
          font-size: 13px;
          font-weight: 700;
          text-transform: uppercase; }
  @media (max-width: 1199px) {
    #reassurance_accueil {
      padding-top: 20px;
      padding-bottom: 15px; }
      #reassurance_accueil a .rea-item-wrapper .item-img {
        margin-right: 5px;
        width: 50px; }
        #reassurance_accueil a .rea-item-wrapper .item-img .img-responsive {
          margin: 0 auto; }
      #reassurance_accueil a .rea-item-wrapper .item-content {
        padding-right: 5px;
        width: calc(100% - 55px); }
        #reassurance_accueil a .rea-item-wrapper .item-content .item-title {
          display: block;
          font-size: 12px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #reassurance_accueil:not(.mobile) a .rea-item-wrapper {
      min-height: 120px; }
      #reassurance_accueil:not(.mobile) a .rea-item-wrapper .item-img {
        float: none;
        margin: 0 auto; }
      #reassurance_accueil:not(.mobile) a .rea-item-wrapper .item-content {
        padding-right: 0;
        width: 100%;
        text-align: center;
        line-height: 1.3; } }

/* HOME SEO */
#texte_accueil {
  padding: 25px 0 20px;
  font-size: 14px;
  text-align: center;
  letter-spacing: .05em; }
  #texte_accueil h1 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase; }
  @media (max-width: 1199px) {
    #texte_accueil {
      padding: 15px 0 10px;
      font-size: 13px; }
      #texte_accueil h1 {
        margin: 0 0 8px;
        font-size: 18px; } }
  @media (max-width: 767px) {
    #texte_accueil {
      line-height: 1.2; }
      #texte_accueil h1 {
        font-size: 16px; } }
  @media (max-width: 479px) {
    #texte_accueil h1 {
      font-size: 14px; } }

/* HOME CATEGORIES */
#categories_accueil {
  padding-top: 20px;
  padding-bottom: 90px; }
  #categories_accueil a {
    display: block; }
  #categories_accueil .home-cat-wrapper {
    position: relative;
    overflow: hidden; }
    #categories_accueil .home-cat-wrapper:hover .img-responsive {
      -moz-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
      -webkit-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1); }
    #categories_accueil .home-cat-wrapper:hover .icon {
      /* img {
         -webkit-animation-name: kwk_shake;
         animation-name: kwk_shake;
         -webkit-animation-duration: 1.2s;
         animation-duration: 1.2s;
         -webkit-animation-fill-mode: both;
         animation-fill-mode: both;
       }*/ }
    #categories_accueil .home-cat-wrapper:hover .home-cat-content .home-cat-btn {
      color: #fff;
      background: #a30000; }
    #categories_accueil .home-cat-wrapper .img-responsive {
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -ms-transition: all 0.5s; }
    #categories_accueil .home-cat-wrapper .icon {
      position: absolute;
      top: 125px;
      left: 0;
      right: 0;
      text-align: center; }
    #categories_accueil .home-cat-wrapper .home-cat-content {
      position: absolute;
      left: 15px;
      right: 15px;
      bottom: 28px;
      max-width: 275px;
      letter-spacing: .05em; }
      #categories_accueil .home-cat-wrapper .home-cat-content .home-cat-title {
        margin-bottom: 12px;
        font-size: 20px;
        text-transform: uppercase;
        color: #fff;
        line-height: 1.2; }
      #categories_accueil .home-cat-wrapper .home-cat-content .home-cat-btn {
        margin: 0;
        padding: 10px;
        font-size: 14px;
        text-align: center;
        text-transform: uppercase;
        background: #fff;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s; }
  @media (max-width: 1459px) {
    #categories_accueil .home-cat-wrapper .icon {
      top: 25px; } }
  @media (max-width: 1199px) {
    #categories_accueil {
      padding-top: 10px;
      padding-bottom: 40px; }
      #categories_accueil .home-cat-wrapper .icon {
        top: 15px; }
      #categories_accueil .home-cat-wrapper .home-cat-content {
        position: absolute;
        bottom: 10px; }
        #categories_accueil .home-cat-wrapper .home-cat-content .home-cat-title {
          margin-bottom: 8px;
          font-size: 18px; }
        #categories_accueil .home-cat-wrapper .home-cat-content .home-cat-btn {
          font-size: 12px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #categories_accueil .home-cat-wrapper .icon {
      display: none; } }
  @media (max-width: 767px) {
    #categories_accueil {
      padding-bottom: 20px; }
      #categories_accueil a {
        margin: 0 auto 15px;
        max-width: 447px; } }

/*
@-webkit-keyframes kwk_shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: rotate(-20deg)  translate3d(-10px, 0, 0);
    transform: rotate(-20deg) translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: rotate(20deg)  translate3d(10px, 0, 0);
    transform: rotate(20deg) translate3d(10px, 0, 0);
  }
}
@keyframes kwk_shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: rotate(-20deg)  translate3d(-10px, 0, 0);
    transform: rotate(-20deg)  translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: rotate(20deg)  translate3d(10px, 0, 0);
    transform: rotate(20deg)  translate3d(10px, 0, 0);
  }
}
*/
/* HOME EDITOR */
#editeur_accueil {
  padding: 60px 0;
  font-size: 16px;
  letter-spacing: .05em; }
  #editeur_accueil p {
    margin-bottom: 15px;
    line-height: 1.4; }
    #editeur_accueil p strong {
      font-size: 18px;
      font-weight: 500; }
  #editeur_accueil .editor-title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: 0;
    text-transform: uppercase; }
  #editeur_accueil .img-container {
    position: relative; }
    #editeur_accueil .img-container:before {
      content: '';
      position: absolute;
      z-index: 0;
      bottom: -20px;
      right: 0;
      display: block;
      width: calc(100% - 30px);
      height: 100%;
      border: 2px solid #a30000; }
    #editeur_accueil .img-container img {
      position: relative;
      z-index: 1; }
  @media (max-width: 1199px) {
    #editeur_accueil {
      padding: 30px 0;
      font-size: 14px; }
      #editeur_accueil p {
        margin-bottom: 8px;
        line-height: 1.2; }
        #editeur_accueil p strong {
          font-size: 16px; }
      #editeur_accueil .editor-title {
        margin-bottom: 10px;
        font-size: 26px; } }
  @media (max-width: 991px) {
    #editeur_accueil {
      padding: 10px 0 30px; }
      #editeur_accueil .img-container {
        margin-top: 20px; }
        #editeur_accueil .img-container:before {
          right: auto;
          left: 35px;
          max-width: 684px; } }
  @media (max-width: 767px) {
    #editeur_accueil .editor-title {
      font-size: 20px; }
    #editeur_accueil .img-container:before {
      left: 25px;
      bottom: -10px; } }
  @media (max-width: 479px) {
    #editeur_accueil {
      font-size: 13px; }
      #editeur_accueil p strong {
        font-size: 14px; }
      #editeur_accueil .editor-title {
        font-size: 16px; } }

#reassurance_produit {
  padding-top: 20px;
  padding-bottom: 24px; }
  #reassurance_produit a {
    display: block; }
    #reassurance_produit a:hover {
      color: #000; }
    #reassurance_produit a .item-img {
      float: left;
      margin-right: 8px;
      width: 28px; }
      #reassurance_produit a .item-img .img-responsive {
        margin: 0 auto; }
    #reassurance_produit a .item-content {
      float: left;
      margin: 0;
      width: calc(100% - 36px);
      font-size: 11px;
      letter-spacing: .05em;
      line-height: 1.2; }
      #reassurance_produit a .item-content .item-title {
        display: block;
        font-weight: 700;
        text-transform: uppercase; }
