﻿@media screen and (min-width: 1181px) and (max-width: 1300px) {
}

@media screen and (min-width: 851px) and (max-width: 1180px) {
 .logo img {
  height: 75px;
 }

 .fixedtel {
  position: fixed;
  top: 44px;
  right: 120px;
  z-index: 9999;
  transition: all 0.4s ease 0.2s;
 }

 body:has(.navbar.stickback) .fixedtel {
  top: 48px;
 }

 .fixedtel span {
  display: none;
 }

 .flex-entete-d-2 {
  display: none;
 }

 .espace-menu {
  margin-left: auto;
  position: unset !important;
  backdrop-filter: none;
  padding: 0;
 }

 ul#menu-entete li.ajoutemenu {
  margin-bottom: 5px !important;
  display: block;
 }

 .ajoutemenu a {
  text-align: center;
  display: flex;
  justify-content: center;
 }

 header.navbar {
  padding: 0 5px 0 10px !important;
  grid-template-columns: 1fr 1fr;
  display: grid;
  width: 93%;
  min-height: 65px;
  height: 85px;
  top: 55px;
  justify-items: start;
 }

 header.navbar.stickback {
  width: 93%;
  top: 70px;
 }

 .menufermer,
 span.MenuBox.open .menuouvert {
  display: none;
 }

 span.MenuBox.open .menufermer {
  display: block;
 }

 .MenuBox {
  display: flex;
  padding: 10px;
  cursor: pointer;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  left: -5px;
  height: 45px;
  width: 45px;
  color: var(--color-white);
  justify-content: center;
  align-items: center;
  margin-left: 10px;
 }

 .MenuBox img {
  width: 36px;
  height: auto;
  object-fit: contain;
 }

 ul#menu-entete > li {
  padding-bottom: 0px;
 }

 li.menu-item-has-children:after {
  right: 0;
  color: var(--color-white);
 }

 .flex-entete-c {
  text-align: center;
 }

 .flex-entete-g .reseaux_sociaux,
 .flex-entete-d .telephone,
 .flex-entete-d .prendre_rdv strong,
 .flex-entete-d .contact strong,
 .flex-entete-d {
  display: none;
 }

 .espace-menu.open ul#menu-entete {
  display: block;
 }

 ul#menu-entete {
  display: none;
 }

 ul#menu-entete .menu-item-has-children ul.sub-menu {
  position: relative !important;
  display: none !important;
 }

 ul#menu-entete.menu.open {
  display: block !important;
  position: absolute;
  left: 0;
  top: 91px;
  background: #393636fa;
  width: 100%;
  padding: 15px 15px;
  transform: translateY(0);
  opacity: 1;
  border-radius: 25px;
 }

 ul#menu-entete li.menu-item-has-children.openLi .sub-menu {
  display: block !important;
  padding: 0;
  background: transparent;
  min-width: 190px;
  top: 0;
  overflow: hidden;
  width: max-content;
  position: relative;
  margin: 0;
  margin-left: 15px;
  box-shadow: none;
  backdrop-filter: none;
 }

 ul#menu-entete li {
  list-style: none;
  position: relative;
  margin-bottom: 2px !important;
  margin-top: 2px !important;
 }

 ul#menu-entete li a {
  padding: 5px 5px;
  font-size: 1.1em !important;
  display: flex;
  gap: 10px;
  color: var(--color-white);
 }

 ul#menu-entete li a {
  padding: 5px 2px;
  font-size: 1em !important;
  display: flex;
  gap: 10px;
  color: var(--color-white);
 }

 ul#menu-entete li a:hover {
  color: #e1e55f !important;
 }

 ul#menu-entete li.grostitre > a {
  font-size: 1.3em !important;
  margin-bottom: 10px !important;
  margin-top: 10px;
 }

 ul#menu-entete li.bouton a {
  font-size: 1.2em !important;
  padding: 5px 15px;
 }

 .titreenorme :is(h1, h2, h3, h4, h5) {
  font-size: 9em;
 }

 /* TEXTE  */

 .home .hero h1 {
  margin: auto;
  width: 90%;
 }

 .hero h1 {
  margin: auto;
  width: 80%;
 }

 .fl-rich-text br {
  display: none;
 }

 /* DECO  */

 .titre-contenu h3 .ligne2:after {
  width: 82px;
  height: 90px;
  right: -50px;
  top: -30px;
 }

 .avoine-brun-g-deco:before {
  width: 130px;
  height: 106px;
  display: block !important;
  top: 39%;
  left: 0%;
 }

 .avoine-brun-d-deco:after {
  width: 130px;
  height: 106px;
  top: 57%;
 }

 .map-header:after {
  width: 130px;
  height: 106px;
 }

 .avoine-blanc-d-deco:after {
  width: 130px;
  height: 106px;
  top: 75%;
 }

 .tarte-deco:after {
  width: 110px;
  height: 68px;
  display: block !important;
  top: 70%;
  right: 0%;
 }

 .cardeventail:after,
 .muffin-deco-d:after {
  width: 115px;
  height: 100px;
  top: 40%;
  right: -15%;
 }

 .cardeventail:before {
  width: 180px;
  height: 80px;
  top: 40%;
  left: -20%;
 }

 .pain-deco-g:before {
  width: 180px;
  height: 80px;
  top: 57%;
  left: 0%;
 }

 .block-livraison .fleche {
  top: -70px;
  left: -16%;
 }

 .block-livraison .fleche img {
  width: 82px;
  height: 90px;
 }

 /* GRID  */

 .presentationimgs {
  gap: 10px 20px;
  left: 0;
 }

 .grid-tax,
 .infinite-scroll-posts-grid,
 .Grid-1-2,
 section#slide_realisations {
  padding: 0px 30px;
 }

 section#slide_realisations {
  padding-top: 10% !important;
 }

 .flex-form .half {
  position: relative;
  width: 47.5%;
 }

 .nav-filter {
  justify-content: center;
  flex-wrap: wrap;
 }

 /* POSITION  */

 .fl-node-onugxpmf6c1e {
  padding-top: 11%;
  padding-left: 15px;
  padding-right: 15px;
 }

 /* CTA  */

 .titre-contenu p {
  max-width: 95%;
 }

 .avantage {
  gap: 10px;
  padding-right: 10px;
 }

 .bloc-titre-image {
  padding: 20px 20px 20px;
 }

 .bloc-contenu {
  gap: 10px;
  padding: 20px 20px 20px;
 }

 .bloc-contenu a.btn-produits {
  width: 220px;
 }

 .avantage span.texte {
  font-size: 1.1em;
 }

 /* FOOTER  */

 .main-footer {
  grid-template-columns: 1.4fr 0.7fr 1.2fr 0.8fr;
  gap: 0 10px;
  padding: 30px 0 20px 0;
  max-width: 1280px;
 }

 .footer-logo {
  grid-area: logo;
  padding: 0 15px;
 }

 .MobileBar {
  display: none !important;
 }

 .flexbas {
  padding: 20px 20px;
  border: none;
  border-top: 1px solid #b8b7b2;
 }

 .gtdiv {
  position: fixed;
  top: 43px;
  right: 20%;
  z-index: 99;
  transition: all 0.4s ease 0.2s;
 }

 body:has(.navbar.stickback) .gtdiv {
  top: 48px;
 }

 .MobileBar a font {
  font-size: 0.91em;
 }
}

@media screen and (max-width: 850px) {
 .logo {
  position: relative;
  margin-right: auto;
 }

 .logo img {
  padding: 0;
  height: 65px;
  width: auto;
 }

 .flex-entete-d-2 {
  display: none;
 }

 .espace-menu {
  margin-left: auto;
  position: unset !important;
  backdrop-filter: none;
  padding: 0;
 }

 ul#menu-entete li.ajoutemenu {
  margin-bottom: 5px !important;
  display: block;
 }

 .ajoutemenu a {
  text-align: center;
  display: flex;
  justify-content: center;
 }

 header.navbar {
  padding: 0 5px 0 10px !important;
  grid-template-columns: 1fr 1fr;
  display: grid;
  width: 93%;
  min-height: 65px;
  height: 85px;
  top: 55px;
 }

 header.navbar.stickback {
  width: 93%;
  top: 70px;
 }

 .menufermer,
 span.MenuBox.open .menuouvert {
  display: none;
 }

 span.MenuBox.open .menufermer {
  display: block;
 }

 .MenuBox {
  display: flex;
  padding: 10px;
  cursor: pointer;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  left: -5px;
  height: 45px;
  width: 45px;
  color: var(--color-white);
  justify-content: center;
  align-items: center;
  margin-left: 10px;
 }

 .MenuBox img {
  width: 36px;
  height: auto;
  object-fit: contain;
 }

 ul#menu-entete > li {
  padding-bottom: 0px;
 }

 li.menu-item-has-children:after {
  right: 0;
  color: var(--color-white);
 }

 .flex-entete-c {
  text-align: center;
 }

 .flex-entete-g .reseaux_sociaux,
 .flex-entete-d .telephone,
 .flex-entete-d .prendre_rdv strong,
 .flex-entete-d .contact strong,
 .flex-entete-d {
  display: none;
 }

 .espace-menu.open ul#menu-entete {
  display: block;
 }

 ul#menu-entete {
  display: none;
 }

 ul#menu-entete .menu-item-has-children ul.sub-menu {
  position: relative !important;
  display: none !important;
 }

 ul#menu-entete.menu.open {
  display: block !important;
  position: absolute;
  left: 0;
  top: 91px;
  background: #393636fa;
  width: 100%;
  padding: 15px 15px;
  transform: translateY(0);
  opacity: 1;
  border-radius: 25px;
 }

 ul#menu-entete li.menu-item-has-children.openLi .sub-menu {
  display: block !important;
  padding: 0;
  background: transparent;
  min-width: 190px;
  top: 0;
  overflow: hidden;
  width: max-content;
  position: relative;
  margin: 0 0;
  margin-left: 0px;
  box-shadow: none;
  backdrop-filter: none;
 }

 ul#menu-entete li {
  list-style: none;
  position: relative;
  margin-bottom: 2px !important;
  margin-top: 2px !important;
 }

 ul#menu-entete li a {
  padding: 5px 5px;
  font-size: 1.1em !important;
  display: flex;
  gap: 10px;
  color: var(--color-white);
 }

 ul#menu-entete li a {
  padding: 5px 2px;
  font-size: 1em !important;
  display: flex;
  gap: 10px;
  color: var(--color-white);
 }

 ul#menu-entete li a:hover {
  color: #e1e55f !important;
 }

 ul#menu-entete li.grostitre > a {
  font-size: 1.3em !important;
  margin-bottom: 10px !important;
  margin-top: 10px;
 }

 ul#menu-entete li.bouton a {
  font-size: 1.2em !important;
  padding: 5px 15px;
 }

 /* MOBILE BAR  */

 .MobileBar {
  position: fixed;
  bottom: 1%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  z-index: 30;
  width: 95%;
  gap: 10px;
  padding: 0 15px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 30px;
 }

 .MobileBar a {
  margin: 0;
  width: 100% !important;
  font-size: 1em;
  padding: 10px 10px !important;
  text-align: center;
  justify-content: center;
 }

 .MobileBar a strong {
  font-weight: 500;
 }

 .MobileBar img {
  display: none;
 }

 .MobileBar a.contact:before {
  display: none;
 }

 /* TEXTE  */

 .fl-rich-text br {
  display: none;
 }

 .titreenorme :is(h1, h2, h3, h4, h5) {
  font-size: 6em;
  margin-top: 40px;
  margin-bottom: 25px;
  line-height: 0.9em;
 }

 .flex {
  flex-direction: column;
 }

 .nav-filter {
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
 }

 /* GRID  */

 .grid-tax {
  margin: 0 30px;
 }

 .infinite-scroll-posts-grid {
  gap: 1.5rem !important;
  grid-template-columns: 1fr 1fr !important;
  margin: 0 30px;
 }

 .Grid-1-2 {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  grid-template-rows: 1fr;
  gap: 10px 15px;
  margin: 0 20px;
  margin-bottom: 5%;
 }

 .flex-form .half {
  position: relative;
  width: 47.5%;
 }

 section#slide_realisations {
  padding: 0 20px;
  padding-top: 13% !important;
 }

 #slide_realisations .Grid-3 {
  grid-template-columns: 1fr !important;
  gap: 15px;
 }

 .CarouDecalage .carou_rea {
  margin: 0 15px;
 }

 .CarouDecalage {
  overflow: hidden;
  margin-right: 0;
 }

 .fl-module.fl-module-box.fl-node-hpb3vtrkmuwq {
  grid-template-columns: 1fr;
  margin: 0 20px;
 }

 /* PADDING  */

 .hero {
  padding-top: 7%;
  padding-bottom: 1%;
 }

 .engagement {
  padding: 15px !important;
 }

 .fl-col-group:has(.hero) {
  padding: 0 20px;
 }

 body.archive .fl-col-group,
 .fl-node-8efyomk46sgc,
 .fl-node-4y8ji0hk7t3w {
  padding: 0 20px;
 }

 .fl-node-x28h3tm0jzfo .fl-module-rich-text,
 .fl-node-4y8ji0hk7t3w .fl-module-rich-text {
  padding: 0;
 }

 /* TEXTE  */

 .home .hero h1 {
  margin: auto;
  width: 90%;
 }

 .hero h1 {
  margin: auto;
  width: 80%;
 }

 .item .cadrebtnActivite {
  padding: 30px 20px;
 }

 .item .cadrebtnActivite h3 {
  font-size: 1.3em;
 }

 /* FLEX  */

 .map-header-text {
  flex-direction: column;
 }

 /* GRID  */

 .fl-builder-content-8 .fl-node-onugxpmf6c1e {
  grid-template-columns: 1fr;
  padding: 0;
  padding-top: 50px;
 }

 .bloc-titre-image,
 .revendeurs-detail-layout,
 .fl-module.fl-node-x9um1pet7k2q,
 .gridtermavecfaq {
  grid-template-columns: 1fr !important;
 }

 .bloc-contenu,
 .fl-builder-content-8 .fl-node-z5l8y2dpg3qn {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 32px 40px 24px;
  justify-items: flex-start;
 }

 .fl-module.fl-node-eik9gsz65cal {
  grid-template-columns: 1fr 1fr 1fr;
 }

 .fl-builder-content-8 .fl-node-0qnuscy9larb {
  grid-template-columns: 1.3fr 0.8fr;
  gap: 20px;
  padding: 32px 40px 24px;
  justify-items: flex-start;
 }

 .presentationimgs {
  display: grid;
  grid-template-columns: 0.5fr 1.5fr;
  gap: 10px 30px;
  left: 0;
  position: relative;
  margin-top: 35px;
 }

 .fl-node-7qnso5i6mgd9 {
  grid-column: 1 / -1;
  justify-self: stretch;
  width: 100%;
 }

 .image-wrap img {
  max-width: none;
 }

 .avantage {
  border: none;
 }

 .flextendances,
 .fl-builder-content-8 .fl-node-ln0e72zpqu9j,
 .fl-builder-content-8 .fl-node-0qnuscy9larb,
 .fl-module.fl-node-eik9gsz65cal {
  padding: 0 30px;
 }

 .fl-module-rich-text {
  padding: 0 30px;
 }

 canvas.pa-wave {
  top: -30px !important;
  z-index: 0;
 }

 /* IMAGES  */

 .cardeventail {
  margin-top: 20px;
 }

 .cardeventail .cardcentre {
  width: clamp(160px, 30vw, 280px);
 }

 .cardeventail.is-open .cardgauche {
  transform: translate(-115%, -46%) rotate(-9deg);
 }

 .cardeventail.is-open .carddroite {
  transform: translate(18%, -46%) rotate(10deg);
 }

 /* DECO  */

 .fixedtel {
  display: none;
 }

 .cardeventail:before {
  width: 110px;
  height: 60px;
  top: 5%;
  left: -19%;
 }

 .avoine-blanc-d-deco:after {
  width: 120px;
  height: 105px;
  top: 80%;
  right: -38px;
 }

 .map-header:after {
  width: 120px;
  height: 105px;
 }

 .avoine-brun-d-deco:after {
  width: 120px;
  height: 105px;
  top: 62%;
 }

 .cardeventail:after,
 .muffin-deco-d:after {
  width: 115px;
  height: 100px;
  top: 70%;
  right: -19%;
  background-size: contain;
 }

 .tarte-deco:after {
  width: 100px;
  height: 60px;
  top: 35%;
 }

 .avoine-brun-g-deco:before {
  top: 47%;
  width: 120px;
  height: 105px;
 }

 .card-map .btn-produits {
  width: 360px;
  left: 6px;
 }

 .miche-deco:before {
  width: 73px;
  height: 91px;
  top: 81%;
  left: -1%;
 }

 .pain-deco-g:before {
  width: 120px;
  height: 64px;
  left: -1%;
 }

 .bretzel-deco:before {
  width: 90px;
  height: 100px;
  top: 98%;
  left: 0%;
 }

 .block-engagement {
  padding: 0 15px;
 }

 /* FOOTER */

 footer.footerbg {
  padding-top: 0;
  margin-top: 25px;
 }

 .main-footer {
  display: grid;
  grid-template-columns: 1fr 1fr !important;
  grid-template-areas:
   "logo nav"
   "reservation credits";
  padding: 30px 30px;
  gap: 11px 19px;
  max-width: 1200px;
  margin: auto;
 }

 .main-footer .footer-nav,
 .main-footer .footer-reservation,
 .main-footer .footer-credits {
  padding-top: 0;
 }

 .main-footer div {
  border-right: none;
 }

 .gtdiv {
  position: fixed;
  top: 43px;
  right: 13%;
  z-index: 99;
  transition: all 0.4s ease 0.2s;
 }

 body:has(.navbar.stickback) .gtdiv {
  top: 48px;
 }

 .MobileBar a font {
  font-size: 0.91em;
 }
}

@media screen and (max-width: 500px) {
 .logo img {
  width: auto;
  height: 70px;
 }

 /* GRID */
 .fl-module-box,
 .infinite-scroll-posts-grid,
 .grid-tax,
 .ctabas .fl-module-box,
 .gridtermdouble,
 .gridtermavecfaq,
 .cpresta,
 .Grid-1-2,
 ul.licones.gridul3,
 .revendeurs-detail-layout {
  grid-template-columns: 1fr !important;
 }

 .fl-module-box.block-engagement {
  padding: 0 15px;
  grid-template-columns: 1fr 1fr !important;
 }

 .Grid-33 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  padding: 0;
 }

 .fl-module .presentationimgs2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 0 15px;
 }

 .fl-builder-content-8 .fl-node-z5l8y2dpg3qn {
  grid-template-columns: 1fr 1fr !important;
  column-gap: 20px;
  padding: 0 15px;
 }

 .campaign-gallery-random .fl-module.fl-module-box {
  grid-template-columns: 1fr 1fr !important;
 }

 .presentationimgs {
  grid-template-columns: 1fr 1fr;
 }

 .flextendances,
 .fl-builder-content-8 .fl-node-ln0e72zpqu9j,
 .fl-builder-content-8 .fl-node-0qnuscy9larb,
 .fl-module.fl-node-eik9gsz65cal {
  padding: 0 10px;
 }

 /* FLEX  */

 .map-header-text {
  gap: 10px;
  flex-direction: column;
 }

 .LinkToActivites {
  flex-direction: column;
 }

 /* HAUTEUR  */

 .singledessus {
  padding-top: 30% !important;
 }

 /* PAD MARG */

 .padding60 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
 }

 .CoteGauche {
  padding: 30px 15px;
  margin-top: 25px;
 }

 .block1term,
 .block2term,
 .block3term {
  padding: 10px;
 }

 section {
  padding: 0;
 }

 .CarouDecalage {
  margin-right: 0;
 }

 .CarouDecalage .carou_rea {
  margin: 0;
 }

 .flextendances {
  margin: 0 15px;
 }

 .Grid-3 {
  gap: 30px;
 }

 section#slide_realisations {
  padding: 0 15px;
  padding-top: 17% !important;
 }

 .FormulaireWpFluide {
  padding-bottom: 0;
 }

 .fl-node-4y8ji0hk7t3w {
  padding: 0 15px;
 }

 .pa-wave {
  z-index: 0;
  top: -35px !important;
 }

 /* ESPACEMENT et DISPOSITION   */

 .padding90 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
 }

 .fl-builder-content-8 .fl-node-onugxpmf6c1e {
  padding-top: 100px;
 }

 .grid-tax {
  margin-bottom: 0;
 }

 section.SingleReaExp {
  padding-left: 15px;
  padding-right: 15px;
 }

 .fl-col-group:has(.hero) {
  padding: 0 15px;
 }

 body.archive .fl-col-group {
  padding: 0 15px;
 }

 body.archive .fl-col-group.fl-node-x048edtsjlon {
  padding: 0;
 }

 .fl-node-lirgctd8q7en,
 .fl-node-q02vrmzx5j9n {
  padding: 0 15px;
 }

 .fl-node-8efyomk46sgc {
  margin: 0 15px;
 }

 /* IMAGES  */

 .cardeventail.is-open .cardgauche {
  transform: translate(-85%, -46%) rotate(-9deg);
 }

 .cardeventail.is-open .carddroite {
  transform: translate(-18%, -46%) rotate(10deg);
 }

 /* DECO  */

 .fixedtel {
  display: none;
 }

 .cardeventail:before {
  width: 110px;
  height: 60px;
  top: 5%;
  left: -19%;
 }

 .avoine-blanc-d-deco:after {
  width: 120px;
  height: 105px;
  top: 80%;
  right: -38px;
 }

 .map-header:after {
  width: 120px;
  height: 105px;
 }

 .avoine-brun-d-deco:after {
  width: 120px;
  height: 105px;
  top: 62%;
 }

 .cardeventail:after,
 .muffin-deco-d:after {
  width: 115px;
  height: 100px;
  top: 70%;
  right: -19%;
  background-size: contain;
 }

 .tarte-deco:after {
  width: 100px;
  height: 60px;
  top: 35%;
 }

 .avoine-brun-g-deco:before {
  top: 47%;
  width: 120px;
  height: 105px;
 }

 .card-map .btn-produits {
  width: 350px;
  left: 6px;
 }

 .miche-deco:before {
  width: 73px;
  height: 91px;
  top: 81%;
  left: -4%;
 }

 .pain-deco-g:before {
  width: 120px;
  height: 64px;
  left: -5%;
 }

 .bretzel-deco:before {
  width: 90px;
  height: 100px;
  top: 98%;
  left: -8%;
 }

 /* TEXTE  */

 .flex-form .half {
  width: 47.5%;
 }

 .titrebase h1,
 .titrebase h2,
 .titrebase h3,
 .titrebase h4,
 .blockcontact h4 {
  font-size: 2.5em;
 }

 .titrenormal :is(h1, h2, h3, h4, h5) {
  font-size: 2em;
 }

 .CoteGauche :is(h1, h2, h3, h4, h5, h6) {
  text-transform: none !important;
  font-size: 1.5em !important;
  margin-top: 10px !important;
  margin-bottom: 5px;
 }

 span[style*="font-size: 28px"] {
  font-size: 24px !important;
 }

 .lePartage {
  flex-direction: column;
 }

 .fl-module-rich-text {
  padding: 0 15px;
 }

 .card__title {
  font-size: 1.2em;
 }

 .card__body {
  padding: 40px 12px 20px;
 }

 .titremini br {
  display: none;
 }

 .engagement {
  display: flex;
  justify-content: center;
  align-items: center;
 }
 .engagement p {
  font-size: 1em;
 }

 .hero h1 {
  padding-top: 10%;
 }

 .flex-fournisseur li p {
  line-height: 1.3em;
  font-size: 0.8em;
 }

 .flex-fournisseur strong {
  display: block;
 }

 /* IMAGES  */

 .presentationimgs {
  left: 0;
 }

 .presentationimgs2 li:first-child {
  transform: matrix(1, 0.03, -0.03, 1, 0, 0);
  width: 150px;
  height: 125px;
 }

 .presentationimgs2 li:last-child {
  transform: matrix(1, -0.07, 0.07, 1, 0, 0);
  width: 160px;
  height: 160px;
  right: 0;
  position: relative;
 }

 .bloc-titre-image {
  grid-template-columns: 1fr !important;
  gap: 15px;
  padding: 30px 15px 15px;
 }

 .titre-contenu h3 {
  font-size: 2.1rem;
 }

 .titre-contenu h3 .ligne2:after {
  display: none;
 }

 .titre-contenu p {
  font-size: 1.1rem;
  line-height: 1.2em;
  margin: 0;
  max-width: 100%;
 }

 .avantage {
  border-right: none;
 }

 .image-wrap img {
  width: 100%;
  height: 155px;
 }

 .bloc-contenu {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 10px;
  padding: 13px 15px 30px;
  justify-items: start;
 }

 /* FOOTER  */

 .main-footer {
  display: grid;
  grid-template-columns: 1fr !important;
  grid-template-areas: "logo" "nav" "reservation" "credits";
  padding: 30px 20px;
  gap: 10px 50px;
  max-width: 1200px;
  margin: auto;
 }

 .footer-nav {
  margin-left: 0;
 }

 .footer-logo ul li {
  width: auto;
 }

 .flexbas .container ul {
  padding: 10px 15px;
  flex-direction: column-reverse;
 }

 .gtdiv {
  position: fixed;
  top: 43px;
  right: 20%;
  z-index: 99;
  transition: all 0.4s ease 0.2s;
 }

 body:has(.navbar.stickback) .gtdiv {
  top: 48px;
 }

 .btn-produits {
  width: -webkit-fill-available;
 }

 .MobileBar a font {
  font-size: 0.91em;
 }

.fl-node-kia9rcs21o3h {
    position: relative;
    top: 0;
}

}
