@charset "UTF-8";
/*!
Theme Name: Distriboissons
Description: Thème Distriboissons de Blaaaaz
Text Domain: distriboissons
Version: 1.0.0
Author: Blaaaaz
Author URI: https://www.blaaaz.com
*/
:root {
  --fs-text_base: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
  --fs-h1_title: clamp(3.125rem, 2.65rem + 2.375vw, 5.5rem);
  --fs-h2_title: clamp(1.75rem, 1.5rem + 1.25vw, 3rem);
  --fs-h3_title: clamp(1.375rem, 1.175rem + 1vw, 2.375rem);
  --fs-h4_title: clamp(1.125rem, 1.0375rem + 0.4375vw, 1.5625rem);
}

/**
 * BREAKPOINT (for-size)
 * 
 * deprecated
 */
/**
 * STRETCHED LINK (stretched-link)
 * Permet de rendre tout un bloc cliquable grâce au pseudo-élément `::after` de l'élément `<a>` enfant.
 */
.stretched-link {
  position: relative;
}
.stretched-link a[href]::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}

/*@media (min-width: 1400px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1660px;
	}
}*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::before, *::after {
  box-sizing: inherit;
}
*:focus {
  outline: none;
}

ul li {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
}

a:active, a:focus, a:hover {
  outline: 0;
}

input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  text-align: inherit;
  overflow: visible;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

sub {
  font-size: 0.75em;
  vertical-align: baseline;
}

/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

/* space-grotesk-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/space-grotesk-v22-latin-300.woff2") format("woff2"), url("fonts/space-grotesk-v22-latin-300.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* space-grotesk-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/space-grotesk-v22-latin-regular.woff2") format("woff2"), url("fonts/space-grotesk-v22-latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* space-grotesk-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/space-grotesk-v22-latin-500.woff2") format("woff2"), url("fonts/space-grotesk-v22-latin-500.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* space-grotesk-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/space-grotesk-v22-latin-600.woff2") format("woff2"), url("fonts/space-grotesk-v22-latin-600.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* space-grotesk-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/space-grotesk-v22-latin-700.woff2") format("woff2"), url("fonts/space-grotesk-v22-latin-700.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* russo-one-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Russo One";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/russo-one-v18-latin-regular.woff2") format("woff2"), url("fonts/russo-one-v18-latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/*!
Theme Name: Distriboissons
Description: Thème Distriboissons de Blaaaaz
Text Domain: distriboissons
Version: 1.0.0
Author: Blaaaaz
Author URI: https://www.blaaaz.com
*/
/*-------------------------------------------*\
	BASICS
\*-------------------------------------------*/
/**
 * body
 *
 */
html,
body {
  font-size: var(--fs-text_base);
  color: hsl(0, 0%, 0%);
  line-height: 1.4;
  font-family: "Space Grotesk";
  color: hsl(0, 0%, 0%);
}
html main:not(.main--no-margin),
body main:not(.main--no-margin) {
  margin-block-start: calc(var(--header-height) + 2rem);
}

/*TITLE & FONT*/
/*CONTAINER*/
.container_max {
  width: 100%;
  max-width: calc(1650px + 8vw);
  margin: auto;
  padding-left: 5vw;
  padding-right: 5vw;
}
.container_max__inner {
  max-width: 1370px;
  margin-inline: auto;
}

/*!
Theme Name: Distriboissons
Description: Thème Distriboissons de Blaaaaz
Text Domain: distriboissons
Version: 1.0.0
Author: Blaaaaz
Author URI: https://www.blaaaz.com
*/
:focus:not(:focus-visible) {
  outline: none;
}

:focus-visible {
  outline: 3px solid #CF092C !important;
  outline-offset: 3px;
}

.footer__top :focus-visible {
  outline-color: hsl(0, 0%, 100%) !important;
}

/*!
Theme Name: Distriboissons
Description: Thème Distriboissons de Blaaaaz
Text Domain: distriboissons
Version: 1.0.0
Author: Blaaaaz
Author URI: https://www.blaaaz.com
*/
.btn {
  border: 1px solid #CF092C;
  background-color: #CF092C;
  text-decoration: none;
  color: hsl(0, 0%, 100%);
  padding: 8px 22px;
  border-radius: 20px;
  display: inline-block;
  margin: 1em 0;
  font-weight: 700;
  font-size: 16px;
}
.btn--arrow {
  border-color: #D5D5D5;
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 0%);
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 h6,
.h6 {
  font-family: "Russo One";
  font-weight: 400;
  line-height: 1.1em;
}

h1, .h1 {
  font-size: var(--fs-h1_title);
}

h2, .h2 {
  font-size: var(--fs-h2_title);
}

h3, .h3 {
  font-size: var(--fs-h3_title);
}

h4, .h4 {
  font-size: var(--fs-h4_title);
}

.main-pretitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.8em;
}
.main-pretitle span::before {
  content: "";
  display: inline-block;
  vertical-align: 0.3em;
  height: 1px;
  margin-right: 1.2em;
  width: 24px;
  background: currentColor;
}

/*!
Theme Name: Distriboissons
Description: Thème Distriboissons de Blaaaaz
Text Domain: distriboissons
Version: 1.0.0
Author: Blaaaaz
Author URI: https://www.blaaaz.com
*/
.header .bandeau-top {
  background: #CF092C;
  color: hsl(0, 0%, 100%);
}
.header__container {
  display: flex;
  align-items: center;
  padding: 16px 0;
  position: relative; /* Crucial pour positionner le sous-menu par rapport à lui */
}
.header {
  /* ==========================================================================
  BURGER MENU
  ========================================================================== */
}
.header__burger {
  position: relative !important;
  top: 0;
  margin-left: auto;
}
.header__burger > span,
.header__burger > span::before,
.header__burger > span::after {
  display: block;
  width: 20px;
  height: 3px;
  background-color: #CF092C;
  position: relative;
  transition: transform 0.15s ease, background-color 0.15s ease;
}
.header__burger > span::before,
.header__burger > span::after {
  content: "";
  position: absolute;
  left: 0;
}
.header__burger > span::before {
  top: -6px;
}
.header__burger > span::after {
  bottom: -6px;
}
.header__burger.toggle-open > span {
  background-color: transparent; /* Cache la ligne du milieu */
}
.header__burger.toggle-open > span::before {
  transform: translateY(6px) rotate(45deg);
}
.header__burger.toggle-open > span::after {
  transform: translateY(-6px) rotate(-45deg);
}

/*!
Theme Name: Distriboissons
Description: Thème Distriboissons de Blaaaaz
Text Domain: distriboissons
Version: 1.0.0
Author: Blaaaaz
Author URI: https://www.blaaaz.com
*/
.footer__top {
  background-color: #CF092C;
  color: hsl(0, 0%, 100%);
  padding: 40px 0;
}
.footer .reass__item {
  display: flex;
}
.footer .reass__image {
  flex: 0 0 54px;
  margin-right: 24px;
}
.footer .reass__title {
  font-family: "Russo One";
  font-size: 18px;
  text-transform: uppercase;
}
.footer .reass__text {
  margin-top: 0.8em;
  line-height: 1.4;
}
.footer__main {
  margin-top: 40px;
}
.footer__left {
  display: flex;
  flex: auto;
}
.footer__logo {
  flex: none;
  max-width: 22%;
  margin-right: 5%;
  padding-right: 5%;
  border-right: 2px solid rgba(255, 255, 255, 0.2509803922);
}
.footer__baseline {
  font-family: "Russo One";
  font-size: 20px;
  line-height: 1.2;
  max-width: 540px;
}
.footer__right {
  display: flex;
}
.footer__main-nav ul li a, .footer__main-nav-2 ul li a {
  color: hsl(0, 0%, 100%);
  text-decoration: none;
  padding: 10px 0;
  display: block;
}
.footer__main-nav ul li a:hover, .footer__main-nav-2 ul li a:hover {
  text-decoration: underline;
}
.footer__main-nav ul li a {
  font-size: 16px;
  font-weight: 700;
}
.footer__bottom {
  padding: 20px 0;
}
.footer__bottom__flex {
  text-align: center;
}
.footer__bottom__flex > *:nth-child(1) {
  font-weight: 700;
}
.footer__bottom__flex > *:nth-child(3) {
  order: -1;
}
.footer__bottom__flex img {
  vertical-align: -2px;
}

/*!
Theme Name: Distriboissons
Description: Thème Distriboissons de Blaaaaz
Text Domain: distriboissons
Version: 1.0.0
Author: Blaaaaz
Author URI: https://www.blaaaz.com
*/
.card-service {
  position: relative;
}
.card-service__image {
  aspect-ratio: 320/148;
  position: relative;
}
.card-service__image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.4) 36.23%, rgba(0, 0, 0, 0) 56.04%);
  border-radius: 20px;
  transition: 0.4s;
}
.card-service__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: block;
}
.card-service__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
}
.card-service__content::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background-color: #FBE7EA;
  border-radius: 50px;
  margin-bottom: 1.4em;
  transform: translateY(-40px);
  opacity: 0;
  transition: 0.4s;
}
.card-service__title {
  font-size: 20px;
  font-family: "Russo One";
  color: hsl(0, 0%, 100%);
  text-transform: uppercase;
  display: inline-block;
  text-wrap-style: balance;
}
.card-service__title {
  transition: 0.3s;
}
.card-service .grid-animator {
  display: grid;
  grid-template-rows: 0fr; /* magic animation */
  transition: 0.4s;
}
.card-service__desc {
  overflow: hidden; /* Obligatoire pour l'anim */
  opacity: 0;
  transition: 0.3s;
  color: hsl(0, 0%, 0%);
}
.card-service__desc a {
  margin-top: 1em;
  display: inline-block;
  margin-bottom: 3em;
}

/*!
Theme Name: Distriboissons
Description: Thème Distriboissons de Blaaaaz
Text Domain: distriboissons
Version: 1.0.0
Author: Blaaaaz
Author URI: https://www.blaaaz.com
*/
.contact-banner {
  margin: 4vw 0;
}
.contact-banner__box {
  padding: 30px 20px 20px;
  background: #CF092C;
  border-radius: 16px;
  text-align: center;
  color: #fff;
}
.contact-banner__text {
  font-size: 16px;
}
/*!
Theme Name: Distriboissons
Description: Thème Distriboissons de Blaaaaz
Text Domain: distriboissons
Version: 1.0.0
Author: Blaaaaz
Author URI: https://www.blaaaz.com
*/
.s-hero {
  position: relative;
  background-color: rgb(3, 3, 3);
  color: hsl(0, 0%, 100%);
}
.s-hero__body {
  position: relative;
  text-align: center;
  max-width: 820px;
}
.s-hero__title {
  line-height: 0.9;
}
.s-hero__baseline {
  font-size: 20px;
  letter-spacing: -0.03em;
  margin: 1.4em 0;
  line-height: 1.1;
}
.s-hero__video {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.s-hero__reassu__swiper .swiper-slide {
  white-space: nowrap;
  width: -moz-max-content;
  width: max-content;
  flex-grow: 1;
}
.s-hero__reassu__swiper .swiper-slide span {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  padding: 2px 5px 2px 38px;
  display: inline-block;
}

/* Conteneur principal (la capsule blanche) */
.search-container {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50px;
  padding: 6px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  width: 100%;
  max-width: 700px;
  margin: 2em 0;
}

/* Enrobage de l'input et de l'icône */
.input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding-left: 20px; /* Décale le texte du bord gauche */
}

/* Le champ de texte */
.input-wrapper input {
  font-family: "Space Grotesk";
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  padding-right: 40px; /* Laisse de la place pour l'icône à droite */
}

/* Style du placeholder */
.input-wrapper input::-moz-placeholder {
  color: #888888;
}
.input-wrapper input::placeholder {
  color: #888888;
}

/* L'icône de géolocalisation */
.geo-icon {
  position: absolute;
  right: 15px;
  color: #666666;
  cursor: pointer;
  transition: color 0.2s ease;
}

.geo-icon:hover {
  color: #333333;
}

/* Le bouton rouge */
.search-container button {
  font-family: "Space Grotesk";
  font-size: 16px;
  background-color: #CF092C;
  color: #ffffff;
  border: none;
  outline: none;
  padding: 14px 32px;
  font-weight: 700;
  border-radius: 40px;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease;
  white-space: nowrap;
}

/* Effet au survol du bouton */
.search-container button:hover {
  background-color: #b3001e;
}

/* Effet au clic sur le bouton */
.search-container button:active {
  transform: scale(0.98);
}

/*!
Theme Name: Distriboissons
Description: Thème Distriboissons de Blaaaaz
Text Domain: distriboissons
Version: 1.0.0
Author: Blaaaaz
Author URI: https://www.blaaaz.com
*/
.s-services {
  margin: 10px 6px;
  padding: 40px 0 20px;
  background: #CF092C;
  border-radius: 24px;
  color: hsl(0, 0%, 100%);
}
.s-services__pretitle {
  text-align: center;
}
.s-services__title {
  text-align: center;
}
.s-services__flex {
  margin-top: 24px;
}

/*!
Theme Name: Distriboissons
Description: Thème Distriboissons de Blaaaaz
Text Domain: distriboissons
Version: 1.0.0
Author: Blaaaaz
Author URI: https://www.blaaaz.com
*/
.s-chiffres {
  margin: 40px 0;
  overflow: hidden;
}
.s-chiffres__title {
  text-align: center;
  color: #474747;
}
.s-chiffres__swiper {
  margin-top: 2em;
  overflow: visible;
}
.s-chiffres__swiper .swiper-slide {
  height: auto;
}
.s-chiffres__swiper .swiper-pagination {
  position: static;
  margin-top: 1.6em;
}
.s-chiffres__swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #CF092C;
}

/* STATS GRID (chiffres clés) */
.stats-grid__card {
  background-color: hsl(0, 0%, 100%);
  border: 1px solid #D5D5D5;
  border-radius: 16px;
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  height: 100%;
}
.stats-grid__card--bg-red {
  background-color: #CF092C;
  border-color: #CF092C;
  color: hsl(0, 0%, 100%);
}
.stats-grid__card--bg-red .stats-grid__number,
.stats-grid__card--bg-red .stats-grid__title,
.stats-grid__card--bg-red .stats-grid__text {
  color: hsl(0, 0%, 100%);
}
.stats-grid__card--has-bg {
  background-size: cover;
  background-position: center;
  border: none;
}
.stats-grid__card--has-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}
.stats-grid__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
}
.stats-grid__content--overlay {
  color: hsl(0, 0%, 100%);
}
.stats-grid__content--overlay .stats-grid__number, .stats-grid__content--overlay .stats-grid__title, .stats-grid__content--overlay .stats-grid__text {
  color: hsl(0, 0%, 100%);
}
.stats-grid__content--bottom {
  justify-content: flex-end;
  color: hsl(0, 0%, 100%);
}
.stats-grid__content--bottom .stats-grid__number, .stats-grid__content--bottom .stats-grid__text {
  color: hsl(0, 0%, 100%);
}
.stats-grid__number {
  font-family: "Russo One";
  font-size: var(--fs-h1_title);
  line-height: 1;
  color: #CF092C;
  letter-spacing: -0.03em;
}
.stats-grid__title {
  font-family: "Russo One";
  font-size: var(--fs-h4_title);
  margin: 0 0 4px 0;
  color: #474747;
}
.stats-grid__text {
  font-size: 20px;
  color: #474747;
  text-transform: uppercase;
  text-wrap-style: balance;
}
.stats-grid__icon-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.stats-grid__icon-wrapper--red {
  background-color: #CF092C;
  color: hsl(0, 0%, 100%);
  font-weight: bold;
  font-size: 1.2rem;
}
.stats-grid__avatar-wrapper {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}
.stats-grid__avatar {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*!
Theme Name: Distriboissons
Description: Thème Distriboissons de Blaaaaz
Text Domain: distriboissons
Version: 1.0.0
Author: Blaaaaz
Author URI: https://www.blaaaz.com
*/
.s-partenaires {
  margin: 40px 0;
}
.s-partenaires__title {
  color: #474747;
}
.s-partenaires__swiper {
  margin: 40px 0;
}
.s-partenaires__swiper .swiper-slide img {
  filter: grayscale(100%) brightness(1.2) contrast(0.8);
}

/*!
Theme Name: Distriboissons
Description: Thème Distriboissons de Blaaaaz
Text Domain: distriboissons
Version: 1.0.0
Author: Blaaaaz
Author URI: https://www.blaaaz.com
*/
.s-temoignages {
  margin: 40px 0;
}
.s-temoignages__inner {
  position: relative;
  overflow: hidden;
  min-height: 200px;
  display: flex;
  align-items: center;
}
.s-temoignages__swiper-back {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  min-height: 100%;
}
.s-temoignages__swiper-back .swiper-wrapper,
.s-temoignages__swiper-back .swiper-slide,
.s-temoignages__swiper-back .swiper-slide > div {
  height: 100%;
  width: 100%;
}
.s-temoignages__swiper-back img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.s-temoignages__swiper {
  color: hsl(0, 0%, 100%);
  padding: 80px 0;
  font-size: var(--fs-h4_title);
}
.s-temoignages__swiper .s-temoignages__blockquote {
  font-size: var(--fs-h2_title);
  line-height: 1.2;
  margin-bottom: 0.6em;
}
.s-temoignages__swiper-outer {
  width: 100%;
}
.s-temoignages__swiper__nav {
  display: flex;
  gap: 16px;
  margin-top: 1em;
}
.s-temoignages__swiper .swiper-button-prev,
.s-temoignages__swiper .swiper-button-next {
  position: static;
  margin: 0;
  background-color: #CF092C;
  border-radius: 50%;
  --swiper-navigation-size: 42px;
  transition: 0.2s;
}
.s-temoignages__swiper .swiper-button-prev .swiper-navigation-icon,
.s-temoignages__swiper .swiper-button-next .swiper-navigation-icon {
  height: 50%;
  color: hsl(0, 0%, 100%);
  transition: 0.2s;
}
.s-temoignages__swiper .swiper-button-prev:hover,
.s-temoignages__swiper .swiper-button-next:hover {
  background-color: hsl(0, 0%, 100%);
}
.s-temoignages__swiper .swiper-button-prev:hover .swiper-navigation-icon,
.s-temoignages__swiper .swiper-button-next:hover .swiper-navigation-icon {
  color: #CF092C;
}

/*!
Theme Name: Distriboissons
Description: Thème Distriboissons de Blaaaaz
Text Domain: distriboissons
Version: 1.0.0
Author: Blaaaaz
Author URI: https://www.blaaaz.com
*/
.s-qsn {
  margin: 40px 0;
}
.s-qsn__pretitle {
  color: #CF092C;
}
.s-qsn__title {
  color: #474747;
}
.s-qsn__title span {
  color: #CF092C;
}
.s-qsn__temoignage {
  margin: 2em 0;
}
.s-qsn__temoignage__image {
  flex: none;
}
.s-qsn__temoignage__image img {
  border-radius: 50%;
}
.s-qsn__temoignage__text {
  font-size: 18px;
  line-height: 1.6;
}
.s-qsn__right {
  font-size: 18px;
  line-height: 1.6;
}
.s-qsn__right .btn {
  margin-top: 2em;
}

/*!
Theme Name: Distriboissons
Description: Thème Distriboissons de Blaaaaz
Text Domain: distriboissons
Version: 1.0.0
Author: Blaaaaz
Author URI: https://www.blaaaz.com
*/
.s-actualite {
  margin: 40px 0;
}

/*!
Theme Name: Distriboissons
Description: Thème Distriboissons de Blaaaaz
Text Domain: distriboissons
Version: 1.0.0
Author: Blaaaaz
Author URI: https://www.blaaaz.com
*/
.store-locator .container_max_inner {
  margin-block-end: 2rem;
}
.store-locator .titles_store {
  text-align: center;
}
.store-locator .titles_store h1 {
  font-family: "Epilogue";
}
.store-locator .large_s {
  max-width: 1380px;
  margin: auto;
}
.store-locator button {
  border: none;
  cursor: pointer;
}
.store-locator #search-store {
  background-color: hsl(0, 0%, 100%);
  padding: 10px 20px;
  border: none;
  width: calc(100% - 80px);
}
.store-locator .search-store__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  position: relative;
  white-space: nowrap;
}
.store-locator .search-store__search {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.store-locator .search-store__search label {
  width: 100%;
}
.store-locator .search-store__border {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: hsl(0, 0%, 100%);
  padding: 10px;
  border-radius: 91px;
  width: 100%;
}
.store-locator .search-store__button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  outline: none;
  text-align: center;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 100%;
  margin-left: 10px;
}
.store-locator .search-store__result {
  display: flex;
  justify-content: center;
  width: 100%;
}
.store-locator .search-store__result #result-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 8px;
  padding: 0;
}
.store-locator .search-store__result #result-list:has(li) {
  background-color: hsl(0, 0%, 100%);
  padding: 10px 0;
}
.store-locator .search-store__result #result-list li {
  padding: 3px 20px;
  cursor: pointer;
  white-space: wrap;
}
.store-locator .search-store__reset {
  background-color: hsl(0, 0%, 100%);
}
.store-locator .main-store__container {
  display: flex;
  gap: 37px;
  flex: 1;
  flex-direction: column;
  background-color: hsl(0, 0%, 100%);
  margin-bottom: 2rem;
}
.store-locator .main-store__container .content-map {
  width: 100%;
  aspect-ratio: 15/22;
  height: auto;
  z-index: 1;
}
.store-locator .main-store__container .content-map #map {
  width: 100%;
  height: 100%;
}
.store-locator .main-store__container__ul {
  max-height: 71vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 20px;
}
.store-locator .main-store__container__ul .store-no-result {
  font-family: "Work Sans", sans-serif;
  text-align: center;
}
.store-locator .main-store__container__ul::-webkit-scrollbar {
  width: 6px;
}
.store-locator .main-store__container__ul {
  /* Track */
}
.store-locator .main-store__container__ul::-webkit-scrollbar-track {
  background: #FAFAF8;
  border-radius: 30px;
}
.store-locator .main-store__container__ul {
  /* Handle */
}
.store-locator .main-store__container__ul::-webkit-scrollbar-thumb {
  background: #D4DADC;
  border-radius: 30px;
}
.store-locator .main-store__container__ul {
  /* Handle on hover */
}
.store-locator .main-store__container__ul::-webkit-scrollbar-thumb:hover {
  background: #497B59;
  border-radius: 30px;
}
.store-locator .main-store__container__ul .store-item {
  border-radius: 9px;
  padding: 20px;
  display: none;
  margin-bottom: 12px;
}
.store-locator .main-store__container__ul .store-item__img {
  width: 135px;
  height: 135px;
  overflow: hidden;
  flex-shrink: 0;
  display: none;
}
.store-locator .main-store__container__ul .store-item__img-gallery {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.store-locator .main-store__container__ul .store-item:hover .store-item__img-gallery {
  transform: scale(1.1);
}
.store-locator .main-store__container__ul .store-item__content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.store-locator .main-store__container__ul .store-item__content--title {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
.store-locator .main-store__container__ul .store-item__content--phone {
  font-weight: 700;
}
.store-locator .main-store__container__ul .store-item__content--hours-container {
  display: none;
}
.store-locator .main-store__container__ul .store-item__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.store-locator .main-store__container__ul .store-item__buttons .go-go {
  width: -moz-fit-content;
  width: fit-content;
}
.store-locator .main-store__container__ul .store-item__buttons__fly {
  cursor: pointer;
}
.store-locator .main-store__container__ul .store-item__buttons .btn--icon span::after {
  background-image: url("./img/placeholder_w.svg");
  width: 14px;
  height: 16px;
  top: 50%;
}
.store-locator .main-store__container__ul .store-item__buttons .btn--icon:hover span::after {
  background-image: url("./img/placeholder_o.svg");
}
.store-locator .main-store__container__ul .store-item .sr-only {
  display: none;
}
.store-locator .main-store__container__ul .store-item:hover {
  cursor: pointer;
}
.store-locator .main-store__container__ul .store-item.active {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.store-locator .leaflet-popup-content-wrapper {
  border: 1px solid hsl(0, 0%, 0%);
}
.store-locator .popupContent {
  font-size: 10px;
}
.store-locator .popupContent__title {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 18px;
}
.store-locator .popupContent__link {
  font-family: "Epilogue", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  line-height: normal;
}
.store-locator .leaflet-popup-tip-container {
  overflow: unset;
  margin-top: 1px;
}
.store-locator .leaflet-popup-tip-container .leaflet-popup-tip {
  box-shadow: none;
  border-bottom: 1px solid hsl(0, 0%, 0%);
  border-right: 1px solid hsl(0, 0%, 0%);
}

/*!
Theme Name: Distriboissons
Description: Thème Distriboissons de Blaaaaz
Text Domain: distriboissons
Version: 1.0.0
Author: Blaaaaz
Author URI: https://www.blaaaz.com
*/
.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
  background-color: hsl(0, 0%, 100%);
}

.hc-offcanvas-nav .nav-title + .nav-close a.has-label,
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav .nav-back a {
  background-color: hsl(0, 0%, 100%) !important;
}

.hc-offcanvas-nav .nav-container .nav-content > h2 {
  padding: 12px;
}
.hc-offcanvas-nav .nav-container .nav-content > h2 img {
  max-width: 220px;
}

.hc-offcanvas-nav .nav-item-link,
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav .nav-back a {
  color: #000000;
  font-family: "Space Grotesk";
  font-size: 16px;
  font-weight: 500;
  border-color: #DADADA !important;
  background-color: initial !important;
  padding: 20px;
}

.hc-offcanvas-nav .nav-close-button span::before,
.hc-offcanvas-nav .nav-close-button span::after {
  border-color: #CF092C;
  box-sizing: content-box;
}

.hc-offcanvas-nav ul.menu li.btn {
  margin: 20px;
  padding: 0;
}

.hc-offcanvas-nav ul.menu li.btn .nav-item-link {
  border-bottom: none;
  text-align: center;
  color: #fff;
  padding: 10px;
}

.hc-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover {
  background-color: transparent;
}

.hc-offcanvas-nav .nav-wrapper > .nav-content > ul:first-of-type > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link + a {
  border-color: #DADADA !important;
}

.hc-offcanvas-nav .nav-next span {
  background: url(img/arrow-right-red.svg) no-repeat center;
}
.hc-offcanvas-nav .nav-next span::before {
  display: none;
}

.hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper {
  margin-top: 78px;
}

.hc-offcanvas-nav::after, .hc-offcanvas-nav .nav-wrapper::after {
  display: none;
}

/* HERE PUT HELPERS CSS */
body:not(.elementor-editor-active) {
  /* DEBUG : RED LINE AS HELPER FOR ALIGNMENT */
}
body:not(.elementor-editor-active).logged-in:active:before, body:not(.elementor-editor-active).logged-in:active:after {
  content: "";
  display: block;
  pointer-events: none;
  top: 0;
  position: fixed;
  z-index: 10000000;
  height: 100vh;
}
body:not(.elementor-editor-active).logged-in:active:before {
  width: 1px;
  background: red;
  left: 50%;
  right: auto;
  border: 0;
}
body:not(.elementor-editor-active).logged-in:active:after {
  width: auto;
  max-width: 1650px;
  margin: 0 auto;
  background: transparent;
  border-left: 1px solid red;
  border-right: 1px solid red;
  left: 20px;
  right: 20px;
  color: red;
  font-weight: bold;
}

@keyframes debug-line {
  0% {
    width: 1px;
    background: red;
    left: 50%;
    right: auto;
    border: 0;
  }
  19% {
    width: 1px;
    background: red;
    left: 50%;
    right: auto;
    border: 0;
  }
  20% {
    width: auto;
    max-width: 1140px;
    margin: 0 auto;
    background: transparent;
    border-left: 1px solid red;
    border-right: 1px solid red;
    left: 4vw;
    right: 4vw;
  }
  100% {
    width: auto;
    max-width: 1140px;
    margin: 0 auto;
    background: transparent;
    border-left: 1px solid red;
    border-right: 1px solid red;
    left: 4vw;
    right: 4vw;
  }
}

@media screen and (min-width: 411px) {
  body:not(.elementor-editor-active).logged-in:active:after {
    left: 30px;
    right: 30px;
  }
}

@media screen and (min-width: 640px) {
  .s-hero__reassu__swiper .swiper-slide:not(:last-child) {
    margin-right: 40px;
  }
  .s-hero__reassu__swiper .swiper-slide:not(:last-child)::after {
    content: "";
    display: block;
    height: 28px;
    width: 2px;
    background: hsl(0, 0%, 100%);
    position: absolute;
    top: 0;
    right: -14px;
  }
}

@media screen and (min-width: 768px) {
  .footer__top {
    padding: 4vw 0;
  }
  .footer__main {
    margin-top: 5vw;
  }
  .footer__baseline {
    line-height: 1.8;
  }
  .s-hero {
    min-height: calc(100dvh - 190px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .s-hero__body {
    min-width: 0;
  }
  .store-locator .search-store__container {
    align-items: stretch;
  }
  body:not(.elementor-editor-active).logged-in:active:after {
    left: 4vw;
    right: 4vw;
  }
}

@media screen and (min-width: 1025px) {
  .footer__main {
    display: flex;
    justify-content: space-between;
  }
  .footer__logo {
    margin-right: 8%;
    padding-right: 10%;
  }
  .footer__right {
    gap: 14vw;
    margin-left: 10%;
  }
  .footer__main-nav-2 ul li a {
    font-size: 14px;
  }
  .footer__bottom__flex {
    display: flex;
    justify-content: space-between;
  }
  .card-service__image {
    aspect-ratio: 538/423;
  }
  .card-service__title {
    font-size: 26px;
  }
  .contact-banner__box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3vw;
    text-align: left;
    gap: 28px;
  }
  .contact-banner__title {
    max-width: 330px;
    text-wrap-style: balance;
  }
  .contact-banner__text {
    max-width: 420px;
  }
  .s-hero__reassu__swiper .swiper-slide {
    font-size: 18px;
  }
  .s-services {
    margin: 12px;
    padding: 4vw 0;
  }
  .s-services__flex {
    display: flex;
    align-items: center;
    gap: 1em;
  }
  .s-chiffres {
    margin: 6vw 0;
  }
  .s-partenaires {
    margin: 6vw 0;
  }
  .s-temoignages {
    margin: 6vw 0;
  }
  .s-temoignages__swiper {
    padding: 8vw 0;
  }
  .s-temoignages__swiper-outer .container_max {
    max-width: 1040px;
    margin: 0 0 0 auto;
  }
  .s-qsn {
    margin: 6vw 0;
  }
  .s-qsn__flex {
    display: flex;
    align-items: center;
    gap: 8vw;
  }
  .s-qsn__flex > * {
    flex: 1;
  }
  .s-qsn__temoignage {
    margin: 3.4vw 0 1vw;
    display: flex;
    gap: 2em;
  }
  .s-actualite {
    margin: 5vw 0;
  }
  .store-locator .search-store__container {
    align-items: center;
  }
  .store-locator .search-store__search {
    flex-direction: row;
  }
  .store-locator .search-store__search label {
    width: auto;
  }
  .store-locator .search-store__border {
    width: 600px;
  }
  .store-locator .main-store__container {
    flex-direction: row;
  }
  .store-locator .main-store__container .content-map {
    height: 71vh;
    aspect-ratio: unset;
  }
  .store-locator .main-store__container__ul {
    min-width: 640px;
  }
  .store-locator .main-store__container__ul .store-item__img {
    display: block;
  }
  .store-locator .main-store__container__ul .store-item__content {
    width: calc(100% - 135px);
  }
  .store-locator .main-store__container__ul .store-item__content--hours-container {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .store-locator .main-store__container__ul .store-item.active {
    flex-direction: row;
    justify-content: flex-start;
  }
  .store-locator .leaflet-popup {
    min-width: 235px;
  }
}

@media (min-width: 1025px) {
  .stats-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
  }
  .stats-grid__number {
    font-size: clamp(1.875rem, -1.1313rem + 4.6927vw, 4.5rem);
  }
}

@media screen and (min-width: 1140px) {
  .header__logo {
    margin-right: 4%;
  }
  .header__main-nav {
    flex: auto;
  }
  .header__main-nav > ul {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .header__main-nav > ul > li a {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
  }
  .header__main-nav > ul > li > a {
    font-weight: 500;
    letter-spacing: -0.04em;
  }
  .header__main-nav > ul > li.h-mla {
    margin-left: auto;
  }
  .header__main-nav > ul > li.h-ml-minus-16 {
    margin-left: -16px;
  }
  .header__main-nav {
    /* ==========================================================================
    EFFET DE SOULIGNEMENT ROUGE (GAUCHE À DROITE)
    ========================================================================== */
  }
  .header__main-nav > ul > li > a {
    position: relative;
  }
  .header__main-nav > ul > li > a::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #CF092C;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
  }
  .header__main-nav {
    /* Activation du soulignement au survol OU quand le sous-menu est actif */
  }
  .header__main-nav > ul > li:hover > a::after,
  .header__main-nav > ul > li.is-active > a::after {
    transform: scaleX(1);
  }
  .header__main-nav {
    /* ==========================================================================
    LE SOUS-MENU ACCESSIBLE ET ANIMABLE
    ========================================================================== */
  }
  .header__main-nav .menu-sub-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: 10px auto;
    z-index: 100;
    /* Structure & Design */
    display: flex;
    background: #ffffff;
    border-radius: 20px;
    list-style: none;
    min-width: 600px;
    max-width: 820px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    /* ÉTAT INITIAL (Masqué de façon accessible) */
    opacity: 0;
    visibility: hidden; /* <--- Cache le menu aux lecteurs d'écran et au clavier */
    pointer-events: none; /* <--- Rend le bloc "transparent" aux clics de souris */
    transform: translateY(-20px);
    /* Gestion de la transition (visibility attend la fin de l'opacité) */
    transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
  }
  .header__main-nav .menu-image-container img {
    display: block;
    border-radius: 20px;
  }
  .header__main-nav .sub-menu {
    margin: 30px 54px;
  }
  .header__main-nav .sub-menu li {
    margin: 0.6em;
  }
  .header__main-nav {
    /* ==========================================================================
    ÉTAT ACTIF (Au survol / via JS)
    ========================================================================== */
  }
  .header__main-nav > ul > .menu-item-has-children.is-active .menu-sub-wrapper {
    opacity: 1;
    visibility: visible; /* <--- Devient accessible aux lecteurs d'écran / clavier */
    pointer-events: auto; /* <--- On peut à nouveau cliquer dessus */
    transform: translateY(0);
  }
}

@media screen and (min-width: 1281px) {
  .footer .reass__image {
    flex: 0 0 80px;
    margin-right: 38px;
  }
  .card-service:hover .grid-animator, .card-service:focus-within .grid-animator {
    grid-template-rows: 1fr;
  }
  .card-service:hover .card-service__content::before, .card-service:focus-within .card-service__content::before {
    transform: translate(0);
    opacity: 1;
  }
  .card-service:hover .card-service__title, .card-service:focus-within .card-service__title {
    color: #CF092C;
  }
  .card-service:hover .card-service__desc, .card-service:focus-within .card-service__desc {
    opacity: 1;
    transition-delay: 0.1s;
  }
  .card-service:hover .card-service__image::before, .card-service:focus-within .card-service__image::before {
    background: hsl(0, 0%, 100%);
  }
  .s-hero__baseline {
    font-size: 24px;
  }
}

@media screen and (min-width: 1440px) {
  .header__main-nav ul {
    gap: 40px;
  }
  .footer .reass__title {
    font-size: 20px;
  }
  .footer__baseline {
    font-size: 24px;
    margin-bottom: 5%;
  }
  .footer__main-nav ul li a, .footer__main-nav-2 ul li a {
    padding: 14px 0;
  }
}

@media (min-width: 1440px) {
  .stats-grid__card {
    aspect-ratio: 1.2;
  }
}

@media screen and (min-width: 1600px) {
  .card-service__content {
    padding: 20px 36px;
  }
  .card-service__title {
    font-size: 38px;
  }
}

@media screen and (max-width: 1139px) {
  .header__logo {
    max-width: 230px;
    margin-right: 1em;
  }
}

@media screen and (max-width: 1024px) {
  .footer__right {
    margin-top: 40px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .footer__right > * {
    flex: 1;
  }
  .card-service:not(:first-child) {
    margin-top: 1em;
  }
  .card-service__title {
    position: relative;
    padding-right: 80px;
    display: block;
  }
  .card-service__title::after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #CF092C url(img/arrow-white-top-right.svg) no-repeat center;
  }
  .contact-banner__box > *:not(:first-child) {
    margin-top: 1.2em;
  }
  .s-qsn__right {
    margin-top: 1.8em;
    font-size: 16px;
  }
}

@media screen and (max-width: 1025px) {
  .footer__bottom__flex > * {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .s-hero__body {
    padding: 12vw 0;
  }
}
/*# sourceMappingURL=style.css.map */
