@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, .template-contenu-sans-image h1,
.template-contenu-sans-image-full-header h1, .template-contenu .page-picture h1,
.template-contenu .page-picture h1.trapeze, .template-contenu .container h1, h3, h4, h5, h6, p, ul, li, 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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

strong {
  font-weight: 400;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../font/Montserrat/montserrat-regular-webfont.woff2") format("woff2"), url("../font/Montserrat/montserrat-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../font/Montserrat/montserrat-medium-webfont.woff2") format("woff2"), url("../font/Montserrat/montserrat-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../font/Montserrat/montserrat-semibold-webfont.woff2") format("woff2"), url("../font/Montserrat/montserrat-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../font/Montserrat/montserrat-bold-webfont.woff2") format("woff2"), url("../font/Montserrat/montserrat-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

.form--inline label {
  display: block;
  margin-right: 20px;
  max-width: 100%;
}

.form--inline .form__input__group {
  display: inline-block;
  width: 100%;
}

.form__group {
  margin-bottom: 20px;
}

.form__group input:not([class*='mce']):not([type="submit"]),
.form__group textarea,
.form__group select {
  padding: 5px 10px;
  margin: 5px 0;
  line-height: 25px;
  font-size: 18px;
  border: none;
  border: 1px solid #ffffff;
  background: #1a1919;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  max-width: 100%;
  width: 100%;
}

.form__group input:not([class*='mce']):not([type="submit"]):focus,
.form__group textarea:focus,
.form__group select:focus {
  outline: none;
}

.form__group input:not([class*='mce']):not([type="submit"]),
.form__group textarea {
  width: 100%;
}

.form__group input:not([class*='mce']):not([type="submit"])::-webkit-input-placeholder, .form__group textarea::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  color: #d8d8d8;
}

.form__group input:not([class*='mce']):not([type="submit"])::-moz-placeholder, .form__group textarea::-moz-placeholder {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  color: #d8d8d8;
}

.form__group input:not([class*='mce']):not([type="submit"]):-ms-input-placeholder, .form__group textarea:-ms-input-placeholder {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  color: #d8d8d8;
}

.form__group input:not([class*='mce']):not([type="submit"])::-ms-input-placeholder, .form__group textarea::-ms-input-placeholder {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  color: #d8d8d8;
}

.form__group input:not([class*='mce']):not([type="submit"])::placeholder,
.form__group textarea::placeholder {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  color: #d8d8d8;
}

.form__group input, .form__group button, .form__group select {
  -webkit-appearance: none;
  border-radius: 0;
}

.form__group.black {
  margin-bottom: 20px;
}

.form__group.black input:not([class*='mce']):not([type="submit"]),
.form__group.black textarea,
.form__group.black select {
  padding: 5px 10px;
  margin: 5px 0;
  line-height: 25px;
  font-size: 18px;
  border: none;
  border: 1px solid #1a1919;
  background: #ffffff;
  color: #1a1919;
  font-family: "Montserrat", sans-serif;
  max-width: 100%;
  width: 100%;
}

.form__group.black input:not([class*='mce']):not([type="submit"]):focus,
.form__group.black textarea:focus,
.form__group.black select:focus {
  outline: none;
}

.form__group.black input:not([class*='mce']):not([type="submit"]),
.form__group.black textarea {
  width: 100%;
}

.form__group.black input:not([class*='mce']):not([type="submit"])::-webkit-input-placeholder, .form__group.black textarea::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  color: #d8d8d8;
}

.form__group.black input:not([class*='mce']):not([type="submit"])::-moz-placeholder, .form__group.black textarea::-moz-placeholder {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  color: #d8d8d8;
}

.form__group.black input:not([class*='mce']):not([type="submit"]):-ms-input-placeholder, .form__group.black textarea:-ms-input-placeholder {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  color: #d8d8d8;
}

.form__group.black input:not([class*='mce']):not([type="submit"])::-ms-input-placeholder, .form__group.black textarea::-ms-input-placeholder {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  color: #d8d8d8;
}

.form__group.black input:not([class*='mce']):not([type="submit"])::placeholder,
.form__group.black textarea::placeholder {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  color: #d8d8d8;
}

.form__group.black input, .form__group.black button, .form__group.black select {
  -webkit-appearance: none;
  border-radius: 0;
}

.form__group.black .nice-select {
  border: 1px solid #1a1919;
  background: #ffffff;
  color: #1a1919;
}

.checkbox {
  display: -webkit-box;
  display: flex;
}

.checkbox input {
  width: 5% !important;
  margin-bottom: 0;
}

.checkbox p, .checkbox ul, .checkbox li {
  padding-bottom: 0;
  padding-top: 0;
}

input, textarea {
  border-radius: 0;
  color: #d8d8d8;
  box-sizing: border-box;
}

label {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.form__info {
  font-size: 0.8em;
  margin: 5px 0 10px 0;
}

input[type="checkbox"] {
  width: 20px;
  position: relative;
  margin: 0;
  margin-bottom: 10px;
}

body:not(.miki_editing) .nice-select {
  border-radius: 0;
  padding: 5px 10px;
  margin: 5px 0;
  line-height: 25px;
  font-size: 18px;
  border: none;
  border: 1px solid #ffffff;
  background: #1a1919;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  max-width: 100%;
  padding-right: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

body:not(.miki_editing) .nice-select:after {
  content: '\F078';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 5px;
  background: #bf243a;
  color: #ffffff;
  border: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  align-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: inherit;
  height: 100%;
  width: 30px;
  text-align: center;
  -webkit-transform: none;
          transform: none;
  top: 2px;
  right: -40px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

body:not(.miki_editing) .nice-select.open:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

body:not(.miki_editing) .nice-select .list {
  background: #ffffff;
  color: #1a1919;
  border-radius: 0;
  width: 100%;
}

body:not(.miki_editing) .nice-select .list .option.selected {
  background: #bf243a;
  color: #1a1919;
}

body:not(.miki_editing) .nice-select .list .option:hover, body:not(.miki_editing) .nice-select .list .option.focus {
  background: #bf243a;
  color: #ffffff;
}

.form__group--button {
  text-align: center;
  margin-top: 20px;
}

.date-picker {
  width: 70%;
  height: auto;
  max-height: 35px;
  background: white;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}

.date-picker .input {
  width: 100%;
  height: 35px;
  font-size: 0;
  cursor: pointer;
}

.date-picker .input .result, .date-picker .input button {
  display: inline-block;
  vertical-align: top;
}

.date-picker .input .result {
  width: calc(100% - 45%);
  height: 35px;
  line-height: 35px;
  font-size: 13px;
  padding: 0 10px;
  color: #1a1919;
  box-sizing: border-box;
}

.date-picker .input button {
  width: 45%;
  height: 35px;
  background-color: #748187;
  color: white;
  line-height: 35px;
  border: 0;
  font-size: 18px;
  padding: 0;
  cursor: pointer;
}

.date-picker .input button i span {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  padding: 0 8px;
}

.date-picker .input button:hover {
  background-color: #748187;
}

.date-picker .input button:focus {
  outline: 0;
}

.date-picker .calendar {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 0px;
  overflow: hidden;
}

.date-picker .ui-datepicker-inline {
  position: relative;
  width: 100%;
}

.date-picker .ui-datepicker-header {
  height: 100%;
  line-height: 50px;
  background: #748187;
  color: #fff;
  margin-bottom: 10px;
}

.date-picker .ui-datepicker-prev, .date-picker .ui-datepicker-next {
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  border: 2px solid #fff;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 12px;
}

.date-picker .ui-datepicker-prev {
  float: left;
  margin-left: 12px;
}

.date-picker .ui-datepicker-prev:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -43px 0px 0px 8px;
}

.date-picker .ui-datepicker-next {
  float: right;
  margin-right: 12px;
}

.date-picker .ui-datepicker-next:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin: -43px 0px 0px 6px;
}

.date-picker .ui-datepicker-prev:after, .date-picker .ui-datepicker-next:after {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.date-picker .ui-datepicker-prev:hover, .date-picker .ui-datepicker-next:hover, .date-picker .ui-datepicker-prev:hover:after, .date-picker .ui-datepicker-next:hover:after {
  border-color: #d8d8d8;
}

.date-picker .ui-datepicker-title {
  text-align: center;
}

.date-picker .ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}

.date-picker .ui-datepicker-calendar thead tr th span {
  display: block;
  width: 100%;
  color: #8392A7;
  margin-bottom: 5px;
  font-size: 13px;
}

.date-picker .ui-state-default {
  display: block;
  text-decoration: none;
  color: #b5b5b5;
  line-height: 40px;
  font-size: 12px;
}

.date-picker .ui-state-default:hover {
  background: rgba(0, 0, 0, 0.02);
}

.date-picker .ui-state-highlight {
  color: #748187;
}

.date-picker .ui-state-active {
  color: #748187;
  background-color: rgba(131, 146, 167, 0.12);
  font-weight: 600;
}

.date-picker .ui-datepicker-unselectable .ui-state-default {
  color: #eee;
  border: 2px solid transparent;
}

.date-picker.open {
  max-height: 400px;
}

.date-picker.open .input button {
  background: #748187;
}

@media only screen and (min-width: 750px) {
  .form--inline label {
    display: inline-block;
    width: 250px;
  }
  .form__group input:not([class*='mce']):not([type="submit"]),
  .form__group textarea,
  .form__group select {
    min-width: 400px;
  }
  .nice-select {
    min-width: 400px;
  }
}

@media only screen and (min-width: 1160px) {
  .contact-form {
    margin: 0 1em;
  }
}

.link_to_menu {
  z-index: 999;
  width: 100%;
  padding: 11px 0 !important;
  max-width: 1400px;
  margin: 0 auto;
}

.menu_navigation {
  display: none;
}

#nav-icon {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  margin-top: 25px;
  margin-right: 25px;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2) {
  top: 14px;
}

#nav-icon span:nth-child(3) {
  top: 28px;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #1a1919;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #ffffff;
}

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
  background: #ffffff;
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 29px;
  left: 0px;
  background: #ffffff;
}

.main_menu {
  font-weight: 500;
  display: block;
  width: 100%;
  cursor: pointer;
  min-width: 1px;
  margin: 0;
  text-align: center;
  position: relative;
  top: auto;
  left: auto;
  padding: 0 20px;
}

.main_menu li {
  list-style: none;
}

.main_menu li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
}

.main_menu li a:focus {
  outline: none;
}

.main_menu li.has_children > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\F078";
  display: inline-block;
  margin-left: 10px;
}

.main_menu li.special a {
  background: #bf243a;
  padding: 0 10px;
  color: #ffffff;
}

/* first level */
.main_menu ul {
  z-index: 1;
  width: 100%;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.main_menu ul li a {
  width: auto;
  height: 36px;
  font-size: 15px;
  font-weight: 600;
  line-height: 2.4;
  letter-spacing: 0.6px;
  color: #1a1919;
  text-transform: uppercase;
  white-space: nowrap;
}

.main_menu ul li.active > a, .main_menu ul li:hover > a {
  border-bottom: 1.5px solid #ffffff;
}

.main_menu ul li.active.special > a, .main_menu ul li:hover.special > a {
  border-bottom: none;
  color: #ffffff;
}

.main_menu:target > ul {
  display: block;
}

.main_menu > ul > li:not(.active).hover {
  border-bottom: transparent;
  background-color: transparent;
}

/* second level */
.main_menu li ul {
  display: none;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  z-index: 10000;
  width: auto;
  border: solid 1.5px #ffffff;
  background-color: #1a1919;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  position: absolute;
  padding: 0 10px;
}

.main_menu li ul li a {
  font-size: 15px;
  font-weight: 600;
  line-height: 2.47;
  letter-spacing: 0.3px;
  text-align: center;
  color: #ffffff;
  text-transform: none;
  border-bottom: 1.5px solid #ffffff;
  padding: 0 10px;
}

.main_menu li ul li:last-child > a {
  border-bottom: none;
}

.main_menu li.hover > ul,
.main_menu li:hover > ul {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* third level */
.main_menu ul ul li ul {
  left: 0;
  top: 0;
  border: none;
  visibility: visible;
  opacity: 1;
  width: 100%;
  display: none;
  position: relative;
  z-index: 11;
}

.main_menu ul ul li.hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 1160px) {
  .container--logo {
    padding-top: 21px;
    padding-left: 50px;
    padding-right: 56px;
  }
  .main_menu {
    /* first level */
  }
  .main_menu ul {
    display: -webkit-box;
    display: flex;
  }
}

@media only screen and (max-width: 1160px) {
  .main_menu {
    padding: 0 20px;
  }
  .main_menu ul li a {
    height: auto;
    color: #ffffff;
    text-align: left;
  }
  .main_menu li ul {
    position: relative;
    margin-left: 0;
  }
  .main_menu li ul li a {
    text-align: left;
  }
  .main_menu li:not(.opened):hover ul {
    display: none;
  }
  .main_menu li.opened ul {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .sliding-menu-content {
    padding-top: 0;
    z-index: 99999;
    overflow-y: scroll;
    position: fixed;
    top: 0px;
    right: auto;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    background: #1a1919;
    z-index: 999999;
  }
  .sliding-menu-content ul {
    padding: 0;
    margin: 0;
    min-width: 50%;
    max-width: 100%;
    height: 100%;
    padding-top: 55px;
    margin-right: auto;
    margin-left: auto;
  }
  .sliding-menu-content li {
    list-style: none;
  }
  .sliding-menu-content a {
    border-bottom: none !important;
    text-decoration: none;
  }
  .sliding-menu-content li.opened {
    background-color: transparent;
    color: #ffffff !important;
  }
  .sliding-menu-content li a {
    display: block;
    padding: 1em !important;
  }
  .sliding-menu-content li a span {
    white-space: normal !important;
  }
  .sliding-menu-content.is-visible {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .sliding-menu-fade-screen {
    opacity: 0;
    visibility: hidden;
    z-index: 999998;
  }
  .sliding-menu-fade-screen.is-visible {
    opacity: 0.4;
    visibility: visible;
  }
  .sliding-menu-button {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    background-color: transparent;
    display: inline-block;
    cursor: pointer;
    text-align: right;
    outline: none;
    z-index: 999999;
    top: 0;
    right: 0;
    height: 60px;
    position: absolute;
  }
  .sliding-menu-button .button_menu {
    width: 40px;
    height: auto;
    margin-top: 10px;
    margin-right: 20px;
    top: 0;
    right: 0;
    z-index: 999;
  }
  .sliding-menu-button.is-visible {
    position: fixed;
  }
}

.button--center-container {
  margin-top: 20px;
  text-align: center;
}

.button, .button--fleche, .button1, .button2, .button3 {
  display: inline-block;
  cursor: pointer;
  border: none;
  line-height: 1.2em;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.button--fleche {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.44;
  letter-spacing: 0.3px;
  color: #1a1919;
  padding: 15px;
  border-bottom: solid 1.5px #1a1919;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.button--fleche .fa-chevron-right {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.button--fleche::after {
  content: '\F054';
  font-family: "Font Awesome 5 Solid";
  display: none;
}

.button--fleche:hover .fa-chevron-right {
  padding-right: 25px;
}

.button1 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  min-width: 165px;
  padding: 12px 20px;
  background: #bf243a;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.button1:hover {
  background: #d8d8d8;
  color: #ffffff;
}

.button2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  min-width: 105px;
  padding: 8px 15px;
  text-align: center;
  background: #bf243a;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.button2:hover {
  background: #d8d8d8;
  color: #ffffff;
}

.button3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.06;
  letter-spacing: 0.8px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.button3 img {
  width: 22px;
  height: 25px;
  margin: 0;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.button3:hover img {
  margin-right: 40px;
}

.container--red .button1,
.container--red .button2 {
  background: #ffffff;
  color: #bf243a;
}

.container--red .button1:hover,
.container--red .button2:hover {
  background: #d8d8d8;
  color: #ffffff;
}

/*
	Pour tous les snippets génériques
*/
/********************************************
 * Pour les styles "Global" (Smartphone)
 *******************************************/
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.video-wrapper iframe,
.video-wrapper object,
.video-wrapper object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-box {
  overflow: hidden;
  margin: 10px 0;
}

.video-box h3 {
  padding: 0;
  margin: 20px 0 10px 0;
  text-align: center;
}

.video-box p, .video-box ul, .video-box li {
  text-align: center;
}

.container--red {
  overflow: hidden;
  background-color: #bf243a !important;
  color: #ffffff;
  padding: 20px;
  position: relative;
}

.container--red .liste-rond > li:before, .container--red .actualite .actualite--texte ul > li:before, .actualite .actualite--texte .container--red ul > li:before,
.container--red .liste-check > li:before,
.container--red .liste-numero > li:before,
.container--red .liste-fleche > li:before {
  color: white;
}

.container--red a {
  color: #1a1919;
}

.container--white {
  overflow: hidden;
  background-color: #ffffff !important;
  color: #1a1919;
  padding: 20px;
  position: relative;
}

.container--white h1, .container--white h2, .container--white .template-contenu-sans-image h1, .template-contenu-sans-image .container--white h1,
.container--white .template-contenu-sans-image-full-header h1, .template-contenu-sans-image-full-header .container--white h1, .container--white .template-contenu .page-picture h1, .template-contenu .page-picture .container--white h1, .container--white .template-contenu .container h1, .template-contenu .container .container--white h1, .container--white h3 {
  color: #1a1919;
}

.container--document {
  padding: 10px;
  border-bottom: 1px solid #bf243a;
  text-align: left;
}

.container--document .document--image {
  overflow: hidden;
  text-align: center;
}

.container--document .document--image img {
  height: auto;
}

.container--document h4 {
  text-transform: uppercase;
  clear: both;
  margin-top: 18px;
  margin-bottom: 20px;
  color: #bf243a;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 1em;
  letter-spacing: 1px;
}

.container--document .document--description {
  padding-bottom: 30px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  color: #ffffff;
  font-weight: 400;
}

.container--document:first-child {
  border-top: solid 1px #bf243a;
}

.image-right {
  text-align: center;
}

.image-left {
  text-align: center;
}

.liste-rond, .actualite .actualite--texte ul {
  margin: 0 auto 20px 20px;
  text-align: left;
}

.liste-rond > li, .actualite .actualite--texte ul > li {
  line-height: 1.2em;
  margin-bottom: 10px;
}

.liste-rond > li:before, .actualite .actualite--texte ul > li:before {
  content: "\2022";
  color: #bf243a;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.liste-numero {
  list-style-type: none;
  margin-bottom: 20px;
  text-align: left;
  counter-reset: li;
}

.liste-numero > li {
  padding: 5px;
  border-bottom: dotted 1px #748187;
  overflow: hidden;
}

.liste-numero > li:before {
  display: inline-block;
  content: counter(li);
  counter-increment: li;
  text-align: center;
  font-size: 16px;
  line-height: 1em;
  padding: 0 10px 0 5px;
  margin-right: 10px;
  vertical-align: middle;
  border-right: dotted 1px #748187;
  color: #bf243a;
}

.liste-fleche {
  list-style-type: none;
  text-align: left;
  margin-bottom: 20px;
}

.liste-fleche > li {
  padding: 5px 0;
  border-bottom: dotted 1px #748187;
  overflow: hidden;
  position: relative;
}

.liste-fleche > li:before {
  font-family: "Font Awesome 5 Free";
  content: '\F105';
  font-weight: 900;
  padding: 0 8px;
  color: #bf243a;
}

.liste-couleur > li {
  padding: 5px;
  overflow: hidden;
}

.liste-couleur > li:nth-child(odd) {
  background-color: #fafafa;
}

.liste-couleur > li:nth-child(even) {
  background-color: #ffffff;
}

.liste-couleur > li:hover {
  background-color: #bf243a;
  color: #ebebeb;
}

.liste-couleur > li:hover a, .liste-couleur > li:hover a:hover {
  color: #ebebeb;
  text-decoration: none;
  border: none;
}

.liste-couleur2 > li {
  padding: 10px;
  overflow: hidden;
}

.liste-couleur2 > li:nth-child(odd) {
  background-color: #ffffff;
  color: #bf243a;
}

.liste-couleur2 > li:nth-child(odd) h1, .liste-couleur2 > li:nth-child(odd) h2, .liste-couleur2 > li:nth-child(odd) .template-contenu-sans-image h1, .template-contenu-sans-image .liste-couleur2 > li:nth-child(odd) h1,
.liste-couleur2 > li:nth-child(odd) .template-contenu-sans-image-full-header h1, .template-contenu-sans-image-full-header .liste-couleur2 > li:nth-child(odd) h1, .liste-couleur2 > li:nth-child(odd) .template-contenu .page-picture h1, .template-contenu .page-picture .liste-couleur2 > li:nth-child(odd) h1, .liste-couleur2 > li:nth-child(odd) .template-contenu .container h1, .template-contenu .container .liste-couleur2 > li:nth-child(odd) h1, .liste-couleur2 > li:nth-child(odd) h3, .liste-couleur2 > li:nth-child(odd) h4, .liste-couleur2 > li:nth-child(odd) a, .liste-couleur2 > li:nth-child(odd) p, .liste-couleur2 > li:nth-child(odd) ul, .liste-couleur2 > li:nth-child(odd) li {
  color: #bf243a;
}

.liste-couleur2 > li:nth-child(odd):hover {
  background-color: whitesmoke;
}

.liste-couleur2 > li:nth-child(even) {
  background-color: #d9d9d9;
}

.liste-couleur2 > li:nth-child(even):hover {
  background-color: #e6e5e5;
}

.liste-check {
  padding: 0;
  margin-bottom: 20px;
}

.liste-check li {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  list-style: none;
  padding: 5px 0;
}

.liste-check li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F00C";
  padding-right: 8px;
  font-size: 18px;
  color: #bf243a;
}

.link {
  margin-bottom: 40px;
}

.link:last-child {
  margin-bottom: 0;
}

.link h6 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: bold;
}

.link a {
  font-weight: 500;
  display: block;
  margin-top: 5px;
}

blockquote {
  text-align: center;
  font-size: 1.2em;
  line-height: 1.5em;
}

blockquote .citation__author {
  margin-top: 20px;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
}

blockquote .citation__text {
  position: relative;
}

blockquote .citation__text .citation__text__quote_left {
  display: none;
  float: left;
  width: 30px;
  height: 30px;
  background: url("../../../images/quote-left.png") top left no-repeat;
  background-size: 30px 30px;
  margin-right: 50px;
}

blockquote .citation__text .citation__text__quote_right {
  display: none;
  float: right;
  width: 30px;
  height: 30px;
  background: url("../../../images/quote-right.png") top right no-repeat;
  background-size: 30px 30px;
  margin-left: 50px;
}

blockquote .citation__text .citation__text__content {
  margin: 20px 50px 0 50px;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.5em;
}

blockquote .citation__text:before {
  content: '\201C';
  font-size: 55px;
  font-weight: 400;
  margin-right: 20px;
  position: absolute;
  top: -10px;
  left: 0px;
}

blockquote .citation__text:after {
  content: '\201D';
  font-size: 55px;
  font-weight: 400;
  margin-left: 20px;
  position: absolute;
  bottom: -1em;
  right: 0px;
}

.colonne-1, .colonne-2 {
  padding-bottom: 30px;
}

.container-3-colonnes-fixe .colonne-1, .container-3-colonnes-fixe .colonne-2, .container-3-colonnes-fixe .colonne-3 {
  padding: 17px 20px;
}

.container-3-colonnes-fixe .colonne-1, .container-3-colonnes-fixe .colonne-2 {
  margin-bottom: 40px;
  display: block;
}

.container-3-colonnes-fixe .colonne-1:last-child, .container-3-colonnes-fixe .colonne-2:last-child {
  margin-bottom: 0;
}

table.table {
  width: 100%;
  padding-bottom: 45px;
}

table.table tbody {
  padding: 20px 0;
  width: 100%;
}

table.table tbody tr {
  display: grid;
  padding-bottom: 15px;
  width: 100%;
}

table.table tbody tr td {
  padding: 6px 0;
  position: relative;
  padding-left: 30px;
  border-bottom: dotted 1px #bf243a;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 15px;
  width: 100%;
}

table.table tbody tr td .fa, table.table tbody tr td .fas, table.table tbody tr td .svg-inline--fa {
  position: absolute;
  top: 7px;
  left: 5px;
  font-weight: 900;
  text-align: center;
  font-size: 18px;
  line-height: 1em;
  padding: 0 10px 0 5px;
  margin-right: 10px;
  vertical-align: middle;
}

table.table tbody tr td p, table.table tbody tr td ul, table.table tbody tr td li {
  padding: 0;
}

table.table tbody tr td:nth-child(1) {
  font-weight: 600;
  font-size: 19px;
  width: 100%;
}

table.table tbody tr td:nth-child(1):before {
  font-family: "Font Awesome 5 Solid";
  content: '\F105';
  display: none;
}

.container-2-colonnes-fixe {
  margin: 30px auto;
}

.container-2-colonnes-fixe .double--titre {
  margin-top: 0;
}

.review__text {
  padding-bottom: 10px;
}

.review__name, .review__company {
  color: #1a1919;
  font-weight: 700;
}

.review__date {
  padding-top: 10px;
  color: #bf243a;
  font-size: 14px;
}

/****************************
 * Pour les styles "Tablet"
 ***************************/
@media only screen and (min-width: 750px) {
  .container-2-colonnes-auto {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 100px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 100px;
    /* Firefox */
    column-gap: 100px;
    margin-left: auto;
    margin-right: auto;
  }
  .container-2-colonnes-auto p, .container-2-colonnes-auto ul, .container-2-colonnes-auto li {
    font-size: 14px;
  }
  .container-3-colonnes-auto {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
    -webkit-column-gap: 100px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 100px;
    /* Firefox */
    column-gap: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 5px 25px 15px 25px;
  }
  .container-3-colonnes-auto p, .container-3-colonnes-auto ul, .container-3-colonnes-auto li {
    font-size: 14px;
  }
  .container-2-colonnes-fixe {
    margin: 0 auto;
  }
  .container-2-colonnes-1-4-3-4 {
    display: -webkit-box;
    display: flex;
    margin-bottom: 75px;
  }
  .container-2-colonnes-1-4-3-4 .colonne-1 {
    width: 23%;
    margin-right: 2%;
    padding: 0 !important;
  }
  .container-2-colonnes-1-4-3-4 .colonne-2 {
    width: 73%;
    margin-left: 2%;
    padding: 0 !important;
  }
  .container--document {
    width: 50%;
    border-right: solid 1px #bf243a;
    border-bottom: solid 1px #bf243a;
    position: relative;
  }
  .container--document:nth-child(2n+1) {
    border-left: solid 1px #bf243a;
  }
  .container--document:nth-child(2n) {
    border-top: solid 1px #bf243a;
  }
  .container--document h4 {
    padding-left: 8px;
  }
  .container--document .document--image img {
    width: 100%;
    max-width: 250px;
  }
  .image-right {
    float: right;
    margin-left: 40px;
    margin-bottom: 40px;
    z-index: 20 !important;
  }
  .image-left {
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
    z-index: 20 !important;
  }
  .container-cours {
    width: calc(41.66666667% - 28.33333333px);
    float: left;
    margin-left: 20px;
  }
  .container-cours .informations--formation {
    display: -webkit-box;
    display: flex;
  }
  .container-cours .informations--formation span {
    text-align: left;
    margin-bottom: 0;
  }
  .container-cours .informations--formation a {
    text-align: right;
    width: 124px;
  }
  .container-flex {
    -webkit-box-align: stretch;
            align-items: stretch;
    clear: both;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .container-flex::after {
    clear: both;
    content: "";
    display: block;
  }
  table.table tbody tr {
    display: table-row;
    padding-bottom: 0;
  }
  table.table tbody tr td {
    padding-left: 10px;
  }
  table.table tbody tr td:nth-child(1) {
    border-right: dotted 1px #bf243a;
  }
}

/****************************
 * Pour les styles "Desktop"
 ***************************/
@media only screen and (min-width: 1160px) {
  .container--document {
    width: 25%;
  }
  .container--document:nth-child(2n+1) {
    border-left: none;
  }
  .container--document:nth-child(2n) {
    border-top: none;
  }
  .container--document:nth-child(4n+1) {
    border-left: solid 1px #bf243a;
  }
  .container--document:nth-child(2), .container--document:nth-child(3), .container--document:nth-child(4) {
    border-top: solid 1px #bf243a;
  }
  .container-2-colonnes-fixe {
    display: -webkit-box;
    display: flex;
  }
  .container-2-colonnes-fixe .colonne-1 {
    width: 45%;
    margin-right: 5%;
    padding: 0 15px;
  }
  .container-2-colonnes-fixe .colonne-2 {
    width: 45%;
    margin-left: 5%;
    padding: 0 15px;
  }
  .container-3-colonnes-auto {
    padding-bottom: 5em;
  }
  .container-3-colonnes-fixe {
    display: -webkit-box;
    display: flex;
    margin: 0 auto;
    padding: 0 100px;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .container-3-colonnes-fixe .colonne-1, .container-3-colonnes-fixe .colonne-2, .container-3-colonnes-fixe .colonne-3 {
    width: 338px;
    padding: 17px 20px;
  }
  .container-3-colonnes-fixe .colonne-1, .container-3-colonnes-fixe .colonne-2 {
    margin-bottom: 0px;
  }
}

/**
 * Le CSS pour les effets d'affichage Miki
 */
.mikiEffect-slideFromLeft {
  position: relative;
  left: -300px;
  opacity: 0;
}

.mikiEffect-slideFromRight {
  position: relative;
  right: -300px;
  opacity: 0;
}

.mikiEffect-slideFromBottom {
  position: relative;
  bottom: -300px;
  opacity: 0;
}

.mikiEffect-fade {
  opacity: 0;
}

figure.hover_effect1 {
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  width: 100%;
  color: #000000;
  text-align: center;
}

figure.hover_effect1 * {
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

figure.hover_effect1 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.hover_effect1:after {
  background: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  opacity: 0.75;
  -webkit-transform: skew(-45deg) scaleX(0);
  transform: skew(-45deg) scaleX(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

figure.hover_effect1 figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

figure.hover_effect1 h5, figure.hover_effect1 p, figure.hover_effect1 ul, figure.hover_effect1 li {
  margin: 0;
  width: 100%;
  opacity: 0;
}

figure.hover_effect1 h5 {
  padding: 0 30px;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
}

figure.hover_effect1 p, figure.hover_effect1 ul, figure.hover_effect1 li {
  padding: 0 50px;
  font-size: 0.8em;
  font-weight: 500;
}

figure.hover_effect1 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

figure.hover_effect1:hover:after, figure.hover_effect1.hover:after {
  -webkit-transform: skew(-45deg) scaleX(1);
  transform: skew(-45deg) scaleX(1);
  -webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

figure.hover_effect1:hover figcaption h5,
figure.hover_effect1.hover figcaption h5,
figure.hover_effect1:hover figcaption p,
figure.hover_effect1:hover figcaption ul,
figure.hover_effect1:hover figcaption li,
figure.hover_effect1.hover figcaption p,
figure.hover_effect1.hover figcaption ul,
figure.hover_effect1.hover figcaption li {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

figure.hover_effect1:hover figcaption h5,
figure.hover_effect1.hover figcaption h5 {
  opacity: 1;
}


figure.hover_effect1:hover figcaption p,
figure.hover_effect1:hover figcaption ul,
figure.hover_effect1:hover figcaption li,
figure.hover_effect1.hover figcaption p,
figure.hover_effect1.hover figcaption ul,
figure.hover_effect1.hover figcaption li {
  opacity: 0.7;
}

figure.hover_effect2 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #000000;
  text-align: center;
  -webkit-perspective: 50em;
  perspective: 50em;
}

figure.hover_effect2 * {
  box-sizing: padding-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

figure.hover_effect2 img {
  max-width: 100%;
  vertical-align: top;
}

figure.hover_effect2 figcaption {
  top: 50%;
  left: 20px;
  right: 20px;
  position: absolute;
  opacity: 0;
  z-index: 1;
}

figure.hover_effect2 h5, figure.hover_effect2 p, figure.hover_effect2 ul, figure.hover_effect2 li {
  margin: 0;
}

figure.hover_effect2 h5 {
  font-weight: 600;
}

figure.hover_effect2 p, figure.hover_effect2 ul, figure.hover_effect2 li {
  font-weight: 400;
  text-transform: uppercase;
}

figure.hover_effect2 i {
  font-size: 32px;
}

figure.hover_effect2:after {
  background-color: #ffffff;
  position: absolute;
  content: "";
  display: block;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
}

figure.hover_effect2 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

figure.hover_effect2:hover figcaption,
figure.hover_effect2.hover figcaption {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

figure.hover_effect2:hover:after, figure.hover_effect2.hover:after {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 0.9;
}

/* Shine */
figure.hover_effect3 {
  position: relative;
  overflow: hidden;
}

figure.hover_effect3::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

figure.hover_effect3:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/* Zoom In #1 */
figure.hover_effect4 {
  overflow: hidden;
}

figure.hover_effect4 img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

figure.hover_effect4:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

/* Zoom Out #1 */
figure.hover_effect5 {
  overflow: hidden;
}

figure.hover_effect5 img {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

figure.hover_effect5:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.only-desktop {
  display: none !important;
}

.only-tablet {
  display: none !important;
}

.only-smartphone {
  display: block !important;
}

.no-desktop {
  display: block !important;
}

.no-tablet {
  display: block !important;
}

.no-smartphone {
  display: none !important;
}

.from-tablet {
  display: none !important;
}

.from-desktop {
  display: none !important;
}

.media_query_value {
  font-size: 2px;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  height: 100%;
  color: #ffffff;
  background-color: #585656;
}

.content-container {
  margin: 0;
  padding: 0;
  max-width: none;
  background-color: #1a1919;
  overflow: hidden;
}

header {
  width: 100%;
  top: 0;
  z-index: 99;
  max-width: none;
  background-color: #ffffff;
  padding-bottom: 25px;
}

header .container--logo {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
  padding-right: 20px;
  padding-left: 5px;
}

header .container--logo .logo-left {
  padding: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

header .container--logo .logo-left .logo {
  display: block;
  position: relative;
  z-index: 10;
  text-align: left;
}

header .container--logo .logo-left .logo img {
  width: 150px;
}

header .container--logo .logo-right {
  display: none;
  -webkit-box-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding-left: 20px;
}

header .container--logo .logo-right .mercedes_logo {
  padding-left: 20px;
}

header .container--logo .logo-right .mercedes_logo img {
  height: 42px;
  width: auto;
}

header .container--logo .logo-right .toyota_logo {
  padding-right: 0px;
}

header .container--logo .logo-right .toyota_logo img {
  height: 38px;
  width: auto;
}

p, ul, li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.44;
}

strong {
  font-weight: 700;
}

a {
  color: #bf243a;
  text-decoration: none;
  -webkit-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s;
}

a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
}

em {
  font-style: italic;
}

.zoom img {
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}

.zoom:hover img {
  -webkit-transform: perspective(1000px) translate3d(0, 0, 21px);
          transform: perspective(1000px) translate3d(0, 0, 21px);
}

h1, h2, .template-contenu-sans-image h1,
.template-contenu-sans-image-full-header h1, .template-contenu .page-picture h1,
.template-contenu .page-picture h1.trapeze, .template-contenu .container h1, h3, h4 {
  margin: 1em 0;
}

h1 {
  font-weight: 700;
  font-size: 40px;
}

h1 .miki_edit, h1 .change_content__container {
  display: inline-block;
}

h2, .template-contenu-sans-image h1,
.template-contenu-sans-image-full-header h1, .template-contenu .page-picture h1,
.template-contenu .page-picture h1.trapeze, .template-contenu .container h1 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.48;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
}

h3 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}

h4 {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}

.container {
  position: relative;
  max-width: 1400px;
  overflow: visible;
  background-color: #1a1919;
  margin: 0 auto;
  padding: 0 0 100px 0;
}

.container::after {
  clear: both;
  content: "";
  display: block;
}

.container figure {
  margin-bottom: 20px;
}

.container figure:last-child {
  margin-bottom: 0;
}

.container--blanc {
  background-color: #ffffff;
  color: #1a1919;
}

.nice-select {
  float: none;
}

.miki_alert {
  margin-bottom: 50px;
}

.badge {
  background-color: #ebebeb;
  color: #ffffff;
  display: inline-block;
  font-size: 1em;
  line-height: 1em;
  margin: 10px 0;
  padding: 20px;
  width: 100%;
}

.badge .delete {
  margin-left: 10px;
  cursor: pointer;
}

.badge.badge--alert {
  background-color: #ff9800;
  color: #ffffff;
}

.badge.badge--success {
  background-color: #4CAF50;
  color: #ffffff;
}

.badge.badge--danger, .badge.badge--error {
  background-color: #f44336;
  color: #ffffff;
}

.badge.badge--notice {
  background-color: #2196F3;
  color: #ffffff;
}

.badge ul,
.badge ul.liste-rond,
.badge .actualite .actualite--texte ul,
.actualite .actualite--texte .badge ul {
  margin-bottom: 0;
}

.badge li {
  margin-top: 10px;
}

.pop-up {
  position: initial;
}

.pop-up .pop-up--right {
  width: 100%;
  height: 64px;
  background-color: #bf243a;
  position: absolute;
  z-index: 999;
  top: 140px;
  overflow: hidden;
  text-align: center;
}

.pop-up .pop-up--right .pop-up--icon {
  color: #ffffff;
  display: inline-block;
  padding: 15px 18px;
  position: relative;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}

.pop-up .pop-up--right .pop-up--icon:nth-child(2) {
  top: -2.5px;
}

.pop-up .pop-up--right .pop-up--icon:nth-child(3) {
  top: -3px;
}

.pop-up .pop-up--right .pop-up--icon .icon {
  width: 27px;
  height: auto;
}

.pop-up .pop-up--right .pop-up--icon .icon--white {
  display: inline-block;
}

.pop-up .pop-up--right .pop-up--icon .icon--black {
  display: none;
}

.pop-up .pop-up--right .pop-up--icon span {
  -webkit-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s;
  display: none;
  opacity: 0;
  overflow: hidden;
  line-height: 29px;
}

/* Accordion styles */
.tabs {
  overflow: hidden;
}

.tab {
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}

.tab .tab-content {
  padding: 0;
}

.tab:nth-child(2) {
  border-top: solid 1.5px #1a1919;
  border-bottom: solid 1.5px #1a1919;
}

.tab table td {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: 0.3px;
}

.tab table td:nth-child(2) {
  padding: 0 15px;
}

.tab table .tab-date {
  width: 78px;
}

.tab-label {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #1a1919;
  background: #ffffff;
  /* Icon */
}

.tab-label::after {
  content: url(../images/fleche-rouge.png);
  width: 27px;
  height: 27px;
  text-align: center;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.tab-content {
  max-height: 0;
  -webkit-transition: all .35s;
  transition: all .35s;
  color: #1a1919;
  background: #ffffff;
  padding: 12px;
}

.tab-content h1, .tab-content h2, .tab-content .template-contenu-sans-image h1, .template-contenu-sans-image .tab-content h1,
.tab-content .template-contenu-sans-image-full-header h1, .template-contenu-sans-image-full-header .tab-content h1, .tab-content .template-contenu .page-picture h1, .template-contenu .page-picture .tab-content h1, .tab-content .template-contenu .container h1, .template-contenu .container .tab-content h1, .tab-content h3 {
  color: #1a1919;
}

.tab-close {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #ffffff;
  cursor: pointer;
}

.tab > input[type='checkbox'] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.tab > input[type='checkbox']:checked + .tab-label::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.tab > input[type='checkbox']:checked ~ .tab-content {
  max-height: none;
  padding: 12px;
}

.actualite {
  position: relative;
}

.actualite .actualite--titre {
  border-bottom: 2px solid #1a1919;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.actualite .actualite--titre h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.68px;
  color: #1a1919;
  margin: 0;
}

.actualite .actualite--texte {
  margin-bottom: 30px;
  overflow: hidden;
}

.actualite .actualite--texte ul {
  margin-top: 20px;
}

.actualite .actualite--texte p, .actualite .actualite--texte ul, .actualite .actualite--texte li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: 0.44px;
  color: #1a1919;
  white-space: pre-line;
}

.actualite .actualite--informations {
  width: 100%;
  bottom: 0;
}

.actualite .actualite--informations > div {
  margin-bottom: 30px;
}

.actualite .actualite--informations .button2 {
  width: 100%;
}

.actualite .actualite--informations span {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #bf243a;
  padding-bottom: 5px;
  display: block;
}

.actualite .actualite--informations p, .actualite .actualite--informations ul, .actualite .actualite--informations li {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.27;
  letter-spacing: 0.91px;
  color: #1a1919;
}

.actualite .actualite--image {
  margin: 20px 0;
}

.actualite .actualite--image img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

.actualite .actualite--button {
  margin-top: 20px;
}

.occasions .miki_edit {
  width: 100%;
}

.occasions_slide_container {
  overflow: visible !important;
}

.occasions_slide_container .swiper-slide {
  background-color: transparent;
}

.occasions_slide_container .swiper-slide .occasion {
  margin: 0 50px;
}

.occasions_slide_container .swiper-slide .occasion .occasion--prix {
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.occasions_slide_container .swiper-slide .occasion .occasion--link {
  margin-left: 20px;
}

.occasion {
  text-align: left;
  padding: 0 !important;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  cursor: pointer;
}

.occasion:hover {
  background-color: #bf243a;
}

.occasion:hover .occasion--prix .occasion--link a {
  background-image: url("../images/fleche_noir.png");
}

.occasion .occasion--titre {
  padding-bottom: 20px;
  border-bottom: 2px solid #1a1919;
}

.occasion .occasion--titre h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.68px;
  color: #1a1919;
}

.occasion .occasion--informations {
  padding: 20px;
}

.occasion .occasion--image {
  overflow: hidden;
  text-align: center;
  padding: 20px 20px 0 20px;
}

.occasion .occasion--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.occasion .occasion--titre {
  border-bottom: 2px solid #ffffff;
}

.occasion .occasion--titre p, .occasion .occasion--titre ul, .occasion .occasion--titre li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: 0.44px;
  color: #ffffff;
}

.occasion .occasion--prix {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.54;
  letter-spacing: 1px;
  color: #ffffff;
  padding-top: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.occasion .occasion--prix .occasion--link {
  text-align: right;
}

.occasion .occasion--prix .occasion--link a {
  display: inline-block;
  background: url("../images/fleche-rouge.png") no-repeat center center;
  width: 22px;
  height: 36px;
}

.content--marque {
  position: relative;
  display: block;
  background: #ffffff;
  color: #1a1919;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
}

.content--marque:nth-child(2) {
  background: #ffffff;
  color: #1a1919;
  padding-right: 20px;
  padding-left: 20px;
}

.content--marque:nth-child(2) .content--marque--title {
  color: #1a1919;
}

.content--marque:nth-child(2) .content--marque--text {
  color: #1a1919;
}

.content--marque:nth-child(3) {
  padding-left: 20px;
  padding-right: 20px;
}

.content--marque .content--marque--title {
  color: #1a1919;
  font-size: 2em;
  line-height: 1em;
  margin-bottom: 20px;
  margin-top: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
}

.content--marque .content--marque--title img {
  margin-right: 20px;
  max-width: 50px;
  max-height: 50px;
}

.content--marque .content--marque--text {
  color: #1a1919;
}

.content--marque .content--marque--image {
  position: relative;
  z-index: 1;
}

.content--marque .button1 {
  margin-top: 20px;
}

.content--marque .content--marque--trapeze {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  height: 140px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.content--marque .content--marque--trapeze .trapeze--long {
  height: 100%;
  margin: 0;
  position: relative;
  z-index: 1;
}

.content--marque .content--marque--trapeze img {
  height: 100px;
  position: absolute;
  z-index: 2;
}

.content--marque .content--marque--trapeze--mercedes {
  right: 0;
  background-color: #1a1919;
}

.content--marque .content--marque--trapeze--mercedes .trapeze--long {
  background-color: #1a1919;
}

.content--marque .content--marque--trapeze--mercedes img {
  top: calc(50% - 50px);
}

.content--marque .content--marque--trapeze--toyota {
  left: 0;
  background-color: #1a1919;
}

.content--marque .content--marque--trapeze--toyota .trapeze--long {
  background-color: #ffffff;
}

.content--marque .content--marque--trapeze--toyota img {
  top: calc(50% - 36px);
  width: 110px;
  height: auto;
}

.promotions {
  color: #ffffff;
  padding: 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.promotions .promotions--title,
.promotions .promotions--content {
  background-color: #bf243a;
  padding: 20px;
}

.promotions .promotions--title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.promotions .promotions--title h3 {
  margin-right: 20px;
}

.promotions .promotions--content {
  padding-top: 0;
  padding-top: 25px;
  display: -webkit-box;
  display: flex;
}

.promotions h3 {
  line-height: 1.4;
  letter-spacing: 0.68px;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.promotions .promotions--informations {
  position: relative;
}

.promotions .promotions--informations .promotions--texte {
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
}

.promotions .promotions--informations p, .promotions .promotions--informations ul, .promotions .promotions--informations li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: 0.44px;
  color: #ffffff;
}

.promotions .promotions--date {
  width: 100%;
  overflow: hidden;
}

.promotions .promotions--date div {
  margin-bottom: 20px;
}

.promotions .promotions--date span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #ffffff;
  padding-bottom: 6px;
}

.promotions .promotions--date p, .promotions .promotions--date ul, .promotions .promotions--date li {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.27;
  letter-spacing: 0.91px;
  color: #ffffff;
}

.promotions .promotions--image {
  display: none;
  padding-top: 18px;
  -webkit-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
}

.liens-rapides {
  margin-top: 0 !important;
}

.liens-rapides .lien-rapide {
  display: block;
  width: 100%;
  height: 180px;
  position: relative;
  overflow: hidden;
  max-width: 475px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.liens-rapides .lien-rapide:hover .lien-rapide--hover {
  background-color: rgba(191, 36, 58, 0.8);
}

.liens-rapides .lien-rapide .lien-rapide--image {
  z-index: 1;
  position: absolute;
  height: 100%;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.liens-rapides .lien-rapide .lien-rapide--hover {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 25, 25, 0.5);
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.liens-rapides .lien-rapide .lien-rapide--titre {
  z-index: 3;
  width: 100%;
  padding: 0 20px;
}

.liens-rapides .lien-rapide .lien-rapide--titre h2, .liens-rapides .lien-rapide .lien-rapide--titre .template-contenu-sans-image h1, .template-contenu-sans-image .liens-rapides .lien-rapide .lien-rapide--titre h1,
.liens-rapides .lien-rapide .lien-rapide--titre .template-contenu-sans-image-full-header h1, .template-contenu-sans-image-full-header .liens-rapides .lien-rapide .lien-rapide--titre h1, .liens-rapides .lien-rapide .lien-rapide--titre .template-contenu .page-picture h1, .template-contenu .page-picture .liens-rapides .lien-rapide .lien-rapide--titre h1, .liens-rapides .lien-rapide .lien-rapide--titre .template-contenu .container h1, .template-contenu .container .liens-rapides .lien-rapide .lien-rapide--titre h1 {
  padding: 0;
  margin: 0;
}

.liens-rapides .lien-rapide .lien-rapide--titre a {
  color: #ffffff;
}

.box-container {
  width: calc(83.33333333% - 36.66666667px);
  float: left;
  margin-left: 20px;
  margin-bottom: 3em;
}

.box-container h4, .box-container .texte-cote, .box-container .bloc-texte > p, .box-container .bloc-texte > ul, .box-container .bloc-texte > li {
  text-align: center;
}

.outer-container {
  padding: 20px;
}

.outer-container::after {
  clear: both;
  content: "";
  display: block;
}

h2.trapeze, .template-contenu-sans-image h1.trapeze,
.template-contenu-sans-image-full-header h1.trapeze,
.template-contenu .page-picture h1.trapeze, .template-contenu .container h1.trapeze {
  background-color: #bf243a;
  position: absolute;
  z-index: 1;
  margin: 0;
  text-align: left !important;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
}

.titre--rouge-diag {
  z-index: 9;
  bottom: 70px;
}

.titre--rouge-diag .trapeze {
  font-size: 28px;
  line-height: 1.61;
  letter-spacing: 1px;
  padding: 20px;
  width: 100%;
  position: relative;
}

.swiper-slide__informations {
  z-index: 99;
  width: 100%;
}

.swiper-slide__informations .trapeze {
  font-size: 22px;
  line-height: 1.39;
  letter-spacing: 0.86px;
  top: 0;
  width: 100%;
  padding: 20px 20px;
  position: relative;
}

.goToTop {
  display: block;
  position: fixed;
  bottom: 30px;
  right: 30px;
  font-size: 3em;
  color: #bf243a;
  z-index: 9999;
  display: inline-block;
  vertical-align: middle;
  border: solid 3px #bf243a;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.8);
  width: 50px;
  text-align: center;
}

.goToTop:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F106";
}

footer {
  position: relative;
  margin-top: 100px;
}

footer .footer--top {
  background-color: #ffffff;
}

footer .footer--top .container {
  padding-bottom: 0;
}

footer .footer--top .container--contact {
  background-color: #ffffff;
}

footer .footer--top .container--contact .maps {
  height: 250px;
}

footer .footer--top .container--contact .maps .gm-style-iw-a {
  color: #bf243a;
}

footer .footer--top .container--contact .container--contact-1 {
  width: 100%;
}

footer .footer--top .container--contact .container--contact-2 {
  padding: 40px 20px;
}

footer .footer--top .container--contact .container--contact-2 h3 {
  width: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.64;
  letter-spacing: 1px;
  color: #1a1919;
  text-transform: uppercase;
  border-bottom: solid 1.5px #1a1919;
  padding-bottom: 7px;
}

footer .footer--top .container--contact .container--contact-2 .contact-informations {
  padding-bottom: 40px;
}

footer .footer--top .container--contact .container--contact-2 .contact-informations p, footer .footer--top .container--contact .container--contact-2 .contact-informations ul, footer .footer--top .container--contact .container--contact-2 .contact-informations li {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.68px;
}

footer .footer--top .container--contact .container--contact-2 .contact--mail-tel {
  padding-bottom: 24px;
}

footer .footer--top .container--contact .container--contact-2 .contact--mail-tel p, footer .footer--top .container--contact .container--contact-2 .contact--mail-tel ul, footer .footer--top .container--contact .container--contact-2 .contact--mail-tel li {
  padding-bottom: 25px;
}

footer .footer--top .container--contact .container--contact-2 .contact--mail-tel a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.52px;
  color: #bf243a;
  border-bottom: solid 1.5px #bf243a;
  padding-bottom: 6px;
}

footer .footer--top .container--contact .container--contact-2 .contact-assistance p, footer .footer--top .container--contact .container--contact-2 .contact-assistance ul, footer .footer--top .container--contact .container--contact-2 .contact-assistance li {
  display: -webkit-box;
  display: flex;
}

footer .footer--top .container--contact .container--contact-2 .contact-assistance span {
  width: 150px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.64;
  letter-spacing: 0.26px;
}

footer .footer--top .container--contact .container--contact-2 .contact-assistance a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.64;
  letter-spacing: 0.26px;
  color: #1a1919;
}

footer .footer--top .container--contact .contact-adresse {
  padding-bottom: 30px;
}

footer .footer--top .container--contact .contact-horaires {
  padding-bottom: 30px;
  position: relative;
  /* Accordion styles */
}

footer .footer--top .container--contact .contact-horaires h3 {
  margin-bottom: 0;
}

footer .footer--top .container--contact .contact-horaires input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

footer .footer--top .container--contact .contact-horaires .row {
  display: -webkit-box;
  display: flex;
  background-color: #ffffff;
  width: 100%;
}

footer .footer--top .container--contact .contact-horaires .row .col {
  -webkit-box-flex: 1;
          flex: 1;
}

footer .footer--top .container--contact .contact-horaires .tabs {
  overflow: hidden;
}

footer .footer--top .container--contact .contact-horaires .tab {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
}

footer .footer--top .container--contact .contact-horaires .tab .tab-content {
  padding: 0;
}

footer .footer--top .container--contact .contact-horaires .tab:nth-child(2) {
  border-top: solid 1.5px #1a1919;
  border-bottom: solid 1.5px #1a1919;
}

footer .footer--top .container--contact .contact-horaires .tab table td {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: 0.3px;
}

footer .footer--top .container--contact .contact-horaires .tab table td:nth-child(2) {
  padding: 0 15px;
}

footer .footer--top .container--contact .contact-horaires .tab table .tab-date {
  width: 78px;
}

footer .footer--top .container--contact .contact-horaires .tab-label {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #1a1919;
  /* Icon */
}

footer .footer--top .container--contact .contact-horaires .tab-label::after {
  content: url(../images/fleche_noir.svg);
  width: 27px;
  height: 27px;
  text-align: center;
  -webkit-transition: all .35s;
  transition: all .35s;
}

footer .footer--top .container--contact .contact-horaires .tab-content {
  max-height: 0;
  padding: 0 1em;
  -webkit-transition: all .35s;
  transition: all .35s;
}

footer .footer--top .container--contact .contact-horaires .tab-close {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #ffffff;
  cursor: pointer;
}

footer .footer--top .container--contact .contact-horaires input:checked + .tab-label::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

footer .footer--top .container--contact .contact-horaires input:checked ~ .tab-content {
  max-height: 100vh;
  padding-bottom: 20px;
}

footer .footer--bas {
  padding: 30px 20px;
}

footer .footer--bas .footer--newsletter {
  padding-bottom: 64px;
  border-bottom: solid 1.5px #ffffff;
}

footer .footer--bas .footer--newsletter .footer--newsletter--info {
  padding-bottom: 20px;
}

footer .footer--bas .footer--newsletter .footer--newsletter--info h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.68px;
  color: #ffffff;
  margin: 0;
  padding-bottom: 20px;
}

footer .footer--bas .footer--newsletter .footer--newsletter--info p, footer .footer--bas .footer--newsletter .footer--newsletter--info ul, footer .footer--bas .footer--newsletter .footer--newsletter--info li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: 0.44px;
  color: #ffffff;
}

footer .footer--bas .footer--newsletter .footer--newsletter--button p, footer .footer--bas .footer--newsletter .footer--newsletter--button ul, footer .footer--bas .footer--newsletter .footer--newsletter--button li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: 0.3px;
  padding-bottom: 22px;
}

footer .footer--bas .footer--newsletter .footer--newsletter--button #form_newsletter input {
  border: solid 1.5px #ffffff;
  padding: 17px;
  background: transparent;
  font-size: 12px;
  width: 100%;
  color: #ffffff;
  margin-bottom: 15px;
}

footer .footer--bas .footer--newsletter .footer--newsletter--button #form_newsletter input::-webkit-input-placeholder {
  font-size: 14px;
  color: #1a1919;
}

footer .footer--bas .footer--newsletter .footer--newsletter--button #form_newsletter input::-moz-placeholder {
  font-size: 14px;
  color: #1a1919;
}

footer .footer--bas .footer--newsletter .footer--newsletter--button #form_newsletter input:-ms-input-placeholder {
  font-size: 14px;
  color: #1a1919;
}

footer .footer--bas .footer--newsletter .footer--newsletter--button #form_newsletter input::-ms-input-placeholder {
  font-size: 14px;
  color: #1a1919;
}

footer .footer--bas .footer--newsletter .footer--newsletter--button #form_newsletter input::placeholder {
  font-size: 14px;
  color: #1a1919;
}

footer .footer--bas .footer--marque {
  width: 100%;
  padding-top: 20px;
  color: #ffffff;
}

footer .footer--bas .footer--marque .footer--marque-info {
  padding-bottom: 20px;
}

footer .footer--bas .footer--marque .footer--marque-info p, footer .footer--bas .footer--marque .footer--marque-info ul, footer .footer--bas .footer--marque .footer--marque-info li {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.37px;
}

footer .footer--bas .footer--marque .footer--marque-rs {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

footer .footer--bas .footer--marque .footer--marque-rs a img {
  height: 43px;
}

footer .footer--bas .footer--marque .footer--marque-rs a:nth-child(2) {
  padding: 0 15px;
}

footer .footer--impressum {
  padding: 18px;
  font-size: 14px;
  line-height: 1.64;
  letter-spacing: 0.26px;
  text-align: center;
  color: #ffffff;
}

footer .footer--impressum p, footer .footer--impressum ul, footer .footer--impressum li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.64;
  letter-spacing: 0.26px;
  text-align: center;
}

footer .footer--impressum a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding-left: 20px;
}

.popup_cookies {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: #bf243a;
  color: #ffffff;
  text-align: center;
  z-index: 9999;
  box-shadow: 0px -8px 50px -19px rgba(0, 0, 0, 0.75);
}

.popup_cookies h2, .popup_cookies .template-contenu-sans-image h1, .template-contenu-sans-image .popup_cookies h1,
.popup_cookies .template-contenu-sans-image-full-header h1, .template-contenu-sans-image-full-header .popup_cookies h1, .popup_cookies .template-contenu .page-picture h1, .template-contenu .page-picture .popup_cookies h1, .popup_cookies .template-contenu .container h1, .template-contenu .container .popup_cookies h1 {
  font-size: 1.2em;
  line-height: 1.2em;
  margin-top: 0;
  padding-bottom: 0 !important;
}

.popup_cookies .popup__text {
  font-size: 0.9em;
  line-height: 1.5em;
}

.popup_cookies .popup__buttons {
  margin-top: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.popup_cookies .popup__buttons a:first-child {
  margin-right: 20px;
}

.popup_cookies a {
  padding: 10px;
  border: solid #ffffff 1px;
  color: #ffffff;
  display: inline-block;
}

.container--top {
  position: relative;
  top: 0;
  width: 100%;
  background-color: #1a1919;
  height: 260px;
}

.img--top {
  position: relative;
  height: 100%;
}

.img--top .img--degrade {
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(0, 0, 0, 0.7)), color-stop(29%, rgba(0, 0, 0, 0.45)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 5%, rgba(0, 0, 0, 0.45) 29%);
}

.img--top .img--image {
  height: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.img--top img {
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  height: 100%;
  z-index: 1;
  display: -webkit-inline-box;
  display: inline-flex;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  position: relative;
}

.swiper-slide .img--top {
  height: 260px;
}

.swiper-slide .swiper-slide__video {
  height: 260px;
  width: 100%;
}

.swiper-slide.video {
  overflow: hidden;
}

.swiper-slide video {
  position: relative;
  left: 50%;
  /* % of surrounding element */
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: 177.77777778vh;
  /* 100 * 16 / 9 */
  min-width: 100%;
  min-height: 56.25vw;
}

.swiper-button-prev,
.actualite-button-prev,
.occasion-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23bf243a'%2F%3E%3C%2Fsvg%3E") !important;
  left: 10px;
  right: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.swiper-button-prev:focus,
.actualite-button-prev:focus,
.occasion-button-prev:focus {
  outline: none;
}

.swiper-button-next,
.actualite-button-next,
.occasion-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23bf243a'%2F%3E%3C%2Fsvg%3E") !important;
  right: 10px;
  left: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.swiper-button-next:focus,
.actualite-button-next:focus,
.occasion-button-next:focus {
  outline: none;
}

.swiper-pagination {
  bottom: -30px !important;
}

.swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.8);
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: #bf243a;
}

.image--degrade .img--degrade {
  position: absolute;
  z-index: 2;
  width: 100%;
}

.image--degrade .img--image {
  position: relative;
}

.breadcrumb {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  flex-wrap: wrap;
}

.breadcrumb a {
  font-size: 20px;
  padding: 0 10px;
  padding-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}

.breadcrumb a:hover {
  color: #d8d8d8;
}

.grecaptcha-badge {
  display: none;
}

.pagination li {
  display: inline-block;
  margin-right: 10px;
}

.pagination li a, .pagination li span {
  display: -webkit-box;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 500;
  background: transparent;
  border: solid 1px #748187;
  color: #748187;
}

.pagination li:hover a {
  border-color: #bf243a;
}

.pagination li.active a, .pagination li.active span {
  border: none;
  background: #ffffff;
  color: #1a1919;
}

#miki_alert {
  background: #1a1919;
  border: solid 1px;
}

.badge {
  background: #1a1919;
  text-align: center;
}

.template-accueil .container--swipe {
  margin-bottom: 150px;
}

.template-accueil .container {
  padding-bottom: 50px;
}

.template-accueil .button3 {
  padding: 50px 20px;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.template-contenu-sans-image .link_to_menu,
.template-contenu-sans-image-full-header .link_to_menu {
  position: relative;
}

.template-contenu-sans-image h1,
.template-contenu-sans-image-full-header h1 {
  font-size: 35px;
  line-height: 1em;
  padding: 50px 0 50px 0;
  margin: 0;
  text-align: center;
}

.template-contenu-sans-image .content-container > .container,
.template-contenu-sans-image-full-header .content-container > .container {
  padding: 0 20px;
}

.template-contenu-sans-image .content-container > .container .container:last-child,
.template-contenu-sans-image-full-header .content-container > .container .container:last-child {
  padding-bottom: 0;
}

.template-contenu-sans-image-full-header header {
  margin: 0 auto;
}

.template-contenu-sans-image-full-header header .container--logo {
  max-width: 1600px;
  margin: 0 auto;
}

.template-contenu-sans-image-full-header header .content-container {
  background: #1a1919;
}

.template-contenu-sans-image-full-header header .content-container .link_to_menu {
  max-width: 1600px;
  margin: 0 auto;
}

.template-contenu header {
  margin-bottom: 0;
}

.template-contenu .content-container > .container {
  padding: 0 20px;
}

.template-contenu .content-container > .container .container:last-child {
  padding-bottom: 0;
}

.template-contenu .page-picture {
  position: relative;
  height: auto;
}

.template-contenu .page-picture h1,
.template-contenu .page-picture h1.trapeze {
  position: relative;
  text-align: left;
  font-size: 35px;
  line-height: 1em;
  padding: 50px 0 30px 0;
  margin: 0;
  text-align: center !important;
  background: none;
}

.template-contenu .page-picture img {
  display: none;
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 10;
}

.template-contenu .container h1 {
  font-size: 35px;
  line-height: 1em;
  padding: 50px 0 50px 0;
  margin: 0;
  text-align: center;
}

.page-accueil h2, .page-accueil .template-contenu-sans-image h1, .template-contenu-sans-image .page-accueil h1,
.page-accueil .template-contenu-sans-image-full-header h1, .template-contenu-sans-image-full-header .page-accueil h1, .page-accueil .template-contenu .page-picture h1, .template-contenu .page-picture .page-accueil h1, .page-accueil .template-contenu .container h1, .template-contenu .container .page-accueil h1 {
  padding-bottom: 40px;
  text-align: center;
}

.page-accueil .actualites_container {
  display: none;
}

.page-accueil .actualites_slide_container {
  display: block;
  overflow: visible;
}

.page-accueil .actualites_slide_container .swiper-slide {
  background: transparent;
}

.page-accueil .actualites_slide_container .actualite {
  padding: 17px 20px;
  text-align: left;
  margin: 0 50px;
}

.page-actualites .categories,
.page-offres-actuelles .categories,
.page-rejoignez-nous .categories {
  display: block;
  -webkit-box-pack: center;
          justify-content: center;
}

.page-actualites .categories li,
.page-offres-actuelles .categories li,
.page-rejoignez-nous .categories li {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.page-actualites .categories li:last-child,
.page-offres-actuelles .categories li:last-child,
.page-rejoignez-nous .categories li:last-child {
  margin-right: 0;
}

.page-actualites .categories li a,
.page-offres-actuelles .categories li a,
.page-rejoignez-nous .categories li a {
  font-weight: 600;
  padding: 5px 10px;
}

.page-actualites .categories li a.active,
.page-offres-actuelles .categories li a.active,
.page-rejoignez-nous .categories li a.active {
  background: #bf243a;
  color: #ffffff;
  font-weight: 500;
}

.page-actualites .actualites,
.page-offres-actuelles .actualites,
.page-rejoignez-nous .actualites {
  display: block;
  flex-wrap: wrap;
  margin: 50px auto 0 auto;
}

.page-actualites .actualite,
.page-offres-actuelles .actualite,
.page-rejoignez-nous .actualite {
  width: 100%;
  margin-right: 20px;
  margin-bottom: 50px;
  padding: 17px 20px;
}

.page-actualites .actualite:nth-child(2n),
.page-offres-actuelles .actualite:nth-child(2n),
.page-rejoignez-nous .actualite:nth-child(2n) {
  margin-right: 0;
}

.page-actualites .pagination,
.page-offres-actuelles .pagination,
.page-rejoignez-nous .pagination {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.page-rejoignez-nous .actualite--titre {
  height: auto;
}

.page-actualite_details h1 {
  text-align: left;
  font-size: 30px;
  line-height: 1.2em;
}

.page-actualite_details .news {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.page-actualite_details .news figure {
  margin: 0 0 20px 0;
  width: 100%;
}

.page-actualite_details .news figure img {
  width: 100%;
}

.page-actualite_details .news .miki-news__content {
  width: 100%;
}

.page-actualite_details .news .miki-news__title {
  font-size: 25px;
  font-size: bold;
  margin: 0 0 20px 0;
}

.page-actualite_details .news .miki-news__header {
  margin-bottom: 50px;
}

.page-actualite_details .news .miki-news__header .miki-news__date {
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0.91px;
  margin-bottom: 10px;
}

.page-actualite_details .news .miki-news__header .miki-news__category {
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  display: block;
}

.page-actualite_details .news .miki-news__description {
  margin-bottom: 50px;
}

.page-actualite_details .miki-news__back {
  margin-top: 50px;
}

.page-actualite_details .miki-news__back a {
  position: relative;
  padding-left: 50px;
}

.page-actualite_details .miki-news__back a .fas {
  position: absolute;
  left: 20px;
  -webkit-transition: -webkit-transform 0.35s ease 0s;
  transition: -webkit-transform 0.35s ease 0s;
  transition: transform 0.35s ease 0s;
  transition: transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

.page-actualite_details .miki-news__back a:hover .fas {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

.page-prendre-rendez-vous .content-container .container {
  max-width: 675px;
}

.page-prendre-rendez-vous .content-container footer .container {
  max-width: 1400px;
}

.page-prendre-rendez-vous .container--services {
  margin-bottom: 100px;
}

.page-prendre-rendez-vous .services h2, .page-prendre-rendez-vous .services .template-contenu-sans-image h1, .template-contenu-sans-image .page-prendre-rendez-vous .services h1,
.page-prendre-rendez-vous .services .template-contenu-sans-image-full-header h1, .template-contenu-sans-image-full-header .page-prendre-rendez-vous .services h1, .page-prendre-rendez-vous .services .template-contenu .page-picture h1, .template-contenu .page-picture .page-prendre-rendez-vous .services h1, .page-prendre-rendez-vous .services .template-contenu .container h1, .template-contenu .container .page-prendre-rendez-vous .services h1 {
  margin-top: 0;
}

.page-prendre-rendez-vous .service-buttons {
  margin-top: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.page-prendre-rendez-vous .service-buttons a {
  margin-bottom: 20px;
}

.page-prendre-rendez-vous .contact-form {
  margin: 0;
}

.page-prendre-rendez-vous #form_rendezvous .group_date,
.page-prendre-rendez-vous #form_conseil .group_date {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.page-prendre-rendez-vous #form_rendezvous .group_date input, .page-prendre-rendez-vous #form_rendezvous .group_date select, .page-prendre-rendez-vous #form_rendezvous .group_date span,
.page-prendre-rendez-vous #form_conseil .group_date input,
.page-prendre-rendez-vous #form_conseil .group_date select,
.page-prendre-rendez-vous #form_conseil .group_date span {
  display: inline-block;
  min-width: 0;
}

.page-prendre-rendez-vous #form_rendezvous .group_date input[name='date'],
.page-prendre-rendez-vous #form_conseil .group_date input[name='date'] {
  width: 50%;
}

.page-prendre-rendez-vous #form_rendezvous .group_date select[name='hours'],
.page-prendre-rendez-vous #form_conseil .group_date select[name='hours'] {
  width: 70px;
}

.page-prendre-rendez-vous #form_rendezvous .group_date select[name='minutes'],
.page-prendre-rendez-vous #form_conseil .group_date select[name='minutes'] {
  width: 70px;
}

.page-prendre-rendez-vous .tab {
  margin: 20px 0 100px 0;
}

.page-prendre-rendez-vous .tail-datetime-calendar {
  font-family: "Montserrat", sans-serif;
}

.page-prendre-rendez-vous .tail-datetime-calendar .calendar-actions span {
  text-shadow: none;
}

.page-contactez-nous .container table td {
  padding: 5px 20px 5px 5px;
}

.page-contactez-nous .container table td:first-child {
  font-weight: bold;
}

.page-notre-equipe .container-flex {
  flex-wrap: wrap;
  margin: 0 auto;
}

.page-notre-equipe .container-flex h2, .page-notre-equipe .container-flex .template-contenu-sans-image h1, .template-contenu-sans-image .page-notre-equipe .container-flex h1,
.page-notre-equipe .container-flex .template-contenu-sans-image-full-header h1, .template-contenu-sans-image-full-header .page-notre-equipe .container-flex h1, .page-notre-equipe .container-flex .template-contenu .page-picture h1, .template-contenu .page-picture .page-notre-equipe .container-flex h1, .page-notre-equipe .container-flex .template-contenu .container h1, .template-contenu .container .page-notre-equipe .container-flex h1 {
  width: 100%;
}

.page-notre-equipe .container-flex .container--employe {
  background-color: #ffffff;
  color: #1a1919;
  position: relative;
  border: none;
  font-size: 0.9em;
  width: 100%;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 15px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.page-notre-equipe .container-flex .container--employe .mce-content-body {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.page-notre-equipe .container-flex .container--employe .employe--image {
  height: auto;
  width: 100%;
  margin-bottom: 15px;
}

.page-notre-equipe .container-flex .container--employe .employe--image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  max-height: 300px;
  width: 100%;
}

.page-notre-equipe .container-flex .container--employe .employe-content {
  width: 100%;
}

.page-notre-equipe .container-flex .container--employe .employe-poste {
  font-weight: bold;
  color: #748187;
  font-size: 1.2em;
  margin-bottom: 20px;
}

.page-notre-equipe .container-flex .container--employe .employe-tel {
  display: -webkit-box;
  display: flex;
  line-height: 1.2em;
  margin-bottom: 5px;
}

.page-notre-equipe .container-flex .container--employe .employe-tel:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F095";
  margin-right: 10px;
}

.page-notre-equipe .container-flex .container--employe .employe-email {
  display: -webkit-box;
  display: flex;
  line-height: 1.2em;
  margin-bottom: 5px;
}

.page-notre-equipe .container-flex .container--employe .employe-email:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F0E0";
  margin-right: 10px;
}

.page-notre-equipe .container-flex .container--employe h4 {
  -webkit-box-ordinal-group: 2;
          order: 1;
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.68px;
  color: #1a1919;
  margin: 0;
  text-transform: uppercase;
  border-bottom: 2px solid #1a1919;
  overflow: hidden;
  margin-bottom: 20px;
}

.miki_edit .container {
  padding-bottom: 20px;
}

@media only screen and (min-width: 750px) {
  .only-desktop {
    display: none !important;
  }
  .only-tablet {
    display: block !important;
  }
  .only-smartphone {
    display: none !important;
  }
  .no-desktop {
    display: block !important;
  }
  .no-tablet {
    display: none !important;
  }
  .no-smartphone {
    display: block !important;
  }
  .from-tablet {
    display: block !important;
  }
  .media_query_value {
    font-size: 4px;
  }
  .container--top {
    height: calc(100vh - 176px);
    overflow: hidden;
  }
  .container--top .services--top {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    width: 860px;
    margin-left: -430px;
    left: 50%;
    position: absolute;
    padding-bottom: 0;
  }
  .container--50 {
    width: 50%;
  }
  .container--60 {
    width: 60%;
  }
  header {
    padding-bottom: 0;
  }
  header .container--logo {
    display: -webkit-box;
    display: flex;
  }
  header .container--logo .logo-left {
    padding: 0;
  }
  header .container--logo .logo-left .logo {
    padding-bottom: 0;
  }
  header .container--logo .logo-left .logo img {
    width: 350px;
  }
  header .container--logo .logo-right {
    display: -webkit-box;
    display: flex;
  }
  header .container--logo .logo-right .mercedes_logo img {
    height: 75px;
    width: auto;
  }
  header .container--logo .logo-right .toyota_logo {
    padding-right: 24px;
  }
  header .container--logo .logo-right .toyota_logo img {
    height: 75px;
    width: auto;
  }
  header.sticky {
    position: fixed;
  }
  header.sticky .container--logo {
    display: none;
  }
  .swiper-container {
    overflow: hidden;
  }
  .swiper-container .swiper-slide .swiper-slide__informations {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .swiper-container .swiper-slide .swiper-slide__informations .trapeze {
    top: auto;
    bottom: 0;
    font-size: 36px;
    width: 60%;
    padding: 46px 60px;
  }
  .swiper-container .swiper-slide .img--top {
    height: calc(100vh - 165px) !important;
  }
  .swiper-container .swiper-slide .swiper-slide__video {
    height: calc(100vh - 165px) !important;
  }
  .swiper-container .swiper-slide video {
    min-height: 56.25vw;
  }
  .trapeze {
    -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  }
  .titre--rouge-diag {
    position: relative;
  }
  .titre--rouge-diag .trapeze {
    width: 513px;
    position: absolute;
    padding: 22px 60px;
  }
  .pop-up {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
  .pop-up .pop-up--right {
    width: auto;
    height: 228px;
    border-top: solid 1.5px #ffffff;
    border-left: solid 1.5px #ffffff;
    border-bottom: solid 1.5px #ffffff;
    background-color: #1a1919;
    position: fixed;
    z-index: 1500;
    top: 275px;
    overflow: visible;
    width: 64px;
    height: 290px;
  }
  .pop-up .pop-up--right .pop-up--icon {
    color: #ffffff;
    display: -webkit-box;
    display: flex;
    padding: 15px 18px;
    position: relative;
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
  }
  .pop-up .pop-up--right .pop-up--icon:nth-child(1) {
    position: absolute;
    top: 0;
  }
  .pop-up .pop-up--right .pop-up--icon:nth-child(2) {
    position: absolute;
    top: 60px;
  }
  .pop-up .pop-up--right .pop-up--icon:nth-child(3) {
    position: absolute;
    top: 115px;
  }
  .pop-up .pop-up--right .pop-up--icon:nth-child(4) {
    position: absolute;
    top: 170px;
  }
  .pop-up .pop-up--right .pop-up--icon:nth-child(5) {
    position: absolute;
    top: 225px;
  }
  .pop-up .pop-up--right .pop-up--icon:hover {
    right: 0;
    border-top: solid 1.5px #ffffff;
    border-left: solid 1.5px #ffffff;
    border-bottom: solid 1.5px #ffffff;
    background-color: #1a1919;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #ffffff;
    color: #1a1919;
    opacity: 1;
  }
  .pop-up .pop-up--right .pop-up--icon:hover:nth-child(1) {
    top: -1.5px;
  }
  .pop-up .pop-up--right .pop-up--icon:hover .icon {
    margin-right: 20px;
  }
  .pop-up .pop-up--right .pop-up--icon:hover .icon--white {
    display: none;
  }
  .pop-up .pop-up--right .pop-up--icon:hover .icon--black {
    display: inline-block;
  }
  .pop-up .pop-up--right .pop-up--icon:hover span {
    display: block;
    opacity: 1;
    font-size: 20px;
    font-weight: 600;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    color: #1a1919;
  }
  .grecaptcha-badge {
    display: none;
  }
  .actualite {
    padding-bottom: 40px !important;
  }
  .actualite .actualite--informations {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    position: absolute;
    padding-bottom: 20px;
    width: calc(100% - 40px);
  }
  .actualite .actualite--informations > div {
    margin-bottom: 0;
  }
  .actualite .actualite--informations .button2 {
    width: auto;
  }
  .occasions .miki_edit {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .occasions .occasion {
    text-align: left;
  }
  .occasions .occasion .occasion--image {
    padding: 0;
  }
  .occasions .occasion .occasion--titre {
    padding-bottom: 30px;
  }
  .content--marque {
    padding-top: 20px;
    min-height: 250px;
    margin-top: 0;
  }
  .content--marque:nth-child(2) {
    margin-bottom: 20px;
    padding-right: 450px;
    padding-left: 30px;
  }
  .content--marque:nth-child(3) {
    padding-left: 450px;
    padding-right: 30px;
  }
  .content--marque .content--marque--title {
    margin-top: 20px;
  }
  .content--marque .content--marque--trapeze {
    width: 400px;
    height: 101%;
    display: block;
  }
  .content--marque .content--marque--trapeze .trapeze--long {
    height: 380px;
  }
  .content--marque .content--marque--trapeze img {
    height: 186px;
  }
  .content--marque .content--marque--trapeze--mercedes {
    -webkit-clip-path: polygon(0 0%, 101% 0, 101% 100%, 30% 100%);
            clip-path: polygon(0 0%, 101% 0, 101% 100%, 30% 100%);
  }
  .content--marque .content--marque--trapeze--mercedes img {
    right: 67px;
    top: calc(50% - 93px);
  }
  .content--marque .content--marque--trapeze--toyota {
    -webkit-clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
  }
  .content--marque .content--marque--trapeze--toyota .trapeze--long {
    background-color: #ffffff;
  }
  .content--marque .content--marque--trapeze--toyota img {
    height: 160px;
    width: auto;
    left: 40px;
    top: calc(50% - 80px);
  }
  .content--marque:hover .content--marque--trapeze {
    width: 650px;
  }
  .promotions {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .promotions .promotions--title {
    display: block;
  }
  .promotions .promotions--title h3 {
    margin-right: 0;
  }
  .promotions .promotions--title .fas {
    display: none;
  }
  .promotions .promotions--informations, .promotions .promotions--image {
    width: 50%;
  }
  .promotions .promotions--informations {
    padding-right: 18px;
  }
  .promotions .promotions--informations .promotions--texte {
    height: 240px;
    margin-bottom: 0px;
  }
  .promotions .promotions--date {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    position: absolute;
    bottom: 0;
    padding-right: 18px;
  }
  .promotions .promotions--date div {
    margin-bottom: 0px;
  }
  .promotions .promotions--image {
    display: block;
    padding-top: 0;
    padding-left: 18px;
  }
  .liens-rapides {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
            justify-content: center;
    padding-bottom: 145px;
  }
  .liens-rapides .lien-rapide {
    width: 600px;
    margin: 0;
    height: 245px;
    max-width: 100%;
  }
  .liens-rapides .lien-rapide .lien-rapide--image {
    height: 100%;
  }
  .liens-rapides .lien-rapide .lien-rapide--titre {
    top: calc(50% - 16px);
    padding: 0 30px;
  }
  footer {
    background-color: #1a1919;
    margin: 100px auto 0 auto;
  }
  footer .footer--top .container--contact .maps {
    height: 400px;
  }
  footer .footer--top .container--contact .container--contact-2 {
    padding: 40px 60px;
  }
  footer .footer--top .container--contact .container--contact-2 .contact--mail-tel p, footer .footer--top .container--contact .container--contact-2 .contact--mail-tel ul, footer .footer--top .container--contact .container--contact-2 .contact--mail-tel li {
    padding-bottom: 36px;
  }
  footer .footer--top .container--contact .container--contact-2 .contact--mail-tel a {
    line-height: 0.82;
    font-size: 28px;
  }
  footer .footer--top .container--contact .container--contact-2 .contact-assistance span {
    width: 200px;
  }
  footer .footer--top .container--contact .contact-horaires .tab table td:nth-child(2) {
    padding: 0 22px;
  }
  footer .footer--top .container--contact footer .footer--top .container--contact .contact-horaires .row {
    position: absolute;
  }
  footer .footer--bas {
    padding: 57px 0;
  }
  footer .footer--bas .footer--newsletter {
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  footer .footer--bas .footer--newsletter .footer--newsletter--info {
    width: 40%;
    padding-bottom: 0px;
  }
  footer .footer--bas .footer--newsletter .footer--newsletter--button {
    width: 60%;
    padding-left: 220px;
  }
  footer .footer--bas .footer--newsletter .footer--newsletter--button #form_newsletter input {
    width: 280px;
    margin-right: 30px;
  }
  footer .footer--bas .footer--marque {
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  footer .footer--bas .footer--marque .footer--marque-info {
    padding-bottom: 0px;
  }
  footer .footer--bas .footer--marque .footer--marque-rs {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .icon-mobile {
    display: none;
  }
  .icon-tablet {
    display: block;
  }
  .page-accueil .actualites_container {
    display: block;
  }
  .page-accueil .actualites_slide_container {
    display: none;
  }
  .template-accueil .container {
    padding-bottom: 100px;
  }
  .template-contenu-sans-image h1,
  .template-contenu-sans-image-full-header h1 {
    padding: 100px 0 50px 0;
  }
  .template-contenu header {
    margin-bottom: 0;
  }
  .template-contenu .content-container .container {
    padding: 0;
  }
  .template-contenu .page-picture {
    display: block;
    height: 300px;
    margin-bottom: 100px;
  }
  .template-contenu .page-picture h1,
  .template-contenu .page-picture h1.trapeze {
    margin: 0;
    width: 100%;
    max-width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1000;
    text-align: left;
    font-size: 28px;
    line-height: 1.61;
    letter-spacing: 1px;
    padding: 22px 60px;
    text-align: left !important;
    position: absolute;
    min-width: 513px;
    background-color: #bf243a;
  }
  .template-contenu .page-picture img {
    display: inline-block;
  }
  .template-contenu .page-picture:before {
    content: '';
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
  }
  .template-contenu .container h1 {
    padding: 100px 0 50px 0;
  }
  .page-actualites .categories,
  .page-offres-actuelles .categories,
  .page-rejoignez-nous .categories {
    display: -webkit-box;
    display: flex;
  }
  .page-actualites .categories li,
  .page-offres-actuelles .categories li,
  .page-rejoignez-nous .categories li {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .page-actualites .actualites,
  .page-offres-actuelles .actualites,
  .page-rejoignez-nous .actualites {
    display: -webkit-box;
    display: flex;
    width: 980px;
  }
  .page-actualites .actualite,
  .page-offres-actuelles .actualite,
  .page-rejoignez-nous .actualite {
    width: calc(50% - 10px);
  }
  .page-actualites .pagination,
  .page-offres-actuelles .pagination,
  .page-rejoignez-nous .pagination {
    -webkit-box-pack: start;
            justify-content: flex-start;
    width: 980px;
    margin: 0 auto 200px auto;
  }
  .page-rejoignez-nous .actualite--titre {
    height: auto;
  }
  .page-actualite_details h1 {
    font-size: 35px;
    line-height: 1.2em;
  }
  .page-prendre-rendez-vous .service-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .page-prendre-rendez-vous .service-buttons a {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .page-prendre-rendez-vous .service-buttons a:last-child {
    margin-right: 0;
  }
  .page-prendre-rendez-vous #form_contact {
    margin: 20px auto;
  }
  .page-prendre-rendez-vous #form_contact .group_date input, .page-prendre-rendez-vous #form_contact .group_date select, .page-prendre-rendez-vous #form_contact .group_date span {
    margin: 0 5px;
  }
  .page-prendre-rendez-vous #form_contact .group_date input:first-child, .page-prendre-rendez-vous #form_contact .group_date select:first-child, .page-prendre-rendez-vous #form_contact .group_date span:first-child {
    margin-left: 0;
  }
  .page-prendre-rendez-vous #form_contact .group_date input:last-child, .page-prendre-rendez-vous #form_contact .group_date select:last-child, .page-prendre-rendez-vous #form_contact .group_date span:last-child {
    margin-right: 0;
  }
  .page-prendre-rendez-vous #form_contact .group_date .sep1 {
    margin: 0 5px 0 50px;
  }
  .page-prendre-rendez-vous #form_contact .group_date input[name='date'] {
    width: 40%;
  }
  .page-notre-equipe .container-flex {
    width: 980px;
  }
  .page-notre-equipe .container-flex .container--employe {
    width: calc(50% - 10px);
  }
  .page-notre-equipe .container-flex .container--employe:nth-child(2n+1) {
    margin-right: 0;
  }
  .page-notre-equipe .container-flex .container--employe .employe--image {
    height: auto;
    width: 150px;
    margin-right: 15px;
    margin-bottom: 0;
  }
  .page-notre-equipe .container-flex .container--employe .employe--image img {
    max-height: 300px;
    max-width: 150px;
  }
  .page-notre-equipe .container-flex .container--employe .employe-content {
    width: calc(100% - 170px);
  }
}

@media screen and (min-width: 1160px) and (max-width: 1415px) {
  .swiper-container .swiper-slide .swiper-slide__informations {
    left: 0 !important;
    right: calc((100vw - 1160px) / 2) !important;
  }
}

@media only screen and (min-width: 1160px) {
  .only-desktop {
    display: block !important;
  }
  .only-smartphone {
    display: none !important;
  }
  .only-tablet {
    display: none !important;
  }
  .no-desktop {
    display: none !important;
  }
  .no-tablet {
    display: block !important;
  }
  .no-smartphone {
    display: block !important;
  }
  .from-desktop {
    display: block !important;
  }
  .media_query_value {
    font-size: 6px;
  }
  .container--logo {
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .liens-rapides .lien-rapide .lien-rapide--titre {
    padding: 0 122px;
  }
  .img--top .img--image {
    height: auto;
    max-width: 100%;
  }
  .container--image .image--degrade .img--image {
    height: auto;
    max-width: 100%;
    max-height: none;
    width: 100%;
  }
  .swiper-container .swiper-slide .swiper-slide__informations {
    left: calc((100vw - 1415px) / 2);
    right: calc((100vw - 1415px) / 2);
  }
  .swiper-container .swiper-slide .img--top {
    height: calc(100vh - 200px) !important;
  }
  .swiper-container .swiper-slide .swiper-slide__video {
    height: calc(100vh - 200px) !important;
  }
  .container--flex {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .miki-news {
    padding: 20px 0;
  }
  .miki-news__content .container--bloc--parenthese {
    display: -webkit-box;
    display: flex;
  }
  .miki-news__content .container--bloc--parenthese figure {
    width: 40%;
    padding-bottom: 0;
  }
  .miki-news__content .container--bloc--parenthese .miki-news__content {
    width: 60%;
    height: auto !important;
  }
  .content--marque:nth-child(2) {
    margin-bottom: 20px;
    padding-right: 650px;
    padding-left: 100px;
  }
  .content--marque:nth-child(3) {
    padding-left: 650px;
    padding-right: 100px;
  }
  .content--marque .content--marque--trapeze {
    width: 522px;
    display: block;
  }
  .content--marque .content--marque--trapeze .trapeze--long {
    height: 380px;
  }
  .content--marque .content--marque--trapeze img {
    height: 186px;
  }
  .content--marque .content--marque--trapeze--mercedes {
    -webkit-clip-path: polygon(0 0%, 101% 0, 101% 100%, 30% 100%);
            clip-path: polygon(0 0%, 101% 0, 101% 100%, 30% 100%);
  }
  .content--marque .content--marque--trapeze--mercedes img {
    right: 106px;
    top: calc(50% - 93px);
  }
  .content--marque .content--marque--trapeze--toyota {
    -webkit-clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
  }
  .content--marque .content--marque--trapeze--toyota .trapeze--long {
    background-color: #ffffff;
  }
  .content--marque .content--marque--trapeze--toyota img {
    height: 160px;
    left: 90px;
    top: calc(50% - 80px);
  }
  .content--marque:hover .content--marque--trapeze {
    width: 650px;
  }
  .pop-up .pop-up--right {
    height: 230px;
  }
  .pop-up .pop-up--right .pop-up--icon.icon--whatsapp {
    display: none;
  }
  .pop-up .pop-up--right .pop-up--icon.icon--horaire {
    top: 170px;
  }
  footer {
    background-color: #1a1919;
    margin: 100px auto 0 auto;
  }
  footer .footer--top .container--contact {
    display: -webkit-box;
    display: flex;
  }
  footer .footer--top .container--contact .maps {
    height: auto;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    width: 100%;
  }
  footer .footer--top .container--contact .container--contact-1 {
    width: 100%;
  }
  footer .footer--top .container--contact .container--contact-2 {
    width: 55%;
    min-width: 660px;
  }
  footer .footer--top .container--contact .contact-adresse {
    width: 35%;
    padding-right: 20px;
    padding-bottom: 60px;
  }
  footer .footer--top .container--contact .contact-horaires {
    width: 65%;
    padding-bottom: 60px;
  }
  footer .footer--top .container--contact .contact-horaires .tab table td:nth-child(2) {
    padding: 0 22px;
  }
  footer .footer--bas .footer--newsletter .footer--newsletter--button {
    padding-left: 220px;
  }
  footer .footer--bas .footer--newsletter .footer--newsletter--button #form_newsletter input {
    margin-bottom: 0;
  }
  .page-accueil .actualites_container {
    display: -webkit-box;
    display: flex;
  }
  .page-actualite_details h1 {
    font-size: 35px;
    line-height: 1.2em;
  }
  .page-actualite_details .news {
    display: block;
  }
  .page-actualite_details .news figure {
    margin: 0 20px 20px 0;
    width: auto;
    float: left;
  }
  .page-actualite_details .news figure img {
    max-width: 500px;
  }
}

@media only screen and (min-width: 1600px) {
  .only-desktop {
    display: block !important;
  }
  .only-smartphone {
    display: none !important;
  }
  .only-tablet {
    display: none !important;
  }
  .no-desktop {
    display: none !important;
  }
  .no-tablet {
    display: block !important;
  }
  .no-smartphone {
    display: block !important;
  }
  .from-desktop {
    display: block !important;
  }
  .template-contenu-sans-image .content-container .container,
  .template-contenu-sans-image-full-header .content-container .container {
    padding: 0;
  }
}
