@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
/* $font-size: 12; */
html body {
  font-family: "Lato", sans-serif;
  line-height: 1.4;
}
html body .col-inner {
  font-size: 14px;
}
@media (max-width: 767px) {
  html body .col-inner {
    font-size: 15px;
  }
}
html body .col-inner h2 {
  color: #0a699d;
  font-size: 22px;
  font-weight: normal;
}
html body .col-inner h3 {
  color: #e66506;
  font-size: 18px;
  font-weight: normal;
}
html body .col-inner ul {
  list-style: none;
}
html body .col-inner ul li {
  margin-left: 0;
}
html body .col-inner ul li:before {
  content: "✓";
  color: #e66506;
  margin-left: 2px;
  margin-right: 8px;
  font-weight: bold;
}
html body .col-inner p {
  margin-bottom: 10px;
}
html body .col-inner a:not(.button) {
  color: #0a699d;
}
html body .col-inner a:not(.button):hover {
  color: #e66506;
}

html body .section-title span {
  text-transform: none;
  font-size: 20px;
}
html body .section-title span small {
  font-size: 80%;
  font-weight: bold;
  opacity: 1;
}
html body .section-title b {
  background-color: #e66506;
  height: 1px;
  opacity: 1;
}

body .col {
  padding-bottom: 15px;
  /*&.large-2-4 {
    @include mediaquery-not-mobile-tablette {
      max-width: 20%;
      -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
    }
  }*/
  /*&.medium-2-4 {
    @include mediaquery-tablette {
      max-width: 20%;
      -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
    }
  }*/
}
body .col.padding-10 {
  padding-left: 10px;
  padding-right: 10px;
}
body .col .col-inner {
  height: 100%;
}
@media (max-width: 767px) {
  body .row.mobile-reversed .col:first-child {
    order: 1;
  }
}

.show-on-hover { /** TODO Mettre une partie sur classe générique show on hover ? */
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-weight: 900;
  font-size: 24px;
  text-align: center;
  color: #0a699d;
  text-transform: uppercase;
  padding-top: 30%;
}
.show-on-hover::after {
  content: "";
  display: block;
  width: 20px;
  height: 21px;
  background-image: url(../img/icon/plus-orange.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

html body .button.primary, html body .button.add_to_cart_button {
  color: #fff;
}
html body .button.primary:hover, html body .button.add_to_cart_button:hover {
  background-color: #e66506;
  box-shadow: none !important;
}
html body .button.width-100 {
  width: 100%;
  padding: 0 5px;
}
html body .button.is-large {
  font-size: 16px;
}
html body .button.is-small {
  line-height: 1.6rem;
  min-height: 1.6rem;
  padding: 0 10px;
  padding-top: 1px;
}
html body .button.white.bleu {
  color: #0a699d !important;
}
html body .button.white.vert {
  color: #6b8d1a !important;
}
html body .button.white.orange {
  color: #e66506 !important;
}
html body .button.white:hover {
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.1);
}
html body .button.orange {
  background-color: #e66506 !important;
}
html body .button.button-icon-left, html body .button.button-icon-right {
  font-size: 14px;
}
@media (max-width: 767px) {
  html body .button.button-icon-left, html body .button.button-icon-right {
    font-size: 15px;
  }
}
html body .button.button-icon-left::before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  margin-right: 10px;
}
html body .button.button-icon-left.icon-cb::before {
  background-image: url(../img/icon/icon-cb.png);
  width: 26px;
  height: 23px;
}
html body .button.button-icon-left.icon-cheque::before {
  background-image: url(../img/icon/icon-cheque.png);
  width: 35px;
  height: 21px;
  transform: translateY(-2px);
}
html body .button.button-icon-left.icon-reserver::before {
  background-image: url(../img/icon/icon-reserver.png);
  width: 26px;
  height: 26px;
  transform: translateY(-3px);
}
html body .button.button-icon-right::after {
  display: inline-block;
  content: "";
  vertical-align: middle;
  margin-left: 10px;
}
html body .button.button-icon-right.small::after {
  margin-left: 7px;
}
html body .button.button-icon-right.icon-plus::before {
  display: none;
}
html body .button.button-icon-right.icon-plus::after {
  background-image: url(../img/icon/plus-orange-small.png);
  width: 12px;
  height: 13px;
}
html body p + .button, html body p + .button + .button {
  margin-top: 15px;
}

#header #top-bar .flex-row .flex-col {
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
}
@media (max-width: 767px) {
  #header #top-bar .flex-row .flex-col .nav > li {
    margin: 0 5px;
  }
  #header #top-bar .flex-row .flex-col .nav > li.menu-item, #header #top-bar .flex-row .flex-col .nav > li.header-social-icons {
    display: none;
  }
}
#header #top-bar .flex-row .flex-col .nav > li > a {
  font-size: 15px;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  #header #top-bar .flex-row .flex-col .nav > li > a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #header #top-bar .flex-row .flex-col .nav > li > a {
    font-size: 11px;
  }
}
#header #top-bar .flex-row .flex-col .nav > li > a i {
  font-size: 18px !important;
  margin-right: 5px !important;
}
#header #top-bar .flex-row .flex-col .nav.nav-divided li + li > a::after {
  border-color: #fff;
  left: -11px;
}
#header #top-bar .flex-row .flex-col .nav.nav-uppercase > li > a {
  text-transform: none;
  font-weight: bold;
}
#header #top-bar .flex-row .flex-col .nav.nav-right.nav-divided li {
  margin-right: 0;
}
#header #top-bar .flex-row .flex-col .nav.nav-right.nav-divided li + li > a::after {
  display: none;
}
#header #top-bar .flex-row .flex-col .nav.nav-right > li.header-social-icons {
  margin-top: 3px;
}
#header #top-bar .flex-row .flex-col .nav.nav-right > li.header-social-icons a.icon:not(.button) {
  font-size: 18px !important;
}
#header #top-bar .flex-row .flex-col .nav.nav-right > li.account-item a i {
  font-size: 22px !important;
  margin-top: -2px;
}
#header #top-bar .flex-row .flex-col .nav.nav-right > li.cart-item a i {
  margin-top: -3px;
  font-size: 20px !important;
}
#header #top-bar .flex-row .flex-col .nav.nav-right > li.cart-item .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item a.remove[data-product_id="601"] {
  display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  #header #logo {
    width: 180px;
  }
}

#header .header-wrapper #masthead .header-nav-main.nav > li {
  padding-top: 10px;
  padding-bottom: 5px;
  text-align: center;
  margin-left: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header .header-wrapper #masthead .header-nav-main.nav > li {
    margin-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #header .header-wrapper #masthead .header-nav-main.nav > li {
    margin-left: 10px;
  }
}
#header .header-wrapper #masthead .header-nav-main.nav > li.mobile-only {
  display: none !important;
}
#header .header-wrapper #masthead .header-nav-main.nav > li > a {
  font-size: 14px;
}
#header .header-wrapper #masthead .header-nav-main.nav > li.orange > a {
  background-color: #e66506;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
#header .header-wrapper #masthead .header-nav-main.nav > li.vert > a {
  color: #6b8d1a;
}
#header .header-wrapper #masthead .header-nav-main.nav > li.bleu > a {
  color: #0a699d;
}
#header .header-wrapper #masthead .header-nav-main.nav > li:hover::after, #header .header-wrapper #masthead .header-nav-main.nav > li.current-menu-ancestor::after, #header .header-wrapper #masthead .header-nav-main.nav > li.current-menu-item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e66506;
  opacity: 1;
  border: 0 none;
  margin: 0;
}
#header .header-wrapper #masthead .header-nav-main.nav > li:hover.vert::after, #header .header-wrapper #masthead .header-nav-main.nav > li.current-menu-ancestor.vert::after, #header .header-wrapper #masthead .header-nav-main.nav > li.current-menu-item.vert::after {
  background-color: #6b8d1a;
}
#header .header-wrapper #masthead .header-nav-main.nav > li:hover.vert.bleu::after, #header .header-wrapper #masthead .header-nav-main.nav > li.current-menu-ancestor.vert.bleu::after, #header .header-wrapper #masthead .header-nav-main.nav > li.current-menu-item.vert.bleu::after {
  background-color: #0a699d;
}
#header .header-wrapper #masthead .header-nav-main.nav > li.has-dropdown .icon-angle-down {
  display: none;
}
#header .header-wrapper #masthead .header-nav-main.nav > li.has-dropdown.current-dropdown::before {
  display: none;
}
#header .header-wrapper #masthead .header-nav-main.nav > li.has-dropdown.current-dropdown > .nav-dropdown {
  top: 100%;
  border-width: 1px;
  border-top: 0 none;
}
#header .header-wrapper #masthead .header-nav-main.nav > li ul.sub-menu {
  box-shadow: none;
  border: 0 none;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  min-width: 0;
  white-space: nowrap;
}
#header .header-wrapper #masthead .header-nav-main.nav > li ul.sub-menu::before, #header .header-wrapper #masthead .header-nav-main.nav > li ul.sub-menu::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  visibility: visible;
}
#header .header-wrapper #masthead .header-nav-main.nav > li ul.sub-menu::before {
  left: -100vw;
}
#header .header-wrapper #masthead .header-nav-main.nav > li ul.sub-menu::after {
  right: -100vw;
}
#header .header-wrapper #masthead .header-nav-main.nav > li ul.sub-menu li {
  position: relative;
  float: left;
  clear: both;
  margin-bottom: 2px;
}
#header .header-wrapper #masthead .header-nav-main.nav > li ul.sub-menu li:hover::after, #header .header-wrapper #masthead .header-nav-main.nav > li ul.sub-menu li.current-menu-ancestor::after, #header .header-wrapper #masthead .header-nav-main.nav > li ul.sub-menu li.current-menu-item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e66506;
  opacity: 1;
  border: 0 none;
  margin: 0;
}
#header .header-wrapper #masthead .header-nav-main.nav > li ul.sub-menu li a {
  border: 0 none;
  font-size: 13px;
  text-transform: none;
  color: #464646;
  padding: 8px 0;
  margin: 0;
}
#header .header-wrapper #masthead .header-nav-main.nav > li ul.sub-menu li a:hover {
  color: #e66506;
}
#header .header-wrapper.stuck #masthead .header-nav-main.nav > li {
  padding-bottom: 0;
  padding-top: 0;
}

.mobile-sidebar .sidebar-menu ul > li > a {
  color: #464646;
  font-size: 15px;
}
.mobile-sidebar .sidebar-menu ul > li > a br {
  display: none;
}
.mobile-sidebar .sidebar-menu ul > li.orange {
  background-color: #e66506 !important;
}
.mobile-sidebar .sidebar-menu ul > li.orange:hover {
  background-color: #e66506;
}
.mobile-sidebar .sidebar-menu ul > li.orange > a {
  background-color: #e66506;
  color: #fff;
}
.mobile-sidebar .sidebar-menu ul > li.orange a {
  color: #fff !important;
}
.mobile-sidebar .sidebar-menu ul > li.orange i {
  color: #fff;
}
.mobile-sidebar .sidebar-menu ul > li.vert > a {
  color: #6b8d1a;
}
.mobile-sidebar .sidebar-menu ul > li.bleu > a {
  color: #0a699d;
}
.mobile-sidebar .sidebar-menu ul > li.current-menu-item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e66506;
  opacity: 1;
  border: 0 none;
  margin: 0;
}
.mobile-sidebar .sidebar-menu ul > li.current-menu-item.vert::after {
  background-color: #6b8d1a;
}
.mobile-sidebar .sidebar-menu ul > li.current-menu-item.vert.bleu::after {
  background-color: #0a699d;
}
.mobile-sidebar .sidebar-menu ul > li.menu-item-has-children {
  padding-right: 40px;
}
.mobile-sidebar .sidebar-menu ul > li.menu-item-has-children .toggle {
  position: absolute;
  right: 0;
  top: 9px;
}
.mobile-sidebar .sidebar-menu ul > li.menu-item-has-children .sub-menu li {
  position: relative;
  float: left;
  clear: both;
  width: auto;
  margin-left: 20px !important;
  padding-left: 0;
  padding-top: 4px;
}
.mobile-sidebar .sidebar-menu ul > li.menu-item-has-children .sub-menu li a {
  padding-left: 0;
}

#header #masthead .mobile-nav li a {
  color: #0a699d;
}
#header #masthead .mobile-nav li.current-dropdown ul {
  left: auto;
  right: -15px;
}

#footer {
  /*margin-top: 50px;*/
}
#footer .footer-1 {
  padding-top: 40px;
  padding-bottom: 15px;
}
#footer .footer-1 .menu li {
  border: 0 none;
}
#footer .footer-1 .menu li a {
  font-size: 13px;
  padding-top: 8px;
  padding-bottom: 4px;
}
@media (max-width: 767px) {
  #footer .footer-1 .menu li a {
    font-size: 14px !important;
  }
}
#footer .footer-1 .menu li a:hover {
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
}
@media (min-width: 992px) {
  #footer .footer-1 #nav_menu-4 {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
}
@media (min-width: 992px) {
  #footer .footer-1 #media_image-2 {
    max-width: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
}
#footer .footer-1 #media_image-2 img {
  margin-top: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #footer .footer-1 #nav_menu-2, #footer .footer-1 #nav_menu-3, #footer .footer-1 #nav_menu-4, #footer .footer-1 #media_image-2 {
    width: 50%;
  }
}

#footer .absolute-footer {
  border-top: 2px solid #fff;
  padding: 5px 0 10px;
  padding-bottom: 30px;
}
#footer .absolute-footer .footer-nav li {
  position: relative;
  padding-right: 15px;
}
@media (max-width: 767px) {
  #footer .absolute-footer .footer-nav li {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
#footer .absolute-footer .footer-nav li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  height: 14px;
  width: 1px;
  background-color: #fff;
}
@media (max-width: 767px) {
  #footer .absolute-footer .footer-nav li::after {
    top: 7px;
  }
}
#footer .absolute-footer .footer-nav li:last-child::after {
  display: none;
}
#footer .absolute-footer .footer-nav li a {
  color: #fff;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  #footer .absolute-footer .footer-nav li a {
    font-size: 15px;
  }
}
#footer .absolute-footer .footer-nav li a:hover {
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
}

.slider .flickity-viewport .flickity-slider .banner .banner-layers .text-box {
  width: auto !important;
}
@media (min-width: 1200px) {
  .slider .flickity-viewport .flickity-slider .banner .banner-layers .text-box {
    margin-right: -60px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .slider .flickity-viewport .flickity-slider .banner .banner-layers .text-box {
    margin-right: 75px;
  }
}
@media (max-width: 767px) {
  .slider .flickity-viewport .flickity-slider .banner .banner-layers .text-box {
    right: 30px;
    transform: translateY(-50%);
    max-width: 50% !important;
  }
}
.slider .flickity-viewport .flickity-slider .banner .banner-layers .text-box .text-box-content {
  padding: 25px 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slider .flickity-viewport .flickity-slider .banner .banner-layers .text-box .text-box-content {
    padding: 15px 30px;
  }
}
@media (max-width: 991px) {
  .slider .flickity-viewport .flickity-slider .banner .banner-layers .text-box .text-box-content {
    padding: 15px 20px;
  }
}
.slider .flickity-viewport .flickity-slider .banner .banner-layers .text-box .text-box-content .text-inner h2 {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .slider .flickity-viewport .flickity-slider .banner .banner-layers .text-box .text-box-content .text-inner h2 {
    position: relative;
    padding-bottom: 30px;
  }
  .slider .flickity-viewport .flickity-slider .banner .banner-layers .text-box .text-box-content .text-inner h2::after {
    width: 70px;
    height: 3px;
    background-color: #fff;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slider .flickity-viewport .flickity-slider .banner .banner-layers .text-box .text-box-content .text-inner h2 {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .slider .flickity-viewport .flickity-slider .banner .banner-layers .text-box .text-box-content .text-inner h2 {
    font-size: 20px;
  }
}
.slider .flickity-viewport .flickity-slider .banner .banner-layers .text-box .text-box-content .text-inner p {
  line-height: 1.3;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slider .flickity-viewport .flickity-slider .banner .banner-layers .text-box .text-box-content .text-inner p {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .slider .flickity-viewport .flickity-slider .banner .banner-layers .text-box .text-box-content .text-inner p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .slider .flickity-viewport .flickity-slider .banner .banner-layers .text-box .text-box-content .text-inner p {
    display: none;
  }
}
.slider .flickity-viewport .flickity-slider .banner .banner-layers .text-box .text-box-content .text-inner .button {
  font-size: 12px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .slider .flickity-page-dots {
    display: none;
  }
}

html body #content > .banner, html body post-content > .banner {
  margin-bottom: 70px;
}
html body #content > .banner .banner-layers, html body post-content > .banner .banner-layers {
  overflow: visible;
}
html body #content > .banner .banner-layers .text-box, html body post-content > .banner .banner-layers .text-box {
  top: auto;
  bottom: 0;
  transform: translate(-50%, 50%) !important;
  background-color: #e66506;
  width: auto !important;
  padding: 30px;
  min-width: 65%;
}
@media (max-width: 767px) {
  html body #content > .banner .banner-layers .text-box, html body post-content > .banner .banner-layers .text-box {
    min-width: 80%;
    padding: 15px;
  }
}
html body #content > .banner .banner-layers .text-box.lines-2, html body post-content > .banner .banner-layers .text-box.lines-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}
html body #content > .banner .banner-layers .text-box .text .text-inner h1, html body post-content > .banner .banner-layers .text-box .text .text-inner h1 {
  font-weight: 900;
  font-size: 28px;
}
@media (min-width: 768px) and (max-width: 991px) {
  html body #content > .banner .banner-layers .text-box .text .text-inner h1, html body post-content > .banner .banner-layers .text-box .text .text-inner h1 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  html body #content > .banner .banner-layers .text-box .text .text-inner h1, html body post-content > .banner .banner-layers .text-box .text .text-inner h1 {
    font-size: 20px;
  }
}
html body #content > .banner .banner-layers .text-box .text .text-inner p, html body post-content > .banner .banner-layers .text-box .text .text-inner p {
  font-size: 20px;
  margin-top: 12px;
  margin-bottom: 7px;
}
@media (min-width: 768px) and (max-width: 991px) {
  html body #content > .banner .banner-layers .text-box .text .text-inner p, html body post-content > .banner .banner-layers .text-box .text .text-inner p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  html body #content > .banner .banner-layers .text-box .text .text-inner p, html body post-content > .banner .banner-layers .text-box .text .text-inner p {
    font-size: 16px;
  }
}

#breadcrumbs {
  font-size: 11px;
  text-transform: none;
  font-style: italic;
  text-align: center;
  font-weight: normal;
  color: #000;
}
#breadcrumbs a {
  color: #000;
  text-decoration: underline;
}

.icon-box .icon-box-text {
  padding-top: 15px;
}
.icon-box .icon-box-text p, .icon-box .icon-box-text ul {
  font-size: 16px;
}
.icon-box .icon-box-text p {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .icon-box .icon-box-text p {
    font-size: 85%;
  }
}
.icon-box .icon-box-text h2 {
  font-size: 22px;
}
.icon-box .icon-box-text h3 {
  font-size: 20px;
}
.icon-box .icon-box-text .button {
  margin-top: 15px;
}
.icon-box.icon-box-left .icon-box-img .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .icon-box.icon-box-left .icon-box-img .icon {
    position: static;
    transform: none;
  }
}
.icon-box.icon-box-left .icon-box-img + .icon-box-text {
  padding-left: 1.5em;
}
@media (max-width: 767px) {
  .icon-box.icon-box-left {
    display: block;
    text-align: center;
  }
  .icon-box.icon-box-left .icon-box-img {
    margin-left: auto;
    margin-right: auto;
  }
  .icon-box.icon-box-left .icon-box-text {
    padding: 0 !important;
  }
  .icon-box.icon-box-left .icon-box-text p {
    margin-left: 0 !important;
  }
}

.zones-de-saut .section-title {
  margin-top: 5px;
  margin-bottom: 0;
}
.zones-de-saut .section-title b {
  display: none;
}
.zones-de-saut .section-title span {
  width: 100%;
}
.zones-de-saut .row .large-3 { /* 5 colonnes */ }
@media (min-width: 850px) {
  .zones-de-saut .row .large-3 {
    flex-basis: 20%;
    max-width: 20%;
  }
}
.zones-de-saut .row .medium-3 { /* 5 colonnes */ }
@media (min-width: 550px) {
  .zones-de-saut .row .medium-3 {
    flex-basis: 20%;
    max-width: 20%;
  }
}
.zones-de-saut .row .large-2-4 {
  padding-top: 7px;
  padding-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .zones-de-saut .row .large-2-4 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.zones-de-saut .box .box-image a::before {
  content: "En savoir plus";
  display: block;
  font-size: 17px;
  padding-top: 40%;
  padding-left: 15px;
  padding-right: 15px;
  background-color: transparent;
  color: #0a699d;
  font-weight: 900;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 991px) {
  .zones-de-saut .box .box-image a::before {
    padding-top: 30%;
    font-size: 14px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .zones-de-saut .box .box-image a::before {
    font-size: 15px;
  }
}
.zones-de-saut .box .box-image a::after {
  content: "";
  display: block;
  width: 20px;
  height: 21px;
  background-image: url(../img/icon/plus-orange.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 60%;
  left: calc(50% - 10px);
}
.zones-de-saut .box .box-image a::before, .zones-de-saut .box .box-image a::after {
  transition: opacity 0.5s, transform 0.3s, max-height 0.6s, filter 0.6s, -webkit-transform 0.3s, -webkit-filter 0.6s;
  opacity: 0;
  filter: blur(0);
  transform: translateY(100%) translateZ(0);
}
.zones-de-saut .box .box-text {
  padding: 5px 0;
}
.zones-de-saut .box .box-text.text-center {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .zones-de-saut .box .box-text .button {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .zones-de-saut .box .box-text .button {
    font-size: 13px;
  }
}
.zones-de-saut .box:hover .box-image a::before, .zones-de-saut .box:hover .box-image a::after {
  opacity: 1;
  transform: scale(1) translateZ(0) translateY(0) !important;
}
@media (max-width: 1199px) {
  .zones-de-saut .slider {
    margin-left: 50px;
    margin-right: 50px;
  }
}
.zones-de-saut .slider .flickity-viewport .flickity-slider .section {
  padding: 0 5px;
  width: 20%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .zones-de-saut .slider .flickity-viewport .flickity-slider .section {
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .zones-de-saut .slider .flickity-viewport .flickity-slider .section {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .zones-de-saut .slider .flickity-viewport .flickity-slider .section {
    width: 100%;
  }
}
.zones-de-saut .slider .flickity-button {
  color: #e66506;
}
@media (max-width: 767px) {
  .zones-de-saut .slider .flickity-button {
    display: block;
  }
}
.zones-de-saut .slider .flickity-button:hover svg {
  background-color: #e66506 !important;
  border-color: #e66506 !important;
}
.zones-de-saut .slider .flickity-button.previous {
  right: calc(100% + 30px);
  left: auto;
}
.zones-de-saut .slider .flickity-button.next {
  left: calc(100% + 30px);
  right: auto;
}

@media (min-width: 992px) {
  .wp-gr.wpac {
    transform: translateY(-10px);
  }
}
.wp-gr.wpac .wp-google-list .wp-google-place {
  background-image: url(../img/bg/google-rating-bg.png) !important;
  background-repeat: no-repeat !important;
  width: 135px !important;
  height: 153px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.wp-gr.wpac .wp-google-list .wp-google-place .wp-google-left {
  display: none !important;
}
.wp-gr.wpac .wp-google-list .wp-google-place .wp-google-right {
  padding-left: 20% !important;
  padding-top: 30% !important;
}
.wp-gr.wpac .wp-google-list .wp-google-place .wp-google-right .wp-google-name {
  display: none;
}
.wp-gr.wpac .wp-google-list .wp-google-place .wp-google-right .wp-google-rating {
  display: block;
  font-size: 16px !important;
}
.wp-gr.wpac .wp-google-list .wp-google-place .wp-google-right .wp-star {
  padding: 0 1px 0 0 !important;
}
.wp-gr.wpac .wp-google-list .wp-google-place .wp-google-right .wp-star svg {
  width: 16px !important;
  height: 16px !important;
}
.wp-gr.wpac .wp-google-list .wp-google-place .wp-google-right .wp-google-powered {
  background-image: url(../img/icon/google-avis-clients.jpg) !important;
  background-repeat: no-repeat !important;
  background-size: contain;
  width: 81px !important;
  height: 41px !important;
}
.wp-gr.wpac .wp-google-list .wp-google-place .wp-google-right .wp-google-powered img {
  display: none;
}

html body .infobox-orange {
  background-color: #e66506;
  color: #fff;
  padding: 0 !important;
}
html body .infobox-orange a.plain {
  color: #fff;
  text-decoration: none;
  display: block;
}
html body .infobox-orange a.plain:hover {
  background-color: #0a699d;
  color: inherit;
}
html body .infobox-orange .icon-box {
  padding: 15px;
}
html body .infobox-orange .icon-box .icon-box-img {
  min-height: 70px;
}
html body .infobox-orange .icon-box .icon-box-img .icon .icon-inner img {
  transform: translateY(-5px);
}
html body .infobox-orange .icon-box .icon-box-text {
  padding-top: 0;
  padding-left: 1.5rem;
  font-size: 16px;
}
html body .infobox-orange .icon-box .icon-box-text h2, html body .infobox-orange .icon-box .icon-box-text h3 {
  color: #fff !important;
  margin-bottom: 0.15rem;
}
html body .infobox-orange .icon-box .icon-box-text p {
  line-height: 1.3;
  margin-bottom: 0.2rem;
}

.border-bleu {
  border: 2px solid #0a699d;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .border-bleu {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .border-bleu {
    padding: 15px;
    padding-bottom: 0;
  }
}
.border-bleu.border-slim {
  border-width: 1px;
}
.border-bleu .col {
  padding-bottom: 0;
  padding-top: 5px;
}
.border-bleu .col p, .border-bleu .col ul {
  font-size: 16px;
  line-height: 1.3;
}
.border-bleu .col .product-small .box-image {
  display: none;
}
.border-bleu .col .product-small .box-text {
  display: grid;
}
.border-bleu .col .product-small .box-text .title-wrapper {
  display: none;
}
.border-bleu .col .product-small .box-text .price-wrapper {
  margin-bottom: 30px;
}
.border-bleu .col .product-small .box-text .button, .border-bleu .col .product-small .box-text .added_to_cart {
  order: 1;
}

.border-bleu .icon-box .icon-box-img img,
.icon-box.border-bleu .icon-box-img img {
  padding-bottom: 0.2em;
}
.border-bleu .icon-box .icon-box-text,
.icon-box.border-bleu .icon-box-text {
  text-align: center;
}
.border-bleu .icon-box .icon-box-text h2, .border-bleu .icon-box .icon-box-text h3, .border-bleu .icon-box .icon-box-text p,
.icon-box.border-bleu .icon-box-text h2,
.icon-box.border-bleu .icon-box-text h3,
.icon-box.border-bleu .icon-box-text p {
  margin-top: 0;
}
.border-bleu .icon-box .icon-box-text .button,
.icon-box.border-bleu .icon-box-text .button {
  margin-top: 0;
  margin-bottom: 15px;
}

.instagram {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .instagram .row .col:last-child {
    display: none;
  }
}

.gm-style .pac-target-input {
  display: none;
}

/* Voir icon-box.scss */
.entrees-directes {
  background-color: #ededed;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .entrees-directes .col {
    padding-bottom: 10px;
  }
}
.entrees-directes .col .icon-box .icon-box-text {
  padding-top: 0;
}
.entrees-directes .col .icon-box .icon-box-text p {
  font-size: inherit;
  margin-bottom: 0;
}

.home .entrees-directes {
  background-color: #fff;
}

#post-list .post .article-inner .entry-header {
  border-bottom: 1px solid #0a699d;
  margin-bottom: 15px;
}
#post-list .post .article-inner .entry-header .entry-header-text {
  padding-bottom: 10px;
}
#post-list .post .article-inner .entry-header .entry-header-text .posted-on {
  float: right;
}
#post-list .post .article-inner .entry-header .entry-header-text .byline {
  display: none;
}
#post-list .post .article-inner .entry-content .entry-summary {
  font-size: 14px;
}
@media (max-width: 767px) {
  #post-list .post .article-inner .entry-content .entry-summary {
    font-size: 15px;
  }
}

.single-post .article-inner .entry-header .entry-header-text {
  padding-bottom: 15px;
}
.single-post .article-inner .entry-header .entry-header-text .entry-title {
  margin-bottom: 10px;
}
.single-post .article-inner .entry-header .entry-header-text .posted-on {
  float: right;
}
.single-post .article-inner .entry-header .entry-header-text .byline {
  display: none;
}
.single-post .article-inner .entry-content h2 {
  color: #0a699d;
  font-size: 22px;
  font-weight: normal;
}
.single-post .article-inner .entry-content h3 {
  color: #e66506;
  font-size: 18px;
  font-weight: normal;
}

.blog .post-sidebar, .single .post-sidebar {
  padding: 0 15px;
}
.blog .post-sidebar aside, .single .post-sidebar aside {
  padding: 15px;
  border: 1px solid #0a699d;
  font-size: 14px;
}
@media (max-width: 767px) {
  .blog .post-sidebar aside, .single .post-sidebar aside {
    font-size: 15px;
  }
}
.blog .post-sidebar aside .widget-title, .single .post-sidebar aside .widget-title {
  font-size: 16px;
}
.blog .post-sidebar aside .is-divider, .single .post-sidebar aside .is-divider {
  background-color: #e66506;
  height: 2px;
}

html body .gallery-section {
  padding-left: 25px;
  padding-right: 25px;
}
html body .gallery-section .gallery-col {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}
html body .gallery-section .gallery-col .box-image .overlay {
  background-color: rgba(255, 255, 255, 0.75) !important;
  opacity: 0;
}
html body .gallery-section .gallery-col .box-image .overlay::after {
  content: "";
  display: block;
  width: 20px;
  height: 21px;
  background-image: url(../img/icon/plus-orange.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
html body .gallery-section .gallery-col .box-image:hover .overlay {
  opacity: 1;
}

.accordion .accordion-item .accordion-title {
  padding-left: 20px;
}
.accordion .accordion-item .accordion-title .toggle {
  right: 0;
  left: auto;
}
.accordion .accordion-item .accordion-title h2 {
  font-size: inherit;
  margin: 0;
  font-weight: inherit;
  color: #0a699d;
}
.accordion .accordion-item .accordion-title.active h2 {
  color: #e66506;
}
.accordion .accordion-item .accordion-inner {
  font-size: 14px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .accordion .accordion-item .accordion-inner {
    font-size: 15px;
  }
}
.accordion .accordion-item .accordion-inner::after {
  content: "";
  display: block;
  clear: both;
}
.accordion .accordion-item .accordion-inner h3 {
  font-size: 16px;
}
.accordion .accordion-item .accordion-inner ul {
  list-style: none;
}
.accordion .accordion-item .accordion-inner ul li {
  margin-left: 0;
}
.accordion .accordion-item .accordion-inner ul li:before {
  content: "✓";
  color: #e66506;
  margin-left: 2px;
  margin-right: 8px;
  font-weight: bold;
}

.search-results .archive-page-header {
  display: none;
}
.search-results #post-list .type-page .entry-content {
  padding-top: 0;
}
.search-results #post-list .type-page .entry-content .more-link {
  margin-top: 0;
}

.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi a, .wp-pagenavi span.current {
  border: 2px solid !important;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 26px;
  padding: 0 !important;
  font-weight: bold;
}
.wp-pagenavi a i, .wp-pagenavi span.current i {
  transform: translateY(1px);
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border: 2px solid #0a699d !important;
  background-color: #0a699d !important;
  color: #fff !important;
}

.crp-list-container {
  margin-top: 30px;
}
.crp-list-container .crp-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.crp-list-container .crp-list .crp-list-item {
  width: 25%;
  padding: 10px;
}
@media (max-width: 767px) {
  .crp-list-container .crp-list .crp-list-item {
    width: 50%;
  }
}

.formulaires .section-content {
  padding: 0 15px;
}
.formulaires .section-content * {
  outline: none !important;
}
.formulaires .section-content .wpcf7 fieldset {
  margin-bottom: 30px;
}
.formulaires .section-content .wpcf7 fieldset label {
  font-size: 1em;
}
.formulaires .section-content .wpcf7 fieldset label.nobold {
  font-weight: normal;
}
.formulaires .section-content .wpcf7 fieldset label br {
  display: inherit;
}
.formulaires .section-content .wpcf7 fieldset label a {
  font-weight: normal;
}
.formulaires .section-content .wpcf7 fieldset label a:hover {
  color: #e66506;
}
.formulaires .section-content .wpcf7 fieldset .wpcf7-list-item {
  display: block;
  margin-right: 10px;
}
.formulaires .section-content .wpcf7 fieldset .wpcf7-list-item input {
  margin: 0;
}
.formulaires .section-content .wpcf7 fieldset .bloc-info {
  padding-top: 20px;
  padding-bottom: 10px;
}
.formulaires .section-content .wpcf7 fieldset .bloc-info label .wpcf7-form-control-wrap {
  display: inline-block;
}
.formulaires .section-content .wpcf7 fieldset .bloc-info em {
  display: block;
  margin-bottom: 15px;
  color: #0a699d;
}
.formulaires .section-content .wpcf7 .submit-container {
  display: inline-block;
}
.formulaires .section-content .wpcf7 .submit-container input[type=submit]:disabled {
  pointer-events: none;
  opacity: 0.7;
}

.grecaptcha-badge {
  display: none;
}

.cieldav-bon-cadeau-form h3 {
  background-color: #0a699d;
  color: #fff !important;
  padding: 10px;
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
}
.cieldav-bon-cadeau-form label {
  font-size: 0.9rem;
  font-weight: normal;
  clear: both;
}
.cieldav-bon-cadeau-form label input {
  margin-bottom: 3px;
}
.cieldav-bon-cadeau-form label input[type=number] {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 5px;
  padding: 0;
  width: 40px;
  text-align: center;
  height: auto;
}
.cieldav-bon-cadeau-form label .sticker {
  background-color: #f19c23;
  color: #fff;
  font-size: 0.65rem;
  padding: 2px 4px;
  border-radius: 3px;
  margin-left: 4px;
}
.cieldav-bon-cadeau-form label strong {
  float: right;
}
.cieldav-bon-cadeau-form .total {
  font-size: 1.1rem;
}
.cieldav-bon-cadeau-form .total #total {
  font-size: 1.5rem;
  float: right;
}
.cieldav-bon-cadeau-form .button {
  background-color: #e66506;
  width: 100%;
}

.col.cieldav-bon-cadeau-form-container {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding-left: 10px;
  padding-right: 10px;
}

.sticky-sidebar-bons-cadeau {
  position: sticky;
  top: 110px;
}

@media (min-width: 992px) {
  .home-ctas .row .col .col-inner {
    display: flex;
    justify-content: space-around;
  }
}
.home-ctas .row .col .col-inner .button {
  margin-top: 3px;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .home-ctas .row .col .col-inner .button {
    margin: 5px 0 !important;
    width: 100%;
  }
  .home-ctas .row .col .col-inner .button:first-child {
    margin-top: 0 !important;
  }
  .home-ctas .row .col .col-inner .button:last-child {
    margin-bottom: 0 !important;
  }
}

.home-reassurance {
  padding-top: 150px !important;
}
.home-reassurance .row .col .col-inner {
  height: 100%;
  text-align: center;
}
.home-reassurance .row .col .col-inner .text h2 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.deroulement-saut {
  display: flex;
  justify-content: space-around;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  margin: 30px 0;
  position: relative;
}
@media (max-width: 767px) {
  .deroulement-saut {
    display: block;
  }
}
.deroulement-saut .timeline {
  position: absolute;
  left: 8%;
  width: 84%;
  height: 3px;
  background-color: #0a699d;
  background: linear-gradient(90deg, #0a699d 0%, #58bde7 100%);
}
@media (max-width: 767px) {
  .deroulement-saut .timeline {
    display: none;
  }
}
.deroulement-saut .etape {
  position: relative;
  width: 20%;
  text-align: left;
}
@media (max-width: 767px) {
  .deroulement-saut .etape {
    margin-bottom: 15px !important;
    width: 100%;
  }
}
.deroulement-saut .etape:last-child .timeline {
  display: none;
}
.deroulement-saut .etape .picto {
  padding-bottom: 80px;
  display: inline-block;
  position: relative;
  margin-left: 15%;
}
@media (max-width: 767px) {
  .deroulement-saut .etape .picto {
    padding-bottom: 50px !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.deroulement-saut .etape .picto::before {
  content: "";
  width: 3px;
  height: calc(100% - 180px);
  display: block;
  position: absolute;
  left: 50%;
  top: 140px;
  background-color: #0a699d;
  background: linear-gradient(180deg, #0a699d 0%, #58bde7 100%);
}
@media (max-width: 767px) {
  .deroulement-saut .etape .picto::before {
    display: none;
  }
}
.deroulement-saut .etape .picto img {
  position: relative;
  display: block;
  margin: 0 auto;
}
.deroulement-saut .etape .picto .num {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  background-color: #e66506;
  line-height: 40px;
  border-radius: 50%;
  font-size: 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.deroulement-saut .etape .content {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
  text-align: left;
}
@media (max-width: 767px) {
  .deroulement-saut .etape .content {
    text-align: center;
  }
}
.deroulement-saut .etape .content .titre {
  font-weight: bold;
  margin-bottom: 5px;
  color: #0a699d;
  font-size: 20px;
}
.deroulement-saut .etape .content .texte {
  font-size: 85%;
  background-color: #fff;
}

.product-small.post-4151 {
  order: 1;
}
.product-small.box {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  height: 100%;
}
.product-small .box-image .image-tools.show-on-hover {
  display: block;
  white-space: normal;
}
.product-small .box-image .image-tools.show-on-hover.top.right, .product-small .box-image .image-tools.show-on-hover.bottom.left {
  display: none;
}
.product-small .box-image .image-tools.show-on-hover p {
  font-size: 24px;
  padding-top: 30%;
  padding-left: 15px;
  padding-right: 15px;
  background-color: transparent;
  color: #0a699d;
  font-weight: 900;
  text-decoration: none;
}
@media (max-width: 991px) {
  .product-small .box-image .image-tools.show-on-hover p {
    padding-top: 30%;
    font-size: 20px;
  }
}
.product-small .box-text {
  text-align: center;
}
.product-small .box-text .button {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  line-height: 22px;
}
@media (max-width: 991px) {
  .product-small .box-text .button {
    font-size: 11px;
  }
}
.product-small .box-text .button.detail {
  background-color: #e66506;
  text-transform: none;
  margin-top: 3px;
  line-height: 2em;
  min-height: 2em;
}
.product-small .box-text .added_to_cart {
  font-size: 16px;
  margin: 0;
  width: 100%;
  color: #e66506;
  border: 2px solid #e66506;
  text-decoration: none;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (max-width: 991px) {
  .product-small .box-text .added_to_cart {
    font-size: 13px;
  }
}
.product-small .box-text .added_to_cart::after {
  display: none;
}
.product-small .box-text .title-wrapper {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.product-small .box-text .title-wrapper p {
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .product-small .box-text .title-wrapper p {
    font-size: 15px;
  }
}
.product-small .box-text .price-wrapper {
  margin-top: 10px;
}
.product-small .box-text .price-wrapper .price .amount {
  color: #e66506;
  font-weight: bold;
  font-size: 22px;
}

.single-product table tr {
  color: inherit;
}
.single-product table tr td {
  color: inherit;
}

@media (max-width: 991px) {
  .woocommerce-cart-form .shop_table .remove {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .woocommerce-cart-form .shop_table .product-name a, .woocommerce-cart-form .shop_table .product-name div {
    padding-left: 30px;
  }
}
.woocommerce-cart-form .actions .continue-shopping .button {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}

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