/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #151516;
    font-size: 16px;
    line-height: 1.2;
}

/*** Loader ***/
html.loader body {
  position:relative;
  animation-name: fondu;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-duration: 2s;
}
html.loader::before {
  content:"";
  position:absolute;
  margin:0 auto;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
/*
  background-color: #D7DD8C;
  border-radius: 100% 0 0 0;
*/
  background-size: cover;
  background-position: top left;
  transition: background .15s ease-in;
  animation: loader 2s linear;
}

@keyframes loader {
  0% { background-image: none; }
  16% { background-image: url(../img/loader/loader1.png); }
  32% { background-image: url(../img/loader/loader2.png); }
  48% { background-image: url(../img/loader/loader3.png); }
  64% { background-image: url(../img/loader/loader4.png); }
}

@keyframes fondu
{
  0%, 70%
  {
    opacity:0;
  }
  100%
  {
    opacity:1;
  }
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #a0d5ff;
    text-shadow: none;
}

::selection {
    background: #a0d5ff;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* =========================================================================
   Author's custom styles
   ========================================================================= */
body {
  font-family: 'ITC-Avant-Garde-Book', sans-serif;
  background-color:#fff;
}

* {
  -webkit-tap-highlight-color: transparent;
  word-break: keep-all !important;
  -webkit-hyphens: manual !important;
  -moz-hyphens: manual !important;
  -ms-hyphens: manual !important;
  -o-hyphens: manual !important;
  hyphens: manual !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width:1500px) {
  .container {
    max-width:1420px;
  }
}
section {
  display:block;
}
a {
  transition:color 0.2s linear, background 0.2s linear, border 0.2s ease-in;
  color:#4D5D22;
}
a:visited,
a:focus,
a:link {
  text-decoration: none;
  color:#4D5D22;
}
a:hover {
  text-decoration: none;
  color:#7AB82C;
}

.no-outline,
.no-outline:focus,
.no-outline:hover,
.no-outline:active {
  outline:0;
}

.align-left {
  text-align:left;
}
.align-right {
  text-align:right;
}
.align-center {
  text-align:center;
}
.margin-top {
  margin-top:20px;
}
.margin-bottom {
  margin-bottom:20px;
}
.no-padding-left {
  padding-left:0px;
}
.no-padding-right {
  padding-right:0px;
}

img,
svg {
  max-width:100%;
  height:auto;
}
.wp-caption {
  max-width:100%;
  font-style: italic;
}
@media (max-width:767px) {
  .wp-caption {
    width:100%!important;
  }
}

/*
.message {
  position:fixed;
  top:20%;
  left:10%;
  width:80%;
  background-color:#FFF;
  color:#000;
  padding:1em;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
*/
.vertical-middle {
  position:absolute;
  left:0;
  top:50%;
  transform: translateY(-50%);
}
/*** medias ***/
.video-responsive,
.wp-block-embed__wrapper {
  width:100%;
  height:0;
  padding-bottom:56.25%;
/*  overflow:hidden;*/
  position:relative;
  max-width: 800px;
  margin: auto;
}
.video-responsive iframe, .video-responsive embed, .video-responsive object,
.wp-block-embed__wrapper iframe, .wp-block-embed__wrapper embed, .wp-block-embed__wrapper object {
  width:100%!important;
  height:100%!important;
  position:absolute!important;
  top:0;
  left:0;
}

/*** MAGNIFIC POPUP ***/
.mfp-bg {
  opacity:0.9;
}
  
/*** RECAPTCHA ***/
.grecaptcha-badge {
  opacity: 0;
}

/*** COOKIEBANNER **/
.cookiebanner {
  position:fixed;
  z-index:1000;
  font-family: 'ITC-Avant-Garde-Book', sans-serif!important;
  margin: 15px;
  padding:40px;
  height:auto!important;
  font-size:14px!important;
  color:#626262;
  height:100%;
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 75%, rgba(226,226,226,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 75%,rgba(226,226,226,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 75%,rgba(226,226,226,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  transition:all 0.5s ease;
  opacity:0.95!important;
  border:none;
  border-radius:5px;
  top:auto!important;
  right:auto!important;
  left:0!important;
  bottom:0;
  box-shadow:1px 1px 10px rgba(0,0,0,0.25);
}
.cookiebanner:hover {
  opacity:1!important;
}
.cookiebanner a {
  display:inline-block;
  float:none;
  margin: 15px 0px 15px 0px;
  text-align:left;
  text-transform: uppercase;
  font-size: 14px;
  font-weight:700;
  width:auto;
  color: #009C3D !important;
  border-bottom:solid 2px transparent;
  padding-bottom:4px;
}
.cookiebanner a:hover {
  border-color: #009C3D !important;
}
.cookiebanner a::after {
  font-family: 'FontAwesome';
  content: "\f105";
  margin-left:5px;
}
.cookiebanner .line {
  display:inline-block;
  width:100%;
  text-align:center;
}
.cookiebanner button {
  position:relative;
  border:none;
  padding:10px 40px;
  color:#fff;
  font: 300 14px 'ITC-Avant-Garde-Book';
  letter-spacing:-.15em;
  text-transform:uppercase;
  margin:0 5px 10px;
  transition: all 0.2s ease-in;
  cursor:pointer;
  background-color:transparent;
}
.cookiebanner button::after {
  content:"";
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
  background-color:#009C3D;
  border-radius:5px;
  width:100%;
  height:100%;
  transition:ease-out 0.1s all;
}
.cookiebanner button:hover {
  transform: translateY(-3px);
}
#cookies-eu-reject::after {
  background-color:#626262;
}
#cookies-eu-accept::after {
  background-color:#009C3D;
}
@media (min-width: 992px) {
  .cookiebanner {
    font-size:16px!important;
    width:40%;
  }
}
@media (min-width: 1200px) {
  .cookiebanner {
    width:35%;
  }
}
@media (min-width: 1500px) {
  .cookiebanner {
    width:26%;
  }
}

.back-to-top {
  position: fixed;
  z-index: 1000;
  right: 15px;
  bottom: 15px;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  opacity: 0;
  transition: all 0.2s ease-in; 
}
.back-to-top::before {
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:-1;
  background: #4D5D22;
  border-radius:40px;
  box-shadow:0px 0px 0px 7px rgba(77, 93, 34, .35);
}
.back-to-top:hover {
  transform:translateY(-3px);
}
.back-to-top.visible {
  opacity:0.8;
}
.back-to-top a {
  height: 40px;
  position: relative;
  width: 40px;
  display: block;  
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  transform: scale(1)
}
.back-to-top a::before {
  position:absolute;
  text-align:center;
  content:"\f077";
  font-family:"FontAwesome";
  color:#fff;
  font-size:15px;
  line-height:30px;
  left:0;
  top:0;
  width:40px;
}
.back-to-top.visible:hover {
  opacity:1;
}
@media (min-width:992px) {
  .back-to-top {
    width:60px;
    height:60px;
  }
  .back-to-top a {
    height: 60px;
    width: 60px;
  }
  .back-to-top a::before {
    font-size:20px;
    line-height:50px;
    width:60px;
  }
}
a.button {
  position:relative;
  z-index:2;
  display:inline-block;
  text-align:center;
  cursor:pointer;
  background-color: #161615;
  border: solid 1px #161615;
  padding: 0px 30px 0px 30px;
  border-radius: 5px;
  font-family: 'ITC-Avant-Garde-Md', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  text-align: left;
  color: #ffffff;
  line-height: 40px;
  height: 40px;
  width:auto;
  cursor: pointer;  
}
a.button.invert {
  background-color: transparent;
  color: #161615;  
}
a.button.bt-white {
  border: solid 1px #fff;
  background-color: #fff;
  color: #161615;  
}
a.button img {
  max-height:40px;
  width:auto;
}
a.button.ico-link::after {
  content:"\f105";
  font-family:"FontAwesome";
  color:#fff;
  margin-left:6px;
}
a.button.ico-back::before {
  content:"\f104";
  font-family:"FontAwesome";
  color:#fff;
  margin-right:6px;
}
a.button:hover {
  background-color: transparent;
  color: #161615;
}
a.button.invert:hover {
  background-color: #161615;
  color: #fff;
}
a.button.bt-white:hover {
  background-color: transparent;
  color: #fff;  
}

.hover-effect-right {
  transition:transform 0.2s ease-in;
}
.hover-effect-right:hover {
  transform:translateX(10px);
}

.border-button {
  position:relative;
  z-index:2;
  padding:4px;
}
.border-button span {
  align-items: center;
  background: #fff;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  height: 100%;
  transition: all .2s ease;
  width: 100%; 
  padding:0 20px;
  min-width:250px; 
  color:#fff;
}
.border-button:hover span {
  background: transparent!important; 
  color:#FFC049; 
}

.photo {
  position: relative;
  overflow: hidden;
}
.photo img,
figure img {
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
  transition: all .35s ease-in;
}
.vertical-align-center {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;  
}

.logo-container .sitename {
  display:none;
}
.page-content {
  padding-bottom: 170px;
}
.banner .logo-marketplace {
  position: absolute;
  top: 92px;
  background-color: #fff;
  width: 200px;
  height: 68px;
  text-align: center;
  padding: 18px 20px 10px;
  border-radius: 8px;
  box-shadow: 0px 3px 6px rgba(0,0,0,.16);
}
.banner {
  position:relative;
  background-color:#7ab92c;
  display:flex;
  position:relative;
  width:100%;
  height:700px;
  max-height:700px;
  text-align:left;
  padding-top:175px;
  flex-wrap: wrap;
  padding-bottom: 70px;
  color: #fff;
}
.banner.archive-banner {
  padding-top: 140px;
  height: 400px;
  max-height: 400px;
}
.banner.page-banner {
  height: 300px;
  max-height: 300px;
}
.archive-banner .woocommerce-breadcrumb {
  padding: 40px 0 1rem;
  font-family: 'ITC-Avant-Garde-Md', sans-serif;
}
.archive-banner .woocommerce-breadcrumb a {
  color: #fff;
  text-decoration: underline;
}
.avec-bienvenue .banner {
  padding-top: 140px;
}
.banner h1 {
  font-family:'ITC-Avant-Garde-Bold', sans-serif;
  font-size:50px;
  color:#fff;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
  margin-bottom:40px;
}
.banner .photo {
  border-radius: 5px;
}
.banner .liste-categories,
.banner .call-to-actions {
  float: left;
  width: 65%;
  margin-top: 20px;
}
.banner .call-to-actions {
  margin-top: 40px;
}
.banner .liste-categories ul,
.banner .call-to-actions ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.banner .liste-categories a {
  display: block;
  color: #fff;
  font-family:'ITC-Avant-Garde-Md', sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  text-decoration: underline;
}
.banner .liste-categories li:first-child a {
  padding-left: 0;
}
.banner .call-to-actions a {
  display: block;
  color: #fff;
  font-family:'ITC-Avant-Garde-Md', sans-serif;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  border: solid 1px #fff;
  border-radius: 5px;
}
.banner .call-to-actions a:hover {
  background-color: #fff;
  color: #161615;
}
.banner .call-to-action {
  float: left;
  width: 35%;
  margin-top: 0px;
  text-align: left;
  line-height: 40px;
  padding-left: 30px;  
}
.banner .call-to-action a {
  color: #fff;
  font-family:'ITC-Avant-Garde-Md', sans-serif;
  font-size: 16px;
  text-decoration: underline;
}
section.section-interne {
  padding-top: 100px;
  padding-bottom: 100px;
}
section h2 {
  margin:0 auto 60px;
  font-family:'ITC-Avant-Garde-Bold', sans-serif;
  font-size:26px;
  color:#161615;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: center;
}
section.section-with-actions h2,
section.section-with-actions h1 {
  text-align: left;
}
section.section-with-actions .call-to-action {
  text-align: right;
}
section.section-with-actions .call-to-action a {
  margin-left: 30px;
}
section.section-verte {
  background-color: #7AB82C;
  color: #fff;
}
section.section-verte h2 {
  color: #fff;
}
.bloc-produit {
  position:relative;
  width:100%;
  min-height:365px;
  margin-bottom:40px;
  border-radius: 5px;
  overflow: hidden;
}
.bloc-produit .photo {
  position: relative;
  z-index: 0;
  height: 275px;
  background-size:cover;
  background-position: center;
  padding:15px;
  background-color: #e6e6e6;
}
.bloc-produit .photo::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59000000', endColorstr='#00000000',GradientType=0 );
}
.bloc-produit .description {
  height: 135px;
  background-color: #7AB82C;
  text-align: left;
  color: #fff;
  padding: 15px;
}
.bloc-produit .ligne-1 {
  overflow: hidden;
  height: 24px;
}
.bloc-produit .categorie {
  font-size: 14px;
}
.bloc-produit .categorie a {
  color: #fff;
}
.bloc-produit .categorie a:hover {
  color: #D8E49F;  
}
.bloc-produit .bon-plan {
  display: inline-block;
  font-family: 'ITC-Avant-Garde-Bold',sans-serif;
  font-size: 12px;
  background-color: #3B2062;
  padding: 0 15px;
  line-height: 24px;
  height: 24px;
  border-radius: 24px;
  margin-left: 10px;
}
.bloc-produit .titre {
  margin: 6px 0 8px;
  font-family: 'ITC-Avant-Garde-Bold',sans-serif;
  font-size: 20px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  line-height: 26px;
  height: 26px;
}
.bloc-produit .titre a {
  color: #fff;  
}
.bloc-produit .titre a:hover {
  color: #D8E49F;  
}
.bloc-produit .prix {
  display: inline-block;
  vertical-align: top;
  font-family: 'ITC-Avant-Garde-Bold',sans-serif;
  line-height: 40px;
  height: 40px;
  padding: 0 0px;
  margin-right: 10px;
  overflow: hidden;
  max-width: 200px;
}
.bloc-produit .prix .actif {
  color: #fff;
  line-height: 1.2em;
  display: inline-block;
}
.bloc-produit .prix .barre {
  color: #5F5F5B;
  margin-left: 4px;
  text-decoration: line-through;
}
.bloc-produit .button {
  font-size: 14px;
  padding: 0 15px;
  font-weight: 300!important;
  background-color: #fff!important;
  border: solid 1px #fff!important;  
}
.bloc-produit .button:hover {
  background-color: transparent!important;
  color: #fff!important;
}
.choisir-une-categorie ul {
  list-style: none;
  padding:0;
  margin:0 -15px;
  width:calc(100% + 30px);
  text-align:center;
  justify-content: center;
}
.choisir-une-categorie .item-categorie {
  min-height: 270px;
  border-radius: 5px;
  margin-bottom: 30px;
  overflow: hidden;
}
.choisir-une-categorie .item-categorie .photo-background {
  position: relative;
  z-index: 0;
  height: 210px;
  background-size: cover;
  background-position: center;
  background-color: #e6e6e6;  
  text-align: center;
  overflow: hidden;
}
.choisir-une-categorie .item-categorie .photo-background::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59000000', endColorstr='#00000000',GradientType=0 );
}
.choisir-une-categorie .item-categorie .photo-background img {
  object-fit: cover;
  object-position: center center;  
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;  
}
.choisir-une-categorie .item-categorie .categorie-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 60px;
  background-color: #7AB82C;
}
.choisir-une-categorie .item-categorie .categorie-description a {
  color: #fff;
  text-align: center;
  font-family: 'ITC-Avant-Garde-Bold', sans-serif;
  font-size: 20px;
  line-height: 23px;
}

.section-comment-ca-fonctionne {
  text-align: center;
  padding-bottom: 100px;
}
.section-comment-ca-fonctionne ul {
  list-style: none;
  margin: 40px auto;
  padding: 0;
}
.section-comment-ca-fonctionne .num {
  width: 140px;
  height: 140px;
  text-align: center;
  font-size: 40px;
  color: #fff;
  background: rgba(255,255,255,.3);
  margin: 0 auto;
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;  
}
.section-comment-ca-fonctionne .texte {
  margin-top: 20px;
  font-size: 16px;
}
.slider-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.slider-list ul li {
  padding: 0 15px;
}
.container-list {
  position: relative;
}
.container-list a.prev,
.container-list a.next {
  width: 40px;
  font-size: 0;
}
.container-list a.prev {
  position: absolute;
  top: 50%;
  left: -40px;
  z-index: 5;
  transform: translateY(-50%);
}
.container-list a.next {
  position: absolute;
  top: 50%;
  z-index: 5;
  right: -40px;
  transform: translateY(-50%);
}
.container-list a.prev::before,
.container-list a.next::before {
  content:"\f104";
  display:block;
  font-family: "FontAwesome";
  font-size: 24px;
  color:#3E3E3E;
  border-radius:5px;
  background-color: #E6E6E6;
  width: 40px;
  height: 40px;
  text-align: center;
  transition: all .2s ease-in;
  line-height: 40px;
  opacity: .3;
}
.container-list a.next::before {
  content: "\f105";
}
.container-list a.prev:hover::before,
.container-list a.next:hover::before {
  opacity: 1;
}
.slider-marques .owl-carousel .owl-stage-outer {
  padding: 10px 0;
}
.slider-marques .item {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  width: 180px;
  height: 120px;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0,0,0,.1);
  margin: 0 auto;
}
.slider-marques .item a {
  display: inline-block;
  margin: 0 auto;
}
.slider-marques .item img {
  max-height: 60px;
  width: auto!important;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.container-map {
  position: relative;
}
.map-standard {
  min-height: 500px;
  border-radius: 5px;
}
.map-standard {
  height:500px;
  margin-bottom:40px;
}
.nous-contacter {
  text-align: left;
}
.nous-contacter h2 {
  margin-bottom: 20px;
  width: 100%;
  text-align: left;
}
.nous-contacter ul {
  list-style: none;
  padding: 0;
}
.nous-contacter .liste-contacts ul {
  display: flex;
  justify-content: start;
  width: 100%;
}
.nous-contacter .liste-contacts a {
  color: #7AB82C;
  font-weight: bold;
  margin: 15px 20px 15px 0;
  display: inline-block;
}
.nous-contacter .liste-contacts a::before {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  background-color: #7AB82C;
  color: #fff;
  margin-right: 6px;
  text-align: center;
  font-size: 12px;
  line-height: 36px;
  font-family: "FontAwesome";
}
.nous-contacter .liste-contacts a.telephone::before {
  content: "\f879";
}
.nous-contacter .liste-contacts a.email::before {
  content: "\f658";
}
.nous-contacter .horaires {
  color: #7AB82C;
}
.nous-contacter .horaires .titre {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 20px;
}
.nous-contacter .horaires label {
  width: 160px;
  text-transform: capitalize;
}
.archive-product {
  padding: 50px 0 170px;
}
.archive-banner header {
  position: relative;
}
.archive-banner .pwb-brand-banner-cont {
  position: absolute;
  right: 0;
  top: -50px;
  max-width: 50%;  
}
.archive-banner .pwb-brand-banner-cont img {
  max-height: 100px;
  width: auto;
}
.archive-product .boutique-column {
  background-color: rgba(122, 184, 44, .15);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: left;
  padding: 40px 15px;
  border-radius: 5px;
  margin-top: 70px;
}
.archive-product .categories {
  padding: 0 15px;
}
.archive-product .marques,
.archive-product .bons-plans {
  margin-top: 40px;
}
.archive-product .categories ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.archive-product .categories li a {
  color:#161615;
  display: block;
  margin-bottom: 6px;
}
.archive-product .categories li a::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  margin-right: 6px;
}
.archive-product .categories li a:hover {
  color: #7AB82C;
}
.archive-product .categories li.select a {
  color: #7AB82C;
  font-family: 'ITC-Avant-Garde-Bold',sans-serif;
}
.archive-product .categories li.select a::before {
  font-weight: bold;
}
.archive-product .categories ul.sous-categories {
  padding: 0 0px 0px 20px;
}
.archive-product .categories ul.sous-categories li:last-child{
  padding-bottom:10px;
}
.archive-product .woocommerce-result-count {
  font-family: 'ITC-Avant-Garde-Bold',sans-serif;
  color: #7AB82C;
}
.archive-product .chosen-container,
.archive-product select.chosen {
  border:solid 1px #4D5D22;
  background-color:#fff;
  color:#4D5D22;
  font-size:14px;
  padding:4px 10px;
  border-radius:5px;
  margin-bottom:10px;
  text-align:right;
  width: 250px!important;
}
.archive-product .chosen-container-single .chosen-single {
  border:none;
  height:auto;
  padding:0;
  background: transparent;
  box-shadow: none;
}
.archive-product .chosen-container-single .chosen-single::after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  z-index: 2;
  font-size: 20px;
  color: #4D5D22;
  top:0px;
  right: 0px;
  line-height: 24px;
  transition: all 0.2s ease-in;
}
.archive-product .chosen-with-drop .chosen-single::after {
  transform:rotate(180deg);
}
.archive-product .chosen-container-single .chosen-single span {
  color:#4D5D22;
  font-size:14px;
  margin-bottom:0;
}
.archive-product .chosen-container-active.chosen-with-drop .chosen-single {
   border:none!important;
   background-image:none!important;
   box-shadow:none!important;
}
.archive-product .chosen-container-single .chosen-drop {
  left:0;
  box-shadow:none;
  background-color: #FFF;
  border: solid 1px #4D5D22;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
/*  border-bottom:dashed 1px rgba(22, 22, 21, .75);*/
}
.archive-product .chosen-container .chosen-results {
  margin: 0;
  padding: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.archive-product .chosen-container .chosen-results li {
  text-align: right;
  font-size:14px;
  line-height: 24px;
  color: #4D5D22;
  padding: 5px 10px;
  background-color:#fff;
  list-style: none;
}
.archive-product .chosen-container .chosen-results li::before {
  display: none;
}
.archive-product .chosen-container .chosen-results li:last-child {
  border-bottom: none;
}
.archive-product .chosen-container .chosen-results li.highlighted {
  background-color:#3e3e3e;
  background-image:none;
  color: #fff!important;
}

.item-paragraphe {
  margin-bottom: 80px;
  text-align: left;
}
.item-paragraphe .vertical-align-center {
  height: 100%;
}
.item-paragraphe h3,
.item-paragraphe .h3 {
  font-family: 'ITC-Avant-Garde-Bold',sans-serif;
  text-align: left;
  margin-bottom: 30px;
}
.item-paragraphe .photo {
  border-radius: 5px;
}



.formulaire {
  padding:0;
}
.formulaire.form-inscription {
  padding:70px;
}
.formulaire.form-connexion {
  padding:0 0 70px 0;
  margin: 0 auto;
  max-width: 380px;
}
.formulaire .form-line {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  text-align:center;
}
.formulaire .form-line .w-100,
.formulaire .form-line .w-25,
.formulaire .form-line .w-50,
.formulaire .form-line .w-75 {
  padding: 0 15px;
}
.formulaire label {
  width:100%;
  font-family: 'ITC-Avant-Garde-Bold', sans-serif;
  font-size: 14px;
  text-align:left;
}
.formulaire label span {
  display:inline-block;
  margin-bottom:10px;
  width:100%;
  text-align:left;
  color:#161615;
}
.formulaire input[type=text],
.formulaire input[type=email],
.formulaire input[type=tel],
.formulaire input[type=password],
.formulaire input[type=number],
.formulaire .chosen-container,
.formulaire select.chosen,
.formulaire textarea {
  width:100%!important;
  border:none;
  background-color:#f4f4f4;
  color:#161615;
  font-size:14px;
  padding:10px 15px;
  border-radius:5px;
  margin-bottom:20px;
  text-align:left;
  box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
}
.formulaire input::placeholder {
  opacity: 0.35;
}
.formulaire input[type=number].with-suffix {
  width: calc(100% - 20px)!important;
  margin-left: 0;
}
.formulaire .form-line .suffix {
  position: absolute;
  line-height: 41px;
  margin-left: 6px;
}
.formulaire .form-line .currency {
  width: 14px;
  text-align: center;
  font-family: 'ITC-Avant-Garde-Bold', sans-serif;
}
.form-contact .line-submit {
  text-align: left;
}
.form-contact .rgpd {
  font-size: 12px!important;
  line-height: 1.2em !important;
  width: 100%;
  text-align: left;
}
.formulaire .chosen-container-single .chosen-single {
  border:none;
  height:auto;
  padding:0;
  background: transparent;
  box-shadow: none;
}
.formulaire .chosen-container-single .chosen-single::after,
.formulaire .chosen-container-multi .chosen-choices::after  {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  z-index: 2;
  font-size: 24px;
  color: #161615;
  top:0px;
  right: 0px;
  line-height: 29px;
  transition: all 0.2s ease-in;
}
.formulaire .select-tags .chosen-container-single .chosen-single::after,
.formulaire .select-tags .chosen-container-multi .chosen-choices::after  {
  display: none;
}
.formulaire .select-tags .chosen-container {
  height: 88px;
}
.formulaire .chosen-with-drop .chosen-single::after,
.formulaire .chosen-with-drop .chosen-choices::after {
  transform:rotate(180deg);
}
.formulaire .chosen-container-single .chosen-single span {
  color:#161615;
  font-size:14px;
  margin-bottom:0;
}
.formulaire .chosen-container-single .chosen-default span {
  opacity: .5;
}
.formulaire .chosen-container-active.chosen-with-drop .chosen-single {
   border:none!important;
   background-image:none!important;
   box-shadow:none!important;
}
.formulaire .chosen-container-single .chosen-drop {
  left:0;
  border:none;
  box-shadow: 0 4px 5px rgba(0,0,0,.15);
  background-color: #F4F4F4;
  z-index: 1001;
/*  border-bottom:dashed 1px rgba(22, 22, 21, .75);*/
}
.formulaire .chosen-container .chosen-results li {
  text-align: left;
  font-size:14px;
  line-height: 24px;
  color: #161615;
  padding: 10px 15px;
  border-bottom: dashed 1px rgba(22, 22, 21, .25);
  background-color:#F4F4F4;
  list-style: none;
}
.formulaire .chosen-container .chosen-results li::before {
  display: none;
}
.formulaire .chosen-container .chosen-results li.child::before {
  display: inline-block;
  vertical-align: top;
  content: "   - ";
  margin-right: 6px;
  font-size: 14px;
  color: #161615;
}
.formulaire .chosen-container .chosen-results li:last-child {
  border-bottom: none;
}
.formulaire .chosen-container .chosen-results li.highlighted {
  background-color:#3e3e3e;
  background-image:none;
}
.formulaire .chosen-container .chosen-results li.highlighted.child:before {
  color: #fff;
}
.formulaire .chosen-choices {
  border: none!important;
  background: transparent!important;
}
.formulaire .chosen-choices li::before {
  display: none!important;
}
.formulaire .chosen-choices li.search-field {
  width:100%;
}
.formulaire .chosen-container-active .chosen-choices {
  box-shadow: none!important;
}
.formulaire .chosen-container-multi .chosen-choices li.search-choice {
  color: #fff;
  background-color: #4D5D22;
  background-image: none;
  border: none;
  padding: 8px 30px 8px 10px;
}
.formulaire .chosen-container-multi .chosen-choices li.search-choice .search-choice-close::before {
  content: "×";
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}
.formulaire .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  border: none!important;
}
.formulaire .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  font-family: 'ITC-Avant-Garde-Book', sans-serif;
}
.formulaire .chosen-container-multi .chosen-drop {
  left: 0!important;
}
.formulaire .chosen-container-single .chosen-search input[type="text"] {
  position: relative;
  border: none;
  background-color: #fff;
  border-radius: 5px;  
}
.formulaire .chosen-container-single .chosen-search::after {
  position: absolute;
  content: "\f002";
  font-family: "FontAwesome";
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.formulaire .container-actions {
  text-align:right;
}
.formulaire button.submit,
.formulaire button.upload,
.formulaire input[type="submit"] {
  background-color: #4D5D22;
  border:solid 1px #4D5D22;
  padding: 0px 40px 0px 40px;
  border-radius: 5px;
  font-family: 'ITC-Avant-Garde-Md', sans-serif;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.08;
  text-align: left;
  color: #ffffff;
  line-height:40px;
  height:40px;
  cursor:pointer;
  transition: all .2s ease-in;
}
.formulaire button.submit:hover,
.formulaire button.upload:hover,
.formulaire input[type="submit"]:hover {
  background-color: transparent;
  color: #4D5D22;
}
.formulaire .checkbox-liste {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.formulaire .check {
  position:relative;
}
.formulaire .checkbox-liste .check {
  padding-right: 30px;
}
.formulaire .check label {
  font-weight:normal;
  font-size:16px;
  line-height: 26px;
  font-family: 'ITC-Avant-Garde-Book', sans-serif;
  margin-bottom:0px;
  text-align: left;
}
.formulaire .check label a {
  color: #161615!important;
  text-decoration: underline;
  border: none!important;
}
.formulaire input[type=checkbox] {
  height:20px;
  width:20px;
  position: absolute;
  left: 0px;
  opacity: 0;
  cursor:pointer;
}
.formulaire input[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width:20px;
  height:20px;
  border: 2px solid #161615;
  box-sizing: border-box;
  border-radius: 6px;
  background-color:#fff;
  margin-top:3px;
  margin-right: 6px;
  cursor:pointer;
}
.formulaire input[type="checkbox"].checked + label::before {
  font-family: "FontAwesome";
  content:"\f00c";
  line-height: 14px;
  font-size: 10px;
  text-align: center;
  color:#fff;
  background-color:#161615;
  border:solid 2px #161615;
}
.formulaire .checkbox-accept {
  font-size:14px;
  font-weight:300;
  margin-bottom: 20px;
}
.formulaire .checkbox-accept label p {
  display: inline-block;
  width: calc(100% - 40px);
  margin-left: 6px;
  text-align:left;  
}
.formulaire .checkbox-cgu {
  margin-top: 40px;
}
.form-inscription .line-submit,
.form-produit .line-submit {
  margin-top: 40px;
}
.formulaire .container-upload {
  background-color: #f4f4f4;
  padding: 15px;
  margin-bottom: 20px;
}
.formulaire .container-upload .preview {
  border: solid 1px #e4e4e4;
  min-height: 200px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.formulaire .container-upload .preview img {
  position: relative;
}
.formulaire .container-upload .changer-photo {
  background-color: #e4e4e4;
  padding: 15px;
  text-align: left;
}
.formulaire .container-upload .label {
  font-family: 'ITC-Avant-Garde-Bold', sans-serif;
  font-size: 12px;
  margin-bottom: 10px;
  text-align:left;
}
.formulaire .container-upload button.upload {
  font-size: 12px;
  padding: 0 20px;
  margin: 20px 0;
}
.formulaire .infos {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.5em;
  font-style: italic; 
  text-align: left; 
  background-color: #fff;
  border: solid 1px #d4d4d4;
  padding: 10px 15px;
  border-radius: 5px;
}
.formulaire .infos::after {
  content: "\f129";
  position: absolute;
  font-style: normal;
  font-family: "FontAwesome";
  font-size: 12px;
  color: #161615;
  top: -15px;
  right: -15px;
  line-height: 24px;
  background-color: #fff;
  border: solid 3px #161615;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  text-align: center;
}
.section-elements-contact .elements-container {
  background-color: #7AB82C;
  color: #fff;
  border-radius: 5px;
  padding: 50px 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.section-elements-contact .elements-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
.section-elements-contact .elements-container a::before {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  background-color: #fff;
  color: #7AB82C;
  margin-right: 6px;
  text-align: center;
  font-size: 12px;
  line-height: 36px;
  font-family: "FontAwesome";
}
.section-elements-contact .elements-container .telephone::before {
  content: "\f879";
}
.section-elements-contact .elements-container .email::before {
  content: "\f658";
}
.section-elements-contact .elements-container .adresse::before {
  content: "\f3c5";
}
.section-elements-contact .elements-container a {
  font-family: 'ITC-Avant-Garde-Bold', sans-serif;
  font-size: 16px;
  color: #fff;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
div.wpcf7 .ajax-loader {
  display:block!important;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {
  border:none!important;
}
.wpcf7-not-valid-tip,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  color:#ff1a1a!important;
}
.wpcf7 form.sent .wpcf7-response-output {
  border:none!important;
  color:#749a00;
}
.wpcf7 .wpcf7-response-output {
  margin:0!important;
}

.page-content {
  padding:100px 0 170px;
  min-height: calc(100vh - 260px);
}
.avec-bienvenue .page-content {
  padding-top: 140px;
}

.page-content .section-content,
.page-content .content-categories {
  padding:40px 0 100px;
}
.page-content.single {
  padding-bottom: 100px;
}
.page-content h1,
.page-content .h1 {
  font-family: 'ITC-Avant-Garde-Bold',sans-serif;
  font-size: 44px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #161615;
  margin-bottom:40px;
}
.banner h1 {
  color: #fff;
}
.archive-banner h1 {
  text-align: left;
}
.page-content h2 {
  font-size: 26px;
  font-family: 'ITC-Avant-Garde-Bold',sans-serif;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #161615;
  text-transform: none;
  margin:40px auto 20px;  
}
.page-content .section-content h3 {
  font-size: 22px;
  font-family: 'ITC-Avant-Garde-Bold',sans-serif;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #161615;  
}
.page-content .section-content h4 {
  font-size: 18px;
  font-family: 'ITC-Avant-Garde-Bold',sans-serif;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.22;
  letter-spacing: normal;
  text-align: left;
  color: #161615;  
}
.page-content .section-content .texte {
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #161615;  
}
.section-favoris .texte {
  padding:100px 0;
}
.page-content .section-content a:not(.button):not(.leaflet-popup-close-button):not(.chosen-single) {
  color:#4D5D22;
  border-bottom:solid 1px transparent;
}
.page-content .section-content a:not(.button):not(.leaflet-popup-close-button):not(.chosen-single):hover {
  color: #7AB82C;
  border-color: #7AB82C;
}
.page-content .section-content strong {
  font-family: 'ITC-Avant-Garde-Bold',sans-serif;
}
.page-content .section-content ul {
  padding-left:0px;
  list-style:none;
}
.page-content .section-content ul li::before {
  /*content: "\f111";*/
  content: "●";
  font-family: "FontAwesome"; 
  color: #7AB82C;
  display:inline-block;
  width:1em;
  font-size: 14px;
  line-height: 26px;
  vertical-align: top;
  margin-right: 6px;  
}
.page-content .section-content ul.blocks-gallery-grid li::before {
  display: none;
}
.page-content .section-content ol {
  list-style: none; 
  counter-reset: li;
  padding-left:20px;
}
.page-content .section-content ol li::before {
  content: counter(li); 
  color: #7AB82C;
  font-family: 'ITC-Avant-Garde-Bold',sans-serif;
  display: inline-block; 
  width: 1em;
  margin-left: -1.5em;
  margin-right: 0.5em; 
  text-align: right; 
  direction: rtl
}
.page-content .section-content ol li {
  counter-increment: li;
}
.page-content .section-content blockquote {
  border-left: solid 5px #7AB82C;
  font-style: italic;
  font-size: 24px;
  padding: 15px 15px 15px 30px;
  margin: 2rem auto;
  background-color: rgba(0,0,0,.02);
  border-radius: 5px;
}
.page-content .section-content blockquote cite {
  font-size: 16px;
}
.page-content .section-content figure {
  margin: 40px auto;
}
.page-content .section-content figure figcaption {
  font-size:12px;
}
.page-content .section-content figure.wp-block-image {
  text-align: center;
}
.page-content .section-content figure.is-type-video {
  max-width: 1000px;
}
.page-content .section-breadcrumb {
  padding: 40px 0 0;
  width: 100%;
}
.page-content .section-breadcrumb .fil-ariane {
  text-align:left;
  font-size:14px;
  font-weight:normal;
  font-family: 'ITC-Avant-Garde-Md',sans-serif;
}
.page-content .section-breadcrumb .fil-ariane a {
  color:#fff!important;
  text-decoration: underline;
}
.page-content .section-breadcrumb .fil-ariane a:hover {
  color:#fff!important;
}
.fil-ariane .separator {
  font-size:0;
}
.fil-ariane .separator::before {
  content:"\f054";
  font-family:"FontAwesome";
  font-size:12px;
  color:#fff;
  margin:0 12px;
}
.pagination {
  justify-content:left;
  padding-left: 15px!important;
  margin: 20px 0 0;
}
.pagination li::before {
  display: none!important;
}
.pagination li a,
.pagination li span {
  display:block;
  font-size:16px;
  color:#161615;
  text-align:center;
  width:20px;
  height:40px;
  line-height:40px;
  transition:all .2s ease-in;
  border-bottom: none!important;
}
.pagination li.active span,
.pagination li a:hover {
  color:#7AB82C;
  border-bottom: none!important;
}
.pagination .prev a,
.pagination .next a {
  width: 40px;
}
.pagination .prev a {
  margin-right: 30px;
}
.pagination .next a {
  margin-left: 30px;
}
.pagination .prev a::before {
  content:"\f104";
  display:block;
  font-family: "FontAwesome";
  color:#fff;
  border-radius:5px;
  background-color: rgba(62,62,62,.22);
  width: 40px;
  height: 40px;
  text-align: center;
  transition: all .2s ease-in;
  line-height: 40px;
}
.pagination .next a::before {
  content:"\f105";
  display:block;
  font-family: "FontAwesome";
  color:#fff;
  border-radius:5px;
  background-color: rgba(62,62,62,.22);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  transition: all .2s ease-in;
}
.pagination .prev a:hover::before,
.pagination .next a:hover::before {
  background-color: rgba(62,62,62,1);
}
table.tab-data th {
  font-weight: normal;
  font-size:20px;
  text-align: left;
  padding: 0 10px 20px 10px;
}
table.tab-data td {
  font-family:  'ITC-Avant-Garde-Bold',sans-serif;
  font-size: 16px;
  text-align: left;
  padding: 10px;
}
table.tab-liste-reservations td,
table.tab-annuaire td {
  vertical-align: top;
}
table.tab-data td .texte,
table.tab-data td .telephone,
table.tab-data td .email,
table.tab-data td .web {
  font-family:  'ITC-Avant-Garde-Book',sans-serif;
  font-size: 14px;
  border: 0 !important;
}
table.tab-data td .web::before {
  content: "\f0c1";
  font-family: "FontAwesome";
  margin-right: 6px;
}
table.tab-data td .reseaux-sociaux {
  padding: 10px 20px 0 0;
  font-size: 0;
}
table.tab-data td .reseaux-sociaux .facebook::before {
  content: "\f230";
  font-family: "FontAwesome";
  font-size: 16px;
  color: #161615;
  margin-right: 15px;
}
table.tab-data td .reseaux-sociaux .instagram::before {
  content: "\f16d";
  font-family: "FontAwesome";
  font-size: 16px;
  color: #161615;
}
table.tab-data td .telephone::before,
table.tab-data td .email::before {
  font-family: "FontAwesome";
  font-size: 16px;
  color: #161615;
  margin-right: 6px;
}
table.tab-data td .telephone::before {
  content: "\f095";
}
table.tab-data td .email::before {
  content: "\f0e0";
}
table.tab-data td .archiver,
table.tab-data td .desarchiver {
  font-size: 0;
  border-bottom: none!important;
}
table.tab-data td .archiver::before,
table.tab-data td .desarchiver::before {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 24px;
  line-height: 28px;
  color: #161615;
}
table.tab-data td .archiver::before {
  content: "\f00c";
}
table.tab-data td .desarchiver::before {
  content: "\f0e2";
}
table.tab-data td .archiver:hover::before,
table.tab-data td .desarchiver:hover::before {
  color: #7AB82C;
}
table.tab-data tbody tr:nth-child(even) {
  background-color:#fff;
}
table.tab-data tbody tr:nth-child(odd) {
  background-color:#f4f4f4;
}
table.tab-data tbody td {
  height: 95px;
}
table.tab-data tbody td img {
  max-width: 100px;
  max-height: 75px;
}
.total-elements {
  padding-top: 40px;
  text-align: left;
}

.archive-product,
.single-product {
  text-align: left;
}
section.single-product {
  padding-top:140px;
}
section.single-product .page-content {
  padding-top: 0;
}
section.single-product .woocommerce {
  padding: 40px 0;
  text-align: left;
}
section.single-product .woocommerce-product-gallery__image a:not(.zoom) {
  display: block;
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center;
  padding: 0px;
  background-color: #e6e6e6;
  border-radius: 5px;
  overflow: hidden;
}
section.single-product .woocommerce-product-gallery__image img {
  object-fit: cover;
  object-position: center center;
  height: 100%!important;
  width: 100%!important;
  transition: all .35s ease-in;
}
section.single-product .woocommerce-product-gallery__image:first-child a:not(.zoom) {
  height: 450px;
  margin-bottom: 40px;
}
section.single-product .woocommerce-product-gallery__image .zoom {
  font-size: 0;
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-align: center;
  background-color: rgba(77, 93, 34,1);
  box-shadow: 0px 0px 0px 7px rgba(77, 93, 34, .55);
  color: #fff;
  opacity: 0.8;
  transition: all ease-in .2s;
}
section.single-product .woocommerce-product-gallery__image .zoom::before {
  content: "\f00e";
  font-family: "FontAwesome";
  font-size: 18px;
  line-height: 50px;
  opacity: .8;
}
section.single-product .woocommerce-product-gallery__image .zoom:hover,
section.single-product .woocommerce-product-gallery__image .zoom:hover::before {
  opacity: 1;
}
section.single-product .woocommerce-product-gallery__image:not(:first-child) {
  width: calc(33.33% - 20px) !important;
  overflow: hidden;
  margin: 0 15px 30px;
  background-size: cover;
  background-position: center;
  background-color: #e6e6e6;
  border-radius: 5px;
  height: 144px;
  display: flex;
}
section.single-product .woocommerce-product-gallery__image:nth-child(3n+2) {
  margin-left: 0;
}
section.single-product .woocommerce-product-gallery__image:nth-child(3n+4) {
  margin-left: 15px;
  margin-right: 0px;
}
section.single-product .woocommerce-product-gallery__image:not(:first-child) a {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
section.single-product .woocommerce span.onsale {
  display: none;
}
section.single-product .price {
  font-size: 20px;
  margin-bottom: 20px;
}
section.single-product .price .actif {
  color: #161615;
}
section.single-product .price .barre {
  color: #5F5F5B;
  margin-left: 4px;
  text-decoration: line-through;
}

.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
  position: relative!important;
  z-index: 2;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  background-color: #4D5D22!important;
  border: solid 1px #4D5D22!important;
  padding: 0px 30px 0px 30px;
  border-radius: 5px!important;
  font-family: 'ITC-Avant-Garde-Md', sans-serif;
  font-size: 16px!important;
  font-weight: 400!important;
  font-stretch: normal;
  font-style: normal;
  color: #ffffff!important;
  line-height: 40px;
  height: 40px;
  width: auto;
  transition: all .2s ease-in;  
}
.woocommerce div.product form.cart .button:hover,
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
  background-color: transparent!important;
  color: #4D5D22!important;
}
section.single-product .woocommerce div.product p.price, 
section.single-product .woocommerce div.product span.price {
  color: #161615;
  font-size: 20px;
  margin-bottom: 20px;
}
section.single-product .woocommerce div.product .stock {
  color: #4D5D22;
  font-family: 'ITC-Avant-Garde-Bold', sans-serif;
}
section.single-product .woocommerce .quantity .qty {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  margin-right: 20px;
  border: solid 1px #4d5d22;
  border-radius: 5px;
  color: #4d5d22;
}
section.single-product .woocommerce div.product form.cart {
  margin-bottom: 30px;
}
section.single-product div.product .product_meta {
  font-size: 16px;
  padding-top: 30px;
  border-top: 1px solid #b8b8b8;
}
section.single-product .pwb-single-product-brands {
  padding-top: 30px;
}
section.single-product .pwb-single-product-brands img {
  max-width: 150px;
  max-height: 125px;
}
.woocommerce-tabs ul.tabs {
  border-top: none;
}
/*
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 1px solid rgba(77,93,34,.5)!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid rgba(77,93,34,.5)!important;
  background-color: rgba(77,93,34,.15)!important;
}
*/
.woocommerce .related.products ul.row {
  margin: 0 -15px;
}
.woocommerce-info::before,
.woocommerce-error::before {
  color: #fff!important;
}
.woocommerce-info, 
.woocommerce-noreviews, 
p.no-comments {
  background-color: #7ab92c!important;
}
.woocommerce-info {
  color: #fff!important;
  border-top: none!important;
  border-radius:5px!important;
}
.woocommerce-error {
  color: #fff!important;
  background-color: #b81c23!important;
  list-style: none;
  padding: 60px 15px 40px 25px !important;
  border-top: none!important;
  border-radius:5px!important;
}
.woocommerce-error li::before{
  display: none!important;
}
.woocommerce-info a:hover {
  color: #fff!important;
}
.woocommerce-notice {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #7ab92c!important;
  color: #fff!important;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  border-radius:5px;
}
.woocommerce-notice::before {
  font-family: WooCommerce;
  content: "\e028";
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
}
p.stars a::before,
p.stars:hover a::before,
p.stars.selected a:not(.active)::before,
p.stars.selected a.active::before,
.star-rating span {
  color: #4d5d22;
}
.woocommerce #review_form #respond textarea {
  width:100%!important;
  border:none;
  background-color:#f4f4f4;
  color:#161615;
  font-size:14px;
  padding:10px 15px;
  border-radius:5px;
  margin-bottom:20px;
  text-align:left;
  box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
}
.woocommerce #reviews #comments ol.commentlist {
  padding-left: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  width: 90%;
  border: 1px solid rgba(77,93,34,.5)!important;
  border-radius: 5px!important;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
  color: #4d5d22!important;
}
.woocommerce #tab-pwb_tab-content img {
  max-width: 300px!important;
  max-height: 250px!important;
  margin-top: 40px;
}

.woocommerce table.shop_table th {
  background-color: #f2f2f2;
  color: #161615;
  font-family: "ITC-Avant-Garde-Bold", sans-serif;
  font-size: 14px;
}
.woocommerce table.my_account_orders th {
  padding: 9px 12px!important;
}
.woocommerce table.shop_table th.product-price,
.woocommerce table.shop_table th.product-quantity,
.woocommerce table.shop_table th.product-subtotal {
  text-align: right;
}
.woocommerce table.shop_table {
  border: none!important;
  border-radius: 0!important;
  border-collapse: collapse!important;
}
.woocommerce table.shop_table td {
  border-top: none!important;
  background-color: #FDFDFD;
  padding: 15px 12px!important;
  font-size: 16px;
}
table.woocommerce-orders-table.shop_table_responsive tr td {
  text-align: left;
}
.woocommerce table.shop_table td a,
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th {
  font-family: "ITC-Avant-Garde-Bold", sans-serif
}
table.woocommerce-orders-table.shop_table_responsive tr td a.button {
  font-family: "ITC-Avant-Garde-Book", sans-serif;
  font-size: 14px!important;
  height: 36px!important;
}
.woocommerce table.shop_table td.remove {
  text-align: center;
}
table.shop_table_responsive tr td.product-remove a {
  background-color: #737781!important;
  color: #fff!important;
  border-color: none!important;
  text-align: center;
  line-height: 11px;
}
table.cart .product-thumbnail img {
  max-width: 7em;
  border-radius: 5px;
}
.woocommerce table.shop_table td.product-thumbnail,
.woocommerce table.shop_table td.product-name {
  text-align: left;
}
.woocommerce table.shop_table td.product-quantity input.qty,
.woocommerce table.cart td.actions input.input-text {
  border: none;
  background-color: #E8E8E8;  
}
.woocommerce table.cart td.actions {
  background-color: #f2f2f2;
}
.woocommerce table.cart td.actions input.input-text {
  width: auto;
  min-width: 10em;
  height: 40px;
  line-height: 40px;
  padding: 5px 10px;  
}
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th {
  border-top: none!important;
  min-width: 10em;
}
.select2-container--default .selection {
  display: block;
  height: 42px!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  background-color: #f4f4f4;
  color: #161615!important;
  border: none!important;
  padding: 7px 30px 7px 10px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px!important;
  right: 5px!important;
}
.select2-container--default .select2-selection--single {
  border: none!important;
  border-radius: 0!important;
}
.woocommerce form .form-row input.input-text {
  background-color: #f4f4f4;
  padding: 10px 10px;
  color: #161615;
  border: none!important;
}
.woocommerce #customer_details.col2-set, 
.woocommerce-page #customer_details.col2-set {
  width: 50%;
}
.woocommerce #customer_details.col2-set .col-1, 
.woocommerce-page #customer_details.col2-set .col-1,
.woocommerce #customer_details.col2-set .col-2, 
.woocommerce-page #customer_details.col2-set .col-2 {
  width: 100%;
}
.woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1 {
  max-width: none!important;
}
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2 {
  max-width: none!important;
}
.col2-set .form-row-first {
  width: 44.4444444444%!important;
  float: left!important;
  margin-right: 11.1111111111%!important;
}
.col2-set .form-row-last {
  width: 44.4444444444%!important;
  float: right!important;
  margin-right: 0!important;
}
.woocommerce form .form-row label, 
.woocommerce-page form .form-row label,
.woocommerce .woocommerce-input-wrapper,
.woocommerce-page .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce form .form-row label, 
.woocommerce-page form .form-row label {
  font-family: "ITC-Avant-Garde-Bold", sans-serif;
  font-size: 14px;  
}
.form-row input.input-text,
.form-row textarea {
  width: 100% !important;
  border: none;
  background-color: #f4f4f4;
  color: #161615;
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 5px;
  margin-bottom: 20px;
  text-align: left;
  box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1)!important;
}
.form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  background-color: #f4f4f4;
  color: #161615;
  font-size: 14px;
  padding: 10px 30px 10px 15px;
  border-radius: 5px;
  margin-bottom: 20px;
  text-align: left;
  box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
}
.form-row .show-password-input {
  line-height: 20px!important;
  padding: 0!important;
}
.form-row input.woocommerce-Input--password {
  width: 200px!important;
}
input[type="checkbox"].input-checkbox {
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0px;
  opacity: 0;
  cursor: pointer;
}
label.checkbox,
label.woocommerce-form__label-for-checkbox {
  position: relative;
}
label.checkbox::before,
label.woocommerce-form__label-for-checkbox::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  border: 2px solid #161615;
  box-sizing: border-box;
  border-radius: 6px;
  background-color: transparent;
  margin-top: 8px;
  margin-right: 6px;
  cursor: pointer;
}
label.checked::before {
  font-family: "FontAwesome";
  content: "\f00c";
  line-height: 14px;
  font-size: 10px;
  text-align: center;
  color: #fff;
  background-color: #161615;
  border: solid 2px #161615;
}
.order_details {
  list-style: none;
  position: relative;
  margin: 3.706325903em 0;
  background-color: #f2f2f2;
}
.order_details > li::before {
  display: none!important;
}
.woocommerce ul.order_details li {
  float: none!important;
  border-right: none!important;
  border-bottom: 1px dotted #dcdcdc;
  padding-left: 2em!important;
}
.woocommerce-order-details h2 {
  text-align: left:!important;
}
.col2-set#customer_login .col-1, 
.col2-set.addresses .col-1 {
  margin-right: 4%!important;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  background-color: #f2f2f2;
}
.woocommerce .woocommerce-MyAccount-navigation ul li::before {
  display: none!important;
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
  padding: 15px 30px;
  border-bottom: solid 1px #dcdcdc;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
  color: #161615!important;
  border-bottom: none!important;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  color: #7ab92c !important;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active { 
  background-color: #7ab92c !important;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fff!important;
}
.mark, mark {
  font-family:"ITC-Avant-Garde-Bold", sans-serif;
  color:#7ab92c;
  background-color: transparent;
}
.woocommerce .woocommerce-Address {
  background-color: #f2f2f2;
  border-radius: 5px;
  padding: 15px;
}
.woocommerce-address-fields .button,
.woocommerce .edit-account .button {
  margin-top: 40px!important;
}
.woocommerce .woocommerce-shipping-methods li::before {
  display: none!important;
}
.addresses header.title a {
  display: block;
  width: 1em;
  height: 1em;
  text-indent: -9999px;
  position: relative;
  padding: .875em;
  margin-top: .6180469716em;
  border-bottom: none!important;
}
.addresses header.title a::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: inherit;
  vertical-align: baseline;
  content: "\f044";
  line-height: 1.618;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  text-indent: 0;
}
.woocommerce .form-row em {
  font-size: 14px;
  padding-left: 10px;
}
.woocommerce form legend {
  margin: 40px auto 20px;
  font-size: 22px;
  font-family: 'ITC-Avant-Garde-Bold',sans-serif;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #161615;  
}
.woocommerce form.login {
  max-width: 400px;
  margin: 2em auto!important;
}
h2.form-login {
  text-align: center;
}
.woocommerce form.woocommerce-form-login .password-input {
  width: 100%;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  margin-top: 15px;
}
.woocommerce .woocommerce-form-login .woocommerce-form__input-checkbox {
  position: absolute;
  left: 0;
  top: 10px;
  opacity: 0;
}
.woocommerce-form-login__rememberme {
  line-height: 34px!important;
}
.lost_password a {
  display: block;
  font-size: 16px;
  margin-top: 15px;
}
footer {
  text-align:left;
  padding: 50px 0px 40px;
  background-color: #161615;
  position:relative;
  color:#fff;
}
footer .column-1 {
  text-align: left;
}
footer .sitename {
  font-size:0;
  display:none;
}
footer .column {
  display:flex;
  flex-direction:column;
  justify-content: center;
}
footer .logo-footer {
  display:inline-block;
  vertical-align:bottom;
  width:100%;
  max-width: 260px;
}
footer .assistance {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 30px;
}
footer .assistance a {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size:16px;
  font-family: 'ITC-Avant-Garde-Bold', sans-serif;
  color: #fff;
  background-color: #7AB82C;
  border-radius: 5px;
  padding: 0 20px;
  max-width: 300px;
}
footer .assistance span {
  padding-left: 15px;
}
footer .assistance span:before {
  content: "\f095";
  font-family: "FontAwesome";
  margin-right: 6px;
}
footer .copy{
  margin-top: 30px;
  font-size:12px;
  font-family: 'ITC-Avant-Garde-Md', sans-serif;
  color: #767676;
  width:100%;
}
footer .copy a {
  color: #767676;
  border-bottom: solid 1px #767676;
}
footer .column .titre {
  font-family: 'ITC-Avant-Garde-Bold', sans-serif;
  font-size: 16px;
  color: #fff;  
  line-height: 20px;
  height: 20px;
}
footer .column-2 {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: wrap;
}
footer .menu-footer ul {
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: wrap;
}
footer .menu-footer ul li {
  font-family: 'ITC-Avant-Garde-Md', sans-serif;
  font-size: 12px;
  padding: 0 10px;
}
footer .menu-footer ul li a {
  color: #767676;
}
footer .menu-footer ul li a:hover {
  color: #fff;
}
footer .bt-important {
  color: #fff;
  border: solid 2px #fff;
  border-radius: 5px;
  padding: 10px 20px;
}
footer .bt-important:hover {
  background-color: #fff;
  color: #161615;
}
footer .reseaux-sociaux a {
  margin: 0 15px;
  width: 36px;
  height: 36px;
  color: #fff;
  border-radius: 36px;
  background-color: #7ab92c;
  font-size: 0;
  text-align: center;
}
footer .reseaux-sociaux a:last-child {
  margin-right: 0;
}
footer .reseaux-sociaux a::before {
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 36px;
}
footer .reseaux-sociaux .facebook::before {
  content: "\f39e";
}
footer .reseaux-sociaux .twitter::before {
  content: "\f099";
}
footer .reseaux-sociaux .instagram::before {
  content: "\f16d";
}
footer .reseaux-sociaux .youtube::before {
  content: "\f167";
}


.dialog {
  display:none;
}
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index:2000;
}
.ui-widget button {
  font-family: 'ITC-Avant-Garde-Book', sans-serif;
}
.ui-widget-overlay {
  background-color: #161615;
  opacity: .95;
  filter: Alpha(Opacity=95);
}
.mfp-bg {
  background:#161615!important;
  opacity: .95!important;
  filter: Alpha(Opacity=95)!important;
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background-color: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  outline: 0;
  z-index:3000;
  width:calc(100% - 30px)!important;
  height:auto!important;
}
.ui-widget-content {
  background:#fff!important;
  border:none!important;
  color:#161615!important;
  padding:30px;
  text-align:left;
  font-size: 14px;
  border-radius: 10px;
}
.ui-widget-header {
  border: none!important;
  background: transparent!important;
  color: #161615!important;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 0em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  display: inline-block;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  text-overflow: ellipsis;
  line-height: 6px;
  color:#161615;
  font-size:20px;
  font-family: 'ITC-Avant-Garde-Bold', sans-serif;
  padding-left:10px;
  text-align: left;
  overflow: visible;
}
.ui-dialog .ui-dialog-titlebar-close:before {
  content:"×";
  font-size:30px;
}
.ui-dialog .ui-dialog-titlebar-close:focus {
  border:none!important;
  outline: none!important;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: -20px;
  top: 10px;
  width: 30px;
  margin: -45px 0 0 0;
  height: 40px;
  padding: 0px;
  opacity: 0.85;
  filter: alpha(opacity=85);
  color: #161615;
  cursor:pointer;
  text-transform:uppercase;
  border:none;
  background:transparent;
  font-style: normal;
  font-size: 0px;
  font-weight:normal!important;
}
.ui-dialog .ui-dialog-titlebar-close:hover {
  opacity: 1;
  filter: alpha(opacity=100); 
  border:none!important;
  outline: none!important;
}
.no-close .ui-dialog-titlebar-close {
  display:none;
}
.ui-button .ui-icon {
  background-image: none;
  display: none;
}
.ui-button-icon-only {
  text-indent: 0;
}
.ui-dialog .form-title > span {
  font-size: 18px !important;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  overflow: auto;
  color: #161615;
  padding: 30px;
}
.ui-dialog .ui-dialog-content .form-se-connecter {
  width:60%;
  margin:0 auto;
  text-align:left;
  padding-bottom:60px;
}
.ui-dialog #dialog-erreurs {
  background-color: #474543;
  border: 1px solid #282726;
  color: #161615;
}
.ui-dialog-content {
  width:auto;
}
.ui-dialog .ui-button-text {
    display: none;
}
.ui-dialog-content {
  font-size: 16px;
}
.ui-dialog-content .content {
  background-color: transparent;
  color: #161615;
  margin-top: 0;
  min-height: auto;
  padding-top: 40px;
}
.ui-dialog-content .message span {
  color:#4D5D22!important;
}
.ui-dialog-content .message strong {
  font-family:'ITC-Avant-Garde-Bold', sans-serif;
  font-weight: normal;
}
.ui-dialog-content .content .ajax-loading {
  font-size: 40px;
  font-weight: lighter;
}
.ui-dialog-content .titre_principal h1 {
  color: #161615;
  font-size: 30px;
  font-weight: lighter;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.ui-dialog-content label {
  color: #161615;
  cursor: text;
  display: block;
  font-size: 16px;
  font-weight:normal;
  margin: 0px 0 0px 0px;
}
.ui-dialog-content input[type="text"],
.ui-dialog-content input[type="password"],
.ui-dialog-content select {
  margin-bottom: 10px;
  margin-top: 10px;
  border: none;
  background-color: #f4f4f4;
  color: #161615;
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 5px;
  text-align: left;
}
.ui-dialog-content .login-submit,
.ui-dialog-content .forget-password {
  text-align:right;
}
.ui-dialog-content .forget-password {
  margin-top:-100px;
  font-size:14px;
}
.ui-dialog-content .forget-password a {
  text-decoration: underline;
}
.ui-dialog-content .erreur {
  color: #b21212;
  display: none;
  font-size: 14px;
  font-weight: bold;
  height: 16px;
  margin: 13px 0 0 7px;
  position: absolute;
  z-index: 10;
}
.ui-dialog-content .message-error,
.formulaire .message-error {
  color:#ff1a1a;
  font-size:14px;
  font-style:italic;
  width: 100%;
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
.formulaire input.error,
.formulaire textarea.error,
.formulaire .chosen-container.error,
.formulaire select.chosen.error {
  box-shadow: 0px 0px 2px 2px rgba(77, 93, 34,0.40);
}
.formulaire .site-message {
  margin-bottom:20px;
}
.ui-dialog-content input[type="submit"], 
.ui-dialog-content button,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
  background-color: #4D5D22;
  border: solid 1px #4D5D22;
  padding: 0px 40px 0px 40px;
  border-radius: 5px;
  font-family: 'ITC-Avant-Garde-Md', sans-serif;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.08;
  text-align: center;
  color: #ffffff;
  line-height: 40px;
  height: 40px;
  cursor: pointer;
  margin-top:20px;
  transition: all .2s ease-in;
}
.ui-dialog-content input[type="submit"]:hover, 
.ui-dialog-content button:hover,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:hover {
  background-color: transparent;
  color: #4D5D22;
}
.ui-dialog button.cancel {
  background-color:transparent!important;
  margin-left:15px;
  color: #4D5D22!important;
}
.ui-dialog-content iframe,
.ui-dialog-content .video-responsive {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.9);
  background: #000;
}
.ui-dialog-content .caption {
  text-align: left;
  line-height: 18px;
  color: #EFEDE9;
  word-wrap: break-word;
  padding-right: 36px;  
  margin-top:5px;
}
.ui-dialog-content .caption small {
  color: #C4BCB0;
  display: block;
  font-size: 12px;
  line-height: 14px; 
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.ui-dialog-content .form-container {
  margin:5px 0px 5px 0px;
}
.ui-dialog-content .form-container .form-buttons-footer {
  margin-bottom:0px;
  height:10px;
}
.ui-dialog .content,
.ui-dialog .dialog-content {
  padding:0;
  overflow:visible;
}
.ui-dialog .nouvel-utilisateur {
  position:relative;
  margin-top:40px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  width: 60%;
  margin: 60px auto 0;
  text-align: left;  
}  
.ui-dialog .nouvel-utilisateur a {
  position:absolute;
  margin-left:10px;
  text-transform: uppercase;
}
.ui-dialog .nouvel-utilisateur a::before {
  content:"";
  display:inline-block;
  vertical-align: top;
  margin-top:7px;
  border-top:solid 2px #d6156c;
  width:14px;
  height:2px;
  margin-right:10px;
}
.ui-dialog .nouvel-utilisateur a::after {
  content:"\f178";
  font-family: "FontAwesome";
  color:#d6156c;
  font-size:14px;
  margin-left:10px;
}

@media only screen and (min-width: 768px) {
  .ui-dialog {
    width:80%!important;
    height:auto!important;
  }
}

@media only screen and (min-width: 992px) {
  .ui-dialog {
    width:70%!important;
    height:auto!important;
    max-width:700px;
  }
}

@media only screen and (min-width: 1200px) {
  .ui-dialog {
    width:60%!important;
    height:auto!important;
  }
}

/*** RESPONSIVE A l'ENVERS ***/
@media only screen and (max-width:1499px) {
  .banner {
    padding-top:175px;
    height: 680px;
    max-height: 680px;
  }
  .banner h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .background .background-content {
    width:auto;
  }
  .banner .liste-categories a {
    font-size: 14px;
    padding: 0 20px;
  }
  .banner .call-to-actions {
    width: 80%;
  }
  .page-content h1, .page-content .h1 {
    font-size: 36px;
  }
  footer .menu-footer ul li {
    font-size: 15px;
  }
}
@media only screen and (max-width:1199px) {
  .banner {
    height: 610px;
    max-height: 610px;
    padding-bottom: 100px;
  }
  .banner h1 {
    font-size: 30px;
  }
  .background .background-content .background-content-container {
    padding: 70px 20% 60px 0;
  }
  .page-content .section-content, .page-content .content-categories {
    padding: 40px 0 60px;
  }
  .banner .call-to-actions {
    width: 90%;
  }  
  .banner .call-to-actions a {
    padding: 0 20px;
  }  
  .section-elements-contact .elements-container .h4,
  .section-elements-contact .elements-container .texte {
    font-size: 18px;
  } 
  .section-elements-contact .elements-container .element::before {
    font-size: 26px;
    line-height: 26px;
  }
  footer .menu-footer ul li {
    font-size: 14px;
  }
}
@media only screen and  (max-width:991px) {
  .page-content {
    padding-top:80px;
  }
  .banner {
    padding-top:80px;
    padding-bottom: 140px;
    height: 660px;
    max-height: 660px;
  }
  h1 {
    font-size:28px;
  }
  .banner .background::before {
    background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
  }
  .background .background-content {
    width:calc(100% - 20px);
    right:10px;
    max-width:500px;
  }
  .background .background-content .background-content-container {
    padding:40px 10px;
  }
  .banner h1 {
    font-size:28px;
  }
  .banner .liste-categories a {
    font-size: 13px;
    padding: 0 16px;
  }
  .banner .call-to-action a {
    font-size: 14px;
  }
  section h2 {
    font-size:22px;
    line-height:1.5em;
  }
  .page-content h2 {
    font-size: 22px;
  }
  .fil-ariane {
    font-size:12px;
  }
  .page-content h1, .page-content .h1 {
    font-size: 28px;
  }
  .page-content .section-content .texte {
    font-size: 16px;
  }
  .page-content .section-content blockquote {
    font-size: 21px;
  }
  a.button {
    font-size: 14px;
  } 
  .page-content .section-content, 
  .page-content .content-categories {
      padding: 20px 0 40px;
  } 
  .section-elements-contact .elements-container {
    padding: 30px 10px;
  }
  .section-elements-contact .elements-container .element {
    width: 33%;
  }
  .section-elements-contact .elements-container .h4 {
    font-size: 16px;
  }
  .section-elements-contact .elements-container .texte {
    font-size: 14px;
  }

  footer .column-1 {
    margin-bottom: 20px;
  }
  footer .last-column {
    margin-top: 40px;  
  }
}

@media only screen and (max-width: 767px) {
  .banner {
    padding-top: 70px;
  }
  .banner h1,
  .page-content h1,
  .page-content .h1,
  .single-produit .produit-content h1 {
    font-size: 24px;
  }
  .page-content h2 {
    font-size: 18px;
  }
  .page-content .section-content .texte {
    font-size: 14px;
  }
  .page-content .section-content blockquote {
    font-size: 18px;
  }
  .page-content .section-content blockquote cite {
    font-size: 14px;
  }
  .banner h1 {
    max-width: 90%;
  }
  .banner .liste-categories {
    width: 80%;
  }
  .banner .call-to-action {
    width: 80%;
    padding-left: 0;
  }
  .banner .liste-categories a {
    font-size: 12px;
    line-height: 36px;
    height: 36px;
  }
  .page-content .section-breadcrumb .fil-ariane {
    font-size: 13px;
    line-height: 1.5em;
  }
  #wpadminbar {
    display:none;
  }
  .section-elements-contact .elements-container {
    padding: 30px;
  }
  .section-elements-contact .elements-container .element {
    width: 100%;
    margin-bottom: 40px;
  }
  .section-elements-contact .elements-container .element:last-child {
    margin-bottom: 0;
  }
/*** tableaux en responsive ***/
  .table-responsive table, 
  .table-responsive thead, 
  .table-responsive tbody, 
  .table-responsive tr, 
  .table-responsive th, 
  .table-responsive td {
    display: inline-block;
  }
  .table-responsive thead {
    display: none;
  }
  .table-responsive td {
    position: relative;
    margin-top: -1px;
    text-align: right;
    padding: 15px 10px 10px 150px!important;
    height: auto !important;
    width: 100%;
    min-height: 50px;
    line-height:1.1em!important;
    word-wrap: break-word!important;
    word-break:break-word !important;
  }
  .table-responsive td::before {
    padding: 10px;
    content: attr(data-label);
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    bottom: 0;
    background-color: #161615;
    color: #FFF;
    display: flex;
    align-items: center;
    border-bottom:solid 1px #fff;
    margin-bottom:1px;
    font-size:14px;
    font-family: "ITC-Avant-Garde-Book", sans-serif;
    text-align:left;
    line-height:1em!important;
  }
  .table-responsive tr {
      margin-bottom: 1rem;
  }
  .table-responsive th + td {
      padding-left: 10px;
  }
  table.width_40p,
  table.width_60p {
    width:100%;
  }
  table.paginate .total_results {
    padding:20px 10px 0px;
  }
  table.paginate .page_list {
    padding:0px 10px 20px;
  }
}

@media only screen and (max-width:575px) {
  section.section-interne {
    padding-top: 40px;
  }
  h1 {
    font-size: 20px;
  }
  section h2 {
    font-size: 18px;
  }
  .background .background-content .background-content-container {
    padding: 30px 15px;
    left: 0;
  }
  .banner h1 {
    max-width: 80%;
    margin-bottom: 20px;
  }
  .banner .liste-categories {
    display: none;
  }
  .formulaire.form-connexion {
    padding: 0 15px 70px 15px;
  }
  .table-responsive td::before {
    padding: 5px;
    font-size: 12px;
    width: 100px;
  }
  .table-responsive td {
    padding: 15px 10px 10px 110px !important;
  }
  .formulaire .form-line .w-25, .formulaire .form-line .w-50, .formulaire .form-line .w-75 {
    width: 100%!important;
  }
  footer .assistance a {
    padding: 0 12px;
  }
}

@media screen and (max-width: 450px) {

}

@media (max-width:359px) {
}
