 @charset "UTF-8";
.green {
  color: #008F70 !important;
}


body section.accueil .carousel-indicators li{
   font-size:0 ;
}

.bg-green {
  color: white;
  background-color: #008F70 !important;
}

.bg-dark-green {
  color: white;
  background-color: #2D776E !important;
}

button.bg-green, button.bg-dark-green {
  font-weight: bold;
}
button.bg-green:hover, button.bg-dark-green:hover {
  text-decoration: underline;
  color: white;
}

.upc {
  text-transform: uppercase;
}



#footer_chatbot .chatbot-widget>button.logoBtn {
  position:fixed;
  bottom:40px;
  right:25px;
  border:none;
  z-index:1205;
  background:#fff;
  border-radius:50% !important;
  cursor:pointer
}
#footer_chatbot .language-container span {
  font-size:10px;
}

@font-face {
  font-family: "verdana_Regular";
  src: url("fonts/verdana/verdana.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
section.header {
  height: 105px;
  padding: 1rem 0;
  background-color:transparent !important;
  border-radius:0  !important;
  margin-bottom:0  !important;
  border-radius: 0 !important;
}
@media screen and (max-width: 992px) {
  section.header {
    height: 90px;
    padding: 0.5rem 0;
  }
}
@media screen and (min-width: 1920px) {
  section.header {
    font-size: 1.5rem;
    height: 130px;
  }
}
section.header #fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background-color: white;
  box-shadow: 0 6px 37px #00000014;
  padding: 1rem 5%;
  height: 105px;
}
@media screen and (max-width: 992px) {
  section.header #fixed-header {
    height: 90px;
  }
}
@media screen and (min-width: 1920px) {
  section.header #fixed-header {
    height: 130px;
  }
}
section.header .menu-shwd {
  position: absolute !important;
  z-index: unset !important;
}
section.header .block-menu {
  position: relative;
  top: 17px;
  z-index: 22;
}
@media screen and (max-width: 992px) {
  section.header .block-menu {
    top: 9px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  section.header .block-menu {
    width: 337px;
  }
}
section.header .block-menu button {
  height: 40px;
  padding-left: 0;
}
section.header .block-menu button:focus {
  box-shadow: unset;
}
section.header .block-menu button span.menu-icon {
  position: relative;
  display: block;
  height: 2px;
  width: 25px;
  background-color: #008F70;
}
section.header .block-menu button span.menu-icon:before {
  position: absolute;
  top: -5px;
  right: 0;
  content: "";
  height: 2px;
  width: 25px;
  background: #008F70;
  border-radius: 50px;
  transition: all ease-in-out 0.1s;
}
section.header .block-menu button span.menu-icon:after {
  position: absolute;
  top: 5px;
  right: 0;
  content: "";
  height: 2px;
  width: 25px;
  background: #008F70;
  border-radius: 50px;
  transition: all ease-in-out 0.1s;
}
section.header .block-menu button span.menu-icon.close-icon.menu-icon {
  background-color: white;
}
section.header .block-menu button span.menu-icon.close-icon:before {
  top: 0 !important;
  transform: rotate(-45deg);
  transition: all ease-in-out 0.1s;
}
section.header .block-menu button span.menu-icon.close-icon:after {
  top: 0 !important;
  transform: rotate(45deg);
  transition: all ease-in-out 0.1s;
}
@media screen and (min-width: 1920px) {
  section.header .block-menu button span.menu-icon {
    transform: scale(2);
    top: 9px;
  }
  section.header .block-menu button span.menu-icon:before {
    top: -6px;
  }
  section.header .block-menu button span.menu-icon:after {
    top: 6px;
  }
}
section.header .block-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  section.header .block-logo {
    height: 90px;
    top: -16px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  section.header .block-logo {
    top: -15px;
  }
}
@media screen and (max-width: 1200px) {
  section.header .block-logo {
    position: relative;
  }
}
@media screen and (min-width: 1920px) {
  section.header .block-logo {
    height: 130px;
  }
}
section.header .block-logo a.logo-link img {
  height: 105px;
  position: inherit;
  background: transparent ! important;
  width: 100%;
}
@media screen and (max-width: 992px) {
  section.header .block-logo a.logo-link img {
    align-items: center;
    height: 60px;
    height: 90px;
  }
}
@media screen and (min-width: 1920px) {
  section.header .block-logo a.logo-link img {
    height: 130px;
  }
}


 section.header  .btn-check:checked+.btn, section.header  .btn.active,
 section.header  .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: transparent;
}


section.header .block-deals {
  display: flex;
  align-items: center;
}
section.header .block-deals li {
  border: unset;
  padding: 0 1.25rem;
}
section.header .block-deals li a {
  color: #008F70;
  white-space: nowrap;
  text-decoration:none ;
}
@media screen and (min-width: 992px) {
  section.header .block-deals li:last-child {
    border-left: 1px solid #008F70;
  }
}
section.header .block-deals li:last-child a#lang-dropdown {
  content: url("../svg/globe.svg");
}
@media screen and (min-width: 1920px) {
  section.header .block-deals li:last-child a#lang-dropdown {
    transform: scale(1.5);
    vertical-align: middle;
    margin-top: -3px;
  }
}
section.header .block-deals li:last-child .dropdown-menu .language-link {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  text-align: inherit;
}
section.header .block-deals li:last-child .dropdown-menu.show {
  padding: 0;
  display: flex;
  transform: translate3d(-154px, 26px, 0px) !important;
}
@media screen and (max-width: 992px) {
  section.header .block-deals li:last-child .dropdown-menu.show {
    display: block;
    transform: translate3d(-63px, 36px, 0px) !important;
    min-width: unset;
  }
}
@media screen and (min-width: 1920px) {
  section.header .block-deals li:last-child .dropdown-menu.show {
    transform: translate3d(-198px, 46px, 0px) !important;
    font-size: 1.5rem;
  }
}
section.header .block-deals li:last-child .dropdown-menu.show a {
  border: 1px solid #008F70;
}
section.header .block-deals li:last-child .dropdown-menu.show a.selected {
  background-color: #008F70;
  color: white;
}
section.header .block-deals li:last-child .dropdown-menu.show a.is-active {
  background-color: #008F70;
  color: white;
}
section.header .block-deals li:last-child {
  padding-right: 0;
}
section.header .menu-container {
  background-color: white;
  padding: 5rem;
  height: 200vh;
  position: absolute;
  top: 0;
  left: -100%;
  transition: 0.5s;
  z-index: 20;
}
section.header .menu-container .body {
  padding: 1rem 4rem;
  position: relative;
  top: -4rem;
}
@media screen and (max-width: 992px) {
  section.header .menu-container .body {
    padding: 0;
  }
}
section.header .menu-container .body #block-views-block-last-flash-deal-block-1 .card {
  border-color: #707070;
}
@media screen and (max-width: 992px) {
  section.header .menu-container {
    padding: 10rem 10%;
  }
}
section.header .menu-container.show {
  left: 0;
}
section.header .menu-container .block-menu-content h5 {
  background-color: #008F70;
  color: white;
  padding: 5px;
  text-transform: uppercase;
}
section.header .menu-container .block-menu-content h5 a {
  display: block;
  text-decoration: none;
}
section.header .menu-container .block-menu-content h5 a:hover {
  text-decoration: unset;
}
section.header .menu-container .block-menu-content h5 a span {
  position: relative;
  top: -7px;
}
section.header .menu-container .block-menu-content .menu-body a {
   color: unset;
   text-decoration: none;
}

section.header .menu-container .block-menu-content .menu-body a:hover {
   text-decoration: uppercase;
}

section.header .menu-container .block-menu-content .socials-media {
  border-top: 2px solid #707070;
  padding: 1rem 0;
}
section.header .menu-container .block-menu-content .socials-media p {
  font-size: 1.5rem;
  text-transform: uppercase;
}
section.header .menu-container .block-menu-content .socials-media li img {
  height: 30px;
}
section.header .menu-container .block-menu-content .socials-media .social-item a:hover {
  text-decoration: none;
}
section.header .menu-container .block-search input {
  border: unset;
  border-bottom: 2px solid #dcdcdc;
}
section.header .menu-container .block-article-content .card img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 235px;
  margin-top: 3.5rem;
}
section.header .menu-container .block-article-content .card .card-img-overlay {
  left: unset;
  padding: 0.7rem;
}
section.header .menu-container .block-article-content .card .card-img-overlay .card-title {
  width: 132px;
  font-weight: bold;
  margin: 0;
}
section.header .menu-container .block-article-content .card .card-img-overlay small {
  font-size: 0.6rem;
  display: block;
}
section.header .menu-container .block-article-content .card .card-img-overlay .card-prix {
  font-size: 2rem;
  font-weight: bold;
  margin-top: -10px;
}
section.header .menu-container .block-article-content .card .card-img-overlay .card-prix sup {
  font-size: 1rem;
  top: -0.9rem;
}
section.header .menu-container .block-article-content .card .card-img-overlay .card-prix sub {
  font-size: 0.7rem;
  bottom: 0.1rem;
  left: -1.3rem;
}
section.header .menu-container .block-article-content .card .card-body {
  color: white;
  background-color: #1F1F1F;
  padding: 0;
}
section.header .menu-container .block-article-content .card .card-body li {
  display: -ms-inline-grid;
  display: inline-grid;
  width: 76px;
  font-weight: bold;
  background-color: unset;
  border: 2px solid #707070;
  margin: 10px;
  padding: 10px;
  border-radius: 22px;
}
section.header .menu-container .block-article-content .card .card-body li span {
  transform: scale(1.75);
}
section.header .menu-container .block-article-content .card .card-body li small {
  font-size: 1rem;
}
section.header .menu-container .block-article-content .card .card-body li:nth-child(2), section.header .menu-container .block-article-content .card .card-body li:nth-child(4) {
  font-size: 2rem;
  border: unset;
  width: auto;
  margin: auto 0;
  padding: unset;
}
section.header .menu-container .block-article-content .card .card-text p {
  margin-bottom: 0;
}

.flash-deals:after {
  content: "";
  position: absolute;
  background-image: url(../svg/promotions.svg);
  background-size: cover;
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 0 3px;
  margin-top: -3px;
  transform: scale(1.2);
}

footer {
  padding: 0 3%;
  background-image: url("../svg/footer.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: -1px;
  padding-top: 10.3%;
  color: white;
}
footer a {
  color: unset;
  font-size: 0.75rem;
}
footer a:hover {
  color: unset;
}
@media screen and (min-width: 1920px) {
  footer a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 992px) {
  footer {
    background-position-x: -27rem;
    background-position-y: 0rem;
  }

  body section .container-fluid a#to-deal {
    padding: 0.4rem 3rem;
  }

}
footer .container-fluid .copyright p {
  margin: 0;
}
footer .footer {
  background-color: #F8F8F8 !important;
}
footer .footer-head:nth-child(1) .footer-logo {
  margin-top: -1.6rem;
  margin-left: -12px;
}
footer .footer-head:nth-child(1) .footer-logo img {
  width: 47%;
}
@media screen and (max-width: 445px) {
  footer .footer-head:nth-child(1) .footer-logo body section .container-fluid a#to-deal {
    padding: 0.5rem 1rem !important;
  }
  footer .footer-head:nth-child(1) .footer-logo section.header .menu-container .block-article-content .card img {
    margin-left: 25px;
  }
}
@media screen and (max-width: 769px) {
  footer .footer-head:nth-child(1) .footer-logo .video-embed-field-responsive-video iframe {
    max-width: 100%;
    max-height: 340px;
  }
  footer .footer-head:nth-child(1) .footer-logo #webform-submission-deal-node-4-add-form .webform-flex--container {
    margin-bottom: 15px;
  }
  footer .footer-head:nth-child(1) .footer-logo #webform-submission-deal-node-4-add-form input[type=submit] {
    width: 100%;
  }
  footer .footer-head:nth-child(1) .footer-logo .fixed-right {
    position: fixed !important;
    bottom: 0 !important;
    z-index: 23 !important;
    top: auto !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    display: flex;
    justify-content: space-around;
  }
  footer .footer-head:nth-child(1) .footer-logo .fixed-right:after {
    content: "";
    display: block;
    width: 1px;
    background: #c8c8c8;
    position: absolute;
    height: 100%;
  }
  footer .footer-head:nth-child(1) .footer-logo footer {
    padding-bottom: 53.33px;
  }
}
@media screen and (max-width: 992px) {
  footer .footer-head:nth-child(1) .footer-logo {
    text-align: center;
    margin-left: unset;
  }
  footer .footer-head:nth-child(1) .footer-logo img {
    width: 70%;
  }
}
@media screen and (min-width: 1920px) {
  footer .footer-head:nth-child(1) .footer-logo img {
    width: 63%;
  }
}
footer .footer-head h4 a {
  font-size: 1rem;
  white-space: nowrap;
  text-decoration: unset;
}
@media screen and (min-width: 1920px) {
  footer .footer-head h4 a {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 992px) {
  footer .footer-head h4 {
    border-top: 2px solid;
    margin-top: 0.5rem;
  }
  footer .footer-head h4 a {
    padding-left: 0;
  }
}
footer .copyright {
  font-size: 0.75rem;
}
@media screen and (min-width: 1920px) {
  footer .copyright {
    font-size: 1.4rem;
  }
}


footer a {
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}


footer .footer-menu .list-group-item {
  background-color: unset;
  padding: unset;
  display: inline-block;
  padding: 0 15px;
  border: 0;
  color: white;
}

a {
  color: #008F70;
}

@font-face {
  body {
    font-family: "Verdana";
    src: url("fonts/verdana/");
    src: url("fonts/verdana/?#iefix") format("embedded-opentype"), url("fonts/verdana/Verdana-Bold.woff2") format("woff2"), url("fonts/verdana/Verdana-Bold.woff") format("woff"), url("fonts/verdana/Verdana-Bold.ttf") format("truetype"), url("fonts/verdana/Verdana-Bold.svg#Verdana-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
}
body.home {
  background-image: url("../svg/bg-blocksearch.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  body.home {
    background-position-y: 30rem;
    background-position-x: -351rem;
  }
}
body.home footer {
  background-color: #1f1f1f;
  padding-top: 30px;
}
body .offre-indicatif {
  padding-top: 20px;
  margin-top: 10px;
  color: #C4B9B9;
}
body h1, body .h1,
body h2, body .h2,
body h3, body .h3 {
  text-transform: uppercase;
}
body h1, body .h1 {
  font-size: 5rem;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  body h1, body .h1 {
    font-size: 3rem;
    white-space: unset;
  }
}
@media screen and (min-width: 1920px) {
  body h1, body .h1 {
    font-size: 7rem;
  }
}
@media screen and (min-width: 1920px) {
  body h2, body .h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 992px) {
  body h3, body .h3 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1920px) {
  body h3, body .h3 {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 1920px) {
  body h4, body .h4 {
    font-size: 2.25rem;
    margin-bottom: 1.75rem !important;
  }
}
@media screen and (min-width: 1920px) {
  body h5, body .h5 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1920px) {
  body h6, body .h6 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1920px) {
  body p {
    font-size: 1.75rem;
  }
}
body input:not([type=radio]), body select, body button:not(#menu-toggle) {
  border-color: #707070 !important;
  border-radius: unset !important;
  height: 48px;
}
@media screen and (min-width: 1920px) {
  body input:not([type=radio]), body select, body button:not(#menu-toggle) {
    font-size: 1.75rem !important;
    height: 78px;
  }
  body input:not([type=radio]).btn-search, body select.btn-search, body button:not(#menu-toggle).btn-search {
    font-size: 0 !important;
  }
}
body select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../svg/down-grey.svg);
  background-repeat: no-repeat;
  background-size: 5%;
  background-position-x: 96%;
  background-position-y: center;
}
body input[type=radio]:checked:after {
  content: "";
  height: 15px;
  width: 15px;
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  background: #158f71;
  box-shadow: inset 0 0 0px 2px #ffffff;
  border: 1px solid #158f71;
  border-radius: 50%;
}
body textarea.form-control {
  border-color: #707070 !important;
  border-radius: unset;
}
@media screen and (min-width: 1920px) {
  body textarea.form-control {
    font-size: 1.75rem;
  }
}
body form .form-group {
  margin-bottom: 1.5rem;
}
body form .form-group button {
  width: 200px;
}
body form .form-group #edit-conditions {
  height: auto;
  transform: scale(1.5);
  margin-right: 7px;
}
body form .form-group input[name=field_mots_cles_target_id] {
  background-image: none !important;
}
body form .form-submit {
  width: 200px;
}
body form input[type=radio] {
  transform: scale(1.7);
  margin-left: -0.85rem;
}
body form input[type=radio] + label {
  margin-left: 0.85rem;
}
@media screen and (min-width: 1920px) {
  body form input[type=radio] {
    transform: scale(2.5) !important;
    margin-left: -0.45rem;
    margin-top: 0.7rem;
  }
  body form input[type=radio] + label {
    font-size: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 992px) {
  body form button:not(.no-100) {
    width: 100% !important;
  }
}
body form#webform-submission-contact-add-form input[type=radio] {
  margin-left: 0 !important;
}
body form#webform-submission-contact-add-form input[type=radio] + label {
  margin-left: 10px;
  margin-right: 40px;
}
body.d-deals {
  overflow-x: hidden;
}
.btn body.d-deals.form-toggler {
  font-weight: normal !important;
}
body section .container-fluid {
  padding: 0 5%;
}
body section .container-fluid a#to-deal {
  background: #008F70;
  color: white;
  border-color: #008F70;
  padding: 0.5rem 3.5rem;
  font-weight: bold;
  font-size: 18px;
}
body section .container-fluid a#to-deal:after {
  content: url("../svg/fleshe-blanc.svg");
}
body section .container-fluid a#to-deal:hover {
  background: white;
  color: #008F70;
  border: 1px solid #008F70;
  text-decoration: none;
}
body section .container-fluid a#to-deal:hover:after {
  content: url("../svg/fleshe-vert.svg") !important;
}
body section .container-fluid a.btn {
  border: 1px solid #707070;
  text-align: left;
  border-radius: unset;
}
body section .container-fluid a.btn:hover {
  text-decoration: underline;
}
body section .container-fluid a.btn:after {
  content: url("../svg/arrow.svg");
  vertical-align: middle;
  display: inline-block;
  transform: scale(0.75);
  padding-left: 30px;
}
body section .container-fluid a.btn.bg-green {
  border-color: white;
  font-weight: bold;
}
body section .container-fluid a.btn.bg-green:hover {
  color: white;
  text-decoration: underline;
}
body section .container-fluid a.btn.bg-green:after {
  content: url("../svg/arrow-white.svg");
}
@media screen and (min-width: 1920px) {
  body section .container-fluid a.btn {
    font-size: 1.75rem;
    padding: 0.75rem;
  }
  body section .container-fluid a.btn:after {
    vertical-align: text-bottom;
    transform: scale(1.5);
    padding-left: 40px;
    padding-right: 15px;
    margin-top: -3px;
  }
}
body section .container-fluid a.no-style {
  color: unset;
}
body section .container-fluid a#to-deal {
  background: #008F70;
  color: white;
  border-color: #008F70;
  padding: 0.5rem 3.5rem;
  font-weight: bold;
  font-size: 18px;
}
body section .container-fluid a#to-deal:after {
  content: url("../svg/fleshe-blanc.svg");
}
body section .container-fluid a#to-deal:hover {
  background: white;
  color: #008F70;
  border: 1px solid #008F70;
  text-decoration: none;
}
body section .container-fluid a#to-deal:hover:after {
  content: url("../svg/fleshe-vert.svg") !important;
}
body section .container-fluid .title.green .h2 {
  font-weight: bold;
  text-transform: none;
}
body section .container-fluid .fixed-right {
  position: fixed;
  top: 400px;
  right: 1px;
  width: 46px;
  background-color: #1f1f1f;
}
body section .container-fluid .fixed-right a {
  display: block;
  border: unset;
  transform: scale(0.75);
  padding: 5px;
}
body section .container-fluid .fixed-right a:nth-child(1) {
  content: url("../svg/conversation.svg");
}
body section .container-fluid .fixed-right a:nth-child(2) {
  content: url("../svg/calculator.svg");
}
body section .container-fluid .deal-detail-table-wrp {
  border-top: 2px solid #dcdcdc;
}
body section .container-fluid .deal-detail-table-wrp h6 {
  text-transform: uppercase;
}
body section .container-fluid .deal-detail-table {
  margin-bottom: 0;
}
body section .container-fluid .deal-detail-table tr:nth-of-type(odd) td {
  background-color: #E6E6E6;
}
body section .container-fluid .deal-detail-table tr:nth-of-type(even) td {
  background-color: #F8F5F5;
}
body section .container-fluid .deal-detail-table tr:first-of-type td {
  background-color: #D9D9D9;
  font-weight: bold;
}
body section .container-fluid .deal-detail-table tr:nth-child(2) td {
  background-color: #F8F5F5;
}
body section .container-fluid .deal-detail-table tr:nth-child(3) td {
  background-color: #E6E6E6;
}
body section .container-fluid .deal-detail-table td,
body section .container-fluid .deal-detail-table th {
  border-top: none;
  border-right: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  padding: 6px 10px;
  font-size: 14px;
}
body section.accueil {
  margin-top: 3rem;
}
body section.accueil h1, body section.accueil .h1 {
  position: relative;
  z-index: 1;
}
body section.accueil .carousel-indicators {
  bottom: -55px;
  right: unset;
}
@media screen and (max-width: 992px) {
  body section.accueil .carousel-indicators {
    right: 0;
  }
}
body section.accueil .carousel-indicators li {
  width: 40px;
  background-color: #CBCBCB;
}
body section.accueil .carousel-indicators li.active {
  background-color: #008F70;
}
@media screen and (min-width: 1920px) {
  body section.accueil .carousel-indicators li {
    width: 70px;
    height: 8px;
  }
}
@media screen and (max-width: 992px) {
  body section.accueil .carousel-inner {
    padding-top: 2rem;
  }
}
body section.accueil .carousel-inner .badge-promo {
  background-image: url("../svg/badge.svg");
  background-size: cover;
  width: 190px;
  height: 190px;
  position: absolute;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  body section.accueil .carousel-inner .badge-promo {
    top: -3rem;
    transform: scale(0.75);
  }
}
@media screen and (min-width: 1920px) {
  body section.accueil .carousel-inner .badge-promo {
    width: 200px;
    height: 200px;
  }
}
body section.accueil .carousel-inner .badge-content {
  color: white;
  transform: scale(0.85);
  padding-top: 20px;
}
@media screen and (min-width: 1920px) {
  body section.accueil .carousel-inner .badge-content {
    transform: scale(1);
    margin-top: 20px;
    margin-left: 10px;
  }
}
body section.accueil .carousel-inner .badge-content .titre {
  position: relative;
  top: 30px;
  right: 0;
  left: 10px;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 140px;
}
@media screen and (min-width: 1920px) {
  body section.accueil .carousel-inner .badge-content .titre {
    font-size: 130%;
    max-width: 170px;
  }
}
body section.accueil .carousel-inner .badge-content small {
  position: relative;
  top: 15px;
  left: 21px;
}
body section.accueil .carousel-inner .badge-content .prix {
  position: relative;
  left: 20px;
  font-size: 2.6rem;
  font-weight: bold;
}
body section.accueil .carousel-inner .badge-content .prix a {
  color: white;
}
body section.accueil .carousel-inner .badge-content .prix a:hover {
  text-decoration: none;
}
body section.accueil .carousel-inner .badge-content .prix sup {
  font-size: 1.2rem;
  top: -1.5rem;
  left: 0.5rem;
}
body section.accueil .carousel-inner .badge-content .prix sub {
  font-size: 0.9rem;
  bottom: 0.4rem;
  left: -1.8rem;
}
body section.search .block-search {
  margin: 3rem 0;
}
body section.search .block-search .bg-white {
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 22px 22px #dcdcdc;
}
@media screen and (min-width: 1920px) {
  body section.search .block-search .bg-white {
    padding: 30px;
  }
}
body section.search .block-search .bg-white .title h4 {
  color: #707070;
  margin-bottom: 1.25rem;
}
body section.search .block-search .bg-white form .flex-fill select, body section.search .block-search .bg-white form .flex-fill button, body section.search .block-search .bg-white form .flex-fills select, body section.search .block-search .bg-white form .flex-fills button {
  height: 48px;
}
@media screen and (min-width: 1920px) {
  body section.search .block-search .bg-white form .flex-fill select, body section.search .block-search .bg-white form .flex-fill button, body section.search .block-search .bg-white form .flex-fills select, body section.search .block-search .bg-white form .flex-fills button {
    height: 78px;
  }
}
@media screen and (max-width: 992px) {
  body section.search .block-search .bg-white form .flex-fill, body section.search .block-search .bg-white form .flex-fills {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
body section.search .block-search .bg-white form button[type=submit] {
  width: 48px;
  border-color: #707070 !important;
  border-radius: unset !important;
  height: 48px;
}
@media screen and (min-width: 992px) {
  body section.search .block-search .bg-white form button[type=submit] {
    content: url("../svg/search-icon.svg");
    display: flex;
  }
  @-moz-document url-prefix() {
    body section.search .block-search .bg-white form button[type=submit] {
      color: #008f70;
      overflow: hidden;
      background-image: url("../svg/search-icon.svg");
      background-size: 50%;
      background-repeat: no-repeat;
      background-position: center;
      font-size: 0 !important;
    }
  }
}
@media screen and (min-width: 1920px) {
  body section.search .block-search .bg-white form button[type=submit] {
    height: 78px;
    width: 78px;
  }
}
body section.news {
  background-image: url("../svg/head-footer-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: 101%;
  margin-left: -2px;
  margin-bottom: -2px;
}
body section.news .block-newsletter {
  padding-top: 10%;
  padding-bottom: 10%;
  padding-right: 1.25rem;
}
@media screen and (min-width: 1920px) {
  body section.news .block-newsletter {
    padding-top: 10%;
  }
}
@media screen and (max-width: 992px) {
  body section.news .block-newsletter {
    padding-right: unset;
    padding-top: unset;
    padding-bottom: 30%;
  }
}
body section.news .block-newsletter input[type=email] {
  border-color: #707070 !important;
  border-radius: unset !important;
  height: 48px;
}
@media screen and (min-width: 1920px) {
  body section.news .block-newsletter input[type=email] {
    height: 78px !important;
  }
}
body section.contact {
  margin: 5rem 0;
}
@media screen and (max-width: 992px) {
  body section.contact {
    margin: 2rem 0 !important;
  }
}
body section.contact form {
  border-top: 2px solid #dcdcdc;
  padding: 1rem 0;
}
@media screen and (max-width: 992px) {
  body section.contact form#webform-submission-deal-node-1-add-form input {
    margin: 0;
  }
  body section.contact form#webform-submission-deal-node-1-add-form .webform-flex {
    margin-bottom: 20px;
  }
  body section.contact form#webform-submission-deal-node-1-add-form input[type=submit] {
    width: 100%;
  }
}
body section.contact form .description {
  display: inline-block;
}
body section.contact .fixed-right {
  top: 330px;
}
body section.d-deals {
  margin: 5rem 0;
  overflow-x: hidden;
}
@media screen and (max-width: 992px) {
  body section.d-deals {
    margin: 2rem 0 !important;
  }
}
body section.d-deals .green-border {
  border-left: 5px solid #008F70;
  height: 170px;
  padding-left: 10px;
}
@media screen and (min-width: 1920px) {
  body section.d-deals .green-border + div {
    margin-top: 6rem !important;
  }
  body section.d-deals .green-border + div a {
    padding: 0.75rem 1rem;
  }
}
body section.d-deals .badge-content, body section.d-deals .block-prix {
  transform: scale(1);
}
@media screen and (min-width: 1920px) {
  body section.d-deals .badge-content, body section.d-deals .block-prix {
    display: inline-block;
    margin-top: 20px;
    margin-left: 46px;
    height: 65px;
    transform: scale(1.5);
  }
}
body section.d-deals .badge-content small, body section.d-deals .block-prix small {
  position: relative;
}
body section.d-deals .badge-content .prix, body section.d-deals .block-prix .prix {
  position: relative;
  top: -16px;
  left: -3px;
  font-size: 2.9rem;
  font-weight: bold;
}
body section.d-deals .badge-content .prix sup, body section.d-deals .block-prix .prix sup {
  font-size: 1.2rem;
  top: -1.5rem;
  left: 0.5rem;
}
body section.d-deals .badge-content .prix sub, body section.d-deals .block-prix .prix sub {
  font-size: 0.9rem;
  bottom: 0.4rem;
  left: -1.8rem;
}
body section.d-deals .carousel-container {
  border-top: 2px solid #dcdcdc;
}
body section.d-deals .carousel-indicators {
  position: relative;
  right: unset;
  margin-top: 2rem;
  margin: unset;
  justify-content: start;
  flex-wrap: wrap;
}
body section.d-deals .carousel-indicators.xs {
  right: 0;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  body section.d-deals .carousel-indicators.xs {
    display: none;
  }
}
body section.d-deals .carousel-indicators li {
  width: 90px;
  height: 80px;
}
body section.d-deals .carousel-indicators li img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-height: 50px;
  width: auto !important;
  margin: auto;
}
@media screen and (min-width: 1920px) {
  body section.d-deals .carousel-indicators li {
    width: 190px;
    height: 130px;
  }
  body section.d-deals .carousel-indicators li img {
    max-height: 100px;
  }
}
body section.d-deals .fixed-right {
  top: 315px;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  body section.d-deals .block-adv {
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  body section.d-deals .block-adv .col-6 {
    margin-bottom: 3rem;
  }
}
body section.d-deals .block-adv .card {
  border: unset;
}
body section.d-deals .block-adv .card img {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  body section.d-deals .block-adv .card img {
    height: auto;
  }
}
@media screen and (min-width: 1920px) {
  body section.d-deals .block-adv .card img {
    height: 100%;
  }
}
body section.d-deals .block-adv .card span {
  color: #008F70;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (min-width: 1920px) {
  body section.d-deals .block-adv .card span {
    font-size: 1.25rem;
  }
}
body section.d-deals .deals-form {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 23;
  padding: 10rem 8%;
  transition: 0.5s;
}
@media screen and (max-width: 992px) {
  body section.d-deals .deals-form {
    padding: 7.5rem 8%;
  }
}
body section.d-deals .deals-form.show {
  position: absolute;
  right: 0;
}
body section.d-deals .deals-form picture {
  position: absolute;
  top: 140px;
}
@media screen and (max-width: 992px) {
  body section.d-deals .deals-form picture {
    position: unset;
  }
}
body section.d-deals .deals-form .green-border + div {
  margin-top: unset !important;
}
body section.d-deals .deals-form button.form-toggler {
  position: absolute;
  top: 32px;
  left: 67px;
  height: 40px;
  width: 51px;
  border: unset;
}
@media screen and (max-width: 992px) {
  body section.d-deals .deals-form button.form-toggler {
    top: 23px;
    left: 20px;
  }
}
@media screen and (min-width: 1920px) {
  body section.d-deals .deals-form button.form-toggler {
    transform: scale(2);
    top: 41px;
    left: 94px;
  }
}
body section.d-deals .deals-form button.form-toggler span:before, body section.d-deals .deals-form button.form-toggler span:after {
  right: 12px;
}
body section.d-deals-f {
  margin: 5rem 0;
}
@media screen and (max-width: 992px) {
  body section.d-deals-f {
    margin: 2rem 0 !important;
  }
}
body section.d-deals-f .fixed-right {
  top: 300px;
}
body section.d-deals-f .group-button {
  margin-bottom: 2rem;
}
body section.d-deals-f .group-button button {
  border: 1px solid;
  padding: 0;
}
body section.d-deals-f .group-button button:after {
  content: url("../svg/down.svg");
  display: inline-block;
  transform: scale(0.5);
  vertical-align: middle;
}
body section.d-deals-f .block-filter .views-exposed-form .hide_my_ass {
  border: none;
  max-height: 0 !important;
  width: 0;
  visibility: hidden;
  margin: 0;
}
@media screen and (min-width: 1920px) {
  body section.d-deals-f .block-filter label[for^=field_type_voiture_target_id_] {
    width: 87.52px;
    height: 74px;
  }
}
@media screen and (max-width: 992px) {
  body section.d-deals-f .block-filter {
    position: absolute;
    top: 0;
    left: -100%;
    transition: 0.5s;
    background-color: white;
    height: 200vh;
    padding-top: 2rem;
    z-index: 22;
    transition: 0.5s;
  }
  body section.d-deals-f .block-filter form {
    padding-bottom: 4rem;
  }
  body section.d-deals-f .block-filter form#views-exposed-form-deals-page-1 input[type=submit] {
    transform: none !important;
    width: auto !important;
  }
  body section.d-deals-f .block-filter.show {
    left: 0;
  }
}
body section.d-deals-f .block-filter button {
  width: 25% !important;
}
body section.d-deals-f .block-filter a.show-result {
  margin: 3rem 0;
  font-weight: bold;
  padding: 1rem 2rem;
  width: 100%;
}
body section.d-deals-f .block-filter .block-filter-header {
  margin-bottom: 1.5rem;
}
body section.d-deals-f .block-filter .block-filter-header h4 {
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  body section.d-deals-f .block-filter .block-filter-header h4:before {
    content: url("../svg/left-green.svg");
    display: inline-block;
    vertical-align: middle;
    transform: scale(0.5);
    margin-top: -5px;
    margin-left: -15px;
    margin-right: 15px;
    cursor: pointer;
  }
}
body section.d-deals-f .block-filter .block-filter-header a.remove-all {
  position: absolute;
  top: 11px;
  right: 0px;
  font-size: 0.5rem;
  width: 55%;
  color: #008F70;
  text-align: right;

}
body section.d-deals-f .block-filter .block-filter-header a.remove-all input {
  background: none;
  border: none;
  padding: 0;
  color: #008F70;
}
@media screen and (min-width: 992px) {
  body section.d-deals-f .block-filter .block-filter-header a.remove-all {
    top: 6px;
  }
}
@media screen and (min-width: 1920px) {
  body section.d-deals-f .block-filter .block-filter-header a.remove-all {
    font-size: 1.3rem;
    top: -13px;
  }
}
body section.d-deals-f .block-filter .block-filter-header a.remove {
  color: unset;
  padding: 4px 12px;
  border: 1px solid #707070;
  font-size: 0.75rem;
}
body section.d-deals-f .block-filter .block-filter-header a.remove:after {
  content: "";
  background-image: url("../svg/remove.svg");
  background-size: cover;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-bottom: -2px;
  margin-left: 8px;
}
@media screen and (min-width: 1920px) {
  body section.d-deals-f .block-filter .block-filter-header a.remove {
    font-size: 1.4rem;
  }
  body section.d-deals-f .block-filter .block-filter-header a.remove:after {
    height: 20px;
    width: 20px;
  }
}
body section.d-deals-f .block-filter .filter-head {
  text-transform: uppercase;
  border-top: 2px solid #dcdcdc;
  padding: 1rem 0;
}
body section.d-deals-f .block-filter .filter-head h6 {
  margin-bottom: 0;
}
body section.d-deals-f .block-filter .filter-head a[aria-expanded=true]:after {
  content: url("../svg/moins.svg");
  position: absolute;
  right: 15px;
  top: 14px;
}
body section.d-deals-f .block-filter .filter-head a[aria-expanded=false]:after {
  content: url("../svg/plus.svg");
  position: absolute;
  right: 15px;
  top: 14px;
  margin-top: 4px;
}
body section.d-deals-f .block-filter .filter-body .bm-range-slider {
  font-size: 13px;
  margin-bottom: 13px;
}
body section.d-deals-f .block-filter .filter-body input[data-drupal-selector=edit-field-mots-cles-target-id],
body section.d-deals-f .block-filter .filter-body input[data-drupal-selector=edit-recherche] {
  width: 75% !important;
  border: 1px solid #707070 !important;
  border-radius: unset !important;
  height: 48px;
  margin: 0 !important;
}
body section.d-deals-f .block-filter .filter-body input[data-drupal-selector=edit-field-mots-cles-target-id]:focus,
body section.d-deals-f .block-filter .filter-body input[data-drupal-selector=edit-recherche]:focus {
  border: 1px solid #707070 !important;
  outline: none;
}
body section.d-deals-f .block-filter .filter-body .mot-cles-origine > label {
  display: none;
}
body section.d-deals-f .block-filter .filter-body .ui-slider-horizontal {
  height: 0 !important;
}
body section.d-deals-f .block-filter .filter-body .ui-widget.ui-widget-content {
  border: none !important;
  height: 2px !important;
  background: #A7A7A7 !important;
}
body section.d-deals-f .block-filter .filter-body .ui-slider .ui-slider-handle {
  width: 25px !important;
  height: 25px !important;
  background: white !important;
  border: 7px solid #008F70 !important;
  border-radius: 50% !important;
  top: -11px !important;
  margin-left: -0.8em !important;
}
body section.d-deals-f .block-filter .filter-body .ui-slider .ui-slider-handle:focus {
  outline: 0 !important;
}
body section.d-deals-f .block-filter .filter-body .ui-slider .ui-slider-range {
  background: #008F70 !important;
  top: -2px !important;
  height: 6px !important;
}
body section.d-deals-f .block-filter .filter-body .ui-slider#slider-range {
  width: 92%;
  margin: 0 auto;
}
body section.d-deals-f .block-filter ul {
  justify-content: space-between;
}
body section.d-deals-f .block-filter li {
  margin-bottom: 0.75rem;
}
body section.d-deals-f .block-filter li label {
  cursor: pointer;
}
body section.d-deals-f .block-filter li .card {
  border: unset;
  padding: 0 5px;
}
body section.d-deals-f .block-filter li .card img {
  height: 60px;
}
@media screen and (max-width: 992px) {
  body section.d-deals-f .block-filter li .card img {
    height: 86px;
  }
}
@media screen and (min-width: 1920px) {
  body section.d-deals-f .block-filter li .card img {
    height: 100px;
  }
}
body section.d-deals-f .block-filter li .card img + small {
  display: block;
}
body section.d-deals-f .block-filter input:not([name=filter-type]):not([type=text]) {
  transform: scale(1.7);
  margin: 0.4rem 0.35rem;
  height: unset;
}
body section.d-deals-f .block-filter input:not([name=filter-type]):not([type=text]) + label {
  margin: 0 1.75rem;
}
body section.d-deals-f .block-filter input:not([name=filter-type]):not([type=text]) + label[for*=edit-field-puissance-fiscale-value] {
  margin-left: 1px;
}
@media screen and (min-width: 1920px) {
  body section.d-deals-f .block-filter input:not([name=filter-type]):not([type=text]) {
    transform: scale(2.5) !important;
    margin-top: 1rem;
  }
  body section.d-deals-f .block-filter input:not([name=filter-type]):not([type=text]) + label {
    font-size: 1.75rem;
    margin-left: 2.2rem;
  }
}
body section.d-deals-f .block-filter input[type=text], body section.d-deals-f .block-filter button {
  height: 38px !important;
}
@media screen and (min-width: 1920px) {
  body section.d-deals-f .block-filter input[type=text], body section.d-deals-f .block-filter button {
    height: 58px !important;
  }
}
body section.d-deals-f .block-filter input[name=filter-type] {
  z-index: -1;
  opacity: 0;
}
body section.d-deals-f .block-filter .form-radios label {
  width: 72%;
  margin-left: 5px !important;
  margin-bottom: 10px !important;
}
body section.d-deals-f .block-filter label[for^=field_type_voiture_target_id_] {
  width: 76.52px;
  height: 60px;
  background-size: contain !important;
  /*overflow: hidden;*/
  /*text-indent: -10000000px;*/
  cursor: pointer;
  margin: 0 !important;
  padding-top: 63px;
  text-align: center;
  font-size: 12px;
  color: #008F70;
}
body section.d-deals-f .block-filter input[name=field_type_voiture_target_id]:checked + label {
  box-shadow: 0 0 0 2px #008F70;
}
body section.d-deals-f .block-filter label[for^=field_type_voiture_target_id_25] {
  background: url("../svg/economiques.svg");
  background-repeat: no-repeat;
  margin-right: 29px !important;
  margin-left: 0 !important;
}
body section.d-deals-f .block-filter label[for^=field_type_voiture_target_id_26] {
  background: url("../svg/familials.svg");
  background-repeat: no-repeat;
  margin-right: 29px !important;
  margin-left: 0 !important;
}
body section.d-deals-f .block-filter input[id^=field_type_voiture_target_id_All],
body section.d-deals-f .block-filter label[for^=field_type_voiture_target_id_All],
body section.d-deals-f .block-filter input[id^=field_type_voiture_target_id_] {
  visibility: hidden;
  width: 0;
  height: 0 !important;
  margin: 0 !important;
}
body section.d-deals-f .block-filter label[for^=field_type_voiture_target_id_27] {
  background: url("../svg/sportives.svg");
  background-repeat: no-repeat;
}
body section.d-deals-f .block-filter legend {
  display: none;
}
body section.d-deals-f .block-resultat .title h1 {
  text-transform: uppercase;
}
body section.d-deals-f .block-resultat .title p {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75rem;
}
@media screen and (min-width: 1920px) {
  body section.d-deals-f .block-resultat .title p {
    font-size: 1.25rem;
  }
}
body section.d-deals-f .block-resultat .sort-group {
  display: flex;
}
body section.d-deals-f .block-resultat .sort-group label {
  display: inline-flex;
  min-width: 6rem;
  height: 38px;
  padding: 7px 0;
  text-transform: uppercase;
}
@media screen and (min-width: 1920px) {
  body section.d-deals-f .block-resultat .sort-group label {
    font-size: 1.5rem;
    width: 225px;
    height: 58px;
    padding: 13px 0;
  }
}
body section.d-deals-f .block-resultat .sort-group label:not(.form-check-label) {
  display: none !important;
}
body section.d-deals-f .block-resultat .sort-group select {
  min-width: 9rem;
}
body section.d-deals-f .block-resultat .sort-group select[id*=edit-sort-by] {
  min-width: 10.5rem;
}
body section.d-deals-f .block-resultat .card-deck .card {
  overflow: hidden;
}
body section.d-deals-f .block-resultat .card-deck .card > a {
  display: block;
  padding-top: 30px;
  min-height: 250px;
  margin-bottom: 10px;
}
body section.d-deals-f .block-resultat .card-deck .card .has-offre-promo > a {
  background-repeat: no-repeat;
  background-size: cover;
  display: flex !important;
  align-items: flex-end;
}
body section.d-deals-f .block-resultat .card-deck .card .has-offre-promo img {
  max-width: 280px;
}
body section.d-deals-f .block-resultat .card-deck .card .card-offre-type {
  font-family: "Verdana";
  font-size: 13px;
  font-weight: bold;
  color: white;
  transform: rotate(45deg);
  width: 190px;
  text-align: center;
  position: absolute;
  top: -44px;
  right: -75px;
  padding: 70px 30px 11px;
  text-transform: uppercase;
}
body section.d-deals-f .block-resultat .card-deck .card .card-offre-type.cot-bg-red {
  background-color: #FF3B47;
  padding: 70px 37px 11px;
}
body section.d-deals-f .block-resultat .card-deck .card .card-offre-type.cot-bg-yellow {
  background-color: #FFB100;
  padding: 70px 52px 11px;
}
body section.d-deals-f .block-resultat .card-deck .card .card-offre-type.cot-bg-blue {
  background-color: #0179C1;
  top: -32px;
  right: -77px;
}
body section.d-deals-f .block-resultat .card-deck .card .card-body {
  padding: 0;
}
body section.d-deals-f .block-resultat .card-deck .card .card-body .card-text, body section.d-deals-f .block-resultat .card-deck .card .card-body .card-title {
  padding: 0 0.75rem;
}
body section.d-deals-f .block-resultat .card-deck .card .card-body .block-prix {
  background-color: #dcdcdc;
  background-color: #F7F7F7;
}
@media screen and (min-width: 1920px) {
  body section.d-deals-f .block-resultat .card-deck .card .card-body .block-prix {
    font-size: 1.5rem;
  }
}
body section.d-deals-f .block-resultat .card-deck .card .card-body .block-prix .card-prix {
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: -5px;
}
@media screen and (min-width: 1920px) {
  body section.d-deals-f .block-resultat .card-deck .card .card-body .block-prix .card-prix {
    font-size: 2.5rem;
  }
}
body section.d-deals-f .block-resultat .card-deck .card .card-footer {
  background-color: white;
  padding: 0.5rem;
  display: flex;
  align-items: center;
}
body section.d-deals-f .block-resultat .card-deck .card .card-footer span {
  height: 25px;
}
body section.d-deals-f .block-resultat .card-deck .card .card-footer .option {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  height: 25px;
  width: 25px;
  margin-right: 2%;
}
body section.d-deals-f .block-resultat .card-deck .card .card-footer .option.opt-1 {
  background-image: url("../svg/option/icon-bluthot.svg");
}
body section.d-deals-f .block-resultat .card-deck .card .card-footer .option.opt-2 {
  background-image: url("../svg/option/icon-camera-recul.svg");
}
body section.d-deals-f .block-resultat .card-deck .card .card-footer .option.opt-3 {
  background-image: url("../svg/option/icon-clim-auto.svg");
}
body section.d-deals-f .block-resultat .card-deck .card .card-footer .option.opt-4 {
  background-image: url("../svg/option/icon-GPS.svg");
}
body section.d-deals-f .block-resultat .card-deck .card .card-footer .option.opt-5 {
  background-image: url("../svg/option/icon-radar-rdecul.svg");
}
body section.d-deals-f .block-resultat .card-deck .card .card-footer .option.opt-6 {
  background-image: url("../svg/option/icon-bluetooth.svg");
}
@media screen and (min-width: 1920px) {
  body section.d-deals-f .block-resultat .card-deck .card .card-footer .option {
    height: 35px;
    width: 35px;
  }
}
body section.d-deals-f .block-resultat .card-deck .card .card-footer a {
  border: unset;
  padding: 0;
  font-weight: bold;
  font-size: 0.75rem;
}
body section.d-deals-f .block-resultat .card-deck .card .card-footer a:after {
  content: url("../svg/arrow-green.svg");
  vertical-align: middle;
  transform: scale(0.65);
  padding-left: 0;
}
@media screen and (min-width: 1920px) {
  body section.d-deals-f .block-resultat .card-deck .card .card-footer a {
    font-size: 1.3rem;
    margin-top: unset;
  }
  body section.d-deals-f .block-resultat .card-deck .card .card-footer a:after {
    transform: scale(1);
    padding-left: 10px;
  }
}
body section.d-deals-f .block-resultat .card-deck .card .card-footer .calendar-icon {
  display: inline-block;
  width: 15px;
  height: 13.04px;
  background-image: url("../svg/calendar.svg");
  margin-right: 8px;
}
body section.d-deals-f .block-resultat .card-deck .card .card-footer .ov {
  display: inline-block;
  margin-right: 5px;
  font-family: "Verdana";
  font-size: 12px;
  height: initial;
  color: #A5A5A5;
}
body section.d-deals-f .block-resultat .card-deck .card .card-footer .ov-date {
  display: inline-block;
  margin-right: 5px;
  font-family: "Verdana";
  font-size: 12px;
  height: initial;
  color: #008F70;
}
body section.d-deals-f .block-resultat .pager .pager__items {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  margin-top: 25px;
}
body section.d-deals-f .block-resultat .pager .pager__items .pager__item {
  display: inline-block;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  line-height: 34px;
}
body section.d-deals-f .block-resultat .pager .pager__items .pager__item.pager__item--next, body section.d-deals-f .block-resultat .pager .pager__items .pager__item.pager__item--previous {
  width: auto;
  height: auto;
}
body section.d-deals-f .block-resultat .pager .pager__items .pager__item.is-active {
  background: #158f71;
}
body section.d-deals-f .block-resultat .pager .pager__items .pager__item.is-active a {
  color: white;
}
body section.d-deals-f .block-resultat .pager .pager__items .pager__item a {
  display: block;
  text-transform: uppercase;
}
body section.d-deals-f .block-resultat .pager .pager__items .pager__item a:hover {
  text-decoration: none;
}
body section.d-deals-f #filter-type-voiture {
  display: flex;
  justify-content: space-between;
}
body section.d-deals-f #filter-type-voiture > ul:first-of-type {
  display: none;
}
body .row-video .video-embed-field-responsive-video {
  max-height: 480px;
}
body .row-video .video-embed-field-responsive-video iframe {
  width: 854px;
  height: 480px;
  position: static;
}
@media screen and (max-width: 769px) {
  body .row-video .video-embed-field-responsive-video iframe {
    max-width: 100%;
    max-height: 340px;
  }
}
body.formtype section.formtype {
  margin: 5rem 0;
}
@media screen and (max-width: 992px) {
  body.formtype section.formtype {
    margin: 2rem 0 !important;
  }
}
@media screen and (max-width: 992px) {
  body.formtype section.formtype .block-link {
    margin-left: unset;
  }
}
@media screen and (min-width: 1920px) {
  body.formtype section.formtype .block-link {
    margin-left: 180px;
  }
}
body.formtype section.formtype .block-link li {
  border: unset;
  border-bottom: 4px solid #e2e2e2;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
body.formtype section.formtype .block-link li.active {
  background-color: unset;
  color: #008F70;
  border-color: #008F70;
  font-weight: bold;
}
@media screen and (min-width: 1920px) {
  body.formtype section.formtype .block-link li {
    font-size: 1.75rem;
  }
}
body.formtype section.formtype .block-link li a {
  color: unset;
}
body.formtype section.formtype button {
  width: auto;
  min-width: 200px;
}
@media screen and (min-width: 1920px) {
  body.formtype section.formtype .form-check a {
    font-size: 1.5rem;
  }
}
body.formtype section.formtype .form-check .description {
  display: inline-block;
}
body .x-close:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 25px;
  background: #008F70;
  border-radius: 50px;
  transform: rotate(-45deg);
  transition: all ease-in-out 0.1s;
}
body .x-close:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 25px;
  background: #008F70;
  background: #008F70;
  border-radius: 50px;
  transform: rotate(45deg);
  transition: all ease-in-out 0.1s;
}
body.toolbar-fixed .section.header #fixed-header {
  top: 80px;
}
body.toolbar-fixed.user-logged-in #fixed-header {
  top: 78.6px !important;
}
body #views-exposed-form-home-rechercher-une-voiture-default label,
body #simplenews-subscriptions-block-7fd8f5b3-317f-48d5-b38b-7f8200325bc4 label,
body #simplenews-subscriptions-block-7fd8f5b3-317f-48d5-b38b-7f8200325bc4 .description,
body #simplenews-subscriptions-block-overlaynewsletter label,
body #simplenews-subscriptions-block-overlaynewsletter .description {
  display: none;
}
body .messages.messages--status {
  margin: 0 !important;
}
body .main-content {
  min-height: 125vh;
}
body .main-content .asex .body .row {
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}
@media screen and (min-width: 1025px) {
  body .main-content .asex .body .row {
    padding: 0 5rem;
  }
}
body .main-content .asex .body .row .title {
  text-align: center;
  margin-top: 5rem;
}
body .main-content .asex .body .row .title .green {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  body .main-content .asex .body .row .title .green {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  body .main-content .asex .body .row .title {
    font-size: 12px;
    margin-bottom: 2rem;
  }
}
body .main-content .asex .body .row .col-12 .subtitle {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  body .main-content .asex .body .row .col-12 .subtitle {
    font-size: 15px;
  }
}
body .main-content .asex .body .row .col-12 p {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  body .main-content .asex .body .row .col-12 p {
    font-size: 12px !important;
  }
}
@media screen and (min-width: 992px) {
  body .main-content .asex .body .row .col-12 img {
    max-width: 440px;
  }
}
body .main-content .asex .body .row .col-12 ul {
  list-style: none;
}
body .main-content .asex .body .row .col-12 ul li {
  font-size: 14px;
}
body .main-content .asex .body .row .col-12 ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #008F70;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1.2em;
  /* Also needed for space (tweak if needed) */
  margin-left: -0.7em;
  font-size: 23px;
  /* Also needed for space (tweak if needed) */
}
@media screen and (max-width: 768px) {
  body .main-content .asex .body .row .col-12 ul li {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 768px) {
  body .main-content .asex .body .row .col-12 {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  body .main-content .asex .body .row .image {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body .main-content .asex .body .row .image img {
    margin: 0;
  }
}
body .main-content .asex .row-video {
  position: static;
  background-color: #F8F8F8;
  max-width: 100%;
  padding: 5rem 0;
  /* margin-bottom: 1rem; */
  top: 3rem;
  z-index: -1;
}
body .main-content .asex .row-video .col-12 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
body .main-content .asex .row-video .col-12 .h4 {
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  body .main-content .asex .row-video .col-12 img {
    max-width: 900px;
  }
}
body .main-content .asex .row-video .col-12 figure figcaption {
  text-transform: uppercase;
  font-weight: bold;
  padding: 1rem 0;
  color: #008F70;
}
@media screen and (max-width: 768px) {
  body .main-content .asex .row-video .col-12 p {
    font-size: 10px;
  }
}
body .main-content .asex .engagement {
  background-color: #F8F8F8;
  max-width: 100%;
  padding: 5rem 0;
  /* margin-bottom: 1rem; */
  position: relative;
  top: 3rem;
  z-index: -1;
}
body .main-content .asex .engagement .col-12 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
body .main-content .asex .engagement .col-12 .h4 {
  text-transform: uppercase;
}
body .main-content .asex .engagement .col-12 figure figcaption {
  text-transform: uppercase;
  font-weight: bold;
  padding: 1rem 0;
  color: #008F70;
  width: 163px;
}
body .main-content .asex .engagement .col-12:first-child figure figcaption {
  width: 100px;
}
@media screen and (max-width: 768px) {
  body .main-content .asex .engagement .col-12 p {
    font-size: 10px;
  }
}
body .main-content .asex .btn-asex {
  color: #707070;
  background-color: white;
  padding: 10px 40px;
  font-size: 14px;
  border: 1px solid #707070;
  text-align: center;
}
body .main-content .asex .btn-asex:hover {
  color: #F8F8F8;
  background-color: #008F70;
  border-color: #008F70;
}
body .main-content .asex .btn-asex::after {
  content: none !important;
}
@media screen and (max-width: 992px) {
  body .main-content .asex.marques .col-12:nth-child(even) {
    margin-top: 3rem;
  }
}
body .main-content .asex.marques .card-header {
  background-color: #008F70;
  color: white;
  text-transform: uppercase;
  font-size: 25px;
}
body .main-content .asex.marques .card-body .marque-logo {
  min-height: 178px;
  display: flex;
  align-items: center;
}
body .main-content .asex#actualities .body .row {
  padding: 0;
}
@media screen and (max-width: 768px) {
  body .main-content .asex#actualities .body .row .title {
    margin-bottom: 0 !important;
  }
}
body .main-content .asex#actualities .container {
  max-width: 100%;
  width: 100%;
}
body .main-content .asex#actualities .container .row .card {
  text-align: left;
  padding: 0;
  margin: 1rem 0;
}
body .main-content .asex#actualities .container .row .card .card-body {
  padding: 10px;
}
body .main-content .asex#actualities .container .row .card .card-body .card-img-overlay {
  position: absolute;
  top: 48%;
  text-transform: uppercase;
  padding: 0;
}
body .main-content .asex#actualities .container .row .card .card-body .card-img-overlay p {
  font-size: 18px;
  color: white;
  background-color: rgba(0, 143, 112, 0.9);
  padding: 10px;
  font-weight: bold;
}
body .main-content .asex#actualities .container .row .card .card-body .card-img-overlay ~ p {
  margin-top: 15px;
}
@media screen and (max-width: 992px) {
  body .main-content .asex#actualities .container .row .card .card-body .card-img-overlay {
    top: 74%;
  }
}
@media screen and (max-width: 576px) {
  body .main-content .asex#actualities .container .row .card .card-body .card-img-overlay {
    top: 49%;
  }
  body .main-content .asex#actualities .container .row .card .card-body .card-img-overlay p {
    font-size: 13px;
  }
}
body .main-content .asex#actualities .container .row .card .card-body .card-link {
  color: #008F70;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
body .main-content .asex#actualities .container .row .card .card-body .card-link:after {
  content: url("../img/arrow.svg");
  color: #008F70 !important;
  vertical-align: middle;
  display: inline-block;
  transform: scale(1.5);
  padding-left: 30px;
}
@media screen and (max-width: 992px) {
  body .main-content .asex#actualities .container .row .card {
    margin-top: 50px;
  }
}
body .main-content .asex#actualities .container .row .card img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  body .main-content .asex#actualities .container .row {
    width: 100%;
    padding-left: 5rem;
    padding-right: 2rem;
  }
}
body .main-content .asex#actualities .container .btn-asex::after {
  content: none !important;
}
body .main-content .asex#actualities footer {
  background-image: url(../svg/footer.svg) !important;
}
body .main-content .asex#infos #asex-infos .asex-accordion .card {
  border-radius: 0;
}
body .main-content .asex#infos #asex-infos .asex-accordion .card .card-header {
  border: 0;
}
body .main-content .asex#infos #asex-infos .asex-accordion .card .card-header:first-child {
  border-radius: 0;
}
body .main-content .asex#infos #asex-infos .asex-accordion .card .card-header h5 .btn {
  box-shadow: none;
  outline: none;
}
body .main-content .asex#infos #asex-infos .asex-accordion .card .card-header h5 .btn:after {
  content: url("../svg/minus.svg");
  vertical-align: middle;
  display: inline-block;
  transform: scale(1);
  padding-right: 30px;
  position: absolute;
  right: 0;
}
body .main-content .asex#infos #asex-infos .asex-accordion .card .card-header h5 button.collapsed :after {
  content: url("../svg/plus_circle.svg") !important;
  vertical-align: middle;
  display: inline-block;
  transform: scale(1);
  padding-right: 30px;
  position: absolute;
  right: 0;
}
body .main-content .asex#infos #asex-infos .asex-accordion .card #APPLICATIONSUTILESContent .row {
  padding: 1.5rem 0;
  padding-bottom: 0;
  border-bottom: 1px solid #dcdcdc;
}
body .main-content .asex#infos #asex-infos .asex-accordion .card #APPLICATIONSUTILESContent p {
  font-size: 14px;
}
body .main-content .asex#infos #asex-infos .asex-accordion .card #LAVIGNETTEContent {
  align-items: baseline;
}
body .main-content .asex#infos #asex-infos .asex-accordion .card #LAVIGNETTEContent img {
  position: relative;
  top: 75px;
}
body .main-content .asex#infos #asex-infos .asex-accordion .card #LAVIGNETTEContent h5 {
  font-size: 1rem;
  color: #008F70;
}
body .main-content .asex#infos #asex-infos .asex-accordion .card #LAVIGNETTEContent p {
  font-size: 14px;
}
body .main-content .asex#infos #asex-infos .asex-accordion .card #LAVIGNETTEContent table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}
body .main-content .asex#infos #asex-infos .asex-accordion .card #LAVIGNETTEContent table tr th {
  background: #D9D9D9;
  padding: 11px 0;
}
body .main-content .asex#infos #asex-infos .asex-accordion .card #LAVIGNETTEContent table tr td {
  background-color: #F8F5F5;
  white-space: nowrap;
  font-size: 13px;
  border: 5px solid white !important;
  border-left: none !important;
  padding: 1rem 2.5rem;
}
body .main-content .asex#infos #asex-infos .asex-accordion .card #LAVIGNETTEContent table tr td:first-child {
  background-color: #D9D9D9;
  font-weight: bold;
}
body .main-content .asex#infos #asex-infos .asex-accordion .card #LAVIGNETTEContent table tr:first-child {
  font-weight: bold;
}
body .main-content .asex#infos #asex-infos .asex-accordion .card #LAVIGNETTEContent .appdesc-wrp ~ .views-element-container div.row {
  padding-top: 0 !important;
}
body .main-content .asex#infos #asex-infos .asex-accordion .card #LAVIGNETTEContent .appdesc-wrp p {
  margin: 0;
  max-width: 75%;
}
@media screen and (max-width: 768px) {
  body .main-content .asex .container-fluid {
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  body .main-content .asex .container-fluid .container {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  body .main-content .asex .container-fluid .container .card {
    border: none;
  }
}
@media screen and (max-width: 768px) {
  body .main-content .asex .container-fluid .container .card .card-body {
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  body .main-content .asex .container-fluid .container .card .card-body .pr-5 {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  body .main-content .asex .container-fluid .container .card .img-fluid {
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  body .main-content .asex .container-fluid .container .card .img-fluid {
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  body .main-content .asex .container-fluid .container .card #APPLICATIONSUTILESContent .row:last-child {
    border-bottom: none !important;
  }
}
@media screen and (max-width: 768px) {
  body .main-content .asex .container-fluid .container .card #APPLICATIONSUTILESContent .card-text {
    padding: 0 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  body .main-content .asex .container-fluid .container .card #LAVIGNETTEContent .card-text {
    padding: 0 0.5rem !important;
  }
}
@media screen and (max-width: 768px) {
  body .main-content .asex .container-fluid .container .card #LAVIGNETTEContent .tarif {
    overflow-x: scroll !important;
    max-width: 95vw;
  }
}
@media screen and (max-width: 768px) {
  body .main-content .asex .mt-5:first-child {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  body .main-content .asex p {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 768px) {
  body .main-content .asex .col-12.col-md-3 img {
    margin: 0 auto 15px auto;
    display: table;
    position: static;
  }
}
@media screen and (max-width: 768px) {
  body .main-content .asex .row {
    margin: 0;
  }
}
body .fixed-right {
  position: fixed;
  top: 400px;
  right: 1px;
  width: 46px;
  background-color: #1f1f1f;
}
body .fixed-right a {
  display: block;
  border: unset;
  transform: scale(0.75);
  padding: 5px;
}
body .fixed-right a:nth-child(1) {
  content: url("../svg/conversation.svg");
}
body .fixed-right a:nth-child(2) {
  content: url("../svg/calculator.svg");
}/*# sourceMappingURL=style.css.map */