@charset "utf-8";
/*imports*/
@import url(reset.css);
@import "/fontawesome/css/fontawesome.min.css";
@import "/fontawesome/css/sharp-solid.min.css";
@import url(animations.css);
/*variables*/
/*mixins*/
/*styles*/
body {
  -webkit-tap-highlight-color: transparent;
}
html,
body {
  height: 100%;
}
html {
  /*GLOBAL*/
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #000;
  background: #fff;
  overflow-x: hidden;
  /*HEADER*/
  /*ACCUEIL*/
  /*FOOTER*/
  /*FORMULAIRES*/
  /*CONTENU*/
}
html .mobile {
  display: none;
}
html .nomobile {
  display: inline;
}
html .center {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html a {
  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;
  outline-style: none !important;
}
html a:hover {
  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 em {
  font-style: italic;
}
html .lightbox {
  display: none;
}
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: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  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: #525050;
}
html .featherlight-content #popup .echec i {
  color: #e73233;
}
html .featherlight-content .featherlight-close {
  color: #000;
}
html .btn {
  float: left;
  position: relative;
  padding-top: 13px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 10px;
  margin-bottom: 20px;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
html .btn i {
  position: absolute;
  left: 0px;
  top: 14px;
  margin-left: 10px;
  font-size: 0.7em;
  color: #fff !important;
  -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 .btn:hover {
  color: #fff;
  background: #000;
}
html .btn:hover i {
  margin-left: 13px;
}
html .btn2,
html .btn3 {
  float: left;
  position: relative;
  padding-top: 13px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 10px;
  margin-bottom: 20px;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  color: #fff !important;
  background: #000;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
html .btn2 i,
html .btn3 i {
  position: absolute;
  left: 0px;
  top: 14px;
  margin-left: 10px;
  font-size: 0.8em;
  color: #fff !important;
  -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 .btn2:hover,
html .btn3:hover {
  color: #00AEEF !important;
}
html .btn2:hover i,
html .btn3:hover i {
  margin-left: 7px;
  -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 .btn3:hover i {
  margin-left: 13px;
}
html canvas#swarm {
  position: fixed;
  top: 0;
  display: block;
  z-index: 9999999;
  height: 6px;
  width: 100%;
}
html header {
  float: left;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 87px;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25) url('/images/communs/bg-header.png') repeat;
  border-top: 6px solid #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 header .logo {
  position: absolute;
  z-index: 1100;
  top: 8px;
  left: 20px;
  width: 127px;
  height: 65px;
  -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 .switch {
  position: absolute;
  z-index: 1100;
  top: 15px;
  right: 20px;
  -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 .switch .myways-logo {
  float: right;
  height: 50px;
  width: 96px;
  -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 .switch .switch-picto {
  float: left;
  margin-right: 10px;
  margin-top: 8px;
  -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 .switch:hover .switch-picto {
  rotate: 90deg;
  -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: right;
  position: relative;
  z-index: 1200;
  width: auto;
}
html header nav ul {
  float: right;
  width: auto;
}
html header nav ul li {
  float: left;
  position: relative;
}
html header nav ul li ul {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  float: left;
  position: absolute;
  top: 55px;
  left: -10px;
  width: 200px;
  padding-top: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html header nav ul li ul li {
  float: left;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}
html header nav ul li ul li a {
  float: left;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 1em;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
}
html header nav ul li ul li a:first-child {
  margin-top: 8px;
}
html header nav ul li a {
  float: left;
  padding-top: 8px;
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 25px;
  margin-left: 12px;
  font-size: 1.2em;
  color: #fff;
  text-decoration: none;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
}
html header nav ul li a i {
  padding-right: 10px;
  color: rgba(255, 255, 255, 0.5);
}
html header nav ul li a.reserver {
  margin-top: 29px;
  margin-left: 15px;
  margin-right: 3px;
  padding-top: 4px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  color: #000;
  background: #fff;
}
html header nav ul li a.active {
  color: #00AEEF;
}
html header nav ul li a.active i {
  color: rgba(8, 144, 194, 0.8);
}
html header nav ul li a:hover,
html header nav ul li a.active:hover {
  color: #00AEEF;
}
html header nav ul li a:hover i,
html header nav ul li a.active:hover i {
  color: rgba(8, 144, 194, 0.8);
}
html header nav ul li:hover ul {
  max-height: 500px;
}
html header #menu_checkbox {
  display: none;
}
html header label {
  position: absolute;
  z-index: 2000;
  top: 40px;
  right: 20px;
  display: block;
  width: 30px;
  height: 30px;
  margin: 0px auto 0 auto;
  cursor: pointer;
}
html header label div {
  position: relative;
  top: 0;
  height: 6px;
  background-color: #fff;
  margin-bottom: 6px;
  transition: 0.3s ease transform, 0.3s ease top, 0.3s ease width, 0.3s ease right;
  border-radius: 2px;
}
html header label div:first-child {
  transform-origin: 0;
}
html header label div:last-child {
  margin-bottom: 0;
  transform-origin: 30px;
}
html header label div:nth-child(2) {
  right: 0;
  width: 30px;
}
html header #menu_checkbox:checked + label div:first-child {
  top: -3px;
  transform: rotateZ(45deg);
}
html header #menu_checkbox:checked + label div:last-child {
  top: 3px;
  transform: rotateZ(45deg);
}
html header #menu_checkbox:checked + label div:nth-child(2) {
  width: 42px;
  top: 0;
  right: 6px;
  transform: rotateZ(-45deg);
}
html header.scrolled {
  height: 60px;
  background: rgba(0, 0, 0, 0.6) url('/images/communs/bg-header.png') repeat;
  -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 {
  top: 5px;
  height: 45px !important;
  width: auto !important;
  -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 li ul {
  top: 28px;
}
html header.scrolled nav ul li a {
  margin-top: 8px;
}
html header.scrolled nav ul li a.reserver {
  margin-top: 12px;
}
html header.scrolled .switch {
  top: 5px;
}
html header.scrolled .switch .myways-logo {
  height: 40px !important;
  width: 77px !important;
  -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 .switch .switch-picto {
  margin-top: 8px;
  height: 25px !important;
  width: 25px !important;
  -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 {
  float: left;
  position: relative;
  z-index: 600;
  width: 100%;
  height: 100dvh;
  min-height: 100dvh;
}
html .slideshow .rslides,
html .slideshow .rslidesproduit {
  position: relative;
  z-index: 700;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height: 100dvh;
  min-height: 100dvh;
  padding: 0;
  margin: 0;
}
html .slideshow .rslides li,
html .slideshow .rslidesproduit 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 .center,
html .slideshow .rslidesproduit li .center {
  z-index: 850;
  height: 100%;
  background: transparent;
}
html .slideshow .rslides li video,
html .slideshow .rslidesproduit li video {
  z-index: 840;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
html .slideshow .rslides li .accroche,
html .slideshow .rslidesproduit li .accroche {
  float: left;
  padding-top: 30%;
}
html .slideshow .rslides li .accroche .textes,
html .slideshow .rslidesproduit li .accroche .textes {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 3em;
  line-height: 1.4em;
}
html .slideshow .rslides li .accroche .textes strong,
html .slideshow .rslidesproduit li .accroche .textes strong {
  font-size: 1.2em;
}
html .slideshow .rslides li .accroche .btn,
html .slideshow .rslidesproduit li .accroche .btn {
  color: #000;
  font-size: 1.8em;
  padding-top: 17px;
  padding-bottom: 11px;
  padding-right: 24px;
  padding-left: 28px;
}
html .slideshow .rslides li .accroche .btn i,
html .slideshow .rslidesproduit li .accroche .btn i {
  color: #000 !important;
  font-size: 0.6em;
  top: 20px;
}
html .slideshow .rslides li .accroche .btn:hover,
html .slideshow .rslidesproduit li .accroche .btn:hover {
  color: #fff;
}
html .slideshow .rslides li .accroche .btn:hover i,
html .slideshow .rslidesproduit li .accroche .btn:hover i {
  color: #fff !important;
}
html .slideshow .rslides li .infos,
html .slideshow .rslidesproduit li .infos {
  float: right;
  position: absolute;
  z-index: 900;
  bottom: 10%;
  right: 0;
  color: #fff;
  text-align: right;
}
html .slideshow .rslides li .infos .intitule,
html .slideshow .rslidesproduit li .infos .intitule {
  font-size: 2.2em;
}
html .slideshow .rslides li .infos .caracteristiques,
html .slideshow .rslidesproduit li .infos .caracteristiques {
  font-size: 0.9em;
  padding-bottom: 2px;
}
html .slideshow .rslides li .infos a,
html .slideshow .rslidesproduit li .infos a {
  color: #fff;
  font-size: 1em;
}
html .slideshow .rslides li .infos a span,
html .slideshow .rslidesproduit li .infos a span {
  text-decoration: underline;
}
html .slideshow .rslides li .infos a:hover,
html .slideshow .rslidesproduit li .infos a:hover {
  color: #00AEEF;
}
html .slideshow .rslides li:first-child,
html .slideshow .rslidesproduit li:first-child {
  position: relative;
  display: block;
  float: left;
}
html .slideshow .scrollto {
  position: absolute;
  z-index: 1000;
  width: 81px;
  height: 81px;
  left: 50%;
  bottom: 18px;
  margin-left: -40px;
  background: url("/images/communs/next.png") no-repeat 0 0;
}
html .slideshow .rslides_nav {
  position: absolute;
  display: block;
  z-index: 700;
  font-size: 0;
  line-height: 0;
  top: 90%;
  left: 10%;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  background: url("/images/communs/arrow-left.svg") no-repeat top right;
}
html .slideshow .rslides_nav:active {
  opacity: 1;
}
html .slideshow .rslides_nav.next {
  right: 10%;
  left: auto;
  background: url("/images/communs/arrow-right.svg") no-repeat top right;
}
html .slideshow .shortlink {
  position: absolute;
  z-index: 900;
  right: 0;
  top: 20%;
  width: 280px;
  background: rgba(0, 0, 0, 0.2);
  padding-bottom: 25px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .slideshow .shortlink .titre {
  float: left;
  width: 100%;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 15px 0px;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.2);
}
html .slideshow .shortlink .titre span {
  position: relative;
  color: #fff;
  font-size: 1.4em;
}
html .slideshow .shortlink .titre strong {
  color: #00AEEF;
  font-size: 1.2em;
}
html .slideshow .shortlink a {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.1em;
  margin-top: 10px;
}
html .slideshow .shortlink a img {
  width: 70%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  -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 .shortlink a span {
  float: left;
  width: 100%;
}
html .slideshow .shortlink a:hover img {
  margin-top: -5px;
  margin-bottom: 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 .slideshow .shortlink a:hover span {
  color: #00AEEF;
}
html .slideshow.interne {
  height: 450px;
  min-height: 450px;
}
html .slideshow.interne .rslides {
  height: 100%;
  min-height: 450px;
}
html .slideshow.interne2 {
  height: 700px;
  min-height: 700px;
}
html .slideshow.interne2 .rslides {
  height: 100%;
  min-height: 700px;
}
html .shortcut {
  position: absolute;
  z-index: 1500;
  right: 0;
  top: 15%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
html #bloc0 {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}
html #bloc0 .textes {
  float: right;
  width: 50%;
  padding-left: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
html #bloc0 .textes h1 {
  float: left;
  width: 100%;
  padding-bottom: 25px;
  margin-bottom: 25px;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-size: 3em;
  color: #000;
  text-align: right;
  background: url("/images/communs/underlineV2.png") no-repeat bottom right;
}
html #bloc0 .textes p {
  float: left;
  width: 100%;
  padding-bottom: 25px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1.6em;
  color: #525050;
  text-align: right;
}
html #bloc0 .textes p strong {
  font-weight: 700;
}
html #bloc0 .textes .btn {
  float: right;
  padding-top: 12px;
  padding-bottom: 8px;
  padding-left: 27px;
  padding-right: 27px;
  font-size: 1.2em;
  color: #fff;
  background: #000 url("/images/communs/btn-on.png") no-repeat 12px center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
html #bloc0 .textes .btn:hover {
  color: #00AEEF;
  background: #000 url("/images/communs/btn-on.png") no-repeat 15px center;
}
html #bloc0 .image {
  float: left;
  position: absolute;
  z-index: 100;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -webkit-background-size: cover;
  /* pour anciens Chrome et Safari */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0px 20px 20px 0px;
}
html #bloc1 {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}
html #bloc1 .textes {
  float: left;
  width: 50%;
  padding-right: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
html #bloc1 .textes h1 {
  float: left;
  width: 100%;
  padding-bottom: 25px;
  margin-bottom: 25px;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-size: 3em;
  color: #000;
  background: url("/images/communs/underlineV2.png") no-repeat bottom left;
}
html #bloc1 .textes p {
  float: left;
  width: 100%;
  padding-bottom: 25px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1.6em;
  color: #525050;
  text-align: left;
}
html #bloc1 .textes p strong {
  font-weight: 700;
}
html #bloc1 .textes .btn {
  padding-top: 12px;
  padding-bottom: 8px;
  padding-left: 27px;
  padding-right: 27px;
  font-size: 1.2em;
  color: #fff;
  background: #000 url("/images/communs/btn-on.png") no-repeat 12px center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
html #bloc1 .textes .btn:hover {
  color: #00AEEF;
  background: #000 url("/images/communs/btn-on.png") no-repeat 15px center;
}
html #bloc1 .image {
  float: right;
  position: absolute;
  z-index: 100;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  overflow: hidden;
  -webkit-background-size: cover;
  /* pour anciens Chrome et Safari */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 20px 0px 0px 20px;
}
html #bloc2 {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}
html #bloc2 .textes {
  float: right;
  width: 50%;
  padding-left: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
html #bloc2 .textes h1 {
  float: left;
  width: 100%;
  padding-bottom: 25px;
  margin-bottom: 25px;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-size: 3em;
  color: #000;
  text-align: right;
  background: url("/images/communs/underlineV2.png") no-repeat bottom right;
}
html #bloc2 .textes p {
  float: left;
  width: 100%;
  padding-bottom: 25px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1.6em;
  color: #525050;
  text-align: right;
}
html #bloc2 .textes p strong {
  font-weight: 700;
}
html #bloc2 .textes .btn {
  float: right;
  padding-top: 12px;
  padding-bottom: 8px;
  padding-left: 27px;
  padding-right: 27px;
  font-size: 1.2em;
  color: #fff;
  background: #000 url("/images/communs/btn-on.png") no-repeat 12px center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
html #bloc2 .textes .btn:hover {
  color: #00AEEF;
  background: #000 url("/images/communs/btn-on.png") no-repeat 15px center;
}
html #bloc2 .image {
  float: left;
  position: absolute;
  z-index: 100;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -webkit-background-size: cover;
  /* pour anciens Chrome et Safari */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0px 20px 20px 0px;
}
html #bloc3 {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}
html #bloc3 .textes {
  float: left;
  width: 50%;
  padding-right: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
html #bloc3 .textes h1 {
  float: left;
  width: 100%;
  padding-bottom: 25px;
  margin-bottom: 25px;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-size: 3em;
  color: #000;
  background: url("/images/communs/underlineV2.png") no-repeat bottom left;
}
html #bloc3 .textes p {
  float: left;
  width: 100%;
  padding-bottom: 25px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1.6em;
  color: #525050;
  text-align: justify;
}
html #bloc3 .textes p strong {
  font-weight: 700;
}
html #bloc3 .textes .btn {
  padding-top: 12px;
  padding-bottom: 8px;
  padding-left: 27px;
  padding-right: 27px;
  font-size: 1.2em;
  color: #fff;
  background: #000 url("/images/communs/btn-on.png") no-repeat 12px center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
html #bloc3 .textes .btn:hover {
  color: #00AEEF;
  background: #000 url("/images/communs/btn-on.png") no-repeat 15px center;
}
html #bloc3 .image {
  float: right;
  position: absolute;
  z-index: 100;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  overflow: hidden;
  -webkit-background-size: cover;
  /* pour anciens Chrome et Safari */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 20px 0px 0px 20px;
}
html #catch0 {
  float: left;
  width: 100%;
  height: 180px;
  font-family: 'Rock Salt', cursive;
  font-size: 1.6em;
  line-height: 1.8em;
  text-transform: uppercase;
  font-weight: 400;
  color: #2d2d2d;
  overflow-x: hidden;
}
html #catch0 .left {
  float: left;
  width: 50%;
  height: 100%;
  padding-right: 30px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #catch0 .right {
  float: right;
  width: 50%;
  height: 100%;
  padding-top: 5px;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #catch1 {
  float: left;
  width: 100%;
  height: 180px;
  font-family: 'Rock Salt', cursive;
  font-size: 1.6em;
  line-height: 1.8em;
  text-transform: uppercase;
  font-weight: 400;
  color: #2d2d2d;
  overflow-x: hidden;
}
html #catch1 .left {
  float: left;
  width: 50%;
  height: 100%;
  padding-top: 5px;
  padding-right: 30px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #catch1 .right {
  float: right;
  width: 50%;
  height: 100%;
  padding-left: 30px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #catch2 {
  float: left;
  width: 100%;
  height: 180px;
  font-family: 'Rock Salt', cursive;
  font-size: 1.6em;
  line-height: 1.8em;
  text-transform: uppercase;
  font-weight: 400;
  color: #2d2d2d;
  overflow-x: hidden;
}
html #catch2 .left {
  float: left;
  width: 50%;
  height: 100%;
  padding-right: 30px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #catch2 .right {
  float: right;
  width: 50%;
  height: 100%;
  padding-top: 5px;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #catch3 {
  float: left;
  width: 100%;
  height: 350px;
  -webkit-background-size: cover;
  /* pour anciens Chrome et Safari */
  background-size: cover;
  background-position: center center;
  overflow-x: hidden;
}
html #catch3 div {
  float: left;
  width: 100%;
  height: 350px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3em;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}
html #nos-marques {
  float: left;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  background: #a7a6a5;
  background: -webkit-linear-gradient(bottom, #a7a6a5 0%, #c7c7c7 100%);
  background: -o-linear-gradient(bottom, #a7a6a5 0%, #c7c7c7 100%);
  background: linear-gradient(to top, #a7a6a5 0%, #c7c7c7 100%);
}
html #nos-marques .intitule {
  float: left;
  width: 100%;
  text-align: center;
  padding-bottom: 36px;
  margin-bottom: 30px;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-size: 4em;
  background: url("/images/communs/underline2.png") no-repeat bottom center;
}
html #nos-marques p {
  float: left;
  width: 100%;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.6em;
  color: #3d3e3d;
}
html #nos-marques p strong {
  font-weight: 700;
}
html #nos-marques ul {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
}
html #nos-marques ul li {
  display: inline-block;
  flex-basis: 25%;
  padding: 70px;
}
html footer {
  float: left;
  position: relative;
  z-index: 900;
  width: 100%;
  text-align: center;
  font-size: 0.8em;
}
html footer .top {
  float: left;
  width: 100%;
  background: #141714;
}
html footer .top .left {
  float: left;
  width: 50%;
  background: #141714;
  /*				display: flex;
                                                flex-direction: row;
                                                flex-wrap: wrap;
                                                justify-content:center;
                                                align-items:center;
                                                align-content: flex-end;*/
  overflow: hidden;
}
html footer .top .left .logo {
  float: left;
  position: absolute;
  top: 60px;
  left: 60px;
}
html footer .top .left ul {
  float: left;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 180px;
  padding-bottom: 180px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html footer .top .left ul li {
  position: relative;
  display: inline-block;
  flex-basis: 100%;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html footer .top .left ul li address {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-align: left;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.2em;
}
html footer .top .left ul li address a {
  color: #fff;
}
html footer .top .left ul li address a:hover {
  color: #00AEEF;
}
html footer .top .left ul li address img {
  position: absolute;
  z-index: 500;
  top: -8px;
  left: 0px;
}
html footer .top .left ul li .horaires {
  padding-top: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-align: left;
  color: #00AEEF;
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: 700;
  font-style: italic;
}
html footer .top .right {
  float: right;
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  overflow: hidden;
}
html footer .top .right ul.niv1 {
  float: left;
  width: 100%;
  padding-top: 180px;
  padding-bottom: 180px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html footer .top .right ul.niv1 li.niv1 {
  position: relative;
  display: inline-block;
  flex-basis: 33%;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html footer .top .right ul.niv1 li.niv1 h4 {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-size: 2em;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 30px;
}
html footer .top .right ul.niv1 li.niv1 ul li a,
html footer .top .right ul.niv1 li.niv1 ul li .btncookies {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-align: left;
  color: #b8b8b8;
  font-size: 1.1em;
  line-height: 1.8em;
  font-weight: 700;
}
html footer .top .right ul.niv1 li.niv1 ul li .btncookies {
  text-decoration: none;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}
html footer .top .right ul.niv1 li.niv1 ul li a:hover,
html footer .top .right ul.niv1 li.niv1 ul li button:hover {
  color: #00AEEF;
}
html footer .top .right ul.niv1 li.niv1 ul li a.facebook {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 30px;
  margin-bottom: 5px;
  background: url("/images/communs/facebook.png") no-repeat right center;
}
html footer .top .right ul.niv1 li.niv1 ul li a.instagram {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 30px;
  margin-bottom: 5px;
  background: url("/images/communs/instagram.png") no-repeat right center;
}
html footer .top .right ul.niv1 li.niv1 ul li a.youtube {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 30px;
  margin-bottom: 5px;
  background: url("/images/communs/youtube.png") no-repeat right center;
}
html footer .bottom {
  float: left;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-weight: 700;
  color: #7d7d7d;
  text-align: right;
  background: #000;
}
html footer .bottom a {
  color: #b8b8b8;
}
html footer .bottom a:hover {
  color: #00AEEF;
}
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: 49%;
  margin-right: 1%;
}
html form section.small-right {
  width: 49%;
  margin-left: 1%;
}
html form div.field {
  float: left;
  position: relative;
  width: 100%;
  background: #dddddd;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html form div.checkboxfield {
  background: transparent;
}
html form div.checkboxfield label {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
html form input[type="text"],
html form input[type="password"],
html form select,
html form textarea {
  float: left;
  width: 100%;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  border: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1em;
  background: #dddddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
html form textarea {
  width: 100%;
  margin-left: 0;
  padding: 20px;
  padding-top: 15px;
  height: 80px;
  line-height: 1.2em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
html form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
html form input[type="checkbox"] {
  width: auto;
  cursor: pointer;
}
html form .placeholder {
  position: absolute;
  pointer-events: none;
  font-size: 1em;
  left: 20px;
  top: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #525050;
  transition: 0.2s ease all;
}
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: 2px;
  left: 20px;
  font-size: 0.6em;
  opacity: 1;
}
html form input:disabled {
  color: #525050;
}
html form input.error,
html form select.error {
  color: #e73233;
}
html form div.error {
  position: absolute;
  top: 40px;
  float: left;
  width: 100%;
  height: auto;
  padding-top: 5px;
  padding-bottom: 2px;
  padding-left: 14px;
  -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: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  color: #e73233;
}
html form div.error label::before {
  content: '🚫';
  padding-right: 5px;
  color: #e73233;
}
html form #adressecomplete {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  font-size: 1.2em;
}
html form label {
  cursor: pointer;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
}
html form label a {
  color: #00AEEF;
}
html form label a:hover {
  color: #aa0011;
}
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: 12px;
  padding-bottom: 8px;
  padding-left: 27px;
  padding-right: 27px;
  font-size: 1.2em;
  color: #fff;
  background: #000 url("/images/communs/btn-on.png") no-repeat 12px center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  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: #00AEEF;
  background: #000 url("/images/communs/btn-on.png") no-repeat 15px center;
  -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 section.checkbox div.field {
  background: none;
}
html section.checkbox div.field i {
  position: relative;
  top: initial;
  left: initial;
}
html .page {
  float: left;
  width: 100%;
  padding-top: 60px;
}
html .page h1 {
  float: left;
  width: 100%;
  padding-bottom: 25px;
  margin-bottom: 25px;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-size: 3em;
  color: #000;
  background: url("/images/communs/underlineV2.png") no-repeat bottom left;
}
html .page h2 {
  float: left;
  width: 100%;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-size: 1.4em;
  padding-bottom: 10px;
}
html .page p {
  float: left;
  width: 100%;
  padding-bottom: 25px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1.6em;
  color: #525050;
  text-align: left;
}
html .page p strong {
  font-weight: 700;
}
html .page a {
  color: #00AEEF;
}
html .page a:hover {
  color: #aa0011;
}
html .page img.essai {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
html .page .essai_btns {
  float: left;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
html .page .essai_btns .tel,
html .page .essai_btns .formulaire {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  height: 180px;
  padding: 0;
  margin: 0;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background: #000;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
html .page .essai_btns .tel i,
html .page .essai_btns .formulaire i {
  padding-top: 65px;
  color: #00AEEF;
  font-size: 3.8em;
}
html .page .essai_btns .tel span,
html .page .essai_btns .formulaire span {
  display: block;
  padding-top: 15px;
  color: #fff;
  font-weight: 600;
  font-size: 1.2em;
}
html .page .essai_btns .tel:hover,
html .page .essai_btns .formulaire:hover,
html .page .essai_btns .formulaire.active {
  background: #00AEEF;
}
html .page .essai_btns .tel:hover i,
html .page .essai_btns .formulaire:hover i,
html .page .essai_btns .formulaire.active i {
  color: #000;
}
html .page .col_left {
  float: left;
  width: 50%;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .page .col_right {
  float: right;
  width: 50%;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .page .col_right .switchday {
  float: left;
  width: 100%;
  text-align: center;
  padding: 40px;
  background: #000;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .page .col_right .switchday img {
  padding-bottom: 20px;
}
html .page .col_right .switchday p {
  font-size: 1.2em;
  color: #fff;
  padding-bottom: 0;
}
html .page .col_right .switchday p strong {
  color: #00AEEF;
}
html .page .faq {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  /* Espacement entre les éléments */
  margin-bottom: 40px;
}
html .page .faq li {
  flex: 1 1 calc(50% - 20px);
  /* Calcule la largeur pour 2 colonnes en soustrayant l'espacement */
}
html .page .faq li h2 {
  position: relative;
  float: left;
  width: 100%;
  padding: 20px;
  padding-left: 45px;
  padding-right: 45px;
  margin-bottom: 10px;
  text-transform: none;
  font-size: 1em;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #efefef;
}
html .page .faq li h2:before {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -7px;
  content: "";
  font-family: 'Font Awesome 6 Sharp';
  font-weight: 900;
}
html .page .faq li h2:after {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -7px;
  content: "";
  font-family: 'Font Awesome 6 Sharp';
  font-weight: 900;
}
html .page .faq li h2.open:after {
  content: "";
}
html .page .faq li p {
  float: left;
  width: 100%;
  padding: 20px;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .contactform {
  float: left;
  width: 100%;
  padding-top: 60px;
  background: #f6f6f6;
}
html #breadcrumb {
  float: left;
  width: 100%;
  padding-top: 30px;
  color: #a3a3a3;
  font-size: 1.2em;
}
html #breadcrumb ol li {
  float: left;
  width: auto;
}
html #breadcrumb i {
  font-size: 0.9em;
  margin-right: 5px;
}
html #breadcrumb a {
  color: #a3a3a3;
}
html #breadcrumb a.current {
  color: #000;
}
html .galeries {
  float: left;
  position: relative;
  z-index: 999;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}
html .galeries ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: flex-start;
}
html .galeries ul li {
  position: relative;
  display: flex;
  width: 27%;
  padding-left: 20px;
  margin-bottom: 50px;
  height: auto;
  color: #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 .galeries ul li h2 {
  position: absolute;
  z-index: 100;
  left: 0px;
  bottom: -13px;
  padding: 0;
  margin: 0;
  transform-origin: top left;
  transform: rotate(-90deg);
  font-size: 1.4em;
}
html .galeries ul li img {
  position: relative;
  z-index: 10;
  width: 100%;
  height: auto;
  border: 5px solid #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 .galeries ul li:hover {
  -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 .galeries ul li:hover img {
  border: 5px solid #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 .galerie {
  float: left;
  width: 100%;
  overflow: hidden;
}
html .galerie a {
  float: left;
  position: relative;
  padding: 0;
  margin-bottom: -4px;
}
html .galerie a img {
  position: relative;
  z-index: 10;
  width: 100%;
  height: auto;
  border: 5px solid #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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .galerie a:hover img {
  border: 5px solid #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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #grid[data-columns]::before {
  content: '4 .column.size-1of4';
}
html .column {
  float: left;
}
html .size-1of1 {
  width: 100%;
}
html .size-1of2 {
  width: 50%;
}
html .size-1of3 {
  width: 33.333%;
}
html .size-1of4 {
  width: 25%;
}
html .magasins {
  float: left;
  width: 100%;
  background: #d3dee3;
  background: -moz-linear-gradient(0deg, #d3dee3 0%, #ffffff 100%);
  background: -webkit-linear-gradient(0deg, #d3dee3 0%, #ffffff 100%);
  background: linear-gradient(0deg, #d3dee3 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d3dee3", endColorstr="#ffffff", GradientType=1);
}
html .magasins .left {
  float: left;
  position: relative;
  width: 42%;
}
html .magasins .left .magasins_slider {
  float: left;
  width: 100%;
}
html .magasins .left .magasins_slider .magasin {
  float: left;
  width: 100%;
  padding-bottom: 40px;
}
html .magasins .left .magasins_slider .magasin .textes {
  float: left;
  width: 100%;
  height: 260px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .magasins .left .magasins_slider .magasin .textes h2 {
  float: left;
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2em;
  background: #000;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .magasins .left .magasins_slider .magasin .textes h2.highlight {
  color: #fff;
  background: #00AEEF;
}
html .magasins .left .magasins_slider .magasin .textes p {
  padding-left: 20px;
  line-height: 1.2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .magasins .left a.prev,
html .magasins .left a.next {
  position: absolute;
  z-index: 99999;
  left: 0;
  top: 110px;
  font-size: 2em;
  color: #000;
  cursor: pointer;
}
html .magasins .left a.next {
  left: initial;
  right: 0;
}
html .magasins .map {
  float: right;
  position: relative;
  z-index: 10;
  width: 55%;
  height: 550px;
  margin-left: 3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .atelier_col_left {
  float: left;
  width: 50%;
  padding-right: 50px;
  padding-bottom: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .atelier_col_left p.size2 {
  font-size: 1.2em;
}
html .atelier_col_left h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
}
html .atelier_col_left ul {
  padding-bottom: 10px;
}
html .atelier_col_left ul li {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  padding-bottom: 10px;
}
html .atelier_col_left ul li:before {
  content: " ";
  font-family: 'Font Awesome 6 Sharp';
  font-weight: 900;
}
html .atelier_col_right {
  float: right;
  width: 50%;
  padding-left: 50px;
  padding-bottom: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .atelier_col_right .tarifs {
  float: left;
  width: 100%;
  padding: 25px;
  color: #fff;
  background: url("/images/communs/ardoise.jpg") repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
html .atelier_col_right .tarifs .line {
  float: left;
  width: 100%;
  padding-bottom: 20px;
}
html .atelier_col_right .tarifs .line .left {
  float: left;
  width: 100%;
  font-size: 1.2em;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  text-align: center;
}
html .atelier_col_right .tarifs .line h2.left {
  font-size: 1.5em;
  margin-bottom: 20px;
}
html .atelier_col_right .tarifs .line h2.left i {
  margin-right: 10px;
}
html .atelier_col_right .tarifs .line .right {
  float: right;
  width: 40%;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  text-align: right;
}
html .atelier_col_right .tarifs .line .right em {
  font-size: 0.8em;
  font-style: normal;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
html .atelier_col_right .tarifs .line:first-child .right {
  margin-top: 10px;
  font-size: 1.1em;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
}
html .atelier_col_right .tarifs p {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.4em;
}
html .atelier_col_right .tarifs p i {
  font-size: 1.2em;
  color: #00AEEF;
}
html .atelier_col_right .tarifs p .tel {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 1.2em;
}
html .atelier_col_right .tarifs p em {
  font-size: 0.8em;
  font-style: normal;
  font-weight: 400;
}
html .atelier_col_right .tarifs p strong {
  float: left;
  width: 100%;
  text-align: center;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-size: 1em;
  padding-top: 15px;
}
html .atelier_col_right .tarifs .p1 {
  line-height: 1.2em;
}
html .atelier_col_right .tarifs p.asterisque {
  font-size: 0.8em;
  text-align: right;
  font-weight: 400;
}
html #loading-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  justify-content: center;
  align-items: center;
  display: flex;
}
html #loading-overlay .fa-sharp {
  color: #000;
  font-size: 2.4em;
  line-height: 20px;
}
html #loading-overlay span {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 1.8em;
  margin-left: 20px;
  margin-top: 8px;
}
html .liste {
  float: left;
  width: 100%;
  padding-top: 30px;
  background: #d3dee3;
  background: -moz-linear-gradient(0deg, #d3dee3 0%, #ffffff 100%);
  background: -webkit-linear-gradient(0deg, #d3dee3 0%, #ffffff 100%);
  background: linear-gradient(0deg, #d3dee3 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d3dee3", endColorstr="#ffffff", GradientType=1);
  padding-bottom: 80px;
}
html .liste #sticky-wrapper {
  float: left;
  width: 18% !important;
}
html .liste .filtres {
  float: left;
  width: 100%;
  padding-left: 20px;
  background: #fff;
  border-right: 1px solid #e1dddd;
  border-bottom: 1px solid #e1dddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .liste .filtres div {
  float: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 1px solid #00AEEF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .liste .filtres div:first-child {
  padding-top: 20px;
}
html .liste .filtres div:last-child {
  padding-bottom: 20px;
}
html .liste .filtres span {
  font-size: 1.2em;
  cursor: pointer;
  float: left;
  width: 100%;
  padding-top: 2px;
  background: #fff;
  margin-left: -1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .liste .filtres ul {
  float: left;
  width: 100%;
  padding-left: 10px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .liste .filtres ul li {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-right: 20px;
}
html .liste .filtres ul li span {
  display: inline-block;
  width: auto;
  padding: 5px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  color: #fff;
  background: #000;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
}
html .liste .filtres ul li.selected span {
  background: #00AEEF;
}
html .liste h1 {
  float: left;
  width: 100%;
  padding-bottom: 25px;
  margin-bottom: 25px;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-size: 3em;
  color: #000;
  background: url("/images/communs/underlineV2.png") no-repeat bottom left;
  vertical-align: middle;
}
html .liste h1 img {
  vertical-align: middle;
}
html .liste .resultats {
  float: left;
  width: 82%;
  min-height: 500px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .liste .resultats .offre {
  float: left;
  width: 33%;
  height: 340px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .liste .resultats .offre .image {
  float: left;
  position: relative;
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
html .liste .resultats .offre .image img {
  float: left;
  position: relative;
  z-index: 10;
  width: 100%;
  height: auto;
}
html .liste .resultats .offre .image img.offrespeciale {
  position: absolute;
  z-index: 20;
  width: 140px;
  height: auto;
  top: 0px;
  left: 0px;
}
html .liste .resultats .offre .image a.occasion {
  width: 92%;
  height: 92%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  overflow: hidden;
}
html .liste .resultats .offre .texte {
  float: left;
  width: 100%;
  height: 140px;
  text-align: center;
}
html .liste .resultats .offre .texte .titre {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 1.4em;
  padding-bottom: 5px;
}
html .liste .resultats .offre .texte p {
  float: left;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  padding-bottom: 5px;
}
html .liste .resultats .offre .texte p strong {
  font-weight: 700;
  font-size: 1.3em;
  color: #000;
}
html .liste .resultats .offre .texte p strike {
  font-weight: 700;
  font-size: 1.1em;
  color: #b8b8b8;
  text-decoration: line-through;
}
html .liste .resultats .offre .texte a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  font-weight: 700;
  color: #00AEEF;
  text-transform: uppercase;
}
html .liste .resultats .offre .texte a:hover {
  color: #aa0011;
}
html .liste .blocseo {
  float: left;
  width: 100%;
  padding-top: 60px;
}
html .liste .blocseo h2,
html .liste .blocseo h3 {
  color: #000;
  padding-bottom: 30px;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-size: 1.4em;
}
html .liste .blocseo p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  padding-bottom: 30px;
}
html .liste .blocseo ul {
  padding-left: 1.5em;
  padding-bottom: 30px;
}
html .liste .blocseo ul li:before {
  content: " ";
  font-family: 'Font Awesome 6 Sharp';
  font-weight: 900;
}
html .liste .blocseo .marque {
  padding-bottom: 30px;
}
html .liste .blocseo a.btn {
  color: #000;
}
html .liste .blocseo a.btn i {
  color: #000 !important;
}
html .liste .blocseo a.btn:hover {
  color: #fff;
}
html .liste .blocseo a.btn:hover i {
  color: #fff !important;
}
html .vehicules-electriques {
  float: left;
  width: 100%;
  padding-top: 30px;
  background: #d3dee3;
  background: -moz-linear-gradient(0deg, #d3dee3 0%, #ffffff 100%);
  background: -webkit-linear-gradient(0deg, #d3dee3 0%, #ffffff 100%);
  background: linear-gradient(0deg, #d3dee3 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d3dee3", endColorstr="#ffffff", GradientType=1);
  padding-bottom: 80px;
  text-align: center;
}
html .vehicules-electriques .bloc {
  display: inline-block;
  width: 25%;
  padding-left: 3%;
  padding-right: 3%;
  margin-bottom: 60px;
  border-right: 2px solid #00AEEF;
}
html .vehicules-electriques .bloc .image {
  float: left;
  width: 100%;
  height: 270px;
  -webkit-background-size: cover;
  /* pour anciens Chrome et Safari */
  background-size: cover;
  background-position: center center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .vehicules-electriques .bloc .image .cadre {
  float: left;
  width: 94%;
  height: 250px;
  margin-left: 3%;
  margin-top: 10px;
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .vehicules-electriques .bloc .textes {
  float: left;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .vehicules-electriques .bloc .textes h2 {
  float: left;
  width: 100%;
  color: #00AEEF;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  text-align: left;
  margin-top: 32px;
}
html .vehicules-electriques .bloc .textes p {
  float: left;
  width: 100%;
  height: 180px;
  line-height: 1.6em;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-align: left;
}
html .vehicules-electriques .bloc .textes .btn3 {
  float: none;
  display: inline-block;
  margin-bottom: 0px;
}
html .vehicules-electriques .bloc3 {
  border-right: 0px;
}
html .vehicules-electriques .bloc5 {
  border-right: 0px;
}
html .vehicules-electriques .bloc4,
html .vehicules-electriques .bloc5 {
  width: 40%;
}
html .spacermenu {
  float: left;
  width: 100%;
  height: 90px;
}
html #produit {
  float: left;
  width: 100%;
  padding-top: 30px;
  background: #d3dee3;
  background: -moz-linear-gradient(0deg, #d3dee3 0%, #ffffff 100%);
  background: -webkit-linear-gradient(0deg, #d3dee3 0%, #ffffff 100%);
  background: linear-gradient(0deg, #d3dee3 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d3dee3", endColorstr="#ffffff", GradientType=1);
}
html #produit .retour {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 700;
}
html #produit .retour:hover {
  color: #00AEEF;
}
html #produit .photos {
  float: left;
  width: 80%;
  height: 490px;
  text-align: center;
}
html #produit .photos img.offrespeciale {
  position: absolute;
  z-index: 20;
  width: 180px;
  height: auto;
  top: 50px;
  left: 10px;
}
html #produit .photos .occasioncontainer {
  float: left;
  position: relative;
  width: 100%;
  height: 490px;
  padding-top: 5px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #produit .photos .rslidesoccasion {
  position: relative;
  z-index: 700;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
}
html #produit .photos .rslidesoccasion 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;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
html #produit .photos .rslidesoccasion li .center {
  z-index: 850;
  height: 100%;
  background: transparent;
}
html #produit .photos .rslidesoccasion li:first-child {
  position: relative;
  display: block;
  float: left;
}
html #produit .photos .rslides2_nav {
  display: none;
}
html #produit .photos .rslides_tabs {
  position: absolute;
  z-index: 900;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
html #produit .photos .rslides_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
}
html #produit .photos .rslides_tabs li a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #000;
  border: 2px solid rgba(255, 255, 255, 0.4);
  display: inline-block;
  _display: block;
  *display: block;
  width: 9px;
  height: 9px;
}
html #produit .photos .rslides_tabs li.rslides_here a {
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.4);
}
html #produit .textes {
  float: right;
  width: 20%;
  text-align: right;
}
html #produit .textes h1 {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
  background: none;
}
html #produit .textes h2 {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  font-weight: 700;
}
html #produit .textes h2 strike {
  font-weight: 700;
  font-size: 1.1em;
  color: #b8b8b8;
  text-decoration: line-through;
}
html #produit .textes h2 strong {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-size: 2.4em;
}
html #produit .textes .reserver,
html #produit .textes .contacter {
  float: right;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.2em;
  margin: 0;
  margin-top: 30px;
  background: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #produit .textes .contacter {
  float: right;
  color: #fff;
  margin-top: 10px;
  background: #00AEEF;
}
html #produit .textes .reserver:hover {
  background: #525050;
}
html #produit .textes .contacter:hover {
  background: #aa0011;
}
html #produit .textes p {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  text-align: right;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  color: #7c7c7c;
  font-size: 1.2em;
  line-height: 1.2em;
}
html #produit .textes p strong {
  font-weight: 400;
  color: #000;
}
html #produit .description {
  float: left;
  width: 100%;
  padding-top: 20px;
}
html .suggestions {
  padding-bottom: 0px !important;
  background: #d2dde2;
}
html .suggestions h3 {
  float: left;
  width: 100%;
  padding-bottom: 25px;
  margin-bottom: 25px;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-size: 1.6em;
  color: #000;
  background: url("/images/communs/underlineV2.png") no-repeat bottom left;
}
html .suggestions .resultats {
  width: 100%;
  min-height: auto;
}
html .goelectric {
  float: left;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #FDD900;
}
html .goelectric h1 {
  padding-bottom: 20px;
  font-size: 3em;
  color: #fff;
  text-align: center;
}
html .goelectric p.firstp {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.4em;
  padding-bottom: 50px;
  text-align: center;
}
html .goelectric p.firstp strong {
  font-weight: 700;
}
html .goelectric p.callus {
  float: left;
  width: 100%;
  margin-bottom: 50px;
  border: 3px solid #000;
  padding: 20px;
  line-height: 1.4em;
  text-align: center;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-size: 1.8em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .goelectric p.callus strong {
  color: #00AEEF;
}
html .goelectric .offre {
  float: left;
  width: 48%;
  height: 500px;
  margin: 1%;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .goelectric .offre .image {
  float: left;
  position: relative;
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
html .goelectric .offre .image img {
  float: left;
  position: relative;
  z-index: 10;
  width: 60%;
  height: auto;
}
html .goelectric .offre .image img.offrespeciale {
  position: absolute;
  z-index: 20;
  width: 140px;
  height: auto;
  top: 0px;
  left: 5%;
}
html .goelectric .offre .texte {
  float: left;
  width: 100%;
  height: 140px;
  margin-top: 20px;
  text-align: center;
}
html .goelectric .offre .texte .titre {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 1.8em;
  padding-bottom: 5px;
}
html .goelectric .offre .texte .titre strong {
  display: inline-block;
  padding: 10px;
  padding-top: 11px;
  margin-left: 10px;
  color: #fff;
  background: #00AEEF;
  vertical-align: middle;
}
html .goelectric .offre .texte p {
  float: left;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  padding-bottom: 5px;
}
html .goelectric .offre .texte p strong {
  display: inline-block;
  padding: 10px;
  padding-top: 11px;
  font-weight: 700;
  font-size: 2.2em;
  color: #000;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
}
html .goelectric .offre .texte p .fa-arrow-right {
  font-size: 1.8em;
  margin-left: 10px;
}
html .goelectric .offre .texte p strike {
  font-weight: 700;
  font-size: 1.4em;
  color: #000;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  text-decoration: line-through;
}
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: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  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: #525050;
}
html .featherlight-content #popup .echec i {
  color: #e73233;
}
html .featherlight-content .featherlight-close {
  color: #000;
}
/*# sourceMappingURL=stylesV2.css.map */