@charset "utf-8";
/*imports*/
@import url(reset.css);
@import "/fontawesome/css/fontawesome.min.css";
@import "/fontawesome/css/brands.min.css";
@import "/fontawesome/css/solid.min.css";
@import url(animations.css);
/*variables*/
@font-face {
  font-family: 'nouvelrbold';
  src: url('/font/nouvelrbold-webfont.woff2') format('woff2'), url('/font/nouvelrbold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'nouvelrregular';
  src: url('/font/nouvelrregular-webfont.woff2') format('woff2'), url('/font/nouvelrregular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'dacia_blockbold';
  src: url('/font/dacia_block_bold-webfont.woff2') format('woff2'), url('/font/dacia_block_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'dacia_blockregular';
  src: url('/font/dacia_block-webfont.woff2') format('woff2'), url('/font/dacia_block-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/*mixins*/
/*styles*/
body {
  -webkit-tap-highlight-color: transparent;
}
html,
body {
  height: 100%;
  background: #fff;
}
html {
  /*GLOBAL*/
  font-family: "nouvelrregular", sans-serif;
  font-weight: normal;
  font-size: 1em;
  color: #000;
  background: #fff;
  overflow-x: hidden;
  /*FORMULAIRES*/
}
html .mobile {
  display: none;
}
html .center {
  position: relative;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html a {
  color: #000;
  text-decoration: underline;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  outline-style: none !important;
}
html a:hover {
  color: #E7D800;
  text-decoration: none;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html a.button {
  padding: 0;
  border: 0;
  font-size: 1em;
  color: #fff;
  padding: 10px;
  text-decoration: none;
  background: #000;
  cursor: pointer;
  font-family: "nouvelrregular", sans-serif;
  font-weight: normal;
}
html a.button:hover {
  color: #000;
  background: #fff;
}
html em {
  font-style: italic;
}
html .lightbox {
  display: none;
}
html input:focus,
html select:focus,
html textarea:focus {
  outline-style: none !important;
}
html .featherlight-content {
  width: 450px;
  max-width: 96%;
  margin: 0px !important;
  padding: 10px !important;
  color: #000;
  background: #fff !important;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
html .featherlight-content p {
  padding: 20px;
  color: #000;
  line-height: 1.4em;
}
html .featherlight-content #popup .bloc {
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 1.4em;
  text-align: center;
  margin-top: 20px;
}
html .featherlight-content #popup .bloc p {
  padding: 0;
}
html .featherlight-content #popup .succes i {
  color: #000;
}
html .featherlight-content #popup .echec i {
  color: #e73233;
}
html .featherlight-content .featherlight-close {
  color: #000;
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html .titre {
  font-family: "nouvelrbold", sans-serif;
  font-weight: normal;
}
html #promo-content {
  width: 800px;
  background-color: #fff;
  /* Fond sombre pour plus de contraste */
  color: #000;
  /* Couleur du texte en blanc */
  padding: 0px;
  /* Espacement à l'intérieur de la popup */
  border-radius: 0px;
  /* Bordures arrondies */
  -webkit-box-shadow: 0px 0px 20px #333333;
  -moz-box-shadow: 0px 0px 20px #333333;
  box-shadow: 0px 0px 20px #333333;
  /* Ombre pour donner du relief */
  text-align: center;
  /* Centrer le contenu */
}
html #promo-content .left {
  position: relative;
  overflow: hidden;
  float: left;
  width: 50%;
  height: 300px;
  background: #007eff;
}
html #promo-content .right {
  display: flex;
  align-items: center;
  /* Centre verticalement le contenu */
  justify-content: center;
  /* Centre horizontalement le contenu */
  flex-direction: column;
  float: right;
  width: 50%;
  height: 300px;
  text-align: center;
  background: #fff;
}
html #promo-content .right p {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  width: 100%;
  font-family: "nouvelrregular", sans-serif;
  font-weight: normal;
  line-height: 1.4em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #promo-content .right p b {
  font-family: "nouvelrbold", sans-serif;
  font-weight: normal;
}
html #promo-content .right .promo-button {
  display: inline-block;
  margin-top: 20px;
  padding: 15px;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-family: "nouvelrbold", sans-serif;
  font-weight: normal;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  animation: animationFrames linear 1s;
  animation-iteration-count: 4;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 1s;
  -webkit-animation-iteration-count: 4;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 1s;
  -moz-animation-iteration-count: 4;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 1s;
  -o-animation-iteration-count: 4;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 1s;
  -ms-animation-iteration-count: 4;
  -ms-transform-origin: 50% 50%;
}
html #promo-content .right .promo-button:hover {
  background-color: #E7D800;
  color: #000;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  transform: translateY(-3px);
}
html #promo-content .right .promo-button:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
html #promo-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Couvre entièrement le div */
  object-position: center;
  /* Centre l'image à l'intérieur du div */
}
html .promo-popup img {
  max-width: 100%;
  height: auto;
}
html header {
  position: fixed;
  z-index: 90000;
  top: 0;
  left: 0;
  float: left;
  width: 100%;
  height: 140px;
  color: #fff;
  background: #000;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html header .logo {
  float: left;
  margin-top: 30px;
  margin-right: 40px;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html header .logo img {
  width: 130px;
  height: auto;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html header nav {
  float: left;
  z-index: 1500;
  height: 100%;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html header nav ul.niv1 {
  float: left;
  z-index: 1500;
  width: 100%;
  height: 100px;
  padding-top: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html header nav ul.niv1 li.niv1 {
  float: left;
  z-index: 1500;
  height: 100%;
}
html header nav ul.niv1 li.niv1 a.niv1 {
  float: left;
  margin-left: 40px;
  margin-right: 40px;
  color: #fff;
  font-size: 0.9em;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html header nav ul.niv1 li.niv1 a.niv1:hover,
html header nav ul.niv1 li.niv1 a.active {
  color: #E7D800;
}
html header nav ul.niv1 li.niv1:last-child a.niv1 {
  margin-right: 0px;
}
html header nav ul.niv1 li.calendar {
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  height: 140px;
  text-align: center;
  background: #fff;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html header nav ul.niv1 li.calendar a {
  float: left;
  width: 100%;
  height: 140px;
  padding-top: 95px;
  font-family: "nouvelrbold", sans-serif;
  font-weight: normal;
  color: #000;
  font-size: 0.6em;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html header nav ul.niv1 li.calendar a img {
  position: absolute;
  top: 47px;
  left: 50%;
  margin-left: -21px;
  width: 42px;
  height: auto;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html header nav ul.niv1 li.calendar a:hover {
  background: #E7D800;
}
html header.scrolled {
  height: 50px;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html header.scrolled .logo {
  margin-top: 5px;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html header.scrolled .logo img {
  width: 70px;
  height: auto;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html header.scrolled nav {
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html header.scrolled nav ul.niv1 {
  height: 50px;
  padding-top: 19px;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html header.scrolled nav ul.niv1 li.niv1 ul.niv2 {
  top: 32px;
}
html header.scrolled nav ul.niv1 li.niv1:hover ul.niv2 {
  display: inline;
}
html header.scrolled nav ul.niv1 li.calendar {
  width: 140px;
  height: 50px;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html header.scrolled nav ul.niv1 li.calendar a {
  height: 50px;
  padding-top: 35px;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html header.scrolled nav ul.niv1 li.calendar a img {
  top: 5px;
  left: 50%;
  margin-left: -13px;
  width: 26px;
  height: auto;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html .slideshow,
html .slideshow-interne {
  float: left;
  position: relative;
  width: 100%;
  padding-top: 140px;
  background: #000;
}
html .slideshow .rslides,
html .slideshow-interne .rslides {
  position: relative;
  z-index: 700;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height: 625px;
  padding: 0;
  margin: 0;
}
html .slideshow .rslides li,
html .slideshow-interne .rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  z-index: 800;
  display: inline;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-background-size: cover;
  /* pour anciens Chrome et Safari */
  background-size: cover;
  background-position: center center;
}
html .slideshow .rslides li .text,
html .slideshow-interne .rslides li .text {
  float: left;
  margin-top: 90px;
  margin-left: 60px;
}
html .slideshow .rslides li .text p,
html .slideshow-interne .rslides li .text p {
  font-size: 3em;
  color: #fff;
  text-transform: uppercase;
  font-family: "nouvelrbold", sans-serif;
  font-weight: normal;
}
html .slideshow .rslides li .text a,
html .slideshow-interne .rslides li .text a {
  float: left;
  margin-top: 40px;
  padding: 20px;
  text-decoration: none;
  color: #000;
  font-family: "nouvelrbold", sans-serif;
  font-weight: normal;
  background: #fff;
}
html .slideshow .rslides li .text a:hover,
html .slideshow-interne .rslides li .text a:hover {
  color: #fff;
  background: #000;
}
html .slideshow .rslides_nav,
html .slideshow-interne .rslides_nav {
  display: none;
}
html .slideshow .rslides_tabs,
html .slideshow-interne .rslides_tabs {
  position: absolute;
  z-index: 700;
  bottom: 30px;
  width: 100%;
  text-align: center;
}
html .slideshow .rslides_tabs li,
html .slideshow-interne .rslides_tabs li {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 2px;
}
html .slideshow .rslides_tabs li a,
html .slideshow-interne .rslides_tabs li a {
  text-decoration: none;
  overflow: hidden;
  display: inline-block;
  width: 230px;
}
html .slideshow .rslides_tabs li a .line,
html .slideshow-interne .rslides_tabs li a .line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
html .slideshow .rslides_tabs li a .slide-text,
html .slideshow-interne .rslides_tabs li a .slide-text {
  display: block;
  color: #fff;
  margin-top: 25px;
  font-size: 0.8em;
  text-align: left;
  text-transform: uppercase;
  opacity: 0.5;
}
html .slideshow .rslides_tabs li.rslides_here a .line,
html .slideshow-interne .rslides_tabs li.rslides_here a .line {
  width: 100%;
  height: 3px;
  background: #ffffff;
}
html .slideshow .rslides_tabs li.rslides_here a .slide-text,
html .slideshow-interne .rslides_tabs li.rslides_here a .slide-text {
  margin-top: 23px;
  opacity: 1;
}
html .slideshow-interne .rslides {
  height: 480px;
}
html main {
  float: left;
  position: relative;
  width: 100%;
}
html main.noslideshow {
  padding-top: 140px;
}
html #accueil .bloc1-left,
html #accueil .bloc1-right {
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: space-between;
  padding-left: 60px;
  padding-right: 60px;
  width: 50%;
  height: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #accueil .bloc1-left img.logo,
html #accueil .bloc1-right img.logo {
  width: 225px;
  height: auto;
}
html #accueil .bloc1-left span,
html #accueil .bloc1-right span {
  width: 70%;
  text-align: center;
  color: #fff;
  font-size: 1.4em;
}
html #accueil .bloc1-left span em,
html #accueil .bloc1-right span em {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  font-style: normal;
}
html #accueil .bloc1-left {
  float: left;
  background: #000;
}
html #accueil .bloc1-right {
  float: right;
  background: #646b52;
}
html #accueil .bloc1-right span em {
  font-family: "dacia_blockregular", sans-serif;
  font-weight: normal;
}
html #accueil .bloc1-left:hover,
html #accueil .bloc1-right:hover {
  filter: brightness(120%);
}
html #accueil .bloc1-left:hover {
  background: #222;
}
html #accueil .presentation-accueil {
  float: left;
  width: 100%;
  padding: 30px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #accueil .presentation-accueil h1 {
  font-size: 2em;
  margin-top: 60px;
  margin-bottom: 20px;
}
html #accueil .presentation-accueil p {
  font-size: 1em;
  line-height: 1.6em;
}
html #accueil .bloc-occasions {
  float: left;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}
html #accueil .bloc-occasions .center .content {
  float: left;
  position: relative;
  width: 100%;
  padding: 60px;
  background: #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #accueil .bloc-occasions .center .content .titre {
  font-size: 1.8em;
  font-family: "nouvelrregular", sans-serif;
  font-weight: normal;
  padding-bottom: 20px;
}
html #accueil .bloc-occasions .center .content p {
  font-size: 1.2em;
}
html #accueil .bloc-occasions .center .content a {
  float: left;
  margin-top: 100px;
  padding: 20px;
  font-family: "nouvelrbold", sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 1em;
  text-decoration: none;
  background: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html #accueil .bloc-occasions .center .content a img {
  position: absolute;
  top: 47px;
  left: 50%;
  margin-left: -21px;
  width: 42px;
  height: auto;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html #accueil .bloc-occasions .center .content a:hover {
  color: #000;
  background: #E7D800;
}
html #accueil .bloc-occasions .center .content .photo {
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
}
html #accueil .bloc-mobilest {
  float: left;
  width: 100%;
  background: #007eff;
}
html #accueil .bloc-mobilest .center .content {
  float: left;
  width: 100%;
  padding: 60px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #accueil .bloc-mobilest .center .content .logo {
  float: left;
  width: 476px;
  height: auto;
  margin-bottom: 25px;
}
html #accueil .bloc-mobilest .center .content p {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 1.2em;
}
html #accueil .bloc-mobilest .center .content a {
  float: left;
  margin-top: 100px;
  padding: 20px;
  font-family: "nouvelrbold", sans-serif;
  font-weight: normal;
  color: #000;
  font-size: 1em;
  text-decoration: none;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html #accueil .bloc-mobilest .center .content a img {
  position: absolute;
  top: 47px;
  left: 50%;
  margin-left: -21px;
  width: 42px;
  height: auto;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html #accueil .bloc-mobilest .center .content a:hover {
  color: #000;
  background: #E7D800;
}
html #accueil .bloc-mobilest .center .content .photo {
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
}
html #accueil .bloc-avis {
  float: left;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}
html #accueil .bloc-avis .center h2 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 2em;
  font-family: "nouvelrbold", sans-serif;
  font-weight: normal;
  padding-bottom: 30px;
}
html #accueil .bloc-avis .center .stars {
  margin-right: 15px;
}
html #accueil .bloc-avis .center .stars .fa-star {
  color: #E7D800;
}
html #accueil .bloc-avis .center .stars .fa-star-half-stroke {
  color: #E7D800;
}
html #accueil .bloc-avis .center .stars .fa-star-empty {
  color: #f2f2f2;
}
html #accueil .bloc-avis .center .total {
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: center;
  float: left;
  width: 100%;
  padding: 25px;
  color: #fff;
  background: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #accueil .bloc-avis .center .total .google {
  width: 115px;
  height: auto;
  margin-left: 15px;
  margin-right: 15px;
}
html #accueil .bloc-avis .center .total .note {
  font-family: "nouvelrbold", sans-serif;
  font-weight: normal;
  font-size: 2em;
  margin-right: 15px;
}
html #accueil .bloc-avis .center .total .number {
  margin-right: 15px;
}
html #accueil .bloc-avis .center .total a {
  display: inline-block;
  cursor: pointer;
  padding: 15px;
  margin-right: 15px;
  color: #000;
  text-decoration: none;
  background: #fff;
}
html #accueil .bloc-avis .center .total a:hover {
  background: #E7D800;
}
html #accueil .bloc-avis .center ul {
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: space-between;
  align-content: flex-start;
  float: left;
  width: 100%;
  margin-top: 35px;
  gap: 35px;
}
html #accueil .bloc-avis .center ul li {
  width: 20%;
}
html #accueil .bloc-avis .center ul li .bulle {
  float: left;
  width: 100%;
  height: 230px;
  padding: 20px;
  background: #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #accueil .bloc-avis .center ul li .bulle .stars {
  float: left;
  width: 100%;
  margin-right: 0;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #accueil .bloc-avis .center ul li .bulle span {
  float: left;
  width: 100%;
  line-height: 1.4em;
}
html #accueil .bloc-avis .center ul li .bulle a {
  color: #000;
  text-decoration: underline;
}
html #accueil .bloc-avis .center ul li .bulle-bottom {
  float: left;
  width: 25px;
  height: auto;
  margin-left: 35px;
  margin-bottom: 10px;
}
html #accueil .bloc-avis .center ul li .profil {
  float: left;
  width: 100%;
}
html #accueil .bloc-avis .center ul li .profil .photo {
  float: left;
  margin-right: 15px;
}
html #accueil .bloc-avis .center ul li .profil .photo img {
  width: 50px;
  height: auto;
}
html #accueil .bloc-avis .center ul li .profil .textes {
  float: left;
  font-size: 0.8em;
  line-height: 1.4em;
  color: #999;
}
html #accueil .bloc-avis .center ul li .profil .textes strong {
  color: #000;
  font-size: 1.2em;
}
html #accueil .bloc-avis .center ul li .profil .textes .fa-badge-check {
  color: #1b7cff;
}
html #accueil .bloc-avis .center ul li .profil .textes a {
  color: #1b7cff;
}
html #page h1 {
  width: 100%;
  display: inline-block;
  font-family: "nouvelrbold", sans-serif;
  font-weight: normal;
  text-align: center;
  font-size: 2em;
  color: #000;
  padding: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  background: #E7D800;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #page h1 span {
  /*                text-shadow: 
                                    -1px -1px 0 #000,  
                                     1px -1px 0 #000,
                                    -1px  1px 0 #000,
                                     1px  1px 0 #000;*/
  font-size: 1em;
  color: #E7D800;
  -webkit-text-stroke: 1px black;
  /* Épaisseur et couleur du contour */
  text-stroke: 1px black;
  /* Compatibilité pour d'autres navigateurs */
}
html #page h1.mobilest {
  color: #fff;
  background: #007eff;
}
html #page h1.mobilest span {
  color: #007eff;
  -webkit-text-stroke: 1px white;
  /* Épaisseur et couleur du contour */
  text-stroke: 1px white;
  /* Compatibilité pour d'autres navigateurs */
}
html #page h2 {
  font-size: 1.4em;
  padding-bottom: 40px;
}
html #page p {
  line-height: 1.4em;
  padding-bottom: 40px;
}
html #page p a.button:hover {
  background: #E7D800;
}
html #page form {
  display: inline-block;
  width: 45%;
  padding-right: 60px;
  line-height: 1.4em;
  font-size: 0.9em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #page form p {
  float: left;
  width: 100%;
  font-size: 0.9em;
  line-height: 0.8em;
}
html #page form p em {
  font-style: normal;
}
html #page .moduleright {
  float: right;
  width: 55%;
  background: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #page .moduleright .content {
  float: right;
  width: 30%;
  padding: 20px;
  text-align: center;
  color: #fff;
  background: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #page .moduleright .content p:last-child {
  padding-bottom: 0;
}
html #page .moduleright .content a {
  color: #E7D800;
}
html #page .moduleright .content a:hover {
  color: #fff;
}
html #page .moduleright #map {
  float: left;
  width: 70%;
  height: 550px;
}
html #page .filtres {
  float: left;
  width: 100%;
  padding-bottom: 50px;
  text-align: center;
}
html #page .filtres li {
  display: inline-block;
  margin: 5px;
}
html #page .filtres li a {
  display: inline-block;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  background: #000;
  border: 1px solid #000;
}
html #page .filtres li a.active,
html #page .filtres li a:hover {
  color: #000;
  background: #E7D800;
  border: 1px solid #E7D800;
}
html #page .filtres li a.all {
  color: #000;
  background: #fff;
}
html #page .filtres li a.all.active,
html #page .filtres li a.all:hover {
  color: #000;
  background: #E7D800;
  border: 1px solid #E7D800;
}
html #page .trombinoscope {
  float: left;
  width: 100%;
  text-align: center;
}
html #page .trombinoscope li {
  display: inline-block;
  width: 18%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #page .trombinoscope li .photo {
  float: left;
  width: 80%;
  aspect-ratio: 1 / 1;
  margin-left: 10%;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  overflow: hidden;
}
html #page .trombinoscope li .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
html #page .trombinoscope li h3 {
  float: left;
  padding-top: 20px;
  width: 100%;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  font-family: "nouvelrbold", sans-serif;
  font-weight: normal;
}
html #page .trombinoscope li p {
  float: left;
  width: 100%;
  font-size: 0.9em;
  text-align: center;
}
html .bloc-occasion {
  float: left;
  position: relative;
  width: 100%;
  background: #fff;
}
html .bloc-occasion .photo {
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
}
html .bloc-occasion .center .content {
  float: left;
  width: 100%;
  padding: 60px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .bloc-occasion .center .content p {
  float: left;
  width: 100%;
  color: #2c3843;
  font-size: 1.4em;
  padding-bottom: 20px;
  text-align: left;
}
html .bloc-occasion .center .content p strong {
  font-family: "nouvelrbold", sans-serif;
  font-weight: normal;
}
html .bloc-occasion .center .content a {
  float: left;
  margin-top: 20px;
  padding: 20px;
  color: #fff;
  font-size: 0.8em;
  font-family: "nouvelrbold", sans-serif;
  font-weight: normal;
  background: #000;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html .bloc-occasion .center .content a img {
  position: absolute;
  top: 47px;
  left: 50%;
  margin-left: -21px;
  width: 42px;
  height: auto;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html .bloc-occasion .center .content a:hover {
  color: #000;
  background: #E7D800;
}
html .bloc-renault,
html .bloc-dacia {
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: space-between;
  padding-left: 60px;
  padding-right: 60px;
  width: 50%;
  height: 600px;
  margin-top: -50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .bloc-renault img.logo,
html .bloc-dacia img.logo {
  width: 225px;
  height: auto;
}
html .bloc-renault span.top,
html .bloc-dacia span.top {
  float: left;
  width: 100%;
  text-align: center;
}
html .bloc-renault span.bottom,
html .bloc-dacia span.bottom {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.4em;
}
html .bloc-renault span.bottom em,
html .bloc-dacia span.bottom em {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  font-style: normal;
}
html .bloc-renault {
  float: left;
  background: #000;
}
html .bloc-dacia {
  float: right;
  background: #646b52;
}
html .bloc-dacia span em {
  font-family: "dacia_blockregular", sans-serif;
  font-weight: normal;
}
html .bloc-renault:hover,
html .bloc-dacia:hover {
  filter: brightness(120%);
}
html .bloc-renault:hover {
  background: #222;
}
html .slidebox {
  float: left;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .intro {
  font-size: 1.2em;
  padding-bottom: 60px;
  text-align: center;
}
html .bloctop {
  float: left;
  width: 100%;
  padding-right: 30%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .bloctop h2,
html .liste-vehicles h2 {
  font-size: 1.4em;
  padding-bottom: 20px;
}
html .bloctop p,
html .liste-vehicles p,
html .bloctop ul,
html .liste-vehicles ul {
  font-family: "nouvelrregular", sans-serif;
  font-weight: normal;
  font-size: 0.9em;
  line-height: 1.2em;
  padding-bottom: 20px;
}
html .bloctop li:before,
html .liste-vehicles li:before {
  padding-right: 5px;
  font-family: 'Font Awesome 6 Pro';
  /* Utiliser Font Awesome */
  font-style: normal;
  font-weight: 900;
  content: '\f0da';
  /* Symbole Font Awesome (gauche par défaut) */
  font-size: 0.8em;
  /* Taille du symbole */
}
html .bloctop strong,
html .liste-vehicles strong {
  font-family: "nouvelrbold", sans-serif;
  font-weight: normal;
}
html .liste-vehicles {
  float: left;
  width: 100%;
  padding-right: 30%;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .liste-vehicles h2 {
  padding-bottom: 0px;
  padding-top: 20px;
  margin-top: 40px;
  border-top: 1px solid #efefef;
}
html .sticky-wrapper {
  position: absolute;
  top: 0;
  right: 60px;
  width: 25% !important;
  text-align: center;
  margin-top: 40px;
}
html #calculator {
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #007eff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* Style pour mettre en valeur et centrer les valeurs de km et jours */
}
html #calculator h3 {
  font-family: "nouvelrbold", sans-serif;
  font-weight: normal;
  font-size: 1em;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
html #calculator h4 {
  font-family: "nouvelrregular", sans-serif;
  font-weight: normal;
  font-size: 0.9em;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}
html #calculator label {
  display: block;
  margin-top: 20px;
  padding-bottom: 0px;
  color: #fff;
  text-align: center;
}
html #calculator select,
html #calculator button {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
html #calculator input {
  margin: 0;
}
html #calculator button {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 20px;
  transition: background-color 0.3s;
}
html #calculator button:hover {
  background-color: #45a049;
}
html #calculator #vehicleSelection {
  text-align: center;
  margin-bottom: 40px;
}
html #calculator #vehicleSelection h2 {
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #333;
}
html #calculator #vehicleSelection .vehicle-cards {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #calculator #vehicleSelection .vehicle-cards .vehicle-card {
  position: relative;
  width: 80px;
  height: 170px;
  background-color: #fff;
  border: 4px solid #ccc;
  border-radius: 6px;
  padding: 10px;
  margin-left: 2px;
  margin-right: 2px;
  text-align: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #calculator #vehicleSelection .vehicle-cards .vehicle-card:hover {
  border: 4px solid #E7D800;
}
html #calculator #vehicleSelection .vehicle-cards .vehicle-card img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin-bottom: 10px;
}
html #calculator #vehicleSelection .vehicle-cards .vehicle-card .vehicle-title {
  font-family: "nouvelrregular", sans-serif;
  font-weight: normal;
  font-size: 0.9em;
  color: #333;
  margin: 5px 0;
  display: block;
}
html #calculator #vehicleSelection .vehicle-cards .vehicle-card a {
  position: absolute;
  bottom: 2px;
  right: 2px;
  color: #000;
}
html #calculator #vehicleSelection .vehicle-cards .vehicle-card a:hover {
  color: #E7D800;
}
html #calculator #vehicleSelection .vehicle-cards .vehicle-card.selected {
  border-color: #E7D800;
}
html #calculator #vehicleSelection .vehicle-cards .slick-prev,
html #calculator #vehicleSelection .vehicle-cards .slick-next {
  position: absolute;
  top: 50%;
  /* Centrer verticalement */
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  margin-top: 0px;
  background-color: #fff;
  /* Arrière-plan blanc */
  border-radius: 50%;
  /* Forme ronde */
  cursor: pointer;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
html #calculator #vehicleSelection .vehicle-cards .slick-prev:hover,
html #calculator #vehicleSelection .vehicle-cards .slick-next:hover {
  background-color: #E7D800;
  /* Fond jaune au survol */
  border-color: #E7D800;
  /* Bordure jaune */
  color: #fff;
  /* Couleur du symbole */
}
html #calculator #vehicleSelection .vehicle-cards .slick-prev::before,
html #calculator #vehicleSelection .vehicle-cards .slick-next::before {
  font-family: 'Font Awesome 6 Pro';
  /* Utiliser Font Awesome */
  font-style: normal;
  font-weight: 900;
  src: url("/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("/fontawesome/webfonts/fa-solid-900.ttf") format("truetype");
  content: '\f104';
  /* Symbole Font Awesome (gauche par défaut) */
  font-size: 18px;
  /* Taille du symbole */
  color: #000;
  /* Couleur par défaut */
  transition: color 0.3s ease;
}
html #calculator #vehicleSelection .vehicle-cards .slick-prev {
  left: -15px;
  /* Position ajustée pour être plus proche */
}
html #calculator #vehicleSelection .vehicle-cards .slick-prev::before {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("/fontawesome/webfonts/fa-solid-900.ttf") format("truetype");
  content: '\f104';
}
html #calculator #vehicleSelection .vehicle-cards .slick-next {
  right: -15px;
  /* Position ajustée pour être plus proche */
}
html #calculator #vehicleSelection .vehicle-cards .slick-next::before {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("/fontawesome/webfonts/fa-solid-900.ttf") format("truetype");
  content: '\f105';
}
html #calculator #vehicleSelection .vehicle-cards .slick-dots {
  width: 100%;
  padding-right: 22px;
  text-align: center;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #calculator #vehicleSelection .vehicle-cards .slick-dots li {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
}
html #calculator #vehicleSelection .vehicle-cards .slick-dots li button:before {
  content: "";
}
html #calculator #vehicleSelection .vehicle-cards .slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  border: none;
  transition: background-color 0.3s ease;
  content: "";
  font-size: 0;
  padding: 0;
}
html #calculator #vehicleSelection .vehicle-cards .slick-dots li button:hover {
  color: #E7D800;
  background-color: #E7D800;
}
html #calculator #vehicleSelection .vehicle-cards .slick-dots li.slick-active button {
  background-color: #E7D800;
}
html #calculator #vehicleCharacteristics {
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #f9f9f9;
  text-align: center;
}
html #calculator #vehicleCharacteristics h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #333;
}
html #calculator #vehicleCharacteristics table {
  width: 100%;
  border-collapse: collapse;
}
html #calculator #vehicleCharacteristics table td {
  padding: 5px;
  font-size: 16px;
  color: #333;
}
html #calculator #vehicleCharacteristics table td:first-child {
  font-weight: bold;
  text-align: left;
}
html #calculator #vehicleCharacteristics table td:last-child {
  text-align: right;
}
html #calculator #totalCost {
  display: inline-block;
  margin-top: 10px;
  padding: 15px;
  font-size: 1em;
  color: #333;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  line-height: 1.2em;
}
html #calculator #totalCost span {
  font-family: "nouvelrbold", sans-serif;
  font-weight: normal;
}
html #calculator .contacteznous {
  margin-top: 30px;
}
html #calculator .contacteznous form {
  float: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
html #calculator .contacteznous form button.button {
  display: inline-block;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  width: 200px;
  border-radius: 0;
  background-color: #000;
  border: 0;
  font-family: "nouvelrregular", sans-serif;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #calculator .contacteznous form button.button:hover {
  color: #000;
  background-color: #fff;
  border: 0;
}
html #calculator #weekendOption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
html #calculator #weekendOption label {
  display: flex;
  align-items: center;
  font-weight: normal;
  cursor: pointer;
  text-align: left;
}
html #calculator #weekendOption input[type="checkbox"] {
  display: none;
}
html #calculator #weekendOption .switch {
  position: relative;
  width: 40px;
  height: 20px;
  background-color: #ccc;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.3s;
}
html #calculator #weekendOption .switch:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
  top: 1px;
  left: 1px;
  transition: transform 0.3s;
}
html #calculator #weekendOption input[type="checkbox"]:checked + .switch {
  background-color: #4CAF50;
}
html #calculator #weekendOption input[type="checkbox"]:checked + .switch:before {
  transform: translateX(20px);
}
html #calculator .value-display-container {
  text-align: center;
  margin-top: 10px;
}
html #calculator .value-display {
  font-family: "nouvelrbold", sans-serif;
  font-weight: normal;
  background-color: #fff;
  border-radius: 5px;
  color: #333;
  padding: 5px;
  margin-left: 5px;
  display: inline-block;
}
html .vehicles {
  float: left;
  width: 100%;
  margin-top: 40px;
  display: grid;
  /* Active le mode Grid */
  grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
  /* Adaptation responsive */
  gap: 10px;
  /* Espacement entre les éléments */
  font-size: 0.8em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .vehicleCharacteristics {
  float: right;
  padding: 10px;
  margin-bottom: 1%;
  margin-right: 1%;
  border: 1px solid #ddd;
  background: #f1f1f1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .vehicleCharacteristics h3 {
  font-family: "nouvelrbold", sans-serif;
  font-weight: normal;
  font-size: 1.2em;
  color: #333;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 15px;
}
html .vehicleCharacteristics .vehicle-image {
  float: left;
  width: 25%;
  text-align: center;
  margin-bottom: 15px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .vehicleCharacteristics .vehicle-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
html .vehicleCharacteristics .characteristicsTable {
  float: right;
  width: 75%;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .vehicleCharacteristics .characteristicsTable td {
  padding: 8px 12px;
  font-size: 1em;
  color: #333;
}
html .vehicleCharacteristics .characteristicsTable tr:nth-child(even) {
  background-color: #f9f9f9;
}
html .vehicleCharacteristics .characteristicsTable tr:nth-child(odd) {
  background-color: #fff;
}
html .vehicleCharacteristics .characteristicsTable tr td:first-child {
  font-family: "nouvelrbold", sans-serif;
  font-weight: normal;
  text-align: left;
  color: #555;
  width: 50%;
}
html .vehicleCharacteristics .characteristicsTable tr td:nth-child(2) {
  text-align: right;
  color: #777;
  width: 50%;
}
html .vehicleCharacteristics .characteristicsTable td,
html .vehicleCharacteristics .characteristicsTable th {
  border-bottom: 1px solid #ddd;
}
html .vehicleCharacteristics .tarifTable {
  margin-top: 20px;
}
html .road {
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .road img {
  float: left;
  width: 250px;
  height: auto;
  margin-top: 10px;
}
html .road .text {
  float: left;
}
html p.question {
  float: left;
  width: 100%;
  font-size: 1.4em;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
html .assurance,
html .horaires,
html .nosvehicules {
  float: left;
  width: 30%;
}
html .assurance .image,
html .horaires .image,
html .nosvehicules .image {
  float: left;
  width: 100%;
  height: 220px;
  text-align: center;
  padding: 10px;
  background: #efefef;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .assurance img,
html .horaires img,
html .nosvehicules img {
  display: inline-block;
  width: 200px;
  height: auto;
}
html .assurance .text,
html .horaires .text,
html .nosvehicules .text {
  float: left;
  display: inline;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .assurance .text h2,
html .horaires .text h2,
html .nosvehicules .text h2 {
  float: left;
  display: inline;
  width: 100%;
  padding: 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .assurance .text ul,
html .horaires .text ul,
html .nosvehicules .text ul {
  float: left;
  display: inline;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .horaires {
  width: 30%;
  padding-left: 5%;
  padding-right: 5%;
}
html footer {
  float: left;
  width: 100%;
}
html footer .top {
  color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
  background: #000;
}
html footer .top ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
html footer .top ul li {
  margin: 0 10px;
  padding: 10px;
}
html footer .top ul li a {
  display: inline-block;
  width: 100%;
  line-height: 1.4em;
  text-align: center;
}
html footer .top ul li a i {
  display: inline-block;
  color: #E7D800;
  font-size: 4em;
}
html footer .top ul li a span {
  display: inline-block;
  width: 100%;
  padding-top: 30px;
  color: #fff;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html footer .top ul li a:hover span {
  color: #E7D800;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html footer .middle {
  color: #000;
  padding-top: 70px;
  padding-bottom: 70px;
  background: #fff;
}
html footer .middle ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
}
html footer .middle ul li {
  margin: 0 10px;
  padding: 10px;
  line-height: 1.4em;
  width: 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html footer .middle ul li .titre {
  padding-bottom: 20px;
}
html footer .middle ul li p {
  float: left;
  width: 100%;
  padding-bottom: 20px;
}
html footer .middle ul li a {
  margin-right: 10px;
  color: #000;
  text-decoration: none;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html footer .middle ul li a .fab {
  font-size: 2em;
}
html footer .middle ul li a:hover {
  color: #E7D800;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html footer .middle ul li.social {
  width: 15%;
}
html footer .middle ul li.newsletter {
  width: 25%;
  padding-left: 0;
  padding-right: 0;
}
html footer .bottom {
  float: left;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 20px;
}
html footer .bottom p {
  float: left;
  width: 100%;
  font-size: 1em;
  line-height: 1.8em;
  font-family: "nouvelrregular", sans-serif;
  font-weight: normal;
  color: #000;
  text-align: center;
}
html footer .bottom p img {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  height: 20px;
  width: auto;
  margin-bottom: -5px;
}
html footer .bottom p .esr {
  height: 40px;
  margin-bottom: -10px;
}
html footer .bottom p a,
html footer .bottom p button {
  padding: 0;
  border: 0;
  font-size: 1em;
  color: #000;
  text-decoration: none;
  background: transparent;
  cursor: pointer;
  font-family: "nouvelrregular", sans-serif;
  font-weight: normal;
}
html footer .bottom p a:hover,
html footer .bottom p button:hover {
  color: #000;
  text-decoration: underline;
}
html form {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
html form section {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}
html form section.small-left {
  width: 48%;
  margin-right: 2%;
}
html form section.small-right {
  width: 48%;
  margin-left: 2%;
}
html form section.small2-left {
  width: 16%;
  margin-right: 4%;
}
html form section.small3-left {
  width: 38%;
  margin-right: 2%;
}
html form section.small2-right {
  width: 38%;
  margin-left: 2%;
}
html form div.field {
  float: left;
  position: relative;
  width: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html form div.field i {
  position: absolute;
  z-index: 500;
  right: 10px;
  top: 15px;
  cursor: pointer;
  color: #E7D800;
}
html form input[type="text"],
html form input[type="password"],
html form select,
html form textarea {
  float: left;
  position: relative;
  z-index: 600;
  width: 100%;
  height: 45px;
  padding-left: 15px;
  padding-right: 5px;
  border: 2px solid #000;
  font-family: "nouvelrregular", sans-serif;
  font-weight: normal;
  font-size: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
}
html form textarea {
  width: 100%;
  margin-left: 0;
  padding: 20px;
  padding-left: 15px;
  padding-top: 15px;
  height: 80px;
  line-height: 1.2em;
}
html form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  color: #000;
}
html form input[type="checkbox"] {
  width: auto;
  cursor: pointer;
}
html form .placeholder {
  position: absolute;
  pointer-events: none;
  font-size: 1em;
  left: 17px;
  top: 11px;
  font-family: "nouvelrbold", sans-serif;
  font-weight: normal;
  color: #000;
  transition: 0.2s ease all;
}
html form .placeholder strong {
  color: #e73233;
}
html form input:focus ~ .placeholder,
html form input:-webkit-autofill ~ .placeholder,
html form input:not(:placeholder-shown):not(:focus):valid ~ .placeholder,
html form select:focus ~ .placeholder,
html form select:not(:focus):valid ~ .placeholder,
html form input:disabled ~ .placeholder {
  top: 0px;
  left: 17px;
  font-size: 0.6em;
  opacity: 1;
}
html form input:disabled {
  color: #000;
}
html form input.error,
html form select.error {
  color: #e73233;
}
html form div.error {
  position: absolute;
  top: 42px;
  float: left;
  width: 100%;
  height: auto;
  padding-top: 5px;
  padding-bottom: 2px;
  padding-left: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html form div.error label {
  float: left;
  position: relative;
  width: 100%;
  height: auto;
  text-align: left;
  font-family: "nouvelrregular", sans-serif;
  font-weight: normal;
  font-size: 0.8em;
  color: #e73233;
}
html form div.error label::before {
  content: '🚫';
  padding-right: 5px;
  color: #e73233;
}
html form label {
  cursor: pointer;
  font-family: "nouvelrregular", sans-serif;
  font-weight: normal;
}
html form label a {
  color: #E7D800;
}
html form label a:hover {
  color: #000;
}
html form .toggle-password {
  position: absolute;
  right: 20px;
  top: 12px;
  cursor: pointer;
}
html form p.infos {
  float: left;
  width: 100%;
  height: auto;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 14px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html form .btn {
  float: right;
  border: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1em;
  color: #fff;
  background: #000;
  cursor: pointer;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html form .btn:hover {
  color: #000;
  background: #E7D800;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html form p {
  text-align: left;
}
html form p em {
  font-style: normal;
  font-size: 0.8em;
}
html form p em strong {
  color: #e73233;
  font-weight: normal;
}
html section.checkbox div.field {
  background: none;
}
html section.checkbox div.field i {
  position: relative;
  top: initial;
  left: initial;
}
/*# sourceMappingURL=styles.css.map */