/*--------------------------------------------------------------
>>> TABLE DES MATIERES :
----------------------------------------------------------------
# Typo
# Variables CSS
# Main
# Couleurs - Ombres - Bordures
# Images - articles - colonnes
# Header - navigation
# Activites
# Modal
# Blog
# Footer
# Page 404
# Contact form 7
# Vidéos - Iframes
# Fancybox
# Cookie Consent
# Page d'accueil One Page
# Skip Links
# Gutenberg
# Carousel Slick
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# TYPO
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;700&family=Source+Sans+Pro&display=swap');

/*--------------------------------------------------------------
# VARIABLES CSS
--------------------------------------------------------------*/
:root{
  --white: #ffffff;
  --grey: #353535;
  --black: #2e2520;
  --color-1: #ab7442;
  --color-2: #c8c8c8;
  --color-3: #69411c;
  --color-rgba: rgba(105, 65, 28, 0.5);
  --main-text-color: var(--black);
  --link: var(--color-1);
  --link-hover: var(--color-3);
  --btn-color: var(--white);
  --btn-bg-color: var(--black);
  --btn-color-hover: var(--black);
  --btn-bg-color-hover: var(--white);
  --menu-bg-color:var(--white);
   --menu-bg-color-hover: var(--color-3);
  --menu-color: var(--color-3);
  --menu-color-hover: var(--white);
  --font-family-2: 'Poppins',    sans-serif;
  --font-family-1: 'Source Sans Pro',    sans-serif;
}
::selection {
  color: var(--color-1);
  background: var(--white);
}

/*--------------------------------------------------------------
# MAIN
--------------------------------------------------------------*/
body {
  overflow-x: hidden;
  font-family: var(--font-family-1);
  color: var(--main-text-color);
  font-weight: 400;
    background-image: url(img/fond.png);
    background-attachment: fixed;
}
/* Liens */
a,
.content a {
  color: var(--link);
  transition: all 0.5s ease-in-out;
}

.top a,
.top .navbar-item a {
  color: var(--white);
  transition: all 0.5s ease-in-out;
}

a:hover,
.content a:hover {
  color: var(--link-hover);
}

h1, h2, h3, h4, h5, h6, .title, .subtitle, .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content .title, .content .subtitle{
  font-family: var(--font-family-2);
  font-weight: 700;
  color: var(--color-1);
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .title a, .subtitle a, .content h1 a, .content h2 a, .content h3 a, .content h4 a, .content h5 a, .content h6 a, .content .title a, .content .subtitle a{
  color: inherit;
}

h1,
h1 a,
.content h1, .creux {
  position: relative;
  display: inline-block;
  font-size: 3.6em;
  line-height: 1.3em;
  color: transparent;
  cursor: default;
  -webkit-text-stroke: 1px var(--color-3);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
   text-shadow: -1px 0px 1px var(--color-rgba);
}

.creux a {
  color: #fff;
}

.title2 { margin-top: 100px;}

h1:hover,
h1 a:hover,
.content h1:hover, 
.creux:hover{
  color: var(--color-3);
}
.creux {margin: 60px 0;}

h1::before,
h1::after, .creux:after {
      position: absolute;
      left: 100%;
      bottom: 20%;
      height: 2px;
      width: 50px;
      background-color: var(--color-3);
      content: "";
      margin-left: 15px;
    }

.pinceau {
  background:url(img/pinceau.svg);
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  height: 50px;
  width: 100%;
  }

.card h2 {
  font-family: var(--font-family-2);
  font-weight: 700;
  color: #fff;
  padding-top: 10px;
   text-shadow: -1px 0px 1px var(--color-rgba);
  
}
.box, .card{
  color: var(--main-text-color);
}
strong{
  color: inherit;
}
button, input, select, textarea, .label{
  font-family: inherit;
}
mark{
  background-color: transparent;
  color: inherit;
}
.panel {
  border-radius: 0;
  box-shadow: none;
}

/* WIGDETS */
li.widget{
  list-style: none;
}
h2.widgettitle{
  text-transform: uppercase;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  font-size: 1em;
}
li.widget.woocommerce{
  margin-bottom: 1rem;
}
.textwidget {
  word-wrap: break-word;
}
/*--------------------------------------------------------------
# Produits mis en avant
--------------------------------------------------------------*/
.offres-moment {
  background: rgba(255, 255, 255, 0.6);
}

.offres-moment .slick-dotted.slick-slider.products,
.offres-moment .products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 5rem;
}

.offres-moment .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.offres-moment .products .product {
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 1em;
}

.offres-moment .products .product a img {
  margin: 0 auto;
  box-shadow: none;
  width: 100%;
  height: auto;
  display: block;
}

.offres-moment .products .product .woocommerce-loop-product__title {
  padding: .5em 0;
  margin: 0;
  font-size: 1em;
  color: var(--main-text-color);
  height: 80px;
}

.offres-moment .products .product .price {
  text-align: center;
  display: block;
  font-weight: 400;
  margin-bottom: .5em;
  font-size: .857em;
  color: var(--color-1);
  font-size: 1.2em;
  font-weight: bold;
}

.offres-moment .products .product a.button {
  display: block;
  margin: 0 auto;
}

.offres-moment.content ul.slick-dots {
  list-style: none;
  margin: 0;
  bottom: -50px;
}

.offres-moment span.onsale {
  min-height: unset;
  min-width: unset;
  padding: 0.3rem;
  line-height: 2;
  border-radius: 3px;
  background-color: var(--color-1);
  font-weight: 700;
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: .857em;
  z-index: 9;
}

.offres-moment .products .product .onsale {
  top: 0;
  right: 0;
  left: auto;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .offres-moment .slick-track {
    height: auto;
  }
}
/*--------------------------------------------------------------
# FIL D'ARIANE
--------------------------------------------------------------*/
.woocommerce .woocommerce-breadcrumb, .woocommerce-breadcrumb{
  font-size: inherit;
  color: inherit;
  padding: 1rem 0;
}
.woocommerce-breadcrumb a:first-of-type::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f015";
  margin-right: 0.5407911001em;
}
.woocommerce-breadcrumb .breadcrumb-separator{
  display: inline-block;
  padding: 0 0.5407911001em;
  text-indent: -9999px;
  position: relative;
}
.woocommerce-breadcrumb .breadcrumb-separator::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f105";
  font-size: 0.875em;
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.woocommerce .woocommerce-breadcrumb a{
  color: var(--link); 
}
.woocommerce .woocommerce-breadcrumb a:hover{
  color: var(--link-hover); 
}

.post-edit-link {
      font-size: 0.8em;
      color: var(--color-3);
      }
}

/*--------------------------------------------------------------
# PAGINATION
--------------------------------------------------------------*/
.woocommerce nav.woocommerce-pagination ul{
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li{
  border: none;
  padding-right: 0.25em;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
  background-color: var(--link);
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{
  background-color: var(--link-hover);
  color: #fff;
}

/*--------------------------------------------------------------
# COULEURS - OMBRES - BORDURES
--------------------------------------------------------------*/
/* Couleurs de background */
.background-color-white{
  background-color: var(--white);
}
.background-color-grey{
  background-color: var(--grey);
}
.background-color-black {
  background-color: var(--black);
}
.background-color-1 {
  background-color: var(--color-1);
}
.background-color-2 {
  background-color: var(--color-2);
}
.background-color-3 {
  background-color: var(--color-3);
}
.background-color-4 {
  background-color: var(--color-4);
}
.background-color-5 {
  background-color: var(--color-5);
}
.background-color-6 {
  background-color: var(--color-6);
}

/* Couleurs de texte */
.color-white{
  color: var(--white);
}
.color-grey{
  color: var(--grey);
}
.color-black {
  color: var(--black);
}
.color-1 {
  color: var(--color-1);
}
.color-2 {
  color: var(--color-2);
}
.color-3 {
  color: var(--color-3);
}
.color-4 {
  color: var(--color-4);
}
.color-5 {
  color: var(--color-5);
}
.color-6 {
  color: var(--color-6);
}

/* Bouton principal */
.button, a.button, .content .button, .content a.button, input[type="submit"].button{
  border-color: var(--btn-bg-color);
  background-color: var(--btn-bg-color);
  color: var(--btn-color);
  transition: all 0.5s ease-in-out;
}
.content a.wp-block-button__link, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
  border-radius: 6px;
  border: 1px solid var(--btn-bg-color);
  background-color: var(--btn-bg-color);
  color: var(--btn-color);
  font-weight: inherit;
  padding-bottom: calc(.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(.5em - 1px);
  line-height: 1.5;
  transition: all 0.5s ease-in-out;
}
.button:hover, a.button:hover, .content .button:hover, .content a.button:hover, input[type="submit"].button:hover, .content a.wp-block-button__link:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
  background-color: var(--btn-bg-color-hover);
  border-color: var(--btn-color-hover);
  color: var(--btn-color-hover);
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{
  background-color: var(--btn-bg-color);
  color: var(--btn-color);
}

/* Boutons d'autres couleurs */
.button.background-color-1:hover { 
  background-color: var(--white);
  color: var(--color-1);
  border-color: var(--color-1);
}
.button.background-color-2:hover { 
  background-color: var(--white);
  color: var(--color-2);
  border-color: var(--color-2);
}
.button.background-color-3:hover { 
  background-color: var(--white);
  color: var(--color-3);
  border-color: var(--color-3);
}
.button.background-color-4:hover { 
  background-color: var(--white);
  color: var(--color-4);
  border-color: var(--color-4);
}
.button.background-color-5:hover { 
  background-color: var(--white);
  color: var(--color-5);
  border-color: var(--color-5);
}

/* Ombres et bordures */
.shadow {
  box-shadow:0px 0px 2px 0px rgba(50, 50, 50, 0.75);
  transition: all 0.5s ease-in-out;
}
.shadow:hover {
  box-shadow:  0px 0px 10px 0px rgba(50, 50, 50, 0.75);
  transform: scale(1.03);
}
.radius {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
/* Messages d'info Woocommerce */
.woocommerce-info, .woocommerce-message {
  border-top-color: var(--color-1);
}
.woocommerce-info::before, .woocommerce-message::before {
  color: var(--color-1);
}

/*--------------------------------------------------------------
# ALIGNEMENT
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
.alignright {
  float: right;
  margin:0 0 10px 10px;
}
.aligncenter {
  margin: 0 auto;
}
.v-align {
  vertical-align: middle;
  margin: auto 0;
}
.tabs{
  justify-content: start;
}
.button{
  height: auto;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text{
  width: auto;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text{
  padding: 0.6em;
}
.content ul.wp-block-gallery{
  margin-left: 0;
}

/*--------------------------------------------------------------
# IMAGES - ARTICLES - COLONNES
--------------------------------------------------------------*/
.content img {
  display: block;
}
.columns:last-child {
  margin-bottom: 0rem;
}
.content .shipping img{
  display: inline-block;
}
.columns {
  margin-left: 0;
  margin-right:  0;
}
/*--------------------------------------------------------------
# NOTIFICATION DE LA BOUTIQUE
--------------------------------------------------------------*/
.woocommerce-store-notice, p.demo_store {
  background-color: var(--color-1);
  position: relative;
}

/*--------------------------------------------------------------
# SIDEBAR
--------------------------------------------------------------*/
#sidebar{
  padding: 1rem;
}
#sidebar ul{
  margin: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: var(--color-1);
}

/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
.top {
  background-color: var(--color-3);
  color: var(--white);
  padding-top: 5px;
}

.top .navbar {
  background-color: var(--color-3);
}
/* HEADER PAGE ACCUEIL */

/* RECHERCHE PRODUITS */
input[type="search"]{
  width: 240px;
  font-family: inherit;
  font-weight: inherit;
  font-size: 0.875rem;
  border-radius: 3px;
  border-color: var(--menu-color);
  box-shadow: none;
  transition: all 0.5s ease-in-out;
}
form.search-form:hover .fas.fa-search{
  color: var(--menu-color-hover);
}
input[type="search"]::placeholder{
  color: var(--menu-color-hover);
  font-family: inherit;
  font-weight: inherit;
  transition: all 0.5s ease-in-out;
}
form.search-form:hover input[type="search"]{
  border-color: var(--menu-color-hover);
}
form.search-form:hover input[type="search"]::placeholder{
  color: var(--menu-color-hover);
}
form.search-form .fas.fa-search{
  color: var(--menu-color-hover);
  transition: all 0.5s ease-in-out;
}

/* BOUTON PANIER HEADER */
.cart-contents{
  position: relative;
  z-index: 10;
}
.cart-contents:hover {
  text-decoration: none;
}
.cart-contents:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  content: "\f291";
  font-size: 24px;
   margin-top: 5px;
  font-weight: 900;
  padding-right: 5px;
  vertical-align: bottom;
  transition: all 0.5s ease-in-out;
  padding-bottom: 5px;

}
.panier:hover .cart-contents:before {
  color: var(--menu-color-hover);
}
.cart-contents-count {
  text-indent: 0;
  display: block;
  width: 2em;
  height: 2em;
  line-height: 2;
  box-sizing: content-box;
  font-size: .60em;
  position: absolute;
  top: -8%;
  right: 30%;
  border-radius: 50%;
  text-align: center;
  background-color: var(--menu-color);
  color:var(--menu-color-hover);
  transition: all 0.5s ease-in-out;
}
.panier:hover .cart-contents-count{
  background-color: var(--menu-color-hover);
  color: var(--menu-color);
}
.panier:hover{
  background-color: var(--menu-bg-color-hover);
}

/* Mini panier qui s'affiche sur le hover */
.widget.woocommerce.widget_shopping_cart{
  display: none;
  position: absolute;
  right: 0px;
  width: 500px;
  z-index: 5;
  top: 65px;
  color: var(--main-text-color);
  background: #fff;
  padding: 1rem;
  transition: all 0.5s ease-in-out;
}
.panier:hover .widget.woocommerce.widget_shopping_cart{
  display: block;
}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
  border-top: 1px solid #ebe9eb;
  padding: 1rem 0;
  text-align: center;
}
.woocommerce-mini-cart__buttons.buttons{
  justify-content: center;
}

/* HEADER PAGES SECONDAIRES */
.header {
  background-image: url(img/randomparalax/Savin menuiserie 2.jpg);
  height: 600px;
}
.header2 {
  height: 500px;
}

/* Paralaxe */
      .background-image {
        background-image: url('img/randomparalax/Savin menuiserie 4.jpg');
        /*place holder*/
        background-size: cover;
        background-position: center;

      }

      .parallax-container {
        overflow: hidden;}

.navi {background:white;}
/*--------------------------------------------------------------
# NAVIGATION
--------------------------------------------------------------*/
/* MENU NAVIGATION */
.navbar,
.navbar-dropdown, .hero .navbar {
  background: var(--menu-bg-color);
}
.navbar-item,
.navbar-link {
  color: var(--menu-color);
}

.navbar-link:not(.is-arrowless)::after{
  border-color: var(--menu-color);
}
.navbar-link:not(.is-arrowless):hover::after, .navbar-link.is-active:not(.is-arrowless)::after,  .navbar-item.has-dropdown.is-active .navbar-link:not(.is-arrowless)::after, .navbar-item.has-dropdown:focus .navbar-link:not(.is-arrowless)::after, .navbar-item.has-dropdown:hover .navbar-link:not(.is-arrowless)::after{
  border-color: var(--menu-color-hover);
}

a.navbar-item:hover,
a.navbar-item.is-active,
a.navbar-item.is-active:not(:focus):not(:hover),
.navbar-link:hover,
.navbar-link.is-active,
.navbar-link.is-active:not(:focus):not(:hover),
.navbar-brand a.navbar-item:focus,
.navbar-brand a.navbar-item:hover{
  color: var(--menu-color-hover);
  background: var(--menu-bg-color-hover);
}
.navbar-item.has-dropdown.is-active .navbar-link,
.navbar-item.has-dropdown:focus .navbar-link,
.navbar-item.has-dropdown:hover .navbar-link {
  color: var(--menu-color-hover);
  background: var(--menu-bg-color-hover);
}
.navbar-dropdown a.navbar-item:focus,
.navbar-dropdown a.navbar-item:hover {
  background-color: var(--menu-bg-color-hover);
  color: var(--menu-color-hover);
  margin: 0 5px;
}
.navbar-dropdown a.navbar-item {
  margin: 0 5px;
}
/* correction menu déroulant Edge / IE */
@media screen and (min-width: 1024px){
  .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0px);
  }
}
.navbar-brand{
  justify-content: space-between;
  align-items: center;
}
.navbar-brand img {
  max-height: unset;
  margin-right: 1rem;
}
.navbar-brand a.navbar-item:hover{
  background-color: var(--menu-bg-color);
  color: var(--menu-color);
}
/* MENU CENTRE */
/* à décommenter si besoin */
/* .navbar {
  justify-content: center;
}
.navbar-menu {
  justify-content: center;
  flex-grow: 0;
}
.navbar-start {
  justify-content: center;
  margin-right: 0;
}
.navbar-end {
  justify-content: center;
  margin-left: 0;
} */

/* BOUTON BURGER */
.navbar-burger{
  color: var(--menu-color);
  margin: 0;
  height: 6rem;
  width: 6rem;
}
a.navbar-burger:hover {
  color: var(--menu-color-hover);
  background-color: var(--menu-bg-color-hover);
}
.navbar-burger span {
  left: calc(50% - 25px);
  width: 50px;
  height: 6px;
  transition: all 0.5s ease;
  border-radius: 15px;
}
.navbar-burger span:nth-child(1) {
  top: calc(50% - 15px);
}
.navbar-burger span:nth-child(2) {
  top: 50%;
}
.navbar-burger span:nth-child(3) {
  top: calc(50% + 15px);
}
.navbar-burger.is-active span:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(45deg);
  transform: translateY(15px) rotate(45deg);
  opacity: 1;
}
.navbar-burger.is-active span:nth-child(3) {
  -webkit-transform: translateY(-5px) rotate(-45deg);
  transform: translateY(-15px) rotate(-45deg);
}

/* Version Mobile */
@media screen and (max-width: 1023px) {
  .navbar-brand{
    min-height: 8rem;
  }
  .navbar-brand .navbar-item{
    width: 100%;
    padding: 0;
    position: absolute;
  }
  .navbar-brand .navbar-item img{
    margin: 1rem auto;
    display: block;
  }
  .navbar-menu {
    padding-left: 25px;
    background-color: var(--menu-bg-color);
    display: block;
    padding: 0;
  }
  .navbar-menu .navbar-start{
    display: none;
  }
  .navbar-menu.is-active .navbar-start{
    display: block;
    padding: 2rem 0;
  }
  .navbar-end{
    position: absolute;
    top: 30px;
    max-height: 3rem;
    width: 100%;
  }
  .navbar-end .navbar-item{
    position: absolute;
  }
  .navbar-end .navbar-item:nth-child(1){
    display: none;
  }
  .navbar-end .navbar-item:nth-child(2){
    right: 50px;
    top: 0;
  }
  .navbar-end .navbar-item:nth-child(3){
    right: 0;
    top: -4px;
  }
  .cart-contents-count{
    top: -100%;
  }
}

/*--------------------------------------------------------------
# PRESENTATION
--------------------------------------------------------------*/
.presentation {
  padding: 50px 0;

}

.presentation img {
  border: 10px #fff solid;
}
    .img-aboutus {
      border: 10px solid white;
      box-shadow: 0 0 10px 0 #dbdbdb;
    }

    .img-aboutus-bg {
      position: absolute;
      z-index: -1;
      top: 10%;
      right: -30px;
      height: 80%;
    }

    .about-us {
      position: relative;
    }

.services {
  margin: 50px 0;
}

.st0 {
  fill: var(--color-3)
}
.icoserv:hover .st0  {
  fill: var(--color-1)
}

.savoir-faire {
  padding: 0 1.5rem;
  margin-top: -7.5em;
}
.icoserv {
  max-width: 90px;
  margin: 10px auto;
}

.projet {
  margin:0 0 50px 0;
   background-image: url(img/fond.jpg);
   padding: 100px 0;
   background-attachment: fixed;
}

.actu {
  background-color: var(--btn-bg-color);
  padding-bottom: 30px;
}

/*--------------------------------------------------------------
# SAVOIR-FAIRE
--------------------------------------------------------------*/
.savoir-faire .card {
  height: 100%;
}

/*--------------------------------------------------------------
# BLOG
--------------------------------------------------------------*/
.post {
  position: relative;
  padding: 20px;
  flex-basis: auto;
}
.post-content {
  font-size: 1rem;
}
.blog article, .blog .card{
  height: 100%;
}
main .section.blog img{
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
}

/*--------------------------------------------------------------
# PAGE CATEGORIE PRODUITS / PAGE BOUTIQUE
--------------------------------------------------------------*/
.woocommerce ul.products{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  float: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 1em 2em 0;
}
@media screen and (max-width: 768px){
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
      width: auto;
      float: none;
  }
}

.term-description{
  margin-bottom: 2rem;
}
select.orderby{
  color: inherit;
  border-color: inherit;
  border-radius: 3px;
  padding: 0.25rem;
}
.woocommerce-loop-product__title, .woocommerce-loop-category__title{
  text-align: center;
}
.woocommerce ul.products li.product .price{
  text-align: center;
  color: var(--color-1);
}
.woocommerce ul.products li.product a.button{
  display: block;
  margin: 0 auto;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
  color: var(--color-1);
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
  margin: 0 0 2em 0;
}
/* Produits en solde */
.woocommerce ul.products li.product .onsale {
  margin: 0;
}
/* Notes produits*/ 
.woocommerce .products .star-rating {
  margin: 1rem auto;
}

/*--------------------------------------------------------------
# PAGE PRODUITS
--------------------------------------------------------------*/
/* Désactivation de l'onglet "informations complémentaires" */
li.additional_information_tab, .woocommerce-Tabs-panel--additional_information{
  display: none !important;
}

.woocommerce-product-details__short-description{
  margin-bottom: 1rem;
}
.single-product div.product .product_meta span{
  display: block;
}
.woocommerce .quantity input[type='number'].qty{
  padding: 0.618em;
  background-color: #fff;
  color: var(--color-1);
  border: 1px solid var(--color-1);
  border-radius: 3px;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: normal;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1.618em;
}
.woocommerce div.product div.images .flex-control-thumbs {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}
.woocommerce div.product div.images .flex-control-thumbs li{
  width: 15%;
  margin: 1em;
}
.woocommerce div.product p.stock{
  margin-top: 1em;
  margin-bottom: 1em;
}
.woocommerce-page div.product .woocommerce-tabs{
  padding-bottom: 2em;
}
@media screen and (max-width: 767px){
  .woocommerce div.product .woocommerce-tabs ul.tabs{
    padding: 0;
    flex-direction: column;
  }
}
.woocommerce div.product form.cart .variations select{
  color: inherit;
  border-color: inherit;
  border-radius: 3px;
  padding: 0.25rem;
}
/* Produits en solde */
.woocommerce span.onsale {
  min-height: unset;
  min-width: unset;
  padding: 0.3rem;
  line-height: 2;
  top: 0;
  left: 0;
  border-radius: 3px;
  background-color: var(--color-1);
}

/* Commentaires produtis */
form.comment-form .comment-form-author label, form.comment-form .comment-form-email label{
  padding: 0 1rem 0 0;
  width: 100px;
  display: inline-block;
}
form.comment-form .comment-form-cookies-consent input{
  margin: 0 0.5rem 0 0;
}
/* Etoiles commentaires */
.woocommerce .star-rating{
  color: var(--color-1);
}

/*--------------------------------------------------------------
# PAGE PANIER
--------------------------------------------------------------*/

@media screen and (min-width: 768px) {
  .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
    width: 52%;
  }
}
@media screen and (max-width: 767px) {
  #add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text,   .woocommerce #content table.cart td.actions .coupon .button.alt, .woocommerce #content table.cart td.actions .coupon .input-text+.button, .woocommerce table.cart td.actions .coupon .button.alt, .woocommerce table.cart td.actions .coupon .input-text+.button, .woocommerce-page #content table.cart td.actions .coupon .button.alt, .woocommerce-page #content table.cart td.actions .coupon .input-text+.button, .woocommerce-page table.cart td.actions .coupon .button.alt, .woocommerce-page table.cart td.actions .coupon .input-text+.button{
    float: none;
    width: 100%;
  }
}
/*--------------------------------------------------------------
# PAGE VALIDATION COMMANDE
--------------------------------------------------------------*/
.select2-container--default .select2-selection--single{
  border: 1px solid var(--color-1);
  border-radius: 5px;
}
/*--------------------------------------------------------------
# PAGE MON COMPTE
--------------------------------------------------------------*/
@media (min-width: 768px){
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 25%;
    margin-right: 5%;
  }
}
.woocommerce-MyAccount-navigation ul {
  margin-left: 0;
  margin-top: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
  text-decoration: none;
  padding: 0.875em 0;
  display: block;
}
.woocommerce-MyAccount-navigation ul li a::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  vertical-align: bottom;
  content: "\f15c";
  line-height: 1.618;
  margin-left: 0.5407911001em;
  width: 1.41575em;
  text-align: right;
  float: right;
  opacity: 0.25;
}
.woocommerce-MyAccount-navigation ul li.is-active a::before {
  opacity: 1;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
  content: "\f3fd";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
  content: "\f291";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
  content: "\f015";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::before {
  content: "\f09d";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
  content: "\f007";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
  content: "\f2f5";
}
.woocommerce-Address-title.title {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.woocommerce-account .addresses .title h3, .woocommerce-account .addresses .title .edit{
  float: none;
}

/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
.footer {
  background: url(img/fond.png), rgba(105, 65, 28, 0.5);
  background-attachment: fixed;
  padding: 3rem 1rem;
  
}
.logo-footer img{
  max-width: 250px;
  margin: 0 auto;
  display: block;
}
.credit {
  background: #111;
  padding: 1em;
}

.credit .media{
  padding: 0.5rem;
}
.credit p{
  text-align: center;
  color: #fff;
  margin: 0;
}
.credit .content p:not(:last-child){
  margin: 0;
}
.credit img{
  display: block;
  margin: 0 auto;
  height: 30px;
}

/* MAP */

.mapContainer,
.mapContainer iframe {
  width: 100%;
  height: 80vh;
}

.mapContainer {
  background-color: rgba(0, 0, 0, 0.8);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mapContainer iframe {
  display: block;
  pointer-events: none;
  position: relative;
  z-index: -1;
  position: relative;
}

.mapContainer iframe.clicked {
  pointer-events: auto;
}

.btnIframe {
  font-size: xx-large;
  font-weight: 700;
  color: white;
  position: absolute;
  cursor: pointer;
}

/* SCROLL TO TOP  */
#smoothup {
  height: 45px;
  width: 45px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: none;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s; transition-duration: 0.4s;
  opacity: 0.5;
  background: #fff;
  border: #111 solid 1px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 2em;
  padding: 5px 0 10px 7px;
  line-height: 0px;
  z-index: 101;
}

#smoothup:hover {
    transform: rotate(360deg) ;
    -webkit-transform: rotate(360deg) ;
}

/*--------------------------------------------------------------
# PAGE 404 - ANIMATION
--------------------------------------------------------------*/
#ghost{
  display: block;
  position: relative;
  left: -2000px;
  opacity: 0;
  animation: appear-left 2s 0.1s ease-out forwards;
}
@keyframes appear-left {
to {
  left: 0;
  opacity: 1;
  }
}

/*--------------------------------------------------------------
# CONTACT FORM 7
--------------------------------------------------------------*/
.wpcf7 .control.has-icons-left .icon, .wpcf7 .control.has-icons-right .icon{
  color: var(--main-text-color);
}
.wpcf7-form-control, .select select{
  background-color: var(--white);
  color: var(--main-text-color);
  border: 1px solid transparent;
  border-radius: 5px;
  box-shadow: none;
  font-family: inherit;
  font-weight: inherit;
  font-size: 1rem;
}
.wpcf7-form-control.wpcf7-acceptance{
  background-color: transparent;
  border: none;
}
textarea.wpcf7-form-control::placeholder, input.wpcf7-form-control::placeholder{
  color: var(--main-text-color);
  opacity: 1;
}
input.wpcf7-form-control::-ms-input-placeholder, textarea.wpcf7-form-control::-ms-input-placeholder{
  color: var(--main-text-color);
}
input{
  font-family: inherit;
}
.textarea{
  padding-left: 2.5em;
  padding-bottom: calc(.5em - 1px);
  padding-right: calc(.75em - 1px);
  padding-top: calc(.5em - 1px);
}
.checkbox{
  margin-right: 0.75rem;
}
.textarea:hover, .textarea.is-hovered, .input:hover, .input.is-hovered, .select select:hover, .select select.is-hovered{
  border-color: transparent;
}
form.wpcf7-form .field-body{
  flex-basis: auto;
}

/*--------------------------------------------------------------
# VIDEOS - IFRAMES
--------------------------------------------------------------*/
.video-container{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden;width:100%}.video-container embed,.video-container iframe,.video-container object{position:absolute;top:0;left:0;width:80%;height:80%;display:block;margin:0 10%}

/*--------------------------------------------------------------
# FANCYBOX
--------------------------------------------------------------*/
.fancybox-image,.fancybox-inner,.fancybox-nav,.fancybox-nav span,.fancybox-outer,.fancybox-skin,.fancybox-tmp,.fancybox-wrap,.fancybox-wrap iframe,.fancybox-wrap object{margin:0;padding:0;vertical-align:top;border:0;outline:0}.fancybox-wrap{position:absolute;z-index:8020;top:0;left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fancybox-skin{position:relative;color:#444;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background:#f9f9f9;text-shadow:none}.fancybox-opened{z-index:8030}.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,.5);box-shadow:0 10px 25px rgba(0,0,0,.5)}.fancybox-inner,.fancybox-outer{position:relative}.fancybox-inner{overflow:hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{font:14px/20px 'Helvetica Neue',Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap;color:#444}.fancybox-iframe,.fancybox-image{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span{background-image:url(img/fancybox/fancybox_sprite.png)}#fancybox-loading{position:fixed;z-index:8060;top:50%;left:50%;margin-top:-22px;margin-left:-22px;cursor:pointer;opacity:.8;background-position:0 -108px}#fancybox-loading div{width:44px;height:44px;background:url(img/fancybox/fancybox_loading.gif) center center no-repeat}.fancybox-close{position:absolute;z-index:8040;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer}.fancybox-nav{position:absolute;z-index:8040;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:transparent url(img/fancybox/blank.gif);-webkit-tap-highlight-color:transparent}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{position:absolute;z-index:8040;top:50%;visibility:hidden;width:36px;height:34px;margin-top:-18px;cursor:pointer}.fancybox-prev span{left:10px;background-position:0 -36px}.fancybox-next span{right:10px;background-position:0 -72px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;overflow:visible!important;max-width:99999px;max-height:99999px}.fancybox-lock{overflow:visible!important;width:auto}.fancybox-lock body{overflow:hidden!important}.fancybox-lock-test{overflow-y:hidden!important}.fancybox-overlay{position:absolute;z-index:8010;top:0;left:0;display:none;overflow:hidden;background:url(img/fancybox/fancybox_overlay.png)}.fancybox-overlay-fixed{position:fixed;right:0;bottom:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{font:normal 13px/20px 'Helvetica Neue',Helvetica,Arial,sans-serif;position:relative;z-index:8050;visibility:hidden;text-shadow:none}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;z-index:8050;right:50%;bottom:0;margin-bottom:-35px;text-align:center}.fancybox-title-float-wrap .child{font-weight:700;line-height:24px;display:inline-block;margin-right:-100%;padding:2px 20px;white-space:nowrap;color:#fff;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;background:0 0;background:rgba(0,0,0,.8);text-shadow:0 1px 2px #222}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;padding:10px;color:#fff;background:#000;background:rgba(0,0,0,.8)}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span{background-image:url(img/fancybox/fancybox_sprite@2x.png);background-size:44px 152px}#fancybox-loading div{background-image:url(img/fancybox/fancybox_loading@2x.gif);background-size:24px 24px}}#fancybox-buttons{position:fixed;left:0;width:100%;z-index:8050}#fancybox-buttons.top{top:30px}#fancybox-buttons.bottom{bottom:10px}#fancybox-buttons ul{display:block;width:166px;height:30px;margin:0 auto;padding:0;list-style:none;border:1px solid #111;border-radius:3px;-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,.05);-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,.05);box-shadow:inset 0 0 0 1px rgba(255,255,255,.05);background:#323232;background:-moz-linear-gradient(top,#444 0,#343434 50%,#292929 50%,#333 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#444),color-stop(50%,#343434),color-stop(50%,#292929),color-stop(100%,#333));background:-webkit-linear-gradient(top,#444 0,#343434 50%,#292929 50%,#333 100%);background:-o-linear-gradient(top,#444 0,#343434 50%,#292929 50%,#333 100%);background:-ms-linear-gradient(top,#444 0,#343434 50%,#292929 50%,#333 100%);background:linear-gradient(to bottom,#444 0,#343434 50%,#292929 50%,#333 100%)}#fancybox-buttons ul li{float:left;margin:0;padding:0}#fancybox-buttons a{display:block;width:30px;height:30px;text-indent:-9999px;background-color:transparent;background-image:url(img/fancybox/fancybox_buttons.png);background-repeat:no-repeat;outline:0;opacity:.8}#fancybox-buttons a:hover{opacity:1}#fancybox-buttons a.btnPrev{background-position:5px 0}#fancybox-buttons a.btnNext{background-position:-33px 0;border-right:1px solid #3e3e3e}#fancybox-buttons a.btnPlay{background-position:0 -30px}#fancybox-buttons a.btnPlayOn{background-position:-30px -30px}#fancybox-buttons a.btnToggle{background-position:3px -60px;border-left:1px solid #111;border-right:1px solid #3e3e3e;width:35px}#fancybox-buttons a.btnToggleOn{background-position:-27px -60px}#fancybox-buttons a.btnClose{border-left:1px solid #111;width:35px;background-position:-56px 0}#fancybox-buttons a.btnDisabled{opacity:.4;cursor:default}.animDrop{animation: descend 1s ease;}@keyframes descend{0%{transform: translate(0, -1000px);}100%{transform: translate(0, 0);}}

/* FANCYBOX BUTTON */
#fancybox-buttons{position:fixed;left:0;width:100%;z-index:8050}#fancybox-buttons.top{top:30px}#fancybox-buttons.bottom{bottom:10px}#fancybox-buttons ul{display:block;width:166px;height:30px;margin:0 auto;padding:0;list-style:none;border:1px solid #111;border-radius:3px;-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,.05);-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,.05);box-shadow:inset 0 0 0 1px rgba(255,255,255,.05);background:#323232;background:-moz-linear-gradient(top,#444 0,#343434 50%,#292929 50%,#333 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#444),color-stop(50%,#343434),color-stop(50%,#292929),color-stop(100%,#333));background:-webkit-linear-gradient(top,#444 0,#343434 50%,#292929 50%,#333 100%);background:-o-linear-gradient(top,#444 0,#343434 50%,#292929 50%,#333 100%);background:-ms-linear-gradient(top,#444 0,#343434 50%,#292929 50%,#333 100%);background:linear-gradient(to bottom,#444 0,#343434 50%,#292929 50%,#333 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222', GradientType=0 )}#fancybox-buttons ul li{float:left;margin:0;padding:0}#fancybox-buttons a{display:block;width:30px;height:30px;text-indent:-9999px;background-color:transparent;background-image:url(img/fancybox/fancybox_buttons.png);background-repeat:no-repeat;outline:0;opacity:.8}#fancybox-buttons a:hover{opacity:1}#fancybox-buttons a.btnPrev{background-position:5px 0}#fancybox-buttons a.btnNext{background-position:-33px 0;border-right:1px solid #3e3e3e}#fancybox-buttons a.btnPlay{background-position:0 -30px}#fancybox-buttons a.btnPlayOn{background-position:-30px -30px}#fancybox-buttons a.btnToggle{background-position:3px -60px;border-left:1px solid #111;border-right:1px solid #3e3e3e;width:35px}#fancybox-buttons a.btnToggleOn{background-position:-27px -60px}#fancybox-buttons a.btnClose{border-left:1px solid #111;width:35px;background-position:-56px 0}#fancybox-buttons a.btnDisabled{opacity:.4;cursor:default}

/*--------------------------------------------------------------
# COOKIES CONSENT
--------------------------------------------------------------*/
.cc_banner-wrapper{
  z-index: 9001;
  position: relative;
}
.cc_container{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 10px;
  background: #222;
  color: #fff;
  font-size: 0.9em;
  animation-duration: .8s;
  animation-name: slideUp;
}
.cc_container .cc_message{
  margin: 0.5em 1em 0.5em 1em;
}
.cc_container .cc_btn{
  float: right;
}
@media screen and (min-width: 500px){
  .cc_container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1em;
  }
  .cc_container .cc_btn{
    float: none;
  }
}
@keyframes slideUp{
  0% {
      transform: translateY(66px);
  }
  100% {
      transform: translateY(0);
  }
}

/*--------------------------------------------------------------
# SKIP LINKS
--------------------------------------------------------------*/
/* Utile pour l'accessibilité : lien direct vers le contenu principal */
.skip-link {
  position: absolute;
  left: -9999px;
  padding: 0.5em 1em;
  background: #333;
  color:#fff;
  text-decoration: none;
}
.skip-link:focus {
  position: static;
}

/*--------------------------------------------------------------
# GUTENBERG
--------------------------------------------------------------*/
/* Grande largeur pour Gutenberg */
.content .alignwide {
  margin-left  : -80px; /* à ajuster selon vos préférences */
  margin-right : -80px; /* à ajuster selon vos préférences */
}
/* Pleine largeur pour Gutenberg */
.content .alignfull {
  margin-left  : calc( -100vw / 2 + 100% / 2 );
  margin-right : calc( -100vw / 2 + 100% / 2 );
  max-width    : 100vw;
}
.alignfull img {
  width: 100vw;
}

/* l'alignement grande largeur se comporte comme le pleine largeur en dessous de 768px */
@media screen and (max-width: 768px) {
  .content .alignwide {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
  }
}

/* ajustements block Gutenberg */
.content ul.blocks-gallery-grid, .content ul.wp-block-gallery {
  margin-left: 0;
}
.content figure.wp-block-gallery{
  margin-left: 0;
  margin-right: 0;
}
.wp-block-gallery.aligncenter{
  justify-content: center;
}
@media screen and (min-width: 601px){
  .content .wp-block-media-text figure:not(:last-child) {
    margin-bottom: 0;
  }
}
/*--------------------------------------------------------------
# CAROUSEL SLICK
--------------------------------------------------------------*/
.slick-slider{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus{
  outline: none;
}
.slick-list.dragging{
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list{
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slick-track{
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after{
  display: table;
  content: '';
}
.slick-track:after{
  clear: both;
}
.slick-loading .slick-track{
  visibility: hidden;
}
.slick-slide{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide{
  float: right;
}
.slick-slide img{
  display: block;
}
.slick-slide.slick-loading img{
  display: none;
}
.slick-slide.dragging img{
  pointer-events: none;
}
.slick-initialized .slick-slide{
  display: block;
}
.slick-loading .slick-slide{
  visibility: hidden;
}
.slick-vertical .slick-slide{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* SLICK THEME */
.slick-loading .slick-list{
  background: #fff url('img/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev, .slick-next{
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: rgba(0,0,0,0.4);
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
  color: transparent;
  outline: none;
  background: rgba(0,0,0,0.4);
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before{
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before{
  opacity: .25;
}
.slick-prev:before, .slick-next:before{
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev{
  left: 1rem;
}
[dir='rtl'] .slick-prev{
  right: 1rem;
  left: auto;
}
.slick-prev:before{
  content: '\f104';
}
[dir='rtl'] .slick-prev:before{
content: '\f105';
}
.slick-next{
  right: 1rem;
}
[dir='rtl'] .slick-next{
  right: auto;
  left: 1rem;
}
.slick-next:before{
content: '\f105';
}
[dir='rtl'] .slick-next:before{
content: '\f104';
}

/* Dots */
.slick-dotted.slick-slider{
  margin-bottom: 30px;
}
.slick-dots{
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li{
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button{
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus{
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before{
  opacity: 1;
}
.slick-dots li button:before{
  font-family: 'Font Awesome 5 Pro';
  font-size: 6px;
  font-weight: 700;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\f111';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{
  opacity: .75;
  color: black;
}
/* Carousel savoir faire*/
    .carousel-section {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 550px;
      display: flex;
      display: -webkit-flex;
      justify-content: center;
      -webkit-justify-content: center;
      align-items: center;
      -webkit-align-items: center;
    }

    .carousel.main {
      overflow: visible;
    }

    .carousel {
      width: 100%;
      height: 100%;
      display: flex;
      max-width: 900px;
      max-height: 550px;
      overflow: hidden;
      position: absolute;
    }

    .carousel-item {
      visibility: visible;
      display: flex;
      width: 100%;
      height: 100%;
      align-items: center;
      justify-content: flex-end;
      -webkit-align-items: center;
      -webkit-justify-content: flex-end;
      position: relative;
      background-color: #fff;
      flex-shrink: 0;
      -webkit-flex-shrink: 0;
      position: absolute;
      z-index: 0;
      /* transition: 1s all ease-out; */
    }

    .carousel-item__info {
      height: 60%;
      display: flex;
      justify-content: center;
      flex-direction: column;
      display: -webkit-flex;
      -webkit-justify-content: center;
      -webkit-flex-direction: column;
      order: 1;
      left: -50px;
      margin: auto;
      padding: 0 40px;
      width: 40%;
      position: absolute;
      background: #fff;
    }

    .carousel-item__image {
      width: 100%;
      height: 100%;
      order: 2;
      align-self: flex-end;
      flex-basis: 100%;
      -webkit-order: 2;
      -webkit-align-self: flex-end;
      -webkit-flex-basis: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      /* transform: translateX(100%); */
      /* transition: 1s all ease-in-out; */
    }

    .carousel-item__subtitle {
      letter-spacing: 3px;
      font-size: 10px;
      text-transform: uppercase;
      margin: 0;
      color: #7E7E7E;
      font-weight: 700;
      /* transform: translateY(25%); */
      opacity: 0;
      visibility: hidden;
      /* transition: 1s all ease-in-out; */
    }

    .carousel-item__title {
      margin: 15px 0 0 0;
      font-size: 44px;
      line-height: 45px;
      letter-spacing: 3px;
      font-weight: 700;
      color: #2C2C2C;
      transform: translateY(25%);
      opacity: 0;
      visibility: hidden;
      transition: 1s all ease-in-out;
    }

    .carousel-item__description {
      /* transform: translateY(25%); */
      opacity: 0;
      visibility: hidden;
      transition: 1s all ease-out;
      margin-top: 35px;
      font-size: 13px;
      color: #7e7e7e;
      line-height: 22px;
      margin-bottom: 35px;
    }

    .carousel-item--1 .carousel-item__image {
      background-image: url('https://images.pexels.com/photos/991012/pexels-photo-991012.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940');
    }

    .carousel-item--2 .carousel-item__image {
      background-image: url('https://images.pexels.com/photos/921294/pexels-photo-921294.png?auto=compress&cs=tinysrgb&h=750&w=1260');
    }

    .carousel-item--3 .carousel-item__image {
      background-image: url('https://images.pexels.com/photos/92733/pexels-photo-92733.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260');
    }

    .carousel-item--4 .carousel-item__image {
      background-image: url('https://images.pexels.com/photos/1008732/pexels-photo-1008732.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260');
    }

    .carousel-item--5 .carousel-item__image {
      background-image: url('https://images.pexels.com/photos/1029614/pexels-photo-1029614.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940');
    }

    .carousel-item__container {}

    .carousel-item__btn {
      width: 35%;
      color: #2C2C2C;
      letter-spacing: 3px;
      font-size: 11px;
      text-transform: uppercase;
      margin: 0;
      width: 35%;
      font-weight: 700;
      text-decoration: none;
      /* transform: translateY(25%); */
      opacity: 0;
      visibility: hidden;
      /* transition: 1s all ease-in-out; */
    }

    .carousel__nav {
      position: absolute;
      right: 10px;
      z-index: 2;
      background-color: #fff;
      bottom: 10px;
    }

    .carousel__icon {
      display: inline-block;
      vertical-align: middle;
      width: 16px;
      fill: #5d5d5d;
    }

    .carousel__arrow {
      cursor: pointer;
      display: inline-block;
      padding: 11px 15px;
      position: relative;
    }

    .carousel__arrow:nth-child(1):after {
      content: '';
      right: -3px;
      position: absolute;
      width: 1px;
      background-color: #b0b0b0;
      height: 14px;
      top: 50%;
      margin-top: -7px;
    }

    .active {
      z-index: 1;
      display: flex;
      visibility: visible;
    }

    .active .carousel-item__subtitle,
    .active .carousel-item__title,
    .active .carousel-item__description,
    .active .carousel-item__btn {
      transform: translateY(0);
      opacity: 1;
      transition: 1s all ease-in-out;
      visibility: visible;
    }

    .active .carousel-item__image {
      transition: 1s all ease-in-out;
      transform: translateX(0);
    }

    @media (max-width: 425px) {
      .carousel.main {
        padding: 0;
        margin: 0;
      }

      .carousel-item {
        flex-direction: column-reverse;
      }

      .carousel-item__info {
        position: initial;
        padding: 1rem;
        width: auto;
        height: auto;
      }
    }

    @media (min-width: 768px) {
      .carousel.main {
        width: 85%;
      }
    }

    [data-aos] {
      pointer-events: none
    }

    [data-aos].aos-animate {
      pointer-events: auto
    }

    [data-aos][data-aos][data-aos-duration="400"],
    body[data-aos-duration="400"] [data-aos] {
      transition-duration: 1s
    }

    [data-aos][data-aos][data-aos-easing=ease],
    body[data-aos-easing=ease] [data-aos] {
      transition-timing-function: ease
    }

    @media screen {
      html:not(.no-js) [data-aos=fade-right] {
        -webkit-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0)
      }

      html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
        opacity: 0;
        transition-property: opacity, -webkit-transform;
        transition-property: opacity, transform;
        transition-property: opacity, transform, -webkit-transform
      }

      html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
        opacity: 1;
        -webkit-transform: none;
        transform: none
      }
    }

/* Slider */ 
    .header-page-accueil .slide {
      position: relative;
    }

    .slider-home .slick-list {
      height: 70vh;
    }

    .slider-home .slick-track {
      height: 100%;
    }

    .slider-home .slick-slide img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center;
      transform: scale(1.1);
    }

    .header-page-accueil .slick-active img {
      animation: zoom 5s ease-in-out forwards;
    }

    @keyframes zoom {
      from {
        transform: scale(1);
      }

      to {
        transform: scale(1.1);
      }
    }

    .header-page-accueil .texte-slide {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      background-color:rgba(105, 65, 28, 0.5);
      padding: 0 1rem 0 1rem;
    }

    .header-page-accueil h2.title,
    .header-page-accueil h3.subtitle {
      color: var(--white);
    }

    .header-page-accueil .button {
      font-size: 1.5rem;
    }

    .header-page-accueil .button.telephone {
      background-color: var(--color-1);
      border-color: var(--color-1);
    }

    .header-page-accueil .button.telephone:hover {
      background-color: var(--white);
      border-color: var(--white);
      color: var(--color-1);
    }

    .header-page-accueil .slick-active h2 {
      animation-name: fadeInLeft;
      animation-duration: 2s;
      animation-fill-mode: both;
      opacity: 0;
    }

    .header-page-accueil .slick-active h3 {
      animation-name: fadeInRight;
      animation-duration: 2s;
      animation-delay: 0.5s;
      animation-fill-mode: both;
      opacity: 0;
    }

    .header-page-accueil .slick-active .button,
    .header-page-accueil .slick-active .logob {
      animation-name: fadeInUp;
      animation-duration: 2s;
      animation-delay: 1s;
      animation-fill-mode: both;
      opacity: 0;
    }

    .logob {
      width: 25%;
      margin: auto;
    }

    @keyframes fadeInLeft {
      from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
      }

      to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
      }
    }

    @keyframes fadeInRight {
      from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
      }

      to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
      }
    }

    @keyframes fadeInUp {
      from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
      }

      to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
      }
    }

    @media screen and (max-width: 425px) {
      .header-page-accueil.hero.is-fullheight {
        padding-top: 220px;
        background-color: var(--color-4);
        height: 500px;
        min-height: auto;
      }

      .slider-home {
        height: 100%;
      }

      .slider-home .slick-list,
      .slider-home .slick-track {
        height: 100%;
      }

      .header-page-accueil h2.title {
        font-size: 2rem;
      }

      .header-page-accueil h3.subtitle {
        font-size: 1rem;
      }

      .header-page-accueil .button {
        font-size: 1rem;
        width: 200px;
      }
    }

/*--------------------------------------------------------------
# MEDIA QUERIES
--------------------------------------------------------------*/
.card-content {
  padding: 0.5rem!important;
}
@media screen and (max-width: 768px) {}

@media screen and (min-width: 769px) and (max-width: 1023px) {}

@media screen and (min-width: 1024px) and (max-width: 1215px) {}

@media screen and (min-width: 1216px) and (max-width: 1407px) {}

@media screen and (min-width: 1408px) {}

@media screen and (max-width: 768 px) {}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .card-content .is-size-4 {
      font-size: 1em !important;
    }
    .pinceau {
      height: 40px;
      background: var(--color-3);
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {}

@media screen and (min-width: 1216px) and (max-width: 1407px) {}

@media screen and (min-width: 1408px) {}

@media (min-width: 768px) {
  .slider.main {
    width: 85%;
  }
}
@media screen and (max-width: 1024px) {
  .top .navbar-icons {
    display: inline-flex;
    text-align: center;
  }

  .top .main-nav-icons {
    text-align: center;
  }

  .top .logo-nav {
    justify-content: center;
  }

  .top .acc-cart {
    justify-content: center !important;
  }
  .top .navbar-brand {
    min-height: 1em;
    text-align: center;
  }
  .card-content {
    padding: 5px;
  }

}
/* équipe */ 
    .team-section {
      position: relative;
      padding: 120px 0 60px;
      margin: 0 0 50px 0;
      background-image: url(img/fond.jpg);
      padding: 100px 0;
      background-attachment: fixed;
    }

    .team-block {
      position: relative;
      margin-bottom: 60px;
    }

    .team-block .image-box {
      position: relative;
      margin: 0 auto 82px;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease;
    }

    .team-block .image-box .image {
      position: relative;
      margin-bottom: 0;
      overflow: hidden;
    }

    .team-block .image-box .image:before {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      content: "";
      z-index: 1;
      transform: scale(0);
      border-radius: 500px;
      background-color: rgba(255, 255, 255, .20);
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 200ms ease;
    }

    .team-block .image-box:hover .image:before {
      -webkit-transform: scale(2);
      -moz-transform: scale(2);
      -ms-transform: scale(2);
      -o-transform: scale(2);
      transform: scale(2);
      -webkit-transition: all 700ms ease;
      -moz-transition: all 700ms ease;
      -ms-transition: all 700ms ease;
      -o-transition: all 700ms ease;
      transition: all 700ms ease;
    }

    .team-block .image-box .image img {
      display: block;
      width: 100%;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
    }

    .team-block .image-box:hover .image img {
      transform: scale(1.1);
    }

    .team-block .info-box {
      position: absolute;
      left: 30px;
      right: 30px;
      bottom: 0;
      z-index: 2;
      background-color: rgba(255, 255, 255, 1);
      text-align: center;
      padding: 35px 15px;
      border-radius: 15px;
      overflow: hidden;
      transform: translateY(50%);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10);
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease;
    }

    .team-block .info-box .name {
      position: relative;
      display: inline-block;
      font-size: 22px;
      line-height: 1.2em;
      color: #353535;
      font-weight: 500;
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #ab7442;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease;
    }

    .team-block .info-box .designation {
      position: relative;
      display: block;
      font-size: 14px;
      line-height: 1.2em;
      color: #353535;
      font-weight: 400;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease;
    }

    .team-block .info-box .social-links {
      position: relative;
      height: 0;
      overflow: hidden;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease;
    }

    .team-block .image-box:hover .social-links {
      height: 26px;
      margin-top: 15px;
    }

    .team-block .info-box .social-links li {
      position: relative;
      display: inline-block;
      margin: 0 8px;
    }

    .team-block .info-box .social-links li a {
      position: relative;
      display: block;
      font-size: 16px;
      line-height: 26px;
      color: #353535;
      font-weight: 500;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease;
    }

    .team-block .info-box .social-links li a:hover {
      color: #ab7442;
    }

/*   Slider */
    .slider-section {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 550px;
      display: flex;
      display: -webkit-flex;
      justify-content: center;
      -webkit-justify-content: center;
      align-items: center;
      -webkit-align-items: center;
    }

    .slider.main {
      overflow: visible;
    }

    .slider {
      width: 100%;
      height: 100%;
      display: flex;
      max-width: 890px;
      max-height: 540px;
      overflow: visible;
      position: absolute;
     
    }

    .slider-item {
      visibility: hidden;
      display: flex;
      width: 100%;
      height: 100%;
      align-items: center;
      justify-content: flex-end;
      -webkit-align-items: center;
      -webkit-justify-content: flex-end;
      position: relative;
      /* background-color: #fff; */
      flex-shrink: 0;
      -webkit-flex-shrink: 0;
      position: absolute;
      z-index: 0;
      /* transition: 1s all ease-out; */

    }

    .slider-item__info {
      height: auto;
      display: flex;
      justify-content: center;
      flex-direction: column;
      display: -webkit-flex;
      -webkit-justify-content: center;
      -webkit-flex-direction: column;
      right: -50px;
      margin: auto;
      padding: 10px 40px;
      width: 40%;
      position: absolute;
      background: #fff;
      z-index: 1;
      border: 1px solid #bbb;
      box-shadow: 1px 1px 1px 1px #bbb;
      visibility: hidden;
    }

    .slider-item__image {
      width: 100%;
      height: 100%;
      align-self: flex-end;
      flex-basis: 100%;
      -webkit-align-self: flex-end;
      -webkit-flex-basis: 100%;
      position: relative;
      /* transform: translateX(100%); */
      /* transition: 1s all ease-in-out; */
    }

    .slider-item__subtitle {
      letter-spacing: 3px;
      font-size: 10px;
      text-transform: uppercase;
      margin: 0;
      color: #7E7E7E;
      font-weight: 700;
      /* transform: translateY(25%); */
      opacity: 0;
      visibility: hidden;
      /* transition: 1s all ease-in-out; */
    }

    .slider-item__title {
      margin: 15px 0 0 0;
      font-size: 44px;
      line-height: 45px;
      letter-spacing: 3px;
      font-weight: 700;
      color: #2C2C2C;
      transform: translateY(25%);
      opacity: 0;
      visibility: hidden;
      transition: 1s all ease-in-out;
    }

    .slider-item__description {
      /* transform: translateY(25%); */
      opacity: 0;
      visibility: hidden;
      transition: 1s all ease-out;
      margin-top: 35px;
      font-size: 13px;
      color: #7e7e7e;
      line-height: 22px;
      margin-bottom: 35px;
    }

    .slider__nav {
      position: absolute;
      right: 10px;
      z-index: 2;
      background-color: #fff;
      bottom: 10px;
    }

    .slider__icon {
      display: inline-block;
      vertical-align: middle;
      width: 16px;
      fill: #5d5d5d;
    }

    .slider__arrow {
      cursor: pointer;
      display: inline-block;
      padding: 11px 15px;
      position: relative;
    }

    .slider__arrow:nth-child(1):after {
      content: '';
      right: -3px;
      position: absolute;
      width: 1px;
      background-color: #b0b0b0;
      height: 14px;
      top: 50%;
      margin-top: -7px;
    }

    .active {
      z-index: 1;
      display: flex;
      visibility: visible;
    }

    .active .slider-item__subtitle,
    .active .slider-item__title,
    .active .slider-item__description,
    .active .slider-item__btn {
      transform: translateY(0);
      opacity: 1;
      transition: 1s all ease-in-out;
      visibility: visible;
    }

    .active .slider-item__image {
      transition: 1s all ease-in-out;
      transform: translateX(0);
      -webkit-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      visibility: hidden;
      z-index: 1;
    }

    .active .slider-item__info {
      transition: 1s all ease-in-out;
      transform: translateX(0);
      -webkit-animation-name: fadeInRight;
      animation-name: fadeInRight;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: forwards;
      visibility: hidden;
      z-index: 1;
    }

    @-webkit-keyframes fadeInRight {
      from {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
        visibility: hidden;
      }

      to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
      }
    }

    @keyframes fadeInRight {
      from {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
        visibility: hidden;
      }

      to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
      }
    }

    @-webkit-keyframes fadeInLeft {
      from {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
      }

      to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
      }
    }

    @keyframes fadeInLeft {
      from {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
      }

      to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
      }
    }

    @media (max-width: 425px) {
      .slider.main {
        padding: 0;
        margin: 0;
      }

      .slider-item {
        flex-direction: column;
      }

      .slider-item__info {
        position: initial;
        padding: 1rem;
        width: 100%;
        height: 100%;
        border: 1px solid #bbb;
        box-shadow: 1px 1px 1px 1px #bbb;
      }

      .slider-item__image img {
        width: 100vw;
        height: 225px;
      }
    }

    @media (min-width: 768px) {
      .slider.main {
        width: 85%;
      }

      .slider-item__image img {
        width: 100vw;
        max-height: 550px;
      }
    }