@charset "UTF-8";
/*
 Theme Name:   Oxom
 Description:  Oxom Th├¿me
 Author:       C. Concept
 Author URI:   https://cconcept.lu
 Template:     twentyseventeen
 Version:      1.0.0
 Text Domain:  cconcept
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* mixins.scss */
/* --------------------------------------- */
/* THE mixin pour les MQ
/* --------------------------------------- */
/*_variables.scss */
/* colors */
/*_typography.scss*/
/* FONTS */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/jost/jost-v2-latin-regular.eot");
  src: local(""), url("assets/fonts/jost/jost-v2-latin-regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/jost/jost-v2-latin-regular.woff2") format("woff2"), url("assets/fonts/jost/jost-v2-latin-regular.woff") format("woff"), url("assets/fonts/jost/jost-v2-latin-regular.ttf") format("truetype"), url("assets/fonts/jost/jost-v2-latin-regular.svg#Jost") format("svg");
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  src: url("assets/fonts/jost/jost-v2-latin-500.eot");
  src: local(""), url("assets/fonts/jost/jost-v2-latin-500.eot?#iefix") format("embedded-opentype"), url("assets/fonts/jost/jost-v2-latin-500.woff2") format("woff2"), url("assets/fonts/jost/jost-v2-latin-500.woff") format("woff"), url("assets/fonts/jost/jost-v2-latin-500.ttf") format("truetype"), url("assets/fonts/jost/jost-v2-latin-500.svg#Jost") format("svg");
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/jost/jost-v2-latin-700.eot");
  src: local(""), url("assets/fonts/jost/jost-v2-latin-700.eot?#iefix") format("embedded-opentype"), url("assets/fonts/jost/jost-v2-latin-700.woff2") format("woff2"), url("assets/fonts/jost/jost-v2-latin-700.woff") format("woff"), url("assets/fonts/jost/jost-v2-latin-700.ttf") format("truetype"), url("assets/fonts/jost/jost-v2-latin-700.svg#Jost") format("svg");
}
@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: 400;
  src: url("assets/fonts/jost/jost-v2-latin-italic.eot");
  src: local(""), url("assets/fonts/jost/jost-v2-latin-italic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/jost/jost-v2-latin-italic.woff2") format("woff2"), url("assets/fonts/jost/jost-v2-latin-italic.woff") format("woff"), url("assets/fonts/jost/jost-v2-latin-italic.ttf") format("truetype"), url("assets/fonts/jost/jost-v2-latin-italic.svg#Jost") format("svg");
}
h1, h2, h3 {
  font-weight: 400;
  font-family: 'Jost', sans-serif;
}

h1 {
  font-size: 68px;
}

h2 {
  font-size: 60px;
}

h3 {
  font-size: 36px;
  font-weight: 600;
}

h4 {
  font-size: 20px;
}

a, p, li, span, input, label {
  font-size: 20px;
  font-family: 'Jost', sans-serif;
  line-height: 1.6;
}

/*_base.scss*/
/* CLEAR BOOTSTRAP */
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: none;
}

.navbar-default {
  background-color: transparent;
  border: none;
}

.navbar {
  min-height: 0;
  margin-bottom: 0;
}

.navbar-nav {
  flex-direction: row;
  justify-content: flex-end;
}

/* END CLEAR BOOTSTRAP */
body {
  width: 1920px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  color: #262626;
}

@media (min-width: 1200px) {
  .container {
    width: 1560px;
    max-width: 100%;
  }
}
img {
  max-width: 100%;
  height: auto;
  border-radius: 0;
}

p {
  margin: 0 0 10px;
}

strong {
  font-weight: 700;
}

a.cta-contour {
  display: inline-block;
  border: 1px solid #6caa38;
  padding: 6px 35px;
  font-weight: 700;
  color: #262626;
  transition: all .5s;
  position: relative;
  z-index: 1;
  text-align: center;
}
a.cta-contour:before {
  content: '';
  position: absolute;
  height: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #6caa38;
  transition: all .5s;
  z-index: -1;
}
a.cta-contour:hover {
  color: #fff;
  text-decoration: none;
}
a.cta-contour:hover:before {
  height: 100%;
}

a.cta-blanc {
  display: inline-block;
  color: #6caa38;
  background: #fff;
  padding: 6px 70px;
}
a.cta-blanc:hover {
  text-decoration: none;
}

.mur {
  width: 100%;
  padding-left: 185px;
  margin: 100px auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
.mur > div {
  min-height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mur > div:nth-child(1) {
  grid-area: 1 / 1 / 2 / 3;
  display: flex;
  align-items: center;
}
.mur > div:nth-child(1) .inner span {
  font-size: 36px;
  color: #262626;
}
.mur > div:nth-child(1) .inner h2 {
  font-size: 60px;
  color: #6caa38;
  font-weight: 700;
  margin-bottom: 50px;
}
.mur > div:nth-child(1) .inner ul {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
}
.mur > div:nth-child(1) .inner ul li a {
  padding-left: 40px;
  color: #262626;
  position: relative;
  font-size: 32px;
}
.mur > div:nth-child(1) .inner ul li a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  font-family: 'Font Awesome 5 Brands', sans-serif;
}
.mur > div:nth-child(1) .inner ul li:first-child {
  margin-right: 26px;
}
.mur > div:nth-child(1) .inner ul li:first-child a::before {
  content: '\f39e';
}
.mur > div:nth-child(1) .inner ul li:last-child a::before {
  content: '\f16d';
}
.mur > div:nth-child(2) {
  grid-area: 1 / 3 / 2 / 4;
  background-image: url("images/mur_img_1.jpg");
}
.mur > div:nth-child(3) {
  grid-area: 1 / 4 / 3 / 6;
  background-image: url("images/mur_img_2.jpg");
  background-position-x: -320px;
}
.mur > div:nth-child(4) {
  grid-area: 2 / 1 / 3 / 2;
  background-image: url("images/mur_img_3.jpg");
}
.mur > div:nth-child(5) {
  grid-area: 2 / 2 / 3 / 3;
  background-image: url("images/mur_img_4.jpg");
}
.mur > div:nth-child(6) {
  grid-area: 2 / 3 / 3 / 4;
  background-image: url("images/mur_img_5.jpg");
}

@media all and (max-width: 1650px) {
  .mur {
    padding-left: 59px;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .mur > div {
    min-height: 250px;
  }
  .mur > div:nth-child(1) {
    grid-area: 1 / 1 / 2 / 4;
    justify-content: center;
  }
  .mur > div:nth-child(2) {
    grid-area: 1 / 4 / 2 / 6;
  }
  .mur > div:nth-child(3) {
    grid-area: 2 / 1 / 3 / 2;
    background-position: center;
  }
  .mur > div:nth-child(4) {
    grid-area: 2 / 2 / 3 / 3;
  }
  .mur > div:nth-child(5) {
    grid-area: 2 / 3 / 3 / 4;
  }
  .mur > div:nth-child(6) {
    grid-area: 2 / 4 / 3 / 6;
  }
}
@media all and (max-width: 1280px) {
  body.archive.category  #bck-img { display: none; }
  .mur {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  .mur > div {
    min-height: 250px;
  }
  .mur > div:nth-child(1) {
    grid-area: 1 / 1 / 2 / 4;
    justify-content: center;
  }
  .mur > div:nth-child(1) .inner {
    text-align: center;
  }
  .mur > div:nth-child(2) {
    grid-area: 2 / 1 / 3 / 2;
  }
  .mur > div:nth-child(3) {
    grid-area: 2 / 2 / 3 / 3;
    background-position: center;
  }
  .mur > div:nth-child(4) {
    grid-area: 2 / 3 / 3 / 4;
  }
  .mur > div:nth-child(5) {
    grid-area: 3 / 1 / 4 / 2;
  }
  .mur > div:nth-child(6) {
    grid-area: 3 / 2 / 4 / 4;
  }
}
@media all and (max-width: 991px) {
  .mur {
    padding: 0 16px;
  }
}
@media all and (max-width: 650px) {
  .mur {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  .mur > div {
    min-height: 300px;
  }
  .mur > div:nth-child(1) {
    grid-area: 1 / 1 / 2 / 3;
  }
  .mur > div:nth-child(2) {
    grid-area: 2 / 1 / 3 / 2;
  }
  .mur > div:nth-child(3) {
    grid-area: 2 / 2 / 3 / 3;
  }
  .mur > div:nth-child(4) {
    grid-area: 3 / 1 / 4 / 2;
  }
  .mur > div:nth-child(5) {
    grid-area: 3 / 2 / 4 / 3;
  }
  .mur > div:nth-child(6) {
    display: none;
  }
}
@media all and (max-width: 460px) {
  .mur > div {
    min-height: 150px;
  }
  .mur > div:first-child h2 {
    margin-bottom: 20px;
  }
  .mur > div:first-child ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.page-template #header-interne .titre-header #h1home {
  color: #fff;
  font-weight: 600;
}
.page-template #header-interne .titre-header #h1home span {
  font-size: 68px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
}
.page-template #formulaire {
  position: relative;
  z-index: 1;
}
.page-template #formulaire:after {
  content: '';
  position: absolute;
  right: 0;
  width: 250px;
  height: 100%;
  background: #fff;
  top: 0;
  z-index: -1;
}
.page-template #formulaire .container {
  background: #fff;
  margin-top: -275px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-template #formulaire .container h2 {
  font-size: 60px;
  font-weight: 600;
  color: #6caa38;
  margin-bottom: 75px;
}
.page-template #formulaire .container h2 span {
  display: block;
  font-size: 36px;
  color: #262626;
  font-weight: 400;
}
.page-template #formulaire .container form br {
  display: none;
}
.page-template #formulaire .container form input[type="text"], .page-template #formulaire .container form input[type="email"], .page-template #formulaire .container form input[type="tel"], .page-template #formulaire .container form textarea {
  border: 1px solid #f6f6f6;
  background: #f6f6f6;
  color: #6caa38;
  padding: 25px 15px 25px 50px;
  transition: all .3s;
  max-width: 100%;
}
.page-template #formulaire .container form input[type="text"]:focus, .page-template #formulaire .container form input[type="email"]:focus, .page-template #formulaire .container form input[type="tel"]:focus, .page-template #formulaire .container form textarea:focus {
  border: 1px solid #6caa38;
}
.page-template #formulaire .container form button[type="submit"] {
  font-size: 20px;
  font-family: 'Jost', sans-serif;
  line-height: 1.6;
  cursor: pointer;
  margin-top: 25px;
  background: #6caa38;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 8px 35px;
  font-weight: 600;
  transition: all .3s ease-in;
}
.page-template #formulaire .container form button[type="submit"]:hover, .page-template #formulaire .container form button[type="submit"]:focus {
  background: #477025;
}

.page-template #formulaire .container form input,
.page-template #formulaire .container form textarea { width: 100%;}

.page-template #formulaire .form-group { margin-bottom: 0; }

.page-template #formulaire .container form textarea {
  max-height: 300px;
}
.page-template #formulaire .container form label {
  position: relative;
  display: block;
  width: 100%;
}
.page-template #formulaire .container form label .ico {
  position: absolute;
  left: 15px;
  top: 30px;
  width: 22px;
  height: 22px;
  z-index: 1;
}
.page-template #formulaire .container form label.fb-text-label[for=nom_prenom] .ico {
  background: url("images/contact_ic_user.png") center no-repeat;
}
.page-template #formulaire .container form label.fb-text-label[for=email] .ico  {
  background: url("images/contact_ic_mail.png") center no-repeat;
}
.page-template #formulaire .container form label.fb-text-label[for=telephone] .ico  {
  background: url("images/contact_ic_phone.png") center no-repeat;
}
.page-template #formulaire .container form label.fb-textarea-label[for=message] .ico {
  background: url("images/contact_ic_message.png") center no-repeat;
}

.page-template #formulaire .container form .fb-text-label,
.page-template #formulaire .container form .fb-textarea-label {
  margin-bottom: 25px;
}

.page-template #formulaire .container form .is-invalid { border-color: #dc3545 !important;}

.page-template #formulaire .container form input[type="checkbox"] {
  opacity: 0;
  position: relative;
  top: 25px;
}
.page-template #formulaire .container form .wpcf7-list-item {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.page-template #formulaire .container form span.wpcf7-list-item-label::after {
  content: " ";
}
.page-template #formulaire .container form .l-rgpd span {
  font-size: 18px !important;
  line-height: 1.2;
}
.page-template #formulaire .container form .l-rgpd span {
  padding-left: 35px;
  display: inline-block;
}
.page-template #formulaire .container form label[for=check-0] {
  cursor: pointer;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 32px;
}
.page-template #formulaire .container form label[for=check-0]::before {
  content: "\f00c";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: transparent;
  text-align: center;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  display: block;
  width: 25px;
  height: 25px;
  background: #f6f6f6;
}
.page-template #formulaire .container form input[type="checkbox"]:checked ~ label[for=check-0]::before {
  background: #6caa38;
  color: #fff;
  opacity: 1;
  line-height: 1.2;
}

.page-template-contact-template #content {
  background: #6caa38;
}
.page-template-contact-template #coordonnees {
  padding: 75px 0;
}
.page-template-contact-template #coordonnees p, .page-template-contact-template #coordonnees a {
  color: #fff;
  margin-bottom: 0;
  font-size: 22px;
}
.page-template-contact-template #coordonnees .email {
  padding: 20px 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.7);
}
.page-template-contact-template #coordonnees .email a {
  margin-left: 35px;
  display: inline-block;
}
.page-template-contact-template #coordonnees .email a.m {
  text-decoration: underline;
  margin-bottom: 25px;
}
.page-template-contact-template #coordonnees .adresse {
  padding: 20px 15px 20px 75px;
}
.page-template-contact-template #coordonnees .adresse strong {
  margin-right: 35px;
}
.page-template-contact-template #map {
  position: relative;
}
.page-template-contact-template #map h2 {
  color: #fff;
  font-weight: 500;
}
.page-template-contact-template #map #themap {
  height: 550px;
  margin-top: 75px;
}
.page-template-contact-template .interet {
  padding: 100px 0;
  background: #fff;
}
.page-template-contact-template .interet a {
  color: #fff;
  background: #6caa38;
  font-weight: 700;
  display: inline-block;
  margin-top: 35px;
  padding: 12px 25px;
  border-radius: 10px;
  transition: all .3s ease-in;
}
.page-template-contact-template .interet a:hover {
  text-decoration: none;
  background: #477025;
  transform: scale(1.1);
  transition: all .3s ease-out;
}
.page-template-contact-template #bloc-coord {
  margin-top: 0;
}
.page-template-contact-template div.wpcf7-validation-errors, .page-template-contact-template div.wpcf7-acceptance-missing, .page-template-contact-template div.wpcf7-mail-sent-ok, .page-template-contact-template div.wpcf7-mail-sent-ng, .page-template-contact-template div.wpcf7-aborted {
  border: none !important;
  color: #6caa38;
  text-align: left;
  margin: 2em 0 1em !important;
  padding: 0.2em 0 !important;
  font-family: 'Jost', sans-serif;
  line-height: 1.6;
}
.page-template-contact-template span.wpcf7-not-valid-tip {
  font-size: 16px !important;
  color: #6caa38 !important;
}
.page-template-contact-template .col-md-4 span.wpcf7-not-valid-tip {
  position: relative;
  top: -25px;
}

.error404 #bloc-coord {
  margin-top: 0;
}
.error404 #header-interne {
  padding-bottom: 0;
}
.error404 .page-content {
  padding: 75px 0;
}
.error404 .page-content a {
  color: #fff;
  background: #6caa38;
  font-weight: 700;
  display: inline-block;
  padding: 12px 25px;
  border-radius: 10px;
}
.error404 .page-content a:hover {
  text-decoration: none;
}

.page-template-default #bloc-coord {
  margin-top: 0;
}
.page-template-default .titre-header #h1home {
  font-weight: 700 !important;
  color: #fff !important;
}
.page-template-default .titre-header #h1home span {
  font-size: 68px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
}
.page-template-default article {
  position: relative;
  margin-top: -275px;
  background: #fff;
}
.page-template-default article .container {
  padding: 75px 15px;
}
.page-template-default article .container a {
  color: #6caa38;
}
.page-template-default article .container h2.titre-mention {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
}
.page-template-default article .container h2 {
  margin: 35px 0 25px;
  font-size: 36px;
  position: relative;
  font-weight: 700;
}
.page-template-default article .container h2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #6caa38;
  width: 3px;
  height: 100%;
}
.page-template-default article ul {
  margin-left: 45px;
}
.page-template-default article ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}
.page-template-default article ul li:before {
  content: '\f105';
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  height: 20px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #6caa38;
}

.page-template-default #introduction {
  position: relative;
  z-index: 3;
}
.page-template-default #introduction:after {
  content: '';
  position: absolute;
  right: 0;
  width: 250px;
  height: 100%;
  background: #fff;
  top: 0;
  z-index: -1;
}
.page-template-default #introduction .desc {
  width: 60%;
}
.page-template-default #introduction .container {
  background: #fff;
  padding: 50px 15px;
}
.page-template-default #post-243 {
  background: transparent;
}
.page-template-default #post-243 .contenu {
  background: #6caa38;
  margin-top: -150px;
  padding-top: 150px;
  padding-bottom: 100px;
}
.page-template-default #post-243 .contenu .row {
  margin-bottom: 75px;
}
.page-template-default #post-243 .contenu span.icone:after {
  content: '';
  position: absolute;
  background: url("images/home_av_ic_01.svg");
  width: 88px;
  height: 102px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.page-template-default #post-243 .contenu span.icone:before {
  content: '';
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: -75px;
  z-index: 1;
}
.page-template-default #post-243 .contenu .conso h2 {
  color: #6caa38;
}
.page-template-default #post-243 .contenu .conso .col-xl-5 {
  background: url("images/avantage_01_bg.jpg");
}
.page-template-default #post-243 .contenu .conso span.icone:before {
  background: #96c93d;
  background: linear-gradient(180deg, #96c93d 0%, #96c93d 0%, #26811f 100%);
}
.page-template-default #post-243 .contenu .statio h2 {
  color: #0f7280;
}
.page-template-default #post-243 .contenu .statio .col-xl-5 {
  background: url("images/avantage_02_bg.jpg");
}
.page-template-default #post-243 .contenu .statio span.icone:before {
  background: #36d1dc;
  background: linear-gradient(180deg, #36d1dc 0%, #36d1dc 0%, #0f7280 100%);
}
.page-template-default #post-243 .contenu .statio span.icone:after {
  background: url("images/home_av_ic_02.svg");
  width: 85px;
  height: 102px;
}
.page-template-default #post-243 .contenu .frais h2 {
  color: #f37335;
}
.page-template-default #post-243 .contenu .frais .col-xl-5 {
  background: url("images/avantage_03_bg.jpg");
}
.page-template-default #post-243 .contenu .frais span.icone:before {
  background: #fdc830;
  background: linear-gradient(180deg, #fdc830 0%, #fdc830 0%, #f37335 100%);
}
.page-template-default #post-243 .contenu .frais span.icone:after {
  background: url("images/home_av_ic_03.svg");
  width: 120px;
  height: 102px;
}
.page-template-default #post-243 .contenu .permis h2 {
  color: #402275;
}
.page-template-default #post-243 .contenu .permis .col-xl-5 {
  background: url("images/avantage_04_bg.jpg");
}
.page-template-default #post-243 .contenu .permis span.icone:before {
  background: #8c61d8;
  background: linear-gradient(180deg, #8c61d8 0%, #8c61d8 0%, #402275 100%);
}
.page-template-default #post-243 .contenu .permis span.icone:after {
  background: url("images/home_av_ic_04.svg");
  width: 116px;
  height: 96px;
}
.page-template-default #post-243 .contenu .col-xl-5 {
  position: relative;
  padding: 0;
  background-size: cover !important;
}
.page-template-default #post-243 .contenu .texte {
  background: #fff;
  padding: 50px;
}
.page-template-default #post-243 .contenu .texte h2 {
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px;
}
.page-template-default #post-243 .contenu .texte h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.page-template-default #post-243 .contenu .texte p {
  margin-bottom: 35px;
}
.page-template-default #post-243 .contenu .texte h2:before {
  content: none !important;
}
.page-template-default #call-to-action {
  text-align: center;
  position: relative;
  z-index: 1;
}
.page-template-default #call-to-action:after {
  content: '';
  position: absolute;
  right: 0;
  width: 250px;
  height: 100%;
  background: #fff;
  top: 0;
  z-index: -1;
}
.page-template-default #call-to-action .container {
  background: #fff;
  margin-top: -150px;
}
.page-template-default #call-to-action .container h2 {
  font-size: 48px;
  margin-bottom: 50px;
}
.page-template-default #call-to-action .container h2:before {
  content: none !important;
}
.page-template-default #call-to-action .container p {
  font-size: 28px;
  margin: 0 auto 35px;
  width: 767px;
  max-width: 100%;
}
.page-template-default #call-to-action .container a {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 10px;
  background: #6caa38;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  transition: all .3s ease-in;
}
.page-template-default #call-to-action .container a:hover {
  text-decoration: none;
  background: #477025;
  transform: scale(1.1);
}

.page-template-default #post-245 {
  background: transparent;
}
.page-template-default #post-245 h1 {
  font-size: 60px;
  color: #6caa38;
  font-weight: 600;
  margin-bottom: 45px;
}
.page-template-default #post-245 .question {
  padding: 30px 35px;
  background: #f6f6f6;
  margin: 30px 0;
  position: relative;
}
.page-template-default #post-245 .question:hover {
  cursor: pointer;
}
.page-template-default #post-245 .question span:last-child:after {
  content: '\f107';
  display: block;
  position: absolute;
  font-weight: 900 !important;
  width: 21px;
  height: 44px;
  top: -2px;
  right: 35px;
  bottom: 0;
  margin: auto;
  color: #6caa38;
  font-size: 32px;
  transition: all .3s ease-out;
  font-family: 'Font Awesome 5 Free';
}
.page-template-default #post-245 .question span.active-item:last-child:after {
  content: '\f106';
  transition: all .3s ease-in;
}
.page-template-default #post-245 .question p {
  margin-bottom: 0;
}
.page-template-default #post-245 .reponse {
  display: none;
}
.page-template-default #post-245 #call-to-action .container {
  margin-top: 0;
}
.page-template-default #post-245 article .container {
  padding: 75px 15px 0;
}

.page-id-248 article {
  background: transparent !important;
}
.page-id-248 #a-propos p {
  margin-bottom: 35px;
}
.page-id-248 #a-propos .contenu {
  background: #fff;
  position: relative;
  z-index: 1;
}
.page-id-248 #a-propos .contenu .container {
  padding: 75px 15px 125px;
}
.page-id-248 #a-propos .contenu:after {
  content: '';
  position: absolute;
  left: 0;
  width: calc((100vw - 1640px)/2);
  height: 250px;
  background: #6caa38;
  bottom: 0;
  z-index: -1;
}
.page-id-248 #a-propos #introduction h2 {
  padding-left: 0;
  color: #6caa38;
  font-size: 60px;
}
.page-id-248 #a-propos #introduction h2:before {
  content: none;
}
.page-id-248 #a-propos #introduction h2 span {
  display: block;
  font-weight: 400;
  color: #212529;
  font-size: 32px;
}
.page-id-248 #a-propos #call-to-action .container {
  margin-top: 0;
}
.page-id-248 .contenu2 {
  background: #6caa38;
  padding-bottom: 150px;
}
.page-id-248 .contenu2 p {
  color: #fff;
}
.page-id-248 .contenu2 h2 {
  color: #fff;
  font-size: 60px !important;
  margin-bottom: 100px !important;
  padding-left: 15px !important;
}
.page-id-248 .contenu2 h2:before {
  content: none;
}
.page-id-248 .contenu2 .lasttexte {
  margin-top: 75px;
}
.page-id-248 .contenu2 .images_plastiques {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-id-248 .contenu2 .images_plastiques .left {
  margin-right: 35px;
}
.page-id-248 .equipe {
  position: relative;
  z-index: 1;
}
.page-id-248 .equipe:after {
  content: '';
  position: absolute;
  right: 0;
  width: 250px;
  height: 150px;
  background: #fff;
  top: 0;
  z-index: -1;
}
.page-id-248 .equipe .container {
  margin-top: -150px;
  background: #fff;
}
.page-id-248 .equipe .col-xl-3 {
  padding: 0 7.5px;
}
.page-id-248 .equipe h2 {
  font-size: 60px !important;
  color: #6caa38;
  padding-left: 15px !important;
  margin-bottom: 75px !important;
}
.page-id-248 .equipe h2:before {
  content: none !important;
}
.page-id-248 .equipe h3 {
  font-weight: 400;
  color: #6caa38;
  margin-bottom: 25px;
}

.page-template-contact-template #map h2 {
  margin-bottom: 50px;
}

.distributeur {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 15px;
  margin-bottom: 45px;
  text-align: center;
}
.distributeur img {
  margin: 16px 0;
}
.distributeur h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 25px;
}
.distributeur p {
  color: #fff;
  margin-bottom: 15px;
}

.page-id-56 #post-56 {
  background: transparent !important;
}
.page-id-56 #post-56 .container h2::before {
  content: none;
}

/* header.scss */
header {
  background: #262626;
  padding-bottom: 300px;
}

#logo-menu {
  z-index: 999 !important;
}
#logo-menu .menu-top {
  transition: width .3s ease-in;
  padding: 60px 45px;
  background: #fff;
}
#logo-menu .menu-top ul li {
  padding: 25px 15px;
}
#logo-menu .menu-top ul li#menu-item-21 {
  padding-right: 0;
}
#logo-menu .menu-top ul li#menu-item-21 a {
  padding: 6px 20px;
  border-radius: 10px;
  background: #6caa38;
  transition: all .3s ease-in;
  color: #fff;
}
#logo-menu .menu-top ul li#menu-item-21 a:hover {
  text-decoration: none;
  background: #477025;
}
#logo-menu .menu-top ul li.current-menu-item:last-child a {
  color: #fff !important;
}
#logo-menu .menu-top ul li a {
  color: #262626;
  font-weight: 700;
}
#logo-menu .menu-top #menu-item-253 a:hover {
  color: #6caa38 !important;
}

@keyframes menuAppear {
  from {
    top: -150px;
  }
  to {
    top: 0;
  }
}
body.scrolled #page {
  padding-top: 250px;
}
body.scrolled #logo-menu .menu-top {
  transition: width .3s ease-out;
  margin-left: 0;
  margin-right: 0;
  position: fixed;
  width: 100vw;
  left: 0;
  top: -100px;
  z-index: 9999;
  padding: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  animation: menuAppear .3s ease-in forwards;
}
body.scrolled #logo-menu .menu-top #logo {
  max-width: 200px;
}

.navbar > .container, .navbar > .container-fluid {
  padding: 0 !important;
}

#h1home {
  padding-left: 70px;
  color: #fff;
  font-size: 68px;
  font-weight: 700;
  margin: 128px 0;
  line-height: 100px;
  position: relative;
}
#h1home:before {
  content: '';
  position: absolute;
  left: -15px;
  bottom: 0;
  height: 100%;
  width: 8px;
  background: #6caa38;
}

.navbar-nav li a {
  position: relative;
  transition: all .75s;
}
.navbar-nav li a:before {
  content: '';
  position: absolute;
  bottom: -7px;
  width: 0;
  height: 5px;
  background-color: #6caa38;
  left: 0;
  transition: all .75s;
}
.navbar-nav li a i {
  color: #6caa38;
}
.navbar-nav li a:hover {
  text-decoration: none;
  color: #6caa38 !important;
}
.navbar-nav li a:hover:before {
  width: 100%;
}
.navbar-nav li:last-child > a:before {
  content: none !important;
}
.navbar-nav li:last-child > a:hover {
  color: #fff !important;
}
.navbar-nav li.current-menu-item > a, .navbar-nav li.current-menu-parent > a {
  text-decoration: none;
  color: #6caa38 !important;
}
.navbar-nav li.current-menu-item > a:before, .navbar-nav li.current-menu-parent > a:before {
  width: 100%;
}
.navbar-nav li.current-menu-item:last-child > a, .navbar-nav li.current-menu-parent:last-child > a {
  color: #fff;
}
.navbar-nav li.current-menu-item ul li:last-child a:hover, .navbar-nav li.current-menu-parent ul li:last-child a:hover {
  color: #6caa38 !important;
}

ul.sub-menu {
  position: absolute;
  bottom: -15px;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease-in;
  transform: translateY(10px);
}
ul.sub-menu li {
  display: inline;
  padding: 15px 0 !important;
  margin: 0 15px;
}
ul.sub-menu li a:before {
  content: none !important;
}
ul.sub-menu li a:hover {
  text-decoration: none;
}
ul.sub-menu li:first-child {
  margin-left: 0;
}
ul.sub-menu li:last-child {
  margin-right: 0;
}

@media all and (min-width: 769px) {
  .menu-item-has-children:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transition: all .3s ease-out;
    transform: translateY(0);
  }
}
.slider-home__wrapper {
  max-width: 1203px;
  margin-left: auto;
  position: relative;
}

#slider-home .slick-slide img {
  float: right;
}

.slide-d {
  position: relative;
  margin-top: -300px;
  z-index: 1;
}
.slide-d #scroller-down {
  position: absolute;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
  top: 125px;
  left: 30px;
}

#elec100 {
  padding: 128px 0;
}
#elec100 h2 {
  color: #6caa38;
  font-size: 60px;
  font-weight: 700;
}
#elec100 h2 span {
  color: #262626;
  font-weight: 400;
  display: block;
  font-size: 36px;
  margin-bottom: 10px;
}
#elec100 .info p {
  margin-bottom: 0;
}
#elec100 .cta {
  text-align: right;
}

.onleft {
  padding-left: 70px;
}

#alaune {
  position: relative;
  padding: 75px 0;
  z-index: 1;
  margin-bottom: 128px;
}
#alaune:after {
  content: '';
  position: absolute;
  height: 100%;
  width: calc(100% - calc((100% - 1560px)/2));
  background: url("images/home_a_la_une_bg.jpg") center no-repeat;
  background-size: cover;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#alaune h2 {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
}
#alaune .event h3 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 600;
}
#alaune .event p {
  margin-bottom: 0;
  color: #fff;
}

#equilibre {
  padding: 100px 0;
  background: #262626 url("images/home_avantages_bg.jpg") center no-repeat;
}
#equilibre h2 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 75px;
  font-weight: 700;
  text-align: center;
}
#equilibre h2 span {
  color: #fff;
  text-decoration: underline;
  font-size: 60px;
}
#equilibre .avtg {
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
}
#equilibre .avtg:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.6);
}
#equilibre .avtg.last:after {
  content: none;
}
#equilibre .avtg .vide {
  position: relative;
}
#equilibre .avtg .vide:nth-child(odd):before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
}
#equilibre .avtg .info {
  padding: 35px 50px;
  height: 301px;
  position: relative;
  overflow: hidden;
}
#equilibre .avtg .info:nth-child(odd):before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
}
#equilibre .avtg .info span.ico {
  display: block;
  margin: 25px auto 25px;
  position: relative;
  z-index: 1;
}
#equilibre .avtg .info span.ico:after {
  content: '';
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: -75px;
  z-index: -1;
}
#equilibre .avtg .info.info-conso span.ico {
  position: relative;
  z-index: 1;
  width: 88px;
  height: 150px;
}
#equilibre .avtg .info.info-conso span.ico:before {
  content: '';
  position: absolute;
  background: url("images/home_av_ic_01.svg");
  width: 88px;
  height: 102px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#equilibre .avtg .info.info-conso span.ico:after {
  background: #96c93d;
  background: linear-gradient(180deg, #96c93d 0%, #96c93d 0%, #26811f 100%);
}
#equilibre .avtg .info.info-statio span.ico {
  position: relative;
  z-index: 1;
  width: 85px;
  height: 150px;
}
#equilibre .avtg .info.info-statio span.ico:before {
  content: '';
  position: absolute;
  background: url("images/home_av_ic_02.svg");
  width: 85px;
  height: 102px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#equilibre .avtg .info.info-statio span.ico:after {
  background: #36d1dc;
  background: linear-gradient(180deg, #36d1dc 0%, #36d1dc 0%, #0f7280 100%);
}
#equilibre .avtg .info.info-entretien span.ico {
  position: relative;
  z-index: 1;
  width: 120px;
  height: 150px;
}
#equilibre .avtg .info.info-entretien span.ico:before {
  content: '';
  position: absolute;
  background: url("images/home_av_ic_03.svg");
  width: 120px;
  height: 102px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#equilibre .avtg .info.info-entretien span.ico:after {
  background: #fdc830;
  background: linear-gradient(180deg, #fdc830 0%, #fdc830 0%, #f37335 100%);
}
#equilibre .avtg .info.info-permis span.ico {
  position: relative;
  z-index: 1;
  width: 116px;
  height: 150px;
}
#equilibre .avtg .info.info-permis span.ico:before {
  content: '';
  position: absolute;
  background: url("images/home_av_ic_04.svg");
  width: 116px;
  height: 96px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#equilibre .avtg .info.info-permis span.ico:after {
  background: #8c61d8;
  background: linear-gradient(180deg, #8c61d8 0%, #8c61d8 0%, #402275 100%);
}
#equilibre .avtg .vide {
  height: 301px;
}
#equilibre .avtg span.txt {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  font-size: 22px;
}
#equilibre .lien-cta {
  padding: 100px 15px 0;
}
#equilibre #ensavoirp {
  color: rgba(255, 255, 255, 0.75);
  font-size: 28px;
  margin: 0 15px;
}
#equilibre a.cta-contour {
  color: #fff;
  margin: 0 15px;
}

#content-solutions {
  padding: 600px 0 100px;
  background: #262626;
  margin-top: -500px;
}
#content-solutions h2 {
  color: #fff;
  line-height: 80px;
  margin-bottom: 60px;
}
#content-solutions h2 span {
  display: block;
  font-size: 32px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
}
#content-solutions p {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 20px;
}
#content-solutions .cta-contour {
  color: #fff;
  margin-top: 50px;
}
#content-solutions #chiffres .carre {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
  padding: 45px 0;
}
#content-solutions #chiffres .carre .chiffre {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  margin-right: 15px;
}
#content-solutions #chiffres .carre .txt {
  margin-bottom: 0;
  margin-top: 15px;
}
#content-solutions #chiffres .carre.carre1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
#content-solutions #chiffres .carre.carre2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
#content-solutions #chiffres .carre.carre3 {
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
#content-solutions #chiffres .carre.carre1 .ico {
  display: inline-block;
  width: 35px;
  height: 55px;
  background: url("images/home_oxom_ic_01.svg");
}
#content-solutions #chiffres .carre.carre2 .ico {
  display: inline-block;
  width: 82px;
  height: 55px;
  background: url("images/home_oxom_ic_02.svg");
}
#content-solutions #chiffres .carre.carre3 .ico {
  display: inline-block;
  width: 83px;
  height: 55px;
  background: url("images/home_oxom_ic_03.svg");
}
#content-solutions #chiffres .carre.carre4 .ico {
  display: inline-block;
  width: 59px;
  height: 54px;
  background: url("images/home_oxom_ic_04.svg");
}

#ctn-img-solu {
  position: relative;
  display: inline-block;
}
#ctn-img-solu:after {
  content: '';
  position: absolute;
  height: 400px;
  width: 87px;
  right: -43px;
  bottom: -80px;
  background: url("images/home_oxom_vertical.svg");
}

#test-drive {
  background: url("images/home_test_drive_bg.jpg") bottom center no-repeat;
  padding: 175px 0 250px;
  text-align: center;
  position: relative;
}
#test-drive h2 {
  color: #fff;
  margin-bottom: 75px;
  font-weight: 700;
}
#test-drive a {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 10px;
  background: #fff;
  color: #6caa38;
  font-weight: 700;
  font-size: 26px;
  transition: all .3s ease-in;
}
#test-drive a:hover {
  text-decoration: none;
  transform: scale(1.1);
  transition: all .3s ease-out;
}

#marques {
  position: relative;
  margin-bottom: 75px;
}
#marques:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #262626;
  width: 100%;
  height: 627px;
  z-index: -1;
}
#marques h2 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 75px;
  color: #fff;
}
#marques #slider-voitures .slick-slide {
  transition: all .5s;
}
#marques #slider-voitures .slick-slide .slider__item {
  padding-top: 50px;
}
#marques #slider-voitures .slick-slide .slider__item img {
  opacity: .7;
}
#marques #slider-voitures .slick-current {
  width: 630px !important;
  padding: 0;
}
#marques #slider-voitures .slick-current .slider__item {
  padding-top: 0;
}
#marques #slider-voitures .slick-current .slider__item img {
  opacity: 1;
}
#marques #slider-voitures .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
#marques #slider-voitures .slick-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  margin: auto;
  bottom: -80px;
  z-index: 9;
}
#marques #slider-voitures .slick-btn.slick-prev {
  left: -30%;
  right: 0;
}
#marques #slider-voitures .slick-btn.slick-next {
  left: 30%;
  right: 0;
}
#marques #slider-info-voitures {
  margin-top: 35px;
}
#marques #slider-info-voitures .txt {
  width: 30%;
}
#marques #slider-info-voitures .txt img {
  display: block;
  margin: 0 auto 50px;
  opacity: 1 !important;
}
#marques #slider-info-voitures .txt a.cta-contour {
  margin-top: 45px;
}
#marques #slider-info-voitures .txt span.pagination {
  margin-top: 30px;
  display: inline-block;
  font-size: 22px;
}
#marques #slider-info-voitures .txt span.pagination .current {
  color: #6caa38;
  font-size: 28px;
}
#marques #slider-info-voitures .slick-slide img {
  opacity: .7;
}

#bloc-coord {
  margin-top: -150px;
  position: relative;
  z-index: 1;
}
#bloc-coord:before {
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  width: 300px;
  top: 0;
  background: #6caa38;
  z-index: -1;
}
#bloc-coord .container .coord {
  padding: 75px 0;
  background: #6caa38;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
#bloc-coord .container .coord p, #bloc-coord .container .coord a {
  color: #fff;
}
#bloc-coord .container .coord .info {
  margin-right: 75px;
}
#bloc-coord .container .coord .info a {
  font-size: 36px;
}
#bloc-coord .container .coord .info a:first-child {
  text-decoration: underline;
}
#bloc-coord .container .coord .info a:last-child:hover {
  text-decoration: none;
}
#bloc-coord .container .coord .adresse p {
  margin-bottom: 0;
}

.info-conso:hover + .vide .img {
  top: 0;
}

.avtg .info {
  cursor: pointer;
  position: relative;
}
.avtg .info .txt-plus {
  color: #fff;
  text-align: left;
  margin-top: 35px;
  margin-bottom: 0;
  padding: 0 15px 35px;
}
.avtg .info .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all .5s;
}
.avtg .info .content .txt {
  padding: 0 15px;
}

.info-conso + .vide {
  position: relative;
  overflow: hidden;
}
.info-conso + .vide .img {
  position: absolute;
  left: 0;
  top: -301px;
  background-image: url("images/home_av_01_faible_conso_energetique.jpg");
  background-position: center;
  height: 100%;
  width: 100%;
  transition: all .5s;
}

.info-conso {
  position: relative;
  z-index: 1;
}
.info-conso:hover:after {
  bottom: 0;
}
.info-conso:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: #96c93d;
  background: linear-gradient(180deg, #96c93d 0%, #96c93d 0%, #26811f 100%);
  bottom: -100%;
  left: 0;
  transition: all .5s;
  z-index: -1;
}
.info-conso:hover .content {
  top: -180px;
}

.info-statio {
  position: relative;
  z-index: 1;
}
.info-statio .txt-plus {
  margin-top: 60px !important;
}
.info-statio:hover:after {
  top: 0;
}
.info-statio:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: #36d1dc;
  background: linear-gradient(180deg, #36d1dc 0%, #36d1dc 0%, #0f7280 100%);
  top: -100%;
  left: 0;
  transition: all .5s;
  z-index: -1;
}
.info-statio:hover .content {
  top: -140px;
}

.vide.is {
  position: relative;
  overflow: hidden;
}
.vide.is .img {
  position: absolute;
  left: 0;
  bottom: -301px;
  background-image: url("images/home_av_02_stationnement_facile.jpg");
  background-position: center;
  height: 100%;
  width: 100%;
  transition: all .5s;
}

.info-entretien {
  position: relative;
  z-index: 1;
}
.info-entretien .txt-plus {
  margin-top: 60px !important;
}
.info-entretien:hover:after {
  bottom: 0;
}
.info-entretien:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: #fdc830;
  background: linear-gradient(180deg, #fdc830 0%, #fdc830 0%, #f37335 100%);
  bottom: -100%;
  left: 0;
  transition: all .5s;
  z-index: -1;
}
.info-entretien:hover .content {
  top: -140px;
}

.info-entretien + .vide {
  position: relative;
  overflow: hidden;
}
.info-entretien + .vide .img {
  position: absolute;
  left: 0;
  top: -301px;
  background-image: url("images/home_av_03_entretien_quasi_nul.jpg");
  background-position: center;
  height: 100%;
  width: 100%;
  transition: all .5s;
}

.info-entretien:hover + .vide .img {
  top: 0;
}

.info-permis {
  position: relative;
  z-index: 1;
}
.info-permis:hover:after {
  top: 0;
}
.info-permis:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: #8c61d8;
  background: linear-gradient(180deg, #8c61d8 0%, #8c61d8 0%, #402275 100%);
  top: -100%;
  left: 0;
  transition: all .5s;
  z-index: -1;
}
.info-permis:hover .content {
  top: -140px;
}

.vide.ip {
  position: relative;
  overflow: hidden;
}
.vide.ip .img {
  position: absolute;
  left: 0;
  bottom: -301px;
  background-image: url("images/home_av_04_conduite_sans_permis.jpg");
  background-position: center;
  height: 100%;
  width: 100%;
  transition: all .5s;
}

.home .site-footer {
  margin-top: -90px;
}

#main-footer {
  background: #262626;
  padding: 250px 0 75px;
  margin-top: -175px;
}
#main-footer .container {
  position: relative;
}
#main-footer #fleche-top {
  position: absolute;
  right: 14px;
  top: -125px;
  cursor: pointer;
  z-index: 1;
}
#main-footer .menu-footer ul li {
  display: inline-block;
  padding: 0 15px;
}
#main-footer .menu-footer ul li a {
  color: #fff;
}
#main-footer .menu-footer ul li a:hover {
  text-decoration: none;
}
#main-footer ul.reseaux li {
  display: inline-block;
}
#main-footer ul.reseaux li:first-child {
  margin-right: 15px;
}
#main-footer ul.reseaux li a {
  color: #fff;
}
#main-footer ul.reseaux li a:hover {
  color: #fff;
}

#copyright {
  background: #262626;
}
#copyright .container {
  padding: 25px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.75);
}
#copyright .container p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
}
#copyright .container p a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}
#copyright .container a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}
#copyright .container a:hover {
  text-decoration: underline;
}

#header-interne {
  position: relative;
  padding-bottom: 275px;
}
#header-interne #bck-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#header-interne #bck-img img {
  max-width: 100%;
  height: auto;
}
#header-interne #logo-menu {
  position: relative;
  z-index: 3;
}
#header-interne .titre-header {
  position: relative;
  z-index: 2;
}
#header-interne .titre-header #h1home {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
}
#header-interne .titre-header img {
  align-self: flex-start;
  margin-bottom: 15px;
}
#header-interne a.cta-contour {
  color: #fff;
}
#header-interne #breadcrumb {
  position: relative;
  z-index: 2;
  padding-bottom: 50px;
}
#header-interne #breadcrumb a {
  color: #fff;
  text-decoration: underline;
  font-size: 22px;
}
#header-interne #breadcrumb i {
  font-size: 22px;
}
#header-interne #breadcrumb .fa-angle-right {
  color: #fff;
  margin: 0 8px;
}
#header-interne #breadcrumb span.breadcrumb_last {
  color: rgba(255, 255, 255, 0.75);
  font-size: 22px;
}

#infos-principales {
  margin-top: -300px;
  padding-bottom: 75px;
  text-align: center;
  position: relative;
  z-index: 2;
}
#infos-principales .container {
  background: #fff;
}
#infos-principales .chiffres_cle {
  padding: 25px 0;
}
#infos-principales .chiffres_cle .col-xl-3 {
  padding: 75px 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
#infos-principales .chiffres_cle .col-xl-3:last-child {
  border-right: none;
}
#infos-principales .chiffres_cle .col-xl-3 span.important {
  font-size: 28px;
  color: #6caa38;
}
#infos-principales .chiffres_cle .col-xl-3 span.important span {
  font-size: 60px;
  line-height: 1;
}
#infos-principales .introduction {
  min-height: 280px;
}
#infos-principales .txt {
  margin-top: 50px;
}
#infos-principales #down-technique {
  margin-top: 50px;
}
#infos-principales #video {
  margin-top: 75px;
  padding: 150px 15px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#infos-principales #video h2 {
  font-size: 36px;
  color: #fff;
}
#infos-principales #video .ico_play {
  width: 75px;
  height: 75px;
  background: #6caa38;
  border-radius: 50%;
  margin-right: 25px;
  color: #fff;
  position: relative;
}
#infos-principales #video .ico_play i {
  width: 21px;
  height: 22px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
#infos-principales #video:hover {
  text-decoration: none;
}

#galerie {
  position: relative;
  padding-bottom: 0;
}
#galerie:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 3px;
  background: #262626;
  width: 100%;
  height: 85%;
  z-index: -1;
}
#galerie .container-galerie {
  width: 991px;
  max-width: 100%;
  margin: 0 auto;
}
#galerie .slick-dots {
  position: absolute;
  bottom: -60px;
  text-align: center;
  left: 0;
  right: 0;
}
#galerie .slick-dots li {
  height: 14px;
  width: 13px;
  border-radius: 50%;
  border: 2px solid #6caa38;
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
}
#galerie .slick-dots li.slick-active {
  background: #6caa38;
}
#galerie .slick-dots li button {
  display: none;
}
#galerie .slick-arrow {
  background: transparent;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  height: 25px;
}
#galerie .slick-arrow.slick-prev {
  left: -150px;
}
#galerie .slick-arrow.slick-next {
  right: -150px;
}

#cara_techniques {
  margin-top: 125px;
  padding-bottom: 50px;
}
#cara_techniques h2 {
  font-weight: 600;
  margin-bottom: 50px;
}
#cara_techniques h3 {
  color: #6caa38;
  font-weight: 400;
  width: 350px;
}
#cara_techniques .cara {
  padding: 50px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#cara_techniques .cara .content {
  width: calc(100% - 350px);
}
#cara_techniques .cara .content li {
  margin-left: 25px;
  padding-left: 15px;
  position: relative;
}
#cara_techniques .cara .content li:after {
  content: '-';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#cara_techniques .cara .content .couleur {
  width: 65px;
  height: 65px;
  display: inline-block;
  border: 2px solid #262626;
  border-radius: 50%;
  margin: 0 15px 15px;
}
#cara_techniques .cara:last-child {
  border: none;
}
#cara_techniques .liste-couleur {
  margin-left: -15px;
}

#options {
  padding-top: 100px;
  padding-bottom: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
#options:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 35%;
  width: 100%;
  background: #6caa38;
  z-index: -1;
}
#options h2 {
  font-weight: 600;
  color: #fff;
  margin-bottom: 75px;
  text-align: center;
}
#options #slider-options .item_option {
  background: #fff;
  text-align: center;
  padding: 25px;
  min-height: 400px;
}
#options #slider-options .item_option .ctn-img {
  min-height: 225px;
}
#options #slider-options .item_option img {
  display: block;
  margin: 0 auto 15px;
}
#options #slider-options .slick-slide {
  padding: 0 7px;
}
#options #slider-options h3 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 15px;
  min-height: 56px;
}
#options #slider-options p {
  min-height: 100px;
  line-height: 1.4;
}
#options #slider-options .slick-dots {
  position: absolute;
  bottom: -80px;
  text-align: center;
  left: 0;
  right: 0;
}
#options #slider-options .slick-dots li {
  height: 14px;
  width: 13px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
}
#options #slider-options .slick-dots li.slick-active {
  background: #fff;
}
#options #slider-options .slick-dots li button {
  display: none;
}
#options #slider-options .slick-arrow {
  background: transparent;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  height: 25px;
}
#options #slider-options .slick-arrow.slick-prev {
  left: -100px;
  transform: rotate(90deg);
}
#options #slider-options .slick-arrow.slick-next {
  right: -100px;
  transform: rotate(-90deg);
}

#brochure {
  padding-bottom: 75px;
  background: #6caa38;
  text-align: center;
}
#brochure a {
  display: inline-block;
  background: #fff;
  color: #6caa38;
  padding: 12px 25px;
  transition: all .3s ease-in;
}
#brochure a:hover {
  text-decoration: none;
  color: #fff;
  background: #477025;
  transition: all .3s ease-out;
}

#test-drive-vehicule {
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 120px 0 250px;
  text-align: center;
  position: relative;
}
#test-drive-vehicule h2 {
  color: #fff;
  margin-bottom: 75px;
  font-weight: 700;
}
#test-drive-vehicule a {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 10px;
  background: #fff;
  color: #6caa38;
  font-weight: 700;
  font-size: 26px;
  transition: all .3s ease-in;
}
#test-drive-vehicule a:hover {
  text-decoration: none;
  transition: all .3s ease-out;
  transform: scale(1.1);
}

.archive.category .site-content-contain, .post-type-archive-vehicule .site-content-contain {
  position: relative;
}
.archive.category #introduction, .post-type-archive-vehicule #introduction {
  position: relative;
  z-index: 3;
}
.archive.category #introduction:after, .post-type-archive-vehicule #introduction:after {
  content: '';
  position: absolute;
  right: 0;
  width: 250px;
  height: 100%;
  background: #fff;
  top: 0;
  z-index: -1;
}
.archive.category #introduction .container, .post-type-archive-vehicule #introduction .container {
  background: #fff;
  margin-top: -275px;
  padding: 50px 15px;
}
.archive.category #introduction .desc, .post-type-archive-vehicule #introduction .desc {
  width: 60%;
}
.archive.category #introduction .affiche_prix, .post-type-archive-vehicule #introduction .affiche_prix {
  text-align: center;
}
.archive.category #introduction .affiche_prix #prix, .post-type-archive-vehicule #introduction .affiche_prix #prix {
  font-size: 60px;
  color: #6caa38;
}
.archive.category #introduction .affiche_prix #prix span.euro, .post-type-archive-vehicule #introduction .affiche_prix #prix span.euro {
  font-size: 28px;
}
.archive.category .list-archive, .post-type-archive-vehicule .list-archive {
  padding-top: 75px;
  background: #fff;
  padding-bottom: 175px;
  position: relative;
  z-index: 1;
}
.archive.category .list-archive:after, .post-type-archive-vehicule .list-archive:after {
  content: '';
  position: absolute;
  height: 60%;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.archive.category .list-archive.biro:after, .post-type-archive-vehicule .list-archive.biro:after {
  background: #96c93d;
  background: linear-gradient(180deg, #96c93d 0%, #96c93d 0%, #26811f 100%);
}
.archive.category .list-archive.today-sunshine:after, .post-type-archive-vehicule .list-archive.today-sunshine:after {
  background: #fdc830;
  background: linear-gradient(180deg, #fdc830 0%, #fdc830 0%, #f37335 100%);
}
.archive.category .list-archive.tazzari:after, .post-type-archive-vehicule .list-archive.tazzari:after {
  background: #36d1dc;
  background: linear-gradient(180deg, #36d1dc 0%, #36d1dc 0%, #0f7280 100%);
}
.archive.category .list-archive.pilotcar:after, .post-type-archive-vehicule .list-archive.pilotcar:after {
  background: #8c61d8;
  background: linear-gradient(180deg, #8c61d8 0%, #8c61d8 0%, #402275 100%);
}
.archive.category .list-archive h2, .post-type-archive-vehicule .list-archive h2 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 50px;
}
.archive.category .list-archive .vehicule-excerpt, .post-type-archive-vehicule .list-archive .vehicule-excerpt {
  background: #fff;
  padding: 45px 15px;
  text-align: center;
}
.archive.category .list-archive .vehicule-excerpt h2, .post-type-archive-vehicule .list-archive .vehicule-excerpt h2 {
  margin-bottom: 0;
}
.archive.category .list-archive .vehicule-excerpt h2 a, .post-type-archive-vehicule .list-archive .vehicule-excerpt h2 a {
  color: #262626;
  display: inline-block;
  margin: 25px 0 0;
  font-size: 28px;
  font-weight: 400;
}
.archive.category .list-archive .vehicule-excerpt h2 a:hover, .post-type-archive-vehicule .list-archive .vehicule-excerpt h2 a:hover {
  text-decoration: none;
}
.archive.category .list-archive .vehicule-excerpt .prixmodele, .post-type-archive-vehicule .list-archive .vehicule-excerpt .prixmodele {
  color: #6caa38;
}
.archive.category .list-archive .callto1, .post-type-archive-vehicule .list-archive .callto1 {
  text-align: center;
  padding: 75px 0;
}
.archive.category .list-archive .callto1 p, .post-type-archive-vehicule .list-archive .callto1 p {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
}
.archive.category .list-archive .callto1 a, .post-type-archive-vehicule .list-archive .callto1 a {
  display: inline-block;
  color: #262626;
  font-weight: 600;
  padding: 12px 25px;
  background: #fff;
  border-radius: 10px;
  transition: all .3s ease-in;
}
.archive.category .list-archive .callto1 a:hover, .post-type-archive-vehicule .list-archive .callto1 a:hover {
  text-decoration: none;
  transform: scale(1.1);
  transition: all .3s ease-out;
}
.archive.category .vid, .post-type-archive-vehicule .vid {
  position: relative;
  z-index: 4;
  margin-top: -250px;
}
.archive.category #video, .post-type-archive-vehicule #video {
  margin-top: 75px;
  padding: 150px 15px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.archive.category #video h2, .post-type-archive-vehicule #video h2 {
  font-size: 36px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}
.archive.category #video .ico_play, .post-type-archive-vehicule #video .ico_play {
  width: 75px;
  height: 75px;
  background: #6caa38;
  border-radius: 50%;
  margin-right: 25px;
  color: #fff;
  position: relative;
}
.archive.category #video .ico_play i, .post-type-archive-vehicule #video .ico_play i {
  width: 21px;
  height: 22px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.archive.category #video:hover, .post-type-archive-vehicule #video:hover {
  text-decoration: none;
}
.archive.category .interet, .post-type-archive-vehicule .interet {
  padding: 100px 0;
}
.archive.category .interet a, .post-type-archive-vehicule .interet a {
  color: #fff;
  background: #6caa38;
  font-weight: 700;
  display: inline-block;
  margin-top: 35px;
  padding: 12px 25px;
  border-radius: 10px;
  transition: all .3s ease-in;
}
.archive.category .interet a:hover, .post-type-archive-vehicule .interet a:hover {
  text-decoration: none;
  background: #477025;
  transition: all .3s ease-out;
  transform: scale(1.1);
}
.archive.category #bloc-coord, .post-type-archive-vehicule #bloc-coord {
  margin-top: 0;
}

.page-template-occasions-template #h1home {
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 60px;
  line-height: 70px !important;
}
.page-template-occasions-template #h1home span {
  font-size: 60px;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.75) !important;
}
.page-template-occasions-template #introduction {
  position: relative;
  z-index: 4;
}
.page-template-occasions-template #introduction .container {
  background: #fff;
  margin-top: -275px;
  padding: 75px 15px;
}
.page-template-occasions-template #introduction .nboccas {
  color: #6caa38;
  margin-left: 15px;
  font-weight: 600;
}
.page-template-occasions-template #introduction:after {
  content: '';
  position: absolute;
  right: 0;
  width: 250px;
  height: 100%;
  background: #fff;
  top: 0;
  z-index: -1;
}
.page-template-occasions-template #introduction .list-res p {
  margin-bottom: 0;
  margin-right: 15px;
}
.page-template-occasions-template #introduction ul li {
  margin: 0 5px;
  display: inline-block;
}
.page-template-occasions-template #introduction ul li a {
  background: #6caa38;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  color: #fff;
  display: inline-block;
  text-align: center;
}
.page-template-occasions-template #introduction ul li a:hover {
  text-decoration: none;
}
.page-template-occasions-template #listing-occasions {
  padding: 50px 0 0;
  background: #fff;
  position: relative;
}
.page-template-occasions-template #listing-occasions .row.marque-occas {
  position: relative;
  z-index: 1;
  padding-bottom: 75px;
  margin: 64px 0;
}
.page-template-occasions-template #listing-occasions .row.marque-occas:after {
  content: '';
  position: absolute;
  height: 70%;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.page-template-occasions-template #listing-occasions .row.marque-occas.biro:after {
  background: #96c93d;
  background: linear-gradient(180deg, #96c93d 0%, #96c93d 0%, #26811f 100%);
}
.page-template-occasions-template #listing-occasions .row.marque-occas.today-sunshine:after {
  background: #fdc830;
  background: linear-gradient(180deg, #fdc830 0%, #fdc830 0%, #f37335 100%);
}
.page-template-occasions-template #listing-occasions .row.marque-occas.tazzari:after {
  background: #36d1dc;
  background: linear-gradient(180deg, #36d1dc 0%, #36d1dc 0%, #0f7280 100%);
}
.page-template-occasions-template #listing-occasions .row.marque-occas.pilotcar:after {
  background: #8c61d8;
  background: linear-gradient(180deg, #8c61d8 0%, #8c61d8 0%, #402275 100%);
}
.page-template-occasions-template #listing-occasions .photos .main {
  margin-bottom: 15px;
  padding: 0 7.5px;
  text-align: center;
}
.page-template-occasions-template #listing-occasions .photos .main img {
  max-height: 435px;
  width: auto;
}
.page-template-occasions-template #listing-occasions .photos .col-lg-3 {
  padding: 0 7.5px;
}
.page-template-occasions-template #listing-occasions .photos .cover {
  padding-bottom: 15px;
}
.page-template-occasions-template #listing-occasions .photos .cover img {
  margin: auto;
}
.page-template-occasions-template #listing-occasions .photos .thumbnail {
  cursor: pointer;
  padding: 0 5px;
}
.page-template-occasions-template #listing-occasions .infos .logo_marque {
  display: inline-block;
  margin-bottom: 25px;
}
.page-template-occasions-template #listing-occasions .infos .oldprix {
  font-size: 36px;
}
.page-template-occasions-template #listing-occasions .infos .oldprix span {
  font-size: 22px;
}
.page-template-occasions-template #listing-occasions .infos .newprix {
  font-size: 60px;
  color: #6caa38;
  display: inline-block;
  margin-right: 35px;
}
.page-template-occasions-template #listing-occasions .infos .newprix span {
  font-size: 32px;
}
.page-template-occasions-template #listing-occasions .infos .info-princip {
  margin-top: 75px;
}
.page-template-occasions-template #listing-occasions .infos .info-princip .elt {
  width: 33%;
  background: #fff;
  padding: 15px;
  margin: 0.1566666%;
}
.page-template-occasions-template #listing-occasions .infos .info-princip .elt span.value {
  color: #6caa38;
  font-size: 32px;
}
.page-template-occasions-template #listing-occasions .infos .info-sec {
  margin-top: 25px;
  background: #fff;
  padding: 35px;
}
.page-template-occasions-template #listing-occasions .infos .info-sec > div {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.page-template-occasions-template #listing-occasions .infos .info-sec .titre {
  color: #6caa38;
  display: inline-block;
  width: 200px;
  margin-bottom: 10px;
}
.page-template-occasions-template #listing-occasions .interet {
  padding: 100px 0;
}
.page-template-occasions-template #listing-occasions .interet a {
  color: #fff;
  background: #6caa38;
  font-weight: 700;
  display: inline-block;
  transition: all .3s ease-in;
  margin-top: 35px;
  padding: 12px 25px;
  border-radius: 10px;
}
.page-template-occasions-template #listing-occasions .interet a:hover {
  text-decoration: none;
  background: #477025;
  transform: scale(1.1);
  transition: all .3s ease-out;
}
.page-template-occasions-template #bloc-coord {
  margin-top: 0;
}

#slider-galerie .slick-slide img {
  margin: 0 auto;
}

.vehicule-excerpt .entry-img {
  min-height: 290px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.postid-354 #options #slider-options p {
  min-height: 140px;
}

.no-video {
  padding: 160px 0;
}

#infos-principales #video, .vid #video {
  position: relative;
}
#infos-principales #video .link-video, .vid #video .link-video {
  position: absolute;
  width: 100%;
  height: 100%;
}
#infos-principales #video .link-video a, .vid #video .link-video a {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  text-indent: -9999999px;
}

/* responsive.scss */
@media all and (max-width: 991px) {
  .navbar-header {
    position: absolute;
    top: -61px;
    bottom: 0;
    right: 0;
    width: 51px;
    height: 51px;
  }

  #logo {
    max-width: 200px;
  }

  ul.sub-menu {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  #menu.collapse {
    display: block;
  }

  .navbar-toggle.collapsed {
    display: none;
  }
}
@media all and (max-width: 1372px) {
  .menu-top .logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
  }
  .menu-top .navbar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%;
  }
}
@media (max-width: 1800px) {
  #options #slider-options .slick-arrow {
    top: auto;
    bottom: -50px;
  }
  #options #slider-options .slick-arrow.slick-prev {
    left: 36px;
  }
  #options #slider-options .slick-arrow.slick-next {
    right: 36px;
  }
}
@media (max-width: 1700px) {
  #ctn-img-solu::after {
    right: 15px;
  }
}
@media (min-width: 1280px) and (max-width: 1650px) {
  #marques #slider-voitures .slick-current {
    width: 520px  !important;
  }

  #marques #slider-voitures .slick-current .slider__item img {
    max-width: 520px !important;
  }

  #marques #slider-voitures .slick-slide.slick-current.slick-active.slick-center {
    padding-top: 40px;
  }
}
@media (max-width: 1560px) {
  #logo-menu .menu-top ul li {
    padding: 25px 10px;
  }
}
@media (max-width: 1440px) {
  .mur {
    padding-left: 0;
  }
  .mur .inner {
    padding-left: 15px;
  }

  .mur > div:nth-child(1) .inner ul {
    flex-direction: column;
  }

  #marques #slider-voitures .slick-current {
    width: 530px !important;
  }

  #logo-menu .menu-top {
    padding: 20px 15px;
  }

  #logo-menu .menu-top .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
  }

  #logo-menu .menu-top .navbar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%;
  }

  #listing-occasions .photos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }
  #listing-occasions .infos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
  }

  #elec100 {
    padding: 60px 0;
  }
  #elec100 .onleft {
    padding-left: 0;
  }
  #elec100 .titre {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  #elec100 .info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }

  .info-statio:hover .content {
    top: -190px;
  }

  .info-entretien:hover .content {
    top: -180px;
  }

  .info-conso:hover .content {
    top: -200px;
  }
  .info-conso:hover .content .txt-plus {
    margin-top: 50px !important;
  }
}
@media (max-width: 1366px) {
  #galerie #slider-galerie .slick-arrow {
    top: auto;
    bottom: -35px;
  }
  #galerie #slider-galerie .slick-arrow.slick-prev {
    left: 0;
  }
  #galerie #slider-galerie .slick-arrow.slick-next {
    right: 0;
  }
}
@media (max-width: 1200px) {
  #logo-menu .container {
    max-width: 1024px;
  }
  #logo-menu .menu-top {
    padding: 20px 15px;
  }
  #logo-menu .menu-top ul li {
    padding: 10px;
  }
  #logo-menu .menu-top .col-xl-3,
  #logo-menu .menu-top .navbar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #logo-menu .menu-top .col-xl-3 a {
    display: block;
    text-align: center;
  }
  #logo-menu .menu-top .col-xl-3 a img {
    max-height: 60px;
  }
  #logo-menu .menu-top .navbar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #logo-menu .menu-top .navbar .navbar-nav {
    justify-content: center;
  }

  .onleft {
    padding-left: 15px;
  }

  #logo-menu .menu-top {
    padding: 30px 15px;
  }

  #h1home {
    margin: 32px 0;
  }

  #elec100 h2 {
    text-align: center;
    margin-bottom: 35px;
  }

  #elec100 {
    padding: 64px 0;
  }

  #elec100 .cta {
    text-align: center;
    margin-top: 35px;
  }

  #alaune .onleft {
    flex-direction: column;
  }
  #alaune .onleft h2 {
    margin-bottom: 35px;
  }
  #alaune .onleft .cta-blanc {
    margin-top: 35px;
  }

  #alaune {
    margin-bottom: 64px;
  }

  #equilibre h2 br {
    display: none;
  }

  #equilibre .avtg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .avtg .info .txt-plus {
    margin-top: 60px !important;
  }

  #equilibre .avtg::after {
    content: none;
  }

  #equilibre .avtg:nth-child(odd):after {
    content: '';
  }

  .info-statio:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.6);
  }

  .info-entretien:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.6);
  }

  .info-entretien + .vide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.6);
  }

  #marques #slider-voitures .slick-current {
    width: 450px !important;
  }

  #marques::before {
    height: 518px;
  }

  #marques #slider-voitures .slick-btn.slick-next {
    left: 90%;
  }

  #marques #slider-voitures .slick-btn.slick-prev {
    right: 90%;
    left: 0;
  }

  #marques #slider-info-voitures .txt {
    margin-top: 35px;
    width: 75%;
  }

  #content-solutions {
    padding: 100px 0 100px;
    margin-top: -25px;
  }
}
@media (max-width: 1024px) {
  ul.navbar-nav {
    flex-direction: column;
  }
  ul.navbar-nav a:before {
    content: none !important;
  }
  ul.navbar-nav li {
    padding: 5px 0px !important;
  }
  ul.navbar-nav li ul.sub-menu {
    position: relative !important;
    bottom: auto;
  }
  ul.navbar-nav li ul.sub-menu li {
    padding: 0 15px !important;
  }
  ul.navbar-nav li ul.sub-menu li:last-child {
    margin-top: 0 !important;
  }
  ul.navbar-nav li:last-child {
    margin-top: 5px;
  }

  .navbar {
    align-items: start !important;
    padding: 0 1rem !important;
  }
  .navbar button {
    background: transparent;
    border: none;
  }
  .navbar button .icon-bar {
    display: block;
    height: 4px;
    margin: 6px 0;
    width: 35px;
    background: #6caa38;
  }

  #logo-menu .menu-top {
    align-items: start !important;
  }

  .page-template-default #introduction .desc {
    width: 100%;
  }

  .page-template-default #post-243 .contenu .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: 500px;
  }

  .page-template-default #post-243 .contenu .texte {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1320px) {
  .m-footer {
    margin: 15px 0;
  }
  .m-footer li:first-child {
    padding-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .menu-top .logo, .menu-top .navbar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .menu-top .logo a {
    display: block;
    text-align: center;
  }
  .menu-top body.scrolled .menu-top {
    padding: 15px;
  }

  #elec100 .titre {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 65%;
    max-width: 65%;
  }

  #elec100 .info {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }

  .category article.vehicule {
    margin-bottom: 30px;
  }

  .page-id-248 #a-propos #introduction h2 span {
    font-size: 24px;
  }

  .page-id-248 #a-propos #introduction h2 {
    font-size: 48px;
  }

  .page-template-default #post-243 .contenu .col-xl-5 {
    height: 400px;
  }

  .page-id-248 .contenu2 h2, .page-id-248 .equipe h2 {
    font-size: 48px !important;
  }

  #h1home, #h1home span {
    font-size: 42px !important;
    line-height: 60px !important;
  }

  ul.sub-menu li {
    display: block;
  }

  ul.sub-menu li:first-child {
    margin-left: 15px;
  }

  #marques #slider-voitures .slick-current {
    width: auto !important;
    margin: 0 15px;
  }

  #marques #slider-voitures .slick-btn {
    padding: 0;
    bottom: -40px;
  }

  #marques #slider-voitures .slick-slide .slider__item {
    padding-top: 0 !important;
  }

  #marques #slider-voitures .slick-list {
    margin: 0 50px;
  }

  #chiffres {
    margin-top: 50px;
  }

  #bloc-coord .container .coord .info {
    margin-right: 25px;
  }

  #bloc-coord .container .coord {
    padding: 35px 0;
  }

  #bloc-coord .container .coord .info a {
    font-size: 24px;
  }

  #bloc-coord {
    margin-top: 0;
  }

  #test-drive {
    background-size: cover;
    padding: 150px 0 75px;
  }
  #test-drive h2 {
    font-size: 42px;
  }

  #equilibre h2, #equilibre h2 span {
    font-size: 42px;
  }

  .wpcf7-form .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .page-template-default #post-245 h1 {
    font-size: 48px;
  }

  .distributeur {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .page-template-contact-template #coordonnees .adresse {
    padding: 20px 15px 20px 15px;
  }

  .page-template-contact-template #coordonnees .email {
    border: none;
  }

  #cara_techniques .cara .content {
    width: 100%;
  }

  .page-template-default #post-243 .contenu .texte {
    background: #fff;
    padding: 50px 15px;
  }
}
@media (max-width: 767px) {
  .distributeur {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .page-id-248 .equipe h3 {
    font-size: 28px;
  }

  .page-id-248 #a-propos #introduction h2 {
    font-size: 36px;
  }
  .page-id-248 #a-propos #introduction h2 span {
    font-size: 24px;
  }

  .page-id-248 .contenu2 h2, .page-id-248 .equipe h2 {
    font-size: 36px !important;
  }

  .page-id-248 #call-to-action .container {
    margin-top: 0;
  }

  .page-template-default #post-245 h1 {
    font-size: 36px;
  }

  .page-template-default #post-245 .question span:last-child::after {
    right: 5px;
  }

  .page-template-default #post-245 .question {
    padding: 15px 15px;
    background: #f6f6f6;
    margin: 15px 0;
  }

  #bloc-coord .container .coord {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #main-footer #fleche-top {
    right: -15px;
  }

  #h1home, #h1home span {
    font-size: 36px !important;
    line-height: 60px !important;
  }

  #equilibre .avtg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #equilibre .avtg:after {
    content: none !important;
  }

  #equilibre .vide {
    display: none;
  }

  .info-entretien::before {
    bottom: 0 !important;
    top: auto !important;
  }

  #equilibre .lien-cta {
    flex-direction: column;
  }
  #equilibre .lien-cta #ensavoirp {
    margin-bottom: 25px;
  }

  #equilibre .lien-cta {
    padding: 50px 15px 0;
  }

  #marques #slider-voitures .slick-current {
    width: 330px !important;
  }

  #content-solutions h2 {
    font-size: 36px;
    line-height: 50px;
  }

  #content-solutions h2 span {
    font-size: 24px;
  }

  #marques::before {
    height: 426px;
  }

  #marques #slider-info-voitures .txt {
    width: 100%;
  }

  #marques #slider-voitures .slick-current {
    width: 430px !important;
  }

  #elec100 h2 {
    font-size: 42px;
  }

  #ctn-img-solu::after {
    height: 200px;
    width: 44px;
  }

  .wpcf7-form .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #coordonnees .email {
    border-right: none !important;
  }

  .page-template-contact-template #coordonnees .adresse {
    padding: 0 15px 20px 15px;
  }

  .page-template #formulaire .container h2 span {
    font-size: 22px;
  }

  .page-template #formulaire .container h2, .page-template-contact-template #map h2 {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .page-template-occasions-template #listing-occasions .photos .col-lg-3 {
    padding: 7.5px 7.5px;
    text-align: center;
  }

  #test-drive a {
    font-size: 22px;
  }

  .slide-d {
    margin-top: 0;
  }

  header {
    padding-bottom: 32px;
  }

  #main-footer #fleche-top {
    top: -65px;
    right: 15px;
  }
}
@media (max-width: 1200px) {
  #infos-principales .chiffres_cle .col-xl-3 {
    padding: 35px 15px;
  }

  #cara_techniques .cara h3 {
    width: 25%;
  }

  #cara_techniques .content {
    width: 75%;
  }

  #options #slider-options .item_option {
    padding: 25px 15px;
  }

  #listing-occasions .photos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  #listing-occasions .infos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  #listing-occasions .marque-occas .justify-content-around {
    justify-content: space-between !important;
  }
}
@media (max-width: 992px) {
  #cara_techniques .cara h3, #cara_techniques .content {
    width: 100%;
  }

  #cara_techniques .cara h3 {
    margin-bottom: 35px;
  }

  #listing-occasions .photos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  #listing-occasions .infos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .page-template-occasions-template #listing-occasions .row.marque-occas {
    justify-content: center;
  }

  .page-template-occasions-template #listing-occasions .row.marque-occas::after {
    height: 45%;
  }

  #main-footer {
    margin-top: 0;
    padding: 75px 0 75px;
  }

  #main-footer #fleche-top {
    top: 0;
  }
}
@media (max-width: 768px) {
  #elec100 .titre,
  #elec100 .info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .page-template-default article {
    margin-top: -300px;
  }

  .page-template-occasions-template #listing-occasions .infos .newprix {
    font-size: 48px;
  }

  #h1home {
    padding-left: 15px;
  }

  #header-interne .titre-header {
    flex-direction: column;
    margin-bottom: 35px;
  }

  .archive.category #introduction .desc, .post-type-archive-vehicule #introduction .desc {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
  }

  #introduction .justify-content-between {
    justify-content: center !important;
  }

  .archive.category .list-archive .vehicule-excerpt, .post-type-archive-vehicule .list-archive .vehicule-excerpt {
    margin-bottom: 30px;
  }

  #listing-occasions .photos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .mur {
    margin-bottom: 0;
  }

  #test-drive {
    padding: 120px 15px 175px 15px;
  }

  .home #main-footer {
    margin-top: -76px;
    padding: 125px 0 75px;
  }

  #main-footer .d-flex.flex-wrap.align-items-center.justify-content-between {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  #main-footer .menu-footer {
    max-width: 100%;
    width: 100%;
    margin: 30px 0;
  }
  #main-footer .menu-footer ul {
    width: 100%;
    text-align: center;
  }
  #main-footer .menu-footer ul li {
    display: block;
  }
  #main-footer .menu-footer ul li ul.sub-menu {
    position: static;
    transform: translateY(0px);
    margin-bottom: 25px;
  }
  #main-footer .menu-footer ul li ul.sub-menu li {
    margin: 0;
    padding: 0 !important;
  }

  #copyright {
    text-align: center;
  }
  #copyright .container a {
    margin: auto;
  }

  .page-id-248 .contenu2 .images_plastiques {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-id-248 .contenu2 .images_plastiques .left {
    margin-right: 0;
  }
  .page-id-248 .contenu2 .images_plastiques .left,
  .page-id-248 .contenu2 .images_plastiques .right {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .page-id-248 .contenu2 .images_plastiques .left img,
  .page-id-248 .contenu2 .images_plastiques .right img {
    max-height: 350px;
    margin: 0 auto;
    width: auto;
  }
  .page-id-248 .contenu2 .images_plastiques .right img {
    margin-top: 25px;
  }
}
@media (max-width: 576px) {
  .home #h1home {
    font-size: 28px !important;
    margin-bottom: 0;
  }

  .page-template-default #post-243 .contenu .col-xl-5 {
    height: 300px;
  }

  .menu-top .logo {
    text-align: center;
    margin-bottom: 5px;
  }

  .page-template-default #call-to-action .container p {
    font-size: 24px;
    margin-top: 15px;
  }

  #infos-principales .chiffres_cle .col-xl-3 {
    border-right: none !important;
  }

  #cara_techniques h2, .page-template-default #call-to-action .container h2 {
    font-size: 36px;
    margin-bottom: 0;
  }

  #cara_techniques .cara h3 {
    font-size: 28px;
  }

  #test-drive-vehicule h2, #options h2 {
    font-size: 36px;
  }

  #test-drive-vehicule a {
    font-size: 20px;
  }

  #bloc-coord::before {
    content: none !important;
  }

  #bloc-coord {
    background: #6caa38;
  }

  .page-template-occasions-template #listing-occasions .row.marque-occas::after {
    height: 40%;
  }

  #listing-occasions .info-sec .d-flex {
    flex-direction: column;
  }

  .page-template-occasions-template #listing-occasions .infos .info-princip .elt {
    width: 100%;
    margin: 0;
  }

  .mur > div:nth-child(1) .inner span, .mur > div:nth-child(1) .inner ul li a {
    font-size: 28px;
  }

  .mur > div:nth-child(1) .inner h2 {
    font-size: 42px;
  }
}

#logo-menu .menu-top ul li.menu-item-253.current-menu-item a { color: #6caa38 !important; }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
  border: none!important;
  font-size: 18px !important;
  line-height: 1.2;
  font-family: 'Jost', sans-serif;
}