.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
body a {
  transition: all .3s ease;
  cursor: pointer;
  color: #648475;
}
body a:hover,
body a:focus,
body a:active {
  text-decoration: none;
  outline: none;
  color: #333333;
}
body a.btn {
  font-family: 'Lora', serif;
  padding: 0;
}
body a.btn:hover,
body a.btn:focus,
body a.btn:active {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
body p {
  font-family: 'Lora', serif;
}
body #horaires-swipper {
  position: fixed;
  top: 50%;
  right: 0;
  width: 400px;
  transform: translateY(-50%) translateX(100%);
  background-color: #648475;
  color: #fff;
  padding: 1rem;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
  z-index: 100;
}
@media screen and (max-width: 767.8px) {
  body #horaires-swipper {
    width: 300px;
  }
}
body #horaires-swipper.active {
  transform: translateY(-50%) translateX(0);
}
body #horaires-swipper .title {
  position: absolute;
  top: -40px;
  right: 100%;
  transform-origin: bottom right;
  transform: rotate(-90deg);
  color: #fff;
  background-color: #648475;
  padding: .5rem 1rem;
  white-space: nowrap;
}
body #horaires-swipper .title:hover,
body #horaires-swipper .title:focus {
  cursor: pointer;
}
body #horaires-swipper .title > i {
  margin-right: .5rem;
}
body #horaires-swipper .horaires-item {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  body #horaires-swipper .horaires-item:nth-child(1),
  body #horaires-swipper .horaires-item:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767.8px) {
  body #horaires-swipper .horaires-item:nth-child(1) {
    margin-top: 0;
  }
}
body #horaires-swipper .horaires-item .titre {
  font-size: 1rem;
  font-family: 'Lora', serif;
  padding-bottom: .5rem;
  margin-bottom: .5rem;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
body #horaires-swipper .horaires-item .description {
  font-size: .9rem;
}
body header {
  position: relative;
}
body header .header {
  position: absolute;
  top: 0;
  width: 100%;
}
body header .header .header-container {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1630px) {
  body header .header .header-container {
    max-width: 1630px;
  }
}
@media screen and (max-width: 1630px) {
  body header .header .header-container {
    max-width: 100%;
  }
}
body header .header .header-container.top {
  justify-content: flex-end;
}
body header .header .header-container.bottom {
  justify-content: space-between;
}
body header .header__top {
  background: #648475 url('../img/brush-header.png') no-repeat top left;
}
body header .header__top .adresse {
  display: flex;
  align-items: center;
  padding: 5px 20px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
body header .header__top .adresse__picto {
  display: flex;
  align-items: center;
  margin-right: 10px;
  transition: all .3s ease;
}
body header .header__top .adresse__picto svg {
  width: 20px;
  height: 20px;
}
body header .header__top .adresse__picto svg path {
  stroke: #fff;
  transition: all .3s ease;
}
body header .header__top .tel {
  display: flex;
  align-items: center;
  padding: 5px 20px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
body header .header__top .tel__picto {
  display: flex;
  align-items: center;
  margin-right: 10px;
  transition: all .3s ease;
}
body header .header__top .tel__picto svg {
  width: 20px;
  height: 20px;
}
body header .header__top .tel__picto svg path {
  stroke: #fff;
  transition: all .3s ease;
}
body header .header__top .tel:hover {
  color: #333333;
}
body header .header__top .tel:hover .tel__picto svg path {
  stroke: #333333;
}
body header .header__bottom {
  background: rgba(255,255,255,0.85);
}
body header .header__bottom .nav-primary ul.nav {
  margin: 0;
  display: block;
  padding: 0;
  list-style: none;
}
body header .header__bottom .nav-primary ul.nav li {
  display: inline-block;
  position: relative;
  text-align: left;
  padding: 40px 5px 40px;
  transition: all .3s ease;
}
body header .header__bottom .nav-primary ul.nav li:last-child {
  border-right: 0;
}
body header .header__bottom .nav-primary ul.nav li:before {
  color: #333333;
  position: absolute;
  left: -15px;
  top: 0;
  bottom: 0;
  font-size: 16px;
}
body header .header__bottom .nav-primary ul.nav li.current_page_item > a {
  color: #648475;
}
body header .header__bottom .nav-primary ul.nav li.current_page_item > a:after {
  width: 100%;
}
body header .header__bottom .nav-primary ul.nav li.menu-item-has-children .sub-menu {
  position: absolute;
  width: 760px;
  z-index: 9999999;
  top: 105px;
  left: -260px;
  display: none;
  background-color: rgba(255,255,255,0.85);
  margin: 0;
  flex-wrap: wrap;
  padding: 0;
  justify-content: center;
}
body header .header__bottom .nav-primary ul.nav li.menu-item-has-children .sub-menu li {
  display: block;
  text-transform: none;
  margin-right: 0px;
  text-align: center;
  transition: 0.6s;
  padding: 5px 5px;
  flex: 0 0 33%;
  max-width: 33%;
}
body header .header__bottom .nav-primary ul.nav li.menu-item-has-children .sub-menu li:hover {
  transition: 0.6s;
  cursor: pointer;
}
body header .header__bottom .nav-primary ul.nav li.menu-item-has-children .sub-menu li:hover a {
  color: #648475;
}
body header .header__bottom .nav-primary ul.nav li.menu-item-has-children .sub-menu li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: block;
  position: relative;
}
body header .header__bottom .nav-primary ul.nav li.menu-item-has-children .sub-menu li a img {
  z-index: 1;
}
body header .header__bottom .nav-primary ul.nav li.menu-item-has-children .sub-menu li a span.title {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: url('../img/brush-menu.png') no-repeat center center;
}
body header .header__bottom .nav-primary ul.nav li.menu-item-has-children .sub-menu li a:after {
  display: none;
}
body header .header__bottom .nav-primary ul.nav li.menu-item-has-children .sub-menu li a:hover {
  cursor: pointer;
}
body header .header__bottom .nav-primary ul.nav li.menu-item-has-children .sub-menu li a:hover:after {
  display: none;
}
body header .header__bottom .nav-primary ul.nav li.menu-item-has-children:hover .sub-menu {
  display: flex;
}
body header .header__bottom .nav-primary ul.nav li > a {
  color: #333333;
  font-size: 16px;
  position: relative;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
}
body header .header__bottom .nav-primary ul.nav li > a:after {
  content: "";
  background-color: #648475;
  height: 1px;
  width: 0;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .header__bottom .nav-primary ul.nav li > a:hover:after,
body header .header__bottom .nav-primary ul.nav li > a:focus:after,
body header .header__bottom .nav-primary ul.nav li > a:active:after {
  width: 100%;
}
body header .header__bottom .nav-primary ul.nav li:hover > a,
body header .header__bottom .nav-primary ul.nav li:focus > a,
body header .header__bottom .nav-primary ul.nav li:active > a {
  color: #648475;
}
body header .header__bottom .actions a {
  margin-right: .8rem;
  font-size: 1.7rem;
}
body header .header__bottom .actions a i {
  color: #648475;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
body header .header__bottom .actions a i:hover {
  color: #333333;
}
body header .header__bottom .actions a:last-of-type {
  margin-right: 0;
}
body header .header__bottom .actions .panier {
  position: relative;
}
body header .header__bottom .actions .panier > span {
  position: absolute;
  right: -0.3rem;
  top: .2rem;
  color: #fff;
  font-size: .7rem;
  line-height: 20px;
  z-index: 1;
}
body header .header__bottom .actions .panier > span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background-color: #648475;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  z-index: -1;
}
body header .header__bottom .actions .panier.filled {
  margin-right: 1rem;
}
body header .header__bottom .nav-icon {
  position: relative;
  display: none;
  cursor: pointer;
  height: 36px;
  width: 36px;
  margin-left: 20px;
  border-radius: 20px;
  border: 2px solid #648475;
  transition: all .3s ease;
}
body header .header__bottom .nav-icon span {
  display: block;
  top: 15px;
  width: 18px;
  height: 2px;
  background-color: #648475;
  position: relative;
  margin: 0 auto;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 500ms;
  -moz-animation-delay: 500ms;
  -ms-animation-delay: 500ms;
  -o-animation-delay: 500ms;
  animation-delay: 500ms;
  border-radius: 5px;
  transition: all .3s ease;
}
body header .header__bottom .nav-icon span:after,
body header .header__bottom .nav-icon span:before {
  display: block;
  border-radius: 5px;
  content: '';
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #648475;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 500ms;
  -moz-animation-delay: 500ms;
  -ms-animation-delay: 500ms;
  -o-animation-delay: 500ms;
  animation-delay: 500ms;
  transition: all .3s ease;
}
body header .header__bottom .nav-icon span:before {
  margin-top: -6px;
}
body header .header__bottom .nav-icon span:after {
  margin-top: 6px;
}
body header .header__bottom .nav-icon:hover {
  border: 2px solid #333333;
}
body header .header__bottom .nav-icon:hover span {
  background-color: #333333;
}
body header .header__bottom .nav-icon:hover span:after,
body header .header__bottom .nav-icon:hover span:before {
  background-color: #333333;
}
body header .header__bottom .nav-icon.active span {
  background-color: rgba(255,255,255,0);
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
body header .header__bottom .nav-icon.active span:before,
body header .header__bottom .nav-icon.active span:after {
  margin-top: 0px;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
body header .header__bottom .nav-icon.active span:before {
  transform: rotate(45deg);
}
body header .header__bottom .nav-icon.active span:after {
  transform: rotate(-45deg);
}
body.page-template-default header .header {
  position: relative;
}
body.page-template-default .default-container {
  margin-bottom: 3rem;
}
body.page-template-default .default-container h1 {
  font-family: 'rocknessregular';
  color: #648475;
  font-size: 100px;
  z-index: 10;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
body main {
  overflow: hidden;
}
body footer {
  background: url('../img/bg-footer.jpg') no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 50px 0 50px;
}
body footer .footer.footer-container {
  position: relative;
}
@media screen and (min-width: 1630px) {
  body footer .footer.footer-container {
    max-width: 1630px;
  }
}
@media screen and (max-width: 1630px) {
  body footer .footer.footer-container {
    max-width: 100%;
  }
}
body footer .footer a {
  color: #fff;
}
body footer .footer a:hover {
  color: #648475;
}
body footer .footer__top .nav-footer ul.nav {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
body footer .footer__top .nav-footer ul.nav li {
  display: block;
}
body footer .footer__top .nav-footer ul.nav li.menu-item-has-children .sub-menu {
  padding: 0;
}
body footer .footer__top .nav-footer ul.nav li.menu-item-has-children .sub-menu li a {
  margin-bottom: 0;
  font-weight: 400;
}
body footer .footer__top .nav-footer ul.nav li a {
  display: block;
  color: #fff;
  font-size: 16px;
  width: max-content;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
}
body footer .footer__top .nav-footer ul.nav li a:hover {
  color: #648475;
}
body footer .footer__top .adresse {
  margin-bottom: 10px;
}
body footer .footer__top .social-networks {
  margin-top: 15px;
}
body footer .footer__top .social-networks > a {
  font-size: 1.2rem;
  margin-right: .7rem;
}
body footer .footer__top .social-networks > a:last-of-type {
  margin-right: 0;
}
body footer .footer__bottom {
  font-size: 14px;
  max-width: 645px;
  margin: 0 auto;
}
body.woocommerce-cart header .header,
body.woocommerce-checkout header .header,
body.woocommerce-my-account header .header {
  position: relative;
  margin-bottom: 30px;
}
body.page-id-5 header,
body.page-id-5 footer {
  display: none;
}
body.page-id-5 .univers {
  width: 100%;
  position: relative;
}
body.page-id-5 .univers .univers-container {
  position: relative;
  overflow-x: hidden;
  white-space: nowrap;
  padding: 0;
}
body.page-id-5 .univers .univers-container #owl-univers .owl-dots {
  display: none;
}
body.page-id-5 .univers .nowrap {
  flex-wrap: nowrap;
}
body.page-id-5 .univers .logo img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 60px;
  z-index: 10;
  max-width: 400px;
}
body.page-id-5 .univers__container {
  overflow: hidden;
  padding: 0;
  border-right: 1px solid #fff;
}
body.page-id-5 .univers__lien {
  color: #fff;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  max-height: 100%;
  padding-top: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
body.page-id-5 .univers__lien:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0,0,0,0.65);
  position: absolute;
  top: 0;
}
body.page-id-5 .univers__lien h3.titre {
  text-align: center;
  margin: 0 0 160px;
  z-index: 10;
  position: relative;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 300;
  transition: all 1s ease;
}
body.page-id-5 .univers__lien h3.titre span {
  display: inline-block;
  position: relative;
}
body.page-id-5 .univers__lien h3.titre span:nth-child(odd) {
  transform: translateY(2px);
}
body.page-id-5 .univers__lien h3.titre span:nth-child(even) {
  transform: translateY(-2px);
}
body.page-id-5 .univers__lien h3.titre span:nth-child(4):after,
body.page-id-5 .univers__lien h3.titre span:nth-child(8):after {
  content: '';
  width: 100%;
  height: 1px;
  background: #b5792b;
  position: absolute;
  bottom: -2px;
  left: 0;
}
body.page-id-5 .univers__lien .texte_fond-container {
  position: absolute;
  width: 80%;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  bottom: 0;
  opacity: 0.5;
}
body.page-id-5 .univers__lien .texte_fond-container svg {
  width: 100%;
  height: 100%;
}
body.page-id-5 .univers__lien .btn {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  font-family: 'Lora', serif;
  transition: all 1s ease;
  width: 100%;
  text-align: left;
  letter-spacing: 1px;
  margin-top: 5rem;
}
body.page-id-5 .univers__lien .btn__picto {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 30px;
  border: 2px solid;
  transition: all .3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  margin-left: 10px;
}
body.page-id-5 .univers__lien .btn__picto svg {
  width: 20px;
  height: 20px;
}
body.page-id-5 .univers__lien .btn__picto svg path {
  fill: #648475;
  transition: all .3s ease;
}
body.page-id-5 .univers__lien .univers__background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 1s ease-in-out !important;
  -webkit-transition: all 1s ease-in-out !important;
  -moz-transition: all 1s ease-in-out !important;
  -o-transition: all 1s ease-in-out !important;
}
body.page-id-5 .univers__lien:hover .btn__picto {
  background: transparent;
}
body.page-id-5 .univers__lien:hover .btn__picto svg path {
  fill: #fff;
}
body.page-id-5 .univers__lien:hover .univers__background {
  transform: scale(1.2);
}
body.page-id-14 .entete__bg,
body.page-id-20 .entete__bg,
body.page-id-22 .entete__bg,
body.page-id-24 .entete__bg,
body.page-id-26 .entete__bg,
body.page-id-28 .entete__bg,
body.page-id-30 .entete__bg,
body.page-id-32 .entete__bg,
body.page-id-34 .entete__bg,
body.page-id-1417 .entete__bg,
body.post-type-archive-product .entete__bg,
body.single-product .entete__bg,
body.tax-product_cat .entete__bg {
  display: block;
  width: 100%;
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
body.page-id-14 .entete__bg .logo,
body.page-id-20 .entete__bg .logo,
body.page-id-22 .entete__bg .logo,
body.page-id-24 .entete__bg .logo,
body.page-id-26 .entete__bg .logo,
body.page-id-28 .entete__bg .logo,
body.page-id-30 .entete__bg .logo,
body.page-id-32 .entete__bg .logo,
body.page-id-34 .entete__bg .logo,
body.page-id-1417 .entete__bg .logo,
body.post-type-archive-product .entete__bg .logo,
body.single-product .entete__bg .logo,
body.tax-product_cat .entete__bg .logo {
  padding: 100px 0;
}
body.page-id-14 .entete__bg .logo img,
body.page-id-20 .entete__bg .logo img,
body.page-id-22 .entete__bg .logo img,
body.page-id-24 .entete__bg .logo img,
body.page-id-26 .entete__bg .logo img,
body.page-id-28 .entete__bg .logo img,
body.page-id-30 .entete__bg .logo img,
body.page-id-32 .entete__bg .logo img,
body.page-id-34 .entete__bg .logo img,
body.page-id-1417 .entete__bg .logo img,
body.post-type-archive-product .entete__bg .logo img,
body.single-product .entete__bg .logo img,
body.tax-product_cat .entete__bg .logo img {
  display: block;
  margin: 0 auto;
}
body.page-id-14 .entete__bg.empty,
body.page-id-20 .entete__bg.empty,
body.page-id-22 .entete__bg.empty,
body.page-id-24 .entete__bg.empty,
body.page-id-26 .entete__bg.empty,
body.page-id-28 .entete__bg.empty,
body.page-id-30 .entete__bg.empty,
body.page-id-32 .entete__bg.empty,
body.page-id-34 .entete__bg.empty,
body.page-id-1417 .entete__bg.empty,
body.post-type-archive-product .entete__bg.empty,
body.single-product .entete__bg.empty,
body.tax-product_cat .entete__bg.empty {
  display: block;
  width: 100%;
  height: 970px;
}
body.page-id-14 .presentation,
body.page-id-20 .presentation,
body.page-id-22 .presentation,
body.page-id-24 .presentation,
body.page-id-26 .presentation,
body.page-id-28 .presentation,
body.page-id-30 .presentation,
body.page-id-32 .presentation,
body.page-id-34 .presentation,
body.page-id-1417 .presentation,
body.post-type-archive-product .presentation,
body.single-product .presentation,
body.tax-product_cat .presentation {
  padding: 160px 0 0;
}
body.page-id-14 .presentation .presentation-container,
body.page-id-20 .presentation .presentation-container,
body.page-id-22 .presentation .presentation-container,
body.page-id-24 .presentation .presentation-container,
body.page-id-26 .presentation .presentation-container,
body.page-id-28 .presentation .presentation-container,
body.page-id-30 .presentation .presentation-container,
body.page-id-32 .presentation .presentation-container,
body.page-id-34 .presentation .presentation-container,
body.page-id-1417 .presentation .presentation-container,
body.post-type-archive-product .presentation .presentation-container,
body.single-product .presentation .presentation-container,
body.tax-product_cat .presentation .presentation-container {
  position: relative;
}
@media screen and (min-width: 1630px) {
  body.page-id-14 .presentation .presentation-container,
  body.page-id-20 .presentation .presentation-container,
  body.page-id-22 .presentation .presentation-container,
  body.page-id-24 .presentation .presentation-container,
  body.page-id-26 .presentation .presentation-container,
  body.page-id-28 .presentation .presentation-container,
  body.page-id-30 .presentation .presentation-container,
  body.page-id-32 .presentation .presentation-container,
  body.page-id-34 .presentation .presentation-container,
  body.page-id-1417 .presentation .presentation-container,
  body.post-type-archive-product .presentation .presentation-container,
  body.single-product .presentation .presentation-container,
  body.tax-product_cat .presentation .presentation-container {
    max-width: 1630px;
  }
}
@media screen and (max-width: 1630px) {
  body.page-id-14 .presentation .presentation-container,
  body.page-id-20 .presentation .presentation-container,
  body.page-id-22 .presentation .presentation-container,
  body.page-id-24 .presentation .presentation-container,
  body.page-id-26 .presentation .presentation-container,
  body.page-id-28 .presentation .presentation-container,
  body.page-id-30 .presentation .presentation-container,
  body.page-id-32 .presentation .presentation-container,
  body.page-id-34 .presentation .presentation-container,
  body.page-id-1417 .presentation .presentation-container,
  body.post-type-archive-product .presentation .presentation-container,
  body.single-product .presentation .presentation-container,
  body.tax-product_cat .presentation .presentation-container {
    max-width: 100%;
  }
}
body.page-id-14 .presentation h1.titre,
body.page-id-20 .presentation h1.titre,
body.page-id-22 .presentation h1.titre,
body.page-id-24 .presentation h1.titre,
body.page-id-26 .presentation h1.titre,
body.page-id-28 .presentation h1.titre,
body.page-id-30 .presentation h1.titre,
body.page-id-32 .presentation h1.titre,
body.page-id-34 .presentation h1.titre,
body.page-id-1417 .presentation h1.titre,
body.post-type-archive-product .presentation h1.titre,
body.single-product .presentation h1.titre,
body.tax-product_cat .presentation h1.titre {
  font-family: 'rocknessregular';
  color: #e7e7e8;
  font-size: 200px;
  position: absolute;
  top: -150px;
  left: 100px;
  z-index: 10;
}
body.page-id-14 .presentation .index,
body.page-id-20 .presentation .index,
body.page-id-22 .presentation .index,
body.page-id-24 .presentation .index,
body.page-id-26 .presentation .index,
body.page-id-28 .presentation .index,
body.page-id-30 .presentation .index,
body.page-id-32 .presentation .index,
body.page-id-34 .presentation .index,
body.page-id-1417 .presentation .index,
body.post-type-archive-product .presentation .index,
body.single-product .presentation .index,
body.tax-product_cat .presentation .index {
  z-index: 1;
}
body.page-id-14 .presentation__bg,
body.page-id-20 .presentation__bg,
body.page-id-22 .presentation__bg,
body.page-id-24 .presentation__bg,
body.page-id-26 .presentation__bg,
body.page-id-28 .presentation__bg,
body.page-id-30 .presentation__bg,
body.page-id-32 .presentation__bg,
body.page-id-34 .presentation__bg,
body.page-id-1417 .presentation__bg,
body.post-type-archive-product .presentation__bg,
body.single-product .presentation__bg,
body.tax-product_cat .presentation__bg {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
}
body.page-id-14 .presentation__contenu,
body.page-id-20 .presentation__contenu,
body.page-id-22 .presentation__contenu,
body.page-id-24 .presentation__contenu,
body.page-id-26 .presentation__contenu,
body.page-id-28 .presentation__contenu,
body.page-id-30 .presentation__contenu,
body.page-id-32 .presentation__contenu,
body.page-id-34 .presentation__contenu,
body.page-id-1417 .presentation__contenu,
body.post-type-archive-product .presentation__contenu,
body.single-product .presentation__contenu,
body.tax-product_cat .presentation__contenu {
  padding: 75px 40px 140px;
  color: #484b53;
  position: relative;
}
body.page-id-14 .presentation__contenu:after,
body.page-id-20 .presentation__contenu:after,
body.page-id-22 .presentation__contenu:after,
body.page-id-24 .presentation__contenu:after,
body.page-id-26 .presentation__contenu:after,
body.page-id-28 .presentation__contenu:after,
body.page-id-30 .presentation__contenu:after,
body.page-id-32 .presentation__contenu:after,
body.page-id-34 .presentation__contenu:after,
body.page-id-1417 .presentation__contenu:after,
body.post-type-archive-product .presentation__contenu:after,
body.single-product .presentation__contenu:after,
body.tax-product_cat .presentation__contenu:after {
  content: '';
  width: 108px;
  height: 98px;
  display: block;
  position: absolute;
  right: -15px;
  bottom: 15px;
  background: url('../img/poisson.png') no-repeat center center;
}
body.page-id-14 .presentation__contenu .btn,
body.page-id-20 .presentation__contenu .btn,
body.page-id-22 .presentation__contenu .btn,
body.page-id-24 .presentation__contenu .btn,
body.page-id-26 .presentation__contenu .btn,
body.page-id-28 .presentation__contenu .btn,
body.page-id-30 .presentation__contenu .btn,
body.page-id-32 .presentation__contenu .btn,
body.page-id-34 .presentation__contenu .btn,
body.page-id-1417 .presentation__contenu .btn,
body.post-type-archive-product .presentation__contenu .btn,
body.single-product .presentation__contenu .btn,
body.tax-product_cat .presentation__contenu .btn {
  display: flex;
  align-items: center;
}
body.page-id-14 .presentation__contenu .btn__picto,
body.page-id-20 .presentation__contenu .btn__picto,
body.page-id-22 .presentation__contenu .btn__picto,
body.page-id-24 .presentation__contenu .btn__picto,
body.page-id-26 .presentation__contenu .btn__picto,
body.page-id-28 .presentation__contenu .btn__picto,
body.page-id-30 .presentation__contenu .btn__picto,
body.page-id-32 .presentation__contenu .btn__picto,
body.page-id-34 .presentation__contenu .btn__picto,
body.page-id-1417 .presentation__contenu .btn__picto,
body.post-type-archive-product .presentation__contenu .btn__picto,
body.single-product .presentation__contenu .btn__picto,
body.tax-product_cat .presentation__contenu .btn__picto {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 30px;
  border: 2px solid;
  transition: all .3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}
body.page-id-14 .presentation__contenu .btn__picto svg,
body.page-id-20 .presentation__contenu .btn__picto svg,
body.page-id-22 .presentation__contenu .btn__picto svg,
body.page-id-24 .presentation__contenu .btn__picto svg,
body.page-id-26 .presentation__contenu .btn__picto svg,
body.page-id-28 .presentation__contenu .btn__picto svg,
body.page-id-30 .presentation__contenu .btn__picto svg,
body.page-id-32 .presentation__contenu .btn__picto svg,
body.page-id-34 .presentation__contenu .btn__picto svg,
body.page-id-1417 .presentation__contenu .btn__picto svg,
body.post-type-archive-product .presentation__contenu .btn__picto svg,
body.single-product .presentation__contenu .btn__picto svg,
body.tax-product_cat .presentation__contenu .btn__picto svg {
  width: 20px;
  height: 20px;
}
body.page-id-14 .presentation__contenu .btn__picto svg path,
body.page-id-20 .presentation__contenu .btn__picto svg path,
body.page-id-22 .presentation__contenu .btn__picto svg path,
body.page-id-24 .presentation__contenu .btn__picto svg path,
body.page-id-26 .presentation__contenu .btn__picto svg path,
body.page-id-28 .presentation__contenu .btn__picto svg path,
body.page-id-30 .presentation__contenu .btn__picto svg path,
body.page-id-32 .presentation__contenu .btn__picto svg path,
body.page-id-34 .presentation__contenu .btn__picto svg path,
body.page-id-1417 .presentation__contenu .btn__picto svg path,
body.post-type-archive-product .presentation__contenu .btn__picto svg path,
body.single-product .presentation__contenu .btn__picto svg path,
body.tax-product_cat .presentation__contenu .btn__picto svg path {
  fill: #fff;
  transition: all .3s ease;
}
body.page-id-14 .presentation__contenu .btn:hover .btn__picto,
body.page-id-20 .presentation__contenu .btn:hover .btn__picto,
body.page-id-22 .presentation__contenu .btn:hover .btn__picto,
body.page-id-24 .presentation__contenu .btn:hover .btn__picto,
body.page-id-26 .presentation__contenu .btn:hover .btn__picto,
body.page-id-28 .presentation__contenu .btn:hover .btn__picto,
body.page-id-30 .presentation__contenu .btn:hover .btn__picto,
body.page-id-32 .presentation__contenu .btn:hover .btn__picto,
body.page-id-34 .presentation__contenu .btn:hover .btn__picto,
body.page-id-1417 .presentation__contenu .btn:hover .btn__picto,
body.post-type-archive-product .presentation__contenu .btn:hover .btn__picto,
body.single-product .presentation__contenu .btn:hover .btn__picto,
body.tax-product_cat .presentation__contenu .btn:hover .btn__picto {
  background: transparent;
}
body.page-id-14 .presentation__contenu .btn:hover .btn__picto svg path,
body.page-id-20 .presentation__contenu .btn:hover .btn__picto svg path,
body.page-id-22 .presentation__contenu .btn:hover .btn__picto svg path,
body.page-id-24 .presentation__contenu .btn:hover .btn__picto svg path,
body.page-id-26 .presentation__contenu .btn:hover .btn__picto svg path,
body.page-id-28 .presentation__contenu .btn:hover .btn__picto svg path,
body.page-id-30 .presentation__contenu .btn:hover .btn__picto svg path,
body.page-id-32 .presentation__contenu .btn:hover .btn__picto svg path,
body.page-id-34 .presentation__contenu .btn:hover .btn__picto svg path,
body.page-id-1417 .presentation__contenu .btn:hover .btn__picto svg path,
body.post-type-archive-product .presentation__contenu .btn:hover .btn__picto svg path,
body.single-product .presentation__contenu .btn:hover .btn__picto svg path,
body.tax-product_cat .presentation__contenu .btn:hover .btn__picto svg path {
  fill: #648475;
}
body.page-id-14 .presentation .image_en_avant,
body.page-id-20 .presentation .image_en_avant,
body.page-id-22 .presentation .image_en_avant,
body.page-id-24 .presentation .image_en_avant,
body.page-id-26 .presentation .image_en_avant,
body.page-id-28 .presentation .image_en_avant,
body.page-id-30 .presentation .image_en_avant,
body.page-id-32 .presentation .image_en_avant,
body.page-id-34 .presentation .image_en_avant,
body.page-id-1417 .presentation .image_en_avant,
body.post-type-archive-product .presentation .image_en_avant,
body.single-product .presentation .image_en_avant,
body.tax-product_cat .presentation .image_en_avant {
  position: absolute;
  bottom: -50px;
  right: -140px;
}
body.page-id-14 .univers,
body.page-id-20 .univers,
body.page-id-22 .univers,
body.page-id-24 .univers,
body.page-id-26 .univers,
body.page-id-28 .univers,
body.page-id-30 .univers,
body.page-id-32 .univers,
body.page-id-34 .univers,
body.page-id-1417 .univers,
body.post-type-archive-product .univers,
body.single-product .univers,
body.tax-product_cat .univers {
  padding: 160px 0 0;
  width: 100%;
  position: relative;
}
body.page-id-14 .univers .univers-container,
body.page-id-20 .univers .univers-container,
body.page-id-22 .univers .univers-container,
body.page-id-24 .univers .univers-container,
body.page-id-26 .univers .univers-container,
body.page-id-28 .univers .univers-container,
body.page-id-30 .univers .univers-container,
body.page-id-32 .univers .univers-container,
body.page-id-34 .univers .univers-container,
body.page-id-1417 .univers .univers-container,
body.post-type-archive-product .univers .univers-container,
body.single-product .univers .univers-container,
body.tax-product_cat .univers .univers-container {
  position: relative;
  overflow-x: hidden;
  white-space: nowrap;
  padding: 0;
}
body.page-id-14 .univers .univers-container #owl-univers .owl-dots,
body.page-id-20 .univers .univers-container #owl-univers .owl-dots,
body.page-id-22 .univers .univers-container #owl-univers .owl-dots,
body.page-id-24 .univers .univers-container #owl-univers .owl-dots,
body.page-id-26 .univers .univers-container #owl-univers .owl-dots,
body.page-id-28 .univers .univers-container #owl-univers .owl-dots,
body.page-id-30 .univers .univers-container #owl-univers .owl-dots,
body.page-id-32 .univers .univers-container #owl-univers .owl-dots,
body.page-id-34 .univers .univers-container #owl-univers .owl-dots,
body.page-id-1417 .univers .univers-container #owl-univers .owl-dots,
body.post-type-archive-product .univers .univers-container #owl-univers .owl-dots,
body.single-product .univers .univers-container #owl-univers .owl-dots,
body.tax-product_cat .univers .univers-container #owl-univers .owl-dots {
  display: none;
}
body.page-id-14 .univers .nowrap,
body.page-id-20 .univers .nowrap,
body.page-id-22 .univers .nowrap,
body.page-id-24 .univers .nowrap,
body.page-id-26 .univers .nowrap,
body.page-id-28 .univers .nowrap,
body.page-id-30 .univers .nowrap,
body.page-id-32 .univers .nowrap,
body.page-id-34 .univers .nowrap,
body.page-id-1417 .univers .nowrap,
body.post-type-archive-product .univers .nowrap,
body.single-product .univers .nowrap,
body.tax-product_cat .univers .nowrap {
  flex-wrap: nowrap;
}
body.page-id-14 .univers h2.titre,
body.page-id-20 .univers h2.titre,
body.page-id-22 .univers h2.titre,
body.page-id-24 .univers h2.titre,
body.page-id-26 .univers h2.titre,
body.page-id-28 .univers h2.titre,
body.page-id-30 .univers h2.titre,
body.page-id-32 .univers h2.titre,
body.page-id-34 .univers h2.titre,
body.page-id-1417 .univers h2.titre,
body.post-type-archive-product .univers h2.titre,
body.single-product .univers h2.titre,
body.tax-product_cat .univers h2.titre {
  font-family: 'rocknessregular';
  color: #e7e7e8;
  font-size: 200px;
  position: absolute;
  top: 10px;
  right: 100px;
  z-index: 10;
}
body.page-id-14 .univers__container,
body.page-id-20 .univers__container,
body.page-id-22 .univers__container,
body.page-id-24 .univers__container,
body.page-id-26 .univers__container,
body.page-id-28 .univers__container,
body.page-id-30 .univers__container,
body.page-id-32 .univers__container,
body.page-id-34 .univers__container,
body.page-id-1417 .univers__container,
body.post-type-archive-product .univers__container,
body.single-product .univers__container,
body.tax-product_cat .univers__container {
  overflow: hidden;
  padding: 0;
  border-right: 1px solid #fff;
}
body.page-id-14 .univers__lien,
body.page-id-20 .univers__lien,
body.page-id-22 .univers__lien,
body.page-id-24 .univers__lien,
body.page-id-26 .univers__lien,
body.page-id-28 .univers__lien,
body.page-id-30 .univers__lien,
body.page-id-32 .univers__lien,
body.page-id-34 .univers__lien,
body.page-id-1417 .univers__lien,
body.post-type-archive-product .univers__lien,
body.single-product .univers__lien,
body.tax-product_cat .univers__lien {
  color: #fff;
  padding: 160px 0 40px;
  position: relative;
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  display: block;
  height: 100%;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  cursor: pointer;
}
body.page-id-14 .univers__lien:after,
body.page-id-20 .univers__lien:after,
body.page-id-22 .univers__lien:after,
body.page-id-24 .univers__lien:after,
body.page-id-26 .univers__lien:after,
body.page-id-28 .univers__lien:after,
body.page-id-30 .univers__lien:after,
body.page-id-32 .univers__lien:after,
body.page-id-34 .univers__lien:after,
body.page-id-1417 .univers__lien:after,
body.post-type-archive-product .univers__lien:after,
body.single-product .univers__lien:after,
body.tax-product_cat .univers__lien:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0,0,0,0.65);
  position: absolute;
  top: 0;
}
body.page-id-14 .univers__lien h3.titre,
body.page-id-20 .univers__lien h3.titre,
body.page-id-22 .univers__lien h3.titre,
body.page-id-24 .univers__lien h3.titre,
body.page-id-26 .univers__lien h3.titre,
body.page-id-28 .univers__lien h3.titre,
body.page-id-30 .univers__lien h3.titre,
body.page-id-32 .univers__lien h3.titre,
body.page-id-34 .univers__lien h3.titre,
body.page-id-1417 .univers__lien h3.titre,
body.post-type-archive-product .univers__lien h3.titre,
body.single-product .univers__lien h3.titre,
body.tax-product_cat .univers__lien h3.titre {
  text-align: center;
  margin: 0 0 160px;
  z-index: 10;
  position: relative;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 300;
  transition: all 1s ease;
}
body.page-id-14 .univers__lien h3.titre span,
body.page-id-20 .univers__lien h3.titre span,
body.page-id-22 .univers__lien h3.titre span,
body.page-id-24 .univers__lien h3.titre span,
body.page-id-26 .univers__lien h3.titre span,
body.page-id-28 .univers__lien h3.titre span,
body.page-id-30 .univers__lien h3.titre span,
body.page-id-32 .univers__lien h3.titre span,
body.page-id-34 .univers__lien h3.titre span,
body.page-id-1417 .univers__lien h3.titre span,
body.post-type-archive-product .univers__lien h3.titre span,
body.single-product .univers__lien h3.titre span,
body.tax-product_cat .univers__lien h3.titre span {
  display: inline-block;
  position: relative;
}
body.page-id-14 .univers__lien h3.titre span:nth-child(odd),
body.page-id-20 .univers__lien h3.titre span:nth-child(odd),
body.page-id-22 .univers__lien h3.titre span:nth-child(odd),
body.page-id-24 .univers__lien h3.titre span:nth-child(odd),
body.page-id-26 .univers__lien h3.titre span:nth-child(odd),
body.page-id-28 .univers__lien h3.titre span:nth-child(odd),
body.page-id-30 .univers__lien h3.titre span:nth-child(odd),
body.page-id-32 .univers__lien h3.titre span:nth-child(odd),
body.page-id-34 .univers__lien h3.titre span:nth-child(odd),
body.page-id-1417 .univers__lien h3.titre span:nth-child(odd),
body.post-type-archive-product .univers__lien h3.titre span:nth-child(odd),
body.single-product .univers__lien h3.titre span:nth-child(odd),
body.tax-product_cat .univers__lien h3.titre span:nth-child(odd) {
  transform: translateY(2px);
}
body.page-id-14 .univers__lien h3.titre span:nth-child(even),
body.page-id-20 .univers__lien h3.titre span:nth-child(even),
body.page-id-22 .univers__lien h3.titre span:nth-child(even),
body.page-id-24 .univers__lien h3.titre span:nth-child(even),
body.page-id-26 .univers__lien h3.titre span:nth-child(even),
body.page-id-28 .univers__lien h3.titre span:nth-child(even),
body.page-id-30 .univers__lien h3.titre span:nth-child(even),
body.page-id-32 .univers__lien h3.titre span:nth-child(even),
body.page-id-34 .univers__lien h3.titre span:nth-child(even),
body.page-id-1417 .univers__lien h3.titre span:nth-child(even),
body.post-type-archive-product .univers__lien h3.titre span:nth-child(even),
body.single-product .univers__lien h3.titre span:nth-child(even),
body.tax-product_cat .univers__lien h3.titre span:nth-child(even) {
  transform: translateY(-2px);
}
body.page-id-14 .univers__lien h3.titre span:nth-child(4):after,
body.page-id-14 .univers__lien h3.titre span:nth-child(8):after,
body.page-id-20 .univers__lien h3.titre span:nth-child(4):after,
body.page-id-20 .univers__lien h3.titre span:nth-child(8):after,
body.page-id-22 .univers__lien h3.titre span:nth-child(4):after,
body.page-id-22 .univers__lien h3.titre span:nth-child(8):after,
body.page-id-24 .univers__lien h3.titre span:nth-child(4):after,
body.page-id-24 .univers__lien h3.titre span:nth-child(8):after,
body.page-id-26 .univers__lien h3.titre span:nth-child(4):after,
body.page-id-26 .univers__lien h3.titre span:nth-child(8):after,
body.page-id-28 .univers__lien h3.titre span:nth-child(4):after,
body.page-id-28 .univers__lien h3.titre span:nth-child(8):after,
body.page-id-30 .univers__lien h3.titre span:nth-child(4):after,
body.page-id-30 .univers__lien h3.titre span:nth-child(8):after,
body.page-id-32 .univers__lien h3.titre span:nth-child(4):after,
body.page-id-32 .univers__lien h3.titre span:nth-child(8):after,
body.page-id-34 .univers__lien h3.titre span:nth-child(4):after,
body.page-id-34 .univers__lien h3.titre span:nth-child(8):after,
body.page-id-1417 .univers__lien h3.titre span:nth-child(4):after,
body.page-id-1417 .univers__lien h3.titre span:nth-child(8):after,
body.post-type-archive-product .univers__lien h3.titre span:nth-child(4):after,
body.post-type-archive-product .univers__lien h3.titre span:nth-child(8):after,
body.single-product .univers__lien h3.titre span:nth-child(4):after,
body.single-product .univers__lien h3.titre span:nth-child(8):after,
body.tax-product_cat .univers__lien h3.titre span:nth-child(4):after,
body.tax-product_cat .univers__lien h3.titre span:nth-child(8):after {
  content: '';
  width: 100%;
  height: 1px;
  background: #b5792b;
  position: absolute;
  bottom: -2px;
  left: 0;
}
body.page-id-14 .univers__lien .btn,
body.page-id-20 .univers__lien .btn,
body.page-id-22 .univers__lien .btn,
body.page-id-24 .univers__lien .btn,
body.page-id-26 .univers__lien .btn,
body.page-id-28 .univers__lien .btn,
body.page-id-30 .univers__lien .btn,
body.page-id-32 .univers__lien .btn,
body.page-id-34 .univers__lien .btn,
body.page-id-1417 .univers__lien .btn,
body.post-type-archive-product .univers__lien .btn,
body.single-product .univers__lien .btn,
body.tax-product_cat .univers__lien .btn {
  z-index: 10;
  position: relative;
  margin-left: 15px;
  font-family: 'Lora', serif;
  letter-spacing: 1px;
  transition: all 1s ease;
}
body.page-id-14 .univers__lien .btn__picto,
body.page-id-20 .univers__lien .btn__picto,
body.page-id-22 .univers__lien .btn__picto,
body.page-id-24 .univers__lien .btn__picto,
body.page-id-26 .univers__lien .btn__picto,
body.page-id-28 .univers__lien .btn__picto,
body.page-id-30 .univers__lien .btn__picto,
body.page-id-32 .univers__lien .btn__picto,
body.page-id-34 .univers__lien .btn__picto,
body.page-id-1417 .univers__lien .btn__picto,
body.post-type-archive-product .univers__lien .btn__picto,
body.single-product .univers__lien .btn__picto,
body.tax-product_cat .univers__lien .btn__picto {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 30px;
  border: 2px solid;
  transition: all .3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  margin-top: 10px;
}
body.page-id-14 .univers__lien .btn__picto svg,
body.page-id-20 .univers__lien .btn__picto svg,
body.page-id-22 .univers__lien .btn__picto svg,
body.page-id-24 .univers__lien .btn__picto svg,
body.page-id-26 .univers__lien .btn__picto svg,
body.page-id-28 .univers__lien .btn__picto svg,
body.page-id-30 .univers__lien .btn__picto svg,
body.page-id-32 .univers__lien .btn__picto svg,
body.page-id-34 .univers__lien .btn__picto svg,
body.page-id-1417 .univers__lien .btn__picto svg,
body.post-type-archive-product .univers__lien .btn__picto svg,
body.single-product .univers__lien .btn__picto svg,
body.tax-product_cat .univers__lien .btn__picto svg {
  width: 20px;
  height: 20px;
}
body.page-id-14 .univers__lien .btn__picto svg path,
body.page-id-20 .univers__lien .btn__picto svg path,
body.page-id-22 .univers__lien .btn__picto svg path,
body.page-id-24 .univers__lien .btn__picto svg path,
body.page-id-26 .univers__lien .btn__picto svg path,
body.page-id-28 .univers__lien .btn__picto svg path,
body.page-id-30 .univers__lien .btn__picto svg path,
body.page-id-32 .univers__lien .btn__picto svg path,
body.page-id-34 .univers__lien .btn__picto svg path,
body.page-id-1417 .univers__lien .btn__picto svg path,
body.post-type-archive-product .univers__lien .btn__picto svg path,
body.single-product .univers__lien .btn__picto svg path,
body.tax-product_cat .univers__lien .btn__picto svg path {
  fill: #648475;
  transition: all .3s ease;
}
body.page-id-14 .univers__lien:hover,
body.page-id-20 .univers__lien:hover,
body.page-id-22 .univers__lien:hover,
body.page-id-24 .univers__lien:hover,
body.page-id-26 .univers__lien:hover,
body.page-id-28 .univers__lien:hover,
body.page-id-30 .univers__lien:hover,
body.page-id-32 .univers__lien:hover,
body.page-id-34 .univers__lien:hover,
body.page-id-1417 .univers__lien:hover,
body.post-type-archive-product .univers__lien:hover,
body.single-product .univers__lien:hover,
body.tax-product_cat .univers__lien:hover {
  background-size: 140%;
}
body.page-id-14 .univers__lien:hover .btn__picto,
body.page-id-20 .univers__lien:hover .btn__picto,
body.page-id-22 .univers__lien:hover .btn__picto,
body.page-id-24 .univers__lien:hover .btn__picto,
body.page-id-26 .univers__lien:hover .btn__picto,
body.page-id-28 .univers__lien:hover .btn__picto,
body.page-id-30 .univers__lien:hover .btn__picto,
body.page-id-32 .univers__lien:hover .btn__picto,
body.page-id-34 .univers__lien:hover .btn__picto,
body.page-id-1417 .univers__lien:hover .btn__picto,
body.post-type-archive-product .univers__lien:hover .btn__picto,
body.single-product .univers__lien:hover .btn__picto,
body.tax-product_cat .univers__lien:hover .btn__picto {
  background: transparent;
}
body.page-id-14 .univers__lien:hover .btn__picto svg path,
body.page-id-20 .univers__lien:hover .btn__picto svg path,
body.page-id-22 .univers__lien:hover .btn__picto svg path,
body.page-id-24 .univers__lien:hover .btn__picto svg path,
body.page-id-26 .univers__lien:hover .btn__picto svg path,
body.page-id-28 .univers__lien:hover .btn__picto svg path,
body.page-id-30 .univers__lien:hover .btn__picto svg path,
body.page-id-32 .univers__lien:hover .btn__picto svg path,
body.page-id-34 .univers__lien:hover .btn__picto svg path,
body.page-id-1417 .univers__lien:hover .btn__picto svg path,
body.post-type-archive-product .univers__lien:hover .btn__picto svg path,
body.single-product .univers__lien:hover .btn__picto svg path,
body.tax-product_cat .univers__lien:hover .btn__picto svg path {
  fill: #fff;
}
body.page-id-14 .presentation {
  position: relative;
}
body.page-id-14 .presentation h2.titre {
  font-size: 62px;
  font-family: 'Lora', serif;
  color: #648475;
}
body.page-id-14 .presentation__contenus {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 120px 80px;
}
body.page-id-14 .presentation .adresse {
  display: flex;
  align-items: center;
  padding: 5px 0;
  color: #333333;
  font-weight: 200;
  font-family: 'Lora', serif;
}
body.page-id-14 .presentation .adresse__picto {
  display: block;
  padding-top: 8px;
  margin-right: 10px;
  transition: all .3s ease;
}
body.page-id-14 .presentation .adresse__picto svg {
  width: 20px;
  height: 20px;
}
body.page-id-14 .presentation .adresse__picto svg path,
body.page-id-14 .presentation .adresse__picto svg circle {
  stroke: #648475;
  transition: all .3s ease;
}
body.page-id-14 .presentation .tel,
body.page-id-14 .presentation .email {
  display: flex;
  align-items: center;
  padding: 5px 0;
  color: #333333;
  font-weight: 800;
  font-family: 'Lora', serif;
}
body.page-id-14 .presentation .tel__picto,
body.page-id-14 .presentation .email__picto {
  display: block;
  padding-top: 8px;
  margin-right: 10px;
  transition: all .3s ease;
}
body.page-id-14 .presentation .tel__picto svg,
body.page-id-14 .presentation .email__picto svg {
  width: 20px;
  height: 20px;
}
body.page-id-14 .presentation .tel__picto svg path,
body.page-id-14 .presentation .email__picto svg path {
  stroke: #648475;
  transition: all .3s ease;
}
body.page-id-14 .presentation .tel:hover,
body.page-id-14 .presentation .email:hover {
  color: #648475;
}
body.page-id-14 .presentation .tel:hover .tel__picto svg path,
body.page-id-14 .presentation .email:hover .tel__picto svg path {
  stroke: #333333;
}
body.page-id-14 .presentation .map {
  width: 70%;
  position: absolute;
  right: 0;
}
body.page-id-14 .presentation .map:before {
  content: '';
  width: 60px;
  height: 70%;
  background: #fff;
  position: absolute;
  top: 70px;
  left: 0;
  display: block;
  z-index: 10;
}
body.page-id-14 .presentation .map .leaflet-map {
  height: 450px !important;
  z-index: 1;
}
body.page-id-14 .presentation_horaires {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}
body.page-id-14 .presentation_horaires .presentation-container {
  position: relative;
  margin: auto;
}
@media screen and (min-width: 1630px) {
  body.page-id-14 .presentation_horaires .presentation-container {
    max-width: 1630px;
  }
}
@media screen and (max-width: 1630px) {
  body.page-id-14 .presentation_horaires .presentation-container {
    max-width: 100%;
  }
}
body.page-id-14 .presentation_horaires h2 {
  font-family: 'rocknessregular';
  color: #e7e7e8;
  font-size: 200px;
  z-index: 10;
}
body.page-id-14 .presentation_horaires h3.titre {
  font-size: 1.5rem;
  font-family: 'Lora', serif;
  color: #648475;
}
body.page-id-14 .presentation_horaires .horaires-item {
  margin-bottom: 2rem;
}
body.page-id-14 .presentation_horaires .horaires-item:last-of-type {
  margin-bottom: 0;
}
body.page-id-14 .presentation_horaires .presentation__contenus {
  justify-content: flex-start;
}
body.page-id-14 .presentation_horaires .adresse {
  display: flex;
  align-items: center;
  padding: 5px 0;
  color: #333333;
  font-weight: 200;
  font-family: 'Lora', serif;
}
body.page-id-14 .presentation_horaires .adresse__picto {
  display: block;
  padding-top: 8px;
  margin-right: 10px;
  transition: all .3s ease;
}
body.page-id-14 .presentation_horaires .adresse__picto svg {
  width: 20px;
  height: 20px;
}
body.page-id-14 .presentation_horaires .adresse__picto svg path,
body.page-id-14 .presentation_horaires .adresse__picto svg circle {
  stroke: #648475;
  transition: all .3s ease;
}
body.page-id-14 .presentation_horaires .tel,
body.page-id-14 .presentation_horaires .email {
  display: flex;
  align-items: center;
  padding: 5px 0;
  color: #333333;
  font-weight: 800;
  font-family: 'Lora', serif;
}
body.page-id-14 .presentation_horaires .tel__picto,
body.page-id-14 .presentation_horaires .email__picto {
  display: block;
  padding-top: 8px;
  margin-right: 10px;
  transition: all .3s ease;
}
body.page-id-14 .presentation_horaires .tel__picto svg,
body.page-id-14 .presentation_horaires .email__picto svg {
  width: 20px;
  height: 20px;
}
body.page-id-14 .presentation_horaires .tel__picto svg path,
body.page-id-14 .presentation_horaires .email__picto svg path {
  stroke: #648475;
  transition: all .3s ease;
}
body.page-id-14 .presentation_horaires .tel:hover,
body.page-id-14 .presentation_horaires .email:hover {
  color: #648475;
}
body.page-id-14 .presentation_horaires .tel:hover .tel__picto svg path,
body.page-id-14 .presentation_horaires .email:hover .tel__picto svg path {
  stroke: #333333;
}
body.page-id-14 .form-contact {
  background: url('../img/poisson-contact.png') no-repeat left center, url('../img/brush-contact.png') repeat-y right top;
  background-color: #648475;
  color: #fff;
  padding: 60px 0;
}
body.page-id-14 .form-contact .nf-form-title h3 {
  color: ;
  font-size: 20px;
  margin-top: 60px;
}
body.page-id-14 .form-contact .nf-field-label {
  display: none;
}
body.page-id-14 .form-contact .checkbox-wrap .nf-field-label {
  display: block;
  margin-bottom: 1rem;
}
body.page-id-14 .form-contact .checkbox-wrap .nf-field-label label {
  line-height: 1.4;
  font-size: .9rem;
}
body.page-id-14 .form-contact .checkbox-wrap .nf-field-label label:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #fff;
  top: 3px;
  left: -28px;
}
body.page-id-14 .form-contact .checkbox-wrap .nf-field-label label:after {
  width: 10px;
  height: 10px;
  top: 3px;
  background: transparent;
}
body.page-id-14 .form-contact .nf-form-fields-required {
  display: none;
}
body.page-id-14 .form-contact .nf-before-form-content {
  margin-bottom: 20px;
}
body.page-id-14 .form-contact .nf-error-msg {
  text-align: center;
}
body.page-id-14 .form-contact .nf-field-container {
  margin-bottom: 10px;
}
body.page-id-14 .form-contact .nf-form-content {
  font-family: 'Raleway', sans-serif;
}
body.page-id-14 .form-contact .nf-form-content .nf-error .nf-field-element input[type="text"],
body.page-id-14 .form-contact .nf-form-content .nf-error .nf-field-element input[type="tel"],
body.page-id-14 .form-contact .nf-form-content .nf-error .nf-field-element input[type="email"],
body.page-id-14 .form-contact .nf-form-content .nf-error .nf-field-element input[type="number"] {
  border: 1px solid ;
}
body.page-id-14 .form-contact .nf-form-content input[type="text"],
body.page-id-14 .form-contact .nf-form-content input[type="tel"],
body.page-id-14 .form-contact .nf-form-content input[type="email"],
body.page-id-14 .form-contact .nf-form-content input[type="number"] {
  min-height: 30px;
  padding: 10px 10px;
  border: none;
  background: transparent;
  color: #fff;
  font-weight: 400;
  border: 1px solid #fff;
}
body.page-id-14 .form-contact .nf-form-content input[type="text"]:focus,
body.page-id-14 .form-contact .nf-form-content input[type="tel"]:focus,
body.page-id-14 .form-contact .nf-form-content input[type="email"]:focus,
body.page-id-14 .form-contact .nf-form-content input[type="number"]:focus {
  outline: none;
}
body.page-id-14 .form-contact .nf-form-content input[type="text"]::placeholder,
body.page-id-14 .form-contact .nf-form-content input[type="tel"]::placeholder,
body.page-id-14 .form-contact .nf-form-content input[type="email"]::placeholder,
body.page-id-14 .form-contact .nf-form-content input[type="number"]::placeholder,
body.page-id-14 .form-contact .nf-form-content label {
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  border-right: none;
  border-left: none;
  border-top: none;
}
body.page-id-14 .form-contact .nf-form-content .field-wrap.submit-wrap input[type="button"] {
  text-align: center;
  background: transparent;
  border: 1px solid #fff;
  text-transform: uppercase;
  color: #fff;
  padding: 0 50px;
  cursor: pointer;
  width: 200px;
  display: block;
  height: 40px;
  float: right;
  transition: all .3s ease;
  font-weight: 700;
  z-index: 10;
  font-size: 14px;
}
body.page-id-14 .form-contact .nf-form-content .field-wrap.submit-wrap input[type="button"]:hover {
  background: #fff;
  color: #648475;
}
body.page-id-14 .form-contact .nf-form-content .field-wrap.submit-wrap input[type="button"]:focus {
  outline: none;
}
body.page-id-14 .form-contact .nf-form-content .field-wrap textarea {
  background: transparent;
  border: 1px solid #fff;
  padding: 10px 10px;
  height: 150px;
  font-weight: 400;
  color: #fff;
}
body.page-id-14 .form-contact .nf-form-content .field-wrap textarea::placeholder {
  color: #fff;
}
body.page-id-14 .form-contact .nf-form-content .field-wrap textarea:focus {
  outline: none;
}
body.page-id-14 .form-contact .nf-form-content .list-container {
  padding-left: 20px;
}
body.page-id-14 .form-contact .nf-form-content .list-container .nf-field-label {
  display: block;
}
body.page-id-14 .form-contact .nf-form-content .list-container .listcheckbox-wrap 
                    .nf-field-element label:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #fff;
  top: 3px;
  left: -28px;
}
body.page-id-14 .form-contact .nf-form-content .list-container .listcheckbox-wrap 
                    .nf-field-element label:after {
  width: 10px;
  height: 10px;
  background: transparent;
}
body.page-id-14 .form-contact .nf-form-content .list-multiselect-wrap {
  background: transparent;
  border: 2px solid #fff;
  padding: 20px;
}
body.page-id-14 .form-contact .nf-form-content .list-multiselect-wrap select {
  border: none;
  overflow: hidden;
  height: 40px;
}
body.page-id-14 .form-contact .nf-form-content .list-multiselect-wrap select option {
  text-transform: uppercase;
  color: #000;
}
body.page-id-14 .form-contact .nf-form-content .list-multiselect-wrap select:focus {
  outline: none;
}
body.page-id-20 .presentation__contenu .btn__picto,
body.page-id-1417 .presentation__contenu .btn__picto {
  background-color: #648475;
  border-color: #648475;
}
body.page-id-20 .histoire,
body.page-id-1417 .histoire {
  padding: 120px 0 0;
  position: relative;
}
body.page-id-20 .histoire .histoire-container,
body.page-id-1417 .histoire .histoire-container {
  position: relative;
}
@media screen and (min-width: 1630px) {
  body.page-id-20 .histoire .histoire-container,
  body.page-id-1417 .histoire .histoire-container {
    max-width: 1630px;
  }
}
body.page-id-20 .histoire h2.titre,
body.page-id-1417 .histoire h2.titre {
  font-family: 'rocknessregular';
  color: #e7e7e8;
  font-size: 200px;
  position: absolute;
  left: 0;
  top: -30px;
  z-index: 10;
}
body.page-id-20 .histoire__bg,
body.page-id-1417 .histoire__bg {
  display: block;
  background-repeat: no-repeat;
  width: 60%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 120px;
  z-index: -1;
}
body.page-id-20 .histoire__contenu,
body.page-id-1417 .histoire__contenu {
  padding-top: 200px;
  padding-bottom: 80px;
}
body.page-id-20 .actualites,
body.page-id-1417 .actualites {
  position: relative;
  margin-top: 100px;
}
body.page-id-20 .actualites h2.titre,
body.page-id-1417 .actualites h2.titre {
  font-family: 'Lora', serif;
  font-size: 62px;
  color: #648475;
  font-weight: 600;
  position: absolute;
  top: -56px;
  left: 30px;
}
body.page-id-20 .actualites__container,
body.page-id-1417 .actualites__container {
  background: #648475;
  border-right: 1px solid #fff;
  color: #fff;
  padding: 80px 0;
}
body.page-id-20 .actualites__inner,
body.page-id-1417 .actualites__inner {
  max-width: 390px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
body.page-id-20 .actualites__inner h3,
body.page-id-1417 .actualites__inner h3 {
  font-family: 'Lora', serif;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 200;
}
body.page-id-20 .actualites__inner .img-container,
body.page-id-1417 .actualites__inner .img-container {
  position: relative;
}
body.page-id-20 .actualites__inner .img-container .brush-img,
body.page-id-1417 .actualites__inner .img-container .brush-img {
  background: url('../img/brush-actu-accueil.png') no-repeat center center;
  width: 140px;
  height: 80px;
  position: absolute;
  right: -60px;
  top: -30px;
}
body.page-id-20 .actualites__inner .img-container .thumb,
body.page-id-1417 .actualites__inner .img-container .thumb {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
body.page-id-20 .actualites__inner .btn,
body.page-id-1417 .actualites__inner .btn {
  display: flex;
  align-items: center;
  color: #fff;
}
body.page-id-20 .actualites__inner .btn__picto,
body.page-id-1417 .actualites__inner .btn__picto {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 30px;
  border: 2px solid #fff;
  transition: all .3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  background: #fff;
}
body.page-id-20 .actualites__inner .btn__picto svg,
body.page-id-1417 .actualites__inner .btn__picto svg {
  width: 20px;
  height: 20px;
}
body.page-id-20 .actualites__inner .btn__picto svg path,
body.page-id-1417 .actualites__inner .btn__picto svg path {
  fill: #648475;
  transition: all .3s ease;
}
body.page-id-20 .actualites__inner .btn:hover,
body.page-id-1417 .actualites__inner .btn:hover {
  color: #333333;
}
body.page-id-20 .actualites__inner .btn:hover .btn__picto,
body.page-id-1417 .actualites__inner .btn:hover .btn__picto {
  background: transparent;
}
body.page-id-20 .actualites__inner .btn:hover .btn__picto svg path,
body.page-id-1417 .actualites__inner .btn:hover .btn__picto svg path {
  fill: #fff;
}
body.page-id-22 .presentation__contenu .btn,
body.page-id-30 .presentation__contenu .btn {
  color: #d56028;
}
body.page-id-22 .presentation__contenu .btn__picto,
body.page-id-30 .presentation__contenu .btn__picto {
  background-color: #d56028;
  border-color: #d56028;
}
body.page-id-22 .presentation__contenu .btn:hover,
body.page-id-30 .presentation__contenu .btn:hover {
  color: #333333;
}
body.page-id-22 .presentation__contenu .btn:hover .btn__picto,
body.page-id-30 .presentation__contenu .btn:hover .btn__picto {
  background: transparent;
}
body.page-id-22 .presentation__contenu .btn:hover .btn__picto svg path,
body.page-id-30 .presentation__contenu .btn:hover .btn__picto svg path {
  fill: #d56028;
}
body.page-id-24 .presentation__contenu .btn,
body.page-id-26 .presentation__contenu .btn {
  color: #f5c42b;
}
body.page-id-24 .presentation__contenu .btn__picto,
body.page-id-26 .presentation__contenu .btn__picto {
  background-color: #f5c42b;
  border-color: #f5c42b;
}
body.page-id-24 .presentation__contenu .btn:hover,
body.page-id-26 .presentation__contenu .btn:hover {
  color: #333333;
}
body.page-id-24 .presentation__contenu .btn:hover .btn__picto,
body.page-id-26 .presentation__contenu .btn:hover .btn__picto {
  background: transparent;
}
body.page-id-24 .presentation__contenu .btn:hover .btn__picto svg path,
body.page-id-26 .presentation__contenu .btn:hover .btn__picto svg path {
  fill: #f5c42b;
}
body.page-id-24 .gites,
body.page-id-24 .chambre_hote,
body.page-id-26 .gites,
body.page-id-26 .chambre_hote {
  padding-top: 60px;
}
body.page-id-24 .gites .gites-container,
body.page-id-24 .gites .chambre_hote-container,
body.page-id-24 .chambre_hote .gites-container,
body.page-id-24 .chambre_hote .chambre_hote-container,
body.page-id-26 .gites .gites-container,
body.page-id-26 .gites .chambre_hote-container,
body.page-id-26 .chambre_hote .gites-container,
body.page-id-26 .chambre_hote .chambre_hote-container {
  position: relative;
}
@media screen and (min-width: 1630px) {
  body.page-id-24 .gites .gites-container,
  body.page-id-24 .gites .chambre_hote-container,
  body.page-id-24 .chambre_hote .gites-container,
  body.page-id-24 .chambre_hote .chambre_hote-container,
  body.page-id-26 .gites .gites-container,
  body.page-id-26 .gites .chambre_hote-container,
  body.page-id-26 .chambre_hote .gites-container,
  body.page-id-26 .chambre_hote .chambre_hote-container {
    max-width: 1630px;
  }
}
@media screen and (max-width: 1630px) {
  body.page-id-24 .gites .gites-container,
  body.page-id-24 .gites .chambre_hote-container,
  body.page-id-24 .chambre_hote .gites-container,
  body.page-id-24 .chambre_hote .chambre_hote-container,
  body.page-id-26 .gites .gites-container,
  body.page-id-26 .gites .chambre_hote-container,
  body.page-id-26 .chambre_hote .gites-container,
  body.page-id-26 .chambre_hote .chambre_hote-container {
    max-width: 100%;
  }
}
body.page-id-24 .gites__container,
body.page-id-24 .chambre_hote__container,
body.page-id-26 .gites__container,
body.page-id-26 .chambre_hote__container {
  margin-top: 40px;
}
body.page-id-24 .gites__bloc,
body.page-id-24 .chambre_hote__bloc,
body.page-id-26 .gites__bloc,
body.page-id-26 .chambre_hote__bloc {
  padding: 50px 50px;
}
body.page-id-24 .gites__bloc .brush,
body.page-id-24 .chambre_hote__bloc .brush,
body.page-id-26 .gites__bloc .brush,
body.page-id-26 .chambre_hote__bloc .brush {
  width: 220px;
  height: 180px;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  left: -30px;
  top: 0;
  z-index: -1;
}
body.page-id-24 .gites__bloc h2.titre,
body.page-id-24 .chambre_hote__bloc h2.titre,
body.page-id-26 .gites__bloc h2.titre,
body.page-id-26 .chambre_hote__bloc h2.titre {
  color: #f5c42b;
  font-family: 'Lora', serif;
  font-size: 62px;
  font-weight: 600;
}
body.page-id-24 .gites__bloc .btn,
body.page-id-24 .chambre_hote__bloc .btn,
body.page-id-26 .gites__bloc .btn,
body.page-id-26 .chambre_hote__bloc .btn {
  display: flex;
  align-items: center;
  color: #fff;
}
body.page-id-24 .gites__bloc .btn__picto,
body.page-id-24 .chambre_hote__bloc .btn__picto,
body.page-id-26 .gites__bloc .btn__picto,
body.page-id-26 .chambre_hote__bloc .btn__picto {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 30px;
  border: 2px solid #f5c42b;
  transition: all .3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5c42b;
}
body.page-id-24 .gites__bloc .btn__picto svg,
body.page-id-24 .chambre_hote__bloc .btn__picto svg,
body.page-id-26 .gites__bloc .btn__picto svg,
body.page-id-26 .chambre_hote__bloc .btn__picto svg {
  width: 20px;
  height: 20px;
}
body.page-id-24 .gites__bloc .btn__picto svg path,
body.page-id-24 .chambre_hote__bloc .btn__picto svg path,
body.page-id-26 .gites__bloc .btn__picto svg path,
body.page-id-26 .chambre_hote__bloc .btn__picto svg path {
  fill: #fff;
  transition: all .3s ease;
}
body.page-id-24 .gites__bloc .btn:hover .btn__picto,
body.page-id-24 .chambre_hote__bloc .btn:hover .btn__picto,
body.page-id-26 .gites__bloc .btn:hover .btn__picto,
body.page-id-26 .chambre_hote__bloc .btn:hover .btn__picto {
  background: transparent;
}
body.page-id-24 .gites__bloc .btn:hover .btn__picto svg path,
body.page-id-24 .chambre_hote__bloc .btn:hover .btn__picto svg path,
body.page-id-26 .gites__bloc .btn:hover .btn__picto svg path,
body.page-id-26 .chambre_hote__bloc .btn:hover .btn__picto svg path {
  fill: #f5c42b;
}
body.page-id-24 .gites .owl-gite,
body.page-id-24 .chambre_hote .owl-gite,
body.page-id-26 .gites .owl-gite,
body.page-id-26 .chambre_hote .owl-gite {
  position: relative;
}
body.page-id-24 .gites .owl-gite:before,
body.page-id-24 .chambre_hote .owl-gite:before,
body.page-id-26 .gites .owl-gite:before,
body.page-id-26 .chambre_hote .owl-gite:before {
  content: '';
  width: 40px;
  height: 80%;
  background: #fff;
  position: absolute;
  top: 30px;
  left: 0;
  display: block;
  z-index: 10;
}
body.page-id-24 .gites .owl-gite .bg-img,
body.page-id-24 .chambre_hote .owl-gite .bg-img,
body.page-id-26 .gites .owl-gite .bg-img,
body.page-id-26 .chambre_hote .owl-gite .bg-img {
  height: 460px;
  background-size: cover;
  background-position: 50% 50%;
}
body.page-id-24 .gites .custom-nav,
body.page-id-24 .chambre_hote .custom-nav,
body.page-id-26 .gites .custom-nav,
body.page-id-26 .chambre_hote .custom-nav {
  display: block;
  width: 100%;
  position: absolute;
  top: 45%;
  z-index: 10;
}
body.page-id-24 .gites .custom-nav .owl-next,
body.page-id-24 .gites .custom-nav .owl-prev,
body.page-id-24 .chambre_hote .custom-nav .owl-next,
body.page-id-24 .chambre_hote .custom-nav .owl-prev,
body.page-id-26 .gites .custom-nav .owl-next,
body.page-id-26 .gites .custom-nav .owl-prev,
body.page-id-26 .chambre_hote .custom-nav .owl-next,
body.page-id-26 .chambre_hote .custom-nav .owl-prev {
  width: 22px;
  height: 40px;
  position: absolute;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
}
body.page-id-24 .gites .custom-nav .owl-prev,
body.page-id-24 .chambre_hote .custom-nav .owl-prev,
body.page-id-26 .gites .custom-nav .owl-prev,
body.page-id-26 .chambre_hote .custom-nav .owl-prev {
  left: 60px;
}
body.page-id-24 .gites .custom-nav .owl-prev:focus,
body.page-id-24 .chambre_hote .custom-nav .owl-prev:focus,
body.page-id-26 .gites .custom-nav .owl-prev:focus,
body.page-id-26 .chambre_hote .custom-nav .owl-prev:focus {
  outline: none;
}
body.page-id-24 .gites .custom-nav .owl-next,
body.page-id-24 .chambre_hote .custom-nav .owl-next,
body.page-id-26 .gites .custom-nav .owl-next,
body.page-id-26 .chambre_hote .custom-nav .owl-next {
  right: 40px;
}
body.page-id-24 .gites .custom-nav .owl-next:focus,
body.page-id-24 .chambre_hote .custom-nav .owl-next:focus,
body.page-id-26 .gites .custom-nav .owl-next:focus,
body.page-id-26 .chambre_hote .custom-nav .owl-next:focus {
  outline: none;
}
body.page-id-26 .image_description,
body.page-id-30 .image_description {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  margin-top: 60px;
  padding: 60px 0;
}
body.page-id-26 .image_description__contenu,
body.page-id-30 .image_description__contenu {
  background: rgba(0,0,0,0.65);
  padding: 40px;
  color: #fff;
}
body.page-id-26 .image_description__contenu h2.titre,
body.page-id-30 .image_description__contenu h2.titre {
  color: #f5c42b;
  font-family: 'Lora', serif;
  font-size: 24px;
  margin-bottom: 20px;
}
body.page-id-26 .image_description__contenu .contenu,
body.page-id-30 .image_description__contenu .contenu {
  font-family: 'Raleway', sans-serif;
}
body.page-id-26 .univers,
body.page-id-30 .univers {
  background: url('../img/brush-univers.png') no-repeat top center;
}
body.page-id-30 .image_description__contenu h2.titre {
  color: #d56028;
}
body.page-id-28 .presentation__contenu .btn {
  color: #b57a2c;
}
body.page-id-28 .presentation__contenu .btn__picto {
  background-color: #b57a2c;
  border-color: #b57a2c;
}
body.page-id-28 .presentation__contenu .btn:hover {
  color: #333333;
}
body.page-id-28 .presentation__contenu .btn:hover .btn__picto {
  background: transparent;
}
body.page-id-28 .presentation__contenu .btn:hover .btn__picto svg path {
  fill: #b57a2c;
}
body.page-id-32 .presentation__contenu .btn {
  color: #f19c98;
}
body.page-id-32 .presentation__contenu .btn__picto {
  background-color: #f19c98;
  border-color: #f19c98;
}
body.page-id-32 .presentation__contenu .btn:hover {
  color: #333333;
}
body.page-id-32 .presentation__contenu .btn:hover .btn__picto {
  background: transparent;
}
body.page-id-32 .presentation__contenu .btn:hover .btn__picto svg path {
  fill: #f19c98;
}
body.page-id-34 .actualites {
  position: relative;
  background: url('../img/brush-actu-left.png') repeat-y top left, url('../img/brush-actu-right.png') repeat-y top right;
}
body.page-id-34 .actualites h1.titre {
  font-family: 'rocknessregular';
  color: #e7e7e8;
  font-size: 200px;
  position: relative;
  margin: 0 auto;
  z-index: 10;
  display: block;
  text-align: center;
}
@media (max-width: 1600px) {
  body.page-id-34 .actualites h1.titre {
    font-size: 140px;
    margin-top: 20px;
  }
}
body.page-id-34 .actualites__container {
  color: #333333;
  margin: 40px 0;
  position: relative;
}
body.page-id-34 .actualites__container:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #dadada;
  position: absolute;
  bottom: -40px;
}
body.page-id-34 .actualites__container:nth-child(2n+1) {
  border-right: 1px solid #dadada;
}
body.page-id-34 .actualites__inner {
  max-width: 390px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
body.page-id-34 .actualites__inner h3 {
  font-family: 'Lora', serif;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 200;
  color: #648475;
}
body.page-id-34 .actualites__inner .img-container {
  position: relative;
}
body.page-id-34 .actualites__inner .img-container .brush-img {
  background: url('../img/brush-actu-accueil.png') no-repeat center center;
  width: 140px;
  height: 80px;
  position: absolute;
  right: -60px;
  top: -30px;
}
body.page-id-34 .actualites__inner .img-container .thumb {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
body.page-id-34 .actualites__inner .btn {
  display: flex;
  align-items: center;
  color: #648475;
}
body.page-id-34 .actualites__inner .btn__picto {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 30px;
  border: 2px solid #648475;
  transition: all .3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  background: #648475;
}
body.page-id-34 .actualites__inner .btn__picto svg {
  width: 20px;
  height: 20px;
}
body.page-id-34 .actualites__inner .btn__picto svg path {
  fill: #fff;
  transition: all .3s ease;
}
body.page-id-34 .actualites__inner .btn:hover {
  color: #333333;
}
body.page-id-34 .actualites__inner .btn:hover .btn__picto {
  background: transparent;
}
body.page-id-34 .actualites__inner .btn:hover .btn__picto svg path {
  fill: #648475;
}
body.page-id-34 .actualites .pagination {
  display: flex;
  justify-content: center;
  margin: 40px 0 40px;
}
body.page-id-34 .actualites .pagination a,
body.page-id-34 .actualites .pagination span {
  display: block;
  text-align: center;
  color: #648475;
  margin: 0 2px;
}
body.page-id-34 .actualites .pagination .current {
  background: #648475;
  color: #fff;
  border-radius: 20px;
  border: 1px solid #648475;
  width: 25px;
  font-weight: 600;
}
body.page-id-34 .actualites .pagination a {
  border: 1px solid #648475;
  border-radius: 20px;
  width: 25px;
  height: 25px;
  font-weight: 600;
}
body.page-id-34 .actualites .pagination a.prev,
body.page-id-34 .actualites .pagination a.next {
  line-height: 20px;
}
body.page-id-34 .actualites .pagination a:hover {
  background: #648475;
  color: #fff;
}
body.single-gite .entete__bg,
body.single-chambre_hote .entete__bg {
  display: block;
  width: 100%;
  height: 970px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
body.single-gite .entete__bg .logo,
body.single-chambre_hote .entete__bg .logo {
  padding: 270px 0;
}
body.single-gite .entete__bg .logo img,
body.single-chambre_hote .entete__bg .logo img {
  display: block;
  margin: 0 auto;
}
body.single-gite .gite-description,
body.single-gite .chambre_hote-description,
body.single-gite .chambre_hotes,
body.single-gite .gites,
body.single-chambre_hote .gite-description,
body.single-chambre_hote .chambre_hote-description,
body.single-chambre_hote .chambre_hotes,
body.single-chambre_hote .gites {
  padding-top: 60px;
}
body.single-gite .gite-description .gite-description-container,
body.single-gite .gite-description .chambre_hotes-container,
body.single-gite .gite-description .chambre_hote-description-container,
body.single-gite .gite-description .gites-container,
body.single-gite .chambre_hote-description .gite-description-container,
body.single-gite .chambre_hote-description .chambre_hotes-container,
body.single-gite .chambre_hote-description .chambre_hote-description-container,
body.single-gite .chambre_hote-description .gites-container,
body.single-gite .chambre_hotes .gite-description-container,
body.single-gite .chambre_hotes .chambre_hotes-container,
body.single-gite .chambre_hotes .chambre_hote-description-container,
body.single-gite .chambre_hotes .gites-container,
body.single-gite .gites .gite-description-container,
body.single-gite .gites .chambre_hotes-container,
body.single-gite .gites .chambre_hote-description-container,
body.single-gite .gites .gites-container,
body.single-chambre_hote .gite-description .gite-description-container,
body.single-chambre_hote .gite-description .chambre_hotes-container,
body.single-chambre_hote .gite-description .chambre_hote-description-container,
body.single-chambre_hote .gite-description .gites-container,
body.single-chambre_hote .chambre_hote-description .gite-description-container,
body.single-chambre_hote .chambre_hote-description .chambre_hotes-container,
body.single-chambre_hote .chambre_hote-description .chambre_hote-description-container,
body.single-chambre_hote .chambre_hote-description .gites-container,
body.single-chambre_hote .chambre_hotes .gite-description-container,
body.single-chambre_hote .chambre_hotes .chambre_hotes-container,
body.single-chambre_hote .chambre_hotes .chambre_hote-description-container,
body.single-chambre_hote .chambre_hotes .gites-container,
body.single-chambre_hote .gites .gite-description-container,
body.single-chambre_hote .gites .chambre_hotes-container,
body.single-chambre_hote .gites .chambre_hote-description-container,
body.single-chambre_hote .gites .gites-container {
  position: relative;
}
@media screen and (min-width: 1630px) {
  body.single-gite .gite-description .gite-description-container,
  body.single-gite .gite-description .chambre_hotes-container,
  body.single-gite .gite-description .chambre_hote-description-container,
  body.single-gite .gite-description .gites-container,
  body.single-gite .chambre_hote-description .gite-description-container,
  body.single-gite .chambre_hote-description .chambre_hotes-container,
  body.single-gite .chambre_hote-description .chambre_hote-description-container,
  body.single-gite .chambre_hote-description .gites-container,
  body.single-gite .chambre_hotes .gite-description-container,
  body.single-gite .chambre_hotes .chambre_hotes-container,
  body.single-gite .chambre_hotes .chambre_hote-description-container,
  body.single-gite .chambre_hotes .gites-container,
  body.single-gite .gites .gite-description-container,
  body.single-gite .gites .chambre_hotes-container,
  body.single-gite .gites .chambre_hote-description-container,
  body.single-gite .gites .gites-container,
  body.single-chambre_hote .gite-description .gite-description-container,
  body.single-chambre_hote .gite-description .chambre_hotes-container,
  body.single-chambre_hote .gite-description .chambre_hote-description-container,
  body.single-chambre_hote .gite-description .gites-container,
  body.single-chambre_hote .chambre_hote-description .gite-description-container,
  body.single-chambre_hote .chambre_hote-description .chambre_hotes-container,
  body.single-chambre_hote .chambre_hote-description .chambre_hote-description-container,
  body.single-chambre_hote .chambre_hote-description .gites-container,
  body.single-chambre_hote .chambre_hotes .gite-description-container,
  body.single-chambre_hote .chambre_hotes .chambre_hotes-container,
  body.single-chambre_hote .chambre_hotes .chambre_hote-description-container,
  body.single-chambre_hote .chambre_hotes .gites-container,
  body.single-chambre_hote .gites .gite-description-container,
  body.single-chambre_hote .gites .chambre_hotes-container,
  body.single-chambre_hote .gites .chambre_hote-description-container,
  body.single-chambre_hote .gites .gites-container {
    max-width: 1630px;
  }
}
@media screen and (max-width: 1630px) {
  body.single-gite .gite-description .gite-description-container,
  body.single-gite .gite-description .chambre_hotes-container,
  body.single-gite .gite-description .chambre_hote-description-container,
  body.single-gite .gite-description .gites-container,
  body.single-gite .chambre_hote-description .gite-description-container,
  body.single-gite .chambre_hote-description .chambre_hotes-container,
  body.single-gite .chambre_hote-description .chambre_hote-description-container,
  body.single-gite .chambre_hote-description .gites-container,
  body.single-gite .chambre_hotes .gite-description-container,
  body.single-gite .chambre_hotes .chambre_hotes-container,
  body.single-gite .chambre_hotes .chambre_hote-description-container,
  body.single-gite .chambre_hotes .gites-container,
  body.single-gite .gites .gite-description-container,
  body.single-gite .gites .chambre_hotes-container,
  body.single-gite .gites .chambre_hote-description-container,
  body.single-gite .gites .gites-container,
  body.single-chambre_hote .gite-description .gite-description-container,
  body.single-chambre_hote .gite-description .chambre_hotes-container,
  body.single-chambre_hote .gite-description .chambre_hote-description-container,
  body.single-chambre_hote .gite-description .gites-container,
  body.single-chambre_hote .chambre_hote-description .gite-description-container,
  body.single-chambre_hote .chambre_hote-description .chambre_hotes-container,
  body.single-chambre_hote .chambre_hote-description .chambre_hote-description-container,
  body.single-chambre_hote .chambre_hote-description .gites-container,
  body.single-chambre_hote .chambre_hotes .gite-description-container,
  body.single-chambre_hote .chambre_hotes .chambre_hotes-container,
  body.single-chambre_hote .chambre_hotes .chambre_hote-description-container,
  body.single-chambre_hote .chambre_hotes .gites-container,
  body.single-chambre_hote .gites .gite-description-container,
  body.single-chambre_hote .gites .chambre_hotes-container,
  body.single-chambre_hote .gites .chambre_hote-description-container,
  body.single-chambre_hote .gites .gites-container {
    max-width: 100%;
  }
}
body.single-gite .gite-description__container,
body.single-gite .chambre_hote-description__container,
body.single-gite .chambre_hotes__container,
body.single-gite .gites__container,
body.single-chambre_hote .gite-description__container,
body.single-chambre_hote .chambre_hote-description__container,
body.single-chambre_hote .chambre_hotes__container,
body.single-chambre_hote .gites__container {
  margin-top: 40px;
}
body.single-gite .gite-description__bloc,
body.single-gite .chambre_hote-description__bloc,
body.single-gite .chambre_hotes__bloc,
body.single-gite .gites__bloc,
body.single-chambre_hote .gite-description__bloc,
body.single-chambre_hote .chambre_hote-description__bloc,
body.single-chambre_hote .chambre_hotes__bloc,
body.single-chambre_hote .gites__bloc {
  padding: 50px 50px;
}
body.single-gite .gite-description__bloc .brush,
body.single-gite .chambre_hote-description__bloc .brush,
body.single-gite .chambre_hotes__bloc .brush,
body.single-gite .gites__bloc .brush,
body.single-chambre_hote .gite-description__bloc .brush,
body.single-chambre_hote .chambre_hote-description__bloc .brush,
body.single-chambre_hote .chambre_hotes__bloc .brush,
body.single-chambre_hote .gites__bloc .brush {
  width: 220px;
  height: 180px;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  left: -30px;
  top: 0;
  z-index: -1;
}
body.single-gite .gite-description__bloc h1.titre,
body.single-gite .chambre_hote-description__bloc h1.titre,
body.single-gite .chambre_hotes__bloc h1.titre,
body.single-gite .gites__bloc h1.titre,
body.single-chambre_hote .gite-description__bloc h1.titre,
body.single-chambre_hote .chambre_hote-description__bloc h1.titre,
body.single-chambre_hote .chambre_hotes__bloc h1.titre,
body.single-chambre_hote .gites__bloc h1.titre {
  color: #f5c42b;
  font-family: 'Lora', serif;
  font-size: 62px;
  font-weight: 600;
}
body.single-gite .gite-description__bloc .btn,
body.single-gite .chambre_hote-description__bloc .btn,
body.single-gite .chambre_hotes__bloc .btn,
body.single-gite .gites__bloc .btn,
body.single-chambre_hote .gite-description__bloc .btn,
body.single-chambre_hote .chambre_hote-description__bloc .btn,
body.single-chambre_hote .chambre_hotes__bloc .btn,
body.single-chambre_hote .gites__bloc .btn {
  display: flex;
  align-items: center;
  color: #f5c42b;
}
body.single-gite .gite-description__bloc .btn__picto,
body.single-gite .chambre_hote-description__bloc .btn__picto,
body.single-gite .chambre_hotes__bloc .btn__picto,
body.single-gite .gites__bloc .btn__picto,
body.single-chambre_hote .gite-description__bloc .btn__picto,
body.single-chambre_hote .chambre_hote-description__bloc .btn__picto,
body.single-chambre_hote .chambre_hotes__bloc .btn__picto,
body.single-chambre_hote .gites__bloc .btn__picto {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 30px;
  border: 2px solid #f5c42b;
  transition: all .3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5c42b;
  margin-left: 10px;
}
body.single-gite .gite-description__bloc .btn__picto svg,
body.single-gite .chambre_hote-description__bloc .btn__picto svg,
body.single-gite .chambre_hotes__bloc .btn__picto svg,
body.single-gite .gites__bloc .btn__picto svg,
body.single-chambre_hote .gite-description__bloc .btn__picto svg,
body.single-chambre_hote .chambre_hote-description__bloc .btn__picto svg,
body.single-chambre_hote .chambre_hotes__bloc .btn__picto svg,
body.single-chambre_hote .gites__bloc .btn__picto svg {
  width: 20px;
  height: 20px;
}
body.single-gite .gite-description__bloc .btn__picto svg path,
body.single-gite .chambre_hote-description__bloc .btn__picto svg path,
body.single-gite .chambre_hotes__bloc .btn__picto svg path,
body.single-gite .gites__bloc .btn__picto svg path,
body.single-chambre_hote .gite-description__bloc .btn__picto svg path,
body.single-chambre_hote .chambre_hote-description__bloc .btn__picto svg path,
body.single-chambre_hote .chambre_hotes__bloc .btn__picto svg path,
body.single-chambre_hote .gites__bloc .btn__picto svg path {
  fill: #fff;
  transition: all .3s ease;
}
body.single-gite .gite-description__bloc .btn__picto i,
body.single-gite .chambre_hote-description__bloc .btn__picto i,
body.single-gite .chambre_hotes__bloc .btn__picto i,
body.single-gite .gites__bloc .btn__picto i,
body.single-chambre_hote .gite-description__bloc .btn__picto i,
body.single-chambre_hote .chambre_hote-description__bloc .btn__picto i,
body.single-chambre_hote .chambre_hotes__bloc .btn__picto i,
body.single-chambre_hote .gites__bloc .btn__picto i {
  color: #fff;
}
body.single-gite .gite-description__bloc .btn.mobile,
body.single-gite .chambre_hote-description__bloc .btn.mobile,
body.single-gite .chambre_hotes__bloc .btn.mobile,
body.single-gite .gites__bloc .btn.mobile,
body.single-chambre_hote .gite-description__bloc .btn.mobile,
body.single-chambre_hote .chambre_hote-description__bloc .btn.mobile,
body.single-chambre_hote .chambre_hotes__bloc .btn.mobile,
body.single-chambre_hote .gites__bloc .btn.mobile {
  line-height: 1.2;
  text-align: left;
}
body.single-gite .gite-description__bloc .btn:hover,
body.single-gite .chambre_hote-description__bloc .btn:hover,
body.single-gite .chambre_hotes__bloc .btn:hover,
body.single-gite .gites__bloc .btn:hover,
body.single-chambre_hote .gite-description__bloc .btn:hover,
body.single-chambre_hote .chambre_hote-description__bloc .btn:hover,
body.single-chambre_hote .chambre_hotes__bloc .btn:hover,
body.single-chambre_hote .gites__bloc .btn:hover {
  color: #333333;
}
body.single-gite .gite-description__bloc .btn:hover .btn__picto,
body.single-gite .chambre_hote-description__bloc .btn:hover .btn__picto,
body.single-gite .chambre_hotes__bloc .btn:hover .btn__picto,
body.single-gite .gites__bloc .btn:hover .btn__picto,
body.single-chambre_hote .gite-description__bloc .btn:hover .btn__picto,
body.single-chambre_hote .chambre_hote-description__bloc .btn:hover .btn__picto,
body.single-chambre_hote .chambre_hotes__bloc .btn:hover .btn__picto,
body.single-chambre_hote .gites__bloc .btn:hover .btn__picto {
  background: transparent;
}
body.single-gite .gite-description__bloc .btn:hover .btn__picto svg path,
body.single-gite .chambre_hote-description__bloc .btn:hover .btn__picto svg path,
body.single-gite .chambre_hotes__bloc .btn:hover .btn__picto svg path,
body.single-gite .gites__bloc .btn:hover .btn__picto svg path,
body.single-chambre_hote .gite-description__bloc .btn:hover .btn__picto svg path,
body.single-chambre_hote .chambre_hote-description__bloc .btn:hover .btn__picto svg path,
body.single-chambre_hote .chambre_hotes__bloc .btn:hover .btn__picto svg path,
body.single-chambre_hote .gites__bloc .btn:hover .btn__picto svg path {
  fill: #f5c42b;
}
body.single-gite .gite-description__bloc .btn:hover .btn__picto i,
body.single-gite .chambre_hote-description__bloc .btn:hover .btn__picto i,
body.single-gite .chambre_hotes__bloc .btn:hover .btn__picto i,
body.single-gite .gites__bloc .btn:hover .btn__picto i,
body.single-chambre_hote .gite-description__bloc .btn:hover .btn__picto i,
body.single-chambre_hote .chambre_hote-description__bloc .btn:hover .btn__picto i,
body.single-chambre_hote .chambre_hotes__bloc .btn:hover .btn__picto i,
body.single-chambre_hote .gites__bloc .btn:hover .btn__picto i {
  color: #f5c42b;
}
body.single-gite .gite-description .owl-gite,
body.single-gite .gite-description .owl-chambre_hote,
body.single-gite .chambre_hote-description .owl-gite,
body.single-gite .chambre_hote-description .owl-chambre_hote,
body.single-gite .chambre_hotes .owl-gite,
body.single-gite .chambre_hotes .owl-chambre_hote,
body.single-gite .gites .owl-gite,
body.single-gite .gites .owl-chambre_hote,
body.single-chambre_hote .gite-description .owl-gite,
body.single-chambre_hote .gite-description .owl-chambre_hote,
body.single-chambre_hote .chambre_hote-description .owl-gite,
body.single-chambre_hote .chambre_hote-description .owl-chambre_hote,
body.single-chambre_hote .chambre_hotes .owl-gite,
body.single-chambre_hote .chambre_hotes .owl-chambre_hote,
body.single-chambre_hote .gites .owl-gite,
body.single-chambre_hote .gites .owl-chambre_hote {
  position: relative;
}
body.single-gite .gite-description .owl-gite:before,
body.single-gite .gite-description .owl-chambre_hote:before,
body.single-gite .chambre_hote-description .owl-gite:before,
body.single-gite .chambre_hote-description .owl-chambre_hote:before,
body.single-gite .chambre_hotes .owl-gite:before,
body.single-gite .chambre_hotes .owl-chambre_hote:before,
body.single-gite .gites .owl-gite:before,
body.single-gite .gites .owl-chambre_hote:before,
body.single-chambre_hote .gite-description .owl-gite:before,
body.single-chambre_hote .gite-description .owl-chambre_hote:before,
body.single-chambre_hote .chambre_hote-description .owl-gite:before,
body.single-chambre_hote .chambre_hote-description .owl-chambre_hote:before,
body.single-chambre_hote .chambre_hotes .owl-gite:before,
body.single-chambre_hote .chambre_hotes .owl-chambre_hote:before,
body.single-chambre_hote .gites .owl-gite:before,
body.single-chambre_hote .gites .owl-chambre_hote:before {
  content: '';
  width: 40px;
  height: 80%;
  background: #fff;
  position: absolute;
  top: 30px;
  left: 0;
  display: block;
  z-index: 10;
}
body.single-gite .gite-description .owl-gite .bg-img,
body.single-gite .gite-description .owl-chambre_hote .bg-img,
body.single-gite .chambre_hote-description .owl-gite .bg-img,
body.single-gite .chambre_hote-description .owl-chambre_hote .bg-img,
body.single-gite .chambre_hotes .owl-gite .bg-img,
body.single-gite .chambre_hotes .owl-chambre_hote .bg-img,
body.single-gite .gites .owl-gite .bg-img,
body.single-gite .gites .owl-chambre_hote .bg-img,
body.single-chambre_hote .gite-description .owl-gite .bg-img,
body.single-chambre_hote .gite-description .owl-chambre_hote .bg-img,
body.single-chambre_hote .chambre_hote-description .owl-gite .bg-img,
body.single-chambre_hote .chambre_hote-description .owl-chambre_hote .bg-img,
body.single-chambre_hote .chambre_hotes .owl-gite .bg-img,
body.single-chambre_hote .chambre_hotes .owl-chambre_hote .bg-img,
body.single-chambre_hote .gites .owl-gite .bg-img,
body.single-chambre_hote .gites .owl-chambre_hote .bg-img {
  height: 600px;
  background-size: cover;
  background-position: 50% 50%;
}
body.single-gite .gite-description .custom-nav,
body.single-gite .chambre_hote-description .custom-nav,
body.single-gite .chambre_hotes .custom-nav,
body.single-gite .gites .custom-nav,
body.single-chambre_hote .gite-description .custom-nav,
body.single-chambre_hote .chambre_hote-description .custom-nav,
body.single-chambre_hote .chambre_hotes .custom-nav,
body.single-chambre_hote .gites .custom-nav {
  display: block;
  width: 100%;
  position: absolute;
  top: 45%;
  z-index: 10;
}
body.single-gite .gite-description .custom-nav .owl-next,
body.single-gite .gite-description .custom-nav .owl-prev,
body.single-gite .chambre_hote-description .custom-nav .owl-next,
body.single-gite .chambre_hote-description .custom-nav .owl-prev,
body.single-gite .chambre_hotes .custom-nav .owl-next,
body.single-gite .chambre_hotes .custom-nav .owl-prev,
body.single-gite .gites .custom-nav .owl-next,
body.single-gite .gites .custom-nav .owl-prev,
body.single-chambre_hote .gite-description .custom-nav .owl-next,
body.single-chambre_hote .gite-description .custom-nav .owl-prev,
body.single-chambre_hote .chambre_hote-description .custom-nav .owl-next,
body.single-chambre_hote .chambre_hote-description .custom-nav .owl-prev,
body.single-chambre_hote .chambre_hotes .custom-nav .owl-next,
body.single-chambre_hote .chambre_hotes .custom-nav .owl-prev,
body.single-chambre_hote .gites .custom-nav .owl-next,
body.single-chambre_hote .gites .custom-nav .owl-prev {
  width: 22px;
  height: 40px;
  position: absolute;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
}
body.single-gite .gite-description .custom-nav .owl-prev,
body.single-gite .chambre_hote-description .custom-nav .owl-prev,
body.single-gite .chambre_hotes .custom-nav .owl-prev,
body.single-gite .gites .custom-nav .owl-prev,
body.single-chambre_hote .gite-description .custom-nav .owl-prev,
body.single-chambre_hote .chambre_hote-description .custom-nav .owl-prev,
body.single-chambre_hote .chambre_hotes .custom-nav .owl-prev,
body.single-chambre_hote .gites .custom-nav .owl-prev {
  left: 60px;
}
body.single-gite .gite-description .custom-nav .owl-prev:focus,
body.single-gite .chambre_hote-description .custom-nav .owl-prev:focus,
body.single-gite .chambre_hotes .custom-nav .owl-prev:focus,
body.single-gite .gites .custom-nav .owl-prev:focus,
body.single-chambre_hote .gite-description .custom-nav .owl-prev:focus,
body.single-chambre_hote .chambre_hote-description .custom-nav .owl-prev:focus,
body.single-chambre_hote .chambre_hotes .custom-nav .owl-prev:focus,
body.single-chambre_hote .gites .custom-nav .owl-prev:focus {
  outline: none;
}
body.single-gite .gite-description .custom-nav .owl-next,
body.single-gite .chambre_hote-description .custom-nav .owl-next,
body.single-gite .chambre_hotes .custom-nav .owl-next,
body.single-gite .gites .custom-nav .owl-next,
body.single-chambre_hote .gite-description .custom-nav .owl-next,
body.single-chambre_hote .chambre_hote-description .custom-nav .owl-next,
body.single-chambre_hote .chambre_hotes .custom-nav .owl-next,
body.single-chambre_hote .gites .custom-nav .owl-next {
  right: 40px;
}
body.single-gite .gite-description .custom-nav .owl-next:focus,
body.single-gite .chambre_hote-description .custom-nav .owl-next:focus,
body.single-gite .chambre_hotes .custom-nav .owl-next:focus,
body.single-gite .gites .custom-nav .owl-next:focus,
body.single-chambre_hote .gite-description .custom-nav .owl-next:focus,
body.single-chambre_hote .chambre_hote-description .custom-nav .owl-next:focus,
body.single-chambre_hote .chambre_hotes .custom-nav .owl-next:focus,
body.single-chambre_hote .gites .custom-nav .owl-next:focus {
  outline: none;
}
body.single-gite .gites,
body.single-gite .chambre_hotes,
body.single-chambre_hote .gites,
body.single-chambre_hote .chambre_hotes {
  padding-top: 0;
}
body.single-gite .gites__bloc,
body.single-gite .chambre_hotes__bloc,
body.single-chambre_hote .gites__bloc,
body.single-chambre_hote .chambre_hotes__bloc {
  position: absolute;
  z-index: 10;
  background: #fff;
  left: 0;
  width: 80%;
  right: 0;
  margin: 0 auto;
}
body.single-gite .gites__bloc .brush,
body.single-gite .chambre_hotes__bloc .brush,
body.single-chambre_hote .gites__bloc .brush,
body.single-chambre_hote .chambre_hotes__bloc .brush {
  width: 220px;
  height: 180px;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  left: initial;
  top: initial;
  right: 0;
  bottom: 0;
  transform: rotate(-90deg);
  z-index: -1;
}
body.single-gite .gites__bloc .more,
body.single-gite .chambre_hotes__bloc .more,
body.single-chambre_hote .gites__bloc .more,
body.single-chambre_hote .chambre_hotes__bloc .more {
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  color: #484b53;
}
body.single-gite .gites__bloc .btn__picto,
body.single-gite .chambre_hotes__bloc .btn__picto,
body.single-chambre_hote .gites__bloc .btn__picto,
body.single-chambre_hote .chambre_hotes__bloc .btn__picto {
  margin-left: 0;
}
body.single-gite .gites__bloc h3.titre,
body.single-gite .chambre_hotes__bloc h3.titre,
body.single-chambre_hote .gites__bloc h3.titre,
body.single-chambre_hote .chambre_hotes__bloc h3.titre {
  font-size: 32px;
  color: #f5c42b;
  font-family: 'Lora', serif;
  font-weight: 600;
}
body.single-gite .gites .carousel-container,
body.single-gite .chambre_hotes .carousel-container,
body.single-chambre_hote .gites .carousel-container,
body.single-chambre_hote .chambre_hotes .carousel-container {
  position: relative;
}
body.single-gite .gites .owl-gite,
body.single-gite .gites .owl-chambre_hote,
body.single-gite .chambre_hotes .owl-gite,
body.single-gite .chambre_hotes .owl-chambre_hote,
body.single-chambre_hote .gites .owl-gite,
body.single-chambre_hote .gites .owl-chambre_hote,
body.single-chambre_hote .chambre_hotes .owl-gite,
body.single-chambre_hote .chambre_hotes .owl-chambre_hote {
  position: relative;
  margin-top: 200px;
}
body.single-gite .gites .owl-gite:before,
body.single-gite .gites .owl-chambre_hote:before,
body.single-gite .chambre_hotes .owl-gite:before,
body.single-gite .chambre_hotes .owl-chambre_hote:before,
body.single-chambre_hote .gites .owl-gite:before,
body.single-chambre_hote .gites .owl-chambre_hote:before,
body.single-chambre_hote .chambre_hotes .owl-gite:before,
body.single-chambre_hote .chambre_hotes .owl-chambre_hote:before {
  display: none;
}
body.single-gite .gites .owl-gite .bg-img,
body.single-gite .gites .owl-chambre_hote .bg-img,
body.single-gite .chambre_hotes .owl-gite .bg-img,
body.single-gite .chambre_hotes .owl-chambre_hote .bg-img,
body.single-chambre_hote .gites .owl-gite .bg-img,
body.single-chambre_hote .gites .owl-chambre_hote .bg-img,
body.single-chambre_hote .chambre_hotes .owl-gite .bg-img,
body.single-chambre_hote .chambre_hotes .owl-chambre_hote .bg-img {
  height: 480px;
}
body.single-gite .gites .custom-nav .owl-prev,
body.single-gite .chambre_hotes .custom-nav .owl-prev,
body.single-chambre_hote .gites .custom-nav .owl-prev,
body.single-chambre_hote .chambre_hotes .custom-nav .owl-prev {
  left: 40px;
}
body.single-gite .univers,
body.single-chambre_hote .univers {
  padding: 160px 0 0;
  width: 100%;
  position: relative;
}
body.single-gite .univers .univers-container,
body.single-chambre_hote .univers .univers-container {
  position: relative;
  overflow-x: hidden;
  white-space: nowrap;
  padding: 0;
}
body.single-gite .univers .univers-container #owl-univers .owl-dots,
body.single-chambre_hote .univers .univers-container #owl-univers .owl-dots {
  display: none;
}
body.single-gite .univers .nowrap,
body.single-chambre_hote .univers .nowrap {
  flex-wrap: nowrap;
}
body.single-gite .univers h2.titre,
body.single-chambre_hote .univers h2.titre {
  font-family: 'rocknessregular';
  color: #e7e7e8;
  font-size: 200px;
  position: absolute;
  top: 10px;
  right: 100px;
  z-index: 10;
}
body.single-gite .univers__container,
body.single-chambre_hote .univers__container {
  overflow: hidden;
  padding: 0;
  border-right: 1px solid #fff;
}
body.single-gite .univers__lien,
body.single-chambre_hote .univers__lien {
  color: #fff;
  padding: 160px 0 40px;
  position: relative;
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  display: block;
  height: 100%;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
body.single-gite .univers__lien:after,
body.single-chambre_hote .univers__lien:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0,0,0,0.65);
  position: absolute;
  top: 0;
}
body.single-gite .univers__lien h3.titre,
body.single-chambre_hote .univers__lien h3.titre {
  text-align: center;
  margin: 0 0 160px;
  z-index: 10;
  position: relative;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 300;
  transition: all 1s ease;
}
body.single-gite .univers__lien h3.titre span,
body.single-chambre_hote .univers__lien h3.titre span {
  display: inline-block;
  position: relative;
}
body.single-gite .univers__lien h3.titre span:nth-child(odd),
body.single-chambre_hote .univers__lien h3.titre span:nth-child(odd) {
  transform: translateY(2px);
}
body.single-gite .univers__lien h3.titre span:nth-child(even),
body.single-chambre_hote .univers__lien h3.titre span:nth-child(even) {
  transform: translateY(-2px);
}
body.single-gite .univers__lien h3.titre span:nth-child(4):after,
body.single-gite .univers__lien h3.titre span:nth-child(8):after,
body.single-chambre_hote .univers__lien h3.titre span:nth-child(4):after,
body.single-chambre_hote .univers__lien h3.titre span:nth-child(8):after {
  content: '';
  width: 100%;
  height: 1px;
  background: #b5792b;
  position: absolute;
  bottom: -2px;
  left: 0;
}
body.single-gite .univers__lien .btn,
body.single-chambre_hote .univers__lien .btn {
  z-index: 10;
  position: relative;
  margin-left: 15px;
  font-family: 'Lora', serif;
  transition: all 1s ease;
}
body.single-gite .univers__lien .btn__picto,
body.single-chambre_hote .univers__lien .btn__picto {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 30px;
  border: 2px solid;
  transition: all .3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  margin-top: 10px;
}
body.single-gite .univers__lien .btn__picto svg,
body.single-chambre_hote .univers__lien .btn__picto svg {
  width: 20px;
  height: 20px;
}
body.single-gite .univers__lien .btn__picto svg path,
body.single-chambre_hote .univers__lien .btn__picto svg path {
  fill: #648475;
  transition: all .3s ease;
}
body.single-gite .univers__lien:hover,
body.single-chambre_hote .univers__lien:hover {
  background-size: 140%;
}
body.single-gite .univers__lien:hover .btn__picto,
body.single-chambre_hote .univers__lien:hover .btn__picto {
  background: transparent;
}
body.single-gite .univers__lien:hover .btn__picto svg path,
body.single-chambre_hote .univers__lien:hover .btn__picto svg path {
  fill: #fff;
}
body.single-gite .liste_infos,
body.single-chambre_hote .liste_infos {
  margin-top: 40px;
}
@media screen and (min-width: 1460px) {
  body.single-gite .liste_infos .liste_infos-container,
  body.single-chambre_hote .liste_infos .liste_infos-container {
    max-width: 1460px;
  }
}
@media screen and (max-width: 1460px) {
  body.single-gite .liste_infos .liste_infos-container,
  body.single-chambre_hote .liste_infos .liste_infos-container {
    max-width: 100%;
  }
}
body.single-gite .liste_infos__inner,
body.single-chambre_hote .liste_infos__inner {
  display: flex;
  background: #f5c42b url('../img/brush-description-gite.png') no-repeat center center;
  padding: 20px;
  justify-content: space-around;
  flex-wrap: wrap;
  background-size: cover;
}
body.single-gite .liste_infos .info,
body.single-chambre_hote .liste_infos .info {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
body.single-gite .liste_infos .info .icone-container,
body.single-chambre_hote .liste_infos .info .icone-container {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
body.single-gite .liste_infos .info .icone-container svg,
body.single-chambre_hote .liste_infos .info .icone-container svg {
  width: 40px;
  height: 40px;
}
body.single-gite .liste_infos .info .icone-container svg polygon,
body.single-gite .liste_infos .info .icone-container svg line,
body.single-gite .liste_infos .info .icone-container svg polyline,
body.single-gite .liste_infos .info .icone-container svg path,
body.single-chambre_hote .liste_infos .info .icone-container svg polygon,
body.single-chambre_hote .liste_infos .info .icone-container svg line,
body.single-chambre_hote .liste_infos .info .icone-container svg polyline,
body.single-chambre_hote .liste_infos .info .icone-container svg path {
  stroke: #fff;
}
body.single-gite .liste_infos .info .contenu,
body.single-chambre_hote .liste_infos .info .contenu {
  padding: 0 5px;
  font-family: 'Lora', serif;
  font-weight: 600;
}
body.single-post .entete__bg {
  display: block;
  width: 100%;
  height: 670px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
body.single-post .entete__bg .logo {
  padding: 270px 0;
}
body.single-post .entete__bg .logo img {
  display: block;
  margin: 0 auto;
}
body.single-post .actualite {
  position: relative;
  background: url('../img/brush-actu-left.png') repeat-y top left, url('../img/brush-actu-right.png') repeat-y top right;
}
body.single-post .actualite .actualite-container {
  position: relative;
}
body.single-post .actualite .actualite-container:before {
  content: '';
  width: 100%;
  height: 60px;
  background: #fff;
  display: block;
  position: absolute;
  top: -60px;
  left: 0;
}
body.single-post .actualite h1.titre {
  font-family: 'Lora', serif;
  text-align: center;
  font-size: 35px;
  color: #648475;
  max-width: 500px;
  margin: 0 auto 50px;
}
body.single-post .actualite .date {
  font-family: 'Lora', serif;
  text-align: center;
  font-size: 16px;
  color: #648475;
  margin-bottom: 50px;
}
body.single-post .actualite__contenu {
  padding-bottom: 50px;
}
body.single-post .actualite .share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  padding-bottom: 50px;
}
body.single-post .actualite .share:before {
  content: '';
  width: 75%;
  height: 1px;
  bottom: 0;
  top: 22px;
  background: #648475;
  left: 0;
  position: absolute;
}
body.single-post .actualite .share__info {
  font-family: 'Lora', serif;
  color: #648475;
}
body.single-post .actualite .share .pinterest,
body.single-post .actualite .share .facebook,
body.single-post .actualite .share .twitter {
  display: flex !important;
  align-items: center;
  padding: 5px 5px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
body.single-post .actualite .share .pinterest__picto,
body.single-post .actualite .share .facebook__picto,
body.single-post .actualite .share .twitter__picto {
  display: block;
  padding-top: 8px;
  transition: all .3s ease;
}
body.single-post .actualite .share .pinterest__picto svg,
body.single-post .actualite .share .facebook__picto svg,
body.single-post .actualite .share .twitter__picto svg {
  width: 20px;
  height: 20px;
}
body.single-post .actualite .share .pinterest__picto svg path,
body.single-post .actualite .share .facebook__picto svg path,
body.single-post .actualite .share .twitter__picto svg path {
  fill: #648475;
  transition: all .3s ease;
}
body.single-post .actualite .share .pinterest:hover,
body.single-post .actualite .share .facebook:hover,
body.single-post .actualite .share .twitter:hover {
  color: #333333;
}
body.single-post .actualite .share .pinterest:hover .pinterest__picto svg path,
body.single-post .actualite .share .pinterest:hover .facebook__picto
                        .twitter__picto svg path,
body.single-post .actualite .share .facebook:hover .pinterest__picto svg path,
body.single-post .actualite .share .facebook:hover .facebook__picto
                        .twitter__picto svg path,
body.single-post .actualite .share .twitter:hover .pinterest__picto svg path,
body.single-post .actualite .share .twitter:hover .facebook__picto
                        .twitter__picto svg path {
  fill: #333333;
}
body.single-post .actualite .navigation {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
body.single-post .actualite .navigation .previous span,
body.single-post .actualite .navigation .next span {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
}
body.single-post .actualite .navigation .previous h3,
body.single-post .actualite .navigation .next h3 {
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
  font-family: 'Lora', serif;
}
body.post-type-archive-product .archive-product-container,
body.single-product .archive-product-container,
body.tax-product_cat .archive-product-container {
  position: relative;
}
@media screen and (min-width: 1630px) {
  body.post-type-archive-product .archive-product-container,
  body.single-product .archive-product-container,
  body.tax-product_cat .archive-product-container {
    max-width: 1630px;
  }
}
@media screen and (max-width: 1630px) {
  body.post-type-archive-product .archive-product-container,
  body.single-product .archive-product-container,
  body.tax-product_cat .archive-product-container {
    max-width: 100%;
  }
}
body.post-type-archive-product .archive-product-container ul.products li.product,
body.single-product .archive-product-container ul.products li.product,
body.tax-product_cat .archive-product-container ul.products li.product {
  text-align: center;
  position: relative;
}
body.post-type-archive-product .archive-product-container ul.products li.product .custom-product-link,
body.single-product .archive-product-container ul.products li.product .custom-product-link,
body.tax-product_cat .archive-product-container ul.products li.product .custom-product-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
body.post-type-archive-product .archive-product-container ul.products li.product .add_to_cart_button,
body.post-type-archive-product .archive-product-container ul.products li.product .product_type_variable,
body.single-product .archive-product-container ul.products li.product .add_to_cart_button,
body.single-product .archive-product-container ul.products li.product .product_type_variable,
body.tax-product_cat .archive-product-container ul.products li.product .add_to_cart_button,
body.tax-product_cat .archive-product-container ul.products li.product .product_type_variable {
  background: #b5792b;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  border: 2px solid #b5792b;
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  opacity: 0;
  z-index: 2;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
body.post-type-archive-product .archive-product-container ul.products li.product .add_to_cart_button:hover,
body.post-type-archive-product .archive-product-container ul.products li.product .add_to_cart_button:focus,
body.post-type-archive-product .archive-product-container ul.products li.product .product_type_variable:hover,
body.post-type-archive-product .archive-product-container ul.products li.product .product_type_variable:focus,
body.single-product .archive-product-container ul.products li.product .add_to_cart_button:hover,
body.single-product .archive-product-container ul.products li.product .add_to_cart_button:focus,
body.single-product .archive-product-container ul.products li.product .product_type_variable:hover,
body.single-product .archive-product-container ul.products li.product .product_type_variable:focus,
body.tax-product_cat .archive-product-container ul.products li.product .add_to_cart_button:hover,
body.tax-product_cat .archive-product-container ul.products li.product .add_to_cart_button:focus,
body.tax-product_cat .archive-product-container ul.products li.product .product_type_variable:hover,
body.tax-product_cat .archive-product-container ul.products li.product .product_type_variable:focus {
  background-color: #fff;
  color: #b5792b;
}
body.post-type-archive-product .archive-product-container ul.products li.product .attachment-woocommerce_thumbnail,
body.single-product .archive-product-container ul.products li.product .attachment-woocommerce_thumbnail,
body.tax-product_cat .archive-product-container ul.products li.product .attachment-woocommerce_thumbnail {
  background-size: contain;
}
body.post-type-archive-product .archive-product-container ul.products li.product .attachment-woocommerce_thumbnail:hover,
body.post-type-archive-product .archive-product-container ul.products li.product .attachment-woocommerce_thumbnail:focus,
body.single-product .archive-product-container ul.products li.product .attachment-woocommerce_thumbnail:hover,
body.single-product .archive-product-container ul.products li.product .attachment-woocommerce_thumbnail:focus,
body.tax-product_cat .archive-product-container ul.products li.product .attachment-woocommerce_thumbnail:hover,
body.tax-product_cat .archive-product-container ul.products li.product .attachment-woocommerce_thumbnail:focus {
  opacity: .5;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
body.post-type-archive-product .archive-product-container ul.products li.product .woocommerce-loop-product__title,
body.single-product .archive-product-container ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat .archive-product-container ul.products li.product .woocommerce-loop-product__title {
  text-transform: uppercase;
}
body.post-type-archive-product .archive-product-container ul.products li.product .woocommerce-loop-product__title .add_to_cart_button,
body.single-product .archive-product-container ul.products li.product .woocommerce-loop-product__title .add_to_cart_button,
body.tax-product_cat .archive-product-container ul.products li.product .woocommerce-loop-product__title .add_to_cart_button {
  opacity: 1;
}
body.post-type-archive-product .archive-product-container ul.products li.product .price,
body.single-product .archive-product-container ul.products li.product .price,
body.tax-product_cat .archive-product-container ul.products li.product .price {
  color: #b5792b;
  font-weight: 600;
}
body.post-type-archive-product .archive-product-container ul.products li.product .thumbnail-img-wrapper,
body.single-product .archive-product-container ul.products li.product .thumbnail-img-wrapper,
body.tax-product_cat .archive-product-container ul.products li.product .thumbnail-img-wrapper {
  height: 20rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
body.post-type-archive-product .archive-product-container ul.products li.product:hover .thumbnail-img-wrapper,
body.post-type-archive-product .archive-product-container ul.products li.product:focus .thumbnail-img-wrapper,
body.single-product .archive-product-container ul.products li.product:hover .thumbnail-img-wrapper,
body.single-product .archive-product-container ul.products li.product:focus .thumbnail-img-wrapper,
body.tax-product_cat .archive-product-container ul.products li.product:hover .thumbnail-img-wrapper,
body.tax-product_cat .archive-product-container ul.products li.product:focus .thumbnail-img-wrapper {
  opacity: 0.5;
}
body.post-type-archive-product .archive-product-container ul.products li.product:hover .add_to_cart_button,
body.post-type-archive-product .archive-product-container ul.products li.product:hover .product_type_variable,
body.post-type-archive-product .archive-product-container ul.products li.product:focus .add_to_cart_button,
body.post-type-archive-product .archive-product-container ul.products li.product:focus .product_type_variable,
body.single-product .archive-product-container ul.products li.product:hover .add_to_cart_button,
body.single-product .archive-product-container ul.products li.product:hover .product_type_variable,
body.single-product .archive-product-container ul.products li.product:focus .add_to_cart_button,
body.single-product .archive-product-container ul.products li.product:focus .product_type_variable,
body.tax-product_cat .archive-product-container ul.products li.product:hover .add_to_cart_button,
body.tax-product_cat .archive-product-container ul.products li.product:hover .product_type_variable,
body.tax-product_cat .archive-product-container ul.products li.product:focus .add_to_cart_button,
body.tax-product_cat .archive-product-container ul.products li.product:focus .product_type_variable {
  opacity: 1;
}
body.post-type-archive-product .page-title,
body.single-product .page-title,
body.tax-product_cat .page-title {
  color: #b5792b;
  font-family: 'Lora', serif;
  font-size: 40px;
  margin-top: 40px;
  font-weight: 600;
}
body.post-type-archive-product .category-slider,
body.single-product .category-slider,
body.tax-product_cat .category-slider {
  position: relative;
  margin-top: 175px;
}
body.post-type-archive-product .category-slider .category,
body.single-product .category-slider .category,
body.tax-product_cat .category-slider .category {
  display: block;
}
body.post-type-archive-product .category-slider .category__img,
body.single-product .category-slider .category__img,
body.tax-product_cat .category-slider .category__img {
  height: 7.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body.post-type-archive-product .category-slider .category__name,
body.single-product .category-slider .category__name,
body.tax-product_cat .category-slider .category__name {
  text-align: center;
  font-family: 'Lora', serif;
  font-size: 18px;
  color: #b5792b;
  transition: all .3s ease;
  margin-top: 5px;
}
body.post-type-archive-product .category-slider .category:hover .category__name,
body.single-product .category-slider .category:hover .category__name,
body.tax-product_cat .category-slider .category:hover .category__name {
  color: #333333;
}
body.post-type-archive-product .category-slider .custom-nav,
body.single-product .category-slider .custom-nav,
body.tax-product_cat .category-slider .custom-nav {
  display: block;
  width: 100%;
  position: absolute;
  top: 35%;
  z-index: 10;
}
body.post-type-archive-product .category-slider .custom-nav .owl-next,
body.post-type-archive-product .category-slider .custom-nav .owl-prev,
body.single-product .category-slider .custom-nav .owl-next,
body.single-product .category-slider .custom-nav .owl-prev,
body.tax-product_cat .category-slider .custom-nav .owl-next,
body.tax-product_cat .category-slider .custom-nav .owl-prev {
  width: 22px;
  height: 40px;
  position: absolute;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
}
body.post-type-archive-product .category-slider .custom-nav .owl-prev,
body.single-product .category-slider .custom-nav .owl-prev,
body.tax-product_cat .category-slider .custom-nav .owl-prev {
  left: 40px;
}
body.post-type-archive-product .category-slider .custom-nav .owl-prev:focus,
body.single-product .category-slider .custom-nav .owl-prev:focus,
body.tax-product_cat .category-slider .custom-nav .owl-prev:focus {
  outline: none;
}
body.post-type-archive-product .category-slider .custom-nav .owl-next,
body.single-product .category-slider .custom-nav .owl-next,
body.tax-product_cat .category-slider .custom-nav .owl-next {
  right: 40px;
}
body.post-type-archive-product .category-slider .custom-nav .owl-next:focus,
body.single-product .category-slider .custom-nav .owl-next:focus,
body.tax-product_cat .category-slider .custom-nav .owl-next:focus {
  outline: none;
}
body.post-type-archive-product #shop-sub-menu,
body.single-product #shop-sub-menu,
body.tax-product_cat #shop-sub-menu {
  margin: 46px 40px 0 0;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #dadada;
}
body.post-type-archive-product #shop-sub-menu h3,
body.single-product #shop-sub-menu h3,
body.tax-product_cat #shop-sub-menu h3 {
  color: #dadada;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: 'Lora', serif;
  letter-spacing: 1px;
}
body.post-type-archive-product #shop-sub-menu ul,
body.single-product #shop-sub-menu ul,
body.tax-product_cat #shop-sub-menu ul {
  padding: 0;
}
body.post-type-archive-product #shop-sub-menu ul li,
body.single-product #shop-sub-menu ul li,
body.tax-product_cat #shop-sub-menu ul li {
  position: relative;
  padding-left: 1rem;
  list-style-type: none;
}
body.post-type-archive-product #shop-sub-menu ul li:before,
body.single-product #shop-sub-menu ul li:before,
body.tax-product_cat #shop-sub-menu ul li:before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-color: rgba(0,0,0,0.65);
  left: 0px;
  top: 10px;
  transform: rotate(-45deg);
}
body.post-type-archive-product #shop-sub-menu ul li > a,
body.single-product #shop-sub-menu ul li > a,
body.tax-product_cat #shop-sub-menu ul li > a {
  color: rgba(0,0,0,0.65);
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
body.post-type-archive-product #shop-sub-menu ul li:hover > a,
body.post-type-archive-product #shop-sub-menu ul li:focus > a,
body.single-product #shop-sub-menu ul li:hover > a,
body.single-product #shop-sub-menu ul li:focus > a,
body.tax-product_cat #shop-sub-menu ul li:hover > a,
body.tax-product_cat #shop-sub-menu ul li:focus > a {
  color: #b5792b;
}
body.post-type-archive-product #shop-sub-menu ul li.current-cat:before,
body.single-product #shop-sub-menu ul li.current-cat:before,
body.tax-product_cat #shop-sub-menu ul li.current-cat:before {
  border-color: #b5792b;
}
body.post-type-archive-product #shop-sub-menu ul li.current-cat > a,
body.single-product #shop-sub-menu ul li.current-cat > a,
body.tax-product_cat #shop-sub-menu ul li.current-cat > a {
  color: #b5792b;
  font-weight: 700;
}
body.post-type-archive-product #shop-sub-menu ul li.table,
body.single-product #shop-sub-menu ul li.table,
body.tax-product_cat #shop-sub-menu ul li.table {
  margin: 0;
}
body.post-type-archive-product .form_filtre_recherche,
body.single-product .form_filtre_recherche,
body.tax-product_cat .form_filtre_recherche {
  margin: 2rem 40px 0 0;
}
body.post-type-archive-product .form_filtre_recherche a.collapse-btn,
body.single-product .form_filtre_recherche a.collapse-btn,
body.tax-product_cat .form_filtre_recherche a.collapse-btn {
  display: block;
  font-family: 'Lora', serif;
  color: #333333;
  font-weight: 600;
  padding: 10px 0;
}
body.post-type-archive-product .form_filtre_recherche a.collapse-btn.collapsed span.dropdown:before,
body.single-product .form_filtre_recherche a.collapse-btn.collapsed span.dropdown:before,
body.tax-product_cat .form_filtre_recherche a.collapse-btn.collapsed span.dropdown:before {
  content: '+';
  display: inline-block;
  float: right;
  font-size: 26px;
  line-height: 26px;
}
body.post-type-archive-product .form_filtre_recherche a.collapse-btn span.dropdown:before,
body.single-product .form_filtre_recherche a.collapse-btn span.dropdown:before,
body.tax-product_cat .form_filtre_recherche a.collapse-btn span.dropdown:before {
  content: '-';
  display: inline-block;
  float: right;
  font-size: 26px;
  line-height: 26px;
}
body.post-type-archive-product .form_filtre_recherche .form-group,
body.single-product .form_filtre_recherche .form-group,
body.tax-product_cat .form_filtre_recherche .form-group {
  margin-bottom: 0;
}
body.post-type-archive-product .form_filtre_recherche .form-group-submit,
body.single-product .form_filtre_recherche .form-group-submit,
body.tax-product_cat .form_filtre_recherche .form-group-submit {
  margin-top: 20px;
}
body.post-type-archive-product .form_filtre_recherche .form-group-submit .btn-primary,
body.single-product .form_filtre_recherche .form-group-submit .btn-primary,
body.tax-product_cat .form_filtre_recherche .form-group-submit .btn-primary {
  background: #b5792b;
  border: 2px solid #b5792b;
  border-radius: 0;
  width: 100%;
  transition: all .3s ease;
}
body.post-type-archive-product .form_filtre_recherche .form-group-submit .btn-primary:hover,
body.post-type-archive-product .form_filtre_recherche .form-group-submit .btn-primary:focus,
body.post-type-archive-product .form_filtre_recherche .form-group-submit .btn-primary:active,
body.single-product .form_filtre_recherche .form-group-submit .btn-primary:hover,
body.single-product .form_filtre_recherche .form-group-submit .btn-primary:focus,
body.single-product .form_filtre_recherche .form-group-submit .btn-primary:active,
body.tax-product_cat .form_filtre_recherche .form-group-submit .btn-primary:hover,
body.tax-product_cat .form_filtre_recherche .form-group-submit .btn-primary:focus,
body.tax-product_cat .form_filtre_recherche .form-group-submit .btn-primary:active {
  outline: none;
  box-shadow: none;
  background: transparent;
  color: #b5792b;
}
body.single-product .section-single-product {
  position: relative;
}
body.single-product .section-single-product:after {
  content: '';
  display: block;
  width: 100%;
  height: 1100px;
  background: url('../img/brush-product.png') no-repeat bottom right;
  position: absolute;
  right: 0;
  bottom: -200px;
  z-index: -1;
}
body.single-product div.product.type-product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.single-product div.product .woocommerce-product-gallery {
  opacity: 1 !important;
}
body.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > div {
  text-align: center;
}
body.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > div > a {
  display: block;
  width: 100%;
  text-align: center;
}
body.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > div > a img {
  display: inline-block;
  max-height: 600px;
  max-width: 100%;
  height: auto;
  width: auto;
}
body.single-product div.product .entry-summary {
  margin-top: 60px;
}
body.single-product div.product .entry-summary button.button.single_add_to_cart_button {
  background-color: #b5792b;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  border: 2px solid #b5792b;
  transition: all .3s ease;
}
body.single-product div.product .entry-summary button.button.single_add_to_cart_button:hover {
  background-color: transparent;
  color: #b5792b;
}
body.single-product div.product .entry-summary .variations select {
  border: 1px solid #dadada;
  padding: .2rem .5rem;
}
body.single-product div.product .entry-summary .variations select:focus {
  outline: none;
  border-color: #b5792b;
}
body.single-product div.product .entry-summary .variations .reset_variations {
  color: #b5792b;
}
body.single-product div.product .entry-summary .single_variation_wrap .woocommerce-variation {
  margin-bottom: 1rem;
}
body.single-product div.product .entry-summary .quantity .qty {
  height: 39px;
}
body.single-product div.product .entry-summary .price {
  color: #b5792b;
  font-weight: 600;
}
body.single-product div.product .entry-summary .product_title {
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 600;
}
body.single-product div.product .entry-summary #product-main-desc {
  margin-bottom: 1rem;
}
body.single-product div.product .entry-summary .product-general-infos .product-infos {
  position: relative;
  padding-left: 2.5rem;
  line-height: 1.2;
}
body.single-product div.product .entry-summary .product-general-infos .product-infos i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  color: #b5792b;
}
body.single-product div.product .entry-summary .product-general-infos .product-infos:not(:first-child) {
  margin-top: 1rem;
}
body.single-product div.product .entry-summary .product-general-infos .product-infos:first-child i {
  top: .2rem;
  left: .2rem;
}
body.single-product div.product .entry-summary .product-general-infos .product-infos:nth-child(2) i {
  font-size: 1.7rem;
}
body.single-product div.product .entry-summary .retrait-boutique,
body.single-product div.product .entry-summary .livraison-domicile {
  display: flex;
  align-items: center;
  padding: 5px 0;
  color: #333333;
  text-align: center;
}
body.single-product div.product .entry-summary .retrait-boutique__picto,
body.single-product div.product .entry-summary .livraison-domicile__picto {
  display: block;
  padding-top: 8px;
  margin-right: 10px;
  transition: all .3s ease;
}
body.single-product div.product .entry-summary .retrait-boutique__picto svg,
body.single-product div.product .entry-summary .livraison-domicile__picto svg {
  width: 40px;
  height: 40px;
}
body.single-product div.product .entry-summary .retrait-boutique__picto svg path,
body.single-product div.product .entry-summary .retrait-boutique__picto svg circle,
body.single-product div.product .entry-summary .livraison-domicile__picto svg path,
body.single-product div.product .entry-summary .livraison-domicile__picto svg circle {
  stroke: #b5792b;
  transition: all .3s ease;
}
body.single-product div.product .upsells {
  display: block;
  width: 100%;
  clear: both;
  margin-top: 2rem;
}
body.single-product div.product .upsells >h2 {
  font-family: 'Lora', serif;
  color: #b5792b;
  text-align: center;
}
body.single-product div.product .upsells .products li.product {
  text-align: center;
  position: relative;
}
body.single-product div.product .upsells .products li.product .custom-product-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
body.single-product div.product .upsells .products li.product .add_to_cart_button {
  background: #b5792b;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  border: 2px solid #b5792b;
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  opacity: 0;
  z-index: 2;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
body.single-product div.product .upsells .products li.product .add_to_cart_button:hover,
body.single-product div.product .upsells .products li.product .add_to_cart_button:focus {
  background-color: #fff;
  color: #b5792b;
}
body.single-product div.product .upsells .products li.product .attachment-woocommerce_thumbnail {
  background-size: contain;
}
body.single-product div.product .upsells .products li.product .attachment-woocommerce_thumbnail:hover,
body.single-product div.product .upsells .products li.product .attachment-woocommerce_thumbnail:focus {
  opacity: .5;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
body.single-product div.product .upsells .products li.product .woocommerce-loop-product__title {
  text-transform: uppercase;
}
body.single-product div.product .upsells .products li.product .woocommerce-loop-product__title .add_to_cart_button {
  opacity: 1;
}
body.single-product div.product .upsells .products li.product .price {
  color: #b5792b;
  font-weight: 600;
}
body.single-product div.product .upsells .products li.product .thumbnail-img-wrapper {
  height: 20rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
body.single-product div.product .upsells .products li.product:hover .thumbnail-img-wrapper,
body.single-product div.product .upsells .products li.product:focus .thumbnail-img-wrapper {
  opacity: 0.5;
}
body.single-product div.product .upsells .products li.product:hover .add_to_cart_button,
body.single-product div.product .upsells .products li.product:focus .add_to_cart_button {
  opacity: 1;
}
body .woocommerce .col-1,
body .woocommerce .col-2 {
  flex: 100%;
  max-width: 100%;
}
body .woocommerce .woocommerce-column--shipping-address.col-2 {
  margin-top: 32px;
}
body .woocommerce .woocommerce-MyAccount-content h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 22px;
  border-bottom: 1px solid #dadada;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
body.woocommerce-account #customer_login {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.woocommerce-account #customer_login > .col-1,
body.woocommerce-account #customer_login > .col-2 {
  width: 46%;
  max-width: 46%;
  flex-basis: 46%;
}
body.woocommerce-account #customer_login > .col-1 h2,
body.woocommerce-account #customer_login > .col-2 h2 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 22px;
  margin: 0;
}
body.woocommerce-account #customer_login > .col-1 .woocommerce-form,
body.woocommerce-account #customer_login > .col-2 .woocommerce-form {
  margin: 1rem 0;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  color: #648475;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
body.woocommerce-account .woocommerce-MyAccount-navigation ul li a:focus {
  color: #333333;
  border-bottom-color: #648475;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #648475;
  color: #fff;
  border-bottom-style: solid;
}
body.woocommerce-account .woocommerce-MyAccount-content {
  padding: 0 0 0 2rem;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  background-color: #648475;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message .woocommerce-Button,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info .woocommerce-Button {
  order: 2;
  float: none;
  display: inline-block;
  background-color: #fff;
  border: 1px solid transparent;
  color: #648475;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message .woocommerce-Button:hover,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message .woocommerce-Button:focus,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info .woocommerce-Button:hover,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info .woocommerce-Button:focus {
  border: 1px solid #fff;
  color: #fff;
  background-color: #648475;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header {
  border-bottom: 1px solid #dadada;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header:before {
  display: none;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 22px;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header a {
  order: 2;
  float: none;
  display: inline-block;
  background-color: #fff;
  border: 1px solid transparent;
  color: #648475;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header a:hover,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header a:focus {
  border: 1px solid #fff;
  color: #fff;
  background-color: #648475;
}
body.woocommerce-order-received .woocommerce-order-overview {
  padding-left: 0;
}
body.woocommerce-order-received .woocommerce-notice {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}
body.woocommerce-order-received .woocommerce-notice.woocommerce-notice--success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
body.woocommerce-order-received .woocommerce-order-details > h2,
body.woocommerce-order-received .woocommerce-customer-details > h2 {
  display: block;
  color: #648475;
  padding: .7rem 0rem;
  font-size: 1.2rem;
}
body.woocommerce-order-received .woocommerce-order-details address,
body.woocommerce-order-received .woocommerce-customer-details address {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border: 1px solid #bebebe;
}
body main > .woocommerce {
  margin-right: auto;
  margin-left: auto;
  margin: 72px auto 48px auto;
}
body main > .woocommerce > .woocommerce-breadcrumb {
  color: ;
}
body main > .woocommerce > .woocommerce-breadcrumb > a {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  color: ;
}
body main > .woocommerce > .woocommerce-breadcrumb > a:hover {
  color: ;
  text-decoration: none;
}
body main > .woocommerce > .woocommerce-breadcrumb > i {
  color: #b5792b;
}
body main > #primary > #main {
  margin-right: auto;
  margin-left: auto;
  margin: 72px auto 48px auto;
}
body main > #primary > #main > .woocommerce-breadcrumb {
  color: ;
}
body main > #primary > #main > .woocommerce-breadcrumb > a {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  color: ;
}
body main > #primary > #main > .woocommerce-breadcrumb > a:hover {
  color: ;
  text-decoration: none;
}
body main > #primary > #main > .woocommerce-breadcrumb > i {
  color: #b5792b;
}
body .woocommerce .button,
body .woocommerce .checkout-button.button {
  background-color: #b5792b;
  border: 2px solid #b5792b;
}
body .woocommerce .button:hover,
body .woocommerce .checkout-button.button:hover {
  background-color: transparent;
  color: #b5792b;
}
body #add_payment_method .wc-proceed-to-checkout a.checkout-button,
body .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  background-color: #648475 !important;
  border: 2px solid #648475 !important;
}
body #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
body .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
body .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: transparent;
  color: #648475 !important;
}
body .woocommerce h2,
body .woocommerce h3 {
  color: #648475;
}
body .woocommerce-error,
body .woocommerce-info,
body .woocommerce-message {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 16px;
  margin-bottom: 32px;
  border: none;
  color: #fff;
  color: rgba(255,255,255,0.85);
  font-weight: 600;
  text-align: center;
  text-shadow: 0px 0px 2px rgba(0,0,0,0.5);
  border-radius: 0;
}
body .woocommerce-error a,
body .woocommerce-info a,
body .woocommerce-message a {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  color: #fff;
  background: ;
  padding: 6px 12px;
  text-shadow: none;
  border-radius: 0;
  display: inline-block;
}
body .woocommerce-error a:hover,
body .woocommerce-info a:hover,
body .woocommerce-message a:hover {
  color: #fff;
  background: ;
  text-decoration: none;
}
body .woocommerce-error {
  background: #e61414;
  color: #fff;
}
body .woocommerce-info {
  background: #b5792b;
  color: #fff;
}
body .woocommerce-message {
  background: #648475;
  color: #fff;
}
body .woocommerce-error::before,
body .woocommerce-info::before,
body .woocommerce-message::before {
  content: '';
  display: none;
}
body .woocommerce-error::after,
body .woocommerce-info::after,
body .woocommerce-message::after {
  content: '';
  display: none;
}
body .woocommerce .woocommerce-message,
body .woocommerce .woocommerce-error,
body .woocommerce .woocommerce-info {
  margin: 0 0 16px 0;
}
body .woocommerce .woocommerce-message a.button:hover,
body .woocommerce .woocommerce-error a.button:hover,
body .woocommerce .woocommerce-info a.button:hover {
  background: #b5792b;
}
body .woocommerce-message,
body .woocommerce-info {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  background-color: #648475;
}
body .woocommerce-message a,
body .woocommerce-message .woocommerce-Button,
body .woocommerce-info a,
body .woocommerce-info .woocommerce-Button {
  order: 2;
  float: none;
  display: inline-block;
  background-color: #fff;
  border: 1px solid transparent;
  color: #648475;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
body .woocommerce-message a:hover,
body .woocommerce-message a:focus,
body .woocommerce-message .woocommerce-Button:hover,
body .woocommerce-message .woocommerce-Button:focus,
body .woocommerce-info a:hover,
body .woocommerce-info a:focus,
body .woocommerce-info .woocommerce-Button:hover,
body .woocommerce-info .woocommerce-Button:focus {
  border: 1px solid #fff;
  color: #fff;
  background-color: #648475;
}
body .return-to-shop {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 32px auto;
}
body .woocommerce table.shop_table,
body .woocommerce-checkout-review-order-table {
  border: solid 1px #dadada;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}
body .woocommerce table.shop_table tbody td.product-thumbnail,
body .woocommerce-checkout-review-order-table tbody td.product-thumbnail {
  width: auto;
  text-align: center;
}
body .woocommerce table.shop_table tbody td.product-thumbnail img,
body .woocommerce-checkout-review-order-table tbody td.product-thumbnail img {
  max-width: 100px;
  margin: auto;
}
body #add_payment_method table.cart .product-thumbnail,
body .woocommerce-cart table.cart .product-thumbnail,
body .woocommerce-checkout table.cart .product-thumbnail {
  width: 100px;
  min-width: 72px;
}
body .woocommerce #respond input#submit,
body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  background: #b5792b;
  border-radius: 0;
  color: #fff;
  outline: none;
}
body .woocommerce #respond input#submit:hover,
body .woocommerce a.button:hover,
body .woocommerce button.button:hover,
body .woocommerce input.button:hover {
  background: #b5792b;
  color: #fff;
}
body .cart_item .product-thumbnail {
  display: block;
  position: relative;
  width: 100px;
  min-width: 72px;
}
body .cart_item .product-thumbnail a img {
  width: 100%;
}
body #add_payment_method table.cart input,
body .woocommerce-cart table.cart input,
body .woocommerce-checkout table.cart input {
  border-radius: 0;
  width: 100px;
  text-align: center;
  border: solid 1px ;
}
body .coupon #coupon_code {
  display: block;
  position: relative;
  border-radius: 0;
  width: 200px;
  border: solid 1px #dadada;
  color: ;
  font-weight: 400;
}
body .woocommerce form .form-row input.input-text {
  padding: 7px 12px;
  border: solid 1px #dadada;
  border-radius: 0;
  color: ;
}
body .woocommerce form .form-row textarea {
  border: solid 1px #dadada !important;
}
body .woocommerce form.checkout_coupon,
body .woocommerce form.login,
body .woocommerce form.register {
  border: solid 1px #dadada;
}
body #add_payment_method #payment,
body .woocommerce-cart #payment,
body .woocommerce-checkout #payment {
  background: #fff;
  border: solid 1px #dadada;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}
body #add_payment_method #payment div.payment_box,
body .woocommerce-cart #payment div.payment_box,
body .woocommerce-checkout #payment div.payment_box {
  border-radius: 6px;
  font-weight: 500;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  background-color: #dfdcde;
  color: #515151;
}
body #add_payment_method #payment div.payment_box #bank_transfer_infos,
body .woocommerce-cart #payment div.payment_box #bank_transfer_infos,
body .woocommerce-checkout #payment div.payment_box #bank_transfer_infos {
  padding-top: 1rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
body #add_payment_method #payment div.payment_box #bank_transfer_infos >div,
body .woocommerce-cart #payment div.payment_box #bank_transfer_infos >div,
body .woocommerce-checkout #payment div.payment_box #bank_transfer_infos >div {
  padding: 0 1.5rem;
}
body #add_payment_method #payment div.payment_box #bank_transfer_infos >div:not(:nth-child(1)):not(:nth-child(2)),
body .woocommerce-cart #payment div.payment_box #bank_transfer_infos >div:not(:nth-child(1)):not(:nth-child(2)),
body .woocommerce-checkout #payment div.payment_box #bank_transfer_infos >div:not(:nth-child(1)):not(:nth-child(2)) {
  position: relative;
  margin-top: 1rem;
  padding-top: 1rem;
}
body #add_payment_method #payment div.payment_box #bank_transfer_infos >div:not(:nth-child(1)):not(:nth-child(2)):before,
body .woocommerce-cart #payment div.payment_box #bank_transfer_infos >div:not(:nth-child(1)):not(:nth-child(2)):before,
body .woocommerce-checkout #payment div.payment_box #bank_transfer_infos >div:not(:nth-child(1)):not(:nth-child(2)):before {
  content: "";
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  top: 0;
  height: 1px;
  background-color: #ccc;
}
body #add_payment_method #payment div.payment_box #bank_transfer_infos >div:nth-child(2n+1),
body .woocommerce-cart #payment div.payment_box #bank_transfer_infos >div:nth-child(2n+1),
body .woocommerce-checkout #payment div.payment_box #bank_transfer_infos >div:nth-child(2n+1) {
  border-right: 1px solid #ccc;
}
body #add_payment_method #payment div.payment_box #bank_transfer_infos #rib_table td,
body .woocommerce-cart #payment div.payment_box #bank_transfer_infos #rib_table td,
body .woocommerce-checkout #payment div.payment_box #bank_transfer_infos #rib_table td {
  padding: 0 .5rem;
}
body #add_payment_method #payment div.payment_box #bank_transfer_infos #rib_table td:first-child,
body .woocommerce-cart #payment div.payment_box #bank_transfer_infos #rib_table td:first-child,
body .woocommerce-checkout #payment div.payment_box #bank_transfer_infos #rib_table td:first-child {
  padding: 0;
}
body #add_payment_method #payment div.payment_box #bank_transfer_infos #rib_table tr.sub_titles,
body .woocommerce-cart #payment div.payment_box #bank_transfer_infos #rib_table tr.sub_titles,
body .woocommerce-checkout #payment div.payment_box #bank_transfer_infos #rib_table tr.sub_titles {
  color: rgba(0,0,0,0.3);
}
body #add_payment_method #payment div.payment_box::before,
body .woocommerce-cart #payment div.payment_box::before,
body .woocommerce-checkout #payment div.payment_box::before {
  content: "";
  display: block;
  border: 1em solid #dfdcde;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}
body .woocommerce #respond input#submit.alt,
body .woocommerce a.button.alt,
body .woocommerce button.button.alt,
body .woocommerce input.button.alt {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  background: #648475;
  border-color: #648475;
}
body .woocommerce #respond input#submit.alt:hover,
body .woocommerce #respond input#submit.alt:focus,
body .woocommerce a.button.alt:hover,
body .woocommerce a.button.alt:focus,
body .woocommerce button.button.alt:hover,
body .woocommerce button.button.alt:focus,
body .woocommerce input.button.alt:hover,
body .woocommerce input.button.alt:focus {
  background-color: transparent;
  color: #648475 !important;
}
body form.checkout .col2-set h3 {
  text-transform: none;
  font-size: *0.8%;
  letter-spacing: 0;
}
body form.checkout .col2-set h3 label {
  margin-bottom: 0;
}
body form.checkout .col2-set .col-1,
body form.checkout .col2-set .col-2 {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  max-width: none;
  width: 48%;
  clear: none;
}
body form.checkout .col2-set .col-1 .form-row-first,
body form.checkout .col2-set .col-1 .form-row-last,
body form.checkout .col2-set .col-1 .form-row-wide,
body form.checkout .col2-set .col-1 .form-row.notes,
body form.checkout .col2-set .col-2 .form-row-first,
body form.checkout .col2-set .col-2 .form-row-last,
body form.checkout .col2-set .col-2 .form-row-wide,
body form.checkout .col2-set .col-2 .form-row.notes {
  width: 100%;
}
body form.checkout .col2-set .col-1 .form-row-first .woocommerce-input-wrapper,
body form.checkout .col2-set .col-1 .form-row-last .woocommerce-input-wrapper,
body form.checkout .col2-set .col-1 .form-row-wide .woocommerce-input-wrapper,
body form.checkout .col2-set .col-1 .form-row.notes .woocommerce-input-wrapper,
body form.checkout .col2-set .col-2 .form-row-first .woocommerce-input-wrapper,
body form.checkout .col2-set .col-2 .form-row-last .woocommerce-input-wrapper,
body form.checkout .col2-set .col-2 .form-row-wide .woocommerce-input-wrapper,
body form.checkout .col2-set .col-2 .form-row.notes .woocommerce-input-wrapper {
  width: 100%;
}
body form.checkout .col2-set .col-1 .form-row-first label,
body form.checkout .col2-set .col-1 .form-row-last label,
body form.checkout .col2-set .col-1 .form-row-wide label,
body form.checkout .col2-set .col-1 .form-row.notes label,
body form.checkout .col2-set .col-2 .form-row-first label,
body form.checkout .col2-set .col-2 .form-row-last label,
body form.checkout .col2-set .col-2 .form-row-wide label,
body form.checkout .col2-set .col-2 .form-row.notes label {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
body form.checkout .col2-set .col-1 .form-row-first input,
body form.checkout .col2-set .col-1 .form-row-first textarea,
body form.checkout .col2-set .col-1 .form-row-first .input-text,
body form.checkout .col2-set .col-1 .form-row-last input,
body form.checkout .col2-set .col-1 .form-row-last textarea,
body form.checkout .col2-set .col-1 .form-row-last .input-text,
body form.checkout .col2-set .col-1 .form-row-wide input,
body form.checkout .col2-set .col-1 .form-row-wide textarea,
body form.checkout .col2-set .col-1 .form-row-wide .input-text,
body form.checkout .col2-set .col-1 .form-row.notes input,
body form.checkout .col2-set .col-1 .form-row.notes textarea,
body form.checkout .col2-set .col-1 .form-row.notes .input-text,
body form.checkout .col2-set .col-2 .form-row-first input,
body form.checkout .col2-set .col-2 .form-row-first textarea,
body form.checkout .col2-set .col-2 .form-row-first .input-text,
body form.checkout .col2-set .col-2 .form-row-last input,
body form.checkout .col2-set .col-2 .form-row-last textarea,
body form.checkout .col2-set .col-2 .form-row-last .input-text,
body form.checkout .col2-set .col-2 .form-row-wide input,
body form.checkout .col2-set .col-2 .form-row-wide textarea,
body form.checkout .col2-set .col-2 .form-row-wide .input-text,
body form.checkout .col2-set .col-2 .form-row.notes input,
body form.checkout .col2-set .col-2 .form-row.notes textarea,
body form.checkout .col2-set .col-2 .form-row.notes .input-text {
  display: block;
  width: 100%;
  clear: both;
}
body form.checkout .col2-set .col-1 .form-row-first textarea,
body form.checkout .col2-set .col-1 .form-row-last textarea,
body form.checkout .col2-set .col-1 .form-row-wide textarea,
body form.checkout .col2-set .col-1 .form-row.notes textarea,
body form.checkout .col2-set .col-2 .form-row-first textarea,
body form.checkout .col2-set .col-2 .form-row-last textarea,
body form.checkout .col2-set .col-2 .form-row-wide textarea,
body form.checkout .col2-set .col-2 .form-row.notes textarea {
  border-radius: 0;
  padding: 12px;
  border: solid 1px ;
  min-height: 80px;
}
body form.checkout .col2-set .col-1 .form-row-first.create-account input,
body form.checkout .col2-set .col-1 .form-row-last.create-account input,
body form.checkout .col2-set .col-1 .form-row-wide.create-account input,
body form.checkout .col2-set .col-1 .form-row.notes.create-account input,
body form.checkout .col2-set .col-2 .form-row-first.create-account input,
body form.checkout .col2-set .col-2 .form-row-last.create-account input,
body form.checkout .col2-set .col-2 .form-row-wide.create-account input,
body form.checkout .col2-set .col-2 .form-row.notes.create-account input {
  display: inline-block;
  width: auto;
}
body form.checkout .col2-set .col-1 {
  padding-left: 0;
}
body form.checkout .col2-set .col-2 {
  padding-right: 0;
}
body .woocommerce .woocommerce-customer-details address {
  border: solid 1px ;
  padding: 12px 20px;
}
body .woocommerce form .form-row textarea textarea {
  display: block;
  width: 100%;
  clear: both;
}
body #order_review_heading {
  margin-top: 32px;
  text-align: center;
}
body .woocommerce ul.order_details {
  padding: 0;
}
body .woocommerce ul.order_details li {
  padding-top: 12px;
  padding-bottom: 12px;
  border-right: 1px dashed ;
}
body .woocommerce ul.order_details li strong {
  color: ;
  margin-top: 12px;
}
body .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
}
body .woocommerce-MyAccount-navigation ul li {
  display: block;
  position: relative;
  width: 100%;
  clear: both;
}
body .woocommerce-MyAccount-navigation ul li a {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  display: block;
  position: relative;
  width: 100%;
  background: ;
  color: #fff;
  padding: 12px 16px;
  border-bottom: dashed 1px ;
  font-weight: 500;
}
body .woocommerce-MyAccount-navigation ul li a:hover {
  background: ;
  color: #fff;
  border-bottom: dashed 1px #fff;
}
body .woocommerce-MyAccount-navigation ul li.is-active a {
  background: ;
  color: #fff;
  border-bottom: dashed 1px #fff;
}
body .woocommerce-MyAccount-content > p {
  text-align: left;
}
body .woocommerce .col2-set .col-1,
body .woocommerce-page .col2-set .col-1,
body .woocommerce .col2-set .col-2,
body .woocommerce-page .col2-set .col-2 {
  width: 100%;
  display: block;
  position: relative;
  clear: both;
}
body .u-columns .col-1,
body .u-columns .col-2 {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  max-width: none;
  display: block;
  position: relative;
  float: none;
  width: 100%;
  padding: 24px 0;
}
body .u-columns .col-1 header h3,
body .u-columns .col-2 header h3 {
  text-transform: none;
}
body .u-columns .col-1 header .edit,
body .u-columns .col-2 header .edit {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  background: ;
  color: #fff;
  border-radius: 0;
  padding: 8px 12px;
  font-weight: 500;
}
body .u-columns .col-1 header .edit:hover,
body .u-columns .col-2 header .edit:hover {
  background: ;
  color: #fff;
}
body .woocommerce form .form-row label {
  display: block;
  position: relative;
  width: 100%;
}
body .woocommerce form .password-input,
body .woocommerce-page form .password-input {
  display: block;
  position: relative;
  width: 100%;
}
body .woocommerce form .password-input input,
body .woocommerce-page form .password-input input {
  display: block;
  position: relative;
  width: 100%;
}
body .woocommerce legend {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 22px;
  border-bottom: 1px solid #dadada;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
body .woocommerce fieldset {
  margin-top: 2rem;
}
body .edit-account button.button {
  display: block;
  margin: 32px auto 0 auto;
}
body .woocommerce-address-fields .woocommerce-address-fields__field-wrapper > p label {
  display: block;
  position: relative;
  width: 100%;
}
body .woocommerce-address-fields .woocommerce-address-fields__field-wrapper > p .woocommerce-input-wrapper {
  display: block;
  position: relative;
  width: 100%;
}
body .woocommerce-address-fields .woocommerce-address-fields__field-wrapper > p .woocommerce-input-wrapper input {
  display: block;
  position: relative;
  width: 100%;
}
body .woocommerce-address-fields button.button {
  display: block;
  margin: 32px auto 0 auto;
}
body .woocommerce form .show-password-input,
body .woocommerce-page form .show-password-input {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  top: .4em;
  color: ;
}
body .woocommerce form .show-password-input:hover,
body .woocommerce-page form .show-password-input:hover {
  color: ;
}
body .woocommerce-ResetPassword p {
  text-align: center;
}
body .woocommerce-ResetPassword p button.button {
  margin: 24px auto 0 auto;
}
body .woocommerce form .form-row-first,
body .woocommerce-page form .form-row-first {
  display: inline-block;
  position: relative;
  width: 50%;
  margin: 0 auto;
  float: none;
}
body .woocommerce b,
body .woocommerce strong {
  font-weight: 700;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  body.page-id-14 .presentation_horaires >.container > h2 {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }
  body.page-id-14 .presentation_horaires >.container >.row {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  body header .header__bottom .nav-primary ul.nav li {
    padding: 40px 2px;
  }
  body header .header__bottom .nav-primary ul.nav li > a {
    font-size: 15px;
  }
  body footer .footer__top .nav-footer ul.nav li a {
    font-size: 15px;
  }
  body footer .footer__top .contact-info {
    padding-left: 20px;
  }
  body.page-id-20 .actualites__inner,
  body.page-id-1417 .actualites__inner {
    padding: 0 30px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  body header .header__bottom .logo img {
    max-width: 120px;
    margin: 10px 0;
  }
  body header .header__bottom .nav-primary ul.nav li {
    padding: 40px 2px;
  }
  body header .header__bottom .nav-primary ul.nav li > a {
    font-size: 13px;
  }
  body footer .footer__top .nav-footer ul.nav li a {
    font-size: 14px;
  }
  body footer .footer__top .contact-info {
    padding-left: 20px;
  }
  body.page-id-20 .actualites__inner,
  body.page-id-1417 .actualites__inner {
    padding: 0 30px;
  }
  body.page-id-14 .presentation h1.titre {
    font-size: 160px;
    top: -110px;
  }
  body.page-id-14 .presentation__contenus {
    padding: 120px 20px;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  body header .header__bottom .actions a {
    margin-right: .4rem;
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  body header .header__top .adresse {
    display: none;
  }
  body footer .footer__top .logo img {
    display: block;
    margin: 0 auto 20px;
  }
  body footer .footer__top .nav-footer ul.nav li.menu-item-has-children .sub-menu {
    margin-bottom: 10px;
  }
  body footer .footer__top .nav-footer ul.nav li a {
    text-align: center;
    font-size: 14px;
    width: auto;
  }
  body footer .footer__top .contact-info {
    margin-top: 10px;
    padding-left: 0 !important;
    text-align: center;
  }
  body footer .footer__top .facebook {
    justify-content: center;
  }
  body.page-template-default .default-container h1 {
    font-size: 60px;
  }
  body.post-type-archive-product .category-slider,
  body.single-product .category-slider,
  body.tax-product_cat .category-slider {
    margin-top: 40px;
  }
  body.post-type-archive-product .category-slider .category__img,
  body.single-product .category-slider .category__img,
  body.tax-product_cat .category-slider .category__img {
    height: 5.5rem;
  }
  body.post-type-archive-product .category-slider .custom-nav .owl-prev,
  body.post-type-archive-product .category-slider .custom-nav .owl-next,
  body.single-product .category-slider .custom-nav .owl-prev,
  body.single-product .category-slider .custom-nav .owl-next,
  body.tax-product_cat .category-slider .custom-nav .owl-prev,
  body.tax-product_cat .category-slider .custom-nav .owl-next {
    top: -32px;
  }
  body.post-type-archive-product .category-slider .custom-nav .owl-prev,
  body.single-product .category-slider .custom-nav .owl-prev,
  body.tax-product_cat .category-slider .custom-nav .owl-prev {
    left: 10px;
  }
  body.post-type-archive-product .category-slider .custom-nav .owl-next,
  body.single-product .category-slider .custom-nav .owl-next,
  body.tax-product_cat .category-slider .custom-nav .owl-next {
    right: 10px;
  }
  body.page-id-5 .univers .logo img {
    max-width: 200px !important;
    top: 20px;
  }
  body.page-id-5 .univers .univers-container {
    overflow-x: visible;
  }
  body.page-id-5 .univers .nowrap {
    flex-wrap: wrap;
  }
  body.page-id-5 .univers__container {
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  body.page-id-5 .univers__lien {
    padding: 140px 0 40px !important;
    background-size: 100% !important;
    height: 400px !important;
  }
  body.page-id-5 .univers__lien h3.titre {
    margin: 0 0 50px !important;
  }
  body.page-id-5 .univers__lien:hover {
    background-size: 120% !important;
  }
  body.page-id-5 .univers__lien .texte_fond-container {
    width: 50%;
  }
  body.page-id-14 .presentation__bg,
  body.page-id-20 .presentation__bg,
  body.page-id-22 .presentation__bg,
  body.page-id-24 .presentation__bg,
  body.page-id-26 .presentation__bg,
  body.page-id-28 .presentation__bg,
  body.page-id-30 .presentation__bg,
  body.page-id-32 .presentation__bg,
  body.page-id-34 .presentation__bg,
  body.page-id-1417 .presentation__bg,
  body.post-type-archive-product .presentation__bg,
  body.single-product .presentation__bg,
  body.tax-product_cat .presentation__bg,
  body.single-post .presentation__bg,
  body.single-gite .presentation__bg,
  body.single-chambre_hote .presentation__bg {
    min-height: 240px;
  }
  body.page-id-14 .presentation .image_en_avant,
  body.page-id-20 .presentation .image_en_avant,
  body.page-id-22 .presentation .image_en_avant,
  body.page-id-24 .presentation .image_en_avant,
  body.page-id-26 .presentation .image_en_avant,
  body.page-id-28 .presentation .image_en_avant,
  body.page-id-30 .presentation .image_en_avant,
  body.page-id-32 .presentation .image_en_avant,
  body.page-id-34 .presentation .image_en_avant,
  body.page-id-1417 .presentation .image_en_avant,
  body.post-type-archive-product .presentation .image_en_avant,
  body.single-product .presentation .image_en_avant,
  body.tax-product_cat .presentation .image_en_avant,
  body.single-post .presentation .image_en_avant,
  body.single-gite .presentation .image_en_avant,
  body.single-chambre_hote .presentation .image_en_avant {
    max-width: 120px;
    bottom: -20px;
    right: -60px;
  }
  body.page-id-14 .univers .nowrap,
  body.page-id-20 .univers .nowrap,
  body.page-id-22 .univers .nowrap,
  body.page-id-24 .univers .nowrap,
  body.page-id-26 .univers .nowrap,
  body.page-id-28 .univers .nowrap,
  body.page-id-30 .univers .nowrap,
  body.page-id-32 .univers .nowrap,
  body.page-id-34 .univers .nowrap,
  body.page-id-1417 .univers .nowrap,
  body.post-type-archive-product .univers .nowrap,
  body.single-product .univers .nowrap,
  body.tax-product_cat .univers .nowrap,
  body.single-post .univers .nowrap,
  body.single-gite .univers .nowrap,
  body.single-chambre_hote .univers .nowrap {
    flex-wrap: wrap;
  }
  body.page-id-14 .univers__container,
  body.page-id-20 .univers__container,
  body.page-id-22 .univers__container,
  body.page-id-24 .univers__container,
  body.page-id-26 .univers__container,
  body.page-id-28 .univers__container,
  body.page-id-30 .univers__container,
  body.page-id-32 .univers__container,
  body.page-id-34 .univers__container,
  body.page-id-1417 .univers__container,
  body.post-type-archive-product .univers__container,
  body.single-product .univers__container,
  body.tax-product_cat .univers__container,
  body.single-post .univers__container,
  body.single-gite .univers__container,
  body.single-chambre_hote .univers__container {
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  body.page-id-14 .univers__lien,
  body.page-id-20 .univers__lien,
  body.page-id-22 .univers__lien,
  body.page-id-24 .univers__lien,
  body.page-id-26 .univers__lien,
  body.page-id-28 .univers__lien,
  body.page-id-30 .univers__lien,
  body.page-id-32 .univers__lien,
  body.page-id-34 .univers__lien,
  body.page-id-1417 .univers__lien,
  body.post-type-archive-product .univers__lien,
  body.single-product .univers__lien,
  body.tax-product_cat .univers__lien,
  body.single-post .univers__lien,
  body.single-gite .univers__lien,
  body.single-chambre_hote .univers__lien {
    padding: 100px 0 40px;
    background-size: 100%;
  }
  body.page-id-14 .univers__lien h3.titre,
  body.page-id-20 .univers__lien h3.titre,
  body.page-id-22 .univers__lien h3.titre,
  body.page-id-24 .univers__lien h3.titre,
  body.page-id-26 .univers__lien h3.titre,
  body.page-id-28 .univers__lien h3.titre,
  body.page-id-30 .univers__lien h3.titre,
  body.page-id-32 .univers__lien h3.titre,
  body.page-id-34 .univers__lien h3.titre,
  body.page-id-1417 .univers__lien h3.titre,
  body.post-type-archive-product .univers__lien h3.titre,
  body.single-product .univers__lien h3.titre,
  body.tax-product_cat .univers__lien h3.titre,
  body.single-post .univers__lien h3.titre,
  body.single-gite .univers__lien h3.titre,
  body.single-chambre_hote .univers__lien h3.titre {
    margin: 0 0 50px;
  }
  body.page-id-14 .univers__lien:hover,
  body.page-id-20 .univers__lien:hover,
  body.page-id-22 .univers__lien:hover,
  body.page-id-24 .univers__lien:hover,
  body.page-id-26 .univers__lien:hover,
  body.page-id-28 .univers__lien:hover,
  body.page-id-30 .univers__lien:hover,
  body.page-id-32 .univers__lien:hover,
  body.page-id-34 .univers__lien:hover,
  body.page-id-1417 .univers__lien:hover,
  body.post-type-archive-product .univers__lien:hover,
  body.single-product .univers__lien:hover,
  body.tax-product_cat .univers__lien:hover,
  body.single-post .univers__lien:hover,
  body.single-gite .univers__lien:hover,
  body.single-chambre_hote .univers__lien:hover {
    background-size: 120%;
  }
  body.page-id-14 .presentation h1.titre {
    font-size: 100px !important;
  }
  body.page-id-14 .presentation__contenus {
    padding: 60px 20px 20px !important;
  }
  body.page-id-14 .presentation .map {
    position: relative;
    width: 100%;
  }
  body.page-id-14 .presentation .map:before {
    display: none;
  }
  body.page-id-14 .presentation .map .leaflet-map {
    height: 280px !important;
  }
  body.page-id-20 .actualites h2.titre,
  body.page-id-1417 .actualites h2.titre {
    font-size: 42px;
    top: -38px;
  }
  body.page-id-20 .actualites__container,
  body.page-id-1417 .actualites__container {
    padding: 30px 0;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  body.page-id-20 .actualites__inner,
  body.page-id-1417 .actualites__inner {
    padding: 0;
  }
  body.page-id-24 .gites,
  body.page-id-24 .chambre_hote,
  body.page-id-26 .gites,
  body.page-id-26 .chambre_hote {
    padding: 0;
  }
  body.page-id-24 .gites__container,
  body.page-id-24 .chambre_hote__container,
  body.page-id-26 .gites__container,
  body.page-id-26 .chambre_hote__container {
    margin-top: 0;
  }
  body.page-id-24 .gites__bloc,
  body.page-id-24 .chambre_hote__bloc,
  body.page-id-26 .gites__bloc,
  body.page-id-26 .chambre_hote__bloc {
    padding: 30px 10px 20px !important;
  }
  body.page-id-24 .gites .owl-gite,
  body.page-id-24 .chambre_hote .owl-gite,
  body.page-id-26 .gites .owl-gite,
  body.page-id-26 .chambre_hote .owl-gite {
    position: relative;
  }
  body.page-id-24 .gites .owl-gite:before,
  body.page-id-24 .chambre_hote .owl-gite:before,
  body.page-id-26 .gites .owl-gite:before,
  body.page-id-26 .chambre_hote .owl-gite:before {
    display: none;
  }
  body.page-id-24 .gites .owl-gite .bg-img,
  body.page-id-24 .chambre_hote .owl-gite .bg-img,
  body.page-id-26 .gites .owl-gite .bg-img,
  body.page-id-26 .chambre_hote .owl-gite .bg-img {
    height: 280px;
  }
  body.page-id-24 .gites .custom-nav .owl-prev,
  body.page-id-24 .chambre_hote .custom-nav .owl-prev,
  body.page-id-26 .gites .custom-nav .owl-prev,
  body.page-id-26 .chambre_hote .custom-nav .owl-prev {
    left: 20px;
  }
  body.page-id-34 .actualites h1.titre {
    font-size: 60px !important;
  }
  body.page-id-34 .actualites__container:nth-child(2n+1) {
    border-right: none;
  }
  body.single-gite .gite-description__bloc,
  body.single-gite .chambre_hote-description__bloc,
  body.single-gite .chambre_hotes__bloc,
  body.single-gite .gites__bloc,
  body.single-chambre_hote .gite-description__bloc,
  body.single-chambre_hote .chambre_hote-description__bloc,
  body.single-chambre_hote .chambre_hotes__bloc,
  body.single-chambre_hote .gites__bloc {
    padding: 50px 0;
  }
  body.single-gite .gite-description__bloc h1.titre,
  body.single-gite .chambre_hote-description__bloc h1.titre,
  body.single-gite .chambre_hotes__bloc h1.titre,
  body.single-gite .gites__bloc h1.titre,
  body.single-chambre_hote .gite-description__bloc h1.titre,
  body.single-chambre_hote .chambre_hote-description__bloc h1.titre,
  body.single-chambre_hote .chambre_hotes__bloc h1.titre,
  body.single-chambre_hote .gites__bloc h1.titre {
    font-size: 42px;
  }
  body.single-post .entete__bg {
    height: 380px;
  }
  body.single-post .actualite .share:before {
    width: 55%;
  }
  body.single-post .navigation .previous,
  body.single-post .navigation .next {
    width: 50%;
  }
  body.single-post .navigation .previous a img,
  body.single-post .navigation .next a img {
    display: block;
    width: 100%;
  }
  body.post-type-archive-product .form_filtre_recherche,
  body.single-product .form_filtre_recherche,
  body.tax-product_cat .form_filtre_recherche {
    padding: 30px 20px 0;
  }
  body.woocommerce-account #customer_login > .col-1,
  body.woocommerce-account #customer_login > .col-2 {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
  body.woocommerce .col2-set [class^='col-'],
  body.woocommerce-page .col2-set [class^='col-'] {
    width: 100% !important;
    padding: 0 !important;
  }
  body.woocommerce .col2-set [class^='col-']:first-child,
  body.woocommerce-page .col2-set [class^='col-']:first-child {
    margin-bottom: 1rem;
  }
}
@media (max-width: 575px) {
  body header .header__bottom .actions .facebook,
  body header .header__bottom .actions .instagram {
    display: none;
  }
  body.page-id-14 .entete__bg,
  body.page-id-20 .entete__bg,
  body.page-id-22 .entete__bg,
  body.page-id-24 .entete__bg,
  body.page-id-26 .entete__bg,
  body.page-id-28 .entete__bg,
  body.page-id-30 .entete__bg,
  body.page-id-32 .entete__bg,
  body.page-id-34 .entete__bg,
  body.page-id-1417 .entete__bg,
  body.post-type-archive-product .entete__bg,
  body.single-product .entete__bg,
  body.tax-product_cat .entete__bg,
  body.single-post .entete__bg,
  body.single-gite .entete__bg,
  body.single-chambre_hote .entete__bg {
    height: 360px !important;
  }
  body.page-id-14 .entete__bg .logo,
  body.page-id-20 .entete__bg .logo,
  body.page-id-22 .entete__bg .logo,
  body.page-id-24 .entete__bg .logo,
  body.page-id-26 .entete__bg .logo,
  body.page-id-28 .entete__bg .logo,
  body.page-id-30 .entete__bg .logo,
  body.page-id-32 .entete__bg .logo,
  body.page-id-34 .entete__bg .logo,
  body.page-id-1417 .entete__bg .logo,
  body.post-type-archive-product .entete__bg .logo,
  body.single-product .entete__bg .logo,
  body.tax-product_cat .entete__bg .logo,
  body.single-post .entete__bg .logo,
  body.single-gite .entete__bg .logo,
  body.single-chambre_hote .entete__bg .logo {
    padding: 160px 0 0 !important;
  }
  body.page-id-14 .presentation h1.titre,
  body.page-id-20 .presentation h1.titre,
  body.page-id-22 .presentation h1.titre,
  body.page-id-24 .presentation h1.titre,
  body.page-id-26 .presentation h1.titre,
  body.page-id-28 .presentation h1.titre,
  body.page-id-30 .presentation h1.titre,
  body.page-id-32 .presentation h1.titre,
  body.page-id-34 .presentation h1.titre,
  body.page-id-1417 .presentation h1.titre,
  body.post-type-archive-product .presentation h1.titre,
  body.single-product .presentation h1.titre,
  body.tax-product_cat .presentation h1.titre,
  body.single-post .presentation h1.titre,
  body.single-gite .presentation h1.titre,
  body.single-chambre_hote .presentation h1.titre {
    font-size: 60px !important;
    top: -45px !important;
  }
  body.page-id-14 .univers,
  body.page-id-20 .univers,
  body.page-id-22 .univers,
  body.page-id-24 .univers,
  body.page-id-26 .univers,
  body.page-id-28 .univers,
  body.page-id-30 .univers,
  body.page-id-32 .univers,
  body.page-id-34 .univers,
  body.page-id-1417 .univers,
  body.post-type-archive-product .univers,
  body.single-product .univers,
  body.tax-product_cat .univers,
  body.single-post .univers,
  body.single-gite .univers,
  body.single-chambre_hote .univers {
    padding: 40px 0 0 !important;
  }
  body.page-id-14 .univers h2.titre,
  body.page-id-20 .univers h2.titre,
  body.page-id-22 .univers h2.titre,
  body.page-id-24 .univers h2.titre,
  body.page-id-26 .univers h2.titre,
  body.page-id-28 .univers h2.titre,
  body.page-id-30 .univers h2.titre,
  body.page-id-32 .univers h2.titre,
  body.page-id-34 .univers h2.titre,
  body.page-id-1417 .univers h2.titre,
  body.post-type-archive-product .univers h2.titre,
  body.single-product .univers h2.titre,
  body.tax-product_cat .univers h2.titre,
  body.single-post .univers h2.titre,
  body.single-gite .univers h2.titre,
  body.single-chambre_hote .univers h2.titre {
    font-size: 60px !important;
    top: 0 !important;
  }
  body.page-id-14 .presentation {
    padding: 40px 0 0 !important;
  }
  body.page-id-14 .presentation h1.titre {
    font-size: 60px !important;
    top: 0 !important;
    position: relative;
    left: 0 !important;
  }
  body.page-id-14 .presentation__contenus {
    padding: 0px 20px 20px !important;
  }
  body.page-id-20 .histoire,
  body.page-id-1417 .histoire {
    padding: 20px 0 0;
  }
  body.page-id-20 .histoire h2.titre,
  body.page-id-1417 .histoire h2.titre {
    font-size: 60px !important;
    position: relative;
    top: 0;
  }
  body.page-id-20 .histoire__contenu,
  body.page-id-1417 .histoire__contenu {
    padding-top: 0 !important;
  }
  body.page-id-20 .histoire__bg,
  body.page-id-1417 .histoire__bg {
    position: relative;
    width: 100% !important;
    height: 300px;
    background-size: cover;
    top: 0 !important;
  }
  body.page-id-20 .actualites,
  body.page-id-1417 .actualites {
    margin-top: 60px;
  }
  body.page-id-20 .actualites h2.titre,
  body.page-id-1417 .actualites h2.titre {
    font-size: 26px !important;
    top: -25px !important;
  }
  body.page-id-24 .gites__bloc h2.titre,
  body.page-id-24 .chambre_hote__bloc h2.titre,
  body.page-id-26 .gites__bloc h2.titre,
  body.page-id-26 .chambre_hote__bloc h2.titre {
    font-size: 36px !important;
  }
  body.single-gite .gite-description__bloc,
  body.single-gite .chambre_hote-description__bloc,
  body.single-gite .chambre_hotes__bloc,
  body.single-gite .gites__bloc,
  body.single-chambre_hote .gite-description__bloc,
  body.single-chambre_hote .chambre_hote-description__bloc,
  body.single-chambre_hote .chambre_hotes__bloc,
  body.single-chambre_hote .gites__bloc {
    padding: 50px 0;
  }
  body.single-gite .gite-description__bloc h1.titre,
  body.single-gite .chambre_hote-description__bloc h1.titre,
  body.single-gite .chambre_hotes__bloc h1.titre,
  body.single-gite .gites__bloc h1.titre,
  body.single-chambre_hote .gite-description__bloc h1.titre,
  body.single-chambre_hote .chambre_hote-description__bloc h1.titre,
  body.single-chambre_hote .chambre_hotes__bloc h1.titre,
  body.single-chambre_hote .gites__bloc h1.titre {
    font-size: 42px;
  }
  body.single-gite .gite-description .owl-gite .bg-img,
  body.single-gite .gite-description .owl-chambre_hote .bg-img,
  body.single-gite .chambre_hote-description .owl-gite .bg-img,
  body.single-gite .chambre_hote-description .owl-chambre_hote .bg-img,
  body.single-gite .chambre_hotes .owl-gite .bg-img,
  body.single-gite .chambre_hotes .owl-chambre_hote .bg-img,
  body.single-gite .gites .owl-gite .bg-img,
  body.single-gite .gites .owl-chambre_hote .bg-img,
  body.single-chambre_hote .gite-description .owl-gite .bg-img,
  body.single-chambre_hote .gite-description .owl-chambre_hote .bg-img,
  body.single-chambre_hote .chambre_hote-description .owl-gite .bg-img,
  body.single-chambre_hote .chambre_hote-description .owl-chambre_hote .bg-img,
  body.single-chambre_hote .chambre_hotes .owl-gite .bg-img,
  body.single-chambre_hote .chambre_hotes .owl-chambre_hote .bg-img,
  body.single-chambre_hote .gites .owl-gite .bg-img,
  body.single-chambre_hote .gites .owl-chambre_hote .bg-img {
    height: 260px !important;
  }
  body.single-gite .gites__bloc,
  body.single-gite .chambre_hotes__bloc,
  body.single-chambre_hote .gites__bloc,
  body.single-chambre_hote .chambre_hotes__bloc {
    position: relative;
    width: 100%;
    padding: 20px 0 !important;
  }
  body.single-gite .gites .owl-gite,
  body.single-gite .gites .owl-chambre_hote,
  body.single-gite .chambre_hotes .owl-gite,
  body.single-gite .chambre_hotes .owl-chambre_hote,
  body.single-chambre_hote .gites .owl-gite,
  body.single-chambre_hote .gites .owl-chambre_hote,
  body.single-chambre_hote .chambre_hotes .owl-gite,
  body.single-chambre_hote .chambre_hotes .owl-chambre_hote {
    margin-top: 20px;
  }
  body.single-gite .gites .custom-nav .owl-next,
  body.single-gite .chambre_hotes .custom-nav .owl-next,
  body.single-chambre_hote .gites .custom-nav .owl-next,
  body.single-chambre_hote .chambre_hotes .custom-nav .owl-next {
    right: 20px;
  }
  body.single-gite .liste_infos__inner .info,
  body.single-chambre_hote .liste_infos__inner .info {
    width: 100%;
    justify-content: center;
  }
  body.single-post .actualite h1.titre {
    font-size: 24px;
  }
  body.single-post .actualite .share:before {
    width: 40% !important;
  }
}
@media (max-width: 991.98px) {
  body header .header__bottom .logo img {
    max-width: 120px;
    margin: 10px 0;
  }
  body header .header__bottom .nav-primary {
    position: absolute;
    top: 124px;
    left: 0;
    z-index: 30;
    width: 100%;
    background: rgba(255,255,255,0.85);
  }
  body header .header__bottom .nav-primary .menu-menu-principal-container {
    overflow: hidden;
  }
  body header .header__bottom .nav-primary ul.nav {
    display: none;
  }
  body header .header__bottom .nav-primary ul.nav > li {
    display: block;
    padding: 5px 30px 5px;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
  }
  body header .header__bottom .nav-primary ul.nav > li > a {
    font-size: 16px;
    color: #333333;
  }
  body header .header__bottom .nav-primary ul.nav > li > a:hover {
    color: #333333;
  }
  body header .header__bottom .nav-primary ul.nav > li.current_page_item > a {
    color: #333333;
  }
  body header .header__bottom .nav-primary ul.nav > li.menu-item-has-children:before {
    content: '';
    height: 0;
    width: 0;
    border-top: 5px solid #333333;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    margin-left: 10px;
    top: 15px;
    left: 0;
  }
  body header .header__bottom .nav-primary ul.nav > li.menu-item-has-children .sub-menu {
    position: relative;
    display: none;
    left: 0;
    background-color: transparent;
    width: 100%;
    top: 0;
    padding: 0;
  }
  body header .header__bottom .nav-primary ul.nav > li.menu-item-has-children .sub-menu.open {
    display: block;
  }
  body header .header__bottom .nav-primary ul.nav > li.menu-item-has-children .sub-menu li {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 5px 30px 5px;
    margin-bottom: 0;
    justify-content: flex-start;
  }
  body header .header__bottom .nav-primary ul.nav > li.menu-item-has-children .sub-menu li a {
    color: #333333;
    font-weight: 300;
  }
  body header .header__bottom .nav-primary ul.nav > li.menu-item-has-children .sub-menu li:hover a {
    color: #648475;
  }
  body header .header__bottom .nav-primary ul.nav > li.menu-item-has-children:hover .sub-menu {
    display: none;
  }
  body header .header__bottom .nav-icon {
    display: block;
  }
  body footer .footer__top .logo img {
    display: block;
    margin: 0 auto 20px;
  }
  body footer .footer__top .nav-footer ul.nav li a {
    font-size: 14px;
  }
  body footer .footer__top .contact-info {
    padding-left: 20px;
  }
  body.page-id-14 .entete__bg,
  body.page-id-20 .entete__bg,
  body.page-id-22 .entete__bg,
  body.page-id-24 .entete__bg,
  body.page-id-26 .entete__bg,
  body.page-id-28 .entete__bg,
  body.page-id-30 .entete__bg,
  body.page-id-32 .entete__bg,
  body.page-id-34 .entete__bg,
  body.page-id-1417 .entete__bg,
  body.post-type-archive-product .entete__bg,
  body.single-product .entete__bg,
  body.tax-product_cat .entete__bg,
  body.single-post .entete__bg,
  body.single-gite .entete__bg,
  body.single-chambre_hote .entete__bg {
    height: 480px;
  }
  body.page-id-14 .entete__bg .logo,
  body.page-id-20 .entete__bg .logo,
  body.page-id-22 .entete__bg .logo,
  body.page-id-24 .entete__bg .logo,
  body.page-id-26 .entete__bg .logo,
  body.page-id-28 .entete__bg .logo,
  body.page-id-30 .entete__bg .logo,
  body.page-id-32 .entete__bg .logo,
  body.page-id-34 .entete__bg .logo,
  body.page-id-1417 .entete__bg .logo,
  body.post-type-archive-product .entete__bg .logo,
  body.single-product .entete__bg .logo,
  body.tax-product_cat .entete__bg .logo,
  body.single-post .entete__bg .logo,
  body.single-gite .entete__bg .logo,
  body.single-chambre_hote .entete__bg .logo {
    padding: 200px 0;
  }
  body.page-id-14 .entete__bg .logo img,
  body.page-id-20 .entete__bg .logo img,
  body.page-id-22 .entete__bg .logo img,
  body.page-id-24 .entete__bg .logo img,
  body.page-id-26 .entete__bg .logo img,
  body.page-id-28 .entete__bg .logo img,
  body.page-id-30 .entete__bg .logo img,
  body.page-id-32 .entete__bg .logo img,
  body.page-id-34 .entete__bg .logo img,
  body.page-id-1417 .entete__bg .logo img,
  body.post-type-archive-product .entete__bg .logo img,
  body.single-product .entete__bg .logo img,
  body.tax-product_cat .entete__bg .logo img,
  body.single-post .entete__bg .logo img,
  body.single-gite .entete__bg .logo img,
  body.single-chambre_hote .entete__bg .logo img {
    display: block;
    margin: 0 auto;
    max-width: 380px;
    width: 90%;
  }
  body.page-id-14 .presentation,
  body.page-id-20 .presentation,
  body.page-id-22 .presentation,
  body.page-id-24 .presentation,
  body.page-id-26 .presentation,
  body.page-id-28 .presentation,
  body.page-id-30 .presentation,
  body.page-id-32 .presentation,
  body.page-id-34 .presentation,
  body.page-id-1417 .presentation,
  body.post-type-archive-product .presentation,
  body.single-product .presentation,
  body.tax-product_cat .presentation,
  body.single-post .presentation,
  body.single-gite .presentation,
  body.single-chambre_hote .presentation {
    padding: 80px 0 0;
  }
  body.page-id-14 .presentation h1.titre,
  body.page-id-20 .presentation h1.titre,
  body.page-id-22 .presentation h1.titre,
  body.page-id-24 .presentation h1.titre,
  body.page-id-26 .presentation h1.titre,
  body.page-id-28 .presentation h1.titre,
  body.page-id-30 .presentation h1.titre,
  body.page-id-32 .presentation h1.titre,
  body.page-id-34 .presentation h1.titre,
  body.page-id-1417 .presentation h1.titre,
  body.post-type-archive-product .presentation h1.titre,
  body.single-product .presentation h1.titre,
  body.tax-product_cat .presentation h1.titre,
  body.single-post .presentation h1.titre,
  body.single-gite .presentation h1.titre,
  body.single-chambre_hote .presentation h1.titre {
    font-size: 140px;
    top: -80px;
    left: 20px;
  }
  body.page-id-14 .presentation__contenu,
  body.page-id-20 .presentation__contenu,
  body.page-id-22 .presentation__contenu,
  body.page-id-24 .presentation__contenu,
  body.page-id-26 .presentation__contenu,
  body.page-id-28 .presentation__contenu,
  body.page-id-30 .presentation__contenu,
  body.page-id-32 .presentation__contenu,
  body.page-id-34 .presentation__contenu,
  body.page-id-1417 .presentation__contenu,
  body.post-type-archive-product .presentation__contenu,
  body.single-product .presentation__contenu,
  body.tax-product_cat .presentation__contenu,
  body.single-post .presentation__contenu,
  body.single-gite .presentation__contenu,
  body.single-chambre_hote .presentation__contenu {
    padding: 30px;
  }
  body.page-id-14 .univers,
  body.page-id-20 .univers,
  body.page-id-22 .univers,
  body.page-id-24 .univers,
  body.page-id-26 .univers,
  body.page-id-28 .univers,
  body.page-id-30 .univers,
  body.page-id-32 .univers,
  body.page-id-34 .univers,
  body.page-id-1417 .univers,
  body.post-type-archive-product .univers,
  body.single-product .univers,
  body.tax-product_cat .univers,
  body.single-post .univers,
  body.single-gite .univers,
  body.single-chambre_hote .univers {
    padding: 100px 0 0;
  }
  body.page-id-14 .univers h2.titre,
  body.page-id-20 .univers h2.titre,
  body.page-id-22 .univers h2.titre,
  body.page-id-24 .univers h2.titre,
  body.page-id-26 .univers h2.titre,
  body.page-id-28 .univers h2.titre,
  body.page-id-30 .univers h2.titre,
  body.page-id-32 .univers h2.titre,
  body.page-id-34 .univers h2.titre,
  body.page-id-1417 .univers h2.titre,
  body.post-type-archive-product .univers h2.titre,
  body.single-product .univers h2.titre,
  body.tax-product_cat .univers h2.titre,
  body.single-post .univers h2.titre,
  body.single-gite .univers h2.titre,
  body.single-chambre_hote .univers h2.titre {
    font-size: 140px;
    right: 20px;
  }
  body.page-id-5 main {
    overflow: visible;
  }
  body.page-id-5 .univers .logo {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 20;
  }
  body.page-id-5 .univers .logo img {
    max-width: 320px;
  }
  body.page-id-5 .univers .univers-container {
    overflow-x: visible;
  }
  body.page-id-5 .univers__lien {
    height: 720px;
  }
  body.page-id-14 .presentation__contenus {
    padding: 120px 20px;
  }
  body.page-id-20 .histoire,
  body.page-id-1417 .histoire {
    padding: 60px 0 0;
  }
  body.page-id-20 .histoire .histoire-container,
  body.page-id-1417 .histoire .histoire-container {
    max-width: 90%;
  }
  body.page-id-20 .histoire h2.titre,
  body.page-id-1417 .histoire h2.titre {
    font-size: 140px;
  }
  body.page-id-20 .histoire__contenu,
  body.page-id-1417 .histoire__contenu {
    padding-top: 140px;
    padding-bottom: 0;
  }
  body.page-id-20 .histoire__bg,
  body.page-id-1417 .histoire__bg {
    width: 50%;
    top: 60px;
  }
  body.page-id-20 .actualites__inner,
  body.page-id-1417 .actualites__inner {
    padding: 0 30px;
  }
  body.page-id-24 .gites__bloc,
  body.page-id-24 .chambre_hote__bloc,
  body.page-id-26 .gites__bloc,
  body.page-id-26 .chambre_hote__bloc {
    padding: 50px 10px;
  }
  body.page-id-24 .gites__bloc h2.titre,
  body.page-id-24 .chambre_hote__bloc h2.titre,
  body.page-id-26 .gites__bloc h2.titre,
  body.page-id-26 .chambre_hote__bloc h2.titre {
    font-size: 56px;
  }
  body.page-id-34 .actualites h1.titre {
    font-size: 100px;
  }
  body.single-gite .gite-description,
  body.single-gite .chambre_hote-description,
  body.single-gite .chambre_hotes,
  body.single-gite .gites,
  body.single-chambre_hote .gite-description,
  body.single-chambre_hote .chambre_hote-description,
  body.single-chambre_hote .chambre_hotes,
  body.single-chambre_hote .gites {
    padding: 0;
  }
  body.single-gite .gite-description .owl-gite,
  body.single-gite .gite-description .owl-chambre_hote,
  body.single-gite .chambre_hote-description .owl-gite,
  body.single-gite .chambre_hote-description .owl-chambre_hote,
  body.single-gite .chambre_hotes .owl-gite,
  body.single-gite .chambre_hotes .owl-chambre_hote,
  body.single-gite .gites .owl-gite,
  body.single-gite .gites .owl-chambre_hote,
  body.single-chambre_hote .gite-description .owl-gite,
  body.single-chambre_hote .gite-description .owl-chambre_hote,
  body.single-chambre_hote .chambre_hote-description .owl-gite,
  body.single-chambre_hote .chambre_hote-description .owl-chambre_hote,
  body.single-chambre_hote .chambre_hotes .owl-gite,
  body.single-chambre_hote .chambre_hotes .owl-chambre_hote,
  body.single-chambre_hote .gites .owl-gite,
  body.single-chambre_hote .gites .owl-chambre_hote {
    position: relative;
  }
  body.single-gite .gite-description .owl-gite:before,
  body.single-gite .gite-description .owl-chambre_hote:before,
  body.single-gite .chambre_hote-description .owl-gite:before,
  body.single-gite .chambre_hote-description .owl-chambre_hote:before,
  body.single-gite .chambre_hotes .owl-gite:before,
  body.single-gite .chambre_hotes .owl-chambre_hote:before,
  body.single-gite .gites .owl-gite:before,
  body.single-gite .gites .owl-chambre_hote:before,
  body.single-chambre_hote .gite-description .owl-gite:before,
  body.single-chambre_hote .gite-description .owl-chambre_hote:before,
  body.single-chambre_hote .chambre_hote-description .owl-gite:before,
  body.single-chambre_hote .chambre_hote-description .owl-chambre_hote:before,
  body.single-chambre_hote .chambre_hotes .owl-gite:before,
  body.single-chambre_hote .chambre_hotes .owl-chambre_hote:before,
  body.single-chambre_hote .gites .owl-gite:before,
  body.single-chambre_hote .gites .owl-chambre_hote:before {
    display: none;
  }
  body.single-gite .gite-description .owl-gite .bg-img,
  body.single-gite .gite-description .owl-chambre_hote .bg-img,
  body.single-gite .chambre_hote-description .owl-gite .bg-img,
  body.single-gite .chambre_hote-description .owl-chambre_hote .bg-img,
  body.single-gite .chambre_hotes .owl-gite .bg-img,
  body.single-gite .chambre_hotes .owl-chambre_hote .bg-img,
  body.single-gite .gites .owl-gite .bg-img,
  body.single-gite .gites .owl-chambre_hote .bg-img,
  body.single-chambre_hote .gite-description .owl-gite .bg-img,
  body.single-chambre_hote .gite-description .owl-chambre_hote .bg-img,
  body.single-chambre_hote .chambre_hote-description .owl-gite .bg-img,
  body.single-chambre_hote .chambre_hote-description .owl-chambre_hote .bg-img,
  body.single-chambre_hote .chambre_hotes .owl-gite .bg-img,
  body.single-chambre_hote .chambre_hotes .owl-chambre_hote .bg-img,
  body.single-chambre_hote .gites .owl-gite .bg-img,
  body.single-chambre_hote .gites .owl-chambre_hote .bg-img {
    height: 380px;
  }
  body.single-gite .gite-description .custom-nav .owl-prev,
  body.single-gite .chambre_hote-description .custom-nav .owl-prev,
  body.single-gite .chambre_hotes .custom-nav .owl-prev,
  body.single-gite .gites .custom-nav .owl-prev,
  body.single-chambre_hote .gite-description .custom-nav .owl-prev,
  body.single-chambre_hote .chambre_hote-description .custom-nav .owl-prev,
  body.single-chambre_hote .chambre_hotes .custom-nav .owl-prev,
  body.single-chambre_hote .gites .custom-nav .owl-prev {
    left: 20px;
  }
  body.tax-product_cat #shop-sub-menu {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .woocommerce .col2-set,
  .woocommerce-page .col2-set {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@font-face {
  font-family: 'rocknessregular';
  src: url('../fonts/rockness-webfont.woff2') format('woff2'), url('../fonts/rockness-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'mr-font';
  src: url('../fonts/mr-font.eot?c1pmt4');
  src: url('../fonts/mr-font.eot?c1pmt4#iefix') format('embedded-opentype'), url('../fonts/mr-font.ttf?c1pmt4') format('truetype'), url('../fonts/mr-font.woff?c1pmt4') format('woff'), url('../fonts/mr-font.svg?c1pmt4#mr-font') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="lmr-"],
[class*=" lmr-"] {
  font-family: 'mr-font' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lmr-user:before {
  content: "\e900";
}
.lmr-pin:before {
  content: "\e901";
}
.lmr-phone:before {
  content: "\e902";
}
.lmr-facebook:before {
  content: "\e903";
}
.lmr-basket:before {
  content: "\e904";
}
.lmr-instagram:before {
  content: "\e905";
}
