/********************************************/
/*											*/
/*  			Feuille de style			*/
/*  	 Créée par : Joël Fréchette			*/
/*			  jfrechette@dgk.ca				*/
/*			pachooca@hotmail.com			*/
/* 	 		Date : 20 mars 2013				*/
/* 			  Copyright DGK 2013			*/
/*											*/
/*		--------------------------------	*/
/*											*/
/*	Toute modification à ce document se		*/
/*  doit d'être accompagnée d'un 			*/
/*	commentaire ou d'être rapportée au		*/
/*  créateur de la feuille de style			*/
/*											*/
/********************************************/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/* Début Reset.css */
html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
strike,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

i {
  font-style: italic;
}

/* Fin Reset.css */




/**********************************/
/* BASE
/**********************************/
body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #1C3C34;
  background: #f3f5d4;
  /*fit avec header*/
  line-height: 1;
}

.interligne {
  line-height: 1.5em;
}

p.interligne {
  font-size: 16px;
}

img {
  max-width: 100%;
}

.row.noPadding {
  padding: 0 !important;
}

.row.noPaddingTop {
  padding-top: 0 !important;
}

input {
  box-sizing: border-box;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

/* layout 1 */
.left {
  float: left;
}

.right {
  float: right;
}

/* Titles */
h1 {
  font-size: 35px;
  font-family: "aptly", sans-serif;
  color: #035f1d;
  font-weight: bold;
  border-bottom: 1px solid #d2d2d2;
  padding: 55px 0 30px 0;
  margin-bottom: 12px;
  text-align: center;
  position: relative
}

h1.no-border {
  border-bottom: none;
}

h1 .pastille {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

h2 {
  font-size: 24px;
  font-family: "aptly", sans-serif;
  color: #1C3C34;
  font-weight: bold;
  margin-bottom: 12px;
}

h3 {
  font-size: 18px;
}

/* Link */
a {
  color: #1C3C34;
  text-decoration: none;
  transition: all .2s ease-in-out;
  font-weight: 700;
}

a:hover {
  color: #1C3C34;
  text-decoration: none;
}

a.btn,
button {
  border-radius: 0px;
  display: inline-block;
  padding: 6px 11px;
  margin-top: 1em;
  cursor: pointer;
  border: 0;
}

a.btn.big,
button.big {
  padding: 9px 22px;
}

a.btn.red,
button.red {
  background-color: #035f1d;
  color: #FFFFFF;
}

a.btn.white,
button.white {
  background-color: #FFFFFF;
  color: #035f1d;
}

a.btn.blue,
button.blue {
  background-color: #005dab;
  color: #FFFFFF;
}

a.btn:hover,
button:hover {
  opacity: 0.7;
}

a.btn.pdf {
  background-image: url(../../images/pdf.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 41px;
  display: inline;
}

a.btnOrange,
button.btnOrange {
  background: #E03C39;
  color: #fff;
  text-transform: uppercase;
  font-family: "aptly", sans-serif;
  font-size: 16px;
  letter-spacing: .025em;
  font-weight: 700;
  margin-top: 35px;
  display: inline-block;
  padding: 16px 35px;
  transition: .4s ease-in-out;
  border: 4px solid #E03C39;
  outline: none;
}

a.btnOrange:hover,
button.btnOrange:hover {
  background: #d02b28;
  border: 4px solid #d02b28;
  color: #fff;
  opacity: 1;
  outline: none;
}

a.btnBorderOrange,
button.btnBorderOrange {
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  font-family: "aptly", sans-serif;
  font-size: 16px;
  letter-spacing: .025em;
  font-weight: 700;
  margin-top: 35px;
  display: inline-block;
  padding: 16px 35px;
  transition: .4s ease-in-out;
  border: 4px solid #E03C39;
  outline: none;
}

a.btnBorderOrange:hover,
button.btnBorderOrange:hover {
  background: #E03C39;
  border: 4px solid #E03C39;
  opacity: 1;
  outline: none;
}

a.btnOrange.btnWhite {
  background: #fff;
  color: #E03C39;
  border: 4px solid #fff;
}

a.btnOrange.btnWhite:hover {
  background: #d02b28;
  border: 4px solid #d02b28;
  color: #fff;
}

a.btnOrange.btnBorderOrange.btnBorderWhite {
  color: #fff;
  border: 4px solid #fff;
}

a.btnOrange.btnBorderOrange.btnBorderWhite:hover {
  background: #fff;
  border: 4px solid #fff;
  color: #E03C39;
}

ul.list1 li {
  border-bottom: 2px solid #00000022;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}

ul.list1 li:before {
  content: '';
  background: #008368;
  height: 2px;
  width: 8px;
  position: absolute;
  left: 0;
  top: 8px;
}

ul.list1 li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}


/* Couleur */
.white {
  color: white;
}

.red {
  color: #035f1d;
}

.yellow {
  color: yellow;
}

.blue {
  color: #005dab;
}

.grey {
  color: grey;
}

.green {
  color: #619940;
}

/* Divers */
.border {
  border-radius: 5px;
}

ul.listing {}

ul.listing li {
  margin: 0.8em 0 0.8em 1em;
  list-style-type: square;
}

ol {
  list-style: decimal
}

ol li {
  margin: 0.8em 0 0.8em 1em;
}

ul.two-columns li {
  width: 46%;
  margin-right: 2%;
  float: left
}

.center {
  text-align: center;
}

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

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

.justify {
  text-align: justify;
}

br.clear {
  clear: both;
}

.message {
  border-radius: 5px;
  padding: 1em;
  border: 1px solid transparent;
  margin-bottom: 2em;
}

.message.success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}



/**********************************/
/* ENTÊTE
/**********************************/
header {
  font-family: "aptly", sans-serif;
  position: relative;
  z-index: 1;
  letter-spacing: .025em;
}

header .content {
  max-width: 1640px;
  display: flex;
  align-items: center;
  padding: 17px;
  width: auto;
}

header .content .logoZone {
  width: 30%;
}

header .content .logoZone a {
  opacity: 1;
  transition: .4s ease-in-out;
}

header .content .logoZone a:hover {
  opacity: .5;
}

header .content .menusZone {
  width: 70%;
}


header .secondaryMenu nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

header .secondaryMenu nav a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #008368;
  padding: 8px 12px;
}

header .secondaryMenu nav a:hover {
  color: #E03C39;
}

header .secondaryMenu nav a.active {
  background-color: #414141;
}

header .secondaryMenu nav .btnOrange {
  background: #E03C39;
  color: #fff;
  margin-left: 5px;
  padding: 14px 45px;
  margin-top: 0;
}

header .secondaryMenu nav .btnOrange:hover {
  color: #fff;
  background: #d02b28;
}

header .mainMenu {
  margin-top: 10px;
}

header .mainMenu nav {
  display: flex;
  justify-content: flex-end;
}

header .mainMenu nav>div {
  display: flex
}

header .mainMenu nav>div.active {
  border-bottom: 8px solid #E03C39;
}

header .mainMenu nav a {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #1C3C34;
  padding: 8px 22px;
  align-self: center;
  text-transform: uppercase;
}

header .mainMenu nav a:hover {
  color: #E03C39;
}

/* header .mainMenu nav div:last-child a { padding-right: 0; } */

header .main-nav .megamenu-trigger {
  position: relative;
}

header .main-nav .megamenu {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  padding: 24px 40px;
  background-color: #FFFFFF;
  box-shadow: 0px 42px 21px 2px rgba(0, 0, 0, 0.08);
  visibility: hidden;
  opacity: 0;
  transition: all .2s ease-in-out;
  width: 280px;
}

header .main-nav .megamenu.align-on-right {
  left: auto;
  right: 0;
}

header .main-nav .megamenu-trigger:hover .megamenu {
  visibility: visible;
  opacity: 1;
  transition: all .2s ease-in-out;
}

header .main-nav .megamenu a {
  display: block;
  color: #1C3C34;
  font-size: 18px;
  padding: 8px 0;
}

/* header .main-nav .megamenu .colonne 		{ margin-right:80px; }
header .main-nav .megamenu .colonne .titre 	{ font-size:30px; color:#1d1d1b; font-weight:bold; margin-bottom:6px;}
header .main-nav .megamenu .colonne a		{ display:block; color:#035f1d; font-size:18px; padding:8px 0; white-space:nowrap}
header .main-nav .megamenu .colonne a:hover	{ color:#000000;} */
header .main-nav .megamenu .ondago {
  width: 150px;
}

header .logo {
  max-height: 160px;
  max-width: 100%;
  width: 160px;
}


@media (max-width: 1250px) {
  header .secondaryMenu nav .btnOrange {
    padding: 14px 20px;
  }

  header .mainMenu nav a {
    padding: 8px 8px;
    font-size: 16px;
  }
}


/* ENTETE MOBILE */
header.menu-mobile {
  display: none;
}

header.menu-mobile .touch {
  height: 70px;
}

header.menu-mobile .touch .logo {
  height: 58px;
  width: auto;
  margin-top: 5px;
  margin-left: 20px;
}

header.menu-mobile #btn-menu-mobile {
  width: 40px;
  height: 40px;
  display: block;
  background: url(../../images/mobile-menu.svg) no-repeat center center #FFFFFF;
  background-size: 60%;
  text-indent: -9999px;
  float: right;
  margin-top: 15px;
  margin-right: 20px;
}

header.menu-mobile nav {
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: all .2s ease-in-out;
  background-color: #FFFFFF;
}

header.menu-mobile nav.opened {
  max-height: 1000px;
}

header.menu-mobile nav a {
  display: block;
  width: 100%;
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #CCCCCC;
  box-sizing: border-box;
  color: #1C3C34;
  font-weight: 700;
  text-transform: uppercase;
}

header.menu-mobile nav a.btnOrange {
  margin-top: 0;
  color: #fff;
}

header.menu-mobile nav .ondago {
  width: 150px;
}

@media screen and (max-width: 991px) {
  header.hide-mobile {
    display: none !important;
  }

  header.menu-mobile {
    display: block;
  }
}

header.menu-mobile .sous-menu-mobile-trigger:after {
  content: "\f0d7";
  font-family: fontAwesome;
  float: right;
}

header.menu-mobile .sous-menu-mobile-trigger.active {
  background-color: #035f1d;
  color: #FFFFFF;
}

header.menu-mobile .sous-menu-mobile-trigger.active:after {
  content: "\f0d8";
}

header.menu-mobile .sous-menu-mobile {
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: all .2s ease-in-out;
  background-color: #DDDDDD;
}

header.menu-mobile .sous-menu-mobile.opened {
  max-height: 1000px;
}

header.menu-mobile .sous-menu-mobile a {
  font-size: 0.85em;
  padding-left: 24px;
  border-color: #FFFFFF;
}




/**********************************/
/* SIDe STICKY
/**********************************/
#side-sticky {
  position: absolute;
  right: 0;
  top: 221px;
  color: #FFFFFF;
  background: #E03C39;
  z-index: 999;
  transform: rotate(-90deg) translateY(-64px) translateX(-50px);
  transform-origin: top right;
}

#side-sticky a {
  width: 100%;
  height: 100%;
  background: #E03C39;
  display: flex;
  color: #fff;
  letter-spacing: .07em;
  padding: 23px 45px;
  text-transform: uppercase;
  font-size: 18px;
}

#side-sticky a:hover {
  background: #d02b28;
}

#side-sticky a img {
  margin-left: 40px;
  width: 10px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #side-sticky {
    transform: rotate(-90deg) translateX(-100px) translateY(61px);
  }

  #side-sticky a {
    font-size: 15px;
    padding: 15px 25px;
  }
}

#side-sticky-2 {
  position: fixed;
  right: 0;
  top: 40%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: right center;
  background-color: #E03C39;
  color: #fff;
  border: none;
  padding: 0 30px;
  font-size: 20px;
  cursor: pointer;
  height: 60px;
  z-index: 1000;
  box-shadow: 0 4px 6px #0000001a;
  display: flex;
  align-items: center;
  margin: 0 30px 0 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .07em;
}

#side-sticky-2:hover {
  background: #d02b28;
}

@media only screen and (max-width: 767px) {
  #side-sticky-2 {
    font-size: 15px;
    height: 40px;
    padding: 0 20px;
    margin: 0 20px 0 0;
  }
}


/**********************************/
/* BANDES
/**********************************/
/* Bande principale du haut, text-styling */
.bande-principale {
  background-size: cover;
  background-position: center center;
  min-height: 360px;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
}

.bande-principale .textContent {
  padding: 40px 0;
}

.bande-principale h1 {
  padding: 15px 0 40px 24px;
  display: inline-block;
  font-size: 46px;
  font-weight: bold;
  color: #fff;
  margin-top: 0;
  border-bottom: 0;
  border-left: 5px solid #008368;
  margin-bottom: 0;
  position: relative;
  text-align: left;
  font-family: "aptly", sans-serif;
}

.bande-principale .subtitle {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: .010em;
  position: relative;
  padding-left: 74px;
  margin-top: -16px;
  font-family: "aptly", sans-serif;
}

.bande-principale .subtitle:after {
  content: '';
  background: #008368;
  height: 5px;
  width: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.bande-principale .textContent .btnOrange {
  margin-right: 15px;
}

.bande-principale .textContent .btnBorderOrange {
  margin-top: 20px;
}

.bande-principale p {
  font-size: 17px;
}

.bande-principale .logos {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.bande-principale .logos img {
  max-width: 150px;
  margin-top: 18px;
  margin-right: 48px;
  filter: brightness(0) invert(1);
}

/*Passeport*/
.bande-principale.bande-passeport .image {
  position: absolute;
  bottom: 0;
  left: 200px;
  max-width: 50%;
  max-height: 100%;
  overflow: hidden;
}

@media (max-width: 1400px) {
  .bande-principale.bande-passeport .image {
    left: 100px;
  }
}

/* Bande no subtitle */
.bande-principale h1.nosubtitle {
  padding-bottom: 15px;
  margin-bottom: 30px;
}

/* Fiche circuit */
.bande-principale.bande-ficheCircuit {
  text-align: center;
  padding: 120px 0;
  position: relative;
}

.bande-principale.bande-ficheCircuit:before {
  content: '';
  background: #000;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .5;
}

.bande-principale.bande-ficheCircuit h1 {
  border-left: 0;
  padding-bottom: 35px;
  margin-bottom: 35px;
  margin-top: 15px;
  padding-left: 0;
}

.bande-principale.bande-ficheCircuit h1:after {
  content: '';
  background: #E03C39;
  width: 120px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.bande-principale.bande-ficheCircuit .pastille {
  background: #000;
  border-radius: 50%;
  border: 6px solid #fff;
  color: #fff;
  width: 102px;
  height: 102px;
  margin: auto;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bande-principale.bande-ficheCircuit .pastille .text {
  text-align: center;
}

.bande-principale.bande-ficheCircuit .pastille .text .lg {
  font-size: 46px;
  display: block;
  letter-spacing: .025em;
}

.bande-principale.bande-ficheCircuit .pastille .text .sm {
  font-size: 21px;
  display: block;
  letter-spacing: .025em;
}

.bande-principale.bande-ficheCircuit .pastille.orange {
  background-color: #e87e05;
}

.bande-principale.bande-ficheCircuit .pastille.vert {
  background-color: #80b785;
}

.bande-principale.bande-ficheCircuit .pastille.rouge {
  background-color: #ae2a20;
}

.bande-principale.bande-ficheCircuit .pastille.bleu {
  background-color: #249aae;
}

.bande-principale.bande-ficheCircuit .pastille.jaune {
  background-color: #f9ba08;
}

.bande-principale.bande-ficheCircuit .pastille.mauve {
  background-color: #3c2661;
}


.bande-principale.bande-ficheCircuit .iconsZone {
  display: flex;
  margin-top: 32px;
  justify-content: center;
  flex-wrap: wrap;
}

.bande-principale.bande-ficheCircuit .iconsZone .icn {
  background: #fff;
  height: 55px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 8px;
}

.bande-principale.bande-ficheCircuit img {
  width: 100%;
}

.bande-principale.bande-ficheCircuit .iconsZone .fromage img {
  width: 33px;
}

.bande-principale.bande-ficheCircuit .iconsZone .legumes img {
  width: 33px;
}

.bande-principale.bande-ficheCircuit .iconsZone .fruits img {
  width: 34px;
}

.bande-principale.bande-ficheCircuit .iconsZone .biere img {
  width: 25px;
}

.bande-principale.bande-ficheCircuit .iconsZone .viande img {
  width: 33px;
}

.bande-principale.bande-ficheCircuit .iconsZone .miel img {
  width: 36px;
}

.bande-principale.bande-ficheCircuit .iconsZone .fleurs img {
  width: 33px;
}

.bande-principale.bande-ficheCircuit .iconsZone .erable img {
  width: 34px;
}

.bande-principale.bande-ficheCircuit .iconsZone .boulangerie img {
  width: 36px;
}

.bande-principale.bande-ficheCircuit .iconsZone .cremeglacee img {
  width: 17px;
}

.bande-principale.bande-ficheCircuit .iconsZone .cafe img {
  width: 32px;
}

.bande-principale.bande-ficheCircuit .iconsZone .vin img {
  width: 16px;
}


@media (max-width: 1200px) {
  .bande-principale.bande-passeport .image {
    display: none;
  }
}

@media (max-width: 767px) {
  .bande-principale h1 {
    font-size: 38px;
    padding-bottom: 35px;
  }

  .bande-principale .subtitle {
    font-size: 22px;
    margin-top: -13px;
  }
}

@media (max-width: 500px) {
  .bande-principale h1 {
    font-size: 38px;
    padding-bottom: 35px;
  }

  .bande-principale .subtitle {
    padding-left: 45px;
  }

  .bande-principale .subtitle:after {
    width: 30px;
  }
}


/* Bande principale, image url */
.bande-achat {
  background-image: url(../../images/bandes/panier-gourmand.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  min-width: 960px;
}

.bande-carte-avantage {
  background-image: url(../../images/bandes/bandeau-carte-avantage.jpg);
}

.bande-circuits {
  background-image: url(../../images/bandes/2020-circuits.jpg);
}

.bande-ficheCircuit {
  background-image: url(../../images/bandes/2020-ficheCircuit.jpg);
}

.bande-apropos {
  background-image: url(../../images/bandes/2020-a-propos.jpg);
}

.bande-photos {
  background-image: url(../../images/bandes/LaBallade_Photos.jpg);
}

.bande-inscription {
  background-image: url(../../images/bandes/2020-inscription.jpg);
}

.bande-benevole {
  background-image: url(../../images/bandes/2020-benevoles.jpg);
}

.bande-medias {
  background-image: url(../../images/bandes/2020-medias.jpg);
}

.bande-concours {
  background-image: url(../../images/bandes/dubois-methot.jpg);
  color: #FFFFFF;
}

.bande-concours p {
  background-color: transparent;
  display: block;
}

.bande-contact {
  background-image: url(../../images/bandes/2020-contact.jpg);
}

.bande-producteurs {
  background-image: url(../../images/bandes/2020-producteurs.jpg);
}

.bande-produits-regionaux {
  background-image: url(../../images/bandes/Marche-des-produits-regionaux-2015.jpg);
}

.bande-grattez-sentez {
  background-image: url(../../images/bandes/LaBallade_Grattezetsentez.jpg);
}

.bande-marches {
  background-image: url(../../images/bandes/2020-marches.jpg);
}

.bande-marche-ma {
  background-image: url(../../images/bandes/2020-marche-ma.jpg);
}

.bande-attraits {
  background-image: url(../../images/bandes/2020-attraits.jpg);
}

.bande-applications {
  background-image: url(../../images/LaBallade_Apropos_darker.webp);
}

.bande-hebergement {
  background-image: url(../../images/bandes/LaBallade_Hebergementetrestaurations.jpg);
}

.bande-restauration {
  background-image: url(../../images/bandes/2020-restaurateurs.jpg);
}

.bande-partenaires-page {
  background-image: url(../../images/bandes/2020-partenaires.jpg);
}

.bande-galerie {
  background-image: url(../../images/bandes/2020-galerie.jpg);
}

.bande-passeport {
  background-image: url(../../images/bandes/2022-passeport.jpg);
}

.bande-faq {
  background-image: url(../../images/bandes/2020-faq.jpg);
}

.bande-circuitPerso {
  background-image: url(../../images/bandes/2022-circuitPerso.jpg);
}

.bande-covid19 {
  background-image: url(../../images/bandes/2020-covid19.jpg);
}

.bande-boitesgourmandes {
  background-image: url(../../images/bandes/2021-boitegourmande.jpg) !important;
}

.bande-forfaitsgroupe {
  background-image: url(../../images/bandes/2021-forfaitsgroupe.jpg);
}

/* Bande principale, text styling - others pages */
.bande-principale .bkg-degrade {
  background: url(../../images/bkg-degrade.png) repeat-y center;
  width: 100%;
  padding: 20px 0;
  position: absolute;
  bottom: 0;
}

.bande-principale .bkg-degrade h1 {
  border: none;
  color: #FFF;
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
}

.bande-principale .bkg-degrade p {
  background: none;
  color: #FFF;
  font-size: 19px;
  max-width: 860px;
  text-align: center;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .bande-principale {
    min-height: 150px;
  }

  .bande-principale .date {
    font-size: 18px;
    margin-top: 0;
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }

  .bande-principale .bkg-degrade {
    position: static;
    padding: 20px;
    box-sizing: border-box;
  }
}

/* Autres bandes dans la page */
.bande-jaune {
  background-color: #fff991;
  font-size: 35px;
  color: #c12e00;
  text-align: center;
  padding: 20px 0;
  font-family: 'PT Sans Narrow';
}

.bande-grise {
  background-color: #f2f0f0;
}

.bande-grise .title {
  color: #035f1d;
  font-family: 'PT Sans Narrow';
  font-size: 30px;
}

.bande-rouge {
  /*background-image:url(../../images/bandes/bkg-inscription.jpg); background-position:center center;*/
  background-color: #035f1d;
  color: #FFF;
}

.bande-rouge a {
  color: #FFF;
}

.bande-rose {
  background-color: #ce665f;
  color: #FFF;
}

.bande-rose h2 {
  color: #FFF;
}

.bande-rose a {
  color: #FFF;
  text-decoration: underline;
}

.bande-carte-verte {
  background-image: url(../../images/bandes/bkg-carte-verte.jpg);
  background-position: center center;
  font-size: 35px;
  text-align: center;
  padding-bottom: 20px;
  font-family: 'PT Sans Narrow';
}

.bande-partenaires {
  padding: 120px 10px;
  overflow: hidden;
}

.bande-partenaires h2 {
  font-size: 30px;
  position: relative;
  padding-bottom: 28px;
}

.bande-partenaires h2:after {
  content: '';
  background: #008368;
  position: absolute;
  height: 5px;
  width: 100px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.bande-partenaires ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.bande-partenaires ul li {
  display: inline-block;
  border-right: 1px solid #d5d5d5;
  padding: 6px 20px;
  margin-top: 40px;
  box-sizing: border-box;
}

.bande-partenaires ul li img {
  max-width: 90%;
}

.bande-partenaires ul li:last-child {
  border: none;
}

.banner-glaciere {
  background: url(../../images/banner-glaciere.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 40px;
}

.banner-glaciere .title1 {
  color: #fff;
  margin: 40px 0;
}

.banner-glaciere .title1 .lg {
  font-size: 38px;
  margin: 0 0 12px 0;
}


@media (max-width: 767px) {
  .bande-partenaires ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .bande-partenaires ul li {
    width: 33.333333%;
    border: none;
  }
}

@media (max-width: 500px) {
  .bande-partenaires ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .bande-partenaires ul li {
    width: 50%;
    padding: 6px 5px;
    margin-top: 25px;
  }

  .banner-glaciere .title1 .lg {
    font-size: 34px;
  }
}

.bande-galerie {
  color: #FFF;
  background-size: cover;
  background-position: center center;
}

.bande-galerie .bkg-degrade {
  background: url(../../images/bkg-degrade.png) repeat-y center;
  width: 70%;
  padding: 20px 15%;
}

.bande-galerie h2 {
  color: #FFF;
}


/**********************************/
/* PASTILLES
/**********************************/
span.pastille {
  display: inline-block;
  width: 74px;
  height: 74px;
  padding-top: 15px;
  border: 4px solid #efeff0;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  line-height: 0.8em;
  box-sizing: border-box;
}

span.pastille strong {
  font-size: 38px;
}

.pastille.orange {
  background-color: #E03C39;
}

.pastille.vert {
  background-color: #80b785;
}

.pastille.rouge {
  background-color: #d06159;
}

.pastille.bleu {
  background-color: #249aae;
}

.pastille.jaune {
  background-color: #f9ba08;
}

.pastille.creer {
  background-color: #086879;
}


/**********************************/
/* FOOTER
/**********************************/
footer {
  overflow: hidden;
  background-color: #008368;
  font-family: "aptly", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.7em;
  padding: 70px 0 100px;
}

footer .row {
  padding: 0;
}

footer h4 {
  font-size: 26px;
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 20px;
}

footer h4:after {
  position: absolute;
  content: '';
  background: #fff;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 40px;
}

footer a {
  color: #FFF;
  font-weight: 700;
  opacity: 1;
  line-height: 1;
}

footer a:hover {
  opacity: .7;
  color: #fff;
}

footer li.separateur {
  border-top: 3px solid #FFFFFF;
  margin: 8px 0;
  width: 80%
}

footer .copyright p {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  text-align: right;
}

footer .menu li {
  padding: 3px 0;
}

footer .menu a {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .025em;
}

footer .contact li {
  line-height: 1.4;
  padding-bottom: 10px;
  font-family: "Inter", sans-serif;
}

footer .ondago {
  text-align: center;
}

footer .ondago a {
  display: block;
}

footer .ondago a:hover {
  opacity: .8;
}

footer .ondago img {
  width: auto;
  margin-bottom: 20px;
}

footer .bottom {
  display: flex;
  align-items: center;
  margin-top: 50px;
  justify-content: space-between;
}

footer .bottom .socials a {
  background: #fff;
  color: #7baa3f;
  height: 42px;
  width: 42px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 15px;
}

@media (max-width: 991px) {
  footer .ondago {
    text-align: center;
    margin-top: 70px;
  }
}

@media (max-width: 767px) {
  footer .bottom {
    display: block;
  }

  footer .bottom .socials {
    margin-bottom: 25px;
  }

  footer .bottom .socials,
  footer .copyright p {
    text-align: center;
  }
}

@media (max-width: 575px) {

  footer .menu li,
  footer .contact li {
    text-align: center;
  }

  footer h4 {
    text-align: center;
    margin-top: 70px;
  }

  footer h4:after {
    left: 50%;
    transform: translateX(-50%);
  }

}




/**********************************/
/* MASONRY GALLERY
/**********************************/
.gallery-container {
  padding: 150px 0 0 0;
  position: relative;
}

.gallery-container:after {
  position: absolute;
  content: '';
  background: #F9F9EB;
  height: 320px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.masonry {
  display: flex;
  width: 100%;
}

.masonry img {
  vertical-align: middle;
  max-width: 100%;
}

.masonry--h {
  flex-flow: row wrap;
}

.masonry--v {
  flex-flow: column wrap;
  max-height: 1080px;
}

.masonry--h,
.masonry--v {
  margin-left: -8px;
  /* Adjustment for the gutter */
  counter-reset: brick;
}

.masonry-brick {
  overflow: hidden;
  margin: 0 0 15px 15px;
  /* Some Gutter */
  background-color: #FFF;
  color: white;
  position: relative;
}

.masonry-brick--h {
  flex: auto;
  height: 350px;
  min-width: 300px;
}

@media only screen and (min-width: 1024px) {

  /* Horizontal masonry bricks on desktop-sized screen */
  .masonry-brick--h:nth-child(4n+1) {
    width: 250px;
  }

  .masonry-brick--h:nth-child(4n+2) {
    width: 325px;
  }

  .masonry-brick--h:nth-child(4n+3) {
    width: 180px;
  }

  .masonry-brick--h:nth-child(4n+4) {
    width: 380px;
  }

  /* Adjusting vertical masonry height on desktop-sized screen */
  .masonry--v {
    max-height: 1600px;
  }

  /* Vertical masonry bricks on desktop-sized screen */
  .masonry-brick--v {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {

  /* Horizontal masonry bricks on tabled-sized screen */
  .masonry-brick--h:nth-child(4n+1) {
    width: 200px;
  }

  .masonry-brick--h:nth-child(4n+2) {
    width: 250px;
  }

  .masonry-brick--h:nth-child(4n+3) {
    width: 120px;
  }

  .masonry-brick--h:nth-child(4n+4) {
    width: 280px;
  }

  /* Adjusting vertical masonry height on tablet-sized screen */
  .masonry--v {
    max-height: 2000px;
  }

  /* Vertical masonry bricks on tablet-sized screen */
  .masonry-brick--v {
    width: 50%;
  }
}

.masonry-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .2s ease-in-out;
}

.masonry-img:hover {
  transform: scale(1.1);
  opacity: 0.85;
}






/**********************************/
/* CIRCUITS BOX 
/**********************************/
.index-circuits-cta .row {
  padding-top: 0;
}

.index-circuits-cta .item {
  margin-bottom: 55px;
  z-index: 99;
}

.index-circuits-cta .item a {
  background: #fff;
  display: block;
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.15);
  transition: .4s ease;
  height: 100%;
  padding-bottom: 70px;
  position: relative;
}

.index-circuits-cta .item a:hover {
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.25);
}

.index-circuits-cta .item .textBox {
  padding: 25px;
  position: relative;
}

.index-circuits-cta .item .textBox .pastille {
  background: #000;
  border-radius: 50%;
  border: 8px solid #fff;
  color: #fff;
  width: 77px;
  height: 77px;
  position: absolute;
  right: 25px;
  top: -39px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-circuits-cta .item .textBox .pastille .text {
  text-align: center;
}

.index-circuits-cta .item .textBox .pastille .text .lg {
  font-size: 30px;
  display: block;
  letter-spacing: .025em;
}

.index-circuits-cta .item .textBox .pastille .text .sm {
  font-size: 14px;
  display: block;
  letter-spacing: .025em;
}

.index-circuits-cta .item .textBox .title {
  position: relative;
  color: #1C3C34;
  font-size: 21px;
  letter-spacing: .010em;
  padding-bottom: 20px;
  font-weight: 700;
}

.index-circuits-cta .item .textBox .title:after {
  width: 30px;
  height: 4px;
  background: #000;
}

.index-circuits-cta .item .textBox .title .new {
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
  color: #000;
}

.index-circuits-cta .item .textBox p {
  color: #1d1d1b;
  margin-top: 30px;
  font-weight: 400;
}

.index-circuits-cta .item .iconsZone {
  display: flex;
  margin-top: 0;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
}

.index-circuits-cta .item .iconsZone .icn {
  background: #dddddd;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.index-circuits-cta .item .iconsZone .restant {
  background: #fff;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  color: #515151;
  font-size: 18px;
  font-weight: 700;
  border: 3px solid transparent;
}

.index-circuits-cta .item img {
  width: 100%;
}

.index-circuits-cta .item .reserve {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF
}


/* Orange */
.index-circuits-cta .item.orange .textBox .pastille {
  background: #e87e05;
}

.index-circuits-cta .item.orange .textBox .title:after {
  background: #e87e05;
}

.index-circuits-cta .item .textBox .title .new {
  color: #E03C39;
}

.index-circuits-cta .item .iconsZone .restant.orange {
  border-color: #e87e05;
}

.index-circuits-cta .item.orange .reserve {
  background-color: #e87e05
}

/* Rouge */
.index-circuits-cta .item.rouge .textBox .pastille {
  background: #ae2a20;
}

.index-circuits-cta .item.rouge .textBox .title:after {
  background: #ae2a20;
}

.index-circuits-cta .item .textBox .title .new {
  color: #ae2a20;
}

.index-circuits-cta .item .iconsZone .restant.rouge {
  border-color: #ae2a20;
}

.index-circuits-cta .item.rouge .reserve {
  background-color: #ae2a20
}

/* Bleu */
.index-circuits-cta .item.bleu .textBox .pastille {
  background: #249aae;
}

.index-circuits-cta .item.bleu .textBox .title:after {
  background: #249aae;
}

.index-circuits-cta .item .textBox .title .new {
  color: #249aae;
}

.index-circuits-cta .item .iconsZone .restant.bleu {
  border-color: #249aae;
}

.index-circuits-cta .item.bleu .reserve {
  background-color: #249aae
}

/* Vert */
.index-circuits-cta .item.vert .textBox .pastille {
  background: #80b785;
}

.index-circuits-cta .item.vert .textBox .title:after {
  background: #80b785;
}

.index-circuits-cta .item .textBox .title .new {
  color: #80b785;
}

.index-circuits-cta .item .iconsZone .restant.vert {
  border-color: #80b785;
}

.index-circuits-cta .item.vert .reserve {
  background-color: #80b785
}

/* Jaune */
.index-circuits-cta .item.jaune .textBox .pastille {
  background: #f9ba08;
}

.index-circuits-cta .item.jaune .textBox .title:after {
  background: #f9ba08;
}

.index-circuits-cta .item .textBox .title .new {
  color: #f9ba08;
}

.index-circuits-cta .item .iconsZone .restant.jaune {
  border-color: #f9ba08;
}

.index-circuits-cta .item.jaune .reserve {
  background-color: #f9ba08
}

/* Mauve */
.index-circuits-cta .item.mauve .textBox .pastille {
  background: #3c2661;
}

.index-circuits-cta .item.mauve .textBox .title:after {
  background: #3c2661;
}

.index-circuits-cta .item .textBox .title .new {
  color: #3c2661;
}

.index-circuits-cta .item .iconsZone .restant.mauve {
  border-color: #3c2661;
}

.index-circuits-cta .item.mauve .reserve {
  background-color: #3c2661
}



.title1 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: .025em;
  color: #1C3C34;
  border-left: 5px solid #008368;
  padding: 8px 0 8px 20px;
  margin: 0 0 40px 0;
}

.title1 .lg {
  font-size: 56px;
  display: block;
}


@media (max-width: 991px) {
  .title1 {
    font-size: 24px;
  }

  .title1 .lg {
    font-size: 42px;
  }
}

.cta-bottombar .row {
  padding: 0;
}

.cta-bottombar .contenu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 140px 0;
}

.cta-bottombar .contenu:after {
  content: '';
  background: #008368;
  height: 5px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.cta-bottombar .title {
  font-size: 36px;
  color: #1C3C34;
  letter-spacing: .025em;
  background: #F3F4DA;
  padding-right: 70px;
}

.cta-bottombar .title .sm {
  font-size: 23px;
  display: block;
  font-weight: 600;
  margin-top: 12px;
}

.cta-bottombar .btnZone {
  background: #F3F4DA;
  padding-left: 70px;
}

.cta-bottombar .btnOrange {
  margin: 0;
}


@media (max-width: 991px) {
  .cta-bottombar .contenu {
    display: block;
  }

  .cta-bottombar .title {
    text-align: center;
    padding: 0 0 30px 0;
  }

  .cta-bottombar .btnZone {
    text-align: center;
    padding: 30px 0 0 0;
    margin-top: 55px;
  }

  .cta-bottombar .contenu:after {
    height: 100%;
    width: 5px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
}

@media (max-width: 500px) {
  .cta-bottombar .contenu {
    margin: 80px 0;
  }
}


/* BIG SENTENCE */

.bigSentence .text {
  font-size: 22px;
  text-align: center;
  color: #1C3C34;
  position: relative;
  padding-top: 30px;
  padding-bottom: 80px;
}

.bigSentence .text:before {
  content: '';
  background: #008368;
  height: 4px;
  width: 120px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.bigSentence .text .lg {
  display: block;
  font-size: 28px;
  font-weight: 700;
  margin-top: 8px;
}


/* POPUP COVID-19 */

.alert-covid19 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 0 22px rgba(0, 0, 0, .65);
}

.alert-covid19 .text {
  padding: 40px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
  align-items: center;
}

.alert-covid19 .text img {
  width: 80px;
  margin-right: 40px;
}

.alert-covid19 .btnClose {
  position: absolute;
  right: 0;
  top: -22px;
  margin: 0;
  width: 44px;
  height: 44px;
  background: #fff;
  border: 2px solid #00000022;
  font-weight: 800;
  font-size: 18px;
  color: #1C3C34;
  border-radius: 50%;
  opacity: 1;
  transition: .3s ease-in-out;
  outline: none;
  user-select: none;
}

.alert-covid19 .btnClose:hover {
  opacity: 1;
  border-color: #E03C39;
  color: #E03C39;
}

.alert-covid19 .row {
  position: relative;
}

@media (max-width: 500px) {
  .alert-covid19 .text {
    display: block;
    text-align: center;
  }

  .alert-covid19 .text img {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

/**********************************/
/* BOOTSTRAP GRID
/**********************************/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.row:before,
.row:after {
  display: none !important;
}


footer .tiktok,
header nav .socials a .tiktok {
  width: 18px;
  height: auto;
}

header nav .socials a {
  font-size: 18px;
  background: #F9F9EB;
  color: #1C3C34;
  height: 42px;
  width: 42px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 10px;
  padding: 0;
}

header nav .socials a:hover {
  color: #F9F9EB;
  background: #1C3C34;
}

@media (max-width: 1250px) {
  header nav .socials a {
    margin-right: 5px;
  }
}



#bottom-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  flex-wrap: wrap;
  z-index: 999;
}

.ondago-link {
  background: #5ab031;
  padding: 10px 20px;
  border-top-right-radius: 16px;
  transition: .4s ease;
  z-index: 999;
  margin-right: 12px;
  display: flex;
  align-items: center;
}

.ondago-link:hover {
  background: #49a020;
}

.ondago-link img {
  width: 200px;
}

.ondago-link img.mobile-img {
  display: none;
}

#bottom-sticky .tami-links {
  background: #6cb3ca;
  padding: 5px 20px 0 20px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  transition: .4s ease;
  z-index: 998;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

#bottom-sticky img.tami {
  width: 55px;
  margin-right: 14px;
}

#bottom-sticky .tami-links .links a img {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  opacity: 1;
  transition: .4s ease;
}

#bottom-sticky .tami-links .links a:hover img {
  opacity: .5;
}

#bottom-sticky .tami-links .download-links {
  margin-bottom: 6px;
}

#bottom-sticky .tami-links .download-links .text {
  font-size: 13px;
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 8px;
}

@media (max-width: 500px) {
  #bottom-sticky {
    justify-content: center;
    width: 100%;
  }

  .ondago-link {
    padding: 10px 10px;
    border-top-left-radius: 16px;
  }

  .ondago-link img {
    width: 50px;
  }

  .ondago-link img.mobile-img {
    display: block;
  }

  .ondago-link img.desktop-img {
    display: none;
  }

  #bottom-sticky .tami-links {
    padding-top: 12px;
  }

  #bottom-sticky img.tami {
    width: 44px;
    margin-right: 10px;
  }

  #bottom-sticky .tami-links .download-links .text {
    font-size: 12px;
  }
}



@media (max-width: 1600px) {
  footer {
    padding-bottom: 120px;
  }
}

.btn-infolettre {
  display: inline-block !important;
  font-size: 23px;
  text-align: center;
  background: #fff;
  color: #008368;
  transition: .4s ease;
  border-radius: 200px;
  padding: 15px 40px;
}

.btn-infolettre:hover {
  background: #699928;
  color: #fff;
}

.btn-infolettre .sm {
  display: block;
  font-size: 18px;
  margin-bottom: 3px;
}


.home-video {
  max-width: 1200px;
  margin: auto;
  padding-bottom: 120px;
}

.home-video video {
  width: 100%;
}

/* Bouton "Télécharger la grande carte" */
.bouton-carte {
  background-color: #F3F4D4;
  width: 215px;
  height: auto;
  color: #003428;
  font-family: 'aptly', sans-serif;
  font-size: 24px;
  font-weight: bold;
  box-shadow: 0px 3px 6px 2px rgba(0, 10, 8, 0.15);
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5em;
  cursor: pointer;
  border-radius: 25px 25px 0 0;
}

#bottom-sticky a:first-child .bouton-carte {
  border-radius: 0 25px 0 0;
}

#bottom-sticky a:not(:last-child) .bouton-carte {
  margin-right: 0.7em;
  border-radius: 0px 25px 0 0;
}

.bouton-carte.flottant {
  position: fixed;
  right: 20px;
  bottom: 20px;
  border: none;
  padding: 16px 20px;
  border-radius: 25px 25px 25px 25px;
  cursor: pointer;
  z-index: 1000;
  width: 230px;
}

.bouton-carte img {
  width: 36px !important;
}

/* Page applications */
.section-applications {
  margin-bottom: 80px;
}

.section-applications .infos .image {
  background-color: #00000022;
  padding: 40px 35px;
  display: flex;
  justify-content: start;
}

.section-applications .infos .image img {
  height: 100px;
}

.section-applications .infos .link {
  padding: 0 35px 40px;
  display: flex;
}

.section-applications .infos .link.tami div {
  flex: 1 1 50%;
  text-align: center;
}

.section-applications .infos .link.ondago {
  flex-direction: column;
  align-items: center;
}

.section-applications .infos .link.tami {
  gap: 1em;
}

.section-applications .infos .link .icon-app {
  margin-top: 12px;
}

.section-applications .infos .link .icon-app img {
  height: 40px;
}

.section-applications .infos .link.ondago .qr-code {
  width: 50%;
}

.section-applications .infos .link.tami .qr-code {
  width: 100%;
}

.section-applications h2:has(+ h3) {
  margin-bottom: 0;
}

.section-applications h2+h3 {
  margin-bottom: 12px;
  font-weight: bold;
}

.fiche-producteur .infos.stretch {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fiche-producteur .infos.stretch .text {
  min-height: 400px;
}

/* Ajout de section pour le présentateur des circuits */
.index-circuits-cta .item .textBox .presenter,
.bande-ficheCircuit .textContent .presenter {
  display: flex;
  align-items: start;
  gap: 0.5em;
}

.index-circuits-cta .item .textBox .presenter {
  margin-top: 20px;
}

.index-circuits-cta .item .textBox .presenter img,
.bande-ficheCircuit .textContent .presenter img {
  height: 25px;
  width: auto;
}

.bande-ficheCircuit .textContent .presenter {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 20px;
}

/* Sandra Foodie */
.bande-sandra-foodie {
  background-image: url(../../images/bandes/bande-sandra-foodie.jpg);
}

.sandra-foodie .divers {
  background-color: #ECECBA;
  line-height: 1.5;
  padding: 15px 25px;
}

.sandra-foodie .divers.gratuit {
  background-color: #008368;
  color: #ffffff;
  margin: 20px 0;
}

.sandra-foodie .divers:not(:last-of-type) {
  margin-bottom: 20px;
}

.sandra-foodie .divers p {
  margin-bottom: 0px;
}

.sandra-foodie .divers h3 {
  font-weight: 700;
}


@media (max-width: 1024px) {
  .bouton-carte.flottant {
    display: none;
  }

  #bottom-sticky {
    display: inline-flex;
  }
}

@media screen and (max-width: 991px) {
  .section-applications .infos .link .qr-code {
    display: none !important;
  }

  .section-applications .infos {
    border: none !important;
  }

  .section-applications .infos .link.tami div {
    flex: 0 0 20%;
    text-align: left;
  }

  .section-applications .infos .link .icon-app {
    margin-top: 0;
  }

  .section-applications a.btnOrange,
  .section-applications button.btnOrange {
    margin-top: 0;
  }

  .section-applications .infos .link.ondago {
    align-items: start;
  }

  .section-applications .reverse-mobile {
    flex-direction: column-reverse;
  }

  .fiche-producteur .infos.stretch .text {
    min-height: auto;
  }
}

@media (max-width: 500px) {
  .bouton-carte {
    width: 175px;
    font-size: 16px;
    font-weight: bold;
    gap: 0.9em;
  }

  .bouton-carte:not(:last-child) {
    margin-right: 0.5em;
  }

  .bouton-carte:first-child {
    border-radius: 25px 25px 0 0;
  }

  .bouton-carte img {
    width: 25px !important;
  }

  #bottom-sticky a:not(:last-child) .bouton-carte {
    margin-right: 0.7em;
    border-radius: 25px 25px 0 0;
  }

  .section-applications .infos .link.tami div {
    flex: 1 1 50%;
    text-align: center;
  }
}

@media (max-width: 350px) {
  .bouton-carte {
    width: 165px;
  }
}

/* Créer son circuit */
.step-title {
  color: #1C3C34;
  font-size: 21px;
  letter-spacing: 0.010em;
  font-weight: 700;
  padding: 1em 0 0.5em;
}

.step-instruction {
  color: #1C3C34;
  font-size: 16px;
  letter-spacing: 0.01em;
  font-weight: 400;
  margin-bottom: 0.5em;
  padding: 7px 0 0 10px;
}

.creer-circuit-btn a.btnOrange {
  margin-top: 0 !important;
}