@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Quicksand:300,400,700");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700&display=swap");
.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: "Roboto", sans-serif;
  color: #004a80;
  font-weight: 300;
}

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

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

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

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

body > footer {
  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: 5px;
}

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;
}

/* Menu général droit  */
#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: #333;
  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-frontage {
  background-color: #0a283e;
}
#occasions-frontage .occasions-front-page-grid {
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}
@media screen and (max-width: 499px) {
  #occasions-frontage .occasions-front-page-grid {
    max-width: 300px;
  }
}
@media screen and (min-width: 500px) {
  #occasions-frontage .occasions-front-page-grid {
    max-width: 95%;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}
#occasions-frontage .occasions-front-page-grid__item {
  border: 3px solid #C5D2DE;
  position: relative;
}
#occasions-frontage .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-frontage .occasions-front-page-grid__item a img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

#blog-home-2024 {
  background-color: #071621;
  padding: 50px 20px 100px;
}
#blog-home-2024 #home-news-grid {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 600px) {
  #blog-home-2024 #home-news-grid {
    max-width: 340px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1399px) {
  #blog-home-2024 #home-news-grid {
    max-width: 740px;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1400px) {
  #blog-home-2024 #home-news-grid {
    max-width: 1400px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
#blog-home-2024 #home-news-grid .home-news-grid__elem {
  display: flex;
  flex-direction: column;
  background-color: azure;
}
#blog-home-2024 #home-news-grid .home-news-grid__elem--meta {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 5px 15px 10px;
  text-align: center;
}
#blog-home-2024 #home-news-grid .home-news-grid__elem--meta .blog-publication-date {
  font-size: 0.95rem;
}
#blog-home-2024 #home-news-grid .home-news-grid__elem--meta h2 > a {
  font-size: 1.2rem;
}
#blog-home-2024 #home-news-grid .home-news-grid__elem--meta a {
  text-decoration: none;
  font-size: 0.9rem;
}

#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;
}

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

#body-options header#introduction {
  background-image: url(../assets/fond-options.jpg);
  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) #banquette-bureau-mobile {
  width: 90%;
  margin-left: auto !important;
  margin-right: auto !important;
  background-color: #F2F1E8;
  border: 1px solid #c8c8c8;
  border-radius: 10px;
  padding: 15px;
  margin: 15px;
}
.section-options-van > :nth-child(2n+1) #bureau-mobile-detail {
  display: 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;
  }
}

#banquette-bureau-mobile {
  width: 90%;
  margin-left: auto !important;
  margin-right: auto !important;
  background-color: #F2F1E8;
  border: 1px solid #c8c8c8;
  border-radius: 10px;
  padding: 15px;
  margin: 15px;
}

#bureau-mobile-detail {
  display: none;
}

@media screen and (max-width: 600px) {
  #tarif-renault .table-renault td:not(:last-of-type) {
    font-size: 0.95rem;
  }
}

#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;
}

/* règles à vérifier
#info-first-step à enlever
#info-first-step2 remplacer par #info-first-step
*/
#accueil-simulation .container {
  transition: max-width 0.35s ease-out;
}

#accueil-simulation .container.reduced {
  max-width: 1140px;
  transition: max-width 0.35s ease-out;
}

#help-content {
  display: none;
  background-color: #eee;
}

.help-step-img {
  max-width: 100px;
}

.help-step-desc > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#bloc-renault,
#options-fourgon-renault,
#bloc-fourgon-perso,
#bloc-goeland,
#validation-zone,
#download-title,
#bloc-instruction-links,
#loader-gif {
  display: none;
}

#starter-selector {
  min-height: 500px;
}

.lh-pill {
  border: 1px solid #c0c5c6;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 18px;
}

.cumul-grand-total {
  background-color: #000;
  color: #24bf14;
  font-weight: bold;
  padding: 6px 12px 5px;
  border-radius: 5px;
}

#recap {
  background-color: #e2e8ec;
  border-right: 1px solid #aaa;
  width: 100%;
  max-width: 380px;
  position: fixed;
  height: 100vh;
  overflow: auto;
  top: 0px;
  z-index: 9999;
  left: -500px;
  transition: left 0.35s;
}

#preview-other-renault {
  list-style-type: none;
  padding-left: 0;
}

#preview-porteur-renault p,
#preview-other-renault p,
#preview-other-goeland p,
#preview-multi-renault p,
#preview-multi-goeland p,
#preview-amenagement p {
  font-size: 14px;
  border: 1px #aaa solid;
  border-radius: 4px;
  margin-bottom: 1px;
  padding: 3px 6px;
}

#preview-porteur-renault p,
#preview-other-renault p,
#preview-multi-renault p {
  background-color: rgba(203, 244, 198, 0.5);
}

#preview-other-goeland p,
#preview-multi-goeland p,
#preview-amenagement p {
  background-color: rgba(234, 231, 148, 0.603);
}

#teaser-options-renault {
  font-size: 1.35rem;
  background-color: rgb(191, 212, 212);
  padding: 20px 35px;
  margin-bottom: 35px;
}

#intro-trafic-2024 {
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 20px;
  border-bottom: 2px solid #ccc;
}

#recall-size {
  font-weight: bold;
  color: #900;
}

.info-step {
  display: grid;
  justify-items: center;
  align-items: center;
  background-color: #e2e8ec;
  border: 1px solid rgb(110, 120, 128);
  border-radius: 12px;
  padding: 25px 1rem;
}

#info-first-step, #info-second-step, #info-third-step, #info-fourth-step {
  grid-template-columns: 1fr;
}

.info-step .first {
  width: 60%;
  padding: 0.5rem;
  margin-bottom: 20px;
}

#info-first-step .first div {
  text-align: center;
  color: #004a80;
  margin-top: 0.8rem;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: bold;
}

#info-first-step .second, #info-first-step .third {
  width: 85%;
  padding: 0.5rem;
}

#info-first-step .second a, #info-first-step .third a {
  border-radius: 10px;
  display: block;
}

#info-first-step .second a:link, #info-first-step .third a:link,
#info-first-step .second a:visited, #info-first-step .third a:visited,
.btn-goeland-blue {
  background-color: #166db9;
}

#info-first-step .second a:hover, #info-first-step .third a:hover,
#info-first-step .second a:active, #info-first-step .third a:active,
.btn-goeland-blue:hover {
  background-color: #09518c;
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
  #info-first-step {
    grid-template-columns: 1fr 1fr;
  }
  #info-first-step .first {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media screen and (min-width: 1400px) {
  #info-first-step {
    grid-template-columns: 25% 1fr 1fr;
  }
  .info-step-fourgon-client {
    grid-template-columns: 35% 1fr;
  }
}
@media screen and (min-width: 1400px) {
  #info-first-step2, #info-second-step, #info-third-step, #info-fourth-step, #info-fifth-step {
    grid-template-columns: 25% 1fr;
  }
}
#btn-choix-fourgon-renault, #btn-choix-fourgon-perso {
  white-space: normal;
  font-size: 1.5rem;
  font-weight: bold;
}

#form-create-pdf {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-template-rows: repeat(6, 56px);
}
#form-create-pdf .label-config {
  text-align: right;
  margin-right: 8px;
}
@media screen and (max-width: 750px) {
  #form-create-pdf .label-config {
    text-align: left;
    margin-right: 0;
    margin-bottom: 5px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 750px) {
  #form-create-pdf {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
#form-create-pdf label {
  position: relative;
  font-weight: 600;
  top: 7px;
}

.link-pdf-simul {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  border: 1px solid #ccc;
  margin-top: 20px;
}
.link-pdf-simul .rls-1 {
  width: 120px;
}
@media screen and (max-width: 1000px) {
  .link-pdf-simul .rls-1 {
    margin-top: 10px;
    width: 100%;
  }
}
.link-pdf-simul .rls-2 {
  flex-grow: 1;
}
.link-pdf-simul .rls-3 {
  width: 150px;
  margin-left: auto;
}

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

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-google {
  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;
}

@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 */