:root { 
  --unhover-border-color: rgba(0, 0, 0, 0.5);
  --unhover-text-color: rgba(255, 255, 255, 0.5);
  --unhover-background-color: rgba(0, 0, 0, 0.5);

  --hover-border-color: rgba(0, 0, 0, 0.8);
  --hover-text-color: rgba(255, 255, 255, 0.8);
  --hover-background-color: rgba(0, 0, 0, 0.8);

  --transition-delay: 0.5s;
}
body {
  position: relative;
}
/**********style general***********/
h1 {
  font-family: "new-spirit", serif;
}
h2 {
  font-family: "new-spirit", serif;
  font-size: 40px !important;
  font-weight: 600 !important;
  padding-bottom: 20px;
}
h3 {
  font-family: "new-spirit", serif;
  font-size: 28px !important;
}
h4 {
  font-family: "Overpass" !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 22.79px;
  text-align: left;
}
.woocommerce-loop-product__title a {
  color: #120606 !important;
}
.custom-description {
  color: #6c6256;
  font-family: Overpass;
  margin-bottom: 40px;
}
.brand-name {
  color: #6c6256;
}
.bear-bg {
  background-image: url("../assets/bear.svg");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 25%;
}
/**********************/
#main {
  padding: 0 !important;
  margin: 0 !important;
}

.no-padding .vc_column-inner {
  padding: unset !important;
}

.carousel {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 624px;
}

ul.slides {
  list-style-type: none;
  height: 100%;
  width: 100%;
}

li.slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity var(--transition-delay);
  transition-delay: var(--transition-delay);
}

.slide > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top left;
}

li.slide[data-active-slide] {
  opacity: 1;
  z-index: 1;
}

.slides-circles {
  display: flex;
  position: absolute;
  bottom: 76px;
  right: 0;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: 2;
}

.slides-circles > div {
  height: 8px;
  width: 8px;
  margin: 10px;
  background-color: white;
  border-radius: 50%;
  transition: background-color var(--transition-delay);
  transition-delay: var(--transition-delay);
}

.slides-circles > div[data-active-slide] {
  background-color: #661e1e;
}

.slider-button {
  border: unset;
  background: unset;
}

.slider-button img {
  width: 18px;
}

.legend-slide {
  position: absolute;
  bottom: 76px;
  color: white;
  max-width: 416px;
}

.subtitle {
  font-size: 18px;
  font-weight: 600;
  margin: 8px 0px;
}

.slide .title {
  font-size: 42px;
  font-family: "new-spirit", serif;
  line-height: 38px;
  margin: 8px 0px 40px 0px;
}

.cta-primary ,.woocommerce-Button{
  color: white;
  padding: 16px 24px 16px 24px;
  background: #661e1e;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}
.cta-primary:hover,.woocommerce-Button:hover
.btn-primary:hover {
  background-color: #481818 !important;
  color: #fff !important;
}
.cta-primary:focus .btn-primary:focus, .woocommerce-Button:focus {
  background-color: #321111 !important;
  color: #fff !important;
}

.arrow-cta {
  width: 15px;
  margin-left: 8px;
}

/* Slick Slider */
.customer-logos {
  display: flex !important;
  align-items: center;
}

.trigger .slick-slide img {
  height: 65px;
  width: auto;
}

.trigger .slick-prev,
.trigger .slick-next {
  position: absolute;
  top: 135%;
  font-size: 1.8rem;
}

.trigger .slick-prev {
  left: 0;
}

.trigger .slick-next {
  right: 0;
}

.trigger .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

.trigger .slick-slider .slick-track,
.trigger .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.trigger .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  align-items: center;
  display: flex;
}

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

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

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

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

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

.trigger .slick-slide img {
  display: block;
}

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

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

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

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

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

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

.trigger .slide {
  transition: filter 0.4s;
  margin: 0px 59px;
  width: auto !important;
}

.trigger .fas {
  color: #96bd0b;
}

.trigger .slick-prev {
  left: 0;
}

.trigger .slick-prev,
.trigger .slick-next {
  position: absolute;
  top: 35%;
  font-size: 1.8rem;
}

.arrow-carousel img {
  width: 18px;
}

.arrow-carousel {
  width: 50px !important;
  height: 39px;
  border-radius: 50%;
  background: #fbf9f6;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.slick-list {
  width: calc(100%);
}

.h-322 {
  min-height: 322px;
  background-size: cover;
  background-position: center;
}

.margin-px {
  margin: 36px 0px;
}

.absolute-img {
  max-height: 164.02px;
  position: absolute;
  bottom: 0;
}

.margin-10 {
  /* width: 100%; */
  margin: 10px;
}

.p-32 {
  padding: 32px !important;
  position: relative;
}

.abs-arrow {
  width: 15px;
  position: absolute;
  bottom: 32px;
  right: 32px;
}

.brand-logo {
  max-width: 142px;
}
.rendezvous {
  margin: 0 !important;
  padding: 25px 0 100px 0 !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.rendezvous h2 {
  padding-bottom: 0;
  padding-left: 25px;
}
.rendezvous .aventure-wysiwyg {
  padding-bottom: 40px;
  padding-top: 20px;
}
.accordion-button.collapsed::after {
  background: url("faq.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.accordion-button:not(.collapsed)::after {
  background: url("faq.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.accordion-button:not(.collapsed):after {
  background: url("faq.svg") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}
.aventure-bloc .bg-gray {
  background-color: #fbf9f6;
  padding: 50px 25px 25px 25px;
  margin: -30px 0px 0px 0px;
}
.aventure-bloc .bg-gray h4 {
  padding-left: 0;
  font-family: "new-spirit", serif;
  padding-top: 20px;
}
.aventure-bloc .aventure-small-title,
.aventure-bloc .aventure-big-title {
  padding-left: 25px;
}
.bg-gray {
  background-color: #fbf9f6;
  padding: 25px;
  margin: -32px 0px 0px 0px !important;
}
.right-bloc-title {
  margin-bottom: -5px !important;
}
.bloc-text {
  font-family: "Overpass";
  font-size: 16px;
  font-weight: 400;
  line-height: 20.26px;
  text-align: left;
  color: rgba(113, 106, 106, 1);
  padding-bottom: 40px;
}
.aventure-wysiwyg {
  font-family: Overpass;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.26px;
  color: #6c6256;
  padding-bottom: 35px;
  padding-top: 25px;
}
.aventure-second {
  padding-top: 0 !important;
}

.acor-ques {
  font-family: "new-spirit", serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #281c0d;
}
.bloc-faq {
  padding-top: 100px;
  padding-bottom: 100px;
}
.bloc-double-img {
  position: relative;
}
img.logo-bot {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.row.aventure-bloc.align-items-center h2 {
  padding-bottom: 0;
}
.header-block {
  display: grid;
  gap: 40px;
}
.guide-link b {
  padding-left: 15px;
}
.btn-cta {
  margin-bottom: 20px;
}
h3.custom-title {
  padding-top: 20px;
}
.journal-bl {
  background-color: #ebdfd1;
  padding: 150px;
}
.journal-form form {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  flex-direction: column !important;
}
.journal-form form input {
  border: none;
  border-bottom: 1px solid #120606;
  width: -webkit-fill-available;
  margin-right: 20px;
  height: 50px;
  background-color: #ebdfd1;
}
.journal-form button {
  border: 1px solid #661e1e;
  height: 50px;
  background-color: #ebdfd1;
  border-radius: 4px;
  font-family: Overpass;
  font-size: 16px;
  color: #661e1e;
  width: 70%;
}

/*************block article**********/
.post-thumbnail img {
  height: 280px !important;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}
.post-content {
  background-color: #fff;
  padding: 25px;
  width: 89.5%;
  transform: translate(12%, -40px);
  /* height: 100%; */
}
.news-block::before {
  content: "";
  background-color: #ebdfd1;
  width: 100vw;
  position: absolute;
  height: 60%;
  left: 0;
  z-index: -1;
  bottom: 0;
}
.news-block.container {
  padding-top: 50px;
}

.read-more {
  font-family: "Overpass";
  font-size: 16px;
  line-height: 22px;
  color: #661e1e;
  text-decoration: underline;
}
.mt-40 {
  margin-top: 40px;
}
.read-more b {
  padding-right: 8px;
}
.post-excerpt {
  font-family: "Overpass";
  font-weight: 400;
  font-size: 16px;
  line-height: 20.26px;
  color: #6c6256;
  padding-bottom: 20px;
}
.post-date {
  font-family: "Overpass";
  font-weight: 400;
  font-size: 14px;
  line-height: 17.26px;
  color: #6c6256;
  padding-bottom: 20px;
}

.post-meta {
  justify-content: space-between;
  display: flex;
}

.post-title {
  font-family: "new-spirit", serif !important;
  font-weight: 600;
  line-height: 27.57px;
  text-align: left;
}

.politiclink {
  font-family: Overpass;
  font-size: 14px;
  font-weight: 600;
  line-height: 17.72px;
  text-align: left;
  color: #6c6256;
  text-decoration: underline;
}

.content-journal {
  font-family: "Overpass";
  font-size: 14px;
  font-weight: 400;
  line-height: 17.72px;
  text-align: left;
  color: #6c6256;
}
.content-journal-big {
  font-family: "Overpass";
  font-size: 16px;
  font-weight: 400;
  line-height: 17.72px;
  text-align: left;
  color: #6c6256;
}
.home #footer {
  background-color: #ebdfd1 !important;
}
.block-small-title {
  font-family: "Overpass";
  font-size: 18px;
  font-weight: 600;
  line-height: 22.79px;
  color: #120606;
}

.title-trustpilot {
  font-size: 28px;
  color: #120606;
  font-weight: 600;
  font-family: "new-spirit", serif;
}
.trustpad {
  padding-bottom: 35px !important;
}
.top-bot-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  background-size: 80% !important;
}
.aventure-image {
  height: 760px;
  max-width: 100%;
  object-fit: cover;
}
#bg-img {
  background-position: top right !important;
  background-repeat: no-repeat !important;
  background-size: 80% !important;
}
.aventure-small-title {
  font-size: 18px;
}
.accordion-header {
  padding-bottom: 0;
}
.accordion-body p {
  font-family: "Overpass";
  color: #6c6256;
  font-size: 16px;
}
.bg-vagues {
  background-image: url("../assets/Vaguesboutdoors.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
.vc_column-inner {
  padding-right: 0px !important;
}
@media screen and (max-width: 991.5px) {
  .margin-10 {
    width: 100%;
    margin: 10px;
  }
}
