/************** DEFAULT *************/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  clear: both;
  font-family: "Montserrat", sans-serif;
  max-width: 100%;
  overflow-x: hidden;
}

html.noscroll,
body.noscroll {
  overflow: hidden;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "LeagueSpartan";
}

/************** LAYOUT *************/

body:not(.page-banner) .contain {
  margin-top: 70px;
  padding-bottom: 70px;
}

.hand-text {
  font-family: "Biro-Script";
}

.backcolor-pop-blue {
  background-color: #70d5eb;
}

.color-pop-blue {
  color: #70d5eb;
}

.backcolor-pop-orange {
  background-color: #ff6b34;

}

.color-pop-orange {
  color: #ff6b34;
}

.cta {
  margin: 50px 0;
}

.link {
  text-decoration: none;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: end;
  color: black;
  font-size: 20px;
}

.biro {
  font-family: 'Biro-Script';
}

.do-script {
  font-family: 'DO-Script';
}

.happle {
  font-family: 'HomemadeApple';
}

.white {
  color: white
}

.btn-orange {
  background-color: #ff6b34;
  padding: 15px 25px;
  border-radius: 30px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  font-size: 22px;
  cursor: pointer;
  transition: .3s all ease-in-out;
}

.btn-border-orange {
  background: transparent;
  border: 2px solid #ff6b34;
  padding: 15px 25px;
  border-radius: 30px;
  color: #ff6b34;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  transition: .3s all ease-in-out;
}

.btn-orange:hover {
  background-color: #f06735;
  color: white;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0
}

.pos_rel {
  position: relative;
}

.container {
  width: 90%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}


.flex {
  display: flex;
}

.justify-between {
  justify-content: space-between;
}

.items-center {
  align-items: center;
}

items-stretch {
  align-items: stretch;
}

.hidden {
  display: none;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 20px;
}

.absolute {
  position: absolute;
}

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.object-cover {
  object-fit: cover;
}

.inset-0 {
  inset: 0px;
}

.half-bloc {
  width: 50%;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav-tabs {
  display: flex;
}

.nav-link {
  padding: 0 1rem;
  margin-right: 0.2rem;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 18px;
  font-family: "Montserrat";
  transition: all 0.3s;
  color: black;
}

.nav-link:nth-child(1) {
  border-right: 1px solid black;
}

.nav-link:hover {
  font-weight: 500;
  color: black;
}

.nav-link.active {
  background-color: transparent;
  color: #000;
  font-weight: bold;
}

.tab-content {
  padding: 1rem;
  background: white;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.note {
  display: flex;
}

.note li {
  list-style-type: none;
  margin-right: 8px;
}

.note li svg.fill {
  fill: #F7D752;
}

.note li svg.empty {
  fill: #cdcdcd;
}

.form-group {
  margin-bottom: 15px;
}

.form-inline {
  display: flex;
  justify-content: space-between;
}

.form-inline>div {
  width: 49%;
}

.form-group label {
  display: block;
  margin-bottom: 10px;
}

.form-group select,
.form-group input[type="text"],
.form-group input[type="email"] {
  width: 100%;
  height: 42px;
  border: 1px solid #dddddd;
  border-radius: 30px;
  padding: 0 15px;
  font-size: 16px;
  font-family: "Montserrat";
}

.form-group textarea {
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 20px;
  padding: 20px;
  font-family: "Montserrat";
  font-size: 16px;
}

.decoration-none {
  text-decoration: none;
}

.content-decoration-none a {
  color: black;
}

p.stars {
  display: none !important;
}

span.required {
  color: red;
}

.title-sign {
  display: inline-block;
}

.last-word {
  display: inline-block;
  position: relative;
}

.last-word img {
  display: block;
  width: 80%;
  margin: 5px auto 0;
  position: absolute;
  top: 75%;
  min-width: 200px;
}

.last-word.left img {
  left: 0;
}

.last-word.right img {
  right: 0;
}

/*.title-sign {
  position: relative;
}

.title-sign img {
  width: 200px;
  position: absolute;
  right: 65px;
  top: 94%;
}*/

.select2-container .select2-dropdown,
.select2-container .select2-selection {
  border: 1px solid #ebedef;
  border-radius: 20px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0.9em;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ebedef;
  padding: 11px 15px;
  border-radius: 8px;
}

.select2-search--dropdown {
  padding: 4px 12px;
}

.select2-results__option {
  padding: 9px 16px;
  font-size: 15px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: transparent;
  color: #ff6b35;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
  background-color: transparent;
}

.fadein-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fadein-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.swiper {
  max-width: 92%;
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 1 !important;
  color: #000 !important;
  width: 35px !important;
  height: 35px !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
}

.pagination {
  display: flex;
  gap: 10px;
  justify-content: center;
  width: 100%;
}

.pagination a {
  background-color: transparent;
  color: black;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 30px;
}

.pagination a.active {
  background-color: #ff6b35;
  text-decoration: none;
  color: white
}

.arrow-cta a span {
  width: 32px;
  height: 32px;
  display: block;
  text-align: left;
  color: black;
  border-radius: 30px;
  margin-left: 7px;
  transition: .4s all ease-in-out;
}

.arrow-cta a:hover span {
  background-color: #ff6b35;
  color: white;
}

.cursor_pointer {
  cursor: pointer;
}

.side-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 9998;
}

.side-panel {
  position: fixed;
  top: 0;
  height: 100%;
  background-color: #fcfcfc;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  transition: right 0.3s ease;
  z-index: 9999;
  overflow-y: auto;
  right: -100%;
  width: 100%;
}

.close-panel {
  position: absolute;
  right: 20px;
  top: 20px;
}

#close-side-panel {
  background: transparent;
  border: none;
  cursor: pointer;
}

@media (min-width: 768px) {
  .side-panel {
    right: -65%;
    width: 65%;
  }
}

@media (min-width: 1000px) {
  .side-panel {
    right: -50%;
    width: 50%;
  }
}

@media (min-width: 1400px) {
  .side-panel {
    right: -38%;
    width: 38%;
  }
}

@media (min-width: 1700px) {
  .side-panel {
    right: -30%;
    width: 30%;
  }
}

@media (min-width: 1970px) {
  .side-panel {
    right: -25%;
    width: 25%;
  }
}

.side-overlay.active {
  opacity: 1;
  pointer-events: all;
}

.side-panel.active {
  right: 0;
}

.side-panel .bloc-side-panel h3 {
  background-color: #70d5eb;
  color: white;
  padding: 25px;
  font-size: 22px;
}

.cart-side-content {
  padding: 30px;
}

#scrollTopBtn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background-color: #ff6b34;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  /* ✅ caché dès le départ */
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 999;
}

#scrollTopBtn:hover {
  background-color: #e65d2b;
}

.promo-popup {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-content {
  background: #fff;
  width: 90%;
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 8px;
  overflow: hidden;
}

.popup-image {
  flex: 1 1 50%;
}

.popup-image img {
  width: 100%;
  height: auto;
  display: block;
}

.popup-text {
  flex: 1 1 50%;
  padding: 50px;
  box-sizing: border-box;
}

.popup-text p {
  margin: 20px 0;
}

.popup-text h2 {
  margin-top: 0;
  font-size: 30px;
  letter-spacing: -1px;
}

.popup-text form {
  display: flex;
  flex-direction: column;
}

.popup-text input[type="email"] {
  margin-bottom: 10px;
  width: 100%;
  height: 42px;
  border: 1px solid #dddddd;
  border-radius: 30px;
  padding: 0 15px;
  font-size: 16px;
  font-family: "Montserrat";
}

.popup-text button {
  background-color: #ff6b34;
  padding: 15px 25px;
  border-radius: 30px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  border: none;
  transition: .3s all ease-in-out;
}

.popup-close {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 50px;
  color: #fff;
  cursor: pointer;
  z-index: 10000;
}

.promo-message .success svg {
  display: block;
  text-align: center;
  margin: 20px auto;
}

.promo-message .success {
  font-size: 16px;
  color: #79cc77;
  text-align: center;
}

.promo-message {
  display: flex;
  align-items: center;
}

/************** HEADER *************/

.menu li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: inherit;
  padding: 5px 0;
}

.menu li a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: width 0.3s ease;
}

.menu li a:hover::before {
  width: 100%;
}

.site-header.sticky .menu li a::before {
  top: 159%;
  background-color: #ff6b35;
}

.header-main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrap_logo {
  max-width: 200px;
}

.wrap_logo img {
  filter: invert(1);
  width: 100%;
  height: auto;
}

.badge-count {
  position: absolute;
  top: -11px;
  font-size: 10px;
  background-color: #ff6b35;
  min-width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  right: -8px;
  color: white;
}

.burger-menu {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 70px;
  z-index: 999;
}

.site-header.sticky .burger-menu {
  top: 24px;
}

.burger-menu .burger-icon {
  width: 30px;
  height: 3px;
  background-color: white;
  position: relative;
  display: block;
  margin: 6px 0;
  transition: all 0.3s ease;
}

.burger-menu .burger-icon::before,
.burger-menu .burger-icon::after {
  content: "";
  width: 30px;
  height: 3px;
  background-color: white;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}

.burger-menu .burger-icon::before {
  top: -10px;
}

.burger-menu .burger-icon::after {
  top: 10px;
}

.burger-menu.open .burger-icon {
  background-color: transparent;
}

.burger-menu.open .burger-icon::before {
  top: 0;
  transform: rotate(45deg);
}

.burger-menu.open .burger-icon::after {
  top: 0;
  transform: rotate(-45deg);
}

.menu {
  display: flex;
  position: static;
  width: auto;
  background-color: transparent;
  box-shadow: none;
}

.menu li a {
  color: white;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
}

.menu li {
  list-style-type: none;
  border-right: 2px solid white;
  padding: 0 20px;
}

.menu li:last-child {
  border: none;
}

.menu.active {
  transform: translateX(0);
}

body.menu-open {
  overflow: hidden;
}

body.menu-open::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(138, 138, 138, 0.3);
  z-index: 997;
}

.icon-nav {
  display: flex;
}

.icon-nav li {
  list-style-type: none;
  padding: 0 10px;
}

.icon-nav li a {
  color: white;
}

.site-header {
  width: 100%;
  padding: 20px 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: background-color 0.3s ease, position 0.3s ease;
}

.site-header.sticky {
  position: fixed;
  background-color: #70d5eb;
  padding: 10px 40px;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}

.nav-container a {
  color: white;
  text-decoration: none;
  margin-left: 20px;
  font-weight: bold;
}

/* Navigation
nav {
  width: 100%;
  padding: 20px 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: background-color 0.3s ease, position 0.3s ease;
}

nav.sticky {
  position: fixed;
  background-color: #70d5eb;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}

.nav-container a {
  color: white;
  text-decoration: none;
  margin-left: 20px;
  font-weight: bold;
}
 */

/************** SEARCH *************/

.search-form-container input::placeholder {
  font-family: "Montserrat";
  font-size: 18px;
}

.search-form-container input {
  width: 100%;
  height: 55px;
  border-radius: 30px;
  border: none;
  padding: 0 40px;
  font-size: 16px;
  font-family: "Montserrat";
  outline: 0;
}

.search-form-container {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  display: none;
}

.site-header.sticky .search-form-container input {
  width: 100%;
  height: 55px;
  border-radius: 0 0 30px 30px;
  border: none;
  padding: 0 40px;
  font-size: 16px;
  background: #f5fcfd;
  border: 1px solid #6fd5eb;
}

/************** FOOTER *************/

.header-footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
  margin-bottom: 35px;
}

.footer {

  color: white;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  font-family: sans-serif;
  background: radial-gradient(circle at center, #6fd5eb 55%, #bde5ee 104%);
  /*  background: radial-gradient(circle at center, #6fd5eb 55%, #e0f9ff 104%);*/
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  text-align: center;
}

@media (min-width: 640px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    text-align: left;
  }
}

@media (min-width: 1070px) {
  .footer-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.footer-col {
  display: flex;
  flex-direction: column;
}

.footer-logo {
  width: 8rem;
  margin-bottom: 1rem;
}

.footer-desc {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.footer-socials {
  display: flex;
  gap: 1.5rem;
}

.footer-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.footer-links,
.footer-links-sm {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer-links li a,
.footer-links-sm li a {
  text-decoration: none;
  color: white;
  transition: text-decoration 0.3s ease;
}

.footer-links li a:hover,
.footer-links-sm li a:hover {
  text-decoration: underline;
}

.footer-contact {
  display: flex;
  align-items: start;
  gap: 0.5rem;
  font-size: 1rem;
}

.footer-btn-wrapper {
  margin-top: 1rem;
}

.footer-bottom {
  margin-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
}

.pl {
  padding-left: 10px;
}


/************** HOME *************/

#title-intro strong {
  font-weight: 600;
  display: block;
}

.section-home.section-8,
.section-home.section-9,
.section-home.section-10 {
  padding-top: 30px;
}

.list-product-cat {
  padding: 0 0 100px 0
}

.section-home.section-add {
  padding-top: 30px;
}

.section-home.section-7 {
  padding-top: 70px;
  padding-bottom: 30px;
}

.section-home {
  padding: 100px 0;
}

.hero {
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* pour que le ::before reste contenu */
}


.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  /* couvre tout */
  background: rgba(0, 0, 0, 0.7);
  /* couche sombre */
  animation: fadeOverlay 1.2s ease-out forwards;
}

@keyframes fadeOverlay {
  from {
    opacity: 1;
    /* complètement sombre */
  }

  to {
    opacity: 0;
    /* transparent = image originale */
  }
}

.hero>div {
  width: 900px;
  /*max-width: 40%;*/
  text-align: center;
}

.hero h1 {
  color: white;
  font-size: 80px;
  font-weight: bold;
  font-family: 'LeagueSpartan';
  letter-spacing: -5px;
}

.single-post .hero h1 {
  color: white;
  font-size: 50px;
  font-weight: bold;
  font-family: 'LeagueSpartan';
  letter-spacing: -1px;
}

.page-photos .hero h1 {
  font-size: 78px;
}

.section-home h2 .underline {
  font-weight: 600;
  display: block;
  text-decoration: underline;
}

.section-home h2.thin {
  color: #ff6b34;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 40px;
  margin-top: 70px;
  font-family: 'Montserrat';
  letter-spacing: -1px;
  line-height: 40px;
  /*  color: #ff6b34;
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 40px;
  margin-top: 70px;*/
}

.section-home.section-2 .bloc-right {
  width: 60%;
  top: -50px;
  position: relative;
  height: 400px;
  transition: top 1s ease;
}

.section-home.section-2.scrolled .bloc-right {
  top: -150px;
}

.section-home.section-2 .bloc-left {
  width: 40%;
  padding: 0;
  height: 650px;
}

.section-home.section-2 .bloc-right>div {
  position: absolute;
  width: 300px;
  height: 400px;
  overflow: hidden;
  border-radius: 20px;
}

.section-home.section-2 .bloc-right>div:nth-child(1) {
  top: 70%;
  left: 46%;
  z-index: 3;
}

.section-home.section-2 .bloc-right>div:nth-child(2) {
  top: 20%;
  left: 22%;
  z-index: 2;
}

.section-home.section-2 .bloc-right>div:nth-child(3) {
  top: 0;
  right: 0;
  z-index: 1;
}

.section-home.section-2 .bloc-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-home.section-2 p {
  font-size: 20px;
  margin: 50px 0;
  line-height: 26px
}

.input-addon {
  position: absolute;
  top: 18px;
  left: 25px;
}

input.back-grey {
  width: 100%;
  border: none;
  background: #EBEDF2;
  padding: 20px 20px 20px 65px;
  border-radius: 30px;
  font-size: 16px;
  font-family: 'Montserrat';
}

.input.back-grey::placeholder {
  color: #848588
}

/*
.autocomplete {
  margin: 10px 0;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 0 10px #f1f1f1;
  padding: 10px;
  display: none;
}

.autocomplete-item {
  padding: 10px 30px;
  cursor: pointer;
  transition: .3s all ease-in;
}

.autocomplete-item:hover {
  color: #ff6b34;
}*/


.autocomplete-wrapper {
  position: relative;

}

.autocomplete-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  max-height: 300px;
  overflow-y: auto;
  background-color: white;
  border-radius: 20px;
  border: 1px solid #f5f6f8;
  margin-top: 12px;
  box-shadow: 0 0 10px #f1f1f1;
  display: none;
  z-index: 1;
}

.autocomplete-item {
  padding: 20px 35px;
  cursor: pointer;
  border-bottom: 1px solid #f5f6f8;
  display: flex;
  align-items: center;
}

.autocomplete-item svg {
  fill: #1b4f64;
  opacity: 0.4;
  margin-right: 10px;
}

.autocomplete-item.no-result {
  pointer-events: none;
  font-size: 16px;
  justify-content: center;
}

.autocomplete-item:hover {
  background-color: #ebedf3;
}

.citation {
  font-size: 28px;
  text-align: center;
  max-width: 50%;
  bottom: 100px;
  position: absolute;
}

.citation strong {
  letter-spacing: -1px;
}

.citation span.biro {
  font-family: 'Biro-Script';
  font-size: 28px;
}

.citation span.homemade {
  font-family: 'HomemadeApple';
  font-size: 22px;
}

.citation span.sign {
  text-align: right;
  font-size: 18px;
  display: block;
  padding-right: 20px;
}

.section-home.section-3 {
  background-color: #6fd5eb;
}

.section-home.section-3 h2 {
  font-size: 50px;
  color: white;
  letter-spacing: -2px;
  text-align: center;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "item-1 item-2"
    "item-3 item-4";
  gap: 60px 15%;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: 1fr;
    grid-template-areas:
      "item-1"
      "item-2"
      "item-3"
      "item-4";
    gap: 30px;
  }
}

.item-1 {
  grid-area: item-1;
}

.item-2 {
  grid-area: item-2;
}

.item-3 {
  grid-area: item-3;
}

.item-4 {
  grid-area: item-4;
}

/* ANIMATE */

.grid-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.grid-item.visible {
  opacity: 1;
  transform: translateY(0);
}

.step-block {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.step-block.visible {
  opacity: 1;
  transform: translateY(0);
}

/*
.product-image {
  transition: opacity 0.3s ease;
}*/

.wrap_img_product {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  /* idem que inline ou adapte */
}

.product-image {
  position: relative;
  display: block;
  width: 100%;
  height: 16rem;
  /* correspond à h-64 (64*0.25rem) */
  object-fit: cover;
  transition: opacity 0.4s ease;
  z-index: 1;
  border-radius: 12px;
}

.product-image-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 16rem;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 2;
  border-radius: 12px;
}

@media screen and (min-width: 768px) {
  .wrap_img_product:hover .product-image-hover {
    opacity: 1;
  }

  .wrap_img_product:hover .product-image {
    opacity: 0;
  }

}




.article-container .article img {
  transform: scale(1);
  transition: all 0.4s ease;
}

.article-container .article:hover img {
  transform: scale(1.1);
}


.section-home.section-3 h3 {
  font-size: 25px;
  margin-bottom: 8px;
}

.section-home.section-3 p {
  line-height: 30px;
  font-size: 18px;
  max-width: 85%;
}

.section-home.section-3 .step-title {
  font-size: 60px;
  margin-right: 20px;
}

.section-home.section-4 .bloc-left {
  width: 50%;
}

.section-home.section-4 .bloc-right {
  width: 50%;
}

.section-home.section-4 .bloc-right p {
  line-height: 24px;
  font-size: 17px;
}

.section-home.section-4 .bloc-right>div {
  margin-bottom: 30px;
}

.section-home.section-4 h3 {
  font-size: 25px;
  margin-bottom: 10px;
}

.section-home.section-4 .step-title {
  font-size: 50px;
  margin-right: 20px;
  min-width: 30px;
}

.title {
  margin-bottom: 70px;
}

.title h2 {
  font-size: 50px;
  letter-spacing: -2px;
}

.subtitle {
  font-weight: bold;
  font-size: 25px;
  margin-top: -5px;
}

.swiper {
  width: 100%;
  padding: 40px 0;
}

.testimonial-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 15px rgb(87 87 87 / 10%);
  min-height: 360px;
  border: 1px solid #f3f4f8;
}

.swiper-slide {
  min-height: 440px;
}

body .swiper-pagination-bullet-active {
  background: #ff6b35;
}

.testimonial-header {
  display: flex;
  gap: 20px;
  align-items: center;
}

.avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}

.comment-form-rating .stars a svg {
  fill: #ccc;
  cursor: pointer;
  transition: fill 0.3s;
}

.comment-form-rating .stars a.selected svg,
.comment-form-rating .stars a.hovered svg {
  fill: #F7D752;
}

.comment-form-rating {
  margin: 20px 0;
}

.comment-form-comment label {
  display: block;
  margin-bottom: 10px;
}

.info {
  flex: 1;
}

.name-date .date {
  font-size: 0.9em;
  color: #888;
}

.category-rating {
  display: flex;
  align-items: center;
  margin: 8px 0;
}

.category {
  margin-right: 15px;
}

.stars {
  color: #FFD700;
  font-size: 1.1em;
  margin-top: 10px;
}

.section-5 .testimonial-card svg {
  fill: #ebedef;
}

.section-5 .testimonial-card svg.fill {
  fill: #FFD700
}

.comment {
  line-height: 23px;
}

.page-travel-planner .article-container,
.home .article-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.page-travel-planner .article-container .article .figcaption h3,
.home .article-container .article .figcaption h3 {
  margin-bottom: 10px;
  line-height: 20px;
}

.page-travel-planner .article-container .article .figcaption,
.home .article-container .article .figcaption {
  position: absolute;
  bottom: 0;
  color: white;
  padding: 25px;
}

.page-travel-planner .article-container .article,
.home .article-container .article {
  width: calc(100% / 4 - 30px);
  height: 400px;
  margin: 0 15px;
}

.section-home.section-8 .wrap_img {
  /*height: 550px;*/
  border-radius: 20px;
  overflow: hidden;
}

.section-home.section-8 .wrap_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-home.section-8 .half-bloc:nth-child(1) {
  padding-right: 6%;
}

.section-home.section-8 .half-bloc:nth-child(2) {
  padding-left: 15%;
}

.section-home.section-8 .half-bloc p.subtitle {
  margin: 40px 0;
}

.section-home.section-8 .half-bloc p:not(.subtitle) {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 30px;
  text-align: justify;
}

.section-home.section-9 .wrap_img {
  /*  height: 550px;*/
  border-radius: 20px;
  overflow: hidden;
}

.section-home.section-9 .wrap_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-home.section-9 .half-bloc:nth-child(1) {
  padding-right: 15%;
}

.section-home.section-9 .half-bloc:nth-child(2) {
  padding-left: 6%;
}

.section-home.section-9 .half-bloc p.subtitle {
  margin: 40px 0;
  text-align: right;
}

.section-home.section-9 .half-bloc p:not(.subtitle) {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 30px;
  text-align: justify;
}

.section-home.section-8 .title,
.section-home.section-9 .title {
  margin-bottom: 20px;
}


.faq-item {
  border-bottom: 1px solid #ebedf3;
  padding: 15px 0;
}

.faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  font-weight: 300;
  font-size: 45px;
  line-height: 30px;
  color: #ff6b35;
}

.faq-item.open .faq-question::after {
  content: '-';
}

.faq-answer {
  display: none;
  padding: 20px 0;
  font-size: 18px;
  line-height: 30px;
}

.faq-question {
  position: relative;
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 20px;
}

/************** PRODUCT TPL *************/

#filter-badge {
  font-weight: normal;
  font-size: 13px;
  margin-left: 6px;
}

.header-filter-mobile button {
  border: none;
  background: transparent;
  color: white;
  cursor: pointer;
}

.header-filter-mobile {
  display: none;
  background-color: #70d5eb;
  padding: 14px 30px !important;
  color: white;
  font-weight: bold;
  font-size: 18px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.filter_mobile_btn {
  display: none;
  margin-bottom: 40px;
}

.filter_mobile_btn button svg {
  margin-right: 10px;
}

.filter_mobile_btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  font-weight: bold;
  border: none;
  color: black;
  font-size: 18px;
  cursor: pointer;
}

#search-product-mobile {
  display: none;
  transition: left 0.4s ease;
}

.flux-products {
  display: flex;
}

.flux-products .filters {
  width: 22%;
}

.flux-products .results-filter {
  width: 78%;
}

.sort-by {
  margin-top: 40px;
  max-width: 180px;
}

.product-cards .products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.product-cards .products .product_price {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin: 25px 0;
}

.product-cards .products>div {
  width: calc(100% / 4 - 40px);
  margin: 0 20px;
}

.product-cards .products>a.col-4 {
  width: calc(100% / 4 - 40px);
  margin: 0 20px;
}

.product-cards .products>a.col-3 {
  width: calc(100% / 3 - 40px);
  margin: 0 20px 20px 20px;
}

.product-cards .products>a {
  color: black;
  text-decoration: none;
}

.product-cards .products .wrap_img {
  width: 100%;
  height: 350px;
  border-radius: 20px;
  overflow: hidden;
}

.product-cards .products a.col-3 .wrap_img {
  height: 370px;
}

.product-cards .products .wrap_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-cards .products-text p {
  font-size: 20px;
  line-height: 28px;
}

.product-cards .products-text {
  margin-top: 30px;
  text-align: center;
}

.section-home.section-2 p.above-title {
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
  margin-top: 0;
  letter-spacing: -1px;
}

/************** TRAVEL PLANNER PAGE *************/

.section-travel-planner {
  padding: 100px 0;
}

.section-travel-planner.section-2 .price a:not(.btn-orange) {
  color: black;
  text-decoration: underline;
}

.section-travel-planner.section-2 .bloc-right div img {
  border-radius: 20px 0 0 20px;
}

.section-travel-planner.section-2 .bloc-right div {
  width: 100%;
  height: 100%;
}

.section-travel-planner.section-2 .bloc-right {
  position: absolute;
  right: 0;
  width: 30%;
  color: black;
  overflow: hidden;
  top: 70px
}

.section-travel-planner.section-2 .bloc-left .back-img {
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0.7
}

.section-travel-planner.section-cta .product-cta a,
.section-travel-planner.section-2 .bloc-left .product-cta a {
  max-width: 300px;
  font-size: 18px;
  border-radius: 50px;
  padding: 12px 25px;
}

.section-travel-planner.section-2 .bloc-left .product-cta {
  margin-top: 40px;
}

.section-travel-planner.section-2 .bloc-left {
  width: 60%;
}

.section-travel-planner.section-3 .bloc-right {
  width: 60%;
  height: 400px;
}

.section-travel-planner.section-3 .bloc-left {
  width: 40%;
  padding: 70px 0 0 0;
  height: 650px;
}

.section-travel-planner.section-3 .bloc-right>div {
  position: absolute;
  width: 300px;
  height: 400px;
  overflow: hidden;
  border-radius: 20px;
}

.section-travel-planner.section-3 .bloc-right>div:nth-child(1) {
  top: 70%;
  left: 24%;
  z-index: 3;
}

.section-travel-planner.section-3 .bloc-right>div:nth-child(2) {
  top: 20%;
  left: 0;
  z-index: 2;
}

.section-travel-planner.section-3 .bloc-right>div:nth-child(3) {
  top: 0;
  right: 22%;
  z-index: 1;
}

.section-travel-planner.section-3 .bloc-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-travel-planner.section-3 p {
  font-size: 20px;
  margin: 50px 0;
  line-height: 26px
}

.section-travel-planner.section-4 .bloc-right {
  position: absolute;
  right: 0;
  width: 40%;
  overflow: hidden;
  top: -200px;
}

.section-travel-planner.section-4 .bloc-left {
  width: 50%;
}

.section-travel-planner.section-4 {
  padding-top: 30px;
}

.section-travel-planner.section-5 {
  padding-top: 30px;
}

.list ul,
.intro-list ul {
  line-height: 35px;
  font-size: 18px;
  margin-left: 30px;
  margin-bottom: 70px;
}

.tips-list {
  padding: 70px;
  border-radius: 50px 0 0 50px;
}

.tips-list ul {
  line-height: 30px;
  font-size: 18px;
  margin-left: 30px;
}

.tips-list ul li strong {
  text-decoration: underline;
}

.tips-list ul li {
  margin-bottom: 20px;
}

.price p {
  line-height: 30px;
}

.price strong {
  font-size: 30px;
  margin-bottom: 20px;
}

@media screen and (min-width: 1770px) {
  .section-travel-planner.section-2 .bloc-right {
    position: absolute;
    right: 16%;
    width: 25%;
    color: black;
    overflow: hidden;
    top: 70px;
  }

  .section-travel-planner.section-2 .bloc-right div img {
    border-radius: 20px;
  }

  .section-travel-planner.section-4 .bloc-right {
    position: absolute;
    right: 15%;
    width: 30%;
    overflow: hidden;
    top: -200px;
  }

  .tips-list {
    padding: 70px;
    border-radius: 50px;
  }
}

/**************** SINGLE POST **************/

.single-post .entry-content {
  background-color: white;
  padding: 70px;
  border-radius: 50px
}

.single-post section .container {
  position: relative;
  top: -400px
}

.single-post .hero .title {
  margin-bottom: 300px;
}

/**************** SINGLE PRODUCT **************/

.comment-success {
  padding: 20px;
  background: #e5ffe5;
  border: 1px solid #b2d8b2;
  border-radius: 5px;
  color: #2d572c;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}

.checkmark {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-block;
  background: #79cc77;
  position: relative;
  animation: pop 0.3s ease forwards;
}

.checkmark::after {
  content: '';
  position: absolute;
  left: 10px;
  top: 5px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transform-origin: center;
  animation: draw-check 0.4s ease 0.2s forwards;
}

@keyframes pop {
  0% {
    transform: scale(0);
  }

  80% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes draw-check {
  to {
    transform: rotate(45deg) scale(1);
  }
}

.gallery-products img {
  cursor: zoom-in;

}

.gallery-overlay,
.gallery-overlay * {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.gallery-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.gallery-content {
  position: relative;
  width: 100%;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-content img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

/* Bouton fermer */
.gallery-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 32px;
  color: white;
  cursor: pointer;
  user-select: none;
}

.gallery-prev,
.gallery-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: white;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.gallery-prev:hover,
.gallery-next:hover {
  background: rgba(0, 0, 0, 0.7);
}

.gallery-prev {
  left: 30px;
}

.gallery-next {
  right: 30px;
}

.gallery-prev svg,
.gallery-next svg {
  width: 28px;
  height: 28px;
  fill: white;
}

.page-product.product-photographie .entry-content-excerpt p {
  margin-bottom: 15px;

}

.page-product .from-price {
  padding: 0 1rem;
  font-size: 24px;
  display: block;
  margin-bottom: 20px;
}

.page-product .description .title {
  margin-bottom: 25px;
}

.page-product .entry-content-description ul {
  padding-left: 15px;
  margin-bottom: 15px;
}

.page-product .entry-content-description p {
  margin-bottom: 10px;
}

.page-product .entry-content-description {
  line-height: 26px;
}

.page-product .entry-content-excerpt {
  line-height: 26px;
  font-size: 18px;
}

.page-product .entry-content-excerpt ul br {
  display: none;
}

.page-product .entry-content-excerpt ul li {
  position: relative;
  list-style-type: none;
  margin-bottom: 5px;
}

.page-product .entry-content-excerpt ul li::before {
  content: "📍";
  margin-right: 8px;
}

.page-product .entry-content-excerpt ul {
  margin-top: 40px;
}

.page-product h1 {
  font-size: 50px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-left: 15px;
  letter-spacing: -2px;
}

.page-product.product-photographie h1 {
  margin-bottom: 8px;
}

.image-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.img {
  object-fit: cover;
  width: 100%;
  border-radius: 20px;
}

.img-1 {
  height: 250px;
  width: calc(100% - 10px);
}

.img-2 {
  height: 300px;
  width: calc(50% - 10px);
}

.img-4 {
  height: 160px;
  width: calc(25% - 10px);
}

.custom-variation-select {
  background-color: #EBEDF2;
  padding: 15px 25px;
  border: none;
  border-radius: 30px;
  color: #8B8C8F;
  font-size: 16px;
  font-family: "Montserrat";

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.product-images-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-images-grid img:nth-child(1),
.product-images-grid img:nth-child(2) {
  width: calc(50% - 10px);
  height: 450px;
  object-fit: cover;
}

.product-images-grid img:nth-child(n+3) {
  width: calc(25% - 10px);
  height: 160px;
  object-fit: cover;
}

.header-product {
  display: flex;
  padding: 70px 0;
}

.header-product .bloc-left {
  width: 50%;
  padding-right: 80px;
}

.header-product .bloc-right {
  width: 50%;
}

.add-to-cart-container {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.reminder-add-to-cart {
  margin-top: 50px;
}

.reminder-add-to-cart .add-to-cart-container {
  justify-content: center;
}

.product-photographie .add-to-cart-container,
.product-guide .add-to-cart-container {
  margin-top: 15px;
}

.page-product.product-guide .from-price {
  margin-bottom: 0;
  margin-top: 35px;
}

.quantity-selector {
  display: flex;
  align-items: center;
  border: 1px solid #ececec;
  border-radius: 12px;
  overflow: hidden;
}

input[type=number].qty-input::-webkit-outer-spin-button,
input[type=number].qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number].qty-input {
  -moz-appearance: textfield;
}

.qty-btn {
  background-color: transparent;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  color: grey;
}

.qty-btn.minus {
  border-right: 1px solid #ececec;
}

.qty-btn.plus {
  border-left: 1px solid #ececec;
}


.qty-btn:hover {
  background-color: #ddd;
}

.qty-input {
  width: 50px;
  text-align: center;
  border: none;
  font-size: 16px;
  outline: none;
  color: grey;
}

.add-cart-btn {
  border: none;
  cursor: pointer;
}

.add-cart-btn:disabled {
  background-color: #ebedf3;
  color: #8b8c8f;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}

.page-product .why-buy {
  padding: 70px 0 0;
}

.page-product .why-buy .flex>div {
  width: 49%;
  padding: 30px 50px 20px 50px;
  border: 1px solid #ff6b34;
  border-radius: 50px;
}

.page-product .why-buy ul li::before {
  position: absolute;
  left: -30px;
  font-size: 20px;
}

.page-product .wrong-list ul li::before {
  content: "❌";
}

.page-product .good-list ul li::before {
  content: "✅";
}

.page-product .why-buy ul {
  margin-top: 20px;
  padding-left: 15px;
  line-height: 26px;
  font-size: 18px;
}

.page-product .why-buy ul li {
  position: relative;
  list-style-type: none;
  margin-bottom: 15px;
}

.page-product .contain h3 {
  font-size: 35px;
}

.page-product .back-img {
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0.7;
  width: 100%;
  height: 100%;
}

.page-product .product-cta {
  display: flex;
  justify-content: end;
}

.page-product .bloc-travel-planner .intro p {
  font-size: 22px;
  max-width: 55%;
  margin: 0 auto 80px auto;
}

.page-product .bloc-travel-planner .container {
  padding: 100px 0;
}

.page-product .related-product {
  padding: 70px 0;
}

.page-product .travel-planner-content {
  max-width: 90%;
  margin: auto;
}

.section-theme,
.section-flux-products {
  padding: 70px 0 0;
}

/**************** PAGE PHOTOGRAPHIES *************/

.page-photographies .title h1 {
  font-size: 50px;
}

.home .section-content-add .wrap_img img,
.page-photos .section-2 .wrap_img img {
  top: 0;
  position: relative;
  transition: top 1s ease;
}

.home .section-content-add.scrolled .wrap_img img,
.page-photos .section-2.scrolled .wrap_img img {
  top: -150px;
}

.home .hero>div,
.page-photos .hero>div {
  /*  max-width: 45%;*/
  text-align: center;
}

.home .hero>div span,
.page-photos .hero>div span {
  font-size: 70px;
}

.home h2 .underline,
.page-photos h2 .underline {
  font-weight: 600;
  text-decoration: underline;
}

.home h2.thin,
.page-photos h2.thin {
  font-weight: 300;
}

.home .child-category h4 {
  font-size: 20px;
}

.home .child-category,
.page-photos .child-category {
  width: calc(100% / 4 - 20px);
  margin: 0 10px 20px 10px;
}

.home .article,
.page-photos .article {
  height: 370px;
}

.home .article img,
.page-photos .article img {
  transition: all 0.4s ease;
}

.home .article:hover img,
.page-photos .article:hover img {
  transform: scale(1.05);
}

.home .article .figcaption,
.page-photos .article .figcaption {
  position: absolute;
  bottom: 0;
  color: white;
  padding: 25px;
}

.hero h2 {
  color: white;
  font-size: 70px;
  font-weight: bold;
  font-family: 'LeagueSpartan';
  letter-spacing: -4px;
}

.hero.sub-hero>div span {
  font-size: 60px;
}

.title h3 {
  font-size: 50px;
  letter-spacing: -2px;
}

.entry-content-photographies {
  font-size: 20px;
  line-height: 34px;
}

.pauline-sign img {
  width: 100px;
}

.photos-description-container {
  display: flex;
  align-items: center;
}

.photos-description-text {
  width: 50%;
  padding-right: 50px
}

.photos-description-container .wrap_img img {
  border-radius: 20px;
}

.photos-description-container .wrap_img {
  width: 50%;
  padding-left: 50px;
}

/**************** PAGE GUIDES DE VOYAGE *************/

.all-countries {
  margin-right: 15px;
  border-radius: 30px;
  /*border: 1px solid #6fd5eb;*/
}

.page-guides-de-voyage .title h1 {
  font-size: 50px;
  letter-spacing: -2px;
}

.flag-radio-group {
  display: block;
}

.flag-radio {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}

.flag-radio input[type="radio"] {
  display: none;
}

.flag-radio img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
  border: 1px solid #ebedef;
  transition: border 0.2s ease;
}

.flag-radio input[type="radio"]:checked+img {
  border: 2px solid #6fd5eb;
  box-shadow: 0 0 5px rgb(111 213 235 / 60%);
}

.flag-radio input[type="radio"]:checked+svg {
  border: 1px solid #6fd5eb;
  box-shadow: 0 0 5px rgb(111 213 235 / 60%);
}

.flag-radio span {
  font-size: 16px;
}

.filter-title {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
}

.filter-by input,
.sort-by input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.filter-by .checkmark,
.sort-by .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

.filter-by input:checked~.checkmark,
.sort-by input:checked~.checkmark {
  background: #6fd5eb;
}

.filter-by .checkmark::after,
.sort-by .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgb(255, 255, 255);
}

.filter-by input:checked~.checkmark::after,
.sort-by input:checked~.checkmark::after {
  display: block;
}

.filter-by label,
.sort-by label {
  display: block;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  user-select: none;
  padding-left: 40px;
}

.filter-by label {
  padding-left: 35px;
}

/************** SHOP *************/

.page-nos-guides-et-photos h1 {
  font-size: 50px;
}

/************** BLOG *************/

.blog h1 {
  font-size: 50px;
}

.blog .article-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.blog .article-container .article {
  width: calc(100% / 3 - 30px);
  height: 400px;
  margin: 0 15px 30px 15px;
}

.blog .article-container .article .figcaption {
  position: absolute;
  bottom: 0;
  color: white;
  padding: 25px;
}

.blog .article-container .article .figcaption h2 {
  margin-bottom: 10px;
  line-height: 20px;
}

/**************** PAGE 404 *****************/

.page_404 {
  padding: 100px 0;
  text-align: center;
}

.page_404 h1 {
  font-size: 100px;
  color: #ff6b35;
  text-align: center;
}

.page_404 .contain {
  overflow: hidden;
}

.page_404 .content {
  margin-top: 20px;
}

.page_404 .content p {
  font-size: 22px;
  margin-bottom: 40px;
}

/**************** PAGE CONTACT *****************/

.page-contact {
  background-color: #f4fbfd;
}

.page-contact .hero .title {
  margin-bottom: 300px;
}

.page-contact .section {
  padding: 70px 0 0 0;
}

.page-contact section .container>div {
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 50px;
  padding: 70px 0;
  margin-left: 100px;
  top: -350px;
  position: absolute;
}

.page-contact section .container {
  position: relative;
  height: 430px;
}

.page-contact .section-text .text-intro {
  margin-bottom: 30px;
}

.page-contact .section-text p {
  font-size: 18px;
  word-wrap: break-word;
  width: 100%;
  line-height: 26px;
}

.page-contact .section-text p.success svg,
.page-contact .section-text p.error svg {
  margin-right: 8px;
}

.page-contact .section-text p.success {
  font-size: 16px;
  color: #79cc77;
  margin-bottom: 10px;
}

.page-contact .section-text p.error {
  font-size: 16px;
  color: #f35e5e;
  margin-bottom: 10px;
}

.page-contact .section-text>div {
  background-color: white;
  padding-right: 60px;
  border-radius: 50px;
}

.page-contact .section-text {
  width: 55%;
}

.page-contact .section-img .wrap_img img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  box-shadow: 0 0 10px black;
}

.page-contact .section-img .wrap_img {
  height: 65vh;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: -10px 10px 10px #d0e2e7;
}

.page-contact .section-img {
  width: 45%;
  position: relative;
  left: -100px;
}

/**************** WOOCOMMERCE *****************/

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: none;
  color: black;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
  margin: 0 5px;
}

.woocommerce nav.woocommerce-pagination ul li a {
  text-decoration: underline;
  font-weight: bold;
}

.woocommerce nav.woocommerce-pagination ul li span {
  background-color: transparent;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 30px;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #ff6b35;
  text-decoration: none;
  color: white;
}

.product-category-page .title h1 {
  font-size: 50px;
}

/**************** PAGE ACCOUNT *****************/

.page-mon-compte .woocommerce-customer-details h2,
.page-mon-compte .woocommerce-order-details h2,
.page-mon-compte .woocommerce-order-downloads h2 {
  margin-bottom: 20px;
}

.page-mon-compte .woocommerce-order-downloads {
  margin-top: 20px;
}

.page-mon-compte a {
  color: #000;
}

.page-mon-compte {
  background-color: #f4fbfd;
}

.page-mon-compte .woocommerce-notices-wrapper {
  width: 100%;
}

.page-mon-compte .woocommerce {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
}

.woocommerce-MyAccount-content,
.woocommerce-MyAccount-navigation {
  background-color: white;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.1);
}

.woocommerce-MyAccount-content {
  width: calc(75% - 20px);
}

.woocommerce-MyAccount-navigation ul li a {
  color: black;
  text-decoration: none;
}

.woocommerce-MyAccount-navigation ul li {
  list-style-type: none;
  margin-bottom: 25px;
  position: relative;
  padding-left: 20px;
}

.woocommerce-MyAccount-navigation ul li:last-child {
  margin-bottom: 0;
}

.woocommerce-MyAccount-navigation-link.is-active::before {
  content: "|";
  position: absolute;
  left: 0;
  top: -6px;
  font-weight: bold;
  color: #ff6b34;
  font-size: 25px;
}

.woocommerce-MyAccount-navigation {
  width: 25%;
  margin-right: 20px;
}

.woocommerce-MyAccount-content p {
  line-height: 26px;
}

.page-mon-compte .title {
  margin-bottom: 20px;
}

.page-mon-compte .title h2 {
  font-size: 25px;
  margin-bottom: 10px;
  letter-spacing: -1px;
}

.page-mon-compte .woocommerce-address-fields__field-wrapper {
  margin-bottom: 20px;
}

.page-mon-compte .woocommerce-Addresses a {
  color: #ff6b35;
}

.page-mon-compte .woocommerce-Addresses {
  margin-top: 30px;
}

#account_display_name_description {
  font-size: 12px;
}

.page-mon-compte fieldset {
  margin: 25px 0;
  border: 1px solid #ebedef;
  padding: 20px;
  border-radius: 20px;
}

/**************** WOOCOMMERCE *****************/

.woocommerce-info {
  border-top-color: #ff6b35;
}

.woocommerce a.button,
.woocommerce .woocommerce-info .button {
  background-color: #ff6b34 !important;
  padding: 15px 25px;
  border-radius: 30px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  transition: .3s all ease-in-out;
}

.woocommerce a.button:hover,
.woocommerce .woocommerce-info .button:hover {
  background-color: #f06735;
  color: white;
}

.woocommerce-info::before {
  color: #ff6b35;
}

/**************** PAGE REGISTER / LOGIN *****************/

.page-mon-compte.not-logged h2 {
  color: #ff6b35;
  font-size: 50px;
}

.woocommerce-LostPassword a {
  color: #ff6b35;
}

.woocommerce-form-register p:not(.form-row) {
  margin: 15px 0;
  line-height: 26px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  position: relative;
  top: 7px;
}

.woocommerce form .form-row:not(.woocommerce-form-row) {
  margin-top: 15px;
  margin-bottom: 15px;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  border: 1px solid #dddddd;
  height: 48px;
  border-radius: 20px;
  padding: .5em 20px;
}

.woocommerce button.button,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  background-color: #ff6b34 !important;
  padding: 15px 25px;
  border-radius: 30px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-radius: 20px;
  background-color: white;
  border: none;
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.1);
  padding: 50px;
}

/**************** PAGE RESET PWD *****************/

.woocommerce form.lost_reset_password .form-row-first {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.lost_reset_password {
  background-color: white;
  padding: 50px;
  border-radius: 20px;
  max-width: 500px;
  margin: auto;
}

/**************** PAGE CHECKOUT *****************/

.checkout-container {
  padding: 70px 0 0;
}

.page-order-received p.woocommerce-thankyou-order-received {
  font-size: 50px;
  font-family: 'LeagueSpartan';
  letter-spacing: -2px;
  font-weight: bold;
  color: #ff6b35;
  margin-bottom: 35px;
}

.page-order-received .download-remaining,
.page-order-received .download-expires {
  display: none;
}

.page-order-received h2 {
  margin-bottom: 20px;
}

.page-order-received .woocommerce-order td a {
  color: black;
}

.page-order-received .woocommerce-order {
  background-color: white;
  border-radius: 20px;
  padding: 50px;
}

.page-finalisez-votre-commande .lost_password a {
  color: black;
}

.page-finalisez-votre-commande .woocommerce form.login>p:nth-child(1) {
  display: none;
}

.page-finalisez-votre-commande .woocommerce form.login {
  padding: 20px 40px 40px 40px;
}

.custom-checkout-layout {
  position: relative;
}

.showlogin {
  color: #ff6b35;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: white;
  border-radius: 0 0 20px 20px;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 49%;
}

.woocommerce form .coords-container .form-row {
  margin-top: 15px;
  margin-bottom: 5px;
}

#shipping_phone_field .optional,
#create_account_popsico_field .optional,
#contact_phone_field .optional {
  display: none;
}

#create_account_popsico_field {
  margin-top: 0;
  padding-top: 0;
}

.billing-coords-container {
  flex-direction: row-reverse;
  margin-top: 15px;
}

.woocommerce-terms-and-conditions-text a {
  color: black;
  font-weight: 500;
}

.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 25px;
  font-size: 15px;
}

.woocommerce form .form-row#billing_postcode_field,
.woocommerce form .form-row#billing_city_field,
.woocommerce form .form-row#billing_phone_field,
.woocommerce form .form-row#billing_email_field {
  margin: 0;
}

.woocommerce form .form-row .woocommerce-terms-and-conditions-wrapper label {
  line-height: 25px;
}

.page-finalisez-votre-commande .optional {
  display: none;
}

.billing-coords-container,
.postcode-city-container {
  display: flex;
  gap: 1em;
}

.billing-coords-container .form-row,
.postcode-city-container .form-row {
  flex: 1;
}

.coords-container {
  display: flex;
  gap: 1em;
}

.coords-container .form-row {
  flex: 1;
}

.shipping-fields {
  margin: 10px 0;
}

.payment-bloc {
  margin: 40px 0 0;
}

.woocommerce form .form-row.place-order {
  margin: 0;
}

.woocommerce form .form-row#shipping_address_1_field,
.woocommerce form .form-row#shipping_address_2_field {
  margin-bottom: 0;
}

.woocommerce form .woocommerce-terms-and-conditions-wrapper .form-row {
  margin-top: 0;
  padding-top: 0;
}

#billing_address_2_field,
#shipping_address_2_field {
  display: none;
}

#show-billing-address-2,
#show-address-2 {
  background: transparent;
  border: none;
  text-decoration: underline;
  margin-left: 10px;
  font-family: "Montserrat";
  cursor: pointer;
}

.page-finalisez-votre-commande #order_comments_field label {
  display: none;
}

.page-finalisez-votre-commande .woocommerce form .form-row textarea.input-text#order_comments {
  height: 100px;
  padding: 20px;
}

.checkout-title h2 {
  margin-bottom: 8px;
}

.checkout-title p {
  color: grey;
}

#billing-fields {
  padding: 35px 0 10px 0;
}

#ship-to-different-address {
  display: none !important;
}

.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 8px 0 0;
}

.woocommerce-checkout-review-order-table .product-total {
  padding-top: 20px;
}

.woocommerce-checkout-review-order-table .product-name {
  padding: 20px 20px 0 20px;
  font-size: 15px;
  width: 60%;
}

.woocommerce-checkout-review-order-table .order-total {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 20px;
}


.woocommerce-checkout-review-order-table .cart-fee {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.woocommerce-checkout-review-order-table .applied-coupon {
  margin-top: 15px;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
}
.woocommerce-checkout-review-order-table .cart-subtotal {
  display: flex;
  justify-content: space-between;
}

.woocommerce-checkout-review-order-table .cart_item {
  display: flex;
  margin-bottom: 15px;
}

.woocommerce-checkout-review-order-table .cart-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.woocommerce-checkout-review-order-table .cart-item-image {
  width: 80px;
  height: 100px;
  border-radius: 20px;
  overflow: hidden;
}

.woocommerce-mini-cart-item .wrap_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.woocommerce-mini-cart-item .wrap_img {
  width: 130px;
  height: 150px;
  border-radius: 20px;
  overflow: hidden;
}

.cart-side-content .cart-items {
  max-height: 69vh;
  overflow-y: scroll;
}

.cart-side-content .cart-items::-webkit-scrollbar {
  display: none;
}

.cart-side-content .cart-items {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.cart-side-content .cart-totals {
  margin-top: 30px;
}

.cart-side-content .cart-totals>p {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  border-bottom: 1px solid #ebedef;
  padding-bottom: 15px;
}

.cart-side-content .cart-totals>p strong {
  font-weight: normal;
}

.cart-side-content .cart-totals>p:last-child strong {
  font-weight: bold;
}

.cart-side-content .cart-totals>p:last-child {
  font-size: 20px;
  font-weight: bold;
}

.cart-side-content .cart-items li {
  list-style-type: none;
  margin-bottom: 20px;
}

.mini-cart-items .product-total {
  width: 15%;
  padding: 25px 0;
  font-weight: 600;
  text-align: right;
}

.mini-cart-items .product-name .product-price {
  color: grey;
  margin-top: 10px;
}

.mini-cart-items .product-name .quantity-product-price {
  color: grey;
  margin-top: 10px;
}

.mini-cart-items .product-name {
  width: calc(85% - 130px);
  padding: 25px;
  position: relative;
}

.mini-cart-items .product-name .remove-item-mini-cart a {
  font-size: 15px;
  color: black;
}

.mini-cart-items .product-name .remove-item-mini-cart {
  position: absolute;
  bottom: 20px;
}

.mini-cart-items {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #ebedef;
  padding-bottom: 20px;
}

.continue-shopping {
  text-decoration: underline;
  border: none;
  background: no-repeat;
  font-size: 16px;
  margin-left: 20px;
  font-family: "Montserrat";
  cursor: pointer;
  color: black;
}

.blockUI.blockOverlay {
  background-color: rgb(255, 255, 255) !important;
}

.woocommerce #payment #place_order {
  float: none;
}

.woocommerce-checkout #payment {
  margin-top: 25px;
}

.page-finalisez-votre-commande .title {
  visibility: hidden;
  height: 0;
  margin: 0;
}

.page-finalisez-votre-commande {
  background-color: #f4fbfd;
}

.custom-checkout-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2rem;
}

.checkout-main {
  background-color: white;
  border-radius: 20px;
  padding: 40px;
}

.sidebar-inner {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
}

.page-finalisez-votre-commande #checkout-summary h3 {
  margin-bottom: 20px;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: transparent;
  padding: 0;
}

/*
.wc_payment_methods.payment_methods.methods {
  background-color: #f6f6f6;
  padding: 20px;
  border-radius: 20px;
}*/

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 1em 0;
}

.woocommerce-checkout #payment ul.payment_methods {
  padding: 1em 0;
}

.payment_box.payment_method_woocommerce_payments fieldset {
  padding: 0 !important;
  border: none;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  display: none;
}

/**************** PAGE PANIER *****************/

.cart-discount a {
  color: black;
  font-size: 14px;
}

.woocommerce .coupon-form form button.button {
  border-radius: 0 30px 30px 0;
  padding: 12px 15px;
  font-size: 15px;
}

.coupon-form form input {
  height: 42px;
  padding: 10px 5px 10px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 30px 0 0 30px
}

.coupon-form form {
  display: flex;
}

.coupon-form {
  margin-top: 10px;
  margin-bottom: 20px;
  display: none
}

.coupon-toggle-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 20px;
}

.cart-empty strong.title-style {
  display: block;
  font-size: 50px;
  letter-spacing: -2px;
  color: #ff6b35;
  font-family: "LeagueSpartan";
  font-weight: bold;
}

.cart-empty .product-cards {
  margin: 70px 0;
}

.cart-empty .return-to-shop {
  text-align: center;
}

.cart-empty h2 {
  font-weight: bold;
  font-size: 25px;
}

a.restore-item {
  color: black;
}

.page-panier {
  background-color: #f4fbfd;
}

.page-panier .title {
  visibility: hidden;
  height: 0;
  margin: 0;
}

.page-panier .cart-container {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}

.page-panier .woocommerce-notices-wrapper {
  width: 100%;
}

.page-panier .cart-summary .cart-item {
  display: flex;
  border-bottom: 1px solid #ebedef;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.page-panier .cart-summary .cart-item:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

.page-panier .cart-summary .cart-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-panier .cart-summary .h3 {
  margin-bottom: 10px;
}

.page-panier .cart-summary .product-price {
  font-size: 18px;
  color: grey;
  margin-top: 10px;
}

.page-panier .cart-summary .cart-item-image {
  width: 20%;
  height: 180px;
  border-radius: 20px;
  overflow: hidden;
}

.page-panier .cart-summary .product-quantity {
  width: 20%;
  padding: 20px 0;
}

.page-panier .cart-summary .product-subtotal {
  width: 15%;
  padding: 30px 0;
  text-align: right;
  font-size: 20px;
  font-weight: bold;
}

.page-panier .cart-header {
  display: flex;
  border-bottom: 1px solid #ebedef;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.page-panier .cart_totals h2 {
  display: none;
}

.page-panier .cart-header .cart-header-image {
  width: 65%;
}

.page-panier .cart-header .cart-header-quantity {
  width: 20%;
}

.page-panier .cart-header .cart-header-subtotal {
  width: 15%;
  text-align: center;
}

.page-panier .cart-summary .cart-item-details h3 a {
  color: black;
  text-decoration: none;
  font-size: 22px;
}

.page-panier .cart-summary .cart-item-details {
  width: 45%;
  padding: 30px 25px;
  position: relative;
}

.page-panier .cart-summary .remove-item {
  position: absolute;
  bottom: 20px;
}

.page-panier .cart-summary .cart-item-details .remove-item a {
  font-size: 15px;
  color: black;
}

.page-panier .cart-summary {
  width: 70%;
  background-color: white;
  border-radius: 20px;
  padding: 30px 40px;
}

.page-panier .cart-totals {
  width: calc(30% - 20px);
  background-color: white;
  border-radius: 20px;
  margin-left: 20px;
  padding: 30px 40px;
}

.page-panier a.checkout-button {
  width: 100%;
  text-align: center;
  background-color: #ff6b35;
}

.page-panier a.checkout-button.disabled {
  background-color: #ebedf3 !important;
  color: #8b8c8f !important;
  padding: 15px 25px !important;
}

.page-panier .cart_totals td {
  text-align: right;
}

.coupon-chevron {
  display: inline-block;
  transform: rotate(0deg);
}

.coupon-chevron.open {
  transform: rotate(180deg);
}

.page-panier .woocommerce-shipping-destination,
.page-panier .woocommerce-shipping-calculator {
  display: none;
}

/**************** PAGE SINGLE *****************/

.single-post {
  background-color: #f4fbfd;
}

.single-post .entry-content hr {
  margin-bottom: 50px;
}

.single-post .entry-content h2 {
  margin-bottom: 15px;
}

.single-post .entry-content ul li {
  margin: 15px;
}

.single-post footer {
  margin-top: -320px;
}


.single-post .entry-content h3 {
  margin-bottom: 20px;
  font-size: 22px;
}

.flex-content {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 30px 0;
}

.flex-content.reverse {
  flex-direction: row-reverse;
}

.flex-content .wrap-img {
  width: 35%;
}

.flex-content .content-text {
  width: 65%;
  padding: 50px;
}

.flex-content.products-section .content-text {
  padding: 0 50px 50px 50px;
}

.flex-content .wrap-img {
  height: 450px;
  overflow: hidden;
  border-radius: 20px;
}

.flex-content.two-img .wrap-img {
  width: 50%;
  height: 350px;
}

.flex-content .wrap-img.product-lines {
  height: 350px;
}

.flex-content .wrap-img.solo {
  height: auto;
}

.flex-content img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  object-fit: cover;
}

.flex-content h2 {
  margin-bottom: 30px;
}

.flex-content h3 {
  margin-bottom: 30px;
  font-size: 22px;
}

.flex-content.products-section a.btn-orange {
  color: white;
  font-size: 18px;
  padding: 12px 25px;
}

.flex-content .product-img img {
  border-radius: 8px;
}

.flex-content .product-img {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
}

.flex-content.products-section .wrap-img {
  border-radius: 0;
}

.flex-content .product-block {
  text-align: center;
  flex: 1;
  color: black;
  text-decoration: none;
}

.flex-content p {
  line-height: 26px;
  margin-bottom: 15px;
}

.single-post .entry-content p {
  line-height: 26px;
}

.single-post .entry-content a {
  color: #ff6b34;
}

.cta-btn {
  margin: 20px 0;
}

.cta-btn a {
  background-color: #ff6b34;
  padding: 15px 25px;
  border-radius: 30px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.single-post .entry-content .cta-btn a {
  color: white;
  text-decoration: none;
}

/************** DEFAULT PAGE **************/

section.default-page {
  padding: 70px 0;
}

section.default-page .entry-content ol,
section.default-page .entry-content ul {
  margin-left: 15px;
  margin-top: 10px;
}

section.default-page .entry-content h2,
section.default-page .entry-content h3 {
  margin: 30px 0 10px 0;
  font-size: 24px;
}

section.default-page .entry-content a {
  color: black;
}

section.default-page .entry-content {
  line-height: 28px;
}

section.default-page h1 {
  font-size: 50px;
  margin-bottom: 40px;
  color: #ff6b35
}

/**************** SEARCH **************/

.destination-results .caption a.btn-orange {
  font-size: 18px;
  padding: 12px 25px;
}

.destination-results .caption strong {
  font-size: 20px;
  margin-bottom: 20px;
  color: black;
}

.destination-results .caption h3 {
  font-size: 26px;
  color: black;
}

.destination-results>div {
  display: flex;
}

.destination-results>div .caption ul {
  margin: 25px;
  color: black;
  line-height: 30px;
}

.destination-results>div .caption {
  width: 65%;
  padding: 20px 50px;
}

.destination-results>div .wrap_img {
  width: 45%;
  height: 370px;
  overflow: hidden;
  border-radius: 20px;
}

.search-results.article-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.search-results.article-container .article .figcaption h3 {
  margin-bottom: 10px;
  line-height: 20px;
}

.search-results.article-container .article .figcaption {
  position: absolute;
  bottom: 0;
  color: white;
  padding: 25px;
}

.search-results.article-container .article {
  width: calc(100% / 4 - 30px);
  height: 400px;
  margin: 0 15px 30px 15px;
}

body.menu-open::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / .3);
  z-index: 1;
}

.results-page h2 {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 35px
}

.results-page section h1 {
  font-size: 50px;
  margin-bottom: 40px;
  color: #ff6b35;
}

.results-page section {
  padding: 70px 0;
}


/************** RESPONSIVE **************/

@media screen and (max-width: 1500px) {
  .section-travel-planner.section-2 .bloc-left .back-img {
    top: -70px;
  }
}
@media screen and (max-width: 1425px) {
  .menu li a {
    font-size: 16px;
  }

  .wrap_logo {
    max-width: 170px;
  }

  .site-header {
    padding: 20px 0;
  }
}

@media screen and (max-width: 1390px) {
  .woocommerce .coupon-form form button.button {
    width: 100%;
    border-radius: 0 0 8px 8px;
  }

  .coupon-form form input {
    width: 100%;
    border-radius: 8px 8px 0 0;
  }

  .coupon-form form {
    display: block;
  }
}

@media screen and (max-width: 1365px) {
  .citation {
    max-width: 100%;
  }

  .site-header.site-header.sticky .container {
    width: 100%;
  }

  .section-content-add {
    padding: 50px 0;
  }

  .section-content-add .title {
    margin-bottom: 25px;
  }

  .pauline-sign img {
    width: 50px;
  }

  .pauline-sign {
    position: relative;
    top: -20px;
  }

  .woocommerce-MyAccount-content,
  .woocommerce-MyAccount-navigation {
    padding: 40px
  }
}

@media screen and (max-width: 1240px) {
  .burger-menu {
    display: block;
  }

  .menu {
    display: block;
    list-style: none;
    padding: 100px 50px 0 50px;
    margin: 0;
    position: fixed;
    top: 0;
    right: 0;
    width: 365px;
    height: 100vh;
    background-color: #70d5eb;
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out;
    z-index: 1;
  }

  .menu.active {
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  }

  .burger-menu {
    display: block;
  }

  .menu li {
    border: none;
    margin-bottom: 15px;
  }

  .icon-nav {
    margin-right: 70px;
  }

  .site-header.sticky {
    margin-right: 60px;
  }

  .woocommerce-MyAccount-navigation ul li a {
    font-size: 15px;
  }

  .woocommerce-MyAccount-navigation {
    padding: 40px 30px;
  }

  .header-product .bloc-left {
    padding-right: 30px;
  }
}

.show_xs_inline {
  display: none;
}

@media screen and (max-width: 1150px) {

  .footer-contact,
  .footer-links li a,
  .footer-links-sm li a {
    font-size: 15px;
  }

  .product-cards .products .wrap_img {
    height: 300px;
  }

  .product-cards .products>a.col-4 {
    width: calc(100% / 4 - 30px);
    margin: 0 15px;
  }

  .page-travel-planner .article-container .article,
  .home .article-container .article {
    height: 340px;
  }

  .page-travel-planner .article,
  .home .article,
  .page-photos .article {
    height: 340px;
  }

  .tips-list {
    padding: 40px 40px 20px 40px;
  }

}

@media screen and (max-width: 1075px) {
  .page-product .contain h3 {
    font-size: 22px;
  }

  .page-product .why-buy ul {
    font-size: 16px;
  }

  .citation {
    font-size: 24px;
  }

  .citation span.homemade {
    font-size: 18px;
  }

  .page-product .why-buy ul li::before {
    top: 4px;
  }

  .section-home h2.thin {
    font-size: 34px;
  }

  .section-home.section-2 p.above-title {
    font-size: 24px;
  }

  .section-home.section-3 h2 {
    font-size: 34px;
    letter-spacing: -1px;
  }

  .section-home.section-3 h3 {
    font-size: 20px;
  }

  .section-home.section-3 p {
    line-height: 25px;
    font-size: 16px;
    max-width: 100%;
  }

  .section-home.section-3 .step-title {
    font-size: 40px;
  }

  .title h2 {
    font-size: 34px;
    letter-spacing: -1px;
  }

  .subtitle {
    font-weight: bold;
    font-size: 18px;
    margin-top: -3px;
  }

  .section-home.section-4 h3 {
    font-size: 20px;
  }

  .section-home.section-4 .bloc-right p {
    line-height: 23px;
    font-size: 16px;
  }

  .section-home.section-4 .step-title {
    font-size: 40px;
  }

  .product-cards .products-text p {
    font-size: 16px;
    line-height: 25px;
  }

  .product-cards .products .product_price {
    font-size: 18px;
  }

  .link {
    font-size: 16px;
  }

  .section-home.section-9 .half-bloc p:not(.subtitle),
  .section-home.section-8 .half-bloc p:not(.subtitle) {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 25px;
  }

  .faq-answer {
    font-size: 16px;
    line-height: 25px;
  }

  .faq-question {
    font-size: 18px;
    margin-bottom: 0;
  }

  .faq-question::after {
    font-size: 35px;
    line-height: 25px;
  }

  .title h3 {
    font-size: 34px;
    letter-spacing: -1px;
  }

  .entry-content-photographies {
    font-size: 16px;
    line-height: 26px;
  }

  .list ul,
  .intro-list ul {
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 30px;
  }

  .page-travel-planner .title {
    margin-bottom: 35px;
  }

  .page-travel-planner .price {
    font-size: 13px;
  }

  .price strong {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .section-travel-planner.section-cta .product-cta a,
  .section-travel-planner.section-2 .bloc-left .product-cta a {
    max-width: 260px;
    font-size: 16px;
    padding: 12px 20px;
  }

  .section-travel-planner.section-3 p {
    font-size: 16px;
    margin: 35px 0;
    line-height: 22px;
  }

  .tips-list ul {
    line-height: 26px;
    font-size: 16px;
    margin-left: 25px;
  }

  .section-travel-planner.section-3 .bloc-right {
    height: 300px;
  }

  .section-travel-planner.section-3 .bloc-left {
    padding: 45px 0 0 0;
    height: 520px;
  }

  .tips-list ul li {
    margin-bottom: 15px;
  }

  .section-travel-planner.section-3 .bloc-right>div {
    width: 240px;
    height: 360px;
  }

  .page-order-received p.woocommerce-thankyou-order-received {
    font-size: 34px;
    letter-spacing: -1px;
  }

  .page-product .bloc-travel-planner .intro p {
    font-size: 18px;
  }
}

@media screen and (max-width: 1024px) {
  .page-panier .cart-summary {
    padding: 20px 25px;
  }

  .page-panier .cart-totals {
    padding: 20px 25px;
  }

  .page-panier .cart-summary .product-subtotal {
    font-size: 18px;
  }

  .hero h1 {
    font-size: 60px;
    letter-spacing: -4px;
  }

  .single-post .hero h1 {
    font-size: 50px;
    letter-spacing: -1px;
  }

  .hero>div {
    width: 600px;
  }

  .title-sign img {
    width: 90px;
  }

  .btn-orange {
    font-size: 18px;
  }

  .section-home.section-8 .half-bloc:nth-child(2) {
    padding-left: 4%;
  }

  .section-home.section-9 .half-bloc:nth-child(1) {
    padding-right: 4%;
  }

  .hero h2 {
    font-size: 50px;
    letter-spacing: -3px;
  }

  .hero.sub-hero>div span {
    width: 100%;
    display: block;
    font-size: 40px;
  }

  .page-contact .section-text p {
    font-size: 16px;
    line-height: 24px;
  }

  .page-contact .section-img {
    width: 40%;
    left: -40px;
  }

  .page-contact .section-text {
    width: 60%;
  }

  .page-contact section .container>div {
    margin-left: 0;
  }

  .page-contact .section-text>div {
    padding-right: 45px;
  }

  .woocommerce-MyAccount-navigation {
    padding: 40px 15px;
  }

  .page-product h1 {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .page-product .entry-content-excerpt {
    line-height: 24px;
    font-size: 16px;
  }

  .page-product .from-price {
    font-size: 22px;
  }

  .page-photos .hero h1 {
    font-size: 50px;
    letter-spacing: -2px;
  }

  .page-photos .hero>div span {
    font-size: 42px;
  }
}

@media screen and (max-width: 991px) {
  .custom-checkout-layout {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .woocommerce-checkout-review-order-table .product-name {
    width: 83%;
  }

  .coupon-form form input {
    border-radius: 30px 0 0 30px;
  }

  .woocommerce .coupon-form form button.button {
    border-radius: 0 30px 30px 0;
  }

  .coupon-form form {
    display: flex;
  }

  .page-panier .cart-summary {
    width: 100%;
  }

  .page-panier .cart-totals {
    width: 100%;
    margin: 20px 0 0;
  }

  .blog .title,
  .page-guides-de-voyage .title,
  .page-photographies .title,
  .page-nos-guides-et-photos .title {
    margin-bottom: 30px;
  }

  .filters-container {
    max-height: 88vh;
    overflow-y: scroll;
  }

  .header-filter-mobile {
    display: flex;
  }

  .filter_mobile_btn {
    display: block;
  }

  .flux-products {
    display: block;
  }

  .flux-products .filters .filters-container>div {
    padding: 0 30px;
  }

  .flux-products .filters {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: white;
    z-index: 999;
    display: block;
    transition: left 0.4s ease;
  }


  .filters.open #search-product-mobile {
    border: none;
    width: 95%;
    margin: auto;
    position: fixed;
    bottom: 15px;
    left: 2.5%;
  }

  .flux-products .results-filter {
    width: 100%;
  }

  .sort-by {
    max-width: 100%;
  }

  .woocommerce-MyAccount-navigation-link--customer-logout a::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-power' viewBox='0 0 16 16'%3E%3Cpath d='M7.5 1v7h1V1z'/%3E%3Cpath d='M3 8.812a5 5 0 0 1 2.578-4.375l-.485-.874A6 6 0 1 0 11 3.616l-.501.865A5 5 0 1 1 3 8.812'/%3E%3C/svg%3E");
  }

  .page-mon-compte .woocommerce {
    display: block;
  }

  .woocommerce-MyAccount-navigation {
    width: 100%;
    margin: 0;
    padding: 20px 20px 30px 20px;
  }

  .woocommerce-MyAccount-content {
    width: 100%;
    margin-top: 20px;
  }

  .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-wrap: wrap;
  }

  .woocommerce-MyAccount-navigation-link.is-active a {
    color: #ff6b34;
  }

  .woocommerce-MyAccount-navigation li a {
    padding: 10px;
    letter-spacing: -0.5px;
  }

  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a {
    font-size: 0;
  }

  .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard a::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
    background: no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-speedometer2' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5V6a.5.5 0 0 1-1 0V4.5A.5.5 0 0 1 8 4M3.732 5.732a.5.5 0 0 1 .707 0l.915.914a.5.5 0 1 1-.708.708l-.914-.915a.5.5 0 0 1 0-.707M2 10a.5.5 0 0 1 .5-.5h1.586a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 10m9.5 0a.5.5 0 0 1 .5-.5h1.5a.5.5 0 0 1 0 1H12a.5.5 0 0 1-.5-.5m.754-4.246a.39.39 0 0 0-.527-.02L7.547 9.31a.91.91 0 1 0 1.302 1.258l3.434-4.297a.39.39 0 0 0-.029-.518z'/%3E%3Cpath fill-rule='evenodd' d='M0 10a8 8 0 1 1 15.547 2.661c-.442 1.253-1.845 1.602-2.932 1.25C11.309 13.488 9.475 13 8 13c-1.474 0-3.31.488-4.615.911-1.087.352-2.49.003-2.932-1.25A8 8 0 0 1 0 10m8-7a7 7 0 0 0-6.603 9.329c.203.575.923.876 1.68.63C4.397 12.533 6.358 12 8 12s3.604.532 4.923.96c.757.245 1.477-.056 1.68-.631A7 7 0 0 0 8 3'/%3E%3C/svg%3E");

  }

  .page-mon-compte .contain .container {
    position: relative;
  }

  .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout {
    position: absolute;
    top: -50px;
    right: 20px;
  }

  .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard.is-active a::before {
    background: no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ff6b35' class='bi bi-speedometer2' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5V6a.5.5 0 0 1-1 0V4.5A.5.5 0 0 1 8 4M3.732 5.732a.5.5 0 0 1 .707 0l.915.914a.5.5 0 1 1-.708.708l-.914-.915a.5.5 0 0 1 0-.707M2 10a.5.5 0 0 1 .5-.5h1.586a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 10m9.5 0a.5.5 0 0 1 .5-.5h1.5a.5.5 0 0 1 0 1H12a.5.5 0 0 1-.5-.5m.754-4.246a.39.39 0 0 0-.527-.02L7.547 9.31a.91.91 0 1 0 1.302 1.258l3.434-4.297a.39.39 0 0 0-.029-.518z'/%3E%3Cpath fill-rule='evenodd' d='M0 10a8 8 0 1 1 15.547 2.661c-.442 1.253-1.845 1.602-2.932 1.25C11.309 13.488 9.475 13 8 13c-1.474 0-3.31.488-4.615.911-1.087.352-2.49.003-2.932-1.25A8 8 0 0 1 0 10m8-7a7 7 0 0 0-6.603 9.329c.203.575.923.876 1.68.63C4.397 12.533 6.358 12 8 12s3.604.532 4.923.96c.757.245 1.477-.056 1.68-.631A7 7 0 0 0 8 3'/%3E%3C/svg%3E");
  }

  .woocommerce-MyAccount-navigation-link.is-active::before {
    display: none;
  }

  .woocommerce-MyAccount-navigation ul li {
    padding: 0;
    margin: 10px 0 0 0;
  }
}

@media screen and (max-width: 955px) {
  .section-home.section-4 .items-center {
    align-items: start;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .section-home.section-2 .bloc-right>div {
    width: 200px;
    height: 300px;
  }

  .input-search-container svg {
    width: 18px;
    height: 18px;
  }

  input.back-grey {
    padding: 18px 18px 18px 50px;
  }

  .section-home h2.thin {
    font-size: 30px;
  }

  .input-addon {
    left: 20px;
  }

  .input.back-grey::placeholder {
    font-size: 15px;
  }

  .citation span.sign {
    font-size: 16px;
  }

  .product-cards .products>a.col-4 {
    width: calc(100% / 2 - 30px);
    margin: 0 15px;
  }

  .product-cards .products .wrap_img {
    height: 400px;
  }

  .page-travel-planner .article-container .article,
  .home .article-container .article {
    width: calc(100% / 2 - 30px);
    height: 470px;
    margin: 15px;
  }

  .cta.arrow-cta {
    margin: 25px 0 0;
  }

  .photos-description-text {
    padding-right: 0;
  }

  .home .child-category,
  .page-photos .child-category {
    width: calc(100% / 2 - 20px);
    margin: 0 10px 20px 10px;
  }

  .page-travel-planner .article,
  .home .article,
  .page-photos .article {
    height: 470px;
  }

  .product-cards .products>div {
    /*page travel planner*/
    width: calc(100% / 2 - 40px);
    margin: 20px;
  }

  .product-cards .products>a.col-3 {
    width: calc(100% / 2 - 40px);
    margin: 0 20px 20px 20px;
  }

  .search-results.article-container .article {
    width: calc(100% / 2 - 30px);
  }

  .blog .article-container .article {
    width: calc(100% / 2 - 30px);
  }
}

@media screen and (max-width: 870px) {
  .section-home.section-2 .bloc-left {
    width: 50%;
  }

  .section-home.section-2 .bloc-right {
    width: 50%;
  }

  .section-travel-planner.section-2 .bloc-right strong {
    font-size: 15px;
  }
}

@media screen and (max-width: 790px) {

  .section-home.section-2 .bloc-right>div:nth-child(3) {
    right: -20%;
  }
}

.page-panier .quantity-selector {
  max-width: 150px;
}

.gallery-counter {
  color: white;
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
  position: absolute;
  top: 19px;
  left: 30px;
}

.gallery-dots {
  position: absolute;
  bottom: 0;
  display: none;
}

.load-more {
  display: none;
  text-align: center;
}

.load-more .count_result {
  margin-bottom: 10px;
  display: block;
}

.load-more button.btn-orange {
  border: none;
  padding: 12px 25px;
  font-size: 18px;
}

.rounded-img {
  border-radius: 20px;
  overflow: hidden;
  height: 300px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .page-contact .section-text p.success svg {
    display: block;
    text-align: center;
    margin: 0 auto 20px auto;
    width: 40px;
    height: 40px;
  }

  .page-contact .section-text p.success {
    text-align: center;
  }

  .gallery-prev,
  .gallery-next {
    display: none;
  }

  .gallery-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
  }

  .gallery-dots .dot {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 6px;
    cursor: pointer;
    transition: background-color 0.3s;
  }

  .gallery-dots .dot.active {
    background-color: #ff6b34;
  }

  .single-post .entry-content {
    padding: 30px;
  }

  .single-post .flex-content {
    flex-wrap: wrap;
  }

  .single-post .flex-content .content-text {
    width: 100%;
    padding: 25px 0 0;
  }

  .single-post .flex-content.img-right {
    flex-direction: column-reverse;
  }

  .single-post .flex-content .wrap-img {
    width: 100%;
  }

  .order-again a {
    font-size: 15px !important;
  }

  .woocommerce ul.order_details li {
    float: none;
    margin-right: 0;
    border-right: none;
    padding-right: 0;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 10px;
  }

  .page-order-received .woocommerce-customer-details address {
    font-size: 15px;
  }

  .page-order-received .download-file a {
    text-align: center;
    padding: 10px 20px !important;
  }

  .page-order-received .woocommerce-table__line-item.order_item a {
    display: block;
  }

  .checkout-container {
    padding: 30px 0 0;
  }

  .page-order-received .woocommerce-order {
    padding: 25px;
  }

  .page-panier .cart-summary .cart-item {
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .page-panier .cart-summary .product-subtotal {
    position: absolute;
    bottom: 30px;
    right: 42px;
  }

  .page-panier .cart-summary .cart-item-image,
  .page-panier .cart-summary .product-quantity {
    width: 100%;
    margin-bottom: 15px;
  }

  .page-panier .cart-summary .cart-item-image {
    height: auto;
  }

  .page-panier .cart-summary .product-quantity,
  .page-panier .cart-summary .product-subtotal {
    padding: 10px 20px;
  }

  .page-panier .cart-summary .cart-item-details {
    width: 100%;
    padding: 10px 20px;
  }

  .page-panier .cart-summary .product-price {
    font-size: 16px;
  }

  .page-panier .cart-summary .product-subtotal {
    font-size: 16px;
  }

  .page-panier .cart-header .cart-header-quantity,
  .page-panier .cart-header .cart-header-subtotal {
    display: none;
  }

  .page-panier .quantity-selector {
    max-width: 143px;
  }

  .qty-btn {
    padding: 8px 10px;
    font-size: 18px;
    width: 45px;
    height: 45px;
  }

  .page-panier .cart-summary .cart-item-details h3 a {
    font-size: 18px;
  }

  .page-panier .cart-summary .remove-item {
    position: relative;
    bottom: 0;
  }

  .page-panier .cart-totals {
    width: 100%;
    margin-left: 0;
  }




  .photos-description-container .wrap_img {
    position: absolute;
    right: -20%;
    transform: scaleX(-1);
  }

  .photos-description-text {
    width: 70%;
  }

  .hero h1 {
    font-size: 45px;
    letter-spacing: -3px;
  }

  .single-post .hero h1 {
    font-size: 35px;
    letter-spacing: -1px;
  }

  .hero>div {
    width: 500px;
  }

  .btn-orange {
    font-size: 16px;
  }

  .section-home.section-4 {
    position: relative;
  }

  .section-home.section-4 .bloc-right {
    width: 100%;
  }

  .section-home.section-4 .bloc-left {
    width: 100%;
    text-align: center;
  }

  .section-home.section-4 .title {
    position: relative;
    z-index: 1;
  }

  .swiper-button-next {
    right: -10px !important;
  }

  .swiper-button-prev {
    left: -10px !important;
  }

  .section-home {
    padding: 50px 0;
  }

  .section-home.section-8 .flex {
    display: block;
  }

  .section-home.section-8 .flex .half-bloc:nth-child(2) {
    padding: 0;
    margin-top: 40px;
  }

  .section-home.section-8 .flex .half-bloc {
    width: 100%;
  }

  .hero h2 {
    font-size: 40px;
    letter-spacing: -2px;
  }

  .hero.sub-hero>div span {
    font-size: 34px;
  }

  .section-home.section-9 .flex {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .section-home.section-9 .title {
    text-align: left;
  }

  .section-home.section-9 .half-bloc:nth-child(1) {
    padding-right: 0;
    width: 100%;
    margin-top: 30px;
  }

  .section-home.section-9 .half-bloc:nth-child(2) {
    padding-left: 0;
    width: 100%;
  }

  .section-home.section-9 .half-bloc p.subtitle {
    text-align: left;
  }

  .section-travel-planner.section-2 .bloc-left {
    width: 100%;
  }

  .section-travel-planner.section-2 .bloc-right {
    position: relative;
  }

  .section-travel-planner.section-2 .bloc-right div img {
    border-radius: 0;
  }

  .section-travel-planner.section-2 .bloc-right {
    position: relative;
    display: block;
    width: 100%;
    height: 90vh;
  }

  .section-travel-planner.section-2 .bloc-right div {
    width: 90%;
    height: 90%;
    margin: auto;
    border-radius: 20px;
    overflow: hidden;
  }

  .section-travel-planner.section-2 .bloc-left .back-img {
    position: absolute;
    z-index: -1;
    opacity: 0.7;
    width: 90%;
  }

  .list ul,
  .intro-list ul {
    margin-left: 10px;
  }

  .section-travel-planner {
    padding: 50px 0;
  }

  .section-travel-planner.section-2 .bloc-right strong {
    font-size: 18px;
    margin-top: 10px;
  }

  .section-travel-planner.section-3 .flex {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .section-travel-planner.section-3 .bloc-right {
    width: 100%;
    position: relative;
    height: auto;
    display: flex;
  }

  .section-travel-planner.section-3 .bloc-left {
    width: 100%;
    height: auto;
  }

  .section-travel-planner.section-3 .bloc-right>div {
    position: relative;
  }

  .section-travel-planner.section-3 .bloc-right>div {
    width: 100%;
    height: 345px;
  }

  .section-travel-planner.section-4 .bloc-right {
    position: relative;
    right: inherit;
    width: 90%;
    top: 0;
    margin: auto;
  }

  .section-travel-planner.section-4 {
    padding-top: 0;
  }

  .tips-list {
    padding: 40px 40px 30px 40px;
    border-radius: 50px;
  }

  .section-travel-planner.section-4 .bloc-left {
    width: 100%;
  }

  .section-travel-planner.section-3 .bloc-right>div:nth-child(1),
  .section-travel-planner.section-3 .bloc-right>div:nth-child(2),
  .section-travel-planner.section-3 .bloc-right>div:nth-child(3) {
    top: 0;
    left: 0;
    right: inherit;
    margin: 0 3px;
  }

  .section-travel-planner.section-3 .bloc-right>div:nth-child(1) {
    border-radius: 20px 0 0 20px;
  }

  .section-travel-planner.section-3 .bloc-right>div:nth-child(3) {
    border-radius: 0 20px 20px 0;
  }

  .section-travel-planner.section-3 .bloc-right>div:nth-child(2) {
    border-radius: 0;
  }

  .page-contact .section-img {
    display: none;
  }

  .page-contact section .container>div {
    display: block;
  }

  .page-contact .section-text {
    width: 100%;
  }

  .page-contact .section-text>div {
    padding: 0;
  }

  .page-contact section .container>div {
    padding: 50px;
  }

  .page-finalisez-votre-commande .woocommerce form.woocommerce-form-login .form-row-last,
  .page-finalisez-votre-commande .woocommerce form.woocommerce-form-login .form-row-first {
    float: none;
    width: 100%;
  }

  .checkout-main {
    padding: 30px 25px;
  }

  .page-finalisez-votre-commande .woocommerce form.login {
    padding: 20px 25px 40px 25px;
  }

  .page-finalisez-votre-commande .contain .container {
    padding: 0;
  }

  .header-product {
    flex-wrap: wrap;
    padding: 30px 0;
  }

  .header-product .bloc-left,
  .header-product .bloc-right {
    width: 100%;
    padding: 0;
  }

  .header-product .bloc-right {
    margin-top: 30px;
  }

  .img-2 {
    height: 160px;
    width: calc(25% - 10px);
  }

  .page-product .entry-content-excerpt ul {
    margin-top: 25px;
  }

  .page-product .related-product .title {
    margin-bottom: 40px;
  }

  .page-product .related-product {
    padding: 40px 0;
  }

  .product-cards .products>a.col-4 {
    width: calc(100% / 2 - 20px);
    margin: 0 10px 15px 10px;
  }

  .product-images-grid img:nth-child(1),
  .product-images-grid img:nth-child(2) {
    width: calc(50% - 10px);
    height: 300px;
    object-fit: cover;
  }

  .destination-results>div {
    display: flex;
    flex-wrap: wrap;
  }

  .destination-results>div .wrap_img {
    width: 100%;
    height: 340px;
  }

  .destination-results>div .caption {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }

  .page-product .why-buy .flex {
    flex-wrap: wrap;
  }

  .page-product .why-buy .flex .good-list {
    margin-top: 20px;
  }

  .page-product .why-buy .flex>div {
    width: 100%;
  }

  .page-product .product-cta {
    justify-content: center;
  }
}

@media screen and (max-width: 650px) {
  .section-home.section-2 .bloc-left {
    width: 65%;
  }

  .section-home.section-2 .bloc-right {
    width: 35%;
  }

  .section-home.section-2 .bloc-right>div {
    width: 120px;
    height: 185px;
  }

  .section-home.section-2 .bloc-right>div:nth-child(1) {
    top: 55%;
  }

  .section-home.section-2 .bloc-right>div:nth-child(3) {
    right: -60%;
  }

  .section-home.section-2 .bloc-right>div:nth-child(1) {
    top: 45%;
  }

  .section-home.section-2 p.above-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
  }

  .section-home h2.thin {
    font-size: 18px;
    line-height: 22px;
    margin-top: 0;
  }

  .section-home.section-2 .bloc-right>div:nth-child(2) {
    left: -10px;
  }

  .input.back-grey::placeholder {
    font-size: 13px;
  }

  .product-cards .products .wrap_img {
    height: 330px;
  }

  .page-travel-planner .article-container .article,
  .home .article-container .article {
    width: calc(100% / 2 - 10px);
    height: 380px;
    margin: 5px;
  }
}

@media screen and (max-width: 639px) {
  .footer-contact {
    justify-content: center;
  }

  .footer-bottom {
    text-align: center;
  }

  .footer-socials {
    width: 100%;
    justify-content: center;
  }

  footer .wrap_logo {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  footer .wrap_logo img {
    width: 200px;
  }

  .header-footer {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 600px) {
  .section-travel-planner.section-2 .bloc-left .back-img {
    top: 0;
  }
  .section-travel-planner.section-cta {
    padding-top: 0;
  }

  .page-product .why-buy .flex>div {
    padding: 30px 30px 20px 30px;
  }

  .page-product .bloc-travel-planner .container {
    padding: 50px 0 30px 0;
  }

  .page-product .why-buy .title,
  .page-product .bloc-travel-planner .title {
    margin-bottom: 40px;
  }

  .page-product .bloc-travel-planner .intro p {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .page-product .why-buy {
    padding: 40px 0 0;
  }

  .swiper-pagination-bullets {
    display: none;
  }

  .hide_xs {
    display: none;
  }

  .show_xs_inline {
    display: inline;
  }

  .subtitle {
    font-size: 16px;
  }

  .page-travel-planner .article,
  .home .article,
  .page-photos .article {
    height: 380px;
  }

  .page-contact .hero {
    height: 65vh;
  }

  .page-contact section .container>div {
    top: -200px;
    padding: 35px 25px;
    z-index: 1;
  }

  .page-contact .hero h1 {
    font-size: 36px;
    letter-spacing: -1px;
    padding: 0 20px;
  }

  .page-contact .hero .title {
    margin-bottom: 100px;
  }

  .page-mon-compte .woocommerce button.button,
  .page-mon-compte .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    margin: 15px 0 0 0;
    width: 100%;
  }

  .page-mon-compte .woocommerce form.register,
  .page-mon-compte .woocommerce form.login {
    padding: 35px;
  }

  .page-photos .hero>div span {
    font-size: 28px;
    display: block;
  }

  .page-photos .hero h1 {
    font-size: 36px;
    letter-spacing: -1px;
    padding: 10px;
  }

  .promo-message {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .popup-content {
    display: block;
  }
  .popup-text {
    padding: 20px;
    width: 100%;
  }
  .popup-image {
    max-height: 170px;
    overflow: hidden;
    width: 100%;
  }
  .page-contact section .container {
    height: 650px;
  }
  .mini-cart-items .product-name .remove-item-mini-cart {
    bottom: 0;
  }
  .product-cards .products .wrap_img {
    height: 250px;
  }

  .product-cards .products>a.col-4 {
    width: calc(100% / 2 - 20px);
    margin: 0 10px;
  }

  .page-travel-planner .article-container .article,
  .home .article-container .article {
    width: calc(100% / 2 - 10px);
    height: 300px;
    margin: 5px;
  }

  .page-travel-planner .article,
  .home .article,
  .page-photos .article {
    height: 300px;
  }

  .product-cards .products>div {
    width: calc(100% / 2 - 20px);
    margin: 10px;
  }

  .section-travel-planner.section-3 .bloc-right>div {
    width: 100%;
    height: 270px;
  }

  .tips-list ul {
    margin-left: 10px;
  }

  .burger-menu {
    top: 33px;
    right: 40px;
  }

  .icon-nav {
    margin-right: 55px;
  }

  .section-travel-planner.section-4 .bloc-left .list li {
    line-height: 22px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 490px) {
  .home .title-sign {
    max-width: 300px;
    margin: auto;
  }

  .page-travel-planner .title-sign {
    max-width: 330px;
    margin: auto;
  }

  .title-sign img {
    top: 98%;
    right: 0;
  }

  .home .section-2 .flex {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .section-home.section-2 .bloc-right {
    position: relative;
    left: 50%;
  }

  .section-home.section-2 p.above-title {
    position: absolute;
    top: 0;
    max-width: 40%;
  }

  .section-home.section-2 .bloc-left {
    height: auto;
    margin-top: -250px;
    width: 100%;
  }

  .section-home h2.thin {
    font-size: 22px;
  }

  .citation {
    position: relative;
    bottom: 0;
    margin: 50px 0;
    font-size: 18px;
  }

  .citation span.homemade {
    font-size: 16px;
    line-height: 26px;
  }

  .citation span.sign {
    padding-right: 0;
    margin-top: 10px;
  }

  .photos-description-container {
    flex-wrap: wrap;
    position: relative;
  }

  .photos-description-text {
    width: 100%;
  }

  .photos-description-container .wrap_img {
    position: absolute;
    right: 20px;
    top: 0;
    transform: none;
    padding-left: 0;
    width: 45%;
  }

  .home .section-content-add.scrolled .wrap_img img,
  .page-photos .section-2.scrolled .wrap_img img {
    top: -210px;
  }

  .section-add .hero {
    height: 60vh;
  }

  .page-travel-planner .article,
  .home .article,
  .page-photos .article {
    height: 225px;
  }

  .child-product-categories {
    margin: 0 -10px;
  }

  .section-home.section-4 .title {
    text-align: center;
    margin-bottom: 40px;
  }

  .section-home.section-4 {
    padding-bottom: 5px;
  }

  .product-cards .title {
    margin-bottom: 40px;
  }

  .section-home.section-5 {
    padding-bottom: 10px;
  }

  .comment {
    font-size: 15px;
  }

  .product-cards .products-text {
    margin-top: 10px;
  }

  .cta {
    margin: 20px 0 0;
  }

  .section-home.section-7 .title {
    margin-bottom: 40px;
  }

  .section-home.section-7 {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .section-home.section-add {
    padding-top: 0;
  }

  .section-content-add {
    padding-bottom: 0;
  }

  .list-product-cat .title {
    margin-bottom: 35px;
  }

  .list-product-cat {
    padding: 0
  }

  .section-home.section-9 .half-bloc p:not(.subtitle),
  .section-home.section-8 .half-bloc p:not(.subtitle) {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.4;
  }

  .section-home.section-8,
  .section-home.section-9,
  .section-home.section-10 {
    padding-top: 0;
  }

  .section-home.section-8 .half-bloc p.subtitle {
    margin: 20px 0;
  }

  .section-home.section-9 .half-bloc p.subtitle {
    margin: 20px 0;
  }

  .section-home.section-10 .title {
    margin-bottom: 35px;
  }

  .section-travel-planner.section-3 {
    padding-top: 0;
  }

  .section-travel-planner.section-5 {
    padding-top: 0;
  }

  .product-images-grid img:nth-child(1),
  .product-images-grid img:nth-child(2) {
    height: 200px;
  }

  .product-images-grid img:nth-child(n+3) {
    height: 110px;
  }

  .img-2,
  .img-4 {
    height: 110px;
  }

  .page-product h1 {
    font-size: 34px;
    letter-spacing: -1px;
  }

  .page-product .title h2 {
    font-size: 28px;
    letter-spacing: -1px;
  }

  .product-cards .products>a.col-4 {
    width: calc(100% / 2 - 10px);
    margin: 0 5px 10px 5px;
  }

  .site-header.sticky {
    padding: 10px 0;
  }

  .icon-nav {
    margin-right: 70px;
  }

  .search-form-container input::placeholder {
    content: "Rechercher";
  }

  .search-results.article-container .article {
    width: calc(100% / 2 - 30px);
    height: 270px;
  }

  .search-results.article-container .article .figcaption {
    padding: 15px;
    font-size: 14px;
  }

  .results-page section {
    padding: 35px 0 0 0;
  }
  .product-cards .products>a.col-3,
  .page-nos-guides-et-photos .product-cards .products>a.col-3,
  .page-photographies .product-cards .products>a.col-3,
  .page-guides-de-voyage .product-cards .products>a.col-3 {
    width: calc(100% / 2 - 10px);
    margin: 0 5px 10px 5px;
  }

  .product-cards .products a.col-3 .wrap_img,
  .page-nos-guides-et-photos .product-cards .products a.col-3 .wrap_img,
  .page-photographies .product-cards .products a.col-3 .wrap_img,
  .page-guides-de-voyage .product-cards .products a.col-3 .wrap_img {
    height: 250px;
  }

  .blog .title h1,
  .page-product-category h1,
  .page-nos-guides-et-photos .title h1,
  .page-photographies .title h1,
  .page-guides-de-voyage .title h1 {
    font-size: 36px;
    letter-spacing: -1px;
  }

  section.default-page h1 {
    font-size: 36px;
    letter-spacing: -1px;
    margin-bottom: 30px;
  }

  section.default-page,
  .section-theme,
  .section-flux-products {
    padding: 30px 0 0;
  }

  .product-cards .products .product_price {
    font-size: 14px;
  }

  .blog .article-container .article {
    width: 100%;
    margin: 0 0 15px 0;
    height: 270px;
  }

  .blog .article-container {
    margin: 0;
  }

  .blog .article-container .article .figcaption {
    font-size: 14px;
  }

  .title-sign img {
    position: static;
    display: block;
    margin: 0 auto 0;
  }

  .last-word img {
    min-width: auto;
  }

  .cart-panel-buttons a {
    text-align: center;
    width: 100%;
  }

  .continue-shopping {
    margin: 20px 0 0 0;
    width: 100%;
  }

  .menu li a::before {
    display: none;
  }

  .single-post .hero h1 {
    font-size: 28px;
    letter-spacing: -1px;
    padding: 0 20px;
  }

  .single-post section .container {
    padding: 0;
  }

  .single-post .flex-content .wrap-img {
    height: 290px;
  }

  .single-post .flex-content .wrap-img.solo,
  .single-post .flex-content .wrap-img.product-lines {
    height: auto;
  }

  .product-cards .products .product_price {
    margin: 18px 0;
  }
  .mini-cart-items .product-name {
    width: calc(85% - 140px);
    padding: 20px 10px;
  }
  .mini-cart-items .product-total {
    width: 20%;
  }
  .mini-cart-items .product-total {
    font-size: 15px;
  }
}

@media screen and (max-width: 390px) {
  .mini-cart-items .product-name .remove-item-mini-cart a {
    font-size: 13px;
  }
  .mini-cart-items .product-name {
    font-size: 14px;
  }
  .woocommerce-mini-cart-item .wrap_img {
    width: 100px;
    height: 130px;
  }

  .product-cards .products .product_price {
    font-size: 12px;
  }

  .section-5 .testimonial-card svg.fill {
    width: 15px;
    height: 15px;
  }

  .testimonial-card .category {
    font-size: 14px;
  }

  .testimonial-card .stars {
    margin-top: 0;
  }

  .testimonial-card .name-date strong {
    font-size: 15px;
  }

  .testimonial-card .avatar {
    width: 60px;
    height: 60px;
  }

  .testimonial-card .name-date .date {
    font-size: 14px;
  }

  .testimonial-card .comment {
    font-size: 14px;
    line-height: 22px;
  }

  .list-product-cat .title h3 {
    font-size: 28px;
  }

  .qty-input {
    width: 35px;
  }

  .qty-btn {
    width: 35px;
    height: 35px;
  }

  .btn-orange {
    background-color: #ff6b34;
    padding: 12px 16px;
  }

  .add-to-cart-container {
    gap: 20px;
  }

  .home .section-content-add.scrolled .wrap_img img, .page-photos .section-2.scrolled .wrap_img img {
      top: -184px;
  }
}