@charset "UTF-8";
/* Web Fonts */
@font-face {
  font-family: "SuzukiPROBold";
  src: url("../fonts/SuzukiPROBold.eot");
  src: url("../fonts/SuzukiPROBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SuzukiPROBold.woff2") format("woff2"), url("../fonts/SuzukiPROBold.woff") format("woff"), url("../fonts/SuzukiPROBold.ttf") format("truetype"), url("../fonts/SuzukiPROBold.svg#SuzukiPROBold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "SuzukiPROHeadline";
  src: url("../fonts/SuzukiPROHeadline.eot");
  src: url("../fonts/SuzukiPROHeadline.eot?#iefix") format("embedded-opentype"), url("../fonts/SuzukiPROHeadline.woff2") format("woff2"), url("../fonts/SuzukiPROHeadline.woff") format("woff"), url("../fonts/SuzukiPROHeadline.ttf") format("truetype"), url("../fonts/SuzukiPROHeadline.svg#SuzukiPROHeadline") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "SuzukiPRORegular";
  src: url("../fonts/SuzukiPRORegular.eot");
  src: url("../fonts/SuzukiPRORegular.eot?#iefix") format("embedded-opentype"), url("../fonts/SuzukiPRORegular.woff2") format("woff2"), url("../fonts/SuzukiPRORegular.woff") format("woff"), url("../fonts/SuzukiPRORegular.ttf") format("truetype"), url("../fonts/SuzukiPRORegular.svg#SuzukiPRORegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Parameters */
/* Colors */
html {
  position: relative;
  min-height: 100%;
  height: 100%;
  font-size: 10px;
}
html body {
  /* Margin bottom by footer height */
  font-family: "SuzukiPRORegular", Helvetica, Arial, sans-serif;
  font-size: 1.6em;
  line-height: 1.25em;
  color: #002c42;
  height: 100%;
  /* reset buttons */
}
html body .validClient {
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: table;
}
html body .validClient .searchMeBtn {
  background: #ffffff;
  border-radius: 0;
  border: 1px solid #002c42;
  font-family: "SuzukiPROBold", Helvetica, Arial, sans-serif;
  line-height: 1;
  color: #002c42;
  padding: 0.5rem 1rem;
}
html body .relative_info_bulle {
  position: relative;
}
html body .relative_info_bulle .info_bulle_btn {
  background: #002c42;
  padding: 0 7px;
  color: white;
  border: none;
  font-size: 15px;
  border-radius: 50px;
  cursor: pointer;
}
html body .relative_info_bulle .info_bulle_bloc {
  position: absolute;
  background: #002c42;
  color: #ffffff;
  opacity: 0;
  text-align: center;
  padding: 5px;
  border-radius: 3px;
  font-size: 14px;
  width: 250px;
  transform: translate(50%, 50%);
  top: 0;
  left: -21rem;
  transition: 0.3s ease;
}
@media (max-width: 440px) {
  html body .relative_info_bulle .info_bulle_bloc {
    left: -125px;
  }
}
html body .relative_info_bulle .info_bulle_bloc p {
  margin: 0;
}
html body .relative_info_bulle .active_bulle {
  opacity: 1;
}
html body h2 {
  font-family: "SuzukiPROHeadline", Helvetica, Arial, sans-serif;
  font-size: 4.5rem;
  text-transform: uppercase;
  text-align: center;
  padding: 0 4rem 4rem 4rem;
  margin: 0;
}
@media (max-width: 640px) {
  html body h2 {
    font-size: 2.5rem;
  }
}
html body h3 {
  font-family: "SuzukiPROHeadline", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
  padding: 0 1rem 1rem 1rem;
  margin: 0;
}
@media (min-width: 1080px) {
  html body .header {
    position: relative;
  }
}
html body .km_actu input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1 !important; /* Firefox */
}
html body .wrapper {
  width: auto;
  min-width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1080px) {
  html body .wrapper {
    overflow: hidden;
  }
}
html body .wrapper .desktop {
  display: block;
}
@media (max-width: 680px) {
  html body .wrapper .desktop {
    display: none;
  }
}
html body .wrapper .mobile {
  display: none;
}
@media (max-width: 680px) {
  html body .wrapper .mobile {
    display: block;
  }
}
html body .wrapper .formulaire.confirmation p {
  text-align: center;
  padding: 0 2rem;
}
html body .wrapper .formulaire {
  padding: 2rem 0;
  background: #eef2f3;
  color: #002c42;
  width: 100%;
  /*RADIO*/
  /*CHECKBOX*/
}
@media (min-width: 1280px) {
  html body .wrapper .formulaire {
    background: rgba(237, 241, 242, 0.9);
    position: absolute;
    top: 0;
    right: 35px;
    z-index: 99;
    width: 450px;
    height: 100%;
    overflow-y: scroll;
  }
}
html body .wrapper .formulaire .form-horizontal input::placeholder {
  *padding-left: 2%;
}
html body .wrapper .formulaire .form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
}
html body .wrapper .formulaire h2 {
  font-size: 2.5rem;
  padding: 2rem 4rem 2rem 4rem;
}
@media (max-width: 680px) {
  html body .wrapper .formulaire h2 {
    padding: 2rem;
  }
}
html body .wrapper .formulaire fieldset {
  padding: 0 2rem 0 2rem;
}
html body .wrapper .formulaire fieldset .fw700 {
  font-weight: 700;
  font-size: 20px;
  font-family: "SuzukiPROBold", Helvetica, Arial, sans-serif;
}
html body .wrapper .formulaire fieldset .btn_style {
  padding: 2px 5px;
  border-radius: 3px;
  text-decoration: none;
  color: #ffffff;
  background: #9fb7bb;
  margin: 3px 0;
  display: inline-block;
}
html body .wrapper .formulaire fieldset .btn_style_type_vehicule {
  padding: 14px 10px;
  border-radius: 7px;
  text-decoration: none;
  color: #ffffff;
  background: #9fb7bb;
  margin: 8px 4px;
  display: inline-block;
}
html body .wrapper .formulaire fieldset .btn_style.active {
  background: #004f9f;
}
html body .wrapper .formulaire fieldset .btn_style_type_vehicule.active {
  background: #004f9f;
}
html body .wrapper .formulaire fieldset .labellike {
  font-family: "SuzukiPROBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
html body .wrapper .formulaire .input_oneline {
  display: flex;
  justify-content: space-between;
}
html body .wrapper .formulaire .input_oneline div {
  width: 49%;
}
html body .wrapper .formulaire .input_oneline div.input100pc {
  width: 100%;
}
html body .wrapper .formulaire .checkbox {
  padding: 0;
}
html body .wrapper .formulaire label {
  font-family: "SuzukiPROBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-left: 0.7rem;
}
html body .wrapper .formulaire label.hiddenLabel {
  display: none;
}
html body .wrapper .formulaire span.labellike {
  font-family: "SuzukiPROBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
html body .wrapper .formulaire span.labellike + div {
  display: inline-block;
}
html body .wrapper .formulaire span.labellike + div > input {
  margin-left: 1.8rem;
}
html body .wrapper .formulaire div.labellike {
  font-family: "SuzukiPROBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
html body .wrapper .formulaire div.labellike + div {
  display: inline-block;
}
html body .wrapper .formulaire div.labellike + div > label + input {
  margin-left: 1.8rem;
}
html body .wrapper .formulaire button[type=submit], html body .wrapper .formulaire .btn_valid_form {
  margin: 1rem 0 0;
  background: #002c42;
  color: #ffffff;
}
html body .wrapper .formulaire button[type=submit]:before, html body .wrapper .formulaire .btn_valid_form:before {
  background: url("../img/chevron_blanc@2x.png") no-repeat center center/contain;
}
html body .wrapper .formulaire #atelier_rdv_request_auto_typeVehicule_2 {
  display: none;
}
html body .wrapper .formulaire [type=radio]:checked,
html body .wrapper .formulaire [type=radio]:not(:checked) {
  position: absolute;
  opacity: 0;
}
html body .wrapper .formulaire [type=radio]:checked + label,
html body .wrapper .formulaire [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
html body .wrapper .formulaire [type=radio]:checked + label:before,
html body .wrapper .formulaire [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 100%;
  background: #fff;
}
html body .wrapper .formulaire [type=radio]:checked + label:after,
html body .wrapper .formulaire [type=radio]:not(:checked) + label:after {
  content: "";
  width: 18px;
  height: 18px;
  background: #002c42;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
html body .wrapper .formulaire [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
html body .wrapper .formulaire [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
html body .wrapper .formulaire .radio-inline {
  text-transform: none;
  margin: 0 2rem;
}
html body .wrapper .formulaire [type=checkbox]:checked,
html body .wrapper .formulaire [type=checkbox]:not(:checked) {
  position: absolute;
  opacity: 0;
}
html body .wrapper .formulaire [type=checkbox]:checked + label,
html body .wrapper .formulaire [type=checkbox]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
html body .wrapper .formulaire [type=checkbox]:checked + label:before,
html body .wrapper .formulaire [type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 0;
  background: #fff;
}
html body .wrapper .formulaire [type=checkbox]:checked + label:after,
html body .wrapper .formulaire [type=checkbox]:not(:checked) + label:after {
  content: "";
  width: 18px;
  height: 18px;
  background: #002c42;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
html body .wrapper .formulaire [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
html body .wrapper .formulaire [type=checkbox]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
html body .wrapper .formulaire [type=checkbox].invalid + label:before {
  border: 2px solid hsl(0, 76%, 50%);
}
html body .wrapper .formulaire [type=radio].invalid + label:before {
  border: 2px solid hsl(0, 76%, 50%);
}
html body .wrapper .formulaire .checkbox-inline {
  font-family: "SuzukiPRORegular", Helvetica, Arial, sans-serif;
  text-transform: none;
  margin: 0 2rem 0 0;
}
html body .wrapper .formulaire .mentions {
  font-size: 1.2rem;
  padding: 0;
}
html body .wrapper .formulaire #mentionsTel {
  font-size: 1.2rem;
  padding: 0;
}
html body .wrapper .formulaire label.mentions {
  font-family: "SuzukiPRORegular", Helvetica, Arial, sans-serif;
  line-height: 1.2em;
  text-transform: none;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
html body .wrapper .formulaire label.mentions input {
  margin-top: 2px;
}
html body .wrapper .formulaire label#mentionsTel {
  font-family: "SuzukiPRORegular", Helvetica, Arial, sans-serif;
  line-height: 1.2em;
  text-transform: none;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
html body .wrapper .formulaire label#mentionsTel input {
  margin-top: 2px;
}
html body .wrapper .formulaire select {
  cursor: pointer;
}
html body .wrapper .formulaire .container {
  max-width: 100%;
}
html body .wrapper .formulaire a, html body .wrapper .formulaire a:visited {
  color: #002c42;
  text-decoration: underline;
  font-weight: bold;
}
html body .wrapper .formulaire .form-control {
  border-radius: 3px;
  box-shadow: none;
  border-top: none;
  border-right: none;
  border-left: none;
  background-color: #ffffff;
  color: #002c42;
  font-size: 1.4rem;
  *padding-left: 0;
}
html body .wrapper .formulaire .form-control option {
  color: #002c42;
}
html body .wrapper .formulaire .form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  font-family: "SuzukiPROBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #999999;
}
html body .wrapper .formulaire .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-family: "SuzukiPROBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #999999;
  opacity: 1;
}
html body .wrapper .formulaire .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-family: "SuzukiPROBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #cccccc;
  opacity: 1;
}
html body .wrapper .formulaire .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: "SuzukiPROBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #cccccc;
}
html body .wrapper .formulaire .form-control::-ms-input-placeholder { /* Microsoft Edge */
  font-family: "SuzukiPROBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #cccccc;
}
html body .wrapper .formulaire .form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
html body .wrapper .formulaire .concession h3 {
  font-family: "SuzukiPROBold", Helvetica, Arial, sans-serif;
  padding: 1rem 0;
  font-size: 2rem;
}
html body .wrapper .formulaire .concession h4 {
  padding: 0;
  margin: 0;
  font-family: "SuzukiPROBold", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
}
html body .wrapper .formulaire .concession p {
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
}
html body .wrapper .formulaire .concession .tel_concession:before {
  content: "Tél :";
  padding-right: 1rem;
  display: inline-block;
}
html body .wrapper .formulaire .mentions {
  padding: 2rem 2rem 75px 2rem;
}
html body .wrapper .formulaire .mentions a {
  color: #002c42;
}
html body .wrapper .formulaire #mentionsTel {
  padding: 0 2rem;
}
html body .wrapper .formulaire:focus {
  outline: none;
}
html body .wrapper .mentions {
  padding: 2rem 2rem 75px 2rem;
}
html body .wrapper .mentions p {
  padding: 0;
  margin: 0 1rem 1rem 1rem;
  font-size: 1.2rem;
  line-height: 1;
  text-align: justify;
}
html body .wrapper .mentions a {
  color: #002c42;
}
html body .wrapper .mentions input {
  width: 16px;
  height: 16px;
}
html body .wrapper .confirmation {
  padding: 4rem 0;
  background: #eef2f3;
  color: #002c42;
}
html body .wrapper .confirmation h2 {
  padding-bottom: 1rem;
  font-size: 40px;
  text-align: left;
}
html body .wrapper .confirmation p.p_confirm {
  font-size: 20px;
  line-height: 25px;
  text-align: left;
  padding: 0;
  margin: 2rem 4rem 2rem 4rem;
}
@media (max-width: 640px) {
  html body .wrapper .confirmation p.p_confirm {
    font-size: 1.6rem;
    margin: 2rem;
  }
}
html body .btn {
  background: #ffffff;
  border-radius: 0;
  border: 1px solid #002c42;
  font-family: "SuzukiPROBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1;
  color: #002c42;
  padding: 2rem 3rem;
  vertical-align: middle;
}
html body .btn:before {
  content: "";
  background: url("../img/chevron_bleu@2x.png") no-repeat center center/contain;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin: -0.3rem 1rem 0 0;
  vertical-align: middle;
}
html body .btn.blanc {
  background: #002c42;
  border: 1px solid #ffffff;
  color: #ffffff;
}
html body .btn.blanc:before {
  background: url("../img/chevron_blanc@2x.png") no-repeat center center/contain;
}
html body .bandeau {
  width: 100%;
}
html body .bandeau img {
  width: 100%;
  min-height: 100%;
}
html body .main .caracteristiques {
  margin: 5rem;
}
@media (max-width: 640px) {
  html body .main .caracteristiques {
    margin: 2rem;
  }
}
html body .main .caracteristiques .liste_carac {
  margin-bottom: 5rem;
  /* carousel slick buttons */
  /* carousel slick slides */
}
@media (max-width: 640px) {
  html body .main .caracteristiques .liste_carac {
    margin: 2rem;
  }
}
html body .main .caracteristiques .liste_carac .slick-prev,
html body .main .caracteristiques .liste_carac .slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 25px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
html body .main .caracteristiques .liste_carac .slick-prev:hover, html body .main .caracteristiques .liste_carac .slick-prev:focus,
html body .main .caracteristiques .liste_carac .slick-next:hover,
html body .main .caracteristiques .liste_carac .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
html body .main .caracteristiques .liste_carac .slick-prev:hover:before, html body .main .caracteristiques .liste_carac .slick-prev:focus:before,
html body .main .caracteristiques .liste_carac .slick-next:hover:before,
html body .main .caracteristiques .liste_carac .slick-next:focus:before {
  opacity: 1;
}
html body .main .caracteristiques .liste_carac .slick-prev.slick-disabled:before,
html body .main .caracteristiques .liste_carac .slick-next.slick-disabled:before {
  opacity: 0.5;
}
html body .main .caracteristiques .liste_carac .slick-prev:before,
html body .main .caracteristiques .liste_carac .slick-next:before {
  display: block;
  width: 25px;
  height: 50px;
  content: "";
  background: url("../img/chevron_bleu@2x.png") no-repeat center center/contain;
}
html body .main .caracteristiques .liste_carac .slick-prev {
  left: -25px;
}
@media (max-width: 640px) {
  html body .main .caracteristiques .liste_carac .slick-prev {
    left: -12px;
  }
}
[dir=rtl] html body .main .caracteristiques .liste_carac .slick-prev {
  left: auto;
  right: -25px;
}
@media (max-width: 640px) {
  [dir=rtl] html body .main .caracteristiques .liste_carac .slick-prev {
    right: -12px;
  }
}
html body .main .caracteristiques .liste_carac .slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
[dir=rtl] html body .main .caracteristiques .liste_carac .slick-prev:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
html body .main .caracteristiques .liste_carac .slick-next {
  right: -25px;
}
@media (max-width: 640px) {
  html body .main .caracteristiques .liste_carac .slick-next {
    right: -12px;
  }
}
[dir=rtl] html body .main .caracteristiques .liste_carac .slick-next {
  left: -25px;
  right: auto;
}
@media (max-width: 640px) {
  [dir=rtl] html body .main .caracteristiques .liste_carac .slick-next {
    left: -12px;
  }
}
html body .main .caracteristiques .liste_carac .slick-next:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
[dir=rtl] html body .main .caracteristiques .liste_carac .slick-next:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
html body .main .caracteristiques .liste_carac .slick-slide {
  text-align: center;
  padding: 0 2rem;
}
html body .main .caracteristiques .liste_carac .slick-slide picture {
  display: block;
  width: 100%;
}
html body .main .caracteristiques .liste_carac .slick-slide picture img {
  width: 100%;
  height: auto;
}
html body .main .caracteristiques .liste_carac .slick-slide h3 {
  color: #00344d;
  font-family: "SuzukiPROBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 2.2rem;
  line-height: 1;
  margin-top: 2rem;
}
html body #mentions h3 {
  display: inline-block;
  padding: 0;
}
html body #mentions p {
  padding: 0;
  margin: 0 1rem 1rem 1rem;
  font-size: 1.2rem;
  line-height: 1;
  text-align: justify;
}
html body #mentions .btn {
  font-size: 1.5rem;
  padding: 0.8rem 1.3rem;
}
html body #mentions .btn:before {
  width: 1rem;
  height: 1.2rem;
}
html body .footer {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
}

.invalid {
  border-color: hsl(0, 76%, 50%);
  border-width: 3px;
}

/* Show green borders when valid */
input:required:valid, select:required:valid {
  border-color: hsl(120, 76%, 50%);
  border-width: 3px;
}

.error-msg {
  color: red;
  font-size: 1.2rem;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.loader {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  padding: 50px;
  border-radius: 25px;
  display: none;
}
.loader .spin {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.show-loader {
  display: block;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: rgb(0, 49, 68);
  box-shadow: rgb(0, 49, 68) 0 1px 3px 0 inset;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background: #9fb7bb !important;
}

.form-group .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today:not(.xdsoft_current) {
  color: rgb(0, 49, 68) !important;
}

/*# sourceMappingURL=lp_bannieres.css.map */
