@charset "UTF-8";
@font-face {
  font-family: "DS_Automobiles_Pro";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/ds_automobiles_pro_regular.woff2") format("woff2");
}
@font-face {
  font-family: "DS_Automobiles_Pro";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("../../fonts/ds_automobiles_pro_italic.woff2") format("woff2");
}
@font-face {
  font-family: "DS_Automobiles_Pro";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/ds_automobiles_pro_bold.woff2") format("woff2");
}
@font-face {
  font-family: "DS_Automobiles_Pro";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("../../fonts/ds_automobiles_pro_bolditalic.woff2") format("woff2");
}
@font-face {
  font-family: "DS_Title_Websmall";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/ds_title_websmall-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Icon_fonts";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/icon_font.woff") format("woff");
}
/* html5doctor.com Reset v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) - http://cssreset.com */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  display: block;
}

main {
  /********************************************************************************************/
  /********************************************************************************************/
  /********************************************************************************************/
  /********************************************************************************************/
}
main h1 {
  margin: 0 10px 25px;
  font-size: 25px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
  color: #1D1717;
  text-align: center;
}
main h2 {
  margin: 40px 0 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  color: #1D1717;
}
main h3 {
  margin: 30px 0 20px 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1D1717;
}
main a {
  text-decoration: underline;
  color: #AD0040;
}
main a:hover, main a:focus, main a:active {
  color: #1D1717;
}
main p {
  margin: 0 0 20px 0;
}
main ul, main ol {
  margin: 0 0 20px 20px;
  list-style: disc;
}
@media only screen and (max-width: 767px) {
  main h1 {
    margin: 0 10px 10px;
  }
  main h1 {
    margin: 0 10px 10px;
    font-size: 22px;
    line-height: 28px;
  }
  main h2 {
    font-size: 20px;
    line-height: 24px;
  }
  main ul li, main ol li {
    text-align: left;
  }
}
main .small {
  font-size: 12px;
  line-height: normal;
}
main .splited {
  column-count: 2;
  column-gap: 10%;
}
@media only screen and (max-width: 768px) {
  main .splited {
    column-count: 1;
  }
}

header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: #1D1717;
  display: flex;
  flex-direction: column;
  transition: background-color 0.3s ease-in-out;
  text-transform: uppercase;
  padding: 0 16px;
}
header a {
  font-size: 14px;
  font-weight: 400;
  transition: border 100ms ease;
  text-decoration: none;
  color: #FFF;
}
header #lng {
  display: flex;
  justify-content: flex-end;
  padding: 5px 0 0;
  line-height: normal;
}
header #lng > div {
  position: relative;
  margin: 0 0 0 10px;
}
header #lng > div::before {
  position: absolute;
  top: 3px;
  left: -6px;
  display: inline-block;
  font-size: 10px;
  content: "|";
  opacity: 0.5;
  color: #fff;
}
header #lng > div:first-of-type::before {
  display: none;
}
header #lng a {
  opacity: 0.5;
  font-size: 12px;
}
header #lng a:hover, header #lng a:focus, header #lng a:active, header #lng a.actif {
  opacity: 1;
  color: #FFF;
}
header #navigation {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
header #navigation #logo {
  margin: 0 0 30px;
}
header #navigation #logo img {
  display: block;
  width: 110px;
  height: auto;
  margin: auto;
}
header #navigation #menu {
  flex: 1 0 100%;
  margin: 0 auto 5px;
  padding: 0;
}
header #navigation #menu a {
  margin: 0 10px;
  padding: 0 0 5px 0;
  border-bottom: 2px solid transparent;
  letter-spacing: 1px;
}
header #navigation #menu a:hover, header #navigation #menu a:focus, header #navigation #menu a:active {
  border-bottom: 2px solid #FFF;
}
header #mobile_nav {
  display: none;
  margin-top: 15px;
  margin-bottom: 15px;
  transition: min-height 0.3s ease-in-out, margin 0.3s ease-in-out;
}
header #mobile_nav .wrap {
  display: flex;
  width: 100%;
  align-items: center;
}
header #mobile_nav .logos {
  display: flex;
  flex: 1 0 100%;
  align-items: center;
}
header #mobile_nav .logos a {
  position: relative;
  display: block;
  width: 54px;
  height: 36px;
  margin: auto;
  transition: all 0.3s ease-in-out 0.15s;
}
header #mobile_nav .logos img {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease-in-out 0.15s;
}
header #mobile_nav #burger {
  position: absolute;
  top: 0;
  left: 0;
}
header #mobile_nav #burger #burger_icon {
  position: relative;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
header #mobile_nav #burger #burger_icon span {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 1px;
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0.3s ease, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  background: #FFF;
}
header #mobile_nav #burger #burger_icon span::before, header #mobile_nav #burger #burger_icon span:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background: #FFF;
}
header #mobile_nav #burger #burger_icon span::before {
  top: -7px;
  transition: top 75ms ease 0.12s, opacity 75ms ease, background-color 0.3s ease;
}
header #mobile_nav #burger #burger_icon span::after {
  bottom: -7px;
  width: 80%;
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0.3s ease, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
header #mobile_nav #burger.open #burger_icon span {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, background-color 0.3s ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(45deg);
}
header #mobile_nav #burger.open #burger_icon span::before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s, background-color 0.3s ease;
  opacity: 0;
}
header #mobile_nav #burger.open #burger_icon span::after {
  width: 100%;
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, background-color 0.3s ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}
@media only screen and (max-width: 1023px) {
  header #lng, header #navigation {
    display: none;
  }
  header #mobile_nav {
    display: block;
  }
  header.sticky {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    background: #000;
  }
  header.sticky #mobile_nav .logos {
    margin-top: -5px;
  }
  header.sticky #mobile_nav .logos::after, header.sticky #mobile_nav .logos::before {
    background-color: transparent;
  }
}

#floating_ctas {
  display: none;
  border-bottom: 1px solid #ADAEB2;
  position: sticky;
  bottom: 0;
}
#floating_ctas > div {
  display: flex;
  justify-content: center;
  padding: 0 0 40px;
}
#floating_ctas a {
  max-width: 400px;
  margin: 0 10px;
  border: none;
  padding: 13px 10px;
  display: flex;
}
#floating_ctas a > span {
  margin: auto;
}
#floating_ctas a:last-of-type {
  border-right: none;
}
@media only screen and (max-width: 767px) {
  #floating_ctas a {
    font-size: 14px;
    line-height: 18px;
  }
}

footer {
  padding: 95px 0 30px;
  color: #FFF;
  background-color: #1D1717;
}
footer a {
  transition: color 50ms ease-in;
  text-decoration: none;
  color: #FFF;
}
footer a:hover, footer a:focus, footer a:active {
  color: #FFF;
}
footer .logo {
  margin: 0 0 10px;
}
footer .logo img {
  display: block;
  width: 140px;
  height: auto;
  margin: 0 auto;
}
footer .sitelinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 70px 0 60px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
footer .sitelinks > div {
  padding: 0 25px;
}
footer .social {
  padding: 30px 35px 0;
  text-align: center;
}
footer .social a {
  display: inline-block;
}
footer .social img {
  width: 19px;
  height: auto;
}
footer .legal {
  width: 92%;
  margin: 0 auto;
  font-size: 13px;
  text-align: center;
}
footer .legal a {
  position: relative;
  padding: 0 10px 0 15px;
}
footer .lom {
  padding: 10px 10px;
  text-align: center;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 65px 0 30px;
  }
  footer .sitelinks {
    flex-direction: column;
    padding: 50px 0 40px;
  }
  footer .sitelinks > div {
    width: auto;
    margin: 10px 0;
  }
  footer .legal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .legal a::before {
    display: none;
  }
  footer .social {
    width: 92%;
    margin: 0 auto;
    padding: 20px 0 30px;
  }
}

#aside_menu {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 0 0 0;
  background-color: #1D1717;
  transform: translateX(-100vw);
  transition: transform 300ms ease-out 300ms;
}
#aside_menu.open {
  transform: translateX(0);
}
#aside_menu #aside_lng {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 40px 0;
}
#aside_menu #aside_lng a {
  display: inline-block;
  margin: 0 0 0 5px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
}
#aside_menu #aside_lng a::after {
  display: inline-block;
  width: 1px;
  height: 9px;
  margin: 0 0 0 5px;
  content: "";
  background-color: #FFF;
}
#aside_menu #aside_lng a:last-of-type::after {
  display: none;
}
#aside_menu #aside_lng a:hover, #aside_menu #aside_lng a:focus, #aside_menu #aside_lng a:active, #aside_menu #aside_lng a.actif {
  color: white;
}
#aside_menu nav {
  display: flex;
  flex-direction: column;
}
#aside_menu nav a {
  margin: 15px 0;
  font-size: 18px;
  line-height: 24px;
  padding: 0 20px 0 0;
  text-decoration: none;
  color: #FFF;
  background: url("../../img/ds/ui/arrow-right.png") no-repeat right center;
  background-size: 10px 20px;
}

#home {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  height: 100vh;
  background-color: #000;
  background-image: url("../../img/ds/bg-home.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#home > div {
  flex: 0 1 50%;
  margin: 0 auto 100px;
  padding: 20px 0;
  text-align: center;
}
#home > div h1, #home > div h2 {
  margin: 0 auto 30px;
  font-family: "DS_Title_Websmall", serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 110px;
  transition: all 100ms ease;
  text-transform: uppercase;
  color: #FFF;
}
#home > div h1 span, #home > div h2 span {
  font-family: "DS_Automobiles_Pro", sans-serif;
  display: block;
  font-size: 36px;
  line-height: 38px;
  font-weight: bold;
}
@media only screen and (max-width: 1639px) {
  #home > div {
    margin: 0 auto 60px;
  }
  #home > div h1, #home > div h2 {
    font-size: 64px;
    line-height: normal;
  }
  #home > div h1 span, #home > div h2 span {
    font-size: 20px;
    line-height: normal;
  }
}
@media only screen and (max-width: 1279px) {
  #home > div {
    margin: 0 auto 60px;
  }
  #home > div h1, #home > div h2 {
    font-size: 48px;
  }
  #home > div h1 span, #home > div h2 span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1023px) {
  #home > div {
    margin: 0 auto 60px;
  }
  #home > div h1, #home > div h2 {
    font-size: 32px;
  }
  #home > div h1 span, #home > div h2 span {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #home {
    flex-direction: column;
    justify-content: flex-end;
    min-height: 100vh;
    max-height: unset;
    height: auto;
    background-image: url("../../img/ds/bg-home-mobile.jpg");
  }
  #home > div {
    width: 100%;
    margin: 0 auto;
  }
  #home > div:last-of-type {
    margin-bottom: 60px;
  }
  #home > div h1, #home > div h2 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  #home > div h1 span, #home > div h2 span {
    font-size: 16px;
  }
}

#home-header {
  position: absolute;
  z-index: 100;
  top: 20px;
  right: 0;
  left: 0;
}
#home-header .wrap {
  display: flex;
  align-items: center;
}
#home-header img {
  width: 110px;
  height: auto;
  margin: auto;
}

.article {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 55px 0 30px;
}
.article.full_width {
  max-width: 100%;
}
@media only screen and (max-width: 1023px) {
  .article {
    width: 92%;
    padding: 35px 0 30px;
  }
  .article.full_width {
    width: 100%;
  }
}
.article .section_simple {
  padding: 20px 0;
}
.article .section_simple .wrap {
  width: unset;
  max-width: 1240px;
  margin: 0 auto;
}
.article .section_simple h2 {
  margin: 0 0 35px;
  font-size: 26px;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .article .section_simple .wrap {
    max-width: 92%;
  }
}
.article .section_double {
  display: flex;
  justify-content: space-between;
  padding: 60px 0 35px;
}
.article .section_double .content {
  flex: 0 1 auto;
  padding: 1% 6% 16% 3%;
}
.article .section_double .content h2 {
  margin: 0 0 20px;
  font-size: 26px;
}
.article .section_double .content .btn, .article .section_double .content .btn_alt {
  margin: 0 auto 0 0;
}
.article .section_double .photo, .article .section_double iframe {
  flex: 1 0 58%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 1279px) {
  .article .section_double .content {
    padding-top: 7%;
    padding-bottom: 7%;
  }
  .article .section_double .photo, .article .section_double iframe {
    flex-basis: 54%;
  }
}
@media only screen and (max-width: 1023px) {
  .article .section_double {
    flex-direction: column;
    padding: 30px 0 35px;
  }
  .article .section_double.inverted {
    flex-direction: column-reverse;
  }
  .article .section_double .content {
    padding: 10% 7%;
    text-align: center;
  }
  .article .section_double .content h2 {
    font-size: 22px;
  }
  .article .section_double .photo, .article .section_double iframe {
    flex-basis: 100%;
    min-height: 30vh;
    max-width: 100%;
  }
  .article .section_double .btn, .article .section_double .btn_alt {
    max-width: 100%;
    margin: 0 auto 0;
  }
}
.article .section_triple {
  padding: 40px 0;
  background: #1D1717;
}
.article .section_triple h2 {
  position: relative;
  margin: 0 120px 40px;
  font-size: 48px;
  font-family: "DS_Title_Websmall", serif;
  font-weight: normal;
  line-height: 58px;
  text-align: center;
  color: #B6A89A;
}
.article .section_triple h2:after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  display: block;
  width: 50px;
  height: 1px;
  margin: auto;
  content: "";
  background: #AD0040;
}
.article .section_triple .slider {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  justify-content: space-between;
  margin: 0 120px;
  white-space: nowrap;
}
.article .section_triple .slider .col {
  width: 32%;
  white-space: normal;
  color: #FFF;
}
.article .section_triple .slider .col:last-of-type {
  margin-right: 0;
}
.article .section_triple .slider .col img {
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
}
.article .section_triple .slider .col .legend {
  padding: 0 10px;
}
.article .section_triple .slider .col h3 {
  margin: 0 0 20px 0;
  font-size: 20px;
  line-height: normal;
  text-transform: none;
  color: #FFF;
}
.article .section_triple .slider_steps {
  display: flex;
  justify-content: center;
}
.article .section_triple .slider_steps > div {
  display: flex;
  margin: 0 10px;
  padding: 10px 0;
  cursor: pointer;
}
.article .section_triple .slider_steps > div:after {
  display: block;
  width: 30px;
  height: 4px;
  margin: auto;
  content: "";
  background: #ADAEB2;
}
.article .section_triple .slider_steps > div.actif:after {
  background: #AD0040;
}
@media only screen and (min-width: 767px) {
  .article .section_triple .slider_steps {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .article .section_triple.wrap {
    width: 100%;
  }
  .article .section_triple h2 {
    font-size: 28px;
    line-height: 34px;
    margin: 0 20px 40px;
  }
  .article .section_triple .slider {
    margin: 0 20px;
  }
  .article .section_triple .slider .col {
    min-width: 100%;
    margin: 0 10px 0 0;
  }
}
.article .section_gallery {
  margin: 0 auto;
  padding: 0 0 35px;
}
.article .section_gallery .title {
  margin: 20px 0 40px;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #1D1717;
}
.article .section_gallery .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 3%;
}
.article .section_gallery .gallery div {
  width: 49.4%;
  margin: 0 0 1.2%;
}
.article .section_gallery .gallery div:nth-child(1), .article .section_gallery .gallery div:nth-child(2), .article .section_gallery .gallery div:nth-child(3) {
  width: 32.5%;
}
.article .section_gallery .gallery div img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .article .section_gallery .wrap {
    width: 100%;
  }
  .article .section_gallery .gallery div {
    width: 100% !important;
    margin: 0 0 4%;
  }
}

#gamme {
  padding: 40px 0;
}
#gamme .gamme_wrapper {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 35px;
}
#gamme .gamme_wrapper #filters {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
#gamme .gamme_wrapper #filters > div {
  flex: 1 1 auto;
}
#gamme .gamme_wrapper #filters > div .entete {
  font-weight: bold;
  text-transform: uppercase;
  color: #1D1717;
  font-size: 15px;
}
#gamme .gamme_wrapper #filters > div:last-of-type {
  align-self: flex-end;
  flex: 0 0 120px;
  font-size: 12px;
}
#gamme .gamme_wrapper #filters > div:last-of-type a {
  text-decoration: none;
}
@media only screen and (max-width: 1239px) {
  #gamme .gamme_wrapper #filters {
    display: none;
  }
}
#gamme .list_bg {
  margin: 20px 0 0;
  padding: 20px 35px 5px;
}
#gamme .list_vehicles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1680px;
  margin: 0 auto;
}
#gamme .list_vehicles > a {
  flex: 0 1 32%;
  min-width: 240px;
  margin: 0 0 4% 0;
  font-size: 22px;
  font-weight: bold;
  transition: all 100ms ease;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #1D1717;
}
#gamme .list_vehicles > a img {
  width: 100%;
  height: auto;
  margin: 0 0 15px 0;
}
#gamme .list_vehicles > a:hover, #gamme .list_vehicles > a:focus, #gamme .list_vehicles > a:active {
  color: #AD0040;
}
@media only screen and (max-width: 1023px) {
  #gamme .list_vehicles > a {
    flex-basis: 48%;
  }
}
@media only screen and (max-width: 767px) {
  #gamme .list_vehicles > a {
    flex-basis: 100%;
    margin-bottom: 30px;
  }
}
#gamme #cross_brand {
  text-align: center;
  max-width: 1680px;
  padding: 50px 35px;
  margin: 0 auto;
}
#gamme #cross_brand h2 {
  font-size: 26px;
  margin: 0 0 30px;
}
#gamme #cross_brand .brands {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#gamme #cross_brand .brands a {
  flex: 0 1 48%;
  min-width: 240px;
  max-width: 405px;
  margin: 0 0.6667%;
  background: #1D1717;
  padding: 55px 0;
}
#gamme #cross_brand .brands a img {
  margin: auto;
}
#gamme #cross_brand .brands a.peugeot {
  background-color: #1D1717;
}
#gamme #cross_brand .brands a.citroen {
  background-color: #7a99ac;
}
#gamme #cross_brand .brands a.ds {
  background-color: #1D1717;
}
@media only screen and (max-width: 767px) {
  #gamme .list_bg {
    margin: 20px 0;
    padding: 7% 4% 2%;
  }
  #gamme .gamme_wrapper {
    padding-right: 4%;
    padding-left: 4%;
  }
  #gamme #cross_brand {
    padding: 20px 4%;
  }
  #gamme #cross_brand .brands {
    flex-direction: column;
  }
  #gamme #cross_brand .brands a {
    min-width: 100%;
    margin: 0 auto 20px;
  }
}

.wrap {
  position: relative;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .wrap {
    width: 92%;
  }
}

.g-recaptcha > div {
  margin: 0 auto 10px auto !important;
}
@media only screen and (max-width: 480px) {
  .g-recaptcha {
    margin: 0 0 10px !important;
    transform: scale(0.9);
    transform-origin: 0 0;
  }
  .g-recaptcha > div {
    margin: 0 0 10px !important;
  }
}

.alert {
  text-align: center;
}
.alert.alert-danger {
  color: #9d0605;
}

.full_banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.full_banner .banner_content {
  margin: auto 120px;
  color: #FFF;
}
.full_banner .banner_content h1 {
  color: #FFF;
  font-size: 36px;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
.full_banner .banner_content h2 {
  font-size: 36px;
  color: #FFF;
  font-weight: bold;
  margin: 40px 0 30px 0;
}
.full_banner .banner_content .btn {
  margin-right: auto;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .full_banner {
    height: 50vh;
    min-height: unset;
  }
  .full_banner .banner_content {
    margin: auto auto 35px;
  }
  .full_banner .banner_content h1 {
    font-size: 20px;
    line-height: 24px;
  }
}

#back_top {
  position: fixed;
  z-index: 98;
  right: 10px;
  bottom: 65px;
  left: auto;
  display: none;
  width: 48px;
  height: 48px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background: #ececee url("../../img/ds/ui/arrow-top.png") no-repeat center top;
  background-size: 100%;
  box-shadow: 0.375rem 0.625rem 0.75rem 0 rgba(0, 0, 0, 0.2);
}
#back_top:hover {
  background-position: center bottom;
}
@media only screen and (max-width: 767px) {
  #back_top {
    bottom: 10px;
  }
}

.btn {
  display: block;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 18px;
  font-family: "DS_Automobiles_Pro", sans-serif;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  transition: all 200ms ease;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFF;
  border: none;
  border-radius: 0;
  background: #AD0040;
}
.btn:hover, .btn:focus, .btn:active {
  color: #FFF;
  border-radius: none;
  outline: none;
  background: #820030;
}

.btn_alt {
  display: block;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 18px;
  font-family: "DS_Automobiles_Pro", sans-serif;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  transition: all 100ms ease;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #B6A89A;
  border: 1px solid #B6A89A;
  border-radius: 0;
}
.btn_alt:hover, .btn_alt:focus, .btn_alt:active {
  color: #2f2727;
  border-radius: none;
  outline: none;
  border-color: #2f2727;
}

.switch {
  display: inline-block;
  margin: 0 30px 10px 0;
  font-size: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
}
.switch.on {
  color: #000;
}
.switch.on .bg_switch {
  background-color: #AD0040;
}
.switch.on .bg_switch span {
  right: 0;
  left: unset;
}
.switch:hover, .switch:focus, .switch:active {
  color: #000;
}
.switch .bg_switch {
  position: relative;
  display: block;
  box-sizing: content-box;
  width: 40px;
  height: 20px;
  margin: 0 auto;
  border-radius: 0.625rem;
  background-color: #adaeb2;
}
.switch .bg_switch span {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: content-box;
  width: 18px;
  height: 18px;
  transition: all 0.3s ease;
  border: 1px solid #adaeb2;
  border-radius: 100%;
  background-color: #fff;
}

.sitemap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 40px;
  margin: 0 auto;
}
.sitemap nav {
  width: 30%;
}
.sitemap h2 {
  margin-bottom: 40px;
  font-size: 26px;
  line-height: normal;
}
.sitemap a {
  display: block;
  font-weight: 700;
  line-height: 35px;
  text-decoration: none;
  text-transform: uppercase;
  color: #1D1717;
}
.sitemap a:hover, .sitemap a:focus, .sitemap a:active {
  color: #AD0040;
}
.sitemap ul {
  margin: 0 0 0px 18px;
  color: #1D1717;
}
.sitemap ul li a {
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .sitemap {
    flex-direction: column;
  }
  .sitemap nav {
    width: 100%;
  }
  .sitemap h2 {
    margin-bottom: 35px;
  }
}

.stars {
  font-size: 34px;
  font-family: "Icon_fonts", sans-serif;
  letter-spacing: 5px;
  color: #B6A89A;
}

form h2 {
  font-size: 20px;
  font-weight: 400;
  text-transform: initial;
  text-align: center;
  margin: 50px 0;
}
form .field {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0 15px 10px 15px;
}
form .field.error label {
  color: #EA001E;
}
form .field.error input, form .field.error select, form .field.error textarea {
  border: 1px solid #EA001E;
}
form .field.error::after {
  content: "Champ obligatoire";
  display: block;
  font-size: 12px;
  color: #EA001E;
  padding: 0;
}
form label {
  flex: 0 0 240px;
  margin: 5px 20px 5px 0;
  font-size: 14px;
  font-weight: 700;
  color: #1D1717;
}
form label.flex_top {
  align-self: flex-start;
  padding-top: 4px;
}
form input, form select, form textarea {
  outline: none;
  border: none;
  -moz-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  color: #1D1717;
  box-sizing: border-box;
  width: 100%;
  max-width: 400px;
  padding: 0 15px;
  font-size: 12px;
  font-family: "DS_Automobiles_Pro", sans-serif;
  font-weight: 400;
  line-height: 40px;
  margin: 0 10px 0 0;
  border: 1px solid transparent;
  background: #F7F7F7;
}
form input:hover, form input:focus, form input:active, form select:hover, form select:focus, form select:active, form textarea:hover, form textarea:focus, form textarea:active {
  outline: none;
  border: 1px solid #ADAEB2;
}
form input::placeholder, form select::placeholder, form textarea::placeholder {
  color: #ADAEB2;
}
form select {
  padding: 10px 12px;
  background-image: url("../../img/ds/ui/arrow-down.png");
  background-position: 96% center;
  background-repeat: no-repeat;
  background-size: 20px 10px;
}
form .rgpd {
  margin: 30px 15px 40px 15px;
  max-width: 680px;
  font-size: 14px;
  color: #1D1717;
}
form .action {
  margin: 0 15px 40px 15px;
  max-width: 680px;
}
form #liste_modeles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
form #liste_modeles .modele {
  flex: 0 1 28%;
  border-right: 1px solid #787B80;
  padding: 0 2% 0;
}
form #liste_modeles .modele h3 {
  margin: 0 auto 10px auto;
  text-align: center;
}
form #liste_modeles .modele:first-of-type {
  padding-left: 0;
}
form #liste_modeles .modele:last-of-type {
  border: none;
  padding-right: 0;
}
form #liste_modeles .modele input, form #liste_modeles .modele select {
  margin-bottom: 10px;
}
form #liste_modeles .modele input.error, form #liste_modeles .modele select.error {
  border: 2px solid #EA001E;
  margin-bottom: 9px;
}
form #liste_modeles .modele img {
  margin: 10px auto 10px;
  width: 100%;
  height: auto;
}
form #liste_modeles .modele .remove {
  display: block;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}
form #liste_modeles .modele .remove:hover, form #liste_modeles .modele .remove:focus, form #liste_modeles .modele .remove:active {
  color: #AD0040;
}
@media only screen and (max-width: 768px) {
  form #liste_modeles {
    flex-direction: column;
  }
  form #liste_modeles .modele {
    max-width: 400px;
    flex: 1 1 100%;
    border: none;
    padding: 0;
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  form input, form select, form textarea {
    margin: 0;
    font-size: 16px;
  }
  form .field {
    margin: 0 0 10px;
  }
  form .rgpd {
    margin: 30px 0 40px;
  }
  form .action {
    margin: 0 0 40px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../img/peugeot/ui/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("../../fonts/slick.eot");
  src: url("../../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../fonts/slick.woff") format("woff"), url("../../fonts/slick.ttf") format("truetype"), url("../../fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  z-index: 1;
  top: 50%;
  display: block;
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
  transform: translate(0, -50%);
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
}

.slick-prev {
  left: 10px;
  background-image: url("../../img/peugeot/ui/carrousel-arrows-back.png");
}

.slick-next {
  right: 10px;
  background-image: url("../../img/peugeot/ui/carrousel-arrows.png");
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 6px;
  font-family: "slick";
  line-height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

body {
  background: #2F2726;
  font-family: "DS_Automobiles_Pro", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1D1717;
}
#global {
  max-width: 1920px;
  background: #FFF;
  margin: 0 auto;
  box-shadow: 0 1.25rem 1.875rem 0 rgba(0, 0, 0, 0.2);
}

a {
  color: #AD0040;
}

::selection {
  color: #FFF;
  background: #AD0040;
}

.icon {
  font-family: "Icon_fonts", sans-serif;
}

.center {
  text-align: center;
}
