@charset 'UTF-8';
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.banniere_annonce .slider_standard {
  position: relative;
  margin-top: 20px;
}

.banniere_annonce .slider_standard .flex-direction-nav {
  display: none;
}

.banniere_annonce .slider_standard .flex-control-nav {
  bottom: -12px;
}

.banniere_annonce .slider_standard .flex-control-paging li a {
  width: 8px;
  height: 8px;
  border: 1px solid #a7e237;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.banniere_annonce .slider_standard .flex-control-paging li a.flex-active {
  background: #a7e237;
}

.banniere_annonce_right .slider_standard {
  position: relative;
  margin-top: 20px;
}

.banniere_annonce_right .slider_standard .flex-direction-nav {
  display: none;
}

.banniere_annonce_right .slider_standard .flex-control-nav {
  bottom: -12px;
}

.banniere_annonce_right .slider_standard .flex-control-paging li a {
  width: 8px;
  height: 8px;
  border: 1px solid #a7e237;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.banniere_annonce_right .slider_standard .flex-control-paging li a.flex-active {
  background: #a7e237;
}


/* Slider */
/*
.slick-list {
    .slick-loading & {
        background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
    }
}
*/
/* Icons */
/*    @font-face {
        font-family: "slick";
        src: slick-font-url("slick.eot");
        src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
        font-weight: normal;
        font-style: normal;
    }
}*/
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  transform: translate(0, -50%);
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: black;
}

.lb-loader,
.lightbox {
  line-height: 0;
  text-align: center;
}

.lb-dataContainer:after,
.lb-outerContainer:after {
  clear: both;
  content: '';
}

html.lb-disable-scrolling {
  position: fixed;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.lightboxOverlay {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
  background: rgba(37, 18, 9, .3);
}

.lightbox {
  font-weight: 400;
  position: absolute;
  z-index: 10000;
  left: 0;
  width: 100%;
}

.lightbox .lb-image {
  display: block;
  max-width: inherit;
  height: auto;
  max-height: none;
  border: 10px solid #fff;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.lb-loader,
.lb-nav {
  position: absolute;
  left: 0;
}

.lb-outerContainer:after {
  display: table;
}

.lb-loader {
  top: 43%;
  width: 100%;
  height: 25%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  z-index: 10;
  top: 0;
  width: 100%;
  height: 100%;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next,
.lb-prev {
  display: block;
  height: 100%;
  cursor: pointer;
}

.lb-nav a.lb-prev {
  left: 0;
  float: left;
  width: 34%;
  transition: opacity .6s;
  opacity: 0;
  background: url(../images/prev.svg) left 15px top 48% no-repeat;
  background-size: 30px 46px;
  filter: alpha(Opacity=0);
}

.lb-nav a.lb-prev:hover {
  opacity: 1;
  filter: alpha(Opacity=100);
}

.lb-nav a.lb-next {
  right: 0;
  float: right;
  width: 64%;
  transition: opacity .6s;
  opacity: 0;
  background: url(../images/next.svg) right 15px top 48% no-repeat;
  background-size: 30px 46px;
  filter: alpha(Opacity=0);
}

.lb-nav a.lb-next:hover {
  opacity: 1;
  filter: alpha(Opacity=100);
}

.lb-dataContainer {
  width: 100%;
  margin: 0 auto;
  padding-top: 5px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.lb-dataContainer:after {
  display: table;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  line-height: 1.1em;
  float: left;
  width: 85%;
  text-align: left;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  font-size: 12px;
  display: block;
  clear: left;
  padding-bottom: 1em;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  transition: opacity .2s;
  text-align: right;
  opacity: .7;
  outline: 0;
  background: url(../images/close.png) center no-repeat;
  background-size: 24px 24px;
  filter: alpha(Opacity=70);
}

.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1;
  filter: alpha(Opacity=100);
}

.lb-number {
  display: none !important;
}

.lb-closeContainer {
  position: absolute;
  z-index: 1000;
  top: 15px;
  transform: translateX(10px);
}

.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-right: 0;
  margin-bottom: 0 !important;
  padding-right: 36px;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 1px;
}

.iti__selected-flag {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
  padding: 0 6px 0 8px;
  align-items: center;
}

.iti__arrow {
  width: 0;
  height: 0;
  margin-left: 6px;
  border-top: 4px solid #555;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  overflow-y: scroll;
  max-height: 200px;
  margin: 0 0 0 -1px;
  padding: 0;
  list-style: none;
  text-align: left;
  white-space: nowrap;
  border: 1px solid #ccc;
  background-color: white;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
  -webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}

.iti__flag-box {
  display: inline-block;
  width: 20px;
}

.iti__divider {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.iti__country {
  padding: 5px 10px;
  outline: none;
}

.iti__dial-code {
  color: #999;
}

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, .05);
}

.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}

.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  margin-left: 0;
  padding-right: 6px;
  padding-left: 52px;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, .05);
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, .05);
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}

.iti--container {
  position: absolute;
  z-index: 1060;
  top: -1000px;
  left: -1000px;
  padding: 1px;
}

.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  position: fixed;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
}

.iti-mobile .iti__country-list {
  width: 100%;
  max-height: 100%;
}

.iti-mobile .iti__country {
  line-height: 1.5em;
  padding: 10px 10px;
}

.iti__flag {
  width: 20px;
}

.iti__flag.iti__be {
  width: 18px;
}

.iti__flag.iti__ch {
  width: 15px;
}

.iti__flag.iti__mc {
  width: 19px;
}

.iti__flag.iti__ne {
  width: 18px;
}

.iti__flag.iti__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}

.iti__flag.iti__ac {
  height: 10px;
  background-position: 0 0;
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0;
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0;
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0;
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0;
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0;
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0;
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0;
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0;
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0;
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0;
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0;
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0;
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0;
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0;
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0;
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0;
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0;
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0;
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0;
}

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0;
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0;
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0;
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0;
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0;
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0;
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0;
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0;
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0;
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0;
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0;
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0;
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0;
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0;
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0;
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0;
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0;
}

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0;
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0;
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0;
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0;
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0;
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0;
}

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0;
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0;
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0;
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0;
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0;
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0;
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0;
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0;
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0;
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0;
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0;
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0;
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0;
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0;
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0;
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0;
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0;
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0;
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0;
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0;
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0;
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0;
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0;
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0;
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0;
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0;
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0;
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0;
}

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0;
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0;
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0;
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0;
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0;
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0;
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0;
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0;
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0;
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0;
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0;
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0;
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0;
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0;
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0;
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0;
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0;
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0;
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0;
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0;
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0;
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0;
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0;
}

.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0;
}

.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0;
}

.iti__flag {
  height: 15px;
  background-color: #dbdbdb;
  background-image: url('../images/flags/flags.png');
  background-repeat: no-repeat;
  background-position: 20px 0;
  box-shadow: 0 0 1px 0 #888;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url('../images/flags/flags@2x.png');
  }
}

.iti__flag.iti__np {
  background-color: transparent;
}

.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-right: 0;
  margin-bottom: 0 !important;
  padding-right: 36px;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 1px;
}

.iti__selected-flag {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
  padding: 0 6px 0 8px;
  align-items: center;
}

.iti__arrow {
  width: 0;
  height: 0;
  margin-left: 6px;
  border-top: 4px solid #555;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  overflow-y: scroll;
  max-height: 200px;
  margin: 0 0 0 -1px;
  padding: 0;
  list-style: none;
  text-align: left;
  white-space: nowrap;
  border: 1px solid #ccc;
  background-color: white;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
  -webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}

.iti__flag-box {
  display: inline-block;
  width: 20px;
}

.iti__divider {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.iti__country {
  padding: 5px 10px;
  outline: none;
}

.iti__dial-code {
  color: #999;
}

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, .05);
}

.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}

.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  margin-left: 0;
  padding-right: 6px;
  padding-left: 52px;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, .05);
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, .05);
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}

.iti--container {
  position: absolute;
  z-index: 1060;
  top: -1000px;
  left: -1000px;
  padding: 1px;
}

.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  position: fixed;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
}

.iti-mobile .iti__country-list {
  width: 100%;
  max-height: 100%;
}

.iti-mobile .iti__country {
  line-height: 1.5em;
  padding: 10px 10px;
}

.iti__flag {
  width: 20px;
}

.iti__flag.iti__be {
  width: 18px;
}

.iti__flag.iti__ch {
  width: 15px;
}

.iti__flag.iti__mc {
  width: 19px;
}

.iti__flag.iti__ne {
  width: 18px;
}

.iti__flag.iti__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}

.iti__flag.iti__ac {
  height: 10px;
  background-position: 0 0;
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0;
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0;
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0;
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0;
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0;
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0;
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0;
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0;
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0;
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0;
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0;
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0;
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0;
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0;
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0;
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0;
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0;
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0;
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0;
}

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0;
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0;
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0;
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0;
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0;
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0;
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0;
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0;
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0;
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0;
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0;
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0;
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0;
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0;
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0;
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0;
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0;
}

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0;
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0;
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0;
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0;
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0;
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0;
}

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0;
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0;
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0;
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0;
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0;
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0;
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0;
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0;
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0;
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0;
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0;
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0;
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0;
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0;
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0;
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0;
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0;
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0;
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0;
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0;
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0;
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0;
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0;
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0;
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0;
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0;
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0;
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0;
}

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0;
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0;
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0;
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0;
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0;
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0;
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0;
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0;
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0;
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0;
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0;
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0;
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0;
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0;
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0;
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0;
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0;
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0;
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0;
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0;
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0;
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0;
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0;
}

.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0;
}

.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0;
}

.iti__flag {
  height: 15px;
  background-color: #dbdbdb;
  background-image: url('../images/flags/flags.png');
  background-repeat: no-repeat;
  background-position: 20px 0;
  box-shadow: 0 0 1px 0 #888;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url('../images/flags/flags@2x.png');
  }
}

.iti__flag.iti__np {
  background-color: transparent;
}

/* BORDER-RADIUS */
/* BREAKPOINTS */
/* FONTS */
/* COLORS */
/* RESET , TITLES, P, LINKS ... */
body {
  font-family: 'Nunito', sans-serif;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #4a4a4a;
  -webkit-text-size-adjust: 100%;
}

.noscroll {
  overflow: hidden;
}

h2 {
  font-size: 24px;
  font-weight: bold;
}

.desktop_none {
  display: none;
}

@media (max-width: 767px) {
  .desktop_none {
    display: block;
  }
}

.center {
  text-align: center;
}

input:not([type=radio]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input:focus {
  outline: none;
}

a {
  transition: color .2s;
  color: #007400;
}

a:hover {
  color: #005b00;
}

.slick-dots {
  bottom: 0;
}

.slick-dots li button:before {
  font-size: 22px;
}

.slick-dots li.slick-active button:before {
  color: #fff;
}

.main_wrap {
  box-sizing: border-box;
  width: 100%;
  max-width: 1920px;
  margin: auto;
}

.wrap {
  position: relative;
  width: auto;
  max-width: 1240px;
  margin: auto;
  padding: 0 0px;
}

@media (max-width: 1023px) {
  .wrap {
    padding: 0 10px;
  }
}

.wrap:after {
  display: block;
 clear: both;
  content: '';
}

/* OVERLAY */
.overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
}

/* BUTTON */
.button {
  font-family: 'Nunito', sans-serif;
  font-size: 10px;
  font-weight: normal;
  line-height: 48px;
  display: inline-block;
  box-sizing: border-box;
  height: 48px;
  padding: 0 20px;
  cursor: pointer;
  transition: all .2s;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border: 1px;
  border-color: #94c412;
  border-radius: 24px;
  background: #94c412;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.button:hover {
  color: #fff;
  border-color: #82ad10;
  background: #82ad10;
}


/* BUTTON  DETAIL*/
.button_cancel{
  font-family: 'Nunito', sans-serif;
  font-size: 9px;
  font-weight: normal;
  line-height: 48px;
  display: inline-block;
  box-sizing: border-box;
  height: 48px;
  padding: 0 20px;
  cursor: pointer;
  transition: all .2s;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border: 1px;
  border-color: #ff034a;
  border-radius: 24px;
  background: #ff034a;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.button_reject:hover {
  color: #fff;
  border-color: #ff020a;
  background: #ff020a;
}



.button_reject{
  font-family: 'Nunito', sans-serif;
  font-size: 9px;
  font-weight: normal;
  line-height: 48px;
  display: inline-block;
  box-sizing: border-box;
  height: 48px;
  width:180px
  padding: 0 10px;
  cursor: pointer;
  transition: all .2s;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border: 1px;
  border-color: #ff034a;
  border-radius: 24px;
  background: #ff034a;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.button_reject:hover {
  color: #fff;
  border-color: #ff020a;
  background: #ff020a;
}

.button_validate{
  font-family: 'Nunito', sans-serif;
  font-size: 9px;
  font-weight: normal;
  line-height: 48px;
  display: inline-block;
  box-sizing: border-box;
  height: 48px;
  width:180px
  padding: 0 10px;
  cursor: pointer;
  transition: all .2s;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border: 1px;
  border-color: #94c412;
  border-radius: 24px;
  background: #94c412;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.button_validate:hover {
  color: #fff;
  border-color: #82ad10;
  background: #82ad10;
}


/* Form */
::-moz-placeholder {
  opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #595959;
    /* Firefox */
}
:-ms-input-placeholder {
  opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #595959;
    /* Firefox */
}
::-ms-input-placeholder {
  opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #595959;
    /* Firefox */
}
::placeholder {
  opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #595959;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
  color: #595959;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
  color: #595959;
}

.line_form {
  margin-bottom: 10px;
}

.line_form:after {
  display: block;
  clear: both;
  content: '';
}

.line_form.mg_bottom {
  margin-bottom: 15px;
}

.line_form label {
  cursor: pointer;
}

.line_form input[type='text'],
.line_form input[type='email'],
.line_form input[type='tel'],
.line_form input[type='password'],
.line_form input[type='date'] {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  padding: 0 20px;
  color: #595959;
  border: 1px solid #d8d8d8;
  border-radius: 24px;
}

.line_form input[type='tel']#phone {
  width: 100%;
  padding-left: 30px;
  padding-left: 50px;
}

.line_form .select {
  font-size: 14px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  color: #595959;
  border: 1px solid #d8d8d8;
  border-radius: 24px;
}

.line_form .select .selected {
  padding-left: 20px;
}

.line_form.double_input input[type='text'],
.line_form.double_input input[type='email'],
.line_form.double_input input[type='tel'],
.line_form.double_input input[type='password'],
.line_form.double_input .select {
  float: left;
  width: 48%;
}

@media (max-width: 1023px) {
  .line_form.double_input input[type='text'],
    .line_form.double_input input[type='email'],
    .line_form.double_input input[type='tel'],
    .line_form.double_input input[type='password'],
    .line_form.double_input .select {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
}

.line_form.double_input input[type='text']:last-child,
.line_form.double_input input[type='email']:last-child,
.line_form.double_input input[type='tel']:last-child,
.line_form.double_input input[type='password']:last-child,
.line_form.double_input .select:last-child {
  float: right;
}

@media (max-width: 1023px) {
  .line_form.double_input input[type='text']:last-child,
    .line_form.double_input input[type='email']:last-child,
    .line_form.double_input input[type='tel']:last-child,
    .line_form.double_input input[type='password']:last-child,
    .line_form.double_input .select:last-child {
    float: none;
  }
}

.line_form.triple_input input[type='text'],
.line_form.triple_input input[type='email'],
.line_form.triple_input input[type='tel'],
.line_form.triple_input input[type='password'],
.line_form.triple_input .select {
  float: left;
  width: 30%;
  margin-left: 5%;
}

@media (max-width: 1023px) {
  .line_form.triple_input input[type='text'],
    .line_form.triple_input input[type='email'],
    .line_form.triple_input input[type='tel'],
    .line_form.triple_input input[type='password'],
    .line_form.triple_input .select {
    float: none;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
}

.line_form.triple_input input[type='text']:first-child,
.line_form.triple_input input[type='email']:first-child,
.line_form.triple_input input[type='tel']:first-child,
.line_form.triple_input input[type='password']:first-child,
.line_form.triple_input .select:first-child {
  margin-left: 0;
}

.line_form.input_half input[type='text'],
.line_form.input_half input[type='email'],
.line_form.input_half input[type='tel'],
.line_form.input_half input[type='password'],
.line_form.input_half .select {
  float: left;
  width: 48%;
}

@media (max-width: 1023px) {
  .line_form.input_half input[type='text'],
    .line_form.input_half input[type='email'],
    .line_form.input_half input[type='tel'],
    .line_form.input_half input[type='password'],
    .line_form.input_half .select {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
}

.line_form textarea {
  font-family: 'Roboto', 'Nunito', sans-serif;
  font-size: 12px;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 15px;
  resize: none;
  color: #595959;
  border: solid 1px #d8d8d8;
  border-radius: 6px;
}

.line_form textarea:focus {
  outline: none;
}

.line_form .select .selected {
  line-height: 48px;
  height: 48px;
}

.line_form .checkbox {
  display: inline-block;
  margin-left: 20px;
}

.line_form .checkbox:first-child {
  margin-left: 20;
}

.line_form .checkbox input[type='checkbox'] {
  position: relative;
  width: 25px;
  height: 25px;
  cursor: pointer;
  vertical-align: middle;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  background: #fff;
}

.line_form .checkbox input[type='checkbox']:checked:after {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  content: '';
  border-radius: 2px;
  background: #94c412;
}

.line_form .radio {
  /*display: inline-block;*/
  margin-left: 20px;
}

.line_form .radio:first-child {
  margin-left: 0;
}

.line_form .radio input[type='radio'] {
  font-family: 'Roboto', 'Nunito', sans-serif;
  font-size: 12px;
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  vertical-align: middle;
  border: 2px solid #d8d8d8;
  border-radius: 12px;
  background: #fff;
}

.line_form .radio input[type='radio']:checked:after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  content: '';
  border-radius: 12px;
  background: #94c412;
}

/* SELECT */
.select {
  position: relative;
  display: inline-block;
  text-align: left;
  background: url(../images/icons/chevron_black.svg) no-repeat #fff center right 15px;
}

.select .options {
  position: absolute;
  z-index: 1;
  left: 20px;
  display: none;
  overflow: hidden;
  width: calc(100% - 40px);
  min-width: 250px;
  margin-top: 5px;
  padding: 10px 0;
  cursor: pointer;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, .21);
}

.select .options > div {
  padding: 3px 15px;
  cursor: pointer;
  transition: all .1s;
}

.select .options > div:hover {
  color: #fff;
  background: #94c412;
}

.select .selected {
  padding-right: 30px;
  cursor: pointer;
  color: #595959;
}

/* SELECT */
.select_lang {
  position: relative;
  display: inline-block;
  background: url(../images/icons/chevron_black.svg) no-repeat center right 15px;
}

.select_lang .options {
  position: absolute;
  z-index: 1;
  left: 20px;
  display: none;
  overflow: hidden;
  margin-top: 5px;
  padding: 10px 0;
  cursor: pointer;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, .21);
}

.select_lang .options > div {
  padding: 3px 15px;
  cursor: pointer;
  transition: all .1s;
}

.select_lang .options > div:hover {
  color: #fff;
  background: #94c412;
}

.select_lang .selected {
  padding-right: 30px;
  cursor: pointer;
  color: #595959;
}

.select_lang .selected img {
  vertical-align: middle;
}

/* POPIN */
.popin {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100vw;
  height: 100%;
}

.popin > div {
  position: relative;
  overflow-y: scroll;
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  padding: 5vh 0;
  text-align: center;
}

.popin > div .content_popin {
  font-family: 'Roboto', 'Nunito', sans-serif;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 90%;
  max-width: 700px;
  padding: 45px 55px 25px;
  text-align: left;
  background: #fff;
}

@media (max-width: 1023px) {
  .popin > div .content_popin {
    padding: 50px 25px 25px;
  }
}

@media (max-width: 767px) {
  .popin > div .content_popin {
    width: 96%;
    padding: 50px 15px 15px;
  }
}

.popin > div .content_popin .close_popin {
  font-size: 12px;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 8px 20px;
  cursor: pointer;
  color: #fff;
  border-radius: 20px;
  background-color: #595959;
}

@media (max-width: 1023px) {
  .popin > div .content_popin .close_popin {
    top: 15px;
    right: 15px;
  }
}

.popin > div .content_popin .title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}

@media (max-width: 1023px) {
  .popin > div .content_popin .title {
    margin-bottom: 30px;
  }
}

.popin > div .content_popin .actions {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid #d8d8d8;
}

.popin > div .content_popin .actions:after {
  display: block;
  clear: both;
  content: '';
}

@media (max-width: 1023px) {
  .popin > div .content_popin .actions {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}

.popin > div .content_popin .actions form {
  float: right;
}

@media (max-width: 1023px) {
  .popin > div .content_popin .actions form {
    float: none;
  }
}

/* POPIN RESERVATION */
#popin_reservation .modify_reservation {
  font-size: 12px;
  display: inline-block;
  float: left;
  margin-top: 10px;
  padding: 8px 20px;
  cursor: pointer;
  color: #fff;
  border-radius: 20px;
  background-color: #595959;
}

@media (max-width: 1023px) {
  #popin_reservation .modify_reservation {
    float: none;
    margin-top: 0;
    margin-bottom: 15px;
  }
}

#popin_reservation .free {
  font-size: 11px;
  font-weight: bold;
  margin-top: 5px;
  text-align: center;
}

#popin_reservation .reservation_commerce {
  position: relative;
  padding-left: 125px;
}

@media (max-width: 1023px) {
  #popin_reservation .reservation_commerce {
    padding-left: 0;
  }
}

#popin_reservation .reservation_commerce .logo {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 105px;
  height: auto;
}

@media (max-width: 1023px) {
  #popin_reservation .reservation_commerce .logo {
    position: relative;
    top: auto;
    left: auto;
    margin: auto;
  }
}

#popin_reservation .reservation_commerce .name {
  font-size: 34px;
  font-weight: bold;
}

@media (max-width: 1023px) {
  #popin_reservation .reservation_commerce .name {
    margin-top: 10px;
    text-align: center;
  }
}

#popin_reservation .reservation_commerce .informations {
  margin-top: 50px;
}

#popin_reservation .reservation_commerce .informations:after {
  display: block;
  clear: both;
  content: '';
}

@media (max-width: 1023px) {
  #popin_reservation .reservation_commerce .informations {
    margin-top: 30px;
  }
}

#popin_reservation .reservation_commerce .informations .left {
  font-size: 22px;
  float: left;
  width: 230px;
}

@media (max-width: 1023px) {
  #popin_reservation .reservation_commerce .informations .left {
    float: none;
    width: 100%;
  }
}

#popin_reservation .reservation_commerce .informations .left > div {
  margin-bottom: 20px;
  padding-left: 38px;
}

#popin_reservation .reservation_commerce .informations .left > div.persons {
  background: url(../images/icons/users.svg) no-repeat center left;
}

#popin_reservation .reservation_commerce .informations .left > div.day {
  background: url(../images/icons/calendar_2.svg) no-repeat center left;
}

#popin_reservation .reservation_commerce .informations .left > div.hour {
  background: url(../images/icons/clock_2.svg) no-repeat center left;
}

#popin_reservation .reservation_commerce .informations .right {
  font-size: 16px;
  font-weight: bold;
  float: right;
  width: calc(100% - 250px);
}

@media (max-width: 1023px) {
  #popin_reservation .reservation_commerce .informations .right {
    float: none;
    width: 100%;
  }
}

#popin_reservation .reservation_commerce .informations .right .comment {
  font-size: 12px;
  font-weight: normal;
  margin-top: 14px;
}

/* POPIN CONNEXION */
#popin_connexion .forms {
  width: 100%;
  max-width: 580px;
  margin: auto;
  text-align: center;
}

#popin_connexion .forms:after {
  display: block;
  clear: both;
  content: '';
}

#popin_connexion .forms > div {
  width: 250px;
}

@media (max-width: 767px) {
  #popin_connexion .forms > div {
    margin: auto;
  }
}

#popin_connexion .forms > div:first-child {
  float: left;
}

@media (max-width: 767px) {
  #popin_connexion .forms > div:first-child {
    float: none;
  }
}

#popin_connexion .forms > div:last-child {
  float: right;
}

@media (max-width: 767px) {
  #popin_connexion .forms > div:last-child {
    float: none;
    margin-top: 20px;
  }
}

#popin_connexion .forms > div .title_form {
  font-size: 16px;
  margin-bottom: 19px;
  text-transform: uppercase;
}

#popin_connexion .forms > div .line_form {
  height: 50px;
}

#popin_connexion .forms > div .line_form span {
  font-size: 12px;
}

#popin_connexion .forms > div .btn_google {
  font-size: 14px;
  border-radius: 25px;
  background-color: #ececec;
}

#popin_connexion .forms > div .btn_google img {
  margin-right: 10px;
  vertical-align: middle;
}

#popin_connexion .forms input {
  font-size: 12px;
}

#popin_connexion .buttons_connexion {
  width: 100%;
  max-width: 580px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

#popin_connexion .buttons_connexion:after {
  display: block;
  clear: both;
  content: '';
}

#popin_connexion .buttons_connexion > div {
  width: 280px;
}

@media (max-width: 767px) {
  #popin_connexion .buttons_connexion > div {
    margin: auto;
  }
}

#popin_connexion .buttons_connexion > div:first-child {
  float: left;
}

@media (max-width: 767px) {
  #popin_connexion .buttons_connexion > div:first-child {
    float: none;
  }
}

#popin_connexion .buttons_connexion > div:last-child {
  float: right;
}

@media (max-width: 767px) {
  #popin_connexion .buttons_connexion > div:last-child {
    float: none;
  }
}

#popin_connexion .buttons_connexion > div .btn_facebook {
  font-size: 14px;
  padding: 9px 0 8px;
  cursor: pointer;
  color: #fff;
  border-radius: 25px;
  background-color: #33599e;
}

@media (max-width: 767px) {
  #popin_connexion .buttons_connexion > div .btn_facebook {
    margin-top: 10px;
  }
}

#popin_connexion .buttons_connexion > div .btn_facebook img {
  margin-right: 10px;
  vertical-align: middle;
}

#popin_connexion .buttons_connexion > div .btn_google {
  font-size: 14px;
  padding: 10px 0;
  cursor: pointer;
  border-radius: 25px;
  background-color: #ececec;
}

#popin_connexion .buttons_connexion > div .btn_google img {
  margin-right: 10px;
  vertical-align: middle;
}

/* POPIN INSCRIPTION */
#popin_inscription .line_form.double_input > div {
  display: flex;
  float: right;
  width: 48%;
  margin-top: 10px;
}

@media (max-width: 1023px) {
  #popin_inscription .line_form.double_input > div {
    width: 100%;
  }
}

#popin_inscription .line_form.double_input > div:first-child {
  float: left;
}

#popin_inscription .line_form.double_input > div span {
  font-size: 12px;
  margin-left: 10px;
}

#popin_inscription .line_form.double_input > div span a {
  color: #94c412;
}

#popin_inscription .line_form input {
  font-size: 12px;
}

#popin_inscription .title_form {
  font-size: 16px;
  margin-bottom: 19px;
  text-transform: uppercase;
}

#popin_inscription .sep {
  margin-top: 40px;
}

#popin_inscription .actions {
  position: relative;
  margin-top: 30px;
  text-align: right;
}

@media (max-width: 1023px) {
  #popin_inscription .actions {
    text-align: center;
  }
}

@media (max-width: 1023px) {
  #popin_inscription .actions .button {
    max-width: 250px;
    margin: auto;
  }
}

#popin_inscription .actions .champs_obligatoires {
  font-size: 12px;
  position: absolute;
  top: 30px;
  left: 0;
  color: #595959;
}

@media (max-width: 1023px) {
  #popin_inscription .actions .champs_obligatoires {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 10px;
    text-align: center;
  }
}

#popin_inscription .form {
  width: 100%;
  max-width: 580px;
  margin: auto;
  text-align: left;
}


/* LIGHTBOX CUSTOM */
.lightboxOverlay {
  background: rgba(0, 0, 0, .95);
}

@media (max-width: 1023px) {
  .lb-container {
    margin-top: 30px;
  }
}

.lb-data {
  position: fixed;
  top: 0;
  right: 0;
}

.lb-data .lb-close {
  width: 60px;
  height: 60px;
  cursor: pointer;
  transform: translate(-60px, -20px);
  opacity: 1;
  background: url(../images/close.svg) center no-repeat;
  background-size: 40px 40px;
}

.lightbox .lb-image {
  border: 0;
}

.lb-nav a.lb-next {
  background: url(../images/next.svg) right 15px top 48% no-repeat;
}

.lb-nav a.lb-prev {
  background: url(../images/prev.svg) left 15px top 48% no-repeat;
}

/* Header */
header.main_header {
  position: relative;
  background: #fff;
}

@media (max-width: 1023px) {
  header.main_header {
    height: 50px;
  }
}

header.main_header:before {
  position: absolute;
  top: 45px;
  right: 0;
  display: block;
  width: calc(73% + 180px);
  height: 45px;
  content: '';
  background: #94c412;
}

@media (max-width: 1023px) {
  header.main_header:before {
    display: none;
  }
}

header.main_header .wrap {
  padding-top: 45px;
}

@media (max-width: 1023px) {
  header.main_header .wrap {
    padding-top: 0;
    text-align: center;
  }
}

header.main_header .wrap .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  background: url(../images/path_menu.svg) no-repeat bottom right;
}

@media (max-width: 1023px) {
  header.main_header .wrap .logo {
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
    background: none;
  }
}

header.main_header .wrap .logo img {
  display: block;
}

@media (max-width: 1023px) {
  header.main_header .wrap .logo img {
    display: inline-block;
    width: auto;
    height: 50px;
  }
}

header.main_header .wrap .show_espace_client {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 45px;
  cursor: pointer;
  background: url(../images/icons/user.svg) no-repeat center #94c412;
}

@media (max-width: 1023px) {
  header.main_header .wrap .show_espace_client {
    width: 50px;
    height: 50px;
  }
}

header.main_header .wrap .show_menu {
  display: none;
}

@media (max-width: 1023px) {
  header.main_header .wrap .show_menu {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(../images/icons/burger.svg) no-repeat center #94c412;
  }
}

/* FOOTER */
footer {
  margin-top: 120px;
  background: #fff;
}

@media (max-width: 767px) {
  footer {
    margin-top: 20px;
  }
}

footer .footer_top {
  padding: 50px 0 70px;
  background: #595959;
}

@media (max-width: 767px) {
  footer .footer_top {
    padding: 30px 0 40px;
  }
}

footer .footer_top .wrap {
  display: flex;
}

@media (max-width: 767px) {
  footer .footer_top .wrap {
    display: block;
  }
}

footer .footer_top .wrap > div {
  box-sizing: border-box;
  width: 25%;
  padding-right: 30px;
}

@media (max-width: 767px) {
  footer .footer_top .wrap > div {
    overflow: hidden;
    width: 100%;
    height: 30px;
    margin-top: 10px;
  }

  footer .footer_top .wrap > div:hover {
    height: auto;
  }
}

footer .footer_top .wrap > div h4 {
  font-size: 18px;
  margin-bottom: 30px;
  color: #fff;
}

@media (max-width: 767px) {
  footer .footer_top .wrap > div h4 {
    margin-bottom: 10px;
    background: url(../images/icons/chevron_white.svg) no-repeat right center;
  }
}

footer .footer_top .wrap > div div {
  margin-bottom: 10px;
}

footer .footer_top .wrap > div div a {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
}

footer .footer_top .wrap > div div a:before {
  margin-right: 10px;
  content: '-';
}

footer .footer_top .wrap > div p {
  font-size: 14px;
  color: #fff;
}

@media (max-width: 767px) {
  footer .footer_top .wrap > div p {
    margin: 10px 0;
  }
}

footer .footer_top .wrap > div p a {
  color: #fff;
}

footer .footer_bottom {
  position: relative;
  text-align: center;
}

@media (max-width: 767px) {
  footer .footer_bottom {
    padding: 20px 0;
  }
}

footer .footer_bottom a {
  font-size: 14px;
  text-decoration: none;
  color: #000;
}

footer .footer_bottom .logo {
  margin: 20px 0;
}

footer .footer_bottom .left {
  position: absolute;
  top: 50px;
  left: 0;
  width: calc(50% - 120px);
  text-align: left;
}

@media (max-width: 767px) {
  footer .footer_bottom .left {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    text-align: center;
  }
}

footer .footer_bottom .right {
  position: absolute;
  top: 50px;
  right: 0;
  width: calc(50% - 120px);
  text-align: right;
}

@media (max-width: 767px) {
  footer .footer_bottom .right {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    text-align: center;
  }
}

/* MENU */
@media (max-width: 1023px) {
  .menu {
    position: fixed;
    z-index: 11;
    top: 0;
    left: -100%;
    width: 280px;
    height: 100%;
    transition: left .2s;
    text-align: left;
    background: #fff;
  }

  .menu.opened {
    left: 0;
  }
}

.menu .lang {
  position: absolute;
  top: 12px;
  right: 210px;
  color: #000;
}

@media (max-width: 1023px) {
  .menu .lang {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 15px;
  }
}

.menu .follow_us {
  position: absolute;
  top: 12px;
  right: 340px;
  color: #000;
}

@media (max-width: 1023px) {
  .menu .follow_us {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 20px;
    text-align: center;
  }
}

.menu .name_header {
  position: absolute;
  top: 12px;
  right: 80px;
  color: #000;
}

@media (max-width: 1023px) {
  .menu .name_header {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 20px;
    text-align: center;
  }
}

.menu .link_inscrire {
  position: absolute;
  top: 12px;
  right: 100px;
  color: #000;
  display: none;
}

@media (max-width: 1023px) {
  .menu .link_inscrire {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 20px;
    text-align: center;
    display: block;
  }
}

.menu .follow_us img {
  vertical-align: middle;
}

.menu .close_menu {
  display: none;
}

@media (max-width: 1023px) {
  .menu .close_menu {
    line-height: 26px;
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    display: block;
    width: 26px;
    height: 26px;
    cursor: pointer;
    text-align: center;
    border: 2px solid #000;
    border-radius: 15px;
  }
}

.menu nav {
  display: flex;
  height: 45px;
  margin-left: 170px;
  align-items: center;
}

@media (max-width: 1023px) {
  .menu nav {
    display: block;
    height: auto;
    margin-top: 30px;
    margin-left: 0;
  }
}

.menu nav > div {
  margin-left: 14px;
}

@media (max-width: 1023px) {
  .menu nav > div {
    margin-left: 0;
    border-bottom: 1px solid #a2a2a2;
  }
}

.menu nav > div a {
  text-decoration: none;
  color: #fff;
}

@media (max-width: 1023px) {
  .menu nav > div a {
    display: block;
    padding: 10px 40px 10px 20px;
    color: #000;
  }
}

/* Bloc Research */
.bloc_research {
  min-height: 200px;
  padding-bottom: 30px;
  background: url(../images/search.jpg) no-repeat;
  background-size: cover;
}

.bloc_research:after {
  display: block;
  clear: both;
  content: '';
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .bloc_research {
    background: url(../images/search@2x.jpg) no-repeat;
    background-size: cover;
  }
}

.bloc_research .search_module {
  font-size: 14px;
  position: absolute;
  z-index: 2;
  top: 20px;
  left: -45px;
  box-sizing: border-box;
  width: 100%;
  padding: 35px 45px;
  border-radius: 5px;
}

@media (max-width: 1150px) {
  .bloc_research .search_module {
    top: 30px;
    left: 10px;
    width: calc(100% - 20px);
    padding: 30px 10px 40px 10px;
  }
}

.bloc_research .search_module.more {
  background: #fff;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, .21);
}

.bloc_research .search_module h1 {
  font-size: 24px;
  font-weight: 800;
  text-align: left;
  color: #4a4a4a;
}

@media (max-width: 1023px) {
  .bloc_research .search_module h1 {
    font-size: 16px;
  }
}

.bloc_research .search_module .quick_search form {
  position: relative;
  height: 48px;
  margin-top: 20px;
  border: 1px solid #d8d8d8;
  border-radius: 24px;
  background: #fff;
}

.bloc_research .search_module .quick_search form.active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.bloc_research .search_module .quick_search form .easy-autocomplete-container {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: -1px;
  display: none;
  overflow: hidden;
  box-sizing: border-box;
  width: calc(100% + 2px);
  max-height: 250px;
  padding: 0 15px 20px 15px;
  border: 1px solid #d8d8d8;
  border-top: 0;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  background: #fff;
}

.bloc_research .search_module .quick_search form .results_autocomplete {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: -1px;
  display: none;
  overflow: hidden;
  box-sizing: border-box;
  width: calc(100% + 2px);
  padding: 0 15px 20px 15px;
  border: 1px solid #d8d8d8;
  border-top: 0;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  background: #fff;
}

.bloc_research .search_module .quick_search form .results_autocomplete .left {
  float: left;
  overflow-y: scroll;
  box-sizing: border-box;
  width: 50%;
  max-height: 250px;
  border-right: 1px solid #a2a2a2;
}

@media (max-width: 1023px) {
  .bloc_research .search_module .quick_search form .results_autocomplete .left {
    float: none;
    width: 100%;
    border: 0;
     max-height: 90px;
  }
}

.bloc_research .search_module .quick_search form .results_autocomplete .right {
  float: right;
  overflow-y: scroll;
  box-sizing: border-box;
  width: 50%;
  max-height: 250px;
}

@media (max-width: 1023px) {
  .bloc_research .search_module .quick_search form .results_autocomplete .right {
    float: none;
    width: 100%;
    max-height: 250px;
    border: 0;
  }
}

.bloc_research .search_module .quick_search form .results_autocomplete .result_city {
  font-size: 14px;
  margin-bottom: 10px;
  cursor: pointer;
}

.bloc_research .search_module .quick_search form .results_autocomplete .result_city.active {
  background: #ececec;
}

.bloc_research .search_module .quick_search form .results_autocomplete .result_city .city {
  font-weight: bold;
}

.bloc_research .search_module .quick_search form .results_autocomplete .badge_commerce {
  float: none;
  max-width: none;
  margin: 0 18px 10px 18px;
  padding: 0;
}

@media (max-width: 1023px) {
  .bloc_research .search_module .quick_search form .results_autocomplete .badge_commerce {
    height: 70px;
    margin: 0 18px 10px 0;
  }
}

.bloc_research .search_module .quick_search form .results_autocomplete .badge_commerce > div {
  width: auto;
  box-shadow: none;
}

.bloc_research .search_module .quick_search form .results_autocomplete .badge_commerce > div .image {
  width: 70px;
  height: 70px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media (max-width: 1023px) {
  .bloc_research .search_module .quick_search form .results_autocomplete .badge_commerce > div .image {
    display: none;
  }
}

.bloc_research .search_module .quick_search form .results_autocomplete .badge_commerce > div .image:after {
  display: none;
}

.bloc_research .search_module .quick_search form .results_autocomplete .badge_commerce > div .image img {
  width: 70px;
  height: 70px;
}

.bloc_research .search_module .quick_search form .results_autocomplete .badge_commerce > div .opened {
  font-size: 8px;
}

.bloc_research .search_module .quick_search form .results_autocomplete .badge_commerce > div .opened span:first-child {
  width: 7px;
  height: 7px;
}

.bloc_research .search_module .quick_search form .results_autocomplete .badge_commerce > div .description {
  position: absolute;
  top: 0;
  left: 70px;
  height: 70px;
  padding: 0 0 0 29px;
}

@media (max-width: 1023px) {
  .bloc_research .search_module .quick_search form .results_autocomplete .badge_commerce > div .description {
    left: 26px;
  }
}

.bloc_research .search_module .quick_search form .results_autocomplete .badge_commerce > div .description .logo {
  top: 13px;
  left: -23px;
}

.bloc_research .search_module .quick_search form .results_autocomplete .badge_commerce > div .description .logo img {
  width: 45px;
  height: 45px;
}

.bloc_research .search_module .quick_search form .results_autocomplete .badge_commerce > div .description .name {
  font-size: 14px;
  padding-top: 28px;
}

.bloc_research .search_module .quick_search form .results_autocomplete .badge_commerce > div .description .type {
  font-size: 10px;
}

.bloc_research .search_module .quick_search form .results_autocomplete .badge_commerce > div .description .place {
  font-size: 11px;
  top: 7px;
  bottom: auto;
  left: 27px;
  color: #595959;
  background: url(../images/icons/lieu.svg) no-repeat center left;
}

.bloc_research .search_module .quick_search form .results_autocomplete .badge_commerce > div > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bloc_research .search_module .quick_search form .search_autocomplete {
  float: left;
  width: calc(100% - 350px);
  margin-left: 15px;
}

@media (max-width: 767px) {
  .bloc_research .search_module .quick_search form .search_autocomplete {
    width: calc(100% - 50px);
  }
}

.bloc_research .search_module .quick_search form .search_autocomplete .input {
  width: 100%;
}

.bloc_research .search_module .quick_search form .search_autocomplete .input input[type='text'] {
  font-size: 14px;
  width: 100%;
  height: 48px;
  border: 0;
  background: none;
}

.bloc_research .search_module .quick_search form .selects {
  position: absolute;
  top: 14px;
  right: 60px;
}

.bloc_research .search_module .quick_search form .selects .select {
  color: #000;
  background: url(../images/icons/chevron_green.svg) no-repeat center right 15px;
}

@media (max-width: 767px) {
  .bloc_research .search_module .quick_search form .selects .select {
    display: none;
  }
}

.bloc_research .search_module .quick_search form .selects .select .options {
  left: 0;
}

.bloc_research .search_module .quick_search form input[type='submit'] {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 46px;
  height: 46px;
  cursor: pointer;
  transition: .2s;
  border: 0;
  border-radius: 23px;
  background: url(../images/icons/search.svg) no-repeat center #94c412;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.bloc_research .search_module .quick_search form input[type='submit']:hover {
  background: url(../images/icons/search.svg) no-repeat center #82ad10;
}

.bloc_research .search_module .quick_search form input[type='submit']:focus {
  outline: none;
}

.bloc_research .search_module .search_options {
  position: relative;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .bloc_research .search_module .search_options {
    margin-top: 20px;
  }
}

.bloc_research .search_module .search_options .geoloc {
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
  color: #94c412;
}

.bloc_research .search_module .search_options .geoloc span {
  position: relative;
  padding-left: 20px;
}

.bloc_research .search_module .search_options .geoloc span:before {
  position: absolute;
  left: 0;
  content: url(../images/icons/lieu_green.svg);
}

@media (max-width: 767px) {
  .bloc_research .search_module .search_options .geoloc {
    display: block;
  }
}

@media (max-width: 767px) {
  .bloc_research .search_module .search_options .checkbox {
    display: none;
  }
}

.bloc_research .search_module .search_options .show_more {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  transition: color .2s;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .bloc_research .search_module .search_options .show_more {
  }
}

.bloc_research .search_module .search_options .show_more:hover,
.bloc_research .search_module .search_options .show_more.active {
  color: #94c412;
}

.bloc_research .search_module .more_criterion {
  position: relative;
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin-top: 15px;
  background: #fff;
}

.bloc_research .search_module .more_criterion .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-top: 15px;
  text-transform: uppercase;
  border-top: 1px solid #d8d8d8;
}

.bloc_research .search_module .more_criterion .close {
  font-size: 12px;
  position: absolute;
  top: 15px;
  right: 0;
  padding: 3px 15px;
  cursor: pointer;
  transition: background .2s;
  color: #fff;
  border-radius: 20px;
  background: #595959;
}

.bloc_research .search_module .more_criterion .close:hover {
  background: #404040;
}

.bloc_research.research_hp {
  height: 365px;
  padding: 0;
  background: url(../images/search_hp.jpg) no-repeat;
  background-size: cover;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .bloc_research.research_hp {
    background: url(../images/search_hp@2x.jpg) no-repeat;
    background-size: cover;
  }
}

@media (max-width: 1023px) {
  .bloc_research.research_hp {
    height: 200px;
  }
}

.bloc_research.research_hp .wrap {
  max-width: 815px;
  padding: 0;
}

@media (max-width: 1023px) {
  .bloc_research.research_hp .wrap {
    padding: 0 10px;
  }
}

.bloc_research.research_hp .search_module {
  top: 75px;
  left: 0;
  box-sizing: border-box;
  padding: 35px 45px;
  background: #fff;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, .21);
}

@media (max-width: 1023px) {
  .bloc_research.research_hp .search_module {
    top: 30px;
    left: 10px;
    width: calc(100% - 20px);
    padding: 0px 10px 0px 10px;
  }
}

.bloc_research.research_hp .search_module h1 {
  text-align: center;
}

.bloc_research.map_opened .module {
  width: 50%;
}

.bloc_research.map_opened .map {
  width: 50%;
  height: 440px;
}

.bloc_research.map_opened .map .search_map .more {
  display: none;
}

.bloc_research.map_opened .map .search_map .less {
  display: block;
}

.bloc_research .module {
  position: relative;
  float: left;
  width: calc(100% - 290px);
  transition: all .2s;
}

@media (max-width: 1150px) {
  .bloc_research .module {
    float: none;
    width: 100%;
    height: 220px;
  }
}

.bloc_research .map {
  position: relative;
  float: right;
  width: 290px;
  height: 180px;
  margin-top: 35px;
  transition: all .2s;
  box-shadow: 1px 0 5px 0 rgba(0, 0, 0, .75);
}

@media (max-width: 1150px) {
  .bloc_research .map {
    float: none;
    width: 100%;
    height: 440px;
    margin: 30px auto 0;
  }
}

@media (max-width: 1023px) {
  .bloc_research .map {
    display: none;
  }
}

.bloc_research .map .search_map {
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 8px 15px 8px 45px;
  cursor: pointer;
  transition: all .2s;
  color: #fff;
  border-radius: 15px;
  background: url(../images/icons/big_map.svg) no-repeat center left 15px #94c412;
}

@media (max-width: 1150px) {
  .bloc_research .map .search_map {
    display: none;
  }
}

.bloc_research .map .search_map:hover {
  background: url(../images/icons/big_map.svg) no-repeat center left 15px #82ad10;
}

.bloc_research .map .search_map .less {
  display: none;
}

/* Bloc Encart pub */
.bloc_annonces {
  margin-top: 20px;
}

@media (max-width: 1023px) {
  .bloc_annonces {
    margin-top: 10px;
  }
}

.bloc_annonces .wrap:after {
  display: block;
  clear: both;
  content: '';
}

.bloc_annonces .wrap .encart_annonce {
  float: left;
  width: 725px;
  height: 133px;
  text-align: center;
}

@media (max-width: 1023px) {
  .bloc_annonces .wrap .encart_annonce {
    float: none;
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
  }
}

/*@media (max-width: 900px) {
  .bloc_annonces .wrap .encart_annonce {
    float: none;
    width: 0%;
    height: 0px;
    margin-bottom: 0px;
  }
}
*/

.bloc_annonces .wrap .manger_pas_cher {
  float: left;
  width: 240px;
  height: 133px;
  margin-left: 15px;
}

@media (max-width: 1023px) {
  .bloc_annonces .wrap .manger_pas_cher {
    width: calc(50% - 5px);
    margin-left: 0;
    display :none;
  }
}

.bloc_annonces .wrap .programme_fid {
  float: left;
  width: 240px;
  height: 133px;
  margin-left: 15px;
}

@media (max-width: 1023px) {
  .bloc_annonces .wrap .programme_fid {
    width: calc(50% - 5px);
    margin-left: 10px;
       display :none;
  }
}

/* Bloc content annonce right */
.bloc_content_annonce_right {
  margin-top: 70px;
}

@media (max-width: 900px) {
.bloc_content_annonce_right{
	margin-top : 25px;
	}
}

.bloc_content_annonce_right:after {
  display: block;
  clear: both;
  content: '';
}

@media (max-width: 767px) {
  .bloc_content_annonce_right .wrap {
    padding: 0;
  }
}

.bloc_content_annonce_right .main_content {
  float: left;
  width: calc(100% - 210px);
}

@media (max-width: 1150px) {
  .bloc_content_annonce_right .main_content {
   /* float: none;*/
    width: 100%;
  }
}

.bloc_content_annonce_right .main_content .top_resto .title {
  text-align: center;
}

.bloc_content_annonce_right .main_content .top_resto .slider_top_resto {
  margin-top: 30px;
}

.bloc_content_annonce_right .banniere_annonce_right {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  float: right;
  width: 160px;
  height: 665px;
}

@media (max-width: 1150px) {
  .bloc_content_annonce_right .banniere_annonce_right {
    position: relative;
    top: auto;
    float: none;
    width: 100%;
    height: 100px;
    margin-top: 40px;
  }
}

@media (max-width: 1023px) {
  .bloc_content_annonce_right .banniere_annonce_right {
    display: none;
  }
}

.bloc_content_annonce_right .banniere_annonce {
  height: 100px;
  text-align: center;
}

.bloc_content_annonce_right .flex:after {
  display: block;
  clear: both;
  content: '';
}

.bloc_content_annonce_right .flex .left {
  float: left;
  width: calc(50% - 20px);
}

@media (max-width: 767px) {
  .bloc_content_annonce_right .flex .left {
    float: none;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 480px) {
  .bloc_content_annonce_right .flex .left {
    padding: 0;
  }
}

.bloc_content_annonce_right .flex .right {
  float: right;
  width: calc(50% - 20px);
}

@media (max-width: 767px) {
  .bloc_content_annonce_right .flex .right {
    float: none;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 480px) {
  .bloc_content_annonce_right .flex .right {
    padding: 0;
  }
}

.bloc_content_annonce_right .flex .title {
  margin-bottom: 10px;
  text-align: center;
}

.bloc_content_annonce_right .flex .dernieres_recettes {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .bloc_content_annonce_right .flex .dernieres_recettes {
    width: 100%;
    max-width: 495px;
    margin: 40px auto 0;
  }
}

.bloc_content_annonce_right .flex .dernieres_recettes .slider_recettes:after {
  display: block;
  clear: both;
  content: '';
}

@media (max-width: 480px) {
  .bloc_content_annonce_right .flex .dernieres_recettes .slider_recettes {
    overflow: hidden;
  }
}

@media (max-width: 480px) {
  .bloc_content_annonce_right .flex .dernieres_recettes .slider_recettes .badge_recette {
    float: none;
    box-sizing: border-box;
    max-width: 100%;
    padding: 5px 5px 14px 5px;
  }
}

.bloc_content_annonce_right .flex .dernieres_actu {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .bloc_content_annonce_right .flex .dernieres_actu {
    width: 100%;
    max-width: 495px;
    margin: 40px auto 0;
  }
}

.bloc_content_annonce_right .flex .dernieres_actu .slider_actu:after {
  display: block;
  clear: both;
  content: '';
}

@media (max-width: 480px) {
  .bloc_content_annonce_right .flex .dernieres_actu .slider_actu {
    overflow: hidden;
  }
}

@media (max-width: 480px) {
  .bloc_content_annonce_right .flex .dernieres_actu .slider_actu .badge_actu {
    float: none;
    box-sizing: border-box;
    max-width: 100%;
    padding: 5px 5px 14px 5px;
  }
}

.bloc_content_annonce_right .newsletter {
  display: flex;
  margin-top: 10px;
  padding: 29px 20px;
  border-radius: 10px;
  background: #94c412;
  align-items: center;
}

@media (max-width: 767px) {
  .bloc_content_annonce_right .newsletter {
    display: block;
    margin-top: 30px;
  }
}

.bloc_content_annonce_right .newsletter .text {
  width: 50%;
  color: #fff;
}

@media (max-width: 767px) {
  .bloc_content_annonce_right .newsletter .text {
    width: 100%;
  }
}

.bloc_content_annonce_right .newsletter .form {
  position: relative;
  width: 50%;
  height: 48px;
  border-radius: 24px;
  background: #fff;
}

@media (max-width: 767px) {
  .bloc_content_annonce_right .newsletter .form {
    width: 100%;
    margin-top: 15px;
  }
}

.bloc_content_annonce_right .newsletter .form input[type='email'] {
  width: 90%;
  height: 48px;
  padding-left: 15px;
  border: 0;
  background: transparent;
}

.bloc_content_annonce_right .newsletter .form input[type='submit'] {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  color: #fff;
  border: 0;
  border-radius: 23px;
  background: #94c412;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.bloc_content_annonce_right .list_results {
  margin-top: 20px;
}

.bloc_content_annonce_right .list_results:after {
  display: block;
  clear: both;
  content: '';
}

@media (max-width: 1280px) {
  .bloc_content_annonce_right .list_results {
    margin-left: -23px;
  }
}

@media (max-width: 1150px) {
  .bloc_content_annonce_right .list_results {
    margin-left: 0;
  }
}

@media (max-width: 1023px) {
  .bloc_content_annonce_right .list_results {
    width: 100%;
    max-width: 654px;
    margin: 20px auto 0;
  }
}

@media (max-width: 767px) {
  .bloc_content_annonce_right .list_results {
    max-width: 321px;
  }
}

.bloc_content_annonce_right .list_results .badge_commerce {
  float: left;
  margin: 10px;
}

@media (max-width: 1150px) {
  .bloc_content_annonce_right .list_results .badge_commerce {
    margin: 0;
  }
}

.bloc_content_annonce_right .list_results .badge_commerce:nth-child(3n+3) {
  margin-right: 0;
}

@media (max-width: 1023px) {
  .bloc_content_annonce_right.list_results_container {
    display: none;
  }
}

@media (max-width: 1023px) {
  .bloc_content_annonce_right.list_results_container.active {
    display: block;
    width: 100%;
    max-width: 654px;
    margin: 40px auto 0;
  }
}

/* Bloc Home content */
.bloc_home_content .top_resto .title {
  text-align: center;
}

.bloc_home_content .top_resto .slider_top_resto {
  margin-top: 30px;
}

.bloc_home_content .banniere_annonce {
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}

.bloc_home_content .title {
  margin-bottom: 0px;
  text-align: center;
}

.bloc_home_content .flex:after {
  display: block;
  clear: both;
  content: '';
}

.bloc_home_content .flex .left {
  float: left;
  width: calc(50% - 20px);
}

@media (max-width: 767px) {
  .bloc_home_content .flex .left {
    float: none;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 480px) {
  .bloc_home_content .flex .left {
    padding: 0;
  }
}

.bloc_home_content .flex .right {
  float: right;
  width: calc(50% - 20px);
}

@media (max-width: 767px) {
  .bloc_home_content .flex .right {
    float: none;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 480px) {
  .bloc_home_content .flex .right {
    padding: 0;
  }
}

.bloc_home_content .flex .dernieres_recettes {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .bloc_home_content .flex .dernieres_recettes {
    width: 100%;
    max-width: 495px;
    margin: 40px auto 0;
  }
}

.bloc_home_content .flex .dernieres_recettes .slider_recettes:after {
  display: block;
  clear: both;
  content: '';
}

@media (max-width: 480px) {
  .bloc_home_content .flex .dernieres_recettes .slider_recettes {
    overflow: hidden;
  }
}

.bloc_home_content .flex .dernieres_recettes .slider_recettes .badge_recette {
  float: left;
}

.bloc_home_content .flex .dernieres_recettes .slider_recettes .badge_recette:nth-child(2n + 1) {
  float: right;
}

@media (max-width: 480px) {
  .bloc_home_content .flex .dernieres_recettes .slider_recettes .badge_recette {
    float: none;
    box-sizing: border-box;
    max-width: 100%;
    padding: 5px 5px 14px 5px;
  }
}

.bloc_home_content .flex .dernieres_actu {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .bloc_home_content .flex .dernieres_actu {
    width: 100%;
    max-width: 495px;
    margin: 40px auto 0;
  }
}

.bloc_home_content .flex .dernieres_actu .slider_actu:after {
  display: block;
  clear: both;
  content: '';
}

@media (max-width: 480px) {
  .bloc_home_content .flex .dernieres_actu .slider_actu {
    overflow: hidden;
  }
}

@media (max-width: 480px) {
  .bloc_home_content .flex .dernieres_actu .slider_actu .badge_actu {
    float: none;
    box-sizing: border-box;
    max-width: 100%;
    padding: 5px 5px 14px 5px;
  }
}

.bloc_home_content .newsletter {
  display: flex;
  margin-top: 10px;
  padding: 29px 20px;
  border-radius: 10px;
  background: #94c412;
  align-items: center;
}

@media (max-width: 767px) {
  .bloc_home_content .newsletter {
    display: block;
    margin-top: 30px;
  }
}

.bloc_home_content .newsletter .text {
  font-size: 14px;
  width: 50%;
  color: #fff;
}

@media (max-width: 767px) {
  .bloc_home_content .newsletter .text {
    width: 100%;
  }
}

.bloc_home_content .newsletter .form {
  position: relative;
  width: 50%;
  height: 48px;
  border-radius: 24px;
  background: #fff;
}

@media (max-width: 767px) {
  .bloc_home_content .newsletter .form {
    width: 100%;
    margin-top: 15px;
  }
}

.bloc_home_content .newsletter .form input[type='email'] {
  width: 90%;
  height: 48px;
  padding-left: 15px;
  border: 0;
  background: transparent;
}

.bloc_home_content .newsletter .form input[type='submit'] {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  color: #fff;
  border: 0;
  border-radius: 23px;
  background: #94c412;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* Slider Restos */
.slider_restos {
  position: relative;
  overflow: hidden;
  margin-left: 0 -10px;
}

@media (max-width: 767px) {
  .slider_restos {
    margin-left: 0;
  }
}

.slider_restos:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100px;
  height: 100%;
  content: '';
  background: linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0) 100%);
}

@media (max-width: 767px) {
  .slider_restos:after {
    display: none;
  }
}

.slider_restos .slick-next {
  z-index: 2;
  right: 0;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  background: url(../images/icons/arrow_right.svg) no-repeat center #94c412;
}

.slider_restos .slick-next:before {
  display: none;
}

.slider_restos .slick-prev:before {
  display: none;
}

.slider_other_restos {
  margin: 0 -10px;
}

@media (max-width: 1279px) {
  .slider_other_restos:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100px;
    height: 100%;
    content: '';
    background: linear-gradient(270deg, #d8d8d8 0%, rgba(216, 216, 216, 0) 100%);
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .slider_other_restos:after {
    display: none;
  }
}

.slider_other_restos .slick-next {
  z-index: 2;
  right: 0;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  background: url(../images/icons/arrow_right.svg) no-repeat center #94c412;
}

.slider_other_restos .slick-next:before {
  display: none;
}

.slider_other_restos .slick-prev:before {
  display: none;
}

/* Badge recette */
.badge_recette {
  width: 242px;
  max-width: 48%;
  margin-top: 10px;
}

.badge_recette > div {
  border-radius: 10px;
  box-shadow: 0 4px 14px 0 rgba(87, 91, 125, .1);
}

.badge_recette > div .image {
  overflow: hidden;
  height: 185px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.badge_recette > div .image img {
  display: block;
  width: 242px;
  height: 185px;
  -o-object-fit: cover;
     object-fit: cover;
}

.badge_recette > div .description {
  height: 65px;
  padding: 0 10px;
  background: #fff;
}

.badge_recette > div .description a {
  text-decoration: none;
}

.badge_recette > div .description h3 {
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  margin-top: 10px;
  max-width: 222px;
}

.badge_recette > div .description h3 a {
  text-decoration: none;
  color: #595959;
}

.badge_recette > div .description .author {
  font-size: 13px;
  color: #a2a2a2;
}

.badge_recette > div .description .author span {
  color: #94c412;
}

.badge_recette > div .action {
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-top: 1px solid #d8d8d8;
}

.badge_recette > div .action img {
  display: inline;
  margin-right: 10px;
  transform: translateY(-2px);
  vertical-align: middle;
}

/* Badge actu */
.badge_actu {
  float: right;
  width: 242px;
  max-width: 48%;
  margin-top: 10px;
  margin-left: 0px;
}

.badge_actu:nth-child(2n + 1) {
  float: left;
}

.badge_actu > div {
  border-radius: 10px;
  box-shadow: 0 4px 14px 0 rgba(87, 91, 125, .1);
}

.badge_actu > div .image {
  overflow: hidden;
  height: 140px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.badge_actu > div .image img {
  display: block;
  width: 242px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}

.badge_actu > div .description {
  position: relative;
  height: 60px;
  padding: 15px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #fff;
}

.badge_actu > div .description a {
  text-decoration: none;
}

.badge_actu > div .description h3 {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.badge_actu > div .description h3 a {
  text-decoration: none;
  color: #595959;
}

.badge_actu > div .description .date {
  font-size: 10px;
  position: absolute;
  top: -8px;
  right: 15px;
  padding: 2px 5px;
  color: #fff;
  border-radius: 10px;
  background: #94c412;
}

.badge_actu > div .description p {
  font-size: 10px;
  margin: 7px 0 0 0;
  color: #a2a2a2;
}

/* Badge commerce */
.badge_commerce {
  float: left;
  max-width: 295px;
  margin-top: 20px;
  padding: 10px 10px 14px 10px;
}

.badge_commerce > div {
  position: relative;
  width: 295px;
  border-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 14px 0 rgba(87, 91, 125, .1);
}

.badge_commerce > div .image {
  position: relative;
  overflow: hidden;
  height: 150px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.badge_commerce > div .image a {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*ajout*/
.badge_commerce > div .image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .6)), color-stop(3%, rgba(0, 0, 0, .6)), color-stop(59%, transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, .6) 1%, transparent 20%);
}

.badge_commerce > div .image img {
  display: block;
  width: 295px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

.badge_commerce > div .opened {
  font-size: 11px;
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  padding: 2px 5px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 10px;
  background: #595959;
  align-items: center;
}

.badge_commerce > div .opened span:first-child {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-radius: 10px;
  background: #94c412;
}

.badge_commerce > div .description {
  position: relative;
  height: 108px;
  padding: 0 20px;
}

.badge_commerce > div .description .place {
  font-size: 12px;
  position: absolute;
  z-index: 1;
  bottom: calc(100% + 5px);
  left: 100px;
  width: 180px;
  height: 16px;
  padding-left: 20px;
  color: #fff;
  background: url(../images/icons/lieu_white.svg) no-repeat center left;
}

.badge_commerce > div .description .logo {
  position: absolute;
  top: -35px;
  left: 20px;
  overflow: hidden;
  border-radius: 35px;
  box-shadow: 1px 0 5px 0 rgba(0, 0, 0, .75);
}

.badge_commerce > div .description .logo img {
  display: block;
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}

.badge_commerce > div .description .rate {
  font-size: 11px;
  position: absolute;
  top: 5px;
  left: 100px;
  color: #595959;
}

.badge_commerce > div .description .rate img {
  display: inline;
  margin-right: 10px;
  vertical-align: middle;
}

.badge_commerce > div .description .name {
  font-size: 22px;
  font-weight: bold;
  padding-top: 43px;
}

.badge_commerce > div .description .name a {
  text-decoration: none;
  color: #595959;
}

.badge_commerce > div .description .type {
  font-size: 12px;
  color: #595959;
}

.badge_commerce > div .action {
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-top: 1px solid #d8d8d8;
}

.badge_commerce > div .action a {
  margin: 0 10px;
}

.badge_commerce > div .action img {
  display: inline;
  margin-right: 10px;
  transform: translateY(-2px);
  vertical-align: middle;
}

.badge_commerce.big_img > div .image {
  height: 258px;
}

.badge_commerce.big_img > div .image:after {
  display: none;
}

.badge_commerce.big_img > div .image img {
  height: 258px;
}

/* PAGINATION */
.pagination {
  margin-top: 40px;
  text-align: center;
}

.pagination a {
  font-weight: bold;
  line-height: 48px;
  display: inline-block;
  min-width: 48px;
  height: 48px;
  margin: 0 3px;
  transition: .2s;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border-radius: 48px;
  background: #d8d8d8;
}

.pagination a:hover {
  background: #82ad10;
}

.pagination a.next {
  font-size: 14px;
  font-weight: normal;
  padding: 0 20px;
  background: #94c412;
}

.pagination a.next:hover {
  background: #82ad10;
}

/* SELECTION */
.selection {
  margin-top: 40px;
margin-bottom: 350px;
}

@media (max-width: 1023px) {
  .selection .wrap {
    padding: 0;
  }
}

.selection .title {
  float: left;
  width: 200px;
  margin-top: 120px;
  text-align: center;
}

@media (max-width: 1023px) {
  .selection .title {
    float: none;
    width: auto;
    margin-top: 0;
    margin-bottom: 20px;
  }
}

.selection .title span {
  font-size: 14px;
  color: #007400;
}

.selection .slider_restos {
  float: right;
  width: calc(100% - 200px);
}

@media (max-width: 1023px) {
  .selection .slider_restos {
    width: 100%;
  }
}

/* MOBILE ACTIONS */
.mobile_actions {
  display: none;
}

@media (max-width: 1023px) {
  .mobile_actions {
    display: block;
    margin-top: 15px;
    border-bottom: 8px solid #94c412;
  }
}

.mobile_actions .wrap:after {
  display: block;
  clear: both;
  content: '';
}

.mobile_actions .wrap .action {
  font-size: 18px;
  line-height: 48px;
  float: left;
  width: calc(50% - 5px);
  height: 48px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  background: #595959;
}

.mobile_actions .wrap .action:first-child {
  margin-right: 10px;
}

.mobile_actions .wrap .action.active {
  background: #94c412;
}

/* MOBILE MAP */
.mobile_map {
  display: none;
  margin-top: 30px;
}

.mobile_map.active {
  display: block;
}

.mobile_map .map_container {
  height: 300px;
  background: #fff;
  box-shadow: 1px 0 5px 0 rgba(0, 0, 0, .75);
}

/* LAYOUT MAIN SIDE */
.layout_main_side:after {
  display: block;
  clear: both;
  content: '';
}

.layout_main_side .main {
  float: left;
  box-sizing: border-box;
  width: calc(100% - 320px);
}

@media (max-width: 1023px) {
  .layout_main_side .main {
    float: none;
    width: 100%;
  }
}

.layout_main_side .side {
  float: right;
  box-sizing: border-box;
  width: 290px;
}

@media (max-width: 1023px) {
  .layout_main_side .side {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}

/* COMMERCE HEAD */
header.commerce_header {
  height: 50px;
  background: #94c412;
}

header.commerce_header .logo {
  font-size: 13px;
  float: left;
  padding-top: 7px;
  color: #fff;
}

header.commerce_header .logo img {
  position: absolute;
  top: 2px;
  left: 25px;
}

header.commerce_header .button {
  font-size: 12px;
  font-weight: bold;
  line-height: 36px;
  display: inline-block;
  float: right;
  height: 36px;
  margin-top: 7px;
  padding: 0 24px;
  text-decoration: none;
  text-transform: uppercase;
  color: #94c412;
  border-radius: 20px;
  background: #fff;
}

@media (max-width: 1023px) {
  header.commerce_header .button {
    font-size: 10px;
    padding: 0 14px;
  }
}

@media (max-width: 1023px) {
  header.commerce_header .button > span {
    display: none;
  }
}

.header_informations {
  font-family: 'Roboto', 'Nunito', sans-serif;
}

.header_informations .part1 {
  position: absolute;
  z-index: 2;
  top: 50px;
  width: 100%;
}

.header_informations .part1 .wrap {
  height: 110px;
  text-align: center;
}

@media (max-width: 1023px) {
  .header_informations .part1 .wrap {
    height: 70px;
  }
}

.header_informations .part1 .logo {
  font-size: 32px;
  font-weight: bold;
  display: inline-flex;
  width: 250px;
  height: 160px;
  transform: translateY(-50px);
  text-align: center;
  color: #000;
  background: #fff;
  align-items: center;
}

@media (max-width: 1023px) {
  .header_informations .part1 .logo {
    font-size: 22px;
    width: 130px;
    height: 78px;
    transform: translateY(-40px);
  }
}

.header_informations .part1 .logo > div {
  width: 100%;
}

.header_informations .part1 .tel {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 40px;
  left: 270px;
  height: 22px;
  padding-left: 35px;
  background: url(../images/icons/phone.svg) no-repeat center left;
}

@media (max-width: 1279px) {
  .header_informations .part1 .tel {
    left: 240px;
  }
}

@media (max-width: 1150px) {
  .header_informations .part1 .tel {
    left: 215px;
  }
}

@media (max-width: 1023px) {
  .header_informations .part1 .tel {
    font-size: 12px;
    top: 10px;
    left: 10px;
    height: auto;
    padding-top: 0px;
    padding-left: 0;
    background: none;
  }
}

.header_informations .part1 .my_order {
  font-family: 'Nunito', sans-serif;
  font-size: 12px;
  position: absolute;
  top: 20px;
  right: 20px;
  padding-top: 50px;
  cursor: pointer;
  text-transform: uppercase;
  color: #000;
  background: url(../images/icons/basket.svg) no-repeat top center;
}

@media (max-width: 1023px) {
  .header_informations .part1 .my_order {
    font-size: 10px;
    top: 10px;
    right: 10px;
    width: 80px;
    padding-top: 30px;
    background: url(../images/icons/basket.svg) no-repeat top center;
    background-size: 19px auto;
  }
}

.header_informations .part1 .my_order .count {
  line-height: 26px;
  position: absolute;
  top: -10px;
  right: 5px;
  width: 26px;
  height: 26px;
  text-align: center;
  color: #fff;
  border-radius: 13px;
  background: #94c412;
}

@media (max-width: 1023px) {
  .header_informations .part1 .my_order .count {
    line-height: 18px;
    top: -5px;
    right: 10px;
    width: 18px;
    height: 18px;
  }
}

.header_informations .part1 .cart {
  font-family: 'Nunito', sans-serif;
  position: absolute;
  z-index: 2;
  top: calc(100% + 15px);
  right: 10px;
  display: none;
  box-sizing: border-box;
  width: 300px;
  padding: 10px 20px 20px 20px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .36);
}

@media (max-width: 767px) {
  .header_informations .part1 .cart {
    width: calc(100% - 20px);
  }
}

.header_informations .part1 .cart .line {
  position: relative;
  padding: 10px 0;
  text-align: left;
  border-bottom: 1px solid #d8d8d8;
}

.header_informations .part1 .cart .line img {
  position: absolute;
  top: 10px;
  left: 0;
}

.header_informations .part1 .cart .line .informations {
  font-size: 14px;
  font-weight: bold;
  padding-left: 40px;
}

.header_informations .part1 .cart .line .informations .title {
  width: 140px;
}

.header_informations .part1 .cart .line .informations .more {
  font-size: 12px;
  font-weight: normal;
  margin-top: 6px;
  padding-left: 7px;
  border-left: 3px solid #d8d8d8;
}

.header_informations .part1 .cart .line .trash {
  position: absolute;
  top: 16px;
  right: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url(../images/icons/trash.svg) no-repeat center;
}

.header_informations .part1 .cart .line .qty {
  position: absolute;
  top: 10px;
  right: 25px;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
}

.header_informations .part1 .cart .line .qty .select {
  padding: 3px 0;
  background: url(../images/icons/chevron_black.svg) no-repeat center right 8px;
}

.header_informations .part1 .cart .line .qty .select .selected {
  padding-right: 25px;
  padding-left: 8px;
}

.header_informations .part1 .cart .line .qty .select .options {
  left: 0;
  width: auto;
  min-width: unset;
}

.header_informations .part1 .cart .price {
  font-size: 14px;
  font-weight: bold;
  margin-top: 12px;
  text-align: center;
}

.header_informations .part1 .cart .button {
  width: 100%;
  margin-top: 12px;
  padding: 0;
  text-align: center;
}

.header_informations .part2 {
  z-index: 2;
}

@media (max-width: 1023px) {
  .header_informations .part2 {
    position: absolute;
    z-index: 1;
    top: 120px;
    left: 10px;
    width: calc(100% - 20px);
    border-top: 1px solid #a2a2a2;
  }
}

.header_informations .part2 .rate {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 40px;
  left: 20px;
  width: 180px;
}


@media (max-width: 1023px) {
  .header_informations .part2 .rate {
    top: 10px;
    left: 0;
    width: 125px;
    text-align:left;
  }
}

.header_informations .part2 .rate img {
  margin-right: 10px;
  vertical-align: middle;
}

@media (max-width: 1023px) {
  .header_informations .part2 .rate img {
    width: 65px;
    height: auto;
  }
}

.header_informations .part2 .rate > div {
  margin-top: 0;
  text-align: center;
}

.header_informations .part2 .rate > div a {
  font-size: 12px;
  font-weight: normal;
  color: #595959;
    text-align:left;  
}

.header_informations .part2 .custom_informations {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 33px;
  right: 170px;
  max-width: 240px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}

@media (max-width: 1279px) {
  .header_informations .part2 .custom_informations {
    right: 140px;
  }
}

@media (max-width: 1150px) {
  .header_informations .part2 .custom_informations {
    font-size: 15px;
    right: 130px;
  }
}

@media (max-width: 1023px) {
  .header_informations .part2 .custom_informations {
    font-size: 10px;
    top: 10px;
    right: 0;
    width: 140px;
  }
}

.header_informations.sticky .part1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .3);
}

.header_informations.sticky .part1 .cart:before {
  position: absolute;
  top: -15px;
  right: 40px;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-width: 15px 15.5px 0 15.5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

@media (max-width: 1023px) {
  .header_informations.sticky .part1 .cart:before {
    right: 25px;
  }
}

.header_informations.sticky .part2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 1023px) {
  .header_informations.sticky .part2 {
    position: absolute;
    z-index: 0;
    top: 100px;
    left: 10px;
    width: calc(100% - 20px);
  }
}

.header_informations.sticky .logo {
  height: 100%;
  transform: translateY(0);
  background: transparent;
}

@media (max-width: 1023px) {
  .header_informations.sticky .logo {
    transform: translateY(0);
  }
}

@media (max-width: 1023px) {
  .header_informations.sticky .left .rate {
    display: none;
  }
}

@media (max-width: 1023px) {
  .header_informations.sticky .custom_informations {
    display: none;
  }
}

.zoneproduitcart {
  overflow-y: scroll;
  height: 50vh;
}

/* COMMERCE PHOTOS */
.bloc_photos {
  margin-bottom: 25px;
  background: none;
  background: #f3f3f3;  
  width: 100%;
  height: auto;  
}

.bloc_photos .slider_photos img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.bloc_photos .navigation {
  position: relative;
  top: 0px;
  max-width: 360px;
  padding: 6px 60px;
}

.bloc_photos .navigation .photo_prev,
.bloc_photos .navigation .photo_next {
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 54px;
  height: 54px;
  cursor: pointer;
  background: url(../images/icons/prev.svg) no-repeat center;
}

.bloc_photos .navigation .photo_next {
  right: 0;
  left: auto;
  background: url(../images/icons/next.svg) no-repeat center;
}

.bloc_photos .navigation .slider_photos_thumbs .item {
  float: left;
  padding: 0 5px;
  width: 100px;
}

.bloc_photos .navigation .slider_photos_thumbs .item img {
  box-sizing: border-box;
  cursor: pointer;
  border: 2px solid transparent;
}

.bloc_photos .navigation .slider_photos_thumbs .slick-current img {
  border-color: #94c412;
}

/* COMMERCE ACCORDION */
.accordion {
  padding: 30px 45px;
  background: #fff;
}

@media (max-width: 1279px) {
  .accordion {
    padding: 30px;
  }
}

@media (max-width: 1150px) {
  .accordion {
    padding: 20px;
  }
}

@media (max-width: 1023px) {
  .accordion {
    padding: 10px;
  }
}

.accordion .titles {
  margin-bottom: 40px;
}

@media (max-width: 1023px) {
  .accordion .titles {
    display: none;
  }
}

.accordion .titles .title {
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
  margin-right: 45px;
  padding-bottom: 14px;
  cursor: pointer;
  transition: all .2s;
  text-decoration: none;
  color: #595959;
  border-bottom: 4px solid white;
}

@media (max-width: 1150px) {
  .accordion .titles .title {
    font-size: 16px;
    margin-right: 25px;
    padding-bottom: 10px;
  }
}

.accordion .titles .title:last-child {
  margin-right: 0;
}

.accordion .titles .title:hover,
.accordion .titles .title.active {
  color: #94c412;
  border-color: #94c412;
}

.accordion .title_mobile {
  display: none;
}

@media (max-width: 1023px) {
  .side_informations {
    /*display: none;*/
  }
}

@media (max-width: 1023px) {
  .accordion .title_mobile {
    font-size: 17px;
    font-weight: bold;
    display: block;
    height: 25px;
    margin-bottom: 5px;
    cursor: pointer;
    text-decoration: none;
    color: #595959;
    background: url(../images/icons/chevron_black.svg) no-repeat center right;
  }
}

.accordion .title_mobile.active {
  color: #94c412;
}

.accordion .content {
  font-family: 'Roboto', 'Nunito', sans-serif;
}

@media (max-width: 1023px) {
  .accordion .content {
    margin-bottom: 20px;
  }
}

.accordion .content h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
}

@media (max-width: 1023px) {
  .accordion .content h3 {
    font-size: 15px;
    margin-top: 20px;
  }
}

.accordion .content h3:first-child {
  margin-top: 0;
}

.accordion .content p {
  font-size: 12px;
  margin-bottom: 15px;
}

/* COMMERCE SIDE INFORMATIONS */
.side_informations {
  font-family: 'Roboto', 'Nunito', sans-serif;
  font-size: 14px;
  padding: 24px 20px;
  border-radius: 6px;
  background: #fff;
}

.side_informations .promo_commerce {
  overflow: hidden;
  margin: -24px -20px 20px -20px;
  text-align: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.side_informations .direction {
  min-height: 23px;
  padding-left: 30px;
  background: url(../images/icons/lieu_big.svg) no-repeat top 4px left;
}

.side_informations .direction .transport {
  font-size: 12px;
  margin-top: 8px;
  padding-left: 20px;
}

.side_informations .direction .transport.metro {
  background: url(../images/icons/metro.svg) no-repeat top 3px left;
}

.side_informations .direction .transport.tram {
  background: url(../images/icons/tram.svg) no-repeat top 3px left;
}

.side_informations .buttons_direction {
  margin-top: 25px;
}

.side_informations .buttons_direction > a {
  font-size: 12px;
  line-height: 32px;
  display: block;
  height: 32px;
  margin-top: 6px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 20px;
}

.side_informations .buttons_direction > a img {
  margin-right: 5px;
  vertical-align: middle;
}

.side_informations .buttons_direction > a.button_map {
  transition: all .2s;
  background: #94c412;
}

.side_informations .buttons_direction > a.button_map:hover {
  background: #82ad10;
}

.side_informations .buttons_direction > a.button_gmap {
  transition: all .2s;
  background: #f24037;
}

.side_informations .buttons_direction > a.button_gmap:hover {
  background: #f0291f;
}

.side_informations .buttons_direction > a.button_waze {
  transition: all .2s;
  background: #00d8ff;
}

.side_informations .buttons_direction > a.button_waze:hover {
  background: #00c2e6;
}

.side_informations .horaires {
  margin-top: 20px;
}

.side_informations .horaires .title {
  font-size: 14px;
  font-weight: bold;
  line-height: 23px;
  height: 23px;
  padding-left: 30px;
  background: url(../images/icons/horaires.svg) no-repeat center left;
}

.side_informations .horaires .currently {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  margin-top: 10px;
  padding-left: 18px;
}

.side_informations .horaires .currently:before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  border-radius: 10px;
}

.side_informations .horaires .currently.opened {
  color: #94c412;
}

.side_informations .horaires .currently.opened:before {
  background: #94c412;
}

.side_informations .horaires .currently.closed {
  color: #f24037;
}

.side_informations .horaires .currently.closed:before {
  background: #f24037;
}

.side_informations .horaires .days > div {
  margin-top: 10px;
}

.side_informations .horaires .days > div.active {
  font-weight: bold;
}

.side_informations .horaires .days > div > span {
  display: inline-block;
  width: 75px;
}

.joindre_reservation > .title {
  font-family: 'Roboto', 'Nunito', sans-serif;
  font-size: 32px;
  font-weight: bold;
  box-sizing: border-box;
  height: 180px;
  padding-top: 66px;
  text-align: center;
  color: #fff;
  background: url(../images/compte_client@2x.jpg) no-repeat center;
  background-size: cover;
  text-shadow: 0 0 14px rgba(0, 0, 0, .5);
}

.joindre_reservation .joignez-vous {
  font-size: 40px;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 30px;
  text-align: center;
  color: #595959;
}

.joindre_reservation .subtitle {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  color: #595959;
}

.joindre_reservation .item_reservation {
  font-family: 'Roboto', 'Nunito', sans-serif;
  position: relative;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  max-width: 850px;
  margin: auto;
  margin-bottom: 12px;
  padding: 12px 12px 12px 140px;
  box-shadow: 0 4px 14px 0 rgba(87, 91, 125, .1);
  align-items: center;
}

@media (max-width: 767px) {
  .joindre_reservation .item_reservation {
    display: block;
    padding: 12px 12px 12px 12px;
  }
}

.joindre_reservation .item_reservation .img {
  position: absolute;
  top: 12px;
  left: 12px;
}

.joindre_reservation .item_reservation .infos {
  width: calc(100% - 200px);
  margin-right: 30px;
}

@media (max-width: 767px) {
  .joindre_reservation .item_reservation .infos {
    width: 100%;
  }
}

.joindre_reservation .item_reservation .infos .title {
  font-size: 21px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .joindre_reservation .item_reservation .infos .title {
    position: absolute;
    top: 12px;
    left: 140px;
  }
}

.joindre_reservation .item_reservation .infos .details {
  display: flex;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .joindre_reservation .item_reservation .infos .details {
    padding-top: 70px;
  }
}

.joindre_reservation .item_reservation .infos .details > div {
  width: 40%;
}

@media (max-width: 767px) {
  .joindre_reservation .item_reservation .infos .details > div {
    width: 60%;
  }
}

.joindre_reservation .item_reservation .infos .details > div:first-child,
.joindre_reservation .item_reservation .infos .details > div:last-child {
  width: 30%;
}

@media (max-width: 767px) {
  .joindre_reservation .item_reservation .infos .details > div:first-child,
    .joindre_reservation .item_reservation .infos .details > div:last-child {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .joindre_reservation .item_reservation .infos .details > div:first-child {
    position: absolute;
    top: 52px;
    left: 140px;
  }
}

.joindre_reservation .item_reservation .infos .details > div img {
  width: auto;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
}

.joindre_reservation .item_reservation .infos .comment {
  font-size: 12px;
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid #d8d8d8;
}

.joindre_reservation .item_reservation .infos .comment div {
  font-size: 16px;
  font-weight: bold;
}

.joindre_reservation .confirm {
  box-sizing: border-box;
  width: 100%;
  max-width: 850px;
  margin: auto;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #d8d8d8;
}

.joindre_reservation .confirm form {
  display: flex;
  width: 100%;
  max-width: 630px;
  margin: auto;
  text-align: center;
}

@media (max-width: 767px) {
  .joindre_reservation .confirm form {
    display: block;
  }
}

.joindre_reservation .confirm form .line_form {
  margin: 0 30px;
}

@media (max-width: 767px) {
  .joindre_reservation .confirm form .line_form {
    margin: 0;
  }
}

.joindre_reservation .confirm form .line_form textarea {
  min-width: 250px;
  height: 100px;
}

@media (max-width: 767px) {
  .joindre_reservation .confirm form .line_form textarea {
    max-width: 300px;
    margin-bottom: 10px;
  }
}

/* COMMERCE MENU */
.menu_commerce {
  position: relative;
}

.menu_commerce:after {
  display: block;
  clear: both;
  content: '';
}

.menu_commerce .select_category_mobile {
  display: none;
}

@media (max-width: 767px) {
  .menu_commerce .select_category_mobile {
    font-size: 18px;
    line-height: 50px;
    display: block;
    height: 50px;
    padding: 0 50px 0 20px;
    cursor: pointer;
    color: #000;
    border-radius: 6px;
    background: url(../images/icons/chevron_black.svg) no-repeat center right 20px #d8d8d8;
  }
}

.menu_commerce .select_category {
  float: left;
  box-sizing: border-box;
  width: 200px;
  padding: 24px 0;
  background: #d8d8d8;
}

@media (max-width: 767px) {
  .menu_commerce .select_category {
    display: none;
    float: none;
    width: 100%;
    margin-top: -5px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
}

.menu_commerce .select_category .option {
  font-family: 'Roboto', 'Nunito', sans-serif;
  font-size: 16px;
  margin-top: 15px;
  padding: 0 10px;
  cursor: pointer;
}

.menu_commerce .select_category .option:first-child {
  margin-top: 0;
}

.menu_commerce .select_category .option.active {
  color: #94c412;
  border-right: 4px solid #94c412;
}


.menu_commerce .select_category .option2 {
  font-family: 'Roboto', 'Nunito', sans-serif;
  font-size: 16px;
  margin-top: 15px;
  padding: 0 10px;
  cursor: pointer;
}

.menu_commerce .select_category .option2:first-child {
  margin-top: 0;
}

.menu_commerce .select_category .option2.active {
  color: #94c412;
  border-right: 4px solid #94c412;
}

.menu_commerce .category_menu {
  display: none;
  float: right;
  width: calc(100% - 225px);
}

.menu_commerce .category_menu.active {
  display: block;
}

@media (max-width: 767px) {
  .menu_commerce .category_menu {
    float: none;
    width: 100%;
  }
}

.menu_commerce .category_menu .title {
  font-size: 28px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .menu_commerce .category_menu .title {
    display: none;
  }
}

.item_menu {
  font-family: 'Nunito', sans-serif;
  position: relative;
  display: flex;
  min-height: 100px;
  padding-top: 14px;
  padding-bottom: 20px;
  border-top: 1px solid #d8d8d8;
  align-items: center;
}

@media (max-width: 1260px) {
  .item_menu {
    display: block;
  }
}

@media (max-width: 767px) {
  .item_menu {
    padding-bottom: 90px;
    border-top: 0;
    border-bottom: 1px solid #d8d8d8;
  }
}

.item_menu:first-child {
  border: 0;
}

.item_menu .presentation_menu {
  display: inline-flex;
  margin-right: 10px;
}

.item_menu .presentation_menu img {
  margin-right: 5px;
}

.item_menu .presentation_menu .name {
  font-size: 13px;
  font-weight: bold;
}

.item_menu .presentation_menu .content_menu {
  font-size: 12px;
  width: 170px;
  padding: 0;
  list-style: none;
}

@media (max-width: 767px) {
  .item_menu .presentation_menu .content_menu {
    width: auto;
  }
}

.item_menu .custom {
  width: 117px;
  margin-top: 10px;
  margin-right: 0px;
}

@media (max-width: 767px) {
  .item_menu .custom {
    width: auto;
    margin-right: 0;
    text-align: center;
  }
}

.item_menu .custom .select {
  font-size: 11px;
  width: 110px;
  margin-bottom: 10px;
  padding: 14px 0 14px 14px;
}

.item_menu .custom .select .options {
  min-width: 100%;
}

.item_menu .custom .select_supplement {
  font-size: 11px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 110px;
  margin-bottom: 10px;
  padding: 14px 0 14px 14px;
  text-align: left;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  background: url(../images/icons/chevron_black.svg) no-repeat center right 15px;
}

.item_menu .custom .select_supplement:after {
  position: absolute;
  z-index: 0;
  top: 29px;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  content: '';
  background: #fff;
}

.item_menu .custom .select_supplement .selected {
  cursor: pointer;
}

.item_menu .custom .select_supplement .supplements {
  position: absolute;
  z-index: 1;
  left: -1px;
  display: none;
  overflow: hidden;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin-top: 5px;
  padding: 10px 20px;
  border: 1px solid #d8d8d8;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background: #fff;
}

@media (max-width: 767px) {
  .item_menu .custom .select_supplement .supplements {
    left: calc(-150px + 50%);
    box-sizing: border-box;
    width: 300px;
    min-width: unset;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 13px 17px 0 rgba(0, 0, 0, .5);
  }
}

.item_menu .custom .select_supplement .supplements table tr td {
  color: #a2a2a2;
}

.item_menu .custom .select_supplement .supplements table tr td:first-child {
  padding-right: 35px;
}

.item_menu .custom .select_supplement .supplements table tr td:last-child {
  padding-left: 13px;
}

.item_menu .custom .select_supplement .supplements table tr td .count {
  position: relative;
  width: 58px;
  height: 22px;
  text-align: center;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
}

.item_menu .custom .select_supplement .supplements table tr td .count .less {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 100%;
  cursor: pointer;
  border-radius: 3px;
  background: url(../images/icons/less.svg) no-repeat center #d8d8d8;
}

.item_menu .custom .select_supplement .supplements table tr td .count .more {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  cursor: pointer;
  border-radius: 3px;
  background: url(../images/icons/more.svg) no-repeat center #d8d8d8;
}

.item_menu .custom .select_supplement .supplements table tr td .count .result {
  font-size: 16px;
  line-height: 22px;
  color: #4a4a4a;
}

@media (max-width: 1260px) {
  .item_menu .qty {
    position: absolute;
    right: 190px;
    bottom: 30px;
  }
}

@media (max-width: 767px) {
  .item_menu .qty {
    right: calc(50% - 28px);
    bottom: 45px;
  }
}

@media (max-width: 1260px) {
  .item_menu .qtyc {
    position: absolute;
    right: 190px;
    bottom: 30px;
  }
}

@media (max-width: 767px) {
  .item_menu .qtyc {
    right: calc(50% - 28px);
    bottom: 45px;
  }
}

.item_menu .select {
  box-sizing: border-box;
  padding: 11px 0 11px 14px;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
}

.item_menu .select .options {
  width: auto;
  min-width: unset;
}

.item_menu .price {
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: calc(50% - 13px);
  right: 100px;
}

@media (max-width: 1260px) {
  .item_menu .price {
    top: auto;
    bottom: 30px;
  }
}

@media (max-width: 767px) {
  .item_menu .price {
    right: auto;
    bottom: 52px;
    left: 0;
  }
}

.item_menu .add_cart {
  position: absolute;
  top: calc(50% - 40px);
  right: 0;
}

@media (max-width: 1260px) {
  .item_menu .add_cart {
    top: auto;
    bottom: 30px;
  }
}

@media (max-width: 767px) {
  .item_menu .add_cart {
    bottom: 15px;
  }
}

.item_menu .add_cart .button_add_cart {
  width: 78px;
  height: 44px;
  cursor: pointer;
  transition: background .2s;
  border-radius: 33px;
  background: url(../images/icons/add_cart.svg) no-repeat center #94c412;
}

.item_menu .add_cart .button_add_cart:hover {
  background: url(../images/icons/add_cart.svg) no-repeat center #82ad10;
}

.item_menu .btn_comment {
  font-family: 'Roboto', 'Nunito', sans-serif;
  font-size: 10px;
  width: 78px;
  margin-top: 5px;
  cursor: pointer;
  text-align: center;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .item_menu .btn_comment {
    margin-top: 0;
  }
}

.item_menu .btn_comment .change {
  display: none;
}

.item_menu .btn_comment.active .change {
  display: block;
  text-decoration: underline;
  color: #94c412;
}

.item_menu .btn_comment.active .add {
  display: none;
}

.item_menu .trash {
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url(../images/icons/trash.svg) no-repeat center;
}

.item_menu .comment_section {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  box-sizing: border-box;
  width: calc(100% - 210px);
  height: 100%;
  padding-top: 25px;
  background: #fff;
}

@media (max-width: 1260px) {
  .item_menu .comment_section {
    width: 100%;
  }
}

.item_menu .comment_section textarea {
  float: left;
  box-sizing: border-box;
  width: 55%;
  height: 85px;
  padding: 10px;
  resize: none;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .item_menu .comment_section textarea {
    float: none;
    width: 100%;
  }
}

.item_menu .comment_section > div {
  float: right;
  width: 40%;
  margin-top: 25px;
  text-align: center;
}

@media (max-width: 767px) {
  .item_menu .comment_section > div {
    float: none;
    width: 100%;
  }
}

.item_menu .comment_section > div .cancel {
  font-family: 'Roboto', 'Nunito', sans-serif;
  font-size: 12px;
  margin-top: 5px;
  cursor: pointer;
  text-decoration: underline;
}

.item_menu .comment_section > div .ok {
  font-family: 'Roboto', 'Nunito', sans-serif;
  font-size: 12px;
  padding: 6px 0;
  cursor: pointer;
  transition: all .2s;
  color: #fff;
  border-radius: 33px;
  background: #94c412;
}

@media (max-width: 767px) {
  .item_menu .comment_section > div .ok {
    display: inline-block;
    padding: 6px 20px;
  }
}

.item_menu .comment_section > div .ok:hover {
  background: #82ad10;
}


.item_menu .comment_section > div .cmdok {
  font-family: 'Roboto', 'Nunito', sans-serif;
  font-size: 12px;
  padding: 6px 0;
  cursor: pointer;
  transition: all .2s;
  color: #fff;
  border-radius: 33px;
  background: #94c412;
}

@media (max-width: 767px) {
  .item_menu .comment_section > div .cmdok {
    display: inline-block;
    padding: 6px 20px;
  }
}

.item_menu .comment_section > div .cmdok:hover {
  background: #82ad10;
}

/* COMMERCE COMMANDE */
.bloc_commande {
  box-sizing: border-box;
  margin-top: 170px;
  padding: 35px 45px;
  background: #fff;
}

@media (max-width: 1279px) {
  .bloc_commande {
    padding: 30px;
  }
}

@media (max-width: 1150px) {
  .bloc_commande {
    padding: 20px;
  }
}

.bloc_commande .title {
  font-family: 'Roboto', 'Nunito', sans-serif;
  font-size: 28px;
}

@media (max-width: 1023px) {
  .bloc_commande .title {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    background: url(../images/icons/chevron_black.svg) no-repeat center right;
    background-size: 15px auto;
  }
}

.bloc_commande .content_commande {
  margin-top: 20px;
}

@media (max-width: 1023px) {
  .bloc_commande .content_commande {
    display: none;
  }
}

@media (max-width: 1260px) {
  .bloc_commande .content_commande .item_menu {
    display: flex;
  }
}

@media (max-width: 767px) {
  .bloc_commande .content_commande .item_menu {
    display: block;
    padding-bottom: 60px;
  }
}

.bloc_commande .content_commande .item_menu:first-of-type {
  border-top: 0;
}

.bloc_commande .content_commande .item_menu .btn_comment {
  position: absolute;
  top: calc(50% - 15px);
  right: 30px;
}

@media (max-width: 767px) {
  .bloc_commande .content_commande .item_menu .btn_comment {
    top: auto;
    right: 25px;
    bottom: 25px;
  }
}

@media (max-width: 767px) {
  .bloc_commande .content_commande .item_menu .trash {
    top: auto;
    bottom: 30px;
  }
}

.bloc_commande .content_commande .item_menu .price {
  right: 130px;
}

@media (max-width: 1260px) {
  .bloc_commande .content_commande .item_menu .price {
    top: calc(50% - 13px);
    bottom: auto;
  }
}

@media (max-width: 767px) {
  .bloc_commande .content_commande .item_menu .price {
    top: auto;
    right: auto;
    bottom: 22px;
    left: 0;
  }
}

@media (max-width: 1260px) {
  .bloc_commande .content_commande .item_menu .qty {
    position: relative;
    right: auto;
    bottom: auto;
  }
}

@media (max-width: 767px) {
  .bloc_commande .content_commande .item_menu .qty {
    position: absolute;
    right: calc(50% - 28px);
    bottom: 15px;
  }
}

@media (max-width: 1260px) {
  .bloc_commande .content_commande .item_menu .qtyc {
    position: relative;
    right: auto;
    bottom: auto;
  }
}

@media (max-width: 767px) {
  .bloc_commande .content_commande .item_menu .qtyc {
    position: absolute;
    right: calc(50% - 28px);
    bottom: 15px;
  }
}

.bloc_commande .content_commande .item_menu .custom {
  margin-left: 12%;
}

@media (max-width: 1260px) {
  .bloc_commande .content_commande .item_menu .custom {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .bloc_commande .content_commande .item_menu .custom {
    width: auto;
    margin-right: 0;
    text-align: center;
  }
}

.code_promo {
  font-size: 18px;
  font-weight: bold;
  padding: 24px;
  text-align: center;
  color: #fff;
  background: #94c412;
}

.code_promo > div {
  display: inline-block;
}

@media (max-width: 767px) {
  .code_promo > div {
    display: block;
  }
}

.code_promo > div input[type='text'] {
  font-family: 'Roboto', 'Nunito', sans-serif;
  font-size: 12px;
  height: 47px;
  margin-left: 20px;
  padding: 0 20px;
  border: solid 1px #d8d8d8;
  border-radius: 23.5px;
  background: #fff;
}

@media (max-width: 767px) {
  .code_promo > div input[type='text'] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    margin-top: 5px;
  }
}

.code_promo > div input[type='submit'] {
  font-size: 12px;
  font-weight: 500;
  height: 47px;
  margin-left: 20px;
  padding: 0 20px;
  cursor: pointer;
  text-transform: uppercase;
  border: solid 1px #d8d8d8;
  border-radius: 23.5px;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (max-width: 767px) {
  .code_promo > div input[type='submit'] {
    display: block;
    width: 100%;
    max-width: 100px;
    margin: auto;
    margin-top: 10px;
  }
}

.side_commande {
  margin-top: 170px;
  padding: 20px;
  border-radius: 6px;
  background: #fff;
}

@media (max-width: 1023px) {
  .side_commande {
    margin-top: 40px;
  }
}

.side_commande .line_form:first-child {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
}

.side_commande .line_form label {
  font-family: 'Roboto', 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.side_commande .line_form .details {
  display: none;
}

.side_commande .line_form .details.active {
  display: block;
}

.side_commande .line_form .details .select {
  max-width: 200px;
  margin: auto;
  background: url(../images/icons/chevron_green.svg) no-repeat center right 15px;
}

.side_commande .line_form .details .select .selected {
  padding-left: 50px;
  color: #000;
  background: url(../images/icons/clock.png) no-repeat center left 10px;
}

.side_commande .line_form .details .address {
  font-size: 12px;
  margin-bottom: 20px;
  padding-left: 50px;
  background: url(../images/icons/lieu.svg) no-repeat top left 30px;
}

.side_commande .line_form .details .address a {
  color: #94c412;
}

.side_commande .recap_price {
  margin-top: 40px;
  padding-top: 10px;
  background: #d8d8d8;
}

.side_commande .recap_price table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.side_commande .recap_price table tr td {
  font-size: 14px;
  font-weight: 800;
  border: 0;
}

.side_commande .recap_price table tr td:first-child {
  padding-right: 5px;
  text-align: right;
}

.side_commande .recap_price table tr.total {
  background: #94c412;
}

.side_commande .recap_price table tr.total td {
  font-size: 20px;
  padding: 3px 5px 3px 0;
  color: #fff;
}

.side_commande .comment {
  margin-top: 20px;
  margin-bottom: 20px;
}

.side_commande .comment textarea {
  box-sizing: border-box;
  width: 100%;
  height: 100px;
  padding: 14px;
  resize: none;
  border: solid 1px #d8d8d8;
  border-radius: 23px;
}

.side_commande .button {
  width: 100%;
  margin-top: 15px;
  padding: 0 30px;
}

.commande_merci {
  box-sizing: border-box;
  width: 100%;
  max-width: 920px;
  margin: 170px auto 110px;
  padding: 50px;
  background: #fff;
}

@media (max-width: 1023px) {
  .commande_merci {
    width: auto;
    margin: 170px 15px 110px;
    padding: 20px;
    border-radius: 6px;
  }
}

.commande_merci .title {
  text-align: center;
  color: #595959;
}

.commande_merci .title h1 {
  font-size: 40px;
  font-weight: bold;
  color: #595959;
}

@media (max-width: 1023px) {
  .commande_merci .title h1 {
    font-size: 28px;
  }
}

.commande_merci .title p {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  color: #595959;
}

@media (max-width: 1023px) {
  .commande_merci .title p {
    font-size: 14px;
    margin-top: 10px;
  }
}

.commande_merci .share_friends {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #d8d8d8;
}

@media (max-width: 1023px) {
  .commande_merci .share_friends {
    margin-top: 30px;
    padding-top: 30px;
  }
}

.commande_merci .share_friends .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}

.commande_merci .share_friends .line_share {
  margin-top: 20px;
}

@media (max-width: 1023px) {
  .commande_merci .share_friends .line_share {
    margin-bottom: 50px;
  }
}

.commande_merci .share_friends .line_share form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 1023px) {
  .commande_merci .share_friends .line_share form {
    display: block;
    text-align: center;
  }
}

.commande_merci .share_friends .line_share form span {
  font-weight: bold;
  display: block;
  transform: translateY(10px);
}

@media (max-width: 1023px) {
  .commande_merci .share_friends .line_share form span {
    margin-bottom: 10px;
    transform: translateY(0);
    text-align: center;
  }
}

.commande_merci .share_friends .line_share form input {
  font-size: 12px;
}

.commande_merci .share_friends .line_share form input[type='tel'],
.commande_merci .share_friends .line_share form input[type='email'] {
  border-radius: 6px;
}

@media (max-width: 1023px) {
  .commande_merci .share_friends .line_share form input {
    max-width: 220px;
    margin: auto;
  }
}

.commande_merci .share_friends .line_share form textarea {
  font-family: 'Nunito', sans-serif;
  font-size: 12px;
  min-width: 250px;
  min-height: 100px;
}

@media (max-width: 1023px) {
  .commande_merci .share_friends .line_share form textarea {
    max-width: 350px;
  }
}

/* MODULE RESERVATION */
.module_reservation {
  font-family: 'Nunito', sans-serif;
  width: 100;
  max-width: 590px;
  margin: auto;
  margin-top: 10px;
}

.module_reservation > div:first-child:after {
  display: block;
  clear: both;
  content: '';
}

.module_reservation .left {
  float: left;
  width: 46%;
}

@media (max-width: 767px) {
  .module_reservation .left {
    float: none;
    width: 100%;
  }
}

.module_reservation .hours {
  position: relative;
  float: right;
  width: 46%;
}

@media (max-width: 767px) {
  .module_reservation .hours {
    float: none;
    width: 100%;
    margin-top: 18px;
  }
}

.module_reservation .hours .title {
  line-height: 28px;
  height: 28px;
  margin-bottom: 18px;
  padding-left: 36px;
  color: #000;
  background: url(../images/icons/clock.png) no-repeat center left;
}

.module_reservation .hours .hours_next,
.module_reservation .hours .hours_side_next {
  position: absolute;
  top: 0;
  right: 0;
  width: 43px;
  height: 30px;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  border-radius: 25px;
  background: url(../images/icons/next_green.svg) no-repeat center right 15px;
}

.module_reservation .hours .hours_prev,
.module_reservation .hours .hours_side_prev {
  position: absolute;
  top: 0;
  right: 52px;
  width: 43px;
  height: 30px;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  border-radius: 25px;
  background: url(../images/icons/prev_green.svg) no-repeat center left 15px;
}

.module_reservation .hours .slider_hours,
.module_reservation .hours .slider_hours_side {
  width: 100%;
}

.module_reservation .hours .slider_hours .item .hour,
.module_reservation .hours .slider_hours_side .item .hour {
  font-size: 14px;
  float: left;
  box-sizing: border-box;
  width: 30%;
  margin-bottom: 11px;
  margin-left: 5%;
  padding: 13px 0;
  cursor: pointer;
  transition: all .2s;
  text-align: center;
  color: #000;
  border: 1px solid #d8d8d8;
  border-radius: 25px;
}

.module_reservation .hours .slider_hours .item .hour:nth-child(3n+1),
.module_reservation .hours .slider_hours_side .item .hour:nth-child(3n+1) {
  margin-left: 0;
}

.module_reservation .hours .slider_hours .item .hour:hover,
.module_reservation .hours .slider_hours .item .hour.active,
.module_reservation .hours .slider_hours_side .item .hour:hover,
.module_reservation .hours .slider_hours_side .item .hour.active {
  color: #fff;
  background: #94c412;
}

.module_reservation .reservation_persons {
  max-width: 240px;
  background: url(../images/icons/chevron_green.svg) no-repeat center right 15px;
}

@media (max-width: 767px) {
  .module_reservation .reservation_persons {
    max-width: none;
  }
}

.module_reservation .reservation_persons .selected {
  padding-left: 60px;
  color: #000;
  background: url(../images/icons/persons.svg) no-repeat center left 20px;
}

.module_reservation .reservation_day {
  max-width: 240px;
  background: url(../images/icons/chevron_green.svg) no-repeat center right 15px;
}

@media (max-width: 767px) {
  .module_reservation .reservation_day {
    max-width: none;
  }
}

.module_reservation .reservation_day .selected {
  padding-left: 60px;
  color: #000;
  background: url(../images/icons/calendar_grey.png) no-repeat center left 20px;
}

.module_reservation .comment {
  font-weight: bold;
  margin: 20px 0 15px;
}

@media (max-width: 767px) {
  .module_reservation .comment {
  	
  }
}

.module_reservation textarea {
 height: 55px;
}

@media (max-width: 767px) {
  .module_reservation textarea {
	/* height: 55px;	*/	
  }
}

.module_reservation .validation {
  margin-top: 15px;
  text-align: center;
}

.module_reservation .validation .button {
  font-size: 18px;
  font-weight: bold;
  line-height: 66px;
  width: 270px;
  height: 66px;
  text-transform: none;
  border-radius: 35px;
}

.module_reservation .validation .button .hour_reservation {
  display: none;
}

.module_reservation .validation .button .hour_reservation.active {
  display: inline;
}

.module_reservation .free {
  font-weight: bold;
  margin-top: 14px;
  text-align: center;
  font-size: 15px;  
}

.side_reservation {
  margin-bottom: 25px;
  padding: 24px 20px;
  border-radius: 6px;
  background: #fff;
}

.side_reservation .title_reserver {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.side_reservation .module_reservation .left {
  float: none;
  width: 100%;
}

.side_reservation .module_reservation .hours {
  float: none;
  width: 100%;
  margin-top: 18px;
}

.side_reservation .module_reservation .comment {
  /*display: none;*/
}

.side_reservation .module_reservation textarea {
  /*display: none;*/
}

.side_reservation .module_reservation .reservation_persons {
  max-width: none;
}

.side_reservation .module_reservation .reservation_day {
  max-width: none;
}

.side_reservation .module_reservation .validation .button {
  line-height: 56px;
  width: 100%;
  height: 56px;
}

.side_reservation .module_reservation .free {
  font-weight: bold;
  margin-top: 14px;
  text-align: center;
}

/* COMPTE CLIENT */
.compte_client > .title {
  font-family: 'Roboto', 'Nunito', sans-serif;
  font-size: 32px;
  font-weight: bold;
  box-sizing: border-box;
  height: 180px;
  padding-top: 66px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: url(../images/compte_client@2x.jpg) no-repeat center;
  background-size: cover;
  text-shadow: 0 0 14px rgba(0, 0, 0, .5);
}

.compte_client .link_selected {
  display: none;
}

@media (max-width: 1023px) {
  .compte_client .link_selected {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: auto;
    margin-top: 20px;
    padding: 25px 25px 25px 0;
    cursor: pointer;
    text-align: center;
    background: url(../images/icons/chevron_black.svg) no-repeat center right 20px;
    box-shadow: 0 4px 14px 0 rgba(87, 91, 125, .1);
  }
}

.compte_client .links {
  margin-top: -36px;
  margin-bottom: 50px;
  text-align: center;
}

@media (max-width: 1023px) {
  .compte_client .links {
    display: none;
    width: 100%;
    max-width: 325px;
    margin: auto;
    background: #fff;
    box-shadow: 0 4px 14px 0 rgba(87, 91, 125, .1);
  }
}

.compte_client .links > a {
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
  margin: 0 10px;
  padding-bottom: 10px;
  cursor: pointer;
  transition: all .2s;
  text-decoration: none;
  color: #595959;
  border-bottom: 3px solid transparent;
}

@media (max-width: 1023px) {
  .compte_client .links > a {
    display: block;
    margin-bottom: 5px;
    padding-bottom: 5px;
    background: #fff;
  }
}

.compte_client .links > a.active,
.compte_client .links > a:hover {
  color: #94c412;
  border-color: #94c412;
}

.compte_client .content_compte_client {
  position: relative;
  width: 100%;
  max-width: 825px;
  margin: auto;
}

@media (max-width: 1023px) {
  .compte_client .content_compte_client {
    margin-top: 30px;
  }
}

.compte_client .content_compte_client .switch {
  margin-bottom: 30px;
  text-align: center;
}

.compte_client .content_compte_client .switch > div {
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
  margin: 0 10px;
  padding-bottom: 10px;
  cursor: pointer;
  transition: all .2s;
  border-bottom: 3px solid transparent;
}

.compte_client .content_compte_client .switch > div.active,
.compte_client .content_compte_client .switch > div:hover {
  color: #94c412;
  border-color: #94c412;
}

.compte_client .content_compte_client .reservations .item_reservation {
  font-family: 'Roboto', 'Nunito', sans-serif;
  position: relative;
  display: flex;
  margin-bottom: 12px;
  padding: 12px 12px 12px 140px;
  box-shadow: 0 4px 14px 0 rgba(87, 91, 125, .1);
  align-items: center;
}

@media (max-width: 767px) {
  .compte_client .content_compte_client .reservations .item_reservation {
    display: block;
    padding: 12px 12px 12px 12px;
  }
}

.compte_client .content_compte_client .reservations .item_reservation .img {
  position: absolute;
  top: 12px;
  left: 12px;
}

.compte_client .content_compte_client .reservations .item_reservation .actions {
  width: 170px;
  text-align: center;
}


@media (max-width: 767px) {
  .compte_client .content_compte_client .reservations .item_reservation .actions {
    width: 100%;
    margin-top: 15px;
  }
}

.compte_client .content_compte_client .reservations .item_reservation .actions .status {
  font-family: 'Nunito', sans-serif;
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #94c412;
}


.compte_client .content_compte_client .reservations .item_reservation .actions .status .inprogress {
  color: #ff8f00;
}

.compte_client .content_compte_client .reservations .item_reservation .actions .status.cancelled {
  color: #ff0c0c;
}

.compte_client .content_compte_client .reservations .item_reservation .actions .status.finished {
  color: #595959;
}

.compte_client .content_compte_client .reservations .item_reservation .actions .status span {
  font-size: 18px;
}

/*add*/

.statusCommande {
  font-family: 'Nunito', sans-serif;
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #94c412;
}


.statusCommande.inprogress {
  color: #ff8f00;
}

.statusCommande.cancelled {
  color: #ff0c0c;
}

.statusCommande.finished {
  color: #595959;
}

.statusCommande span {
  font-size: 18px;
}


/**/

.compte_client .content_compte_client .reservations .item_reservation .infos {
  width: calc(100% - 200px);
  margin-right: 30px;
}

@media (max-width: 767px) {
  .compte_client .content_compte_client .reservations .item_reservation .infos {
    width: 100%;
  }
}

.compte_client .content_compte_client .reservations .item_reservation .infos .title {
  font-size: 21px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .compte_client .content_compte_client .reservations .item_reservation .infos .title {
    position: absolute;
    top: 12px;
    left: 140px;
  }
}

.compte_client .content_compte_client .reservations .item_reservation .infos .infosresa {
  display: flex;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .compte_client .content_compte_client .reservations .item_reservation .infos .infosresa {
    padding-top: 70px;
  }
}

.compte_client .content_compte_client .reservations .item_reservation .infos .infosresa > div {
  width: 40%;
}

@media (max-width: 767px) {
  .compte_client .content_compte_client .reservations .item_reservation .infos .infosresa > div {
    width: 60%;
  }
}

.compte_client .content_compte_client .reservations .item_reservation .infos .infosresa > div:first-child,
.compte_client .content_compte_client .reservations .item_reservation .infos .infosresa > div:last-child {
  width: 30%;
}

@media (max-width: 767px) {
  .compte_client .content_compte_client .reservations .item_reservation .infos .infosresa > div:first-child,
    .compte_client .content_compte_client .reservations .item_reservation .infos .infosresa > div:last-child {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .compte_client .content_compte_client .reservations .item_reservation .infos .infosresa > div:first-child {
    position: absolute;
    top: 52px;
    left: 140px;
  }
}

.compte_client .content_compte_client .reservations .item_reservation .infos .infosresa > div img {
  width: auto;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
}

.compte_client .content_compte_client .reservations .item_reservation .infos .details {
  display: flex;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .compte_client .content_compte_client .reservations .item_reservation .infos .details {
    padding-top: 70px;
  }
}

.compte_client .content_compte_client .reservations .item_reservation .infos .details > div {
  width: 40%;
}

@media (max-width: 767px) {
  .compte_client .content_compte_client .reservations .item_reservation .infos .details > div {
    width: 60%;
  }
}

.compte_client .content_compte_client .reservations .item_reservation .infos .details > div:first-child,
.compte_client .content_compte_client .reservations .item_reservation .infos .details > div:last-child {
  width: 30%;
}

@media (max-width: 767px) {
  .compte_client .content_compte_client .reservations .item_reservation .infos .details > div:first-child,
    .compte_client .content_compte_client .reservations .item_reservation .infos .details > div:last-child {
    width: 40%; 
  }
}

@media (max-width: 767px) {
  .compte_client .content_compte_client .reservations .item_reservation .infos .details > div:first-child {
    position: absolute;
    top: 150px;
    left: 15px;
  }
}

.compte_client .content_compte_client .reservations .item_reservation .infos .details > div img {
  width: auto;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
}

.compte_client .content_compte_client .reservations .item_reservation .infos .comment {
  font-size: 12px;
  margin-top: 80px;
  padding-top: 8px;
  border-top: 1px solid #d8d8d8;
}

.compte_client .content_compte_client .reservations .item_reservation .infos .comment div {
  font-size: 16px;
  font-weight: bold;
}

.compte_client .content_compte_client .commandes {
  display: none;
}

.compte_client .content_compte_client .commandes .item_commande {
  font-family: 'Roboto', 'Nunito', sans-serif;
  position: relative;
  display: flex;
  margin-bottom: 12px;
  padding: 12px 12px 12px 140px;
  box-shadow: 0 4px 14px 0 rgba(87, 91, 125, .1);
  align-items: center;
}

@media (max-width: 767px) {
  .compte_client .content_compte_client .commandes .item_commande {
    display: block;
    padding: 12px 12px 12px 12px;
  }
}

.compte_client .content_compte_client .commandes .item_commande .img {
  position: absolute;
  top: 12px;
  left: 12px;
}

.compte_client .content_compte_client .commandes .item_commande .infos {
  font-size: 14px;
  display: flex;
  width: calc(100% - 220px);
}

@media (max-width: 767px) {
  .compte_client .content_compte_client .commandes .item_commande .infos {
    display: block;
    width: 100%;
    padding-top: 70px;
    text-align: center;
  }
}

.compte_client .content_compte_client .commandes .item_commande .infos > div:first-child {
  margin-right: 50px;
}

@media (max-width: 767px) {
  .compte_client .content_compte_client .commandes .item_commande .infos > div:first-child {
    margin-right: 0;
  }
}

.compte_client .content_compte_client .commandes .item_commande .infos .status {
  font-family: 'Nunito', sans-serif;
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #94c412;
}

.compte_client .content_compte_client .commandes .item_commande .infos .status.inprogress {
  color: #ff8f00;
}

.compte_client .content_compte_client .commandes .item_commande .infos .status.cancelled {
  color: #ff0c0c;
}

.compte_client .content_compte_client .commandes .item_commande .infos .status.finished {
  color: #595959;
}

@media (max-width: 767px) {
  .compte_client .content_compte_client .commandes .item_commande .infos .status {
    margin-top: 5px;
  }
}

.compte_client .content_compte_client .commandes .item_commande .infos .status span {
  font-size: 18px;
}

.compte_client .content_compte_client .commandes .item_commande .infos .title {
  font-size: 21px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .compte_client .content_compte_client .commandes .item_commande .infos .title {
    position: absolute;
    top: 12px;
    left: 140px;
  }
}

.compte_client .content_compte_client .commandes .item_commande .infos .details {
  display: flex;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .compte_client .content_compte_client .commandes .item_commande .infos .details {
    width: 100%;
    text-align: center;
  }
}

.compte_client .content_compte_client .commandes .item_commande .infos .details > div {
  width: 50%;
}

.compte_client .content_compte_client .commandes .item_commande .infos .details .total {
  font-weight: bold;
  margin-left: 20px;
}

.compte_client .content_compte_client .commandes .item_commande .infos img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
}

.compte_client .content_compte_client.infos_perso .title {
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.compte_client .content_compte_client.infos_perso input[type='text'],
.compte_client .content_compte_client.infos_perso input[type='email'],
.compte_client .content_compte_client.infos_perso input[type='tel'],
.compte_client .content_compte_client.infos_perso input[type='password'] {
  font-size: 12px;
}

.compte_client .content_compte_client.infos_perso .action {
  margin-top: 60px;
  margin-bottom: 40px;
  padding-top: 30px;
  text-align: right;
  border-top: 2px solid #d8d8d8;
}

@media (max-width: 1023px) {
  .compte_client .content_compte_client.infos_perso .action {
    margin-top: 30px;
  }
}

.compte_client .content_compte_client.mes_avis > .title {
  font-weight: 600;
  margin-bottom: 60px;
  text-transform: uppercase;
}

.compte_client .content_compte_client.mes_avis .button {
  position: absolute;
  top: -10px;
  right: 0;
}

.compte_client .content_compte_client.mes_avis .item_avis {
  font-family: 'Roboto', 'Nunito', sans-serif;
  position: relative;
  display: flex;
  margin-top: 20px;
  padding: 12px 12px 20px 140px;
  border-radius: 10px;
  box-shadow: 0 4px 14px 0 rgba(87, 91, 125, .1);
  align-items: center;
}

@media (max-width: 767px) {
  .compte_client .content_compte_client.mes_avis .item_avis {
    display: block;
    padding: 12px 12px 20px 12px;
  }
}

.compte_client .content_compte_client.mes_avis .item_avis .img {
  position: absolute;
  top: 12px;
  left: 12px;
}

.compte_client .content_compte_client.mes_avis .item_avis .infos {
  width: 100%;
  color: #595959;
}

.compte_client .content_compte_client.mes_avis .item_avis .infos .title {
  font-size: 21px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .compte_client .content_compte_client.mes_avis .item_avis .infos .title {
    position: absolute;
    top: 12px;
    left: 140px;
  }
}

.compte_client .content_compte_client.mes_avis .item_avis .infos .details {
  font-family: 'Roboto', 'Nunito', sans-serif;
  font-size: 14px;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .compte_client .content_compte_client.mes_avis .item_avis .infos .details {
    padding-top: 70px;
  }
}

.compte_client .content_compte_client.mes_avis .item_avis .infos .details:after {
  display: block;
  clear: both;
  content: '';
}

.compte_client .content_compte_client.mes_avis .item_avis .infos .details .rate {
  font-weight: bold;
  float: left;
}

@media (max-width: 767px) {
  .compte_client .content_compte_client.mes_avis .item_avis .infos .details .rate {
    position: absolute;
    top: 40px;
    left: 140px;
    float: none;
  }
}

.compte_client .content_compte_client.mes_avis .item_avis .infos .details .rate span {
  font-size: 30px;
}

.compte_client .content_compte_client.mes_avis .item_avis .infos .details .date {
  font-weight: bold;
  float: right;
}

@media (max-width: 767px) {
  .compte_client .content_compte_client.mes_avis .item_avis .infos .details .date {
    float: none;
  }
}

.compte_client .content_compte_client.mes_avis .item_avis .infos .details .date span {
  font-weight: normal;
}

.compte_client .content_compte_client.mes_avis .item_avis .infos .comment {
  font-family: 'Roboto', 'Nunito', sans-serif;
  font-size: 14px;
  margin-top: 20px;
}

.compte_client .content_compte_client.ajouter_avis > .title {
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.compte_client .content_compte_client.ajouter_avis .form {
  width: 100%;
  max-width: 500px;
  margin: auto;
    font-size: 12px;
}

.compte_client .content_compte_client.ajouter_avis .form .select {
  font-size: 12px;
}

.compte_client .content_compte_client.ajouter_avis .form textarea {
  font-family: 'Nunito', sans-serif;
  height: 150px;
  border-radius: 15px;
}

.compte_client .content_compte_client.ajouter_avis .form .rate {
  font-size: 12px;
  padding: 10px 0;
}

.compte_client .content_compte_client.ajouter_avis .form .rate .starscuisine {
  font-size: 18px;
  display: inline-block;
  margin: 0 10px;
}

.compte_client .content_compte_client.ajouter_avis .form .rate .starscuisine .fa-star {
  cursor: pointer;
  color: #a2a2a2;
}

.compte_client .content_compte_client.ajouter_avis .form .rate .starscuisine .fa-star.checked,
.compte_client .content_compte_client.ajouter_avis .form .rate .starscuisine .fa-star.hovered {
  color: #ecbc12;
}

.compte_client .content_compte_client.ajouter_avis .form .rate .notecuisine {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

/*-------------------------------------------*/

.compte_client .content_compte_client.ajouter_avis .form .rate .starsqualiteprix {
  font-size: 18px;
  display: inline-block;
  margin: 0 10px;
}

.compte_client .content_compte_client.ajouter_avis .form .rate .starsqualiteprix .fa-star {
  cursor: pointer;
  color: #a2a2a2;
}

.compte_client .content_compte_client.ajouter_avis .form .rate .starsqualiteprix .fa-star.checked,
.compte_client .content_compte_client.ajouter_avis .form .rate .starsqualiteprix .fa-star.hovered {
  color: #ecbc12;
}

.compte_client .content_compte_client.ajouter_avis .form .rate .notequaliteprix {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}


.compte_client .content_compte_client.ajouter_avis .form .rate .starsservice {
  font-size: 18px;
  display: inline-block;
  margin: 0 10px;
}

.compte_client .content_compte_client.ajouter_avis .form .rate .starsservice .fa-star {
  cursor: pointer;
  color: #a2a2a2;
}

.compte_client .content_compte_client.ajouter_avis .form .rate .starsservice .fa-star.checked,
.compte_client .content_compte_client.ajouter_avis .form .rate .starsservice .fa-star.hovered {
  color: #ecbc12;
}

.compte_client .content_compte_client.ajouter_avis .form .rate .noteservice {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.compte_client .content_compte_client.ajouter_avis .form .rate .starscadre {
  font-size: 18px;
  display: inline-block;
  margin: 0 10px;
}

.compte_client .content_compte_client.ajouter_avis .form .rate .starscadre .fa-star {
  cursor: pointer;
  color: #a2a2a2;
}

.compte_client .content_compte_client.ajouter_avis .form .rate .starscadre .fa-star.checked,
.compte_client .content_compte_client.ajouter_avis .form .rate .starscadre .fa-star.hovered {
  color: #ecbc12;
}

.compte_client .content_compte_client.ajouter_avis .form .rate .notecadre {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
/*----------------------------------------------*/
.compte_client .content_compte_client.ajouter_avis .form input {
  font-size: 12px;
}

.compte_client .content_compte_client.ajouter_avis .form .action {
  text-align: center;
}

.compte_client .espace_fidelite {
  position: relative;
  margin-top: 85px;
}

@media (max-width: 767px) {
  .compte_client .espace_fidelite {
    margin-bottom: 50px;
  }
}

.compte_client .espace_fidelite .links_fid {
  margin-top: -36px;
  margin-bottom: 50px;
  text-align: center;
}

.compte_client .espace_fidelite .links_fid > a {
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
  margin: 0 20px;
  padding-bottom: 10px;
  cursor: pointer;
  transition: all .2s;
  text-decoration: none;
  color: #595959;
  border-bottom: 3px solid transparent;
}

@media (max-width: 767px) {
  .compte_client .espace_fidelite .links_fid > a {
    font-size: 15px;
    margin: 0 5px;
  }
}

.compte_client .espace_fidelite .links_fid > a.active,
.compte_client .espace_fidelite .links_fid > a:hover {
  color: #94c412;
  border-color: #94c412;
}

.compte_client .espace_fidelite .total_points {
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 30px;
  color: #595959;
  border-radius: 20px;
  background: #d8d8d8;
}

@media (max-width: 1023px) {
  .compte_client .espace_fidelite .total_points {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    width: 200px;
    margin: auto;
    margin-top: 20px;
    text-align: center;
  }
}

.compte_client .espace_fidelite .title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
  color: #595959;
}

@media (max-width: 1023px) {
  .compte_client .espace_fidelite .title {
    font-size: 32px;
  }
}

.compte_client .espace_fidelite p {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  text-align: center;
  color: #595959;
}

.compte_client .espace_fidelite .code_parrainage {
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  max-width: 330px;
  margin: auto;
  margin-top: 30px;
  padding: 20px 0;
  text-align: center;
  border-radius: 10px;
  background: #d8d8d8;
}

.compte_client .espace_fidelite .code_parrainage span {
  display: block;
  color: #94c412;
}

.compte_client .espace_fidelite .comment_ca_marche {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 2px solid #d8d8d8;
}

.compte_client .espace_fidelite .comment_ca_marche .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: left;
}

.compte_client .espace_fidelite .comment_ca_marche .step {
  font-family: 'Roboto', 'Nunito', sans-serif;
  font-size: 14px;
  margin-top: 15px;
}

.compte_client .espace_fidelite .comment_ca_marche .step span {
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  text-align: center;
  color: #fff;
  border-radius: 40px;
  background: #94c412;
}

.compte_client .espace_fidelite .historique {
  border-radius: 15px;
  box-shadow: 0 4px 14px 0 rgba(87, 91, 125, .1);
}

.compte_client .espace_fidelite .historique table {
  overflow: hidden;
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 15px;
}

.compte_client .espace_fidelite .historique table tr:nth-child(2) td {
  padding-top: 15px;
}

.compte_client .espace_fidelite .historique table tr:last-child td {
  padding-bottom: 15px;
}

.compte_client .espace_fidelite .historique table tr th {
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #595959;
}

.compte_client .espace_fidelite .historique table tr td {
  font-size: 14px;
  height: 30px;
  text-align: center;
  color: #595959;
}

@media (max-width: 767px) {
  .compte_client .espace_fidelite .desktop {
    display: none;
  }
}

.compte_client .espace_fidelite .mobile {
  display: none;
}

@media (max-width: 767px) {
  .compte_client .espace_fidelite .mobile {
    display: block;
  }
}

.compte_client .espace_fidelite .mobile .historique {
  margin-top: 20px;
  padding: 10px;
}

.compte_client .espace_fidelite .mobile .historique > div {
  display: flex;
  justify-content: space-between;
}

.compte_client .espace_fidelite .mobile .historique > div > div {
  font-size: 13px;
  color: #595959;
}

.compte_client .espace_fidelite .mobile .historique > div > div span {
  font-size: 11px;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
}

.compte_client .espace_fidelite .mobile .historique > div:last-child {
  margin-top: 15px;
}

.compte_client .espace_fidelite .offre {
  position: relative;
  width: 290px;
  margin-top: 30px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0 4px 14px 0 rgba(87, 91, 125, .1);
}

.compte_client .espace_fidelite .offre .img {
  position: relative;
}

.compte_client .espace_fidelite .offre .img:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, .2);
}

.compte_client .espace_fidelite .offre .img img {
  display: block;
}

.compte_client .espace_fidelite .offre .title {
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  bottom: 60px;
  left: 0;
  margin-bottom: 0;
  padding: 0 20px;
  color: #fff;
}

.compte_client .espace_fidelite .offre .points {
  font-size: 14px;
  font-weight: bold;
  line-height: 50px;
  height: 50px;
  padding: 0 20px;
  text-align: left;
  color: #94c412;
}

.compte_client .espace_fidelite .offre a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.compte_client .espace_fidelite .liste_offres {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 1279px) {
  .compte_client .espace_fidelite .liste_offres {
    max-width: 920px;
    margin: auto;
  }
}

@media (max-width: 1023px) {
  .compte_client .espace_fidelite .liste_offres {
    max-width: 610px;
  }
}

@media (max-width: 767px) {
  .compte_client .espace_fidelite .liste_offres {
    max-width: 290px;
  }
}

.compte_client .espace_fidelite .return_list {
  position: absolute;
  top: -10px;
  left: 0;
}

@media (max-width: 1023px) {
  .compte_client .espace_fidelite .return_list {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    width: 200px;
    margin: auto;
    margin-top: 10px;
    padding: 0;
    text-align: center;
  }
}

.compte_client .espace_fidelite .offre_detail {
  display: flex;
}

@media (max-width: 1023px) {
  .compte_client .espace_fidelite .offre_detail {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .compte_client .espace_fidelite .offre_detail {
    display: block;
  }
}

.compte_client .espace_fidelite .offre_detail .img {
  width: 500px;
}

@media (max-width: 767px) {
  .compte_client .espace_fidelite .offre_detail .img {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
}

.compte_client .espace_fidelite .offre_detail .img img {
  display: block;
  width: 100%;
  height: auto;
}

.compte_client .espace_fidelite .offre_detail .text {
  width: 715px;
  margin-left: 25px;
}

@media (max-width: 767px) {
  .compte_client .espace_fidelite .offre_detail .text {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}

.compte_client .espace_fidelite .offre_detail .text .title {
  font-size: 24px;
  margin-bottom: 10px;
  text-align: left;
}

.compte_client .espace_fidelite .offre_detail .text .points {
  font-weight: bold;
  color: #94c412;
}

.compte_client .espace_fidelite .offre_detail .text p {
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}

.compte_client .espace_fidelite .offre_detail .text .actions {
  display: flex;
  margin-top: 35px;
  padding-top: 30px;
  border-top: 2px solid #d8d8d8;
  align-items: center;
}

@media (max-width: 767px) {
  .compte_client .espace_fidelite .offre_detail .text .actions {
    justify-content: space-between;
  }
}

.compte_client .espace_fidelite .offre_detail .text .actions .select {
  box-sizing: border-box;
  padding: 11px 0 11px 14px;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
}

.compte_client .espace_fidelite .offre_detail .text .actions .select .options {
  width: auto;
  min-width: unset;
}

.compte_client .espace_fidelite .offre_detail .text .actions .price_points {
  font-size: 20px;
  font-weight: 600;
  margin: 0 35px;
}

@media (max-width: 767px) {
  .compte_client .espace_fidelite .offre_detail .text .actions .price_points {
    margin: 0;
  }
}

.compte_client .espace_fidelite .offre_detail .text .actions .button {
  width: 78px;
  height: 44px;
  cursor: pointer;
  transition: background .2s;
  border-radius: 33px;
  background: url(../images/icons/add_cart.svg) no-repeat center #94c412;
}

.compte_client .espace_fidelite .offre_detail .text .actions .button:hover {
  background: url(../images/icons/add_cart.svg) no-repeat center #82ad10;
}

.compte_client .espace_fidelite .offre_merci {
  text-align: center;
}

.compte_client .espace_fidelite .offre_merci .offre {
  margin: auto;
  margin-top: 40px;
}

@media (max-width: 1023px) {
  .compte_client .espace_fidelite .offre_merci .title {
    margin-top: 50px;
  }
}

/* Stars rate */
.stars_rate {
  display: inline-block;
  margin-right: 10px;
  letter-spacing: -2px;
}

.stars_rate .fa-star {
  color: #a2a2a2;
}

.stars_rate.note1 .fa-star:nth-child(-n+1) {
  color: #ecbc12;
}

.stars_rate.note2 .fa-star:nth-child(-n+2) {
  color: #ecbc12;
}

.stars_rate.note3 .fa-star:nth-child(-n+3) {
  color: #ecbc12;
}

.stars_rate.note4 .fa-star:nth-child(-n+4) {
  color: #ecbc12;
}

.stars_rate.note5 .fa-star:nth-child(-n+5) {
  color: #ecbc12;
}

/* CONTACT */
.contact > .title {
  font-family: 'Roboto', 'Nunito', sans-serif;
  font-size: 32px;
  font-weight: bold;
  box-sizing: border-box;
  height: 180px;
  padding-top: 66px;
  text-align: center;
  color: #fff;
  background: url(../images/compte_client@2x.jpg) no-repeat center;
  background-size: cover;
  text-shadow: 0 0 14px rgba(0, 0, 0, .5);
}

.contact .encarts_contact {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

@media (max-width: 1023px) {
  .contact .encarts_contact {
    display: block;
  }
}

.contact .encarts_contact > div {
  font-size: 26px;
  font-weight: bold;
  box-sizing: border-box;
  width: 31%;
  height: 280px;
  margin-top: 30px;
  padding-top: 160px;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 4px 14px 0 rgba(87, 91, 125, .1);
}

@media (max-width: 1023px) {
  .contact .encarts_contact > div {
    font-size: 18px;
    display: flex;
    width: 100%;
    max-width: 380px;
    height: 90px;
    margin: 10px auto;
    padding-top: 0;
    padding-left: 80px;
    text-align: left;
    align-items: center;
  }
}

.contact .encarts_contact > div.tel {
  background: url(../images/icons/contact_tel.svg) no-repeat center top 50px;
}

@media (max-width: 1023px) {
  .contact .encarts_contact > div.tel {
    background: url(../images/icons/contact_tel.svg) no-repeat center left 10px;
    background-size: 50px;
  }
}

.contact .encarts_contact > div.tel a {
  text-decoration: none;
  color: #94c412;
}

.contact .encarts_contact > div.facebook {
  background: url(../images/icons/contact_facebook.svg) no-repeat center top 50px;
}

@media (max-width: 1023px) {
  .contact .encarts_contact > div.facebook {
    background: url(../images/icons/contact_facebook.svg) no-repeat center left 10px;
    background-size: 50px;
  }
}

.contact .encarts_contact > div.facebook a {
  text-decoration: none;
  color: #007bff;
}

.contact .encarts_contact > div.formulaire {
  background: url(../images/icons/contact_form.svg) no-repeat center top 50px;
}

@media (max-width: 1023px) {
  .contact .encarts_contact > div.formulaire {
    background: url(../images/icons/contact_form.svg) no-repeat center left 10px;
    background-size: 50px;
  }
}

@media (max-width: 1023px) {
  .contact .encarts_contact > div.formulaire {
    text-align: left;
  }
}

.contact .encarts_contact > div.formulaire .button {
  font-size: 14px;
  margin-top: 5px;
  color: #fff;
  background: #9356d5;
}

@media (max-width: 1023px) {
  .contact .encarts_contact > div.formulaire .button {
    display: none;
  }
}

.contact .form_contact {
  box-sizing: border-box;
  width: 100%;
  max-width: 825px;
  margin: 60px auto 0;
  padding: 30px 35px;
  border-radius: 5px;
  background: #ececec;
}

@media (max-width: 1023px) {
  .contact .form_contact {
    margin-top: 30px;
    padding: 10px 10px 20px 10px;
  }
}

.contact .form_contact input {
  font-family: 'Nunito', sans-serif;
  font-size: 12px;
}

.contact .form_contact textarea {
  font-family: 'Nunito', sans-serif;
  font-size: 12px;
  height: 300px;
  border-radius: 25px;
}

.contact .form_contact .select {
  font-size: 12px;
}

.contact .form_contact .action {
  text-align: right;
}

@media (max-width: 1023px) {
  .contact .form_contact .action {
    text-align: center;
  }
}

.contact .form_contact .action .champs_obligatoires {
  font-size: 12px;
  margin-left: 50px;
}

@media (max-width: 1023px) {
  .contact .form_contact .action .champs_obligatoires {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
}

.contact .form_contact .action .recaptcha_bloc {
  display: inline-block;
  margin-right: 30px;
}

@media (max-width: 1023px) {
  .contact .form_contact .action .recaptcha_bloc {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/* RECETTES */
.recettes .title {
  font-family: 'Roboto', 'Nunito', sans-serif;
  font-size: 32px;
  font-weight: bold;
  box-sizing: border-box;
  height: 180px;
  margin-bottom: 40px;
  padding-top: 66px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: url(../images/compte_client@2x.jpg) no-repeat center;
  background-size: cover;
  text-shadow: 0 0 14px rgba(0, 0, 0, .5);
}

.liste_recettes {
  max-width: 820px;
}

.liste_recettes .filtres {
  margin-bottom: 20px;
}

.liste_recettes .filtres a {
  font-weight: bold;
  display: inline-block;
  margin: 10px 10px 0 0;
  padding: 20px 30px;
  transition: all .2s;
  text-decoration: none;
  color: #595959;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 4px 14px 0 rgba(87, 91, 125, .1);
}

.liste_recettes .filtres a.active,
.liste_recettes .filtres a:hover {
  color: #fff;
  background: #94c412;
}

.liste_recettes .results {
  display: flex;
  max-width: 770px;
  margin-left: 25px;
  flex-basis: calc(100% / 3);
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .liste_recettes .results {
    display: block;
    margin-top: 50px;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .liste_recettes .results .badge_recette {
    max-width: none;
    margin: 10px auto;
  }
}

.liste_recettes .banniere_annonce {
  max-width: 725px;
  margin: 40px 0 30px 50px;
}

@media (max-width: 767px) {
  .liste_recettes .banniere_annonce {
    margin: 40px 0 30px 0;
  }
}

.layout_main_side.template_liste_recettes .wrap {
  max-width: 1180px;
}

.layout_main_side.template_liste_recettes .main {
  width: calc(100% - 330px);
}

@media (max-width: 1023px) {
  .layout_main_side.template_liste_recettes .main {
    width: 100%;
  }
}

.layout_main_side.template_liste_recettes .side {
  width: 300px;
}

@media (max-width: 1023px) {
  .layout_main_side.template_liste_recettes .side {
    margin: auto;
    margin-top: 50px;
  }
}

.layout_main_side.template_liste_recettes .side .bloc_research {
  position: relative;
  min-height: 160px;
  background: none;
}

.layout_main_side.template_liste_recettes .side .bloc_research .search_module {
  top: 0;
  left: 0;
  padding: 30px 10px;
  border-radius: 5px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, .21);
}

@media (max-width: 1023px) {
  .layout_main_side.template_liste_recettes .side .bloc_research .search_module {
    width: 100%;
  }
}

.layout_main_side.template_liste_recettes .side .bloc_research .search_module h1 {
  font-size: 16px;
  text-align: center;
}

.layout_main_side.template_liste_recettes .side .bloc_research .search_module .quick_search form .selects {
  display: none;
}

.layout_main_side.template_liste_recettes .side .bloc_research .search_module .quick_search form .search_autocomplete {
  width: 100%;
}

.layout_main_side.template_liste_recettes .side .bloc_research .search_module .quick_search form .search_autocomplete input {
  font-size: 12px;
}

.layout_main_side.template_liste_recettes .side .bloc_research .search_module .quick_search form .results_autocomplete .left {
  float: none;
  width: 100%;
  border: 0;
}

.layout_main_side.template_liste_recettes .side .bloc_research .search_module .quick_search form .results_autocomplete .right {
  display: none;
}

.layout_main_side.template_liste_recettes .side .bloc_research .search_options .checkbox {
  display: none;
}

.layout_main_side.template_liste_recettes .side .bloc_research .search_options .geoloc {
  display: block;
  text-align: center;
}

.layout_main_side.template_liste_recettes .side .bloc_research .search_options .show_more {
  top: 30px;
}

.layout_main_side.template_liste_recettes .side .bloc_research .line_form.double_input input[type='text'],
.layout_main_side.template_liste_recettes .side .bloc_research .line_form.double_input input[type='email'],
.layout_main_side.template_liste_recettes .side .bloc_research .line_form.double_input input[type='tel'],
.layout_main_side.template_liste_recettes .side .bloc_research .line_form.double_input input[type='password'],
.layout_main_side.template_liste_recettes .side .bloc_research .line_form.double_input .select {
  float: none;
  width: 100%;
  margin-top: 10px;
}

.layout_main_side.template_liste_recettes .side .selection_commerces {
  margin-top: 30px;
}

.layout_main_side.template_liste_recettes .side .selection_commerces .title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.layout_main_side.template_liste_recettes .side .selection_commerces .title span {
  font-size: 12px;
  font-weight: normal;
  display: block;
  color: #007400;
}

.layout_main_side.template_liste_recettes .side .selection_commerces .badge_commerce {
  float: none;
  margin: 0 auto 30px 0;
  padding: 0;
}

.layout_main_side.template_liste_recettes .side .selection_commerces .banniere_annonce {
  margin-bottom: 20px;
}

.template_recette_detail .title {
  display: flex;
  margin-top: 30px;
  align-items: center;
}

@media (max-width: 1023px) {
  .template_recette_detail .title {
    display: block;
    text-align: center;
  }
}

.template_recette_detail .title h1 {
  font-size: 32px;
  font-weight: bold;
  margin-left: 25px;
}

@media (max-width: 1023px) {
  .template_recette_detail .title h1 {
    font-size: 26px;
    margin-top: 15px;
    margin-left: 0;
    text-align: left;
  }
}

.template_recette_detail .intro {
  display: flex;
  margin-top: 30px;
}

@media (max-width: 1023px) {
  .template_recette_detail .intro {
    display: block;
  }
}

.template_recette_detail .intro .visu {
  width: 710px;
}

@media (max-width: 1023px) {
  .template_recette_detail .intro .visu {
    width: auto;
  }
}

.template_recette_detail .intro .visu img {
  width: 100%;
  height: auto;
}

.template_recette_detail .intro .infos {
  margin-left: 30px;
}

@media (max-width: 1023px) {
  .template_recette_detail .intro .infos {
    margin-top: 15px;
    margin-left: 0;
  }
}

.template_recette_detail .intro .infos img {
  margin-right: 5px;
  vertical-align: middle;
}

.template_recette_detail .intro .infos > div {
  margin-bottom: 10px;
}

.template_recette_detail .intro .infos .ingredients {
  margin-top: 20px;
  margin-bottom: 0;
  padding: 20px 20px 10px 20px;
  border-radius: 5px;
  background: #ececec;
}

.template_recette_detail .intro .infos .ingredients > div {
  margin-bottom: 10px;
  padding-left: 20px;
  background: url(../images/icons/chevron_right_green.svg) no-repeat left top 5px;
}

.template_recette_detail .recette {
  margin-top: 30px;
}

.template_recette_detail .recette:after {
  display: block;
  clear: both;
  content: '';
}

.template_recette_detail .recette .etapes {
  float: left;
  width: calc(100% - 320px);
}

@media (max-width: 1023px) {
  .template_recette_detail .recette .etapes {
    float: none;
    width: 100%;
  }
}

.template_recette_detail .recette .etapes > div {
  font-size: 14px;
  position: relative;
  min-height: 40px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 70px;
}

@media (max-width: 1023px) {
  .template_recette_detail .recette .etapes > div {
    min-height: 20px;
    padding-top: 10px;
    padding-left: 50px;
  }
}

.template_recette_detail .recette .etapes > div span {
  font-size: 30px;
  font-weight: bold;
  line-height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  background: #94c412;
}

@media (max-width: 1023px) {
  .template_recette_detail .recette .etapes > div span {
    font-size: 24px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 30px;
  }
}

.template_recette_detail .recette .conseil {
  float: right;
  box-sizing: border-box;
  width: 290px;
  padding: 20px 30px;
  border-radius: 5px;
  background: #94c412;
}

@media (max-width: 1023px) {
  .template_recette_detail .recette .conseil {
    width: 100%;
    margin-top: 15px;
  }
}

.template_recette_detail .recette .conseil .visu {
  text-align: center;
}

.template_recette_detail .recette .conseil div {
  font-size: 22px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
  color: #fff;
}

.template_recette_detail .recette .conseil p {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
  color: #fff;
}

.template_recette_detail .autres_recettes {
  overflow: hidden;
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .template_recette_detail .autres_recettes {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}

.template_recette_detail .autres_recettes .title {
  display: block;
  margin-top: 0;
  text-align: center;
}

.template_recette_detail .autres_recettes .slider_recettes {
  display: inline-block;
  margin-top: 30px;
}

@media (max-width: 1150px) {
  .template_recette_detail .autres_recettes .slider_recettes {
    max-width: 524px;
  }
}

@media (max-width: 480px) {
  .template_recette_detail .autres_recettes .slider_recettes {
    display: block;
  }
}

.template_recette_detail .autres_recettes .slider_recettes .badge_recette {
  float: left;
  max-width: 242px;
  margin: 10px;
  text-align: left;
}

@media (max-width: 480px) {
  .template_recette_detail .autres_recettes .slider_recettes .badge_recette {
    float: none;
    max-width: 242px;
  }
}

/* RECETTES */
.contenu .title {
  font-family: 'Roboto', 'Nunito', sans-serif;
  font-size: 32px;
  font-weight: bold;
  box-sizing: border-box;
  height: 180px;
  margin-bottom: 40px;
  padding-top: 66px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: url(../images/contenu@2x.jpg) no-repeat center;
  background-size: cover;
  text-shadow: 0 0 14px rgba(0, 0, 0, .5);
}

.layout_main_side.template_liste_contenu .wrap {
  max-width: 1180px;
}

.layout_main_side.template_liste_contenu .main {
  width: calc(100% - 330px);
  max-width: 820px;
}

@media (max-width: 1023px) {
  .layout_main_side.template_liste_contenu .main {
    width: 100%;
    max-width: none;
  }
}

.layout_main_side.template_liste_contenu .main .banniere_annonce {
  max-width: 725px;
  margin: 40px 0 30px 50px;
}

@media (max-width: 1023px) {
  .layout_main_side.template_liste_contenu .main .banniere_annonce {
    margin-left: 0;
  }
}

.layout_main_side.template_liste_contenu .main p {
  font-family: 'Roboto', 'Nunito', sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
  color: #595959;
}

.layout_main_side.template_liste_contenu .main .zone_txt {
  margin-top: 50px;
}

.layout_main_side.template_liste_contenu .main .zone_txt_img {
  display: flex;
  margin-top: 50px;
}

@media (max-width: 1023px) {
  .layout_main_side.template_liste_contenu .main .zone_txt_img {
    display: block;
  }
}

.layout_main_side.template_liste_contenu .main .zone_txt_img .visu {
  width: 350px;
  margin-left: 50px;
}

@media (max-width: 1023px) {
  .layout_main_side.template_liste_contenu .main .zone_txt_img .visu {
    width: 100%;
    max-width: 350px;
    margin: auto;
  }
}

.layout_main_side.template_liste_contenu .main .zone_txt_img .visu img {
  width: 100%;
  height: auto;
}

.layout_main_side.template_liste_contenu .main .zone_txt_img .txt {
  width: calc(100% - 400px);
}

@media (max-width: 1023px) {
  .layout_main_side.template_liste_contenu .main .zone_txt_img .txt {
    width: 100%;
  }
}

.layout_main_side.template_liste_contenu .side {
  width: 300px;
}

@media (max-width: 1023px) {
  .layout_main_side.template_liste_contenu .side {
    margin: auto;
    margin-top: 50px;
  }
}

.layout_main_side.template_liste_contenu .side .bloc_research {
  position: relative;
  min-height: 160px;
  background: none;
}

.layout_main_side.template_liste_contenu .side .bloc_research .search_module {
  top: 0;
  left: 0;
  padding: 30px 10px;
  border-radius: 5px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, .21);
}

@media (max-width: 1023px) {
  .layout_main_side.template_liste_contenu .side .bloc_research .search_module {
    width: 100%;
  }
}

.layout_main_side.template_liste_contenu .side .bloc_research .search_module h1 {
  font-size: 16px;
  text-align: center;
}

.layout_main_side.template_liste_contenu .side .bloc_research .search_module .quick_search form .selects {
  display: none;
}

.layout_main_side.template_liste_contenu .side .bloc_research .search_module .quick_search form .search_autocomplete {
  width: 100%;
}

.layout_main_side.template_liste_contenu .side .bloc_research .search_module .quick_search form .search_autocomplete input {
  font-size: 12px;
}

.layout_main_side.template_liste_contenu .side .bloc_research .search_module .quick_search form .results_autocomplete .left {
  float: none;
  width: 100%;
  border: 0;
}

.layout_main_side.template_liste_contenu .side .bloc_research .search_module .quick_search form .results_autocomplete .right {
    float: none;
    width: 100%;
    max-height: 250px;
    border: 0;
}

.layout_main_side.template_liste_contenu .side .bloc_research .search_options .checkbox {
  display: none;
}

.layout_main_side.template_liste_contenu .side .bloc_research .search_options .geoloc {
  display: block;
  text-align: center;
}

.layout_main_side.template_liste_contenu .side .bloc_research .search_options .show_more {
  top: 30px;
}

.layout_main_side.template_liste_contenu .side .bloc_research .line_form.double_input input[type='text'],
.layout_main_side.template_liste_contenu .side .bloc_research .line_form.double_input input[type='email'],
.layout_main_side.template_liste_contenu .side .bloc_research .line_form.double_input input[type='tel'],
.layout_main_side.template_liste_contenu .side .bloc_research .line_form.double_input input[type='password'],
.layout_main_side.template_liste_contenu .side .bloc_research .line_form.double_input .select {
  float: none;
  width: 100%;
  margin-top: 10px;
}

.layout_main_side.template_liste_contenu .side .selection_commerces {
  margin-top: 30px;
}

.layout_main_side.template_liste_contenu .side .selection_commerces .title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.layout_main_side.template_liste_contenu .side .selection_commerces .title span {
  font-size: 12px;
  font-weight: normal;
  display: block;
  color: #007400;
}

.layout_main_side.template_liste_contenu .side .selection_commerces .badge_commerce {
  float: none;
  margin: 0 auto 30px 0;
  padding: 0;
}

.layout_main_side.template_liste_contenu .side .selection_commerces .banniere_annonce {
  margin-bottom: 20px;
}

/* Template Commerce */
.template_commerce {
  background: #d8d8d8;
}

.template_commerce .exshare {
  font-family: 'Roboto', 'Nunito', sans-serif;
  font-weight: bold;
  padding: 150px 0 25px 0;
  height: 30px;

}

@media (max-width: 1023px) {
  .template_commerce .exshare {
    font-size: 14px;
    text-align: center;
  }
}

.template_commerce .share {
  font-family: 'Roboto', 'Nunito', sans-serif;
  font-weight: bold;
  padding: 25px 0 25px 0;
  color : #000000;
}

@media (max-width: 1023px) {
  .template_commerce .share {
    font-size: 14px;
    text-align: center;
  }
}

.template_commerce .share a {
  display: inline-block;
  width: 22px;
  height: 22px;
  transform: translateY(5px);
}

.template_commerce .share a.facebook {
  background: url(../images/icons/facebook.svg) no-repeat center;
}

.template_commerce .share a.twitter {
  background: url(../images/icons/twitter.svg) no-repeat center;
}

.template_commerce .share a.instagram {
  background: url(../images/icons/instagram.svg) no-repeat center;
}

.template_commerce .others {
  margin-top: 56px;
}

.template_commerce .others .wrap {
  overflow: visible;
}

/* COMMERCE PREMIUM */
.commerce_premium .share {
}

.commerce_premium .header_informations .logo {
  background: none;
  justify-content: center;
}

.commerce_premium .header_informations .logo img {
  display: block;
}

@media (max-width: 1023px) {
  .commerce_premium .header_informations .logo img {
    width: auto;
    height: 78px;
    margin: auto;
  }
}

.commerce_premium .header_informations .part1 .my_order {
  color: #fff;
}

.commerce_premium .header_informations .part1 .tel {
  color: #fff;
  background: url(../images/icons/phone_white.svg) no-repeat center left;
}

@media (max-width: 1023px) {
  .commerce_premium .header_informations .part1 .tel {
    background: url(../images/icons/phone_white.svg) no-repeat center top;
  }
}

.commerce_premium .header_informations .part2 .custom_informations {
  color: #fff;
}

.commerce_premium .header_informations .part2 .rate {
  color: #fff;
}

.commerce_premium .header_informations .part2 .rate > div a {
  color: #fff;
}

.commerce_premium .header_informations.sticky .logo img {
  width: auto;
  height: 110px;
  margin: auto;
}

@media (max-width: 1023px) {
  .commerce_premium .header_informations.sticky .logo img {
    height: 70px;
  }
}

.commerce_premium .header_informations.sticky .part1 .my_order {
  color: #000;
}

.commerce_premium .header_informations.sticky .part1 .tel {
  color: #4a4a4a;
  background: url(../images/icons/phone.svg) no-repeat center left;
}

@media (max-width: 1023px) {
  .commerce_premium .header_informations.sticky .part1 .tel {
    background: url(../images/icons/phone.svg) no-repeat center top;
  }
}

.commerce_premium .header_informations.sticky .part2 .custom_informations {
  color: #000;
}

.commerce_premium .header_informations.sticky .part2 .rate {
  color: #4a4a4a;
}

.commerce_premium .header_informations.sticky .part2 .rate > div a {
  color: #4a4a4a;
}

/*ajout*/
.badge_commerce > div .closed {
  font-size: 11px;
  position: absolute;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 5px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 10px;
  background: #595959;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*ajout*/
.badge_commerce > div .closed span:first-child {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-radius: 10px;
  background: #f24037;
}

/*ajout*/
a[href^=tel] { color: inherit; text-decoration: none; }

/*Ajout*/
.pagination a.current {
  background: #82ad10;
}

/*Ajout*/
.side_informations .direction .transport {
  height: 20px;
}

/*Ajout*/
.side_informations .direction .transport.bus {
  background: url(../images/icons/bus.svg) no-repeat top 0px left;
  height: auto;
}

.side_informations .direction .transport.metro {
  background: url(../images/icons/metro.svg) no-repeat top 0px left;
}

.side_informations .direction .transport.tram {
  background: url(../images/icons/tram.svg) no-repeat top 0px left;
   /* height: auto;*/
}

.header_informations .part1 .tel2 {
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 80px;
  left: 270px;
  height: 22px;
  padding-left: 35px;
  color : #ffffff;
}

@media (max-width: 1279px) {
  .header_informations .part1 .tel2 {
    left: 240px;
  }
}

@media (max-width: 1150px) {
  .header_informations .part1 .tel2 {
    left: 215px;
  }
}

@media (max-width: 1023px) {
  .header_informations .part1 .tel2 {
    font-size: 12px;
    top: 10px;
    left: 10px;
    height: auto;
    padding-top: 20px;
    padding-left: 0;
  }
}

.cnx > div .content_popin .title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.mdp_lost {
  font-size: 9px;
  font-weight: 500;
  margin-bottom: 50px;
  color: #000000;
}

.errormsg {
  font-size: 12px;
  font-weight: 500;
  color: #DE2916;
}

.chkoutmsg {
  padding-left: 2px;
  text-align: left; 
  font-size: 12px;
  font-weight: 500;
  color: #17a2b8;
}

.titre_livraison {
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
  padding: 55px 15px 0 15px;
  text-align: center;
  color: #4d4d4d;
  background: url(../images/icons/icon_livraison.svg) no-repeat center top;
}

.bloc_partenaire {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 94%;
  margin: 15px auto;
  padding: 10px 0;
  border-radius: 7px;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .18);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .18);
}

.bloc_partenaire .ville_livrees {
  padding: 2px 15px 2px 40px;
  background: url(../images/icons/location_2.svg) no-repeat top 2px left 15px;
}

.bloc_partenaire .ville_livrees .nom_ville {
  font-size: 14px;
  font-weight: bold;
  color: #4d4d4d;
}

.bloc_partenaire .ville_livrees .infos {
  font-size: 11px;
  line-height: 13px;
  margin-top: 7px;
  color: #312f2f;
}
