@charset "UTF-8";
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../assets/fonts/quicksand-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../assets/fonts/quicksand-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.basic-shadow {
  box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 5px;
}

.small-interligne-1 {
  line-height: 1.2rem;
}

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

.bg-white {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 5px;
}

body {
  font-family: "Quicksand", sans-serif;
  font-size: 1.15rem;
  position: relative;
}

.title-font {
  font-family: "Quicksand", sans-serif;
  color: #004a80;
  font-weight: 500;
}

.title-font.reverse-title {
  color: #fefefe;
}

.big-top-padding {
  padding-top: 115px;
}

.medium-top-padding {
  padding-top: 70px;
}

.medium-bottom-padding {
  padding-bottom: 70px;
}

.medium-padding {
  padding-top: 70px;
}

body > section, body > footer {
  clear: both;
  padding: 50px 0 70px;
}

body.devis > section {
  padding-top: 35px;
}

body > footer,
body#body-blog-api > section {
  padding-top: 30px;
}

.card.card-blue {
  background-color: #071621;
  color: #efefef;
}

#navbar {
  transition: all 0.6s;
  -moz-transition: all 0.6;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6;
}
#navbar .nav-item .nav-link svg {
  margin-bottom: 0;
}

a.navbar-brand {
  margin-right: 0.6rem !important;
}

.bg-mynavbar {
  background: #eaeaea;
  border-bottom: 1px #696969 solid;
  box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 5px;
}

#cta-configurateur {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
}
#cta-configurateur img:hover {
  filter: brightness(75%);
}

/* ----------  lien icone pour fancy box  ---- */
a.fancy-camera:link, a.fancy-camera:visited, .blue-moyen {
  color: #0C5286;
}

a.fancy-camera:hover, a.fancy-camera:active {
  color: #d00;
}

blockquote {
  padding: 8px 2%;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 8px;
}
blockquote .blockquote-footer {
  color: black !important;
}

.gradient-1 {
  background: linear-gradient(-45deg, #eee 25%, #e6eaeb 0, #e6eaeb 50%, #eee 0, #eee 75%, #e6eaeb 0);
  /*background-size: 42.4264068871px 42.4264068871px;*/
  background-size: 45px 45px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
}

span.price-tag {
  font-family: "arial", sans-serif;
  font-weight: bold;
  color: #500;
}

.splash-prix {
  background-color: #fff;
  padding: 12px 3% 20px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 5px;
}
.splash-prix p.accroche {
  color: #b00;
}

.warning-font {
  color: red;
}

section.brochure {
  background: rgb(237, 237, 237);
  color: #0a283e;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
section.brochure .brochure-content {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  section.brochure .brochure-content {
    flex-wrap: wrap;
  }
}
section.brochure .brochure-content .brochure-link a {
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 6px;
  color: white;
}
section.brochure .brochure-content .brochure-link a:link, section.brochure .brochure-content .brochure-link a:visited {
  background-color: #0C5286;
}
section.brochure .brochure-content .brochure-link a:hover, section.brochure .brochure-content .brochure-link a:active {
  background-color: #071621;
}

.video-responsive-youtube-16-9-fls {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-responsive-youtube-16-9-fls iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

#body-home header#banner-wrapper {
  background-image: url(../assets/header-jean-charles-et-julien-nicot-small.webp);
  height: 100vh;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #body-home header#banner-wrapper {
    background-image: url(../assets/header-jean-charles-et-julien-nicot.webp);
  }
}
#body-home header#banner-wrapper #banner {
  height: 100vh;
}
#body-home header#banner-wrapper #banner #title-site {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0.5rem;
  padding: 0.3rem 1rem 0.6rem;
  margin-bottom: 45px;
}
@media screen and (max-width: 991px) {
  #body-home header#banner-wrapper #banner #title-site {
    Margin-bottom: 125px;
  }
}
#body-home header#banner-wrapper #banner #logo-header_title {
  width: 220px;
}
@media screen and (min-width: 992px) {
  #body-home header#banner-wrapper #banner #logo-header_title {
    width: 320px;
  }
}
#body-home #video-title {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #000000;
  color: white;
}
#body-home #video-fourgonlesite-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: black;
}
#body-home #video-fourgonlesite-wrapper #video-fourgonlesite-wrapper-inner {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}
@media (orientation: portrait) and (max-width: 600px) {
  #body-home #video-fourgonlesite-wrapper #video-fourgonlesite-wrapper-inner {
    max-width: 92%;
  }
}
#body-home #goeland-deux-modeles {
  background-color: #eee;
}
#body-home #goeland-deux-modeles #goeland-deux-modeles-grid-wrapper {
  display: grid;
}
@media screen and (max-width: 991px) {
  #body-home #goeland-deux-modeles #goeland-deux-modeles-grid-wrapper {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 992px) {
  #body-home #goeland-deux-modeles #goeland-deux-modeles-grid-wrapper {
    grid-template-columns: 1fr 1fr;
    row-gap: 35px;
  }
}
#body-home #panoramique-interieur-sm, #body-home #panoramique-interieur-md {
  position: relative;
}
#body-home #panoramique-interieur-sm #pano-text, #body-home #panoramique-interieur-md #pano-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  text-shadow: 2px 1px 3px #000;
  text-align: center;
}
#body-home #panoramique-interieur-lg {
  min-height: 100vh;
  background-color: #000;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#body-home #panoramique-interieur-lg .pano-big-text {
  text-shadow: 2px 1px 3px #000;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 1.5rem 2rem;
  text-align: center;
  font-size: 5.5rem;
  font-weight: bold;
  color: white;
  text-shadow: 2px 1px 3px #000;
}
#body-home #home-configurateur {
  background-color: rgb(32, 86, 100);
  color: white;
}
#body-home #home-configurateur__wrapper-images {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  #body-home #home-configurateur__wrapper-images {
    max-width: 600px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #body-home #home-configurateur__wrapper-images {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  #body-home #home-configurateur__wrapper-images {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
#body-home #home-configurateur__wrapper-images img {
  max-width: 100%;
}
#body-home #home-configurateur img#config-help-trigger:hover {
  cursor: pointer;
}
#body-home #accroche-premier-prix {
  background-color: #0a283e;
}
#body-home #accroche-premier-prix #starter-price {
  background-color: #0a283e;
  color: #E3ECEE;
  padding: 0.5rem 0 0;
}
#body-home #accroche-premier-prix #starter-price .price-tag-1 {
  display: inline-block;
  color: rgb(241, 218, 9);
  font-weight: bold;
}
#body-home #accroche-premier-prix #starter-price .price-tag-1 sup {
  font-size: 68%;
}

section#carousel-1 {
  background-color: #071621;
  padding: 15px 0;
  color: #fff;
}

.carousel-caption {
  text-shadow: 1px 1px 2px #000;
}

#occasions-frontpage {
  background-color: #0a283e;
}
#occasions-frontpage .occasions-front-page-grid {
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}
@media screen and (max-width: 499px) {
  #occasions-frontpage .occasions-front-page-grid {
    max-width: 300px;
  }
}
@media screen and (min-width: 500px) {
  #occasions-frontpage .occasions-front-page-grid {
    max-width: 95%;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}
#occasions-frontpage .occasions-front-page-grid__item {
  border: 3px solid #C5D2DE;
  position: relative;
}
#occasions-frontpage .occasions-front-page-grid__item a span.van-front-price {
  position: absolute;
  background-color: red;
  color: white;
  font-weight: bold;
  padding: 1px 10px;
  bottom: 8px;
  right: -10px;
}
#occasions-frontpage .occasions-front-page-grid__item a img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

#avantages-goeland {
  background-color: #C5D2DE;
}
#avantages-goeland #grid-avantages-goeland {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(350px, 100%), 1fr));
  gap: 18px;
}
#avantages-goeland #grid-avantages-goeland .avantages-goeland-item {
  background-color: white;
  padding: 10px 25px;
  border: 1px solid #aaa;
}
#avantages-goeland #grid-avantages-goeland .avantages-goeland-item img {
  border: 1px solid #aaa;
}
#avantages-goeland #grid-avantages-goeland .avantages-goeland-item__detail {
  padding-inline: 18px;
}

#blog-header-featured {
  transition: opacity 0.4s ease;
}

#blog-preview {
  padding: 2rem 0;
  background-color: #d0e0f0;
}

.blog-rest-loading {
  text-align: center;
  padding: 3rem;
  color: #0C5286;
  font-style: italic;
}

.blog-rest-error {
  text-align: center;
  padding: 3rem;
  color: #6c757d;
}
.blog-rest-error a {
  color: #0C5286;
}

.blog-rest-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.blog-rest-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.blog-rest-card__image {
  display: block;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.blog-rest-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
  border-bottom: 1px solid #ccc;
}
.blog-rest-card__image:hover img {
  transform: scale(1.05);
}
.blog-rest-card__content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.blog-rest-card__date {
  font-size: 0.8rem;
  color: #6c757d;
  margin-bottom: 0.5rem;
}
.blog-rest-card__title {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}
.blog-rest-card__title a {
  color: #071621;
  text-decoration: none;
}
.blog-rest-card__title a:hover {
  color: #0C5286;
}
.blog-rest-card__excerpt {
  font-size: 0.9rem;
  color: #555;
  flex-grow: 1;
}
.blog-rest-card__excerpt p {
  margin-bottom: 0;
}
.blog-rest-card__excerpt .more-link {
  display: none;
}

.blog-single-article {
  background-color: #fff;
}

.blog-single-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.blog-single-title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #071621;
}
@media (min-width: 768px) {
  .blog-single-title {
    font-size: 2.5rem;
  }
}

.blog-single-meta {
  color: #6c757d;
  font-size: 0.9rem;
}
.blog-single-meta time::after {
  content: " • ";
}

.blog-single-categories {
  margin-bottom: 1rem;
}

.blog-single-category {
  display: inline-block;
  background-color: #0C5286;
  color: #fff;
  padding: 0.25rem 0.75rem;
  border-radius: 3px;
  font-size: 0.8rem;
  margin-right: 0.5rem;
}

.blog-single-featured-image {
  max-width: 900px;
  margin: 0 auto 2rem;
}
.blog-single-featured-image img {
  border-radius: 8px;
  width: 100%;
  height: auto;
}

.blog-single-content {
  margin: 0 auto;
  line-height: 1.7;
  font-size: 1.05rem;
}

.blog-single-footer {
  max-width: 800px;
  margin: 0 auto;
}

.blog-single-nav {
  display: flex;
  gap: 1rem;
  border-top: 1px solid #dee2e6;
  padding-top: 1rem;
}
.blog-single-nav-prev, .blog-single-nav-next {
  flex: 1;
}
.blog-single-nav-next {
  text-align: right;
}
.blog-single-nav-link {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  text-decoration: none;
  color: #071621;
}
.blog-single-nav-link:hover {
  color: #0C5286;
}
.blog-single-nav-label {
  font-size: 0.8rem;
  color: #6c757d;
}
.blog-single-nav-title {
  font-weight: 600;
  line-height: 1.3;
}

.blog-single-error {
  text-align: center;
  padding: 3rem;
  color: #6c757d;
}

#lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
#lightbox-overlay.active {
  opacity: 1;
  pointer-events: auto;
}
#lightbox-overlay #lightbox-img {
  max-width: 100%;
  max-height: 85vh;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
#lightbox-overlay.active #lightbox-img {
  transform: scale(1);
}
#lightbox-overlay #lightbox-caption {
  color: #f1f1f1;
  font-size: 1rem;
  margin-top: 1rem;
  text-align: center;
  max-width: 700px;
}
#lightbox-overlay #lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  background: none;
  border: none;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s;
}
#lightbox-overlay #lightbox-close:hover {
  opacity: 1;
}

.blog-single-content {
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--font-size--xx-large: 96px;
}
.blog-single-content .has-small-font-size {
  font-size: var(--wp--preset--font-size--small);
}
.blog-single-content .has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium);
}
.blog-single-content .has-large-font-size {
  font-size: var(--wp--preset--font-size--large);
}
.blog-single-content .has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large);
}
.blog-single-content .has-xx-large-font-size {
  font-size: var(--wp--preset--font-size--xx-large);
}
.blog-single-content {
  --wp--preset--font-family--quicksand: 'Quicksand', sans-serif;
}
.blog-single-content .has-quicksand-font-family {
  font-family: var(--wp--preset--font-family--quicksand);
}
.blog-single-content {
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange:#ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
}
.blog-single-content .has-black-border-color {
  border-color: var(--wp--preset--color--black);
}
.blog-single-content .has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray);
}
.blog-single-content .has-white-border-color {
  border-color: var(--wp--preset--color--white);
}
.blog-single-content .has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink);
}
.blog-single-content .has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red);
}
.blog-single-content .has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange);
}
.blog-single-content .has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber);
}
.blog-single-content .has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan);
}
.blog-single-content .has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan);
}
.blog-single-content .has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue);
}
.blog-single-content .has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue);
}
.blog-single-content .has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple);
}
.blog-single-content .has-black-background-color {
  background-color: var(--wp--preset--color--black);
}
.blog-single-content .has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray);
}
.blog-single-content .has-white-background-color {
  background-color: var(--wp--preset--color--white);
}
.blog-single-content .has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink);
}
.blog-single-content .has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red);
}
.blog-single-content .has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange);
}
.blog-single-content .has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber);
}
.blog-single-content .has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan);
}
.blog-single-content .has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan);
}
.blog-single-content .has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue);
}
.blog-single-content .has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue);
}
.blog-single-content .has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple);
}
.blog-single-content .has-black-color {
  color: var(--wp--preset--color--black);
}
.blog-single-content .has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray);
}
.blog-single-content .has-white-color {
  color: var(--wp--preset--color--white);
}
.blog-single-content .has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink);
}
.blog-single-content .has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red);
}
.blog-single-content .has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange);
}
.blog-single-content .has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber);
}
.blog-single-content .has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan);
}
.blog-single-content .has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan);
}
.blog-single-content .has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue);
}
.blog-single-content .has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue);
}
.blog-single-content .has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple);
}
.blog-single-content {
  --wp--preset--color--bleu-pale: #C5D2DE;
  --wp--preset--color--bleu-clair: #92b8dd;
  --wp--preset--color--bleu-moyen: #185683;
  --wp--preset--color--bleu-profond: #0C5286;
  --wp--preset--color--bleu-sombre: #0a283e;
  --wp--preset--color--bleu-nuit: #071621;
  --wp--preset--color--rouge-intense: #cf2e2e;
}
.blog-single-content .has-bleu-pale-border-color {
  border-color: var(--wp--preset--color--bleu-pale);
}
.blog-single-content .has-bleu-clair-border-color {
  border-color: var(--wp--preset--color--bleu-clair);
}
.blog-single-content .has-bleu-moyen-border-color {
  border-color: var(--wp--preset--color--bleu-moyen);
}
.blog-single-content .has-bleu-profond-border-color {
  border-color: var(--wp--preset--color--bleu-profond);
}
.blog-single-content .has-bleu-sombre-border-color {
  border-color: var(--wp--preset--color--bleu-sombre);
}
.blog-single-content .has-bleu-nuit-border-color {
  border-color: var(--wp--preset--color--bleu-nuit);
}
.blog-single-content .has-rouge-intense-border-color {
  border-color: var(--wp--preset--color--rouge-intense);
}
.blog-single-content .has-bleu-pale-background-color {
  background-color: var(--wp--preset--color--bleu-pale);
}
.blog-single-content .has-bleu-clair-background-color {
  background-color: var(--wp--preset--color--bleu-clair);
}
.blog-single-content .has-bleu-moyen-background-color {
  background-color: var(--wp--preset--color--bleu-moyen);
}
.blog-single-content .has-bleu-profond-background-color {
  background-color: var(--wp--preset--color--bleu-profond);
}
.blog-single-content .has-bleu-sombre-background-color {
  background-color: var(--wp--preset--color--bleu-sombre);
}
.blog-single-content .has-bleu-nuit-background-color {
  background-color: var(--wp--preset--color--bleu-nuit);
}
.blog-single-content .has-rouge-intense-background-color {
  background-color: var(--wp--preset--color--rouge-intense);
}
.blog-single-content .has-bleu-pale-color {
  color: var(--wp--preset--color--bleu-pale);
}
.blog-single-content .has-bleu-clair-color {
  color: var(--wp--preset--color--bleu-clair);
}
.blog-single-content .has-bleu-moyen-color {
  color: var(--wp--preset--color--bleu-moyen);
}
.blog-single-content .has-bleu-profond-color {
  color: var(--wp--preset--color--bleu-profond);
}
.blog-single-content .has-bleu-sombre-color {
  color: var(--wp--preset--color--bleu-sombre);
}
.blog-single-content .has-bleu-nuit-color {
  color: var(--wp--preset--color--bleu-nuit);
}
.blog-single-content .has-rouge-intense-color {
  color: var(--wp--preset--color--rouge-intense);
}
.blog-single-content .alignfull {
  width: 100vw;
  max-width: none;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-inline: 1.5rem;
}
.blog-single-content .alignwide {
  max-width: 100%;
}
.blog-single-content .is-layout-constrained > :not(.alignwide):not(.alignfull), .blog-single-content.is-layout-constrained > :not(.alignwide):not(.alignfull) {
  max-width: var(--wp--custom--content-size, 620px);
  margin-left: auto;
  margin-right: auto;
}
.blog-single-content .is-layout-constrained > .alignwide, .blog-single-content.is-layout-constrained > .alignwide {
  max-width: var(--wp--custom--wide-size, 950px);
  margin-left: auto;
  margin-right: auto;
}
.blog-single-content .is-layout-constrained > .alignfull, .blog-single-content.is-layout-constrained > .alignfull {
  max-width: none;
}
.blog-single-content .content-1600.is-layout-constrained > :not(.alignleft):not(.alignright):not(.alignfull) {
  max-width: 1600px;
}
.blog-single-content .is-layout-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
  gap: 1.5rem;
}
.blog-single-content .is-layout-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.blog-single-content .is-layout-flex.is-nowrap {
  flex-wrap: nowrap !important;
}
.blog-single-content .is-layout-flex.is-vertical {
  flex-direction: column;
  justify-content: center;
}
.blog-single-content .is-layout-flex.is-vertical > * {
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .blog-single-content .is-layout-flex {
    flex-direction: column;
  }
  .blog-single-content .is-layout-flex.is-nowrap {
    flex-direction: row;
    overflow-x: auto;
  }
}
.blog-single-content .is-layout-flex > * {
  flex: 1;
  min-width: 0;
}
.blog-single-content .wp-block-embed {
  width: 100% !important;
  max-width: 100%;
}
.blog-single-content .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
}
.blog-single-content .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.blog-single-content .wp-block-embed__wrapper iframe,
.blog-single-content .wp-block-embed__wrapper embed,
.blog-single-content .wp-block-embed__wrapper object,
.blog-single-content .wp-block-embed__wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}
.blog-single-content .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
}
.blog-single-content .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%;
}
.blog-single-content .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-top: 100%;
}
.blog-single-content .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper::before {
  padding-top: 177.78%;
}
.blog-single-content .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  padding-top: 200%;
}
.blog-single-content figure.wp-block-image {
  margin-bottom: 0;
}
.blog-single-content .wp-block-gallery.has-nested-images {
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 0.5rem !important;
  align-items: flex-start;
}
.blog-single-content .wp-block-gallery.has-nested-images figure.wp-block-image {
  flex-grow: 1;
  flex-basis: calc(33.33% - 0.5rem);
  min-width: min(180px, 100%);
  margin: 0;
}
.blog-single-content .wp-block-gallery.has-nested-images figure.wp-block-image img {
  width: 100%;
  display: block;
}
.blog-single-content .wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image {
  flex-basis: 100%;
}
.blog-single-content .wp-block-gallery.has-nested-images.columns-2 figure.wp-block-image {
  flex-basis: calc(50% - 0.5rem);
}
.blog-single-content .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image {
  flex-basis: calc(33.33% - 0.5rem);
}
.blog-single-content .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image {
  flex-basis: calc(25% - 0.5rem);
}
.blog-single-content .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image {
  flex-basis: calc(20% - 0.5rem);
}
.blog-single-content .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image {
  flex-basis: calc(16.66% - 0.5rem);
}
.blog-single-content .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image {
  flex-basis: calc(14.28% - 0.5rem);
}
.blog-single-content .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image {
  flex-basis: calc(12.5% - 0.5rem);
}

.vans-dispo {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 3px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
}
.vans-dispo--1 {
  background-color: #0C5286;
}
.vans-dispo--2 {
  background-color: #6c757d;
}
.vans-dispo--3 {
  background-color: rgb(7.8082191781, 53.3561643836, 87.1917808219);
}

#occasions-frontpage {
  background-color: #0a283e;
  padding: 2rem 0;
}

.vans-preview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(160px, 100%), 1fr));
  gap: 0.75rem;
}
.vans-preview-grid__item {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  aspect-ratio: 4/3;
}
.vans-preview-grid__item a {
  display: block;
  height: 100%;
}
.vans-preview-grid__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.vans-preview-grid__item:hover img {
  transform: scale(1.05);
}
.vans-preview-grid__info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.5rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.vans-preview-grid__dispo {
  font-size: 0.75rem;
}
.vans-preview-grid__price {
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
}

.vans-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.vans-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.vans-card__image {
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.vans-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.vans-card__image:hover img {
  transform: scale(1.05);
}
.vans-card__content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.vans-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}
.vans-card__price {
  font-weight: 700;
  color: #071621;
  font-size: 1.1rem;
}
.vans-card__title {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.vans-card__title a {
  color: #071621;
  text-decoration: none;
}
.vans-card__title a:hover {
  color: #0C5286;
}
.vans-card__model {
  font-size: 0.9rem;
  color: #0C5286;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.vans-card__maker {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 0.5rem;
}
.vans-card__short-desc {
  font-size: 0.85rem;
  color: #555;
  flex-grow: 1;
}
.vans-card__short-desc p {
  margin-bottom: 0;
}

.van-single {
  background-color: #fff;
}
.van-single__header {
  max-width: 800px;
  margin: 0 auto;
}
.van-single__badges {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.van-single__price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #071621;
}
.van-single__title {
  font-size: 2rem;
  color: #071621;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .van-single__title {
    font-size: 2.5rem;
  }
}
.van-single__model {
  font-size: 1.1rem;
  color: #0C5286;
  font-weight: 600;
}
.van-single__meta-row {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}
.van-single__meta-label {
  color: #6c757d;
  min-width: 80px;
}
.van-single__meta-value {
  font-weight: 600;
  color: #071621;
}
.van-single__short-desc {
  font-size: 0.9rem;
  color: #555;
  border-left: 3px solid #92b8dd;
  padding-left: 0.75rem;
  margin-bottom: 1rem;
}
.van-single__short-desc p {
  margin-bottom: 0;
}
.van-single__desc {
  border-top: 1px solid #dee2e6;
  padding-top: 1.5rem;
}
.van-single__desc-title {
  font-size: 1.2rem;
  color: #071621;
  margin-bottom: 1rem;
}
.van-single__content {
  border-top: 1px solid #dee2e6;
  padding-top: 1.5rem;
}
.van-single__footer {
  max-width: 800px;
  margin: 0 auto;
}

#body-composition header#introduction {
  background-image: url(../assets/seamless-tools.gif);
  border-bottom: 2px #bbb solid;
}

section#composition,
section#isolation {
  background-color: #E3E4E4;
}

.table-big-border {
  border: 3px solid #999;
}

.ev-detail-grid {
  margin-top: 35px;
  margin-bottom: 25px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(280px, 100%), 1fr));
  gap: 15px;
}
.ev-detail-grid > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  box-shadow: rgba(149, 157, 165, 0.34) 0px 8px 24px;
}
.ev-detail-grid > div a {
  display: block;
}
.ev-detail-grid > div img {
  max-width: 100%;
  margin-bottom: 30px;
}

section .card-side-amenagement {
  background-color: #E3ECEE;
}

#body-options header#introduction {
  background-image: url(../assets/seamless-tools.gif);
  border-bottom: 2px #bbb solid;
}

.section-options-van {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .section-options-van {
    grid-template-columns: 7fr 5fr;
    gap: 50px 0px;
  }
}
@media screen and (min-width: 1200px) {
  .section-options-van {
    grid-template-columns: 8fr 4fr;
    gap: 50px 0px;
  }
}
.section-options-van > div {
  background-color: rgb(250, 250, 255);
  padding: 1.2rem;
}
.section-options-van > div .caption-image-option-van {
  background-color: #000;
  color: #fff;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
}
.section-options-van > :nth-child(2n+1) {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  border: 1px solid #555;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .section-options-van > :nth-child(2n+1) {
    margin-top: 0px;
    border: 1px solid #555;
    border-right: none;
  }
}
.section-options-van > :nth-child(2n+1) .cout-option-van {
  background-color: #92b8dd;
  padding: 0.25rem 0.8rem 0.6rem;
  border-radius: 8px;
  margin-top: auto;
}
.section-options-van > :nth-child(2n+1) .cout-option-van .cout-option-title {
  color: #0a283e;
  font-weight: 600;
}
.section-options-van > :nth-child(2n+1) .cout-option-van .cout-option-detail {
  display: grid;
  grid-template-columns: 10fr 2fr;
  gap: 4px;
}
.section-options-van > :nth-child(2n+1) .cout-option-van .cout-option-detail > span {
  background-color: #f6f3f3;
  padding: 0.45rem 0.6rem;
}
.section-options-van > :nth-child(2n+1) .cout-option-van .cout-option-detail .cout-option-prix {
  font-weight: 700;
  color: #0C5286;
}
.section-options-van > :nth-child(2n) {
  border: 1px solid #555;
  border-top: none;
}
@media screen and (min-width: 768px) {
  .section-options-van > :nth-child(2n) {
    margin-top: 0px;
    border: 1px solid #555;
    border-left: none;
  }
}

#body-vie-a-bord #introduction {
  background-image: url(../assets/fond-vie-a-bord.jpg);
}
#body-vie-a-bord #sommaire ul {
  list-style-type: none;
  padding-left: 0;
}
#body-vie-a-bord #sommaire ul li {
  float: left;
  margin-bottom: 18px;
}
#body-vie-a-bord #sommaire ul li:not(:last-of-type) {
  margin-right: 12px;
}
#body-vie-a-bord #banquette-bureau, #body-vie-a-bord #pack-offert, #body-vie-a-bord #planche-decoupe, #body-vie-a-bord #pouf-multi {
  background-color: #E4F0DF;
}

/**
 * Custom Alert Modal Styles
 * Design moderne et responsive
 */
/* Overlay (fond sombre) */
.custom-alert-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.83);
  /*backdrop-filter: blur(3px);*/
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.custom-alert-overlay.custom-alert-show {
  opacity: 1;
}

.custom-alert-overlay.custom-alert-hide {
  opacity: 0;
}

/* Modal principale */
.custom-alert-modal {
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  max-width: 950px;
  width: 90%;
  max-height: 90vh;
  padding: 0;
  transform: scale(0.9) translateY(-20px);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.custom-alert-show .custom-alert-modal {
  transform: scale(1) translateY(0);
}

.custom-alert-hide .custom-alert-modal {
  transform: scale(0.9) translateY(-20px);
}

/* Header */
.custom-alert-header {
  padding: 25px 30px 20px;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
}

.custom-alert-icon {
  font-size: 32px;
  line-height: 1;
  flex-shrink: 0;
}

.custom-alert-icon svg {
  width: 32px;
  height: 32px;
  display: block;
}

.custom-alert-title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

/* Types d'alertes */
.custom-alert-info .custom-alert-icon {
  color: #2196F3;
}

.custom-alert-warning .custom-alert-icon {
  color: #FF9800;
}

.custom-alert-error .custom-alert-icon {
  color: #F44336;
}

.custom-alert-success .custom-alert-icon {
  color: #4CAF50;
}

/* Body */
.custom-alert-body {
  padding: 25px 30px;
  overflow-y: auto;
  flex: 1;
}

.custom-alert-body p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

/* Footer */
.custom-alert-footer {
  padding: 20px 30px;
  border-top: 1px solid #e0e0e0;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-shrink: 0;
}

/* Bouton */
.custom-alert-btn {
  padding: 10px 24px;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
}

.custom-alert-confirm {
  background-color: #4CAF50;
  color: white;
}

.custom-alert-confirm:hover {
  background-color: #45a049;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}

.custom-alert-confirm:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(76, 175, 80, 0.3);
}

.custom-alert-confirm:focus {
  box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.3);
}

/* Bouton Annuler */
.custom-alert-cancel {
  background-color: #e0e0e0;
  color: #555;
}

.custom-alert-cancel:hover {
  background-color: #d0d0d0;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.custom-alert-cancel:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.custom-alert-cancel:focus {
  box-shadow: 0 0 0 3px rgba(158, 158, 158, 0.3);
}

/* Variantes de boutons selon le type */
.custom-alert-warning .custom-alert-confirm {
  background-color: #FF9800;
}

.custom-alert-warning .custom-alert-confirm:hover {
  background-color: #f57c00;
  box-shadow: 0 4px 12px rgba(255, 152, 0, 0.3);
}

.custom-alert-error .custom-alert-confirm {
  background-color: #F44336;
}

.custom-alert-error .custom-alert-confirm:hover {
  background-color: #e53935;
  box-shadow: 0 4px 12px rgba(244, 67, 54, 0.3);
}

.custom-alert-info .custom-alert-confirm {
  background-color: #2196F3;
}

.custom-alert-info .custom-alert-confirm:hover {
  background-color: #1976D2;
  box-shadow: 0 4px 12px rgba(33, 150, 243, 0.3);
}

/* Responsive */
@media (max-width: 600px) {
  .custom-alert-modal {
    width: 95%;
    max-width: none;
  }
  .custom-alert-header,
  .custom-alert-body,
  .custom-alert-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .custom-alert-title {
    font-size: 18px;
  }
  .custom-alert-body p {
    font-size: 14px;
  }
  .custom-alert-icon {
    font-size: 28px;
  }
  .custom-alert-icon svg {
    width: 28px;
    height: 28px;
  }
}
/* Accessibilité - réduction des mouvements */
@media (prefers-reduced-motion: reduce) {
  .custom-alert-overlay,
  .custom-alert-modal,
  .custom-alert-btn {
    transition: none;
  }
  .custom-alert-overlay.custom-alert-show .custom-alert-modal {
    transform: none;
  }
}
/* Spinner pour chargement de contenu externe */
.custom-alert-spinner {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #0b5791;
  border-radius: 50%;
  animation: custom-alert-spin 1s linear infinite;
}

@keyframes custom-alert-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.tarif-options-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
}
@media (min-width: 768px) {
  .tarif-options-grid {
    gap: 25px;
  }
}
.tarif-options-grid__cell {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 14px;
  border: 1px solid #bbb;
  border-radius: 12px;
}
.tarif-options-grid__cell.court {
  background-color: #C5D2DE;
}
.tarif-options-grid__cell.long {
  background-color: #92b8dd;
}

/**
 * Icons CSS - Styles pour les icônes SVG inline
 * Evasion 2026
 */
.gibi-icon,
.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentColor;
}

.gibi-icon {
  width: 1em;
  height: 1em;
}

/* Tailles - !important nécessaire pour surcharger les attributs HTML width/height */
.gibi-icon.gibi-icon-lg {
  width: 1.33em !important;
  height: 1.33em !important;
}

.gibi-icon.gibi-icon-2x {
  width: 2em !important;
  height: 2em !important;
}

.gibi-icon.gibi-icon-3x {
  width: 3em !important;
  height: 3em !important;
}

/* Animation spinner */
.gibi-icon-spin {
  animation: gibi-icon-spin 1s linear infinite;
}

@keyframes gibi-icon-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
body#contact header#introduction {
  background-color: #222;
  color: #fff;
}

.border-map {
  border: 2px solid #999;
  border-radius: 13px !important;
}

section#contact-form textarea, section#contact-form input:not(#send) {
  background-color: #fafafa;
  border: 1px solid #aaa;
}
section#contact-form #contact-ev24 .warning {
  background-color: #900;
  color: #eee;
  font-weight: bold;
  padding: 3px 15px;
}
section#contact-form .g-recaptcha {
  float: right;
}

@media (max-width: 750px) {
  section#contact-form #recaptcha_widget_div {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
}
section#map {
  background-color: #F2F7F9;
}
section#map #carte-leaflet {
  height: 600px;
  border-radius: 13px;
  border: 2px solid #999;
}

#mentions-legales #publisher p {
  margin-bottom: 3px;
}

#footer-back-link {
  background-color: #333;
  color: #fff;
}

#footer-back-link a:link, #footer-back-link a:visited {
  color: #fff;
}

#footer-back-link a:hover, #footer-back-link a:active {
  text-decoration: none;
  color: #E7C529;
}

footer#main-footer {
  color: #fff;
  background-color: #222222;
}
footer#main-footer #footer-menu {
  padding-bottom: 25px;
  border-bottom: 1px solid #555;
}
footer#main-footer #footer-menu a {
  margin: 0 20px;
  text-decoration: none;
}
footer#main-footer #footer-menu a:link, footer#main-footer #footer-menu a:visited {
  color: #fff;
}
footer#main-footer #footer-menu a:hover, footer#main-footer #footer-menu a:active {
  color: #E7C529;
}
footer#main-footer #address-block p {
  margin-bottom: 0;
  font-size: 0.85rem;
}
footer#main-footer #address-block hr {
  margin: 0.3rem 0;
  border-top: 1px solid #555;
}
footer#main-footer .reseau {
  font-size: 0.95rem;
}
footer#main-footer .gibi-link {
  color: inherit;
}
footer#main-footer .gibi-link:hover {
  font-weight: bold;
}

@media (max-width: 500px) {
  #footer-menu a {
    margin: 25px 20px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /*
     Votre CSS pour IE versions 10, 11 et Edge
  */
  section#feature {
    background-color: #CAF8EA;
  }
  .card {
    flex: 1 0 100%;
  }
  img {
    flex-shrink: 0;
  }
}/*# sourceMappingURL=style.css.map */