@charset "UTF-8";
/*
 Theme Name:   SFROY Child Theme
 Description:  SFROY Base theme
 Author:       Signé François Roy
 Author URI:   http://sfroy.com
 Template:     sfr
 Version:      1.0.0
*/
.montserrat h2,
.montserrat h4 {
  font-family: "Montserrat", sans-serif;
}

* {
  outline: none !important;
}

body {
  background-color: #fff;
  color: black;
  font-family: "Barlow Semi Condensed", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 50px;
  line-height: 54px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

h2 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

h3 {
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

h4 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Barlow Semi Condensed", sans-serif;
}

p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0;
  color: black;
  font-family: "Barlow Semi Condensed", sans-serif;
}

a {
  text-decoration: none !important;
  transition: all 0.2s;
}

.mauve h1,
.mauve h2,
.mauve h3,
.mauve h4,
.mauve p {
  color: #9C1D86;
}

.jaune h1,
.jaune h2,
.jaune h3,
.jaune h4,
.jaune p {
  color: #FFE738;
}

.orange h1,
.orange h2,
.orange h3,
.orange h4,
.orange p {
  color: #F27328;
}

.white h1,
.white h2,
.white h3,
.white h4,
.white p {
  color: white;
}

.gris li,
.gris p {
  color: #A9ADB3;
}

.align-right {
  text-align: right;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.bold,
strong {
  font-weight: 700;
}
.bold h4,
.bold p,
strong h4,
strong p {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}
.medium h4,
.medium p {
  font-weight: 500;
}

.center {
  text-align: center;
}

.upper {
  text-transform: uppercase;
}

.clear-float {
  clear: both;
}

hr {
  border-top: 1px solid #979797;
  margin-top: 40px;
  margin-bottom: 35px;
}

#content {
  padding-top: 125px;
}

#content ul, #content ol {
  padding-left: 30px;
}
#content ul li, #content ol li {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

/** Page loader **/
.mrcny-loader {
  position: fixed;
  z-index: 999999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #252523;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mrcny-loader > img {
  width: 100px;
  height: auto;
}

.mrcny-loader.mrcny-hidden {
  animation: fadeOut 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.cta, #gform_3 input[name=gform_send_resume_link_button], .single-entreprise-details .content-center .content-right .tag-marche-vente {
  font-weight: 500;
  margin-top: 10px;
  padding: 8px 30px 7px;
  display: inline-block;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  border-radius: 20px;
  transition: all 0.2s;
  cursor: pointer;
}
.cta__jaune {
  color: #9C1D86;
  background-color: #FFE738;
}
.cta__jaune:hover {
  background-color: #FCAF17;
  color: #9C1D86;
}
.cta__mauve, #gform_3 input[name=gform_send_resume_link_button] {
  color: #FFE738;
  background-color: #9C1D86;
}
.cta__mauve:hover, #gform_3 input[name=gform_send_resume_link_button]:hover {
  background-color: #70174C;
  color: #FFE738;
}
.cta__orange {
  color: white;
  background-color: #F27328;
}
.cta__orange:hover {
  background-color: #FCAF17;
  color: white;
}

.cta-style-2 {
  font-size: 16px;
  color: #9C1D86;
  font-weight: 700;
  position: relative;
  transition: all 0.2s;
  margin-left: 20px;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
}
.cta-style-2::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #9C1D86;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.cta-style-2:hover {
  color: #70174C;
}
.cta-style-2:hover::after {
  background-color: #70174C;
}

.position-medias {
  position: relative;
}

.wrapper-parent-social-horizontal {
  position: relative;
  padding-top: 60px;
  margin-bottom: -200px;
}
.wrapper-parent-social-horizontal .wrapper-icones-social {
  opacity: 0;
  position: absolute;
  display: flex;
  top: 49px;
  left: 120px;
  z-index: 1;
  pointer-events: none;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 17px;
  padding: 10px 20px;
}

.wrapper-parent-social-vertical {
  margin-bottom: 20px;
  bottom: -12px;
  right: 15px;
  position: absolute;
}
.wrapper-parent-social-vertical .wrapper-icones-social {
  opacity: 0;
  position: absolute;
  display: block;
  top: -20px;
  left: 110px;
  z-index: 1;
  pointer-events: none;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 17px;
  padding: 12px 15px 6px;
  width: 55px;
  background-color: white;
}

.btn-partage {
  position: relative;
  margin-top: 10px;
  line-height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
  z-index: 1;
  color: black;
  font-size: 20px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  transition: all 0.2s;
}
.btn-partage:hover {
  color: #9C1D86;
  text-decoration: underline;
}
.btn-partage i {
  margin-right: 10px;
}

.social {
  display: inline-block;
  width: 0;
}
.social.messenger {
  display: none;
}
.social i {
  color: black;
  font-size: 26px;
  padding-right: 20px;
}
.social.mailto i {
  padding-right: 0 !important;
}
.social a {
  float: none !important;
  color: #FFF;
}
.social a:hover i {
  color: #9C1D86;
}

.clicked-open-horizontal {
  opacity: 1 !important;
  transition: 0.5s all ease;
  transform: translateX(10px);
}
.clicked-open-horizontal.wrapper-icones-social {
  pointer-events: auto;
}
.clicked-open-horizontal .social {
  width: 100%;
}

.clicked-open-vertical {
  opacity: 1 !important;
  transition: 0.5s all ease;
  transform: translateY(10px);
}
.clicked-open-vertical.wrapper-icones-social {
  pointer-events: auto;
}
.clicked-open-vertical .social {
  width: 100%;
  padding-bottom: 10px;
}
.clicked-open-vertical .social i {
  padding-right: 0;
}

.closed {
  cursor: pointer;
}
.closed::after {
  font-size: 18px;
  float: right;
  color: #6D7278;
  font-weight: 400;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  position: relative;
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.closed.ouvert:after {
  -webkit-transform-origin: 25% 45%;
  -moz-transform-origin: 25% 45%;
  -ms-transform-origin: 25% 45%;
  -o-transform-origin: 25% 45%;
  transform-origin: 25% 45%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.credit-photo-droite {
  color: white !important;
  font-size: 16px;
  position: absolute;
  bottom: 80px;
  right: -60px;
  transform: rotate(-90deg);
}

.credit-photo-gauche {
  color: white !important;
  font-size: 16px;
  position: absolute;
  bottom: 80px;
  left: -60px;
  transform: rotate(-90deg);
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-70 {
  margin-bottom: 70px !important;
}

.margin-bottom-80 {
  margin-bottom: 80px !important;
}

.margin-bottom-160 {
  margin-bottom: 160px !important;
}

.margin-bottom-180 {
  margin-bottom: 180px !important;
}

.margin-bottom-200 {
  margin-bottom: 200px !important;
}

.margin-bottom-215 {
  margin-bottom: 215px !important;
}

.margin-bottom-230 {
  margin-bottom: 230px !important;
}

.margin-bottom-330 {
  margin-bottom: 330px !important;
}

/* -------------------- */
.margin-left-20 {
  margin-left: 20px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

/* -------------------- */
.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-8 {
  margin-top: 8px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-35 {
  margin-top: 35px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-45 {
  margin-top: 45px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-top-60 {
  margin-top: 60px !important;
}

.margin-top-65 {
  margin-top: 65px !important;
}

.margin-top-70 {
  margin-top: 70px !important;
}

.margin-top-75 {
  margin-top: 75px !important;
}

.margin-top-80 {
  margin-top: 80px !important;
}

.margin-top-90 {
  margin-top: 90px !important;
}

.margin-top-100 {
  margin-top: 100px !important;
}

.margin-top-115 {
  margin-top: 115px !important;
}

.margin-top-130 {
  margin-top: 130px !important;
}

.margin-top-140 {
  margin-top: 140px !important;
}

.margin-top-150 {
  margin-top: 150px !important;
}

.margin-top-160 {
  margin-top: 160px !important;
}

.margin-top-180 {
  margin-top: 180px !important;
}

.margin-top-190 {
  margin-top: 190px !important;
}

.margin-top-200 {
  margin-top: 200px !important;
}

.margin-top-220 {
  margin-top: 220px !important;
}

.margin-top-370 {
  margin-top: 370px !important;
}

.margin-top-450 {
  margin-top: 450px !important;
}

.margin-top-500 {
  margin-top: 500px !important;
}

/* -------------------- */
.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

/* -------------------- */
.padding-left-20 {
  padding-left: 20px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

/* -------------------- */
.padding-right-25 {
  padding-right: 25px !important;
}

.padding-right-50 {
  padding-right: 50px !important;
}

/* -------------------- */
.padding-bottom-30 {
  padding-bottom: 30px !important;
}

.mobile {
  display: none;
}

header {
  position: absolute;
  z-index: 9999;
  background-color: transparent;
  width: 100%;
}
header .icone-search i,
header .icone-cart i {
  font-size: 28px;
}
header .icone-search i {
  padding-left: 25px;
}
header .container-fluid {
  padding: 0;
}
header .logo {
  padding-top: 12px;
  padding-bottom: 0;
  padding-left: 60px;
  position: absolute;
  z-index: 1;
}
header .logo img {
  width: 215px;
  cursor: pointer;
}
header #mySidenav #menu-menu-extra {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 55px;
  background-color: #70174C;
  border-bottom: 1px solid #9C1D86;
}
header #mySidenav #menu-menu-extra li a {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  color: #D39AC9;
  letter-spacing: 0;
  line-height: 20px;
  padding: 0 20px;
}
header #mySidenav #menu-menu-extra li a i {
  font-size: 20px;
  line-height: 20px;
}
header #mySidenav #menu-menu-extra li a:hover {
  color: white;
}
header #mySidenav #menu-menu-extra li.adhesion {
  background-color: #9C1D86;
  margin-left: 35px;
  transition: all 0.2s;
}
header #mySidenav #menu-menu-extra li.adhesion a {
  display: block;
  color: #FFE738;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #FFE738;
  letter-spacing: 0;
  text-align: center;
  line-height: 55px;
  padding: 0 40px;
  height: 55px;
  width: 100%;
}
header #mySidenav #menu-menu-extra li.adhesion:hover {
  background-color: #FFE738;
}
header #mySidenav #menu-menu-extra li.adhesion:hover a {
  color: #9C1D86;
}
header #mySidenav #menu-menu-extra li.fb a, header #mySidenav #menu-menu-extra li.ig a {
  padding: 0 8px;
}
header #mySidenav #menu-menu-principal {
  text-align: right;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 212px;
  background-color: #60053B;
}
header #mySidenav #menu-menu-principal > li {
  text-align: center;
}
header #mySidenav #menu-menu-principal > li > a {
  font-weight: 400;
  font-family: "Barlow", sans-serif;
  color: white;
  font-size: 18px;
  line-height: 18px;
  padding: 0;
  transition: all 0s;
  padding: 0px 18px;
  transition: all 0.2s;
}
header #mySidenav #menu-menu-principal > li > a:hover {
  color: #D39AC9;
}
header #mySidenav #menu-menu-principal .fb i,
header #mySidenav #menu-menu-principal .ig i {
  position: relative;
  top: 3px;
  font-size: 22px;
}
header #mySidenav #menu-menu-principal .fb a {
  padding-left: 40px;
  padding-right: 0;
}
header #mySidenav #menu-menu-principal .icone-search a:hover::before,
header #mySidenav #menu-menu-principal .icone-cart a:hover::before {
  height: 0px !important;
}
header #mySidenav #menu-menu-principal .sub-menu {
  background-color: white;
  left: -30px;
  padding: 20px 5px 25px;
  box-shadow: 0px 1px 3px #d9d9d9;
}
header #mySidenav #menu-menu-principal .sub-menu li a {
  text-decoration: none;
  color: #003e6a;
  font-size: 16px;
  padding-left: 45px;
  padding: 8px 0 8px 45px;
  display: inline-block;
}
header #mySidenav #menu-menu-principal .sub-menu li a:hover {
  color: #00b2dd;
}

#toggle-search {
  cursor: pointer;
}

#wrapper-recherche {
  display: none;
  padding: 22px;
  text-align: center;
  background-color: #fbfbfb;
}
#wrapper-recherche #searchform input[type=text] {
  width: 550px;
  border: none;
  font-size: 22px;
  color: #104670;
  background: none;
  padding: 6px 0;
  border-bottom: 1px solid #104670;
  margin-right: 15px;
}
#wrapper-recherche #searchform input[type=submit] {
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #104670;
  transition: all 0.3s;
  padding: 7px 15px;
  background-color: #104670;
}
#wrapper-recherche #searchform input[type=submit]:hover {
  border: 1px solid #00b2dd;
  background-color: #00b2dd;
}

.search-title {
  padding: 40px 0 0;
  font-size: 30px;
  letter-spacing: 0;
}

.searchresult h2 {
  padding: 15px 0;
  font-size: 26px;
  line-height: 30px;
}

.wrapper-search-form {
  width: 445px;
  margin: 0 auto;
}
.wrapper-search-form #searchform {
  margin-top: 20px;
  margin-bottom: 50px;
}
.wrapper-search-form #searchform input[type=text] {
  width: 300px;
  font-size: 14px;
  padding: 8px;
  color: #104670;
  border: 1px solid #104670;
}
.wrapper-search-form #searchform input[type=submit] {
  background-color: #104670;
  padding: 8px 15px;
  color: white;
  transition: all 0.2s;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #104670;
}
.wrapper-search-form #searchform input[type=submit]:hover {
  background-color: #00b2dd;
  color: white;
  border: 1px solid #00b2dd;
}

#footer {
  background-color: #9C1D86;
  list-style-type: none;
  padding: 60px 40px 35px;
  position: relative;
}
#footer .row.align-bottom {
  display: flex;
  align-items: center;
  padding-top: 40px;
  width: 100%;
}
#footer .footer-cta {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0 !important;
  width: 100%;
  transform: translateY(-50%);
  z-index: 99999;
}
#footer .footer-cta .footer-cta-wrapper {
  background-color: #70174C;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  padding: 40px 0;
}
#footer .footer-cta .footer-cta-wrapper h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #FFE738;
  letter-spacing: 0;
  line-height: 36px;
  vertical-align: middle;
  margin-right: 30px;
  margin-top: 0;
  margin-bottom: 0;
}
#footer .footer-cta .footer-cta-wrapper a.cta {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin-top: 0;
  font-size: 16px;
  line-height: 20px;
  color: #FFE738;
}
#footer .footer-cta .footer-cta-wrapper a:hover.cta {
  background-color: #60053B;
}
#footer .footer-box-1 {
  top: 0;
  text-align: center;
}
#footer .footer-box-1 .textwidget {
  display: flex;
}
#footer .footer-box-1 .logo-footer-1 {
  display: inline-block;
  width: 236px;
  padding-right: 30px;
  border-right: 1px solid white;
}
#footer .footer-box-1 .logo-footer-2 {
  display: inline-block;
  width: 160px;
  padding-left: 30px !important;
}
#footer .footer-box-1 img {
  display: block;
  width: 100%;
  height: auto;
}
#footer .footer-box-2 {
  padding: 35px 0;
}
@media (min-width: 1200px) {
  #footer .footer-box-2 {
    padding: 25px 0;
  }
}
#footer .footer-box-3 {
  min-height: 140px;
}
#footer .footer-box-3 ul.menu {
  margin-bottom: 0 !important;
}
#footer li {
  list-style-type: none;
}
#footer a {
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  color: white;
  text-decoration: none !important;
  line-height: 35px;
}
#footer a:hover {
  color: #FFE738;
}
#footer .fb,
#footer .ig {
  padding-top: 25px;
  padding-right: 15px;
  display: inline-block;
}
#footer .fb i,
#footer .ig i {
  font-size: 22px;
}
#footer .cdq .cdq-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 768px) {
  #footer .cdq .cdq-row {
    flex-direction: row;
  }
}
#footer .cdq .cdq-row a {
  flex: 1;
}
#footer .cdq .cdq-row a img {
  display: block;
  padding: 12px 12px;
  width: 220px;
  margin: 0 auto;
  max-width: 100%;
}

#footer-copyright {
  background-color: #9C1D86;
  border-top: 1px solid #70174C;
  padding: 10px 0 3px;
}
#footer-copyright p,
#footer-copyright a {
  text-decoration: none;
  color: white;
  font-size: 14px;
  font-weight: 300;
  transition: all 0.2s;
}
#footer-copyright a:hover {
  color: #FFE738;
}
#footer-copyright .elem1:after {
  content: " - ";
}
#footer-copyright .elem2 {
  display: inline-block;
  margin-left: 20px;
}
#footer-copyright .elem2 a {
  position: relative;
}
#footer-copyright .elem2 a::before {
  content: "";
  top: 4px;
  left: -13px;
  position: absolute;
  height: 10px;
  width: 1px;
  background-color: white;
}
#footer-copyright br {
  display: none;
}

@media (max-width: 1199px) {
  #footer {
    padding: 80px 20px 50px 20px;
  }
  #footer .row.align-bottom {
    display: block;
  }
  #footer .footer-box-3 {
    margin-top: 60px;
    min-height: auto;
  }
  #footer .footer-box-3,
  #footer .footer-box-4 {
    text-align: center;
  }
  #footer .footer-cta .footer-cta-wrapper {
    padding: 30px 30px;
    flex-wrap: wrap;
  }
  #footer .footer-cta .footer-cta-wrapper h2 {
    font-size: 20px;
    line-height: 24px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  #footer .footer-cta .footer-cta-wrapper a.cta {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  #footer .footer-box-1 .textwidget {
    justify-content: center;
    margin-bottom: 50px;
  }
  #footer .row.align-bottom {
    width: auto;
  }
}
@media (max-width: 768px) {
  #footer {
    padding-top: 80px;
  }
  #footer .footer-box-2 {
    margin: 50px auto;
    padding: 0px 20px;
  }
  #footer .footer-box-3,
  #footer .footer-box-4 {
    margin-top: 0px;
    min-height: 0;
  }
  #footer .footer-cta .footer-cta-wrapper {
    padding: 30px 30px;
    flex-wrap: wrap;
  }
  #footer .footer-cta .footer-cta-wrapper h2 {
    font-size: 20px;
    line-height: 24px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  #footer .footer-cta .footer-cta-wrapper a.cta {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 620px) {
  #footer .footer-box-1 {
    padding-left: 30px;
    padding-right: 30px;
  }
  #footer .footer-box-1 .logo-footer-1 {
    width: 180px;
  }
  #footer .footer-box-1 .logo-footer-2 {
    width: 130px;
  }
}
.single-entreprise header {
  position: relative;
}
.single-entreprise #content {
  padding-top: 45px !important;
}
.single-entreprise-1 a {
  color: white;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.single-entreprise-1 a i {
  position: relative;
  top: 5px;
  left: 0;
  font-size: 30px;
  padding-right: 5px;
  transition: all 0.2s;
}
.single-entreprise-1 a:hover i {
  left: -5px;
}
.single-entreprise-2 .entreprise-type-categorie {
  color: #A9ADB3;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 10px;
}
.single-entreprise-2 .entreprise-type-categorie span {
  display: block;
}
.single-entreprise-2 .content-center {
  background-color: white;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 17px;
  padding: 40px 20px;
  margin-bottom: 10px;
}
.single-entreprise-2 .content-center .content-right {
  padding-left: 20px;
}
.single-entreprise-2 .content-center .content-right .producteur-categories {
  padding-left: 0 !important;
}
.single-entreprise-2 .content-center .content-right .producteur-categories li {
  display: inline;
}
.single-entreprise-2 .content-center .content-right .producteur-categories li::after {
  content: " ";
}
.single-entreprise-2 .content-center .content-right .producteur-categories li:last-child::after {
  content: "";
}
.single-entreprise-2 .content-center .content-right .producteur-categories li:before {
  content: " |  ";
}
.single-entreprise-2 .content-center .content-right .producteur-categories li:first-child::before {
  content: "";
}
.single-entreprise-2 .content-center .wrapper-img {
  text-align: center;
}
.single-entreprise-2 .content-center .wrapper-img .entreprise-logo {
  background: #FFFFFF;
  max-width: 260px;
}
.single-entreprise-2 .content-center .address,
.single-entreprise-2 .content-center .tel,
.single-entreprise-2 .content-center .email {
  display: flex;
  gap: 24px;
  font-size: 20px;
  line-height: 27px;
  align-items: center;
}
.single-entreprise-2 .content-center .address .cta, .single-entreprise-2 .single-entreprise-details .content-center .address .content-right .tag-marche-vente, .single-entreprise-details .single-entreprise-2 .content-center .address .content-right .tag-marche-vente, .single-entreprise-2 .single-entreprise-details .content-center .content-right .address .tag-marche-vente, .single-entreprise-details .single-entreprise-2 .content-center .content-right .address .tag-marche-vente,
.single-entreprise-2 .content-center .tel .cta,
.single-entreprise-2 .single-entreprise-details .content-center .tel .content-right .tag-marche-vente,
.single-entreprise-details .single-entreprise-2 .content-center .tel .content-right .tag-marche-vente,
.single-entreprise-2 .single-entreprise-details .content-center .content-right .tel .tag-marche-vente,
.single-entreprise-details .single-entreprise-2 .content-center .content-right .tel .tag-marche-vente,
.single-entreprise-2 .content-center .email .cta,
.single-entreprise-2 .single-entreprise-details .content-center .email .content-right .tag-marche-vente,
.single-entreprise-details .single-entreprise-2 .content-center .email .content-right .tag-marche-vente,
.single-entreprise-2 .single-entreprise-details .content-center .content-right .email .tag-marche-vente,
.single-entreprise-details .single-entreprise-2 .content-center .content-right .email .tag-marche-vente {
  margin: 0;
  line-height: 16px;
}
.single-entreprise-2 .content-center .urls {
  display: flex;
  gap: 24px;
  font-size: 20px;
  line-height: 27px;
  align-items: center;
  margin-top: 2rem;
}
.single-entreprise-2 .content-center .urls .facebook-link, .single-entreprise-2 .content-center .urls .instagram-link {
  margin-top: 10px;
  font-size: 40px;
}
.single-entreprise-2 .content-center .urls .fab {
  color: black;
}
.single-entreprise-2 .content-center .urls .wrapper-parent-social-vertical {
  position: relative;
  color: black;
  margin-left: auto;
}
.single-entreprise-2 .content-center .urls .wrapper-parent-social-vertical .btn-partage {
  margin-right: 30px;
}
.single-entreprise-2 .content-center .address::before {
  content: "";
  background-image: url("img/map-marker-alt-solid.svg");
  background-size: 20px 27px;
  width: 20px;
  height: 27px;
  flex-shrink: 0;
}
.single-entreprise-2 .content-center .tel::before {
  content: "";
  background-image: url("img/phone-alt-solid.svg");
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.single-entreprise-2 .content-center .tel,
.single-entreprise-2 .content-center .email {
  margin-top: 2rem;
}
.single-entreprise-2 .content-center .email i {
  color: #9C1D86;
}
.single-entreprise-2 .content-center .cta, .single-entreprise-2 .single-entreprise-details .content-center .content-right .tag-marche-vente, .single-entreprise-details .single-entreprise-2 .content-center .content-right .tag-marche-vente {
  margin-right: 15px;
}
.single-entreprise-3 {
  margin-top: 80px;
  margin-bottom: 20px;
}
.single-entreprise-3 .content-center > .row {
  border-bottom: 1px solid #A9ADB3;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .single-entreprise-3 .content-center .content-left {
    padding-left: 0;
  }
}
.single-entreprise-3 .content-center .content-left .img-producteur {
  border-radius: 10px;
  width: 100%;
}
.single-entreprise-3 .content-center .content-right {
  padding-left: 20px;
}
.single-entreprise-3 .content-center .content-right h4 {
  color: #9C1D86;
}
@media (min-width: 768px) {
  .single-entreprise-3 .content-center .content-right h4 {
    margin-top: 0;
  }
}
.single-entreprise-details {
  margin-top: 20px;
  margin-bottom: 40px;
}
.single-entreprise-details .content-center .content-left {
  padding-left: 0;
}
.single-entreprise-details .content-center .content-left .accreditations {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.single-entreprise-details .content-center .content-left .accreditations .certification-img {
  flex: 0 1 50%;
  text-align: center;
}
.single-entreprise-details .content-center .content-left .accreditations .certification-img__transformateur-du-terroir {
  padding: 32px;
}
.single-entreprise-details .content-center .content-left .accreditations .certification-img__biologique {
  padding: 32px;
}
.single-entreprise-details .content-center .content-left .accreditations .certification-img__biologique img {
  max-width: 155px;
  height: auto;
}
.single-entreprise-details .content-center .content-left .accreditations img {
  max-width: 100%;
  height: auto;
  flex: 0;
}
.single-entreprise-details .content-center .content-right {
  padding-left: 20px;
}
.single-entreprise-details .content-center .content-right h4 {
  color: #9C1D86;
}
.single-entreprise-details .content-center .content-right .tag-marche-vente {
  color: #70174C;
  border: 1px solid #70174C;
  cursor: auto;
}

#content .stack-archive .content-left .bloc {
  border-top: 0 !important;
  display: block !important;
}

.goutezy-repertoire-carte-filtres {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1024px) {
  .goutezy-repertoire-carte-filtres {
    padding-left: 0;
    padding-right: 0;
  }
}
.goutezy-repertoire-carte-filtres .recherche-wrapper #recherche {
  border: 1px solid rgb(118, 118, 118) !important;
  padding-left: 2px;
  padding-right: 42px;
}
.goutezy-repertoire-carte-filtres .recherche-wrapper #recherche::placeholder {
  font-size: 20px !important;
  font-weight: normal !important;
  color: revert !important;
}
.goutezy-repertoire-carte-filtres .recherche-wrapper #recherche:focus::placeholder {
  color: transparent !important;
}
.goutezy-repertoire-carte-filtres .recherche-wrapper #submit_search {
  right: 1px !important;
  line-height: 60px !important;
  padding: 0 10px;
  border: 0 !important;
  border-left: 1px solid rgb(118, 118, 118) !important;
}
.goutezy-repertoire-carte-filtres .filtres-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.goutezy-repertoire-carte-filtres .filtres-header span {
  pointer-events: all;
  cursor: pointer;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0;
  color: black;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.goutezy-repertoire-carte-filtres .filtres-header span:hover {
  text-decoration: underline;
}
.goutezy-repertoire-carte-filtres h4.filtre-title {
  margin-top: 25px;
  color: #9C1D86;
  font-weight: 300;
  font-family: "Barlow Semi Condensed", sans-serif;
  position: relative;
  padding-right: 18px;
}
.goutezy-repertoire-carte-filtres .single-filtre {
  margin: 14px 0;
}
.goutezy-repertoire-carte-filtres .single-filtre label {
  font-size: 18px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 300;
  padding-left: 35px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: block;
}
.goutezy-repertoire-carte-filtres .toggle {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.goutezy-repertoire-carte-filtres .toggle:after {
  font-size: 18px;
  float: right;
  color: #6D7278;
  font-weight: 400;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  position: relative;
  transform: translateX(-50%);
  transition: all 0.3s;
  vertical-align: middle;
}
.goutezy-repertoire-carte-filtres .toggle.toggle-opened:after {
  transform: rotate(180deg);
  transform-origin: 25% 45%;
}

.entreprise-type-categorie > span {
  display: block;
}

.goutezy-marker-info {
  display: flex;
  align-items: start;
  gap: 24px;
  margin: 0 24px 24px;
  font-size: 19px;
  line-height: 24px;
  font-weight: 300;
  color: black;
  font-family: "Barlow Semi Condensed", sans-serif;
  letter-spacing: 0;
  flex-direction: column;
}
@media (min-width: 768px) {
  .goutezy-marker-info {
    flex-direction: row;
  }
}
.goutezy-marker-info .goutezy-marker-company-name,
.goutezy-marker-info .goutezy-marker-company-name:visited {
  font-weight: bold;
  color: inherit;
}

.goutezy-repertoire-carte-legend {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 1rem;
  font-size: 19px;
}

.goutezy-repertoire-carte-legend svg {
  height: 20px;
  width: 20px;
}

.goutezy-repertoire-circuit-opened {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .goutezy-repertoire-circuit-opened {
    flex-direction: row;
  }
}
.goutezy-repertoire-circuit-opened .goutezy-repertoire-circuit {
  min-width: 300px;
  padding: 0 20px;
  flex: 1 1 600px;
}

.goutezy-repertoire-circuit h2 {
  color: #9C1D86;
  font-weight: 300;
  font-family: "Barlow Semi Condensed", sans-serif;
  margin: 0;
}
.goutezy-repertoire-circuit h2 + .goutezy-circuit__poi {
  margin-top: 21px;
}
.goutezy-repertoire-circuit i.fas {
  color: #9C1D86;
  margin-right: 8px;
}
.goutezy-repertoire-circuit .goutezy-circuit__poi {
  display: flex;
  position: relative;
  flex-direction: row;
  margin: 60px 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: black;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.goutezy-repertoire-circuit .goutezy-circuit__poi img.logo {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
  overflow: hidden;
  margin-right: 8px;
}
.goutezy-repertoire-circuit .goutezy-circuit__poi .goutezy-circuit__poi-distance {
  position: absolute;
  top: -50px;
  border-left: 3px dashed #9C1D86;
  padding-left: 8px;
  margin-left: 22px;
  font-size: 16px;
  line-height: 40px;
}
.goutezy-repertoire-circuit .goutezy-circuit__poi .goutezy-circuit__poi-remove {
  cursor: pointer;
  color: black;
  margin-left: 25px;
}
.goutezy-repertoire-circuit .goutezy-circuit__totals {
  display: block;
  margin-top: -30px;
  font-size: 18px;
  line-height: 24px;
}

.producteur-fiche-mega-wrapper .certifications {
  display: flex;
  justify-content: start;
  align-items: center;
  width: fit-content;
}
.producteur-fiche-mega-wrapper .certifications > img {
  flex: 0 1 0;
  max-height: 70px;
}

.hero-accueil {
  min-height: 100vh;
  margin-top: -125px;
}
.hero-accueil a.cta {
  margin-top: 40px;
}
.hero-accueil h1 {
  font-size: 55px;
  line-height: 58px;
  padding-top: 175px;
}
.hero-accueil .content-left {
  align-items: center !important;
  padding-left: 100px;
}
.hero-accueil .content-left .hero-aliments {
  max-width: 503px;
}
.hero-accueil .content-right {
  position: relative;
  /*.wrapper-spark {
      position: absolute;
      top: 25%;
      left: 30px;

      .spark-1 {
          position: absolute;
          top: 55px;
          left: -20px;
          opacity: 0;
      }

      .spark-2 {
          position: absolute;
          top: -45px;
          left: 65px;
      }

      .spark-3 {
          position: absolute;
          top: -40px;
          left: 205px;
      }

  }*/
}
.hero-accueil .content-right div {
  background-position: left !important;
}
.hero-accueil .element-svg {
  margin-bottom: 30px;
}

.accueil-section-2 .content-right {
  align-self: center;
}
.accueil-section-2 .content-left {
  padding-top: 40px;
}
.accueil-section-2 .wpb_content_element {
  margin-bottom: 0 !important;
}
.accueil-section-2 h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #FFE738;
  letter-spacing: 0;
  line-height: 34px;
  max-width: 420px;
  margin: 0 auto;
}
.accueil-section-2 p {
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #FFFFFF;
  max-width: 420px;
  margin: 30px auto;
}
.accueil-section-2 a {
  color: white;
}
.accueil-section-2 a:hover {
  color: #F27328;
}
.accueil-section-2 a.cta {
  margin-top: 35px;
}
.accueil-section-2 a.cta i {
  font-size: 20px;
  line-height: 20px;
}
.accueil-section-2 .content-right .wpb_content_element {
  margin-bottom: 0 !important;
}

.accueil-section-3 .content-left i {
  padding-left: 11px;
  font-size: 22px;
  top: 2px;
  position: relative;
}

.accueil-section-4 .rounded {
  border-radius: 10px;
}
.accueil-section-4 .pointer-funky {
  position: relative;
}
.accueil-section-4 .pointer-funky img {
  position: absolute;
  top: -40px;
  left: 10px;
}
.accueil-section-4 .pointer-mobile {
  display: none;
}

@media (max-width: 1440px) {
  .hero-accueil {
    margin-top: -90px;
  }
  .hero-accueil .margin-top-50 {
    margin-top: 40px !important;
  }
  .accueil-section-3 .content-left .margin-top-180 {
    margin-top: 150px !important;
  }
}
@media (max-width: 1199px) {
  .accueil-section-3 .content-left .margin-top-180 {
    margin-top: 90px !important;
  }
  .hero-accueil .margin-top-50 {
    margin-top: 20px !important;
  }
}
@media (max-width: 991px) {
  .hero-accueil {
    margin-top: 0;
    min-height: auto;
  }
  .accueil-section-2 .content-right {
    padding: 100px 0 60px;
    align-self: center;
  }
  .accueil-section-3 .margin-top-180 {
    position: relative;
    margin-top: 100px !important;
  }
  .accueil-section-3 .cta {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 767px) {
  .hero-accueil .content-right .credit-photo-hero {
    bottom: 60px;
  }
  .hero-accueil {
    flex-direction: column-reverse;
    min-height: auto;
    margin-top: -90px;
  }
  /*
      .hero-accueil .content-right .wrapper-spark {
          top: 24%;
          left: -23px;
      }    
      */
  .hero-accueil .content-right {
    top: 90px;
  }
  .hero-accueil .content-right > .vc_column-inner {
    height: 560px;
  }
  .hero-accueil .content-right div {
    background-position: right top !important;
  }
  /*
      .hero-accueil .content-right .spark-1 {
          width: 90px;
          left: 40px;
      }

      .hero-accueil .content-right .wrapper-spark .spark-1 {
          left: 40px;
      }

      .hero-accueil .content-right .spark-2 {
          width: 75px;
      }

      .hero-accueil .content-right .wrapper-spark .spark-2 {
          left: 95px;
          top: -30px;
      }

      .hero-accueil .content-right .spark-3 {
          width: 60px;
      }

      .hero-accueil .content-left {
          padding: 0 20px;
      }
  */
  .hero-accueil h1 {
    font-size: 38px;
    line-height: 44px;
  }
  .hero-accueil .margin-top-50 {
    margin-top: 35px !important;
  }
  .accueil-section-4 .ajout-padding-mobile {
    padding: 0 8% 40px;
  }
  .accueil-section-4 .margin-top-130 {
    margin-top: 90px !important;
  }
  .accueil-section-4 .margin-bottom-160 {
    margin-bottom: 90px !important;
  }
  .accueil-section-4 .margin-top-80 {
    margin-top: 40px !important;
  }
  .accueil-section-4 .margin-bottom-80 {
    margin-bottom: 50px !important;
  }
  .accueil-section-2 .content-right .margin-top-160 {
    margin-top: 60px !important;
  }
  .accueil-section-2 .content-right .margin-bottom-180 {
    margin-bottom: 60px !important;
  }
  .accueil-section-3 .content-left .margin-top-220 {
    margin-top: 60px !important;
  }
  .accueil-section-3 .content-left .margin-bottom-230 {
    margin-bottom: 70px !important;
  }
  .accueil-section-3 .content-left {
    text-align: left;
  }
  .accueil-section-4 .pointer-mobile {
    display: block;
    text-align: center;
  }
  .accueil-section-4 .pointer-mobile img {
    height: 150px;
    position: absolute;
    top: -30px;
    height: 200px;
    left: 50%;
    transform: translate(-55%);
  }
  .accueil-section-4 h3 {
    padding-top: 150px;
  }
  #content .stack-archive .content-left .bloc .closed::after {
    position: relative;
    top: 2px;
    right: 0px;
  }
  .hero-accueil .content-right .wrapper-spark {
    display: none;
  }
  /*
  .hero-accueil .content-right .wrapper-spark .spark-1{
      width: 75px;
  }

  .hero-accueil .content-right .wrapper-spark .spark-2 {
      width: 65px;
  }

  .hero-accueil .content-right .wrapper-spark .spark-3 {
      width: 45px;
  }
  */
}
@media (max-width: 620px) {
  .accueil-section-2 .content-right {
    order: 1;
    padding-bottom: 20px;
  }
  .accueil-section-2 .content-left {
    order: 2;
    padding-top: 0 !important;
  }
}
@media (max-width: 480px) {
  .accueil-section-2 .content-right {
    padding: 60px 0 60px;
  }
  .accueil-section-3 .content-left .margin-top-180 {
    margin-top: 60px !important;
  }
  .hero-accueil .content-right div {
    background-position: -70px top !important;
  }
}
.page-404 {
  background-color: #FCAF17;
}
.page-404 .content-404 {
  padding-top: 100px;
  padding-bottom: 160px;
}
.page-404 .content-404 .row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.page-404 .content-404 .cta-404 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.page-404 .content-404 .cta-404 h1, .page-404 .content-404 .cta-404 h2 {
  color: #9C1D86;
  text-align: center;
  margin-bottom: 30px;
}
.page-404 .content-404 .cta-404 h1 {
  font-size: 104.29px;
  line-height: 104.29px;
}
.page-404 .content-404 .cta-404 h2 {
  font-size: 30px;
  line-height: 32px;
}

@media (max-width: 991px) {
  .page-404 .content-404 .cta-404 {
    order: 2;
    padding: 0 20px;
  }
  .page-404 .content-404 .img-404 {
    order: 1;
    margin-bottom: 20px;
    text-align: center;
  }
  .page-404 .content-404 .img-404 img {
    margin: 0 auto;
  }
}
.hero-apropos .logo-flottant {
  position: absolute;
  top: 50%;
  left: 0;
  max-width: 435px;
  transform: translate3d(-50%, -50%, 0);
}
.hero-apropos h2, .hero-apropos h3 {
  color: #9C1D86;
}
.hero-apropos h2 {
  font-size: 30px;
  line-height: 32px;
  margin: 30px 0;
}
.hero-apropos h3 {
  font-size: 20px;
  line-height: 22px;
  margin-top: 160px;
}
.hero-apropos p {
  color: #000000;
}
.hero-apropos .vc_custom_1621450060488 {
  background-position: bottom right !important;
}
.hero-apropos .note {
  display: block;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  letter-spacing: 0;
  margin-top: 30px;
}
.hero-apropos .boutons {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 160px !important;
  margin-top: 30px;
}
.hero-apropos .boutons a.cta {
  margin-right: 10px;
}
.hero-apropos .boutons a.cta i {
  font-size: 24px;
  line-height: 20px;
  margin-left: 10px;
  position: relative;
  top: 3px;
}

.membres-apropos h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #FFE738;
  letter-spacing: 0;
  line-height: 34px;
}
.membres-apropos p {
  color: #FFFFFF;
  margin: 30px 0;
}
.membres-apropos a {
  color: white;
}
.membres-apropos a:hover {
  color: #F27328;
}

.blogue-apropos {
  padding-top: 75px;
  padding-bottom: 130px;
}
.blogue-apropos h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #9C1D86;
  letter-spacing: 0;
  text-align: center;
  line-height: 32px;
  margin-bottom: 20px;
}
.blogue-apropos p.post-date {
  margin-bottom: 20px !important;
}
.blogue-apropos .blogue-listing {
  margin-top: 50px;
}
.blogue-apropos .cta {
  margin-top: 25px;
  clear: both;
}

@media (max-width: 1440px) {
  .hero-apropos h3 {
    margin-top: 100px;
  }
  .hero-apropos .logo-flottant {
    max-width: 360px;
  }
  .hero-apropos .boutons {
    flex-wrap: wrap;
    margin-bottom: 120px !important;
  }
  .apropos-section-3 .margin-top-180 {
    margin-top: 120px !important;
  }
  .stack-archive.blogue-apropos {
    padding-top: 45px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1199px) {
  .hero-apropos .logo-flottant {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .hero-apropos .content {
    padding-left: 40px;
    padding-right: 40px;
  }
  .hero-apropos .logo-flottant {
    transform: translate3d(-15%, -50%, 0);
  }
  .membres-apropos .content-left {
    height: 430px;
  }
  .membres-apropos .margin-top-180 {
    position: relative;
    margin-top: 100px !important;
  }
  .membres-apropos h3 {
    max-width: 100%;
    margin: 0 40px;
  }
  .membres-apropos p {
    max-width: 100%;
    margin: 30px 40px;
  }
  .membres-apropos a {
    color: white;
  }
  .membres-apropos a:hover {
    color: #F27328;
  }
}
@media (max-width: 767px) {
  .hero-apropos .hero-image {
    height: 600px;
    order: 1;
    display: none !important;
  }
  .hero-apropos .content {
    order: 2;
    padding-left: 30px;
    padding-right: 30px;
  }
  .hero-apropos .logo-flottant {
    width: 260px;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
  .hero-apropos h3 {
    margin-top: 60px;
  }
  .hero-apropos .boutons {
    margin-bottom: 60px !important;
  }
  .membres-apropos .margin-top-180 {
    margin-top: 60px !important;
  }
  .membres-apropos .content-left {
    height: 280px;
  }
  .membres-apropos h3 {
    margin: 0 15px;
  }
  .membres-apropos p {
    margin: 30px 15px;
  }
  .blogue-apropos {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (max-width: 480px) {
  .hero-apropos .content {
    padding: 0 20px;
  }
  .hero-apropos .boutons a.cta {
    margin-right: 0px;
    padding: 8px 20px 7px;
  }
}
.producteur-stack-2 .wpb_content_element {
  margin-bottom: 0 !important;
}
.producteur-stack-2 .bloc-mauve {
  position: relative;
  max-width: 290px;
  margin: 0 auto !important;
  background-color: #9C1D86;
  border-radius: 0 0 15px 15px;
  text-align: center;
}
.producteur-stack-2 .bloc-mauve h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #FFE738;
  letter-spacing: 0;
  text-align: center;
  line-height: 34px;
  padding: 50px 15px 10px;
}
.producteur-stack-2 .bloc-mauve p {
  color: #FFFFFF;
  text-align: center;
  padding: 0 15px;
}
.producteur-stack-2 .bloc-mauve .cta {
  margin-top: 20px;
  margin-bottom: 50px;
}
.producteur-stack-2 .vc_column-inner {
  padding-top: 0 !important;
}

.vc_custom_1603645648243 {
  background-image: url(https://goutezy.com/wp-content/uploads/2020/10/hero-producteur.jpg?id=122) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.single-producteur-stack-1 {
  position: relative;
  top: -190px;
}
.single-producteur-stack-1 a {
  color: white;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.single-producteur-stack-1 a i {
  position: relative;
  top: 5px;
  left: 0;
  font-size: 30px;
  padding-right: 5px;
  transition: all 0.2s;
}
.single-producteur-stack-1 a:hover i {
  left: -5px;
}

.single-producteur-stack-2 {
  overflow: visible !important;
  position: relative;
}
.single-producteur-stack-2 .content-center {
  background-color: white;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 17px;
  margin-bottom: 10px;
}
.single-producteur-stack-2 .content-center .content-right {
  padding-left: 20px;
}
.single-producteur-stack-2 .content-center .content-right .producteur-categories {
  padding-left: 0 !important;
}
.single-producteur-stack-2 .content-center .content-right .producteur-categories li {
  display: inline;
}
.single-producteur-stack-2 .content-center .content-right .producteur-categories li::after {
  content: " ";
}
.single-producteur-stack-2 .content-center .content-right .producteur-categories li:last-child::after {
  content: "";
}
.single-producteur-stack-2 .content-center .content-right .producteur-categories li:before {
  content: " |  ";
}
.single-producteur-stack-2 .content-center .content-right .producteur-categories li:first-child::before {
  content: "";
}
.single-producteur-stack-2 .content-center .wrapper-img {
  text-align: center;
}
.single-producteur-stack-2 .content-center .wrapper-img .img-producteur {
  background: #FFFFFF;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 17px;
  margin: 10% 0;
  padding: 6%;
  max-width: 260px;
}
.single-producteur-stack-2 .content-center .address,
.single-producteur-stack-2 .content-center .tel {
  display: flex;
  gap: 24px;
  font-size: 16px;
  line-height: 27px;
  align-items: center;
}
.single-producteur-stack-2 .content-center .address .cta,
.single-producteur-stack-2 .content-center .tel .cta {
  margin: 0;
  line-height: 16px;
}
.single-producteur-stack-2 .content-center .address::before {
  content: "";
  background-image: url("img/map-marker-alt-solid.svg");
  background-size: 20px 27px;
  width: 20px;
  height: 27px;
}
.single-producteur-stack-2 .content-center .tel::before {
  content: "";
  background-image: url("img/phone-alt-solid.svg");
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.single-producteur-stack-2 .content-center .tel {
  margin-top: 2rem;
}
.single-producteur-stack-2 .content-center .cta {
  margin-right: 15px;
}

.single-producteur-stack-3 {
  position: relative;
}
.single-producteur-stack-3 .content-center .wrapper-img img {
  border-radius: 10px;
  width: 100%;
}
.single-producteur-stack-3 .content-center .content-right {
  padding-left: 20px;
}

.hero-generic {
  height: 450px;
}
.hero-generic .vc_column-inner {
  padding-top: 0 !important;
}
.hero-generic .vc_column-inner .wpb_content_element {
  margin-bottom: 0 !important;
}

.hero-adhesion .vc_column-inner {
  padding-top: 0 !important;
}
.hero-adhesion .vc_column-inner .wpb_content_element {
  margin-bottom: 0 !important;
}
.hero-adhesion .cta-adhesion {
  background: #FFFFFF;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.hero-adhesion .cta-adhesion header {
  display: block;
  position: relative !important;
  padding: 60px 0 30px;
  top: 0 !important;
}
.hero-adhesion .cta-adhesion header.TransitionMenuMobile {
  transform: none !important;
}
.hero-adhesion .cta-adhesion header h2 {
  display: block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #9C1D86;
  letter-spacing: 0;
  text-align: center;
  line-height: 32px;
}
.hero-adhesion .cta-adhesion p {
  color: #000000;
  text-align: center;
  margin: 0 auto 50px;
  max-width: 80%;
}
.hero-adhesion .cta-adhesion a {
  color: #70174C;
}
.hero-adhesion .cta-adhesion a:hover {
  color: #9C1D86;
}
.hero-adhesion .cta-adhesion .cta-btn .vc_btn3 {
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 8px 30px;
  display: inline-block;
  color: #FFE738;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  border-radius: 20px;
  transition: all 0.2s;
  cursor: pointer;
  background-color: #9C1D86;
  background-image: none;
}
.hero-adhesion .cta-adhesion .cta-btn .vc_btn3:hover {
  background-color: #FCAF17;
  color: #9C1D86;
}

@media (max-width: 1440px) {
  .hero-generic {
    height: 320px;
  }
  .producteur-stack-2 .margin-top-80 {
    margin-top: 50px !important;
  }
  .dummy-space-mobile .margin-top-50 {
    margin-top: 35px !important;
  }
}
@media (max-width: 620px) {
  .hero-adhesion {
    height: auto;
    padding: 100px 15px 150px;
  }
}
.adhesion-top-section {
  background-color: #9C1D86;
  text-align: center;
  padding-top: 132px;
  padding-bottom: 132px;
}
.adhesion-top-section .wpb_content_element {
  margin-bottom: 0 !important;
}
.adhesion-top-section .vc_column-inner {
  padding-top: 0 !important;
}
.adhesion-top-section h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #FFE738;
  letter-spacing: 0;
  text-align: center;
  line-height: 34px;
  max-width: 920px;
  margin: 0 auto;
}

.wrapper-bouton-scroll {
  height: 0px;
}
.wrapper-bouton-scroll > div {
  min-height: 0px !important;
}
.wrapper-bouton-scroll #bouton-scroll {
  position: fixed;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  background: #70174C;
  height: 140px;
  width: 140px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 14px;
  cursor: pointer;
  z-index: 99;
}
.wrapper-bouton-scroll #bouton-scroll a {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #FFE738;
  letter-spacing: 0;
  line-height: 22px;
}
.wrapper-bouton-scroll #bouton-scroll:hover {
  background-color: #60053B;
}

.adhesion-avantages-section {
  background-color: #fff;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 25px;
  z-index: 0;
}
.adhesion-avantages-section h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #9C1D86;
  letter-spacing: 0;
  text-align: center;
  line-height: 32px;
  margin-bottom: 22px;
}
.adhesion-avantages-section p {
  color: #000000;
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
}
.adhesion-avantages-section p i {
  font-size: 60px;
  color: #9C1D86;
  margin-top: 35px;
}

.adhesion-grille-section .quart {
  padding: 60px 50px;
  z-index: 0;
}
.adhesion-grille-section .quart .wpb_content_element {
  margin-bottom: 0 !important;
}
.adhesion-grille-section .quart h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #FFE738;
  letter-spacing: 0;
  line-height: 34px;
  min-height: 102px;
  margin-bottom: 30px !important;
}
.adhesion-grille-section .quart.bg-jaune {
  background-color: #FCAF17;
}
.adhesion-grille-section .quart.bg-jaune h4 {
  color: #9C1D86;
}
.adhesion-grille-section .quart.bg-orange {
  background-color: #F27328;
}
.adhesion-grille-section .quart.bg-orange img {
  margin-top: 33px;
}
.adhesion-grille-section .quart.bg-mauve {
  background-color: #9C1D86;
}
.adhesion-grille-section .quart.bg-mauvefonce {
  background-color: #70174C;
}
.adhesion-grille-section .quart.bg-mauvefonce img {
  margin-top: 10px;
}

.adhesion-services-section {
  background-color: #FFE738;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 120px;
}
.adhesion-services-section h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #9C1D86;
  letter-spacing: 0;
  text-align: center;
  line-height: 32px;
  margin-bottom: 22px;
}
.adhesion-services-section p {
  color: #000000;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 34px !important;
}
.adhesion-services-section .vc_toggle {
  max-width: 610px;
  margin: 0 auto;
  background-color: #9C1D86;
  text-align: left;
  background: #9C1D86;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  border-radius: 17px;
  margin-bottom: 15px;
}
.adhesion-services-section .vc_toggle .vc_toggle_title {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.adhesion-services-section .vc_toggle .vc_toggle_title .vc_toggle_icon {
  display: none;
}
.adhesion-services-section .vc_toggle .vc_toggle_title h4 {
  position: relative;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 50px;
  padding-left: 60px;
  padding-right: 60px;
  width: 100%;
}
.adhesion-services-section .vc_toggle .vc_toggle_title h4:before {
  content: "1";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  font-size: 50px;
  color: #FFE738;
  letter-spacing: 0;
  text-align: center;
  line-height: 50px;
}
.adhesion-services-section .vc_toggle .vc_toggle_title h4:after {
  content: "\f067";
  color: #FFE738;
  font-size: 40px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  position: absolute;
  display: block;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
}
.adhesion-services-section .vc_toggle.number-two .vc_toggle_title h4:before {
  content: "2";
}
.adhesion-services-section .vc_toggle_content {
  padding-left: 80px !important;
  padding-right: 15px;
}
.adhesion-services-section .vc_toggle_content ul, .adhesion-services-section .vc_toggle_content li, .adhesion-services-section .vc_toggle_content p {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 200 !important;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 24px;
  text-align: left;
  margin-bottom: 5px;
}
.adhesion-services-section .vc_toggle_content p {
  margin-bottom: 10px !important;
}
.adhesion-services-section .vc_toggle_content ul {
  list-style-type: none;
  padding-bottom: 14px;
}
.adhesion-services-section .vc_toggle_content ul li {
  padding-left: 10px;
  position: relative;
}
.adhesion-services-section .vc_toggle_content ul li:before {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  font-weight: bold;
  color: #FFE738;
  width: 16px;
  height: auto;
  display: block;
  position: absolute;
  left: -20px;
  top: 4px;
}

.hero-adhesion {
  z-index: 0;
}

.section-adhesion-formulaire {
  padding-top: 150px;
  padding-bottom: 200px;
}

@media (max-width: 1400px) {
  #bouton-scroll {
    left: 2%;
    top: 50%;
    height: 100px;
    width: 100px;
  }
  #bouton-scroll a {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 1199px) {
  #bouton-scroll {
    display: none;
  }
  .adhesion-grille-section .quart {
    padding: 50px 50px;
  }
  .adhesion-grille-section .quart h4 {
    min-height: 70px;
  }
  .adhesion-grille-section .quart.bg-orange img {
    margin-top: 20px;
  }
  .adhesion-grille-section .quart.bg-mauvefonce img {
    margin-top: 10px;
  }
  .adhesion-top-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .adhesion-avantages-section {
    padding-top: 80px;
  }
  .adhesion-grille-section .quart .wpb_content_element {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .wrapper-bouton-scroll {
    display: none;
  }
  .adhesion-top-section {
    padding-left: 30px;
    padding-right: 30px;
  }
  .adhesion-top-section h3 {
    max-width: 100%;
  }
  .adhesion-grille-section .quart {
    padding: 70px 30px;
  }
  .adhesion-grille-section .quart h4 {
    min-height: 102px;
  }
  .adhesion-grille-section .quart.bg-orange img {
    margin-top: 33px;
  }
  .adhesion-grille-section .quart.bg-mauvefonce {
    background-color: #70174C;
  }
  .adhesion-grille-section .quart.bg-mauvefonce img {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .adhesion-top-section {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .adhesion-top-section h3 {
    font-size: 24px;
    line-height: 28px;
    max-width: 100%;
  }
  .adhesion-avantages-section {
    padding-top: 60px;
  }
  .adhesion-avantages-section p {
    max-width: 100%;
    margin: 0 15px;
  }
  .adhesion-avantages-section p i {
    font-size: 50px;
  }
  .adhesion-services-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .adhesion-services-section p {
    max-width: 100%;
    margin: 0 15px;
  }
  .adhesion-services-section .vc_toggle {
    max-width: 100%;
    margin: 15px 15px 0;
    padding-right: 10px;
  }
  .adhesion-services-section .vc_toggle .vc_toggle_title {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .adhesion-services-section .vc_toggle .vc_toggle_title h4 {
    font-size: 16px;
    line-height: 30px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
  .adhesion-services-section .vc_toggle .vc_toggle_title h4:before {
    width: 20px;
    height: 20px;
    font-size: 24px;
    line-height: 30px;
  }
  .adhesion-services-section .vc_toggle .vc_toggle_title h4:after {
    font-size: 24px;
    line-height: 30px;
    width: 20px;
    height: 20px;
  }
  .adhesion-services-section .vc_toggle_content {
    padding-left: 40px !important;
  }
  .adhesion-services-section .vc_toggle_content p, .adhesion-services-section .vc_toggle_content ul, .adhesion-services-section .vc_toggle_content li {
    font-size: 18px !important;
    line-height: 20px;
  }
  .adhesion-grille-section .quart h4 {
    min-height: auto;
  }
}
.vc_general.vc_cta3.vc_cta3-shape-rounded {
  border-radius: 10px !important;
}

div#gform_confirmation_message_3 {
  border: 1px solid green;
  padding: 2em 1em;
  font-size: 24px;
}

#gform_3 .gfield_description {
  margin: 0;
  padding: 0.4rem 0;
}
#gform_3 .gfield_description.gfield_consent_description {
  padding: 1rem 0;
  overflow: auto;
  border: none;
  font-size: 1.6rem;
}
#gform_3 .gfield_label {
  font-size: 18px;
  margin-bottom: 0;
}
#gform_3 .gf_progressbar_percentage.percentbar_blue {
  background-color: #9C1D86;
  color: #fff;
}
#gform_3 .gform_show_password {
  right: auto;
  left: 4px;
}
#gform_3 .password_input_container input[type=password],
#gform_3 .password_input_container input[type=text] {
  width: calc(50% - 8px);
  padding-left: 32px;
}
#gform_3 .gform-page-footer {
  display: flex;
  gap: 16px;
}
#gform_3 .gform-page-footer .gform_save_link {
  margin-left: 0;
  order: -1;
}

.single-post .hero-single-blogue {
  background-color: #70174C;
}
.single-post h1, .single-post .post-date {
  color: white;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 auto 10px;
}
.single-post h2, .single-post h3, .single-post h4, .single-post h5 {
  color: #9C1D86;
  font-family: "Barlow Semi Condensed", sans-serif;
  margin-bottom: 10px;
  margin-top: 15px;
}
.single-post h3 {
  font-size: 24px;
  color: #9C1D86;
  line-height: 26px;
}
.single-post p {
  margin-bottom: 30px;
}
.single-post img {
  border-radius: 17px;
}
.single-post ul.post-categories {
  color: white;
  padding-left: 0px !important;
  font-size: 16px;
  line-height: 20px;
  list-style-type: none;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
.single-post ul.post-categories li {
  display: inline;
  padding-left: 12px;
  padding-right: 12px;
  border-right: 2px solid white;
}
.single-post ul.post-categories li:last-of-type {
  border-right: 0px solid white;
}
.single-post .post-date {
  color: white;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  padding-bottom: 15px;
}
.single-post .lien-retour {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
}
.single-post .lien-retour .fal {
  font-size: 24px;
  top: 3px;
}
.single-post .image-a-la-une img {
  border-radius: 17px;
  width: 100%;
}
.single-post .single-post-stack-1 {
  position: relative;
  top: -390px;
}
.single-post .single-post-stack-2 {
  overflow: visible !important;
  position: relative;
  top: -360px;
}
.single-post .single-post-stack-2 a {
  color: white;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.single-post .single-post-stack-2 a i {
  position: relative;
  top: 5px;
  left: 0;
  font-size: 30px;
  padding-right: 5px;
  transition: all 0.2s;
}
.single-post .single-post-stack-2 a:hover i {
  left: -5px;
}
.single-post .single-post-stack-3 {
  position: relative;
  top: -300px;
}
.single-post .single-post-stack-3 ul {
  margin-bottom: 30px !important;
}
.single-post .single-post-stack-3 ul li {
  font-size: 20px;
  line-height: 24px;
  font-weight: 300 !important;
}

@media (max-width: 1199px) {
  .single-post .single-post-stack-1 {
    top: -350px;
  }
}
@media (max-width: 991px) {
  .single-post .hero-single-blogue .margin-top-450 {
    margin-top: 450px !important;
  }
  .single-post h1 {
    font-size: 40px;
    line-height: 44px;
    max-width: 620px;
    margin: 0 auto 10px;
  }
}
@media (max-width: 767px) {
  .single-post .hero-single-blogue .margin-top-450 {
    margin-top: 480px !important;
  }
  .single-post h1 {
    font-size: 36px;
    line-height: 38px;
    max-width: 100%;
    margin: 0 15px 10px;
  }
  .single-post .post-date {
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 35px;
  }
  .single-post img {
    margin-bottom: 20px !important;
  }
  .single-post .single-post-stack-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .single-post .single-post-stack-3 {
    top: -340px;
  }
  .single-post .single-post-stack-1 {
    top: -370px;
  }
}
.marches-enligne-header {
  background-color: #9C1D86;
  overflow: visible !important;
}
.marches-enligne-header .wpb_content_element {
  margin-bottom: 0 !important;
}
.marches-enligne-header .page-titre {
  align-self: center;
}
.marches-enligne-header .page-titre h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 50px;
  color: #FFE738;
  letter-spacing: 0;
  text-align: center;
  line-height: 50px;
}
.marches-enligne-header .confetis-wrapper {
  position: relative;
}
.marches-enligne-header .confetis-wrapper .vc_column-inner {
  display: block;
  height: 100%;
  overflow: visible;
}
.marches-enligne-header .confetis-wrapper .vc_column-inner .vc_figure {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99 !important;
}

.marches-enligne-infos {
  z-index: 0 !important;
  overflow: visible !important;
}
.marches-enligne-infos h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #FFE738;
  letter-spacing: 0;
  text-align: center;
  line-height: 32px;
  margin-bottom: 30px;
}
.marches-enligne-infos p {
  color: #FFFFFF;
  text-align: center;
}
.marches-enligne-infos .bloc-gauche,
.marches-enligne-infos .bloc-droite {
  padding: 110px 30px;
  z-index: 1;
}
.marches-enligne-infos .bloc-gauche .contenu,
.marches-enligne-infos .bloc-droite .contenu {
  max-width: 80%;
  margin: 0 auto;
}
.marches-enligne-infos .bloc-gauche {
  background-color: #F27328;
}
.marches-enligne-infos .bloc-droite {
  background-color: #70174C;
}

.marches-enligne-consulter {
  padding: 110px 30px;
}
.marches-enligne-consulter h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 50px;
  color: #9C1D86;
  letter-spacing: 0;
  text-align: center;
  line-height: 50px;
  margin-bottom: 90px !important;
}
.marches-enligne-consulter .les-marches {
  justify-content: space-between;
  margin-bottom: 25px;
}
.marches-enligne-consulter .les-marches .un-marche {
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
  border-radius: 17px;
  width: 49%;
  padding: 30px 40px 70px;
}
.marches-enligne-consulter .les-marches .un-marche .titre {
  margin: 35px 0;
  padding: 15px 0;
  border-top: 1px solid #C5C9CE;
  border-bottom: 1px solid #C5C9CE;
}
.marches-enligne-consulter .les-marches .un-marche .titre h2 {
  font-size: 30px;
  color: #000000;
  line-height: 34px;
  margin-bottom: 0 !important;
}
.marches-enligne-consulter .les-marches .un-marche .titre p {
  text-align: center;
  text-transform: uppercase;
}
.marches-enligne-consulter .les-marches .un-marche p {
  color: #000000;
  margin-bottom: 20px;
}
.marches-enligne-consulter .les-marches .un-marche a {
  margin-top: 36px;
}
.marches-enligne-consulter .les-marches .un-marche a.cta i {
  font-size: 20px;
  line-height: 20px;
  margin-left: 10px;
}

.marche-enligne-footer {
  padding: 130px 30px 150px;
  background-color: #FCAF17;
}
.marche-enligne-footer h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #9C1D86;
  letter-spacing: 0;
  text-align: right;
  line-height: 34px;
}
.marche-enligne-footer a {
  margin: 50px auto 0;
}

@media (max-width: 1199px) {
  .marches-enligne-consulter {
    padding: 80px 30px;
  }
  .marches-enligne-infos .bloc-gauche .contenu,
  .marches-enligne-infos .bloc-droite .contenu {
    max-width: 100%;
  }
  .marches-enligne-consulter h2 {
    margin-bottom: 70px !important;
  }
  .marche-enligne-footer {
    padding: 80px 30px 140px;
  }
}
@media (max-width: 991px) {
  .marches-enligne-consulter .les-marches {
    justify-content: space-between;
    margin-bottom: 0;
  }
  .marches-enligne-consulter .les-marches .un-marche {
    margin-bottom: 30px;
    width: 100%;
  }
  .marches-enligne-infos .bloc-gauche,
  .marches-enligne-infos .bloc-droite {
    padding: 80px 30px;
  }
}
@media (max-width: 767px) {
  .marches-enligne-header .page-titre {
    margin-top: 140px;
    margin-bottom: 20px;
  }
  .marches-enligne-header .image-main .vc_figure {
    display: block;
    text-align: center;
  }
  .marches-enligne-consulter {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .marches-enligne-consulter h2 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 60px !important;
  }
  .marche-enligne-footer {
    padding: 60px 15px 150px;
    background-color: #FCAF17;
  }
  .marche-enligne-footer h2 {
    text-align: center;
  }
  .marches-enligne-header .page-titre h1 {
    padding: 0 15px;
  }
  .mrcny-loader {
    display: none;
  }
}
@media (max-width: 480px) {
  .marches-enligne-header .page-titre h1 {
    padding: 0 15px;
    font-size: 42px;
    line-height: 46px;
  }
  .marches-enligne-consulter .les-marches .un-marche {
    padding: 30px 20px 50px;
  }
}
#content .boite-filtre {
  display: -webkit-box;
  display: flex;
  margin-top: 70px;
  margin-bottom: 0px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 13px;
  justify-content: flex-start;
  font-size: 30px;
  line-height: 32px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  border-top: 1px solid #d8d8d8;
}
#content .boite-filtre .filtre-wrapper {
  margin-right: 20px;
  width: auto;
}
#content .boite-filtre .filtre-wrapper.select:after {
  display: inline-block;
  content: "\f078";
  color: black;
  position: absolute;
  left: 180px;
  top: 4px;
  font-family: "Font Awesome 5 Pro";
  pointer-events: none;
  font-size: 20px;
  line-height: 40px;
  font-weight: 300;
  margin-left: 20px;
}
#content .boite-filtre .filtre-wrapper select {
  display: inline-block;
  border: 0px;
  color: black;
  margin-right: 20px;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  cursor: pointer;
  font-size: 24px;
  line-height: 40px;
  overflow: visible;
}
#content .boite-filtre .filtre-wrapper select option {
  background-color: white;
  top: 40px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 300;
  padding: 5px 0;
}
#content .boite-filtre .filtre-wrapper select#filtre-sujet {
  margin-right: 0px;
}
#content .boite-filtre .select {
  position: relative !important;
  width: 260px;
}
#content .boite-filtre .sujet {
  margin-left: 60px;
}
#content .boite-filtre .sujet:after {
  left: 110px !important;
}
#content .stack-archive .content-left {
  padding-left: 70px;
  padding-right: 40px;
}
#content .stack-archive .content-left .recherche-wrapper {
  position: relative;
}
#content .stack-archive .content-left .recherche-wrapper input[type=text] {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-left: none;
  border-right: none;
  width: 100%;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  line-height: 60px;
}
#content .stack-archive .content-left .recherche-wrapper input[type=text]::placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #000000;
  letter-spacing: 0;
  line-height: 60px;
  opacity: 1;
}
#content .stack-archive .content-left .recherche-wrapper button {
  position: absolute;
  right: 0;
  top: 1px;
  border: 0;
  background-color: white;
  font-size: 28px;
  line-height: 58px;
  -webkit-user-select: none; /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
}
#content .stack-archive .content-left .title-filtre {
  margin-top: 30px;
  margin-bottom: 30px;
}
#content .stack-archive .content-left .title-filtre > .wpb_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#content .stack-archive .content-left .title-filtre #btn-annule {
  cursor: pointer;
}
#content .stack-archive .content-left .title-filtre #btn-annule:hover {
  text-decoration: underline;
}
#content .stack-archive .content-left .title-filtre h4 {
  margin-top: 0;
  color: black;
  text-transform: uppercase;
  font-weight: 300;
}
#content .stack-archive .content-left .bloc {
  border-top: 1px solid #D8D8D8;
  margin-bottom: 50px;
}
#content .stack-archive .content-left .bloc .closed {
  cursor: pointer;
}
#content .stack-archive .content-left .bloc .closed::after {
  font-size: 18px;
  color: #6D7278;
  font-weight: 400;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  position: relative;
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#content .stack-archive .content-left .bloc .closed.ouvert:after {
  -webkit-transform-origin: 25% 45%;
  -moz-transform-origin: 25% 45%;
  -ms-transform-origin: 25% 45%;
  -o-transform-origin: 25% 45%;
  transform-origin: 25% 45%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#content .stack-archive .content-left h4 {
  margin-top: 25px;
  color: #9C1D86;
  font-weight: 300;
  font-family: "Barlow Semi Condensed", sans-serif;
}
#content .stack-archive .content-left .single-filtre {
  margin: 14px 0;
}
#content .stack-archive .content-left .single-filtre input[type=checkbox] {
  cursor: pointer;
}
#content .stack-archive .content-left .single-filtre label {
  font-size: 18px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 300;
  padding-left: 35px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: block;
}
#content .stack-archive .content-left .single-filtre label.child {
  margin: 14px 0;
}
#content .stack-archive .content-left .single-filtre .children_container {
  padding-left: 35px;
}
#content .stack-archive .content-right, #content .stack-archive .blog-archive {
  border-left: 1px solid #D8D8D8;
  padding-left: 5px;
}
#content .stack-archive .content-right .producteur-fiche-mega-wrapper.biologique a.producteur-fiche span.producteur-photo, #content .stack-archive .blog-archive .producteur-fiche-mega-wrapper.biologique a.producteur-fiche span.producteur-photo {
  position: relative;
}
#content .stack-archive .content-right .producteur-fiche-mega-wrapper.biologique a.producteur-fiche span.producteur-photo:after, #content .stack-archive .blog-archive .producteur-fiche-mega-wrapper.biologique a.producteur-fiche span.producteur-photo:after {
  content: url("./img/icone-bio.png");
  display: block;
  position: absolute;
  bottom: -30px;
  right: 10px;
  width: 80px;
  height: 60px;
}
#content .stack-archive .content-right .ajout-flex > .wpb_wrapper, #content .stack-archive .blog-archive .ajout-flex > .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 60px !important;
}
#content .stack-archive .content-right .wrapper-single-producteur, #content .stack-archive .blog-archive .wrapper-single-producteur {
  background: #FFFFFF;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
  border-radius: 17px;
  margin-bottom: 25px;
  transition: all 0.2s;
}
#content .stack-archive .content-right .wrapper-single-producteur:hover, #content .stack-archive .blog-archive .wrapper-single-producteur:hover {
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.4);
}
#content .stack-archive .content-right a.producteur-fiche span.producteur-photo, #content .stack-archive .blog-archive a.producteur-fiche span.producteur-photo {
  display: block;
  width: 100%;
  min-height: 255px;
  background-size: cover;
  border-radius: 10px 10px 0 0;
  background-position: center;
}
#content .stack-archive .content-right .content-text, #content .stack-archive .blog-archive .content-text {
  padding: 15px 30px;
}
#content .stack-archive .content-right .content-text .producteur-categories, #content .stack-archive .blog-archive .content-text .producteur-categories {
  padding-left: 0;
  padding-left: 0px !important;
  font-size: 16px;
  line-height: 20px;
  color: #A9ADB3;
}
#content .stack-archive .content-right .content-text .producteur-categories li, #content .stack-archive .blog-archive .content-text .producteur-categories li {
  display: inline;
  padding-left: 0px;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #A9ADB3;
}
#content .stack-archive .content-right .content-text .producteur-categories li:last-of-type, #content .stack-archive .blog-archive .content-text .producteur-categories li:last-of-type {
  border-right: 0px solid #A9ADB3;
}
#content .stack-archive .content-right .content-text .producteur-titre, #content .stack-archive .blog-archive .content-text .producteur-titre {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: black;
  padding-top: 25px;
  display: inline-block;
}
#content .stack-archive .content-right .content-text hr, #content .stack-archive .blog-archive .content-text hr {
  margin-top: 15px;
  border-top: 1px solid #C5C9CE;
  margin-bottom: 10px;
}
#content .stack-archive .content-right .content-text .producteur-ville,
#content .stack-archive .content-right .content-text .producteur-emplacement, #content .stack-archive .blog-archive .content-text .producteur-ville,
#content .stack-archive .blog-archive .content-text .producteur-emplacement {
  display: block;
  font-family: "Barlow Semi Condensed", sans-serif;
  color: black;
  font-size: 20px;
  font-weight: 300;
}
#content .stack-archive .content-right .content-text .producteur-ville, #content .stack-archive .blog-archive .content-text .producteur-ville {
  margin-bottom: 40px;
}
#content .stack-archive .content-right .content-text .producteur-emplacement, #content .stack-archive .blog-archive .content-text .producteur-emplacement {
  text-transform: uppercase;
}
#content .stack-archive .blog-archive {
  margin-top: 60px;
  margin-bottom: 60px;
  border-left: 0px;
  padding-left: 0px;
}
#content .stack-archive .blog-archive .nodisplay {
  display: none;
}
#content .stack-archive .blog-archive .content-text .producteur-titre {
  color: #9C1D86;
  text-align: center !important;
  display: block;
}
#content .stack-archive .blog-archive .content-text .producteur-ville {
  text-align: center;
}
#content .stack-archive .blog-archive .content-text .post-date {
  text-align: center;
  color: #9C1D86;
  padding-bottom: 10px;
}
#content .stack-archive .blog-archive .post-categories {
  padding-left: 0px !important;
  font-size: 16px;
  line-height: 20px;
  color: #A9ADB3;
  text-align: center;
}
#content .stack-archive .blog-archive .post-categories li {
  display: inline;
  padding-left: 0px;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #A9ADB3;
}
#content .stack-archive .blog-archive .post-categories li:last-of-type {
  border-right: 0px solid #A9ADB3;
}
#content .stack-archive .blog-archive .post-date {
  color: black;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  margin-top: 20px;
  font-weight: 400;
}

/* Hide the browser's default checkbox */
.check-container {
  position: relative;
}

.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  pointer-events: none;
  height: 18px;
  width: 18px;
  z-index: 0;
  background-color: #eee;
  border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
  background-color: #9C1D86;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
  left: 6px;
  top: 1px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 1199px) {
  #content .stack-archive .content-left .recherche-wrapper input[type=text]::placeholder {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    letter-spacing: 0;
    line-height: 60px;
    opacity: 1;
  }
}
@media (max-width: 991px) {
  #content .boite-filtre {
    display: block;
    margin-top: 0;
    padding-bottom: 20px;
  }
  #content .boite-filtre .filtre-wrapper select {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
  }
  #content .boite-filtre .select {
    width: 100%;
  }
  #content .boite-filtre .filtre-wrapper.select::after {
    font-size: 14px;
    line-height: 24px;
    left: 90px !important;
    top: 8px;
    right: auto;
  }
  #content .boite-filtre .sujet {
    margin-left: 0 !important;
  }
  #content .stack-archive .blog-archive {
    margin-top: 0;
    margin-bottom: 80px;
  }
  #content .stack-archive .content-left .bloc,
  #content .stack-archive .content-left .title-filtre #btn-annule {
    display: none;
  }
  #content .stack-archive .content-left .title-filtre {
    text-align: center;
    max-width: 70%;
    margin: 35px auto;
  }
  #content .stack-archive .content-right {
    padding-bottom: 70px;
  }
  #content .stack-archive .content-left .recherche-wrapper {
    max-width: 70%;
    margin: auto;
  }
  #content .stack-archive .content-left .title-filtre .wpb_wrapper {
    display: flex;
    justify-content: space-between;
  }
  #content .stack-archive .content-left .title-filtre #btn-annule {
    position: initial;
    align-self: flex-end;
    padding-top: 15px;
    display: block;
  }
  #content .stack-archive .content-left .title-filtre p {
    align-self: flex-end;
  }
  #content .stack-archive .content-left .title-filtre h4 {
    background-color: #9C1D86;
    padding: 10px;
    border-radius: 26.5px;
    color: white;
    width: 300px;
  }
  #content .stack-archive .content-left .title-filtre h4:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    position: relative;
    bottom: 0px;
    right: -25px;
    font-size: 20px;
    color: white;
    transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  #content .stack-archive .content-left .title-filtre h4.ouvert::after {
    bottom: 2px;
    -webkit-transform-origin: 25% 50%;
    -moz-transform-origin: 25% 50%;
    -ms-transform-origin: 25% 50%;
    -o-transform-origin: 25% 50%;
    transform-origin: 25% 50%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .dummy-space-mobile .margin-top-50 {
    margin-top: 10px !important;
  }
  .producteur-stack-2 .content-right {
    display: none;
  }
  #content .stack-archive .content-left .title-filtre h4 {
    margin-top: 0;
  }
}
@media (max-width: 620px) {
  #content .stack-archive .content-left .title-filtre .wpb_wrapper {
    display: block;
  }
  #content .stack-archive .content-left .title-filtre p,
  #content .stack-archive .content-left .title-filtre h4 {
    display: block;
    width: 100%;
    text-align: center;
  }
  #content .stack-archive .content-left .title-filtre {
    max-width: 100%;
  }
  #content .stack-archive .content-right {
    padding-bottom: 70px;
  }
  #content .stack-archive .content-left .recherche-wrapper {
    max-width: 100%;
  }
  #content .stack-archive .content-right .content-text .producteur-ville,
  #content .stack-archive .blog-archive .content-text .producteur-ville {
    margin-bottom: 20px;
  }
}
.nous-joindre-stack-1 {
  overflow: visible;
  z-index: 9;
}
.nous-joindre-stack-1 .content-right {
  padding: 0 50px;
  background-color: #FFE738;
}
.nous-joindre-stack-1 .content-right a {
  position: relative;
  font-weight: 700;
  color: #9C1D86;
}
.nous-joindre-stack-1 .content-right p.icones {
  font-weight: 700;
  color: #9C1D86;
  text-align: center;
}
.nous-joindre-stack-1 .content-right i {
  display: block;
  margin: 50px auto 15px !important;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #9C1D86;
  color: #FFE738;
  font-size: 24px;
  line-height: 80px;
}
.nous-joindre-stack-1 .content-left .form-wrapper {
  background-color: #ffffff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 17px;
  padding: 50px 100px;
  margin-top: 100px;
  margin-bottom: 140px !important;
}
.nous-joindre-stack-1 .content-left .form-wrapper h1 {
  color: #9C1D86;
  text-align: center;
  line-height: 50px;
  margin-bottom: 40px;
  margin-top: 50px;
}
.nous-joindre-stack-1 .content-left .form-wrapper p {
  text-align: center;
}
.nous-joindre-stack-1 .content-left .form-wrapper .wpb_content_element {
  margin-bottom: 0 !important;
}
.nous-joindre-stack-1 .content-left .form-wrapper .decouvrir p {
  text-align: left !important;
}
.nous-joindre-stack-1 .content-left .bloc > .vc_column-inner {
  border-radius: 17px;
}
.nous-joindre-stack-1 .content-left .bloc > .vc_column-inner > .wpb_wrapper {
  padding: 0 100px;
}
.nous-joindre-stack-1 .content-left .gform_wrapper {
  margin-top: 0;
}
.nous-joindre-stack-1 .content-left .gform_wrapper .width-100 input {
  width: 100%;
}
.nous-joindre-stack-1 .content-left .gform_confirmation_message {
  font-size: 20px;
  color: green;
  font-weight: 700;
  padding: 30px 0px 50px;
}
.nous-joindre-stack-1 .content-left .gform_body ul {
  padding-left: 0 !important;
}
.nous-joindre-stack-1 .content-left .gform_body ul select {
  width: 100%;
  color: #6D7278;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 16px;
  font-weight: 400 !important;
  background-color: #EBEBEB;
  border: none;
  border-radius: 6px;
  padding: 7px 10px 12px;
}
.nous-joindre-stack-1 .content-left .gform_body ul ::-webkit-input-placeholder { /* Edge */
  color: #6D7278;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 16px;
}
.nous-joindre-stack-1 .content-left .gform_body ul :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #6D7278;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 16px;
}
.nous-joindre-stack-1 .content-left .gform_body ul ::placeholder {
  color: #6D7278;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 16px;
  font-weight: 400 !important;
}
.nous-joindre-stack-1 .content-left .gform_body ul input,
.nous-joindre-stack-1 .content-left .gform_body ul textarea {
  background-color: #EBEBEB;
  border: none;
  border-radius: 6px;
  padding: 7px 10px 12px !important;
}
.nous-joindre-stack-1 .content-left .gform_body ul #input_1_5 {
  margin-top: 0;
}
.nous-joindre-stack-1 .content-left .gform_wrapper .gform_footer {
  margin-top: 0;
}
.nous-joindre-stack-1 .content-left input[type=submit] {
  font-weight: 500;
  margin-top: 10px;
  padding: 8px 40px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  border-radius: 20px;
  transition: all 0.2s;
  border: none;
  color: #FFE738;
  background-color: #9C1D86;
  float: right;
}
.nous-joindre-stack-1 .content-left input[type=submit]:hover {
  background-color: #70174C;
  color: #FFE738;
}
.nous-joindre-stack-1 .content-left .cta-style-2 {
  margin: 0 !important;
  position: relative;
  top: -25px;
  left: 0px;
}

.nous-joindre-footer {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #FCAF17;
  position: relative;
  overflow: visible !important;
}
.nous-joindre-footer .vc_column-inner {
  padding-top: 0 !important;
}
.nous-joindre-footer h2 {
  position: relative;
  font-size: 50px;
  color: #9C1D86;
  letter-spacing: 0;
  text-align: center;
  line-height: 50px;
  z-index: 10;
  margin-bottom: 30px !important;
}
.nous-joindre-footer p {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  z-index: 10;
  margin-bottom: 30px !important;
}
.nous-joindre-footer a {
  position: relative;
  z-index: 10;
}
.nous-joindre-footer .image-flottante {
  position: absolute;
  top: -50%;
  right: 5%;
  z-index: 9;
}

@media (max-width: 1440px) {
  .nous-joindre-footer .image-flottante {
    top: 50%;
    right: 0;
    z-index: 9;
    transform: translateY(-50%);
  }
  .nous-joindre-footer .image-flottante img {
    width: 300px;
  }
}
@media (max-width: 1199px) {
  .nous-joindre-stack-1 .content-right {
    padding: 0 30px;
  }
  .nous-joindre-stack-1 .content-left .form-wrapper {
    padding: 50px 30px;
    margin-top: 60px;
    margin-bottom: 100px !important;
  }
  .nous-joindre-footer .image-flottante img {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .nous-joindre-stack-1 .content-right {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .nous-joindre-stack-1 .content-right i {
    width: 120px;
    height: 120px;
    font-size: 30px;
    line-height: 120px;
  }
  .nous-joindre-stack-1 .content-right p {
    max-width: 50%;
    margin: auto;
  }
  .nous-joindre-stack-1 .content-left .form-wrapper {
    padding: 50px 30px;
    margin-top: 80px;
    margin-bottom: 100px !important;
  }
  .nous-joindre-stack-1 .content-left .form-wrapper h1 {
    margin-bottom: 30px;
  }
  .nous-joindre-footer .image-flottante {
    display: none;
  }
}
@media (max-width: 767px) {
  .nous-joindre-stack-1 .content-right {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .nous-joindre-stack-1 .content-right i {
    width: 120px;
    height: 120px;
    font-size: 30px;
    line-height: 120px;
  }
  .nous-joindre-stack-1 .content-right p {
    max-width: 100%;
    margin: auto;
  }
  .nous-joindre-stack-1 .content-left .form-wrapper .decouvrir p {
    text-align: center !important;
  }
  .nous-joindre-stack-1 .content-left .vc_column-inner.vc_custom_1620853247754 {
    padding-top: 100px !important;
  }
  .nous-joindre-stack-1 .content-left .form-wrapper {
    padding: 20px 20px 60px;
    margin-bottom: 100px !important;
    margin: 0 20px;
    width: auto;
  }
  .nous-joindre-stack-1 .content-left .form-wrapper h1 {
    margin-bottom: 30px;
  }
  .nous-joindre-stack-1 .content-left .cta-style-2 {
    text-align: center;
    top: 10px;
  }
  .nous-joindre-footer {
    padding-top: 70px;
    padding-bottom: 100px;
  }
  .nous-joindre-footer h2 {
    font-size: 40px;
    line-height: 44px;
  }
  .nous-joindre-footer p {
    max-width: 100%;
    margin: 0 15px;
  }
}
/* GENERAL */
@media (min-width: 1400px) {
  .container {
    width: 1366px;
  }
}
@media (max-width: 1680px) {
  /* ARCHIVE NOS PRODUCTEURS */
  #content .stack-archive .content-left {
    padding-left: 40px;
    padding-right: 30px;
  }
  .producteur-stack-2 .content-right .vc_column-inner > .wpb_wrapper {
    margin: 0 12%;
  }
}
@media (max-width: 1550px) {
  .cta-style-2 {
    margin-top: 20px;
  }
  /* NOUS JOINDRE */
  .nous-joindre-stack-1 .content-right .bloc > .vc_column-inner > .wpb_wrapper {
    padding: 0 50px;
  }
}
@media (max-width: 1440px) {
  /* ACCUEIL */
  .hero-accueil h1 {
    font-size: 45px;
    line-height: 48px;
    padding-top: 100px;
  }
  /*
      .hero-accueil .content-right .wrapper-spark {
          top: 21%;
      }    
  */
  /* ARCHIVE NOS PRODUCTEURS */
  #content .stack-archive .content-left {
    padding-left: 30px;
  }
  /* MARCHANDS */
  .marchands-section-2 .content-left br {
    display: none;
  }
}
@media (max-width: 1280px) {
  /* SINGLE PRODUCTEUR */
  .single-producteur-stack-2 .content-center .cta {
    display: block;
    width: max-content;
  }
  .single-producteur-stack-2 .content-center .content-right {
    padding-left: 70px;
  }
  /* NOUS JOINDRE */
  .nous-joindre-stack-1 br {
    display: none;
  }
}
@media (max-width: 1199px) {
  /* GENERAL */
  p {
    font-weight: 400;
  }
  .social.messenger {
    display: block;
  }
  /* NAV */
  header .logo {
    padding-top: 24px;
    padding-left: 30px;
  }
  header .logo img {
    width: 148px;
  }
  /* ACCUEIL */
  .hero-accueil .content-left {
    padding-left: 15px;
  }
  .hero-accueil .content-left img {
    width: 100%;
  }
  .accueil-section-2 .content-right .margin-top-160 {
    margin-top: 100px !important;
  }
  .accueil-section-2 .content-right .margin-bottom-180 {
    margin-bottom: 100px !important;
  }
  .accueil-section-2 .content-right > .vc_column-inner {
    background-position: 40% !important;
  }
  .accueil-section-3 .content-left .margin-top-220 {
    margin-top: 90px !important;
  }
  .accueil-section-3 .content-left .margin-bottom-230 {
    margin-bottom: 110px !important;
  }
  .accueil-section-4 .pointer-funky img {
    top: 35px;
    left: -35px;
    width: 200px;
  }
  /* ARCHIVE PRODUCTEURS */
  #content .stack-archive .content-right .content-text .producteur-titre {
    padding-top: 5px;
    font-size: 16px;
  }
  #content .stack-archive .content-right .content-text .producteur-ville,
  #content .stack-archive .content-right .content-text .producteur-emplacement {
    font-size: 16px;
  }
  #content .stack-archive .content-right .content-text .producteur-categories li {
    font-size: 14px;
  }
  #content .stack-archive .content-right a.producteur-fiche span.producteur-photo {
    min-height: 140px;
  }
  .producteur-stack-2 .content-right .cta {
    padding: 8px 20px;
    margin-top: 0px;
  }
  .producteur-stack-2 .content-right p {
    font-size: 16px;
    line-height: 20px;
  }
  #content .stack-archive .content-left {
    padding-left: 20px;
  }
  #content .stack-archive .content-left .single-filtre label {
    font-size: 16px;
  }
  .producteur-stack-2 .content-right .vc_column-inner > .wpb_wrapper {
    margin: 0px 2%;
  }
  #content .stack-archive .content-left .bloc .closed::after {
    position: relative;
    top: 2px;
    right: -25px;
  }
  /* SINGLE PRODUCTEURS */
  .single-producteur-stack-2 .content-center .wrapper-img .img-producteur {
    max-width: 230px;
  }
  .single-producteur-stack-2 .content-center .address,
  .single-producteur-stack-2 .content-center .tel {
    float: none;
  }
  .single-producteur-stack-2 .content-center .tel {
    margin-left: 0;
  }
  .single-producteur-stack-2 .content-center .content-right .margin-top-45 {
    margin-top: 20px !important;
  }
  .single .margin-top-450 {
    margin-top: 360px !important;
  }
  .single-producteur-stack-3 .content-left,
  .single-producteur-stack-3 .content-right {
    width: 100%;
  }
  .single-producteur-stack-3 .content-right h4 {
    margin-top: 30px;
  }
  /* MARCHANDS */
  .marchands-section-2 .content-right .margin-top-115 {
    margin-top: 90px !important;
  }
  .marchands-section-2 .content-left .margin-bottom-215 {
    margin-bottom: 185px !important;
  }
  /* NOUS JOINDRE */
  .nous-joindre-stack-1 h1 {
    font-size: 42px;
    line-height: 48px;
  }
  .nous-joindre-stack-1 .content-right input[type=submit] {
    padding: 8px 30px;
  }
}
@media (max-width: 991px) {
  #content {
    padding-top: 0 !important;
  }
  /* NAV */
  header #mySidenav .extra,
  header #mySidenav .principal {
    display: none;
  }
  header .logo {
    padding-top: 10px;
    padding-left: 10px;
  }
  header .logo img {
    width: 120px;
  }
  #mySidenav {
    background-color: #9C1D86;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    position: fixed;
    z-index: 11;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
  }
  * {
    -webkit-overflow-scrolling: touch;
  }
  header {
    transition: all 0.2s;
  }
  html, body {
    overflow-x: hidden;
    position: relative;
  }
  #top-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999999;
  }
  .mobile {
    display: block;
    height: 100vh;
    overflow: auto;
  }
  #menu-menu-mobile {
    overflow: auto;
    padding-top: 0;
    margin-top: 0;
    text-align: center;
    top: 50%;
    left: 50%;
    position: relative;
    transform: translate(-50%, -50%);
  }
  #menu-menu-mobile > li {
    display: block;
  }
  #menu-menu-mobile > li.orange a {
    color: #FFE738;
  }
  #menu-menu-mobile > li.orange:hover a {
    color: #F27328 !important;
  }
  .searchmobile {
    background-color: #d7d7d7;
  }
  .searchmobile input[type=text] {
    border: none !important;
    border-bottom: 1px solid #2c2a2c !important;
    padding-bottom: 7px;
    background-color: #d7d7d7;
    width: 247px;
    position: relative;
    border-radius: 0 !important;
  }
  .searchmobile input[type=submit] {
    position: absolute;
    right: 0;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
  }
  .searchmobile ::-webkit-input-placeholder { /* Edge */
    color: #999899 !important;
    background-color: #d7d7d7;
  }
  .searchmobile ::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999899 !important;
    background-color: #d7d7d7;
  }
  .searchmobile ::placeholder {
    color: #999899 !important;
    background-color: #d7d7d7;
  }
  #mySidenav #menu-menu-mobile a:focus {
    color: #FFE738 !important;
  }
  #mySidenav #menu-menu-mobile > li:nth-last-of-type(2),
  #mySidenav #menu-menu-mobile > li:last-of-type {
    border: 0;
    padding-top: 30px;
    float: left;
    position: relative;
    left: 50%;
    transform: translate(-100%, -20%);
  }
  #mySidenav #menu-menu-mobile > li:last-of-type a {
    margin-left: 0;
  }
  #mySidenav li a {
    opacity: 0;
    color: white;
    font-size: 23px;
    margin: 3px 15px;
    padding: 10px 0px;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
  }
  #mySidenav li a i {
    font-size: 36px;
  }
  .sub-menu li {
    padding: 0 0 15px;
  }
  #mySidenav li .sub-menu li a {
    margin: 0px 25px 10px;
    padding: 5px 0px 10px;
  }
  #mySidenav a:hover {
    color: #2c2a2c;
  }
  #mySidenav .sub-menu {
    background: none;
    margin-left: 0;
    padding-left: 20px;
    position: relative;
  }
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    background-color: white;
  }
  #burger {
    margin: 0;
    top: 17px;
  }
  .hamburger {
    padding: 15px 15px 10px;
  }
  li.menu-item-has-children > a:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    position: absolute;
    top: 9px;
    right: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  li.menu-item-has-children > a.ouvert:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #mySidenav .mobile {
    position: relative;
    top: 47%;
    transform: translateY(-50%);
  }
  .TransitionMenuMobile {
    transform: translateY(-130px) !important;
  }
  /* ACCUEIL */
  .hero-accueil br {
    display: none;
  }
  .accueil-section-2 .content-right > .vc_column-inner {
    padding: 0 30px;
  }
  .accueil-section-3 .content-left > .vc_column-inner {
    padding: 0 30px;
  }
  .accueil-section-4 .pointer-funky img {
    top: 105px;
    left: 0px;
    width: 120px;
  }
  /* ARCHIVE PRODUCTEURS */
  #content .stack-archive .content-right a.producteur-fiche span.producteur-photo {
    min-height: 280px;
  }
  #content .stack-archive .content-right .ajout-flex > .wpb_wrapper {
    display: block;
  }
  /* SINGLE PRODUCTEURS */
  .single-producteur-stack-2 .content-center .wrapper-img .img-producteur {
    max-width: 200px;
  }
}
@media (max-width: 768px) {
  /* PRODUCTEURS */
  .producteur-stack-2 .content-right .vc_column-inner > .wpb_wrapper {
    margin: 0 2%;
  }
}
@media (max-width: 767px) {
  /* HOME */
  .hero-accueil h1 {
    padding-top: 130px;
  }
  /* SINGLE PRODUCTEURS */
  .single-producteur-stack-2 .content-center {
    margin: 0 20px;
  }
  .single-producteur-stack-1 {
    top: -150px;
  }
  .single-producteur-stack-2 .content-center .wrapper-img .img-producteur {
    margin: 50px 0 10px;
    padding: 2%;
  }
  .single-producteur-stack-2 {
    top: -135px;
  }
  .single-producteur-stack-3 {
    top: -80px;
  }
  /* MARCHANDS */
  .marchands-section-2 .content-left {
    display: none !important;
  }
  .marchands-section-2 .margin-top-40 {
    margin-top: 30px !important;
  }
  .marchands-section-2 .cta.cta__mauve.jaune {
    text-align: center;
  }
  .marchands-section-2 .content-right {
    padding: 0 20px 60px;
  }
  .marchands-section-2 .content-right .margin-top-115 {
    margin-top: 50px !important;
  }
  /* NOUS JOINDRE */
  .nous-joindre-stack-1 .margin-top-370 {
    margin-top: 150px !important;
  }
  .nous-joindre-stack-1 .margin-bottom-330 {
    margin-bottom: 80px !important;
  }
  .nous-joindre-stack-1 .content-right .bloc {
    padding: 0 30px;
  }
  .nous-joindre-stack-1 .content-right .margin-top-140 {
    margin-top: 40px !important;
  }
  .nous-joindre-stack-1 h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 480px) {
  /* GENERAL */
  h3 {
    font-size: 28px;
    line-height: 32px;
  }
  .producteur-stack-2 .margin-top-80 {
    margin-top: 60px !important;
  }
  /* ARCHIVE PRODUCTEURS */
  #content .stack-archive .content-right a.producteur-fiche span.producteur-photo {
    min-height: 200px;
  }
  /* MARCHANDS */
  .marchands-section-2 .content-right .bloc-lien-centre-mobile {
    text-align: center;
  }
  .marchands-section-2 .content-right .bloc-lien-centre-mobile .cta-style-2 {
    margin-left: 0;
  }
}
@media (max-width: 375px) {
  /* SINGLE PRODUCTEURS */
  .single-producteur-stack-2 .content-center .content-right {
    padding-left: 30px;
  }
}
@media (max-width: 320px) {
  /* ACCUEIL */
  .accueil-section-3 .cta {
    padding: 8px 15px;
  }
  h1 {
    font-size: 40px;
    line-height: 46px;
  }
  h3 {
    font-size: 26px;
    line-height: 30px;
  }
}
.privacy-policy h3 {
  margin: 25px 0 15px;
}

.privacy-policy .vc_row:not(:has(h1)) {
  padding-top: 100px;
  padding-bottom: 150px;
}

h3 {
  line-height: 1.5 !important;
}

h4 {
  margin: 15px 0;
}

.page-id-15 #footer .footer-cta,
.page-id-13 #footer .footer-cta,
.single-producteur #footer .footer-cta {
  display: none;
}

.col-xd-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-xs-5ths {
  width: 20%;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
  }
}

/*# sourceMappingURL=style.css.map */
