@charset "UTF-8";
/*
@mixin respond-to($media) {
  @if $media == mobile-small {
    @media only screen and (max-width: $mobile-small-width) { @content; }
  }
  @else if $media == mobile {
    @media only screen and (min-width: $mobile-small-width + 1) and (max-width: $mobile-width) { @content; }
  }
  @else if $media == tablet-small {
    @media only screen and (min-width: $mobile-width + 1) and (max-width: $tablet-small-width) { @content; }
  }
  @else if $media == tablet {
    @media only screen and (min-width: $tablet-small-width + 1) and (max-width: $tablet-width) { @content; }
  }
  @else if $media == desktop {
    @media only screen and (min-width: $tablet-width + 1) and (max-width: $desktop-width) { @content; }
  }
}*/
/* FDS override */
ul li:before {
  display: none;
}

ul {
  padding: 0;
}
ul li {
  margin: 0;
}

.tooltip {
  position: absolute !important;
  right: 100px;
  top: 20px;
  width: 250px;
  z-index: 16;
  background: #eaeaea;
  color: #004c92;
  border: 1px solid #cccccc;
  padding: 5px;
  font-size: 14px;
}

.habitation .ButtonContained.secondary {
  background: #c4057a;
}

.GridFlex .GridFlex-row {
  margin: 0;
}

.AppBarTop-menuItem li {
  margin: 0.5em 0;
}

.AppBarTop-menuItem-language-item {
  text-transform: uppercase;
}

.u-h1, .u-h2, .u-h3, .u-h4, .u-h5, .u-h6, button, h1, h2, h3, h4, h5, h6, input, select, textarea {
  font-family: "Barlow", sans-serif !important;
}

/* FDS override - end */
body {
  font-family: "Barlow", sans-serif !important;
  color: #3b4856;
  overflow: auto;
}

a, a:hover, a:active {
  text-decoration: none;
}

h2 {
  font-size: 40px;
  color: #3B4856;
}
@media only screen and (max-width: 716px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 24px;
  font-weight: bold;
  color: #3B4856;
}
@media only screen and (max-width: 716px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
  font-weight: bold;
  color: #3B4856;
  line-height: 100%;
}
@media only screen and (max-width: 984px) {
  h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 716px) {
  h4 {
    font-size: 20px;
  }
}

.wio-link {
  position: absolute;
  z-index: 1000;
  margin-left: 10px;
  margin-top: 10px;
}

#DM-lang {
  text-transform: uppercase;
}

#icon-menu-mobile {
  height: 22px;
  width: 22px;
  margin-left: 16px;
  font-size: 22px;
}

.mi-person_outline {
  /*height: 22px;
  width: 22px;*/
  font-size: 22px;
}

.mi-insert_invitation {
  cursor: pointer;
}

.main-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (min-width: 984px) {
  .main-wrapper .GridFlex .GridFlex-row {
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .main-wrapper {
    padding: 0 16px;
  }
}

/* Hacks IE11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ButtonContained, .ButtonOutlined {
    min-height: auto;
  }

  img {
    -ms-interpolation-mode: bicubic;
  }
}
.dockedButtonBar.sticky {
  position: fixed;
  z-index: 100;
  top: 58px;
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}
.dockedButtonBar.sticky a {
  text-align: center;
}

@media only screen and (max-width: 716px) {
  .mobile-hidden {
    display: none;
  }
}

.footer {
  position: relative;
  min-height: 300px;
  font-size: 14px;
  color: #E3E9EF;
  -webkit-clip-path: ellipse(105% 100% at 50% 100%);
          clip-path: ellipse(105% 100% at 50% 100%);
  background: #004C92;
  margin-top: -20px;
}
.footer a, .footer a:hover, .footer a:focus {
  color: #ffffff;
  text-decoration: none;
}
@media only screen and (min-width: 1200px) {
  .footer {
    -webkit-clip-path: ellipse(160% 100% at 50% 100%);
            clip-path: ellipse(160% 100% at 50% 100%);
  }
}
@media only screen and (max-width: 1200px) {
  .footer {
    -webkit-clip-path: ellipse(180% 100% at 50% 100%);
            clip-path: ellipse(180% 100% at 50% 100%);
  }
}
@media only screen and (max-width: 984px) {
  .footer {
    -webkit-clip-path: ellipse(230% 100% at 50% 100%);
            clip-path: ellipse(230% 100% at 50% 100%);
  }
}
@media only screen and (max-width: 716px) {
  .footer {
    -webkit-clip-path: ellipse(275% 100% at 50% 100%);
            clip-path: ellipse(275% 100% at 50% 100%);
  }
}
.footer .head {
  padding: 70px 0 30px;
  border-bottom: 1px solid rgba(78, 171, 255, 0.5);
}
.footer .head .links {
  text-align: right;
}
@media only screen and (max-width: 716px) {
  .footer .head .links {
    text-align: center;
  }
}
.footer .head .links a {
  padding-right: 20px;
  background: url("../img/icon-open-in-new.svg") right 1px no-repeat;
  background-size: 16px;
  color: #E3E9EF;
}
.footer .head .links a:not(:first-child) {
  padding-left: 50px;
}
.footer .head .social-networks {
  text-align: left;
}
.footer .head .social-networks a {
  display: -webkit-inline-box;
  display: inline-flex;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background-color: #fff;
  border-radius: 100%;
}
.footer .head .social-networks a img {
  height: 16px;
  margin: auto;
}
.footer .head .logo {
  margin-bottom: 45px;
  text-align: center;
}
.footer .head .logo img {
  width: 80px;
}
.footer .body {
  padding-bottom: 45px;
}
.footer .body .title {
  margin-top: 45px;
  line-height: 130%;
  font-size: 16px;
}
.footer .body .text {
  margin-top: 16px;
  line-height: 160%;
  font-size: 12px;
}
.footer .body .link {
  margin-top: 16px;
  line-height: 160%;
  font-size: 13px;
  font-weight: bold;
}
.footer .body .link a {
  padding-right: 45px;
  background: url(../img/icon-narrow-arrow-white.svg) no-repeat;
  background-position: right 5px center;
  -webkit-transition: background-position 0.2s ease-in;
  transition: background-position 0.2s ease-in;
  letter-spacing: 1px;
  color: #E3E9EF;
}
.footer .body .link a:hover {
  background-position: right center;
}
.footer .body .image {
  margin-top: 40px;
}
.footer .body .image img {
  max-height: 65px;
}
.footer .body .logo {
  margin-top: 45px;
  text-align: right;
}
.footer .body .logo img {
  width: 80px;
}
.footer .foot {
  background-color: #003667;
  font-size: 12px;
  min-height: 40px;
  line-height: 24px;
  color: #88A2BB;
}
.footer .foot a {
  color: #88A2BB;
}
@media only screen and (max-width: 716px) {
  .footer .foot .links-left {
    margin-top: 14px;
  }
}
.footer .foot .links-left a:not(:last-child) {
  border-right: 1px solid #88A2BB;
  margin-right: 14px;
  padding-right: 14px;
}
.footer .foot .links-center {
  text-align: right;
}
@media only screen and (max-width: 716px) {
  .footer .foot .links-center {
    margin: 14px 0;
    text-align: left;
  }
  .footer .foot .links-center span {
    display: block;
  }
}
@media only screen and (max-width: 716px) {
  .footer .foot .links-center span {
    display: block;
  }
}
.footer .foot .links-center span:not(:first-child) a {
  margin-left: 14px;
}
@media only screen and (max-width: 716px) {
  .footer .foot .links-center span:not(:first-child) a {
    margin-left: 0;
  }
}
.footer .foot .links-center a {
  background: url("../img/icon-open-in-new-grey.svg") right 1px no-repeat;
  background-size: 14px;
  padding-right: 20px;
}
@media only screen and (max-width: 716px) {
  .footer .foot .links-right {
    margin-bottom: 14px;
  }
}

.red-button {
  position: fixed;
  z-index: 1000;
  right: 30px;
  bottom: 30px;
  background-color: #FF5A5F;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  cursor: pointer;
  -webkit-animation: pulse 1.5s;
          animation: pulse 1.5s;
}
@media only screen and (max-width: 716px) {
  .red-button {
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 20px;
  }
}
.red-button:hover {
  animation: pulse 1.5s infinite;
  -webkit-animation: pulse 1.5s infinite;
}
.red-button i {
  font-size: 32px;
}
@media only screen and (max-width: 716px) {
  .red-button i {
    font-size: 22px;
  }
}
.red-button div {
  font-size: 11px;
}
@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 90, 95, 0.4);
  }
  70% {
    box-shadow: 0 0 0 50px rgba(255, 90, 95, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 90, 95, 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 90, 95, 0.4);
  }
  70% {
    box-shadow: 0 0 0 50px rgba(255, 90, 95, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 90, 95, 0);
  }
}

.fullscreen-modal {
  position: fixed;
  z-index: 1100;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
}
.fullscreen-modal .overlay {
  position: fixed;
  z-index: 1100;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(34.1deg, rgba(42, 88, 201, 0.9) 6.63%, rgba(96, 155, 222, 0.9) 100.52%);
}
.fullscreen-modal .main-wrapper {
  position: relative;
  z-index: 1101;
}
.fullscreen-modal .head {
  position: relative;
  margin: 80px 0 20px;
  min-height: 50px;
}
@media only screen and (max-width: 716px) {
  .fullscreen-modal .head {
    margin: 5px 0;
  }
}
.fullscreen-modal .head h3 {
  color: #fff;
}
.fullscreen-modal .head .close-btn {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 16px;
  color: #fff;
  border-radius: 100%;
  background-color: #004C92;
  padding: 12px;
  cursor: pointer;
}
.fullscreen-modal .body {
  border-radius: 15px;
  overflow: hidden;
  color: #3B4856;
}
@media only screen and (max-width: 716px) {
  .fullscreen-modal .body {
    margin-bottom: 80px;
  }
}

#contact-us-modal .left-panel {
  min-height: 550px;
  padding: 28px 50px;
  background: #F7FBFF;
}
@media only screen and (max-width: 716px) {
  #contact-us-modal .left-panel {
    padding: 18px;
  }
}
#contact-us-modal .left-panel form {
  height: 100%;
}
#contact-us-modal .left-panel form .FormGroup-field {
  margin-bottom: 12px;
}
#contact-us-modal .left-panel form .has-spinner-controls {
  padding: 0 16px;
}
#contact-us-modal .left-panel .error-message {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  color: #ff5a5f;
  font-weight: bold;
}
#contact-us-modal .left-panel .disclaimer {
  font-size: 12px;
  color: #999999;
}
#contact-us-modal .left-panel #contactFormStep3 textarea {
  width: 100%;
  height: 220px;
}
#contact-us-modal .left-panel #contactFormStep4 {
  position: relative;
  height: 100%;
}
#contact-us-modal .left-panel #contactFormStep4 > div {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #00A88C;
  font-size: 20px;
}
#contact-us-modal .left-panel .steps {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #E3E9EF;
  margin-bottom: 20px;
}
#contact-us-modal .left-panel .steps > div {
  line-height: 50px;
  border-bottom: 1px solid #E3E9EF;
}
#contact-us-modal .left-panel .steps .active {
  border-bottom: 2px solid #3B4856;
  color: #3B4856;
}
@media only screen and (max-width: 716px) {
  #contact-us-modal .left-panel .steps {
    font-size: 16px;
  }
  #contact-us-modal .left-panel .steps .GridFlex-row > :not(.active) {
    display: none;
  }
  #contact-us-modal .left-panel .steps .GridFlex-row > .active {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    text-align: left;
    border-bottom: none;
  }
}
#contact-us-modal .left-panel .text {
  margin: 0 0 20px 12px;
  font-size: 14px;
}
#contact-us-modal .left-panel .FormGroup.is-danger .contact-udb-btn {
  border: 1px solid #ff5a5f;
}
#contact-us-modal .left-panel .contact-udb-2 .contact-udb-btn {
  width: 115px;
}
@media only screen and (max-width: 716px) {
  #contact-us-modal .left-panel .contact-udb-2 .contact-udb-btn {
    width: auto;
  }
}
#contact-us-modal .left-panel .contact-udb-btn {
  box-sizing: border-box;
  width: 140px;
  height: 110px;
  margin-top: 20px;
  padding: 5px;
  background: #FFFFFF;
  border: 1px solid #E3E9EF;
  border-radius: 4px;
  cursor: pointer;
  color: #004C92;
  font-weight: bold;
}
#contact-us-modal .left-panel .contact-udb-btn:hover, #contact-us-modal .left-panel .contact-udb-btn.selected {
  background: -webkit-gradient(linear, left top, right top, from(#4EABFF), to(#0F8DFF));
  background: linear-gradient(90deg, #4EABFF 0%, #0F8DFF 100%);
  color: #fff;
}
@media only screen and (max-width: 716px) {
  #contact-us-modal .left-panel .contact-udb-btn {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    height: 40px;
    width: 100%;
  }
}
#contact-us-modal .left-panel .contact-udb-btn > div {
  position: relative;
  height: 50%;
  text-align: center;
  line-height: 100%;
  padding-top: 5px;
}
@media only screen and (max-width: 716px) {
  #contact-us-modal .left-panel .contact-udb-btn > div {
    display: inline-block;
    height: auto;
    padding-top: 0;
    font-size: 14px;
  }
  #contact-us-modal .left-panel .contact-udb-btn > div:first-child {
    padding: 0 20px;
  }
}
#contact-us-modal .left-panel .contact-udb-btn > div i {
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  font-size: 40px;
}
@media only screen and (max-width: 716px) {
  #contact-us-modal .left-panel .contact-udb-btn > div i {
    position: relative;
  }
}
#contact-us-modal .left-panel .naviguation {
  margin-top: 20px;
  text-align: center;
  color: #999999;
}
#contact-us-modal .left-panel .naviguation a.back {
  padding-left: 30px;
  background: url(../img/icon-narrow-arrow-grey-left.svg) left 5px center no-repeat;
  background-size: 16px;
  font-size: 14px;
  -webkit-transition: background-position 0.2s ease-in;
  transition: background-position 0.2s ease-in;
  color: #999999;
}
#contact-us-modal .left-panel .naviguation a.back:hover {
  background-position: left;
}
#contact-us-modal .right-panel {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 75, 146, 0.8)), to(rgba(0, 75, 146, 0.8))), url("../img/bg-contact.jpg");
  background-image: linear-gradient(rgba(0, 75, 146, 0.8), rgba(0, 75, 146, 0.8)), url("../img/bg-contact.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 716px) {
  #contact-us-modal .right-panel {
    display: none;
  }
}
#contact-us-modal .right-panel .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  padding: 48px;
}
#contact-us-modal .right-panel .container form {
  position: relative;
}
#contact-us-modal .right-panel .container form .AppBarTop-menuItem-search-submit {
  font-size: 30px;
  color: #fff;
}
#contact-us-modal .right-panel .container form input {
  display: inline;
  background: none;
  color: #fff;
}
#contact-us-modal .right-panel .container form input[type=text] {
  padding-right: 44px;
}
#contact-us-modal .right-panel .container form input::-webkit-input-placeholder {
  color: #fff;
  font-size: 13px;
}
#contact-us-modal .right-panel .container form input::-moz-placeholder {
  color: #fff;
  font-size: 13px;
}
#contact-us-modal .right-panel .container form input:-ms-input-placeholder {
  color: #fff;
  font-size: 13px;
}
#contact-us-modal .right-panel .container form input::-ms-input-placeholder {
  color: #fff;
  font-size: 13px;
}
#contact-us-modal .right-panel .container form input::placeholder {
  color: #fff;
  font-size: 13px;
}
#contact-us-modal .right-panel .container .title {
  font-size: 22px;
  font-weight: bold;
}
#contact-us-modal .right-panel .container .subtitle {
  font-size: 14px;
  margin-bottom: 20px;
}

#red-button-modal .left-panel {
  min-height: 550px;
  padding-bottom: 50px !important;
  background: #fff;
}
#red-button-modal .left-panel.GridFlex-col-sm-4, #red-button-modal .left-panel.GridFlex-col-xxs-12 {
  padding: 0;
}
#red-button-modal .left-panel .country-select {
  padding: 40px 40px 18px;
  border-bottom: 1px solid #EAF0F6;
}
@media only screen and (max-width: 716px) {
  #red-button-modal .left-panel .country-select {
    padding: 20px 16px;
  }
}
#red-button-modal .left-panel .country-select h4 {
  margin: 16px 0 24px;
}
#red-button-modal .left-panel .country-select .Select {
  background-color: #F7FBFF;
}
#red-button-modal .left-panel .country-select .opening-hours-info {
  font-size: 12px;
  color: #999999;
  margin-top: 6px;
}
#red-button-modal .left-panel .card {
  padding: 12px 40px 16px;
  border-bottom: 1px solid #EAF0F6;
  font-weight: bold;
  font-size: 14px;
}
@media only screen and (max-width: 716px) {
  #red-button-modal .left-panel .card {
    padding-left: 16px;
    padding-right: 16px;
  }
}
#red-button-modal .left-panel .card .title {
  margin-bottom: 4px;
  font-size: 17px;
  color: #004C92;
}
#red-button-modal .left-panel .card a {
  color: #3b4856;
  text-decoration: none;
}
#red-button-modal .left-panel .card i {
  font-size: 13px;
  margin-right: 5px;
}
#red-button-modal .right-panel {
  min-height: 550px;
  padding: 40px;
  background: #F7FBFF;
}
@media only screen and (max-width: 716px) {
  #red-button-modal .right-panel {
    padding: 20px 16px;
  }
}
#red-button-modal .right-panel h4 {
  color: #FF5A5F;
}
#red-button-modal .right-panel a {
  color: #3b4856;
  text-decoration: none;
}
#red-button-modal .right-panel .cards {
  margin-top: 10px;
}
#red-button-modal .right-panel .cards .card {
  position: relative;
  padding: 14px 25px;
  margin-top: 20px;
  background: #fff;
  border-radius: 5px;
}
#red-button-modal .right-panel .cards .card .picto {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background-color: #EDF6FF;
  border-radius: 100%;
}
#red-button-modal .right-panel .cards .card .picto i {
  font-size: 30px;
  color: #004C92;
}
#red-button-modal .right-panel .cards .card .picto i.udb-SAN {
  font-size: 26px;
}
#red-button-modal .right-panel .cards .card .picto i.mi-healing {
  font-size: 26px;
}
#red-button-modal .right-panel .cards .card .title-wrapper {
  min-height: 50px;
}
#red-button-modal .right-panel .cards .card .title-wrapper .title {
  padding-right: 25px;
  font-size: 17px;
  font-weight: bold;
  color: #004C92;
}
#red-button-modal .right-panel .cards .card .title-wrapper .subtitle {
  font-size: 10px;
  color: #999;
}
#red-button-modal .right-panel .cards .card .phone {
  margin-top: 12px;
  font-size: 18px;
  font-weight: bold;
}
#red-button-modal .right-panel .cards .card .email {
  font-size: 14px;
}
#red-button-modal .right-panel .cards .card.card-sinistre {
  box-shadow: 0px 4px 20px rgba(0, 76, 146, 0.1);
  border-left: 6px solid #FF5A5F;
}
#red-button-modal .right-panel .cards .card.card-sinistre .picto {
  background-color: #FFF0F0;
}
#red-button-modal .right-panel .cards .card.card-sinistre .picto i {
  color: #FF5A5F;
}
#red-button-modal .right-panel .cards .card.card-sinistre .title {
  color: #FF5A5F;
}

.bloc-contact {
  /* form-side */
}
.bloc-contact #messageSent {
  position: relative;
  height: 100%;
  display: none;
}
.bloc-contact #messageSent > div {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #00A88C;
  font-size: 20px;
}
.bloc-contact .newComer {
  display: -webkit-box;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
          align-items: center;
}
.bloc-contact .newComer .FormGroup-field {
  width: 20px;
  margin-right: 5px;
}
.bloc-contact .newComer .FormGroup-label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: baseline;
          align-items: baseline;
  text-align: left;
  margin-bottom: 2px;
}
.bloc-contact .newComer .FormGroup-label #newComer_info {
  font-size: 0.7em;
  color: #3b4856;
  display: none;
}
.bloc-contact .form-side {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  min-height: 560px;
  border-radius: 4px;
  position: relative;
  flex-basis: calc(100% / 12 * 4);
  max-width: calc(100% / 12 * 4);
  padding: 0 0 0 20px;
}
.bloc-contact .form-side .arrow-mobile {
  display: none;
}
.bloc-contact .form-side .arrow:before {
  position: absolute;
  height: 46%;
  left: 0;
  top: 0;
  border-left: 20px solid #fafafa;
  border-bottom: 20px solid transparent;
  display: block;
  content: " ";
}
.bloc-contact .form-side .arrow:after {
  position: absolute;
  top: 48%;
  bottom: 0;
  left: 0;
  border-left: 20px solid #fafafa;
  border-top: 20px solid transparent;
  display: block;
  content: " ";
}
.bloc-contact .form-side img {
  height: 140px;
}
.bloc-contact .form-side .description {
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #ffffff;
  padding: 20px 30px 0 30px;
  width: 100%;
}
@media only screen and (max-width: 716px) {
  .bloc-contact .form-side {
    min-height: 250px;
    -webkit-box-ordinal-group: 2;
            order: 1;
    margin: 0 24px;
    flex-basis: calc(100% - 48px);
    max-width: calc(100% - 48px);
    padding: 0;
  }
  .bloc-contact .form-side img {
    margin-top: -70px;
  }
  .bloc-contact .form-side .arrow {
    display: none;
  }
  .bloc-contact .form-side .arrow-mobile {
    display: inherit;
  }
  .bloc-contact .form-side .arrow-mobile:before {
    position: absolute;
    width: calc(50% - 20px);
    left: 0;
    bottom: 0;
    border-bottom: 20px solid #ffffff;
    border-right: 20px solid transparent;
    display: block;
    content: " ";
  }
  .bloc-contact .form-side .arrow-mobile:after {
    position: absolute;
    left: calc(50%);
    bottom: 0;
    right: 0;
    border-bottom: 20px solid #ffffff;
    border-left: 20px solid transparent;
    display: block;
    content: " ";
  }
}

.menu-top {
  height: 64px;
  text-align: center;
}
@media only screen and (max-width: 984px) {
  .menu-top {
    display: none;
  }
}
.menu-top ul {
  margin: 0;
  padding: 0;
  background-color: #fff;
  box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.35);
  list-style-type: none;
}
.menu-top ul li {
  display: inline-block;
  height: 64px;
}
.menu-top ul li a {
  text-align: center;
  text-decoration: none;
  display: block;
  color: #999999;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  padding: 22px 16px 19px 16px;
}
.menu-top ul li a:hover, .menu-top ul li.active a {
  color: #4eabff;
}
.menu-top ul li:hover, .menu-top ul li.active {
  cursor: pointer;
  border-bottom: 3px solid #4eabff;
}

/* Animation scrolling */
.scrolling-fade-in-up {
  opacity: 0.1;
  -webkit-transform: translateY(4rem);
  transform: translateY(4rem);
}

.in__view .scrolling-fade-in-up {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.scrolling-group .scrolling-fade-in-up:nth-child(2),
.slick-track .slick-slide:nth-child(2) .scrolling-fade-in-up {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.scrolling-group .scrolling-fade-in-up:nth-child(3),
.slick-track .slick-slide:nth-child(3) .scrolling-fade-in-up {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.scrolling-group .scrolling-fade-in-up:nth-child(4),
.slick-track .slick-slide:nth-child(4) .scrolling-fade-in-up {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(4rem);
    transform: translateY(4rem);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(4rem);
    transform: translateY(4rem);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
#popup-cookies {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
  width: 50%;
  padding: 24px;
  margin: 10px;
  background-color: #fbf9ef;
  color: #7d7d7d;
  border-radius: 4px;
  box-shadow: 0 17px 18px 0 rgba(0, 0, 0, 0.1);
  font-size: 14px;
}
@media only screen and (max-width: 984px) {
  #popup-cookies {
    width: auto;
  }
}
#popup-cookies .popup-cookies-close {
  position: absolute;
  top: 8px;
  right: 8px;
  height: 16px;
  width: 16px;
  background: url("../img/icon-white-blue-cross.svg");
  cursor: pointer;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#popup-cookies .popup-cookies-close:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#popup-cookies .popup-cookies-btn {
  text-align: right;
  margin-top: 20px;
}

.spinner:before {
  position: absolute;
  z-index: 2;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  content: " ";
  width: 20px;
  height: 20px;
  border: 3px solid rgba(0, 76, 146, 0.3);
  border-radius: 50%;
  border-top-color: #004c92;
  box-sizing: border-box;
  -webkit-animation: spinner-turn 0.6s linear infinite;
  animation: spinner-turn 0.6s linear infinite;
}

.spinner-big:before {
  width: 50px;
  height: 50px;
}

/*
@mixin respond-to($media) {
  @if $media == mobile-small {
    @media only screen and (max-width: $mobile-small-width) { @content; }
  }
  @else if $media == mobile {
    @media only screen and (min-width: $mobile-small-width + 1) and (max-width: $mobile-width) { @content; }
  }
  @else if $media == tablet-small {
    @media only screen and (min-width: $mobile-width + 1) and (max-width: $tablet-small-width) { @content; }
  }
  @else if $media == tablet {
    @media only screen and (min-width: $tablet-small-width + 1) and (max-width: $tablet-width) { @content; }
  }
  @else if $media == desktop {
    @media only screen and (min-width: $tablet-width + 1) and (max-width: $desktop-width) { @content; }
  }
}*/
.header-multi-banner {
  position: relative;
  overflow: hidden;
}
.header-multi-banner .logo-mobile {
  display: none;
  position: absolute;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  left: 50%;
  top: 75%;
  z-index: 10;
}
@media only screen and (max-width: 716px) {
  .header-multi-banner .logo-mobile {
    display: block;
  }
}
.header-multi-banner .logo-mobile img {
  width: 100%;
  max-width: 100px;
}
.header-multi-banner .arrows-anchor {
  position: relative;
}
.header-multi-banner .arrows-anchor .slick-arrow {
  top: -162px;
  width: 35px;
  height: 35px;
  background: #ffffff47;
  border-radius: 100%;
}
@media only screen and (max-width: 716px) {
  .header-multi-banner .arrows-anchor .slick-arrow {
    display: none !important;
  }
}
.header-multi-banner .arrows-anchor .slick-next {
  right: 10px;
}
.header-multi-banner .arrows-anchor .slick-prev {
  left: auto;
  right: 55px;
}
.header-multi-banner .arrows-anchor .slick-prev:before {
  content: url("../img/icon-arrow-right.svg");
  display: inline-block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: unset;
}
.header-multi-banner .arrows-anchor .slick-next:before {
  content: url("../img/icon-arrow-right.svg");
  font-size: unset;
}
.header-multi-banner::before {
  content: "";
  position: absolute;
  z-index: 5;
  left: -50%;
  top: 87%;
  height: 100%;
  width: 200%;
  border-radius: 100%;
  background: #fff;
}
@media only screen and (max-width: 716px) {
  .header-multi-banner::before {
    border-radius: 50%;
    top: 85%;
  }
}
.header-multi-banner .header-banners:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(9.22%, rgba(0, 76, 146, 0)), color-stop(66.48%, rgba(0, 76, 146, 0.65)));
  background: linear-gradient(0deg, rgba(0, 76, 146, 0) 9.22%, rgba(0, 76, 146, 0.65) 66.48%);
  z-index: 999;
}
@media only screen and (max-width: 1200px) {
  .header-multi-banner .header-banners:before {
    background: none;
  }
}
.header-multi-banner .banner {
  position: relative;
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 716px) {
  .header-multi-banner .banner {
    height: 420px;
  }
}
.header-multi-banner .banner .banner-card {
  position: absolute;
  z-index: 20;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  color: #fff;
}
.header-multi-banner .banner .banner-card .logo {
  text-align: center;
}
@media only screen and (max-width: 716px) {
  .header-multi-banner .banner .banner-card .logo {
    display: none !important;
  }
}
.header-multi-banner .banner .banner-card .logo img {
  display: unset;
  max-height: 94px;
  margin: auto;
}
.header-multi-banner .banner .banner-card .title {
  font-size: 40px;
  font-weight: 600;
}
@media only screen and (max-width: 716px) {
  .header-multi-banner .banner .banner-card .title {
    font-size: 28px;
  }
}
.header-multi-banner .banner .banner-card .subtitle {
  font-size: 23px;
}
@media only screen and (max-width: 716px) {
  .header-multi-banner .banner .banner-card .subtitle {
    font-size: 18px;
  }
}
.header-multi-banner .banner .banner-card .button {
  margin-top: 30px;
}
.header-multi-banner .banner .banner-card .button button {
  background-image: none;
  background-color: #fff;
  color: #4EABFF !important;
  font-weight: normal;
}
.header-multi-banner .slick-dots {
  bottom: 20%;
}
.header-multi-banner .slick-dots li button::before {
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  font-size: 9px;
  color: #fff;
  cursor: pointer;
}
.header-multi-banner .slick-dots li.slick-active button:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: auto;
}
@media only screen and (max-width: 716px) {
  .header-multi-banner .slick-dots {
    display: none !important;
  }
}
.header-multi-banner .slick-arrow {
  z-index: 100;
}

.header-banner-menu {
  position: relative;
}
.header-banner-menu .header-menu-container {
  position: absolute;
  z-index: 30;
  top: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-inline-box;
  display: inline-flex;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0px 4px 40px rgba(136, 162, 187, 0.28);
  border-radius: 5px;
}
@media only screen and (max-width: 716px) {
  .header-banner-menu .header-menu-container {
    box-shadow: none;
    justify-content: space-around;
    -webkit-box-pack: center;
            justify-content: center;
    flex-wrap: wrap;
    top: -12px;
  }
}
@media only screen and (max-width: 1200px) {
  .header-banner-menu .header-menu-container {
    width: 90%;
    padding: 0;
  }
}
.header-banner-menu .link {
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  height: 90px;
  width: 25%;
  text-align: center;
  font-size: 22px;
  border-right: 1px solid #EAF0F6;
  color: #004C92;
  background: #FFFFFF;
  padding: 12px;
  white-space: nowrap;
  -webkit-transition: none;
  transition: none;
}
.header-banner-menu .link:focus {
  text-decoration: none;
}
@media only screen and (max-width: 984px) {
  .header-banner-menu .link {
    font-size: 16px;
  }
}
@media only screen and (max-width: 716px) {
  .header-banner-menu .link {
    width: 105px;
    height: 105px;
    min-width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: normal;
            justify-content: normal;
    -webkit-box-align: start;
            align-items: flex-start;
    white-space: normal;
    text-align: left;
    border-right: none;
    border-radius: 15px;
    box-shadow: 0px 4px 40px rgba(0, 76, 146, 0.24);
    font-size: 14px;
    font-weight: bold;
    line-height: 116%;
    margin: 12px;
  }
}
@media only screen and (max-width: 1200px) {
  .header-banner-menu .link {
    white-space: normal;
  }
}
.header-banner-menu .link .icon {
  z-index: 10;
  font-size: 48px;
  padding-right: 16px;
}
@media only screen and (max-width: 716px) {
  .header-banner-menu .link .icon {
    font-size: 35px;
  }
}
@media only screen and (max-width: 984px) {
  .header-banner-menu .link .icon {
    font-size: 40px;
  }
}
.header-banner-menu .link span {
  z-index: 10;
  text-align: left;
  font-weight: bold;
}
.header-banner-menu .link::before {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media only screen and (max-width: 716px) {
  .header-banner-menu .link::before {
    display: none !important;
  }
}
.header-banner-menu .link.active, .header-banner-menu .link:hover {
  color: #fff;
}
.header-banner-menu .link.active::before, .header-banner-menu .link:hover::before {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.header-banner-menu .link.active.link-1::before, .header-banner-menu .link:hover.link-1::before {
  background: linear-gradient(54.62deg, rgba(197, 78, 114, 0.98) -3.32%, rgba(253, 208, 51, 0.72) 99.66%), url("../img/menu-hover-udb-mobilite.jpg");
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.header-banner-menu .link.active.link-1 img, .header-banner-menu .link:hover.link-1 img {
  content: url(../img/icon-car-white.svg);
}
.header-banner-menu .link.active.link-2::before, .header-banner-menu .link:hover.link-2::before {
  background: linear-gradient(60.28deg, #8D1C6E 25.34%, rgba(215, 24, 104, 0.63) 102.31%), url("../img/menu-hover-udb-habitation.jpg");
}
.header-banner-menu .link.active.link-2 img, .header-banner-menu .link:hover.link-2 img {
  content: url(../img/icon-home-white.svg);
}
.header-banner-menu .link.active.link-3::before, .header-banner-menu .link:hover.link-3::before {
  background: linear-gradient(53.48deg, #D579A7 -17.54%, rgba(253, 217, 223, 0.85) 86.69%), url("../img/menu-hover-udb-sante.jpg");
}
.header-banner-menu .link.active.link-3 img, .header-banner-menu .link:hover.link-3 img {
  content: url(../img/icon-firstaid-white.svg);
}
.header-banner-menu .link.active.link-4::before, .header-banner-menu .link:hover.link-4::before {
  background-image: linear-gradient(53.18deg, #1F708A 0.29%, rgba(105, 194, 195, 0.79) 100.59%), url("../img/menu-hover-udb-vie.jpg");
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.header-banner-menu .link.active.link-4 img, .header-banner-menu .link:hover.link-4 img {
  content: url(../img/icon-elder-white.svg);
}
.header-banner-menu .link.link-1 {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media only screen and (max-width: 716px) {
  .header-banner-menu .link.link-1 {
    border-radius: 15px;
    color: #f5ce22;
  }
}
@media only screen and (max-width: 716px) {
  .header-banner-menu .link.link-2 {
    color: #c4057a;
  }
  .header-banner-menu .link.link-3 {
    color: #c780b4;
  }
}
.header-banner-menu .link.link-3 .icon {
  font-size: 38px;
}
.header-banner-menu .link.link-4 {
  border: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media only screen and (max-width: 716px) {
  .header-banner-menu .link.link-4 {
    border-radius: 15px;
    color: #69c2c3;
  }
}
.header-banner-menu .link.link-4 .icon {
  font-size: 40px;
}

.title-and-grid {
  position: relative;
}
.title-and-grid .head {
  margin-top: 120px;
  text-align: center;
}
@media only screen and (max-width: 716px) {
  .title-and-grid .head {
    margin-top: 140px;
  }
}
.title-and-grid .grid {
  margin: 80px 0 160px;
}
@media only screen and (max-width: 716px) {
  .title-and-grid .grid {
    margin: 30px 0 50px;
    padding-bottom: 30px;
  }
}
.title-and-grid .grid .cell {
  margin-bottom: 100px;
  padding: 20px 20px 0 20px;
}
@media only screen and (max-width: 716px) {
  .title-and-grid .grid .cell {
    margin: 30px 0 16px;
  }
}
@media only screen and (max-width: 716px) {
  .title-and-grid .grid .cell .image {
    display: none;
  }
}
.title-and-grid .grid .cell .image img {
  max-width: 100px;
}
.title-and-grid .grid .cell .title {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 24px;
  color: #004C92;
}
.title-and-grid .grid .cell .description {
  margin-bottom: 16px;
}
.title-and-grid .grid .cell .link a {
  font-size: 18px;
  font-weight: bold;
  color: #4EABFF;
  padding-right: 45px;
  background: url(../img/icon-narrow-arrow.svg) no-repeat;
  background-position: right 5px center;
  -webkit-transition: background-position 0.2s ease-in;
  transition: background-position 0.2s ease-in;
}
.title-and-grid .grid .cell .link a:hover {
  background-position: right center;
}
.title-and-grid .bg-wave {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.formules-grid {
  position: relative;
  margin-top: 80px;
}
@media only screen and (max-width: 716px) {
  .formules-grid {
    margin-top: 64px;
  }
}
.formules-grid .slick-dots li button::before {
  box-sizing: border-box;
  font-size: 9px;
  color: #4EABFF;
  cursor: pointer;
}
.formules-grid .slick-dots li.slick-active button:before {
  content: "";
  border: 2px solid #4EABFF;
  border-radius: 50%;
  cursor: auto;
}
.formules-grid .head {
  text-align: center;
}
.formules-grid .head h2, .formules-grid .head h3 {
  padding: 0 5px;
}
.formules-grid .grid {
  margin-top: 59px;
}
.formules-grid .grid .sliders {
  overflow: visible;
}
@media only screen and (max-width: 716px) {
  .formules-grid .grid {
    margin-top: 16px;
  }
}
.formules-grid .grid .slick-list.draggable {
  padding: 20px 25px 35px !important;
}
.formules-grid .slick-track .slick-slide:first-child .formules-list ul li:before, .formules-grid .slick-track .slick-slide:first-child .formule-name {
  color: #F5CE22;
}
.formules-grid .slick-track .slick-slide:nth-child(2) .formules-list ul li:before, .formules-grid .slick-track .slick-slide:nth-child(2) .formule-name {
  color: #4EABFF;
}
.formules-grid .slick-track .slick-slide:nth-child(3) .formules-list ul li:before, .formules-grid .slick-track .slick-slide:nth-child(3) .formule-name {
  color: #00A88C;
}
.formules-grid .cell {
  text-align: center;
  padding: 20px;
}
.formules-grid .cell .panel {
  box-shadow: 0px 10px 20px rgba(59, 72, 86, 0.15);
  border-radius: 16px;
  background: #FFFFFF;
  min-height: 580px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.formules-grid .cell .panel:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media only screen and (max-width: 716px) {
  .formules-grid .cell .panel:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.formules-grid .cell .panel .formule-image img {
  margin: 0 auto;
}
.formules-grid .cell .panel .link {
  text-align: center;
}
.formules-grid .cell .panel .link a:not(.is-success):hover {
  color: #ffffff !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#4eabff), color-stop(#0f8dff), color-stop(#388cd9), to(#0c77d9)) !important;
  background-image: linear-gradient(to right, #4eabff, #0f8dff, #388cd9, #0c77d9) !important;
}
.formules-grid .cell .panel .link a {
  color: #4EABFF;
  box-shadow: none !important;
  padding: 15px 37px;
  font-family: Barlow;
  font-weight: bold;
  text-align: center;
}
.formules-grid .cell .panel .link a i {
  margin-left: 10px;
}
.formules-grid .cell .panel .formule-footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  padding: 20px;
  background-color: #d7f7f2;
  color: #019F85;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.formules-grid .cell .panel .formule-footer:lang(de) {
  font-size: 14px;
}
.formules-grid .cell .panel .formule-footer img {
  font-size: 1.3em;
}
.formules-grid .cell .panel .formule-footer span {
  margin-left: 10px;
  font-weight: bold;
}
.formules-grid .cell .panel-padding {
  padding: 50px 46px 0;
}
@media only screen and (max-width: 716px) {
  .formules-grid .cell .panel-padding {
    padding: 50px 30px 0;
  }
}
.formules-grid .cell .formule-name {
  font-size: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: bold;
}
.formules-grid .cell .formule-name p {
  margin-bottom: -5px;
}
.formules-grid .cell .formule-slogan {
  font-family: "Barlow";
  font-weight: bold;
  font-size: 16px;
}
.formules-grid .cell .formules-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.formules-grid .cell .formules-list ul {
  text-align: left;
  width: 100%;
  margin: 1em 0;
}
.formules-grid .cell .formules-list ul li {
  font-family: "Barlow";
  font-size: 15px;
  padding: 4px;
  margin-left: 20px;
}
.formules-grid .cell .formules-list ul li:before {
  font-family: "MaterialIcons", sans-serif !important;
  content: "\E5CA" !important;
  top: 5px;
  display: inline-block;
  position: initial;
  background: none;
  position: absolute;
}
.formules-grid .bottom-btn {
  text-align: center;
}
.formules-grid .bottom-btn a {
  background-image: none !important;
  background-color: #EDF6FF;
  color: #4EABFF !important;
  box-shadow: none !important;
  text-transform: none;
  padding: 15px 37px;
  font-family: Barlow;
  font-weight: bold;
  margin-top: 50px;
}
@media only screen and (max-width: 716px) {
  .formules-grid .bottom-btn a {
    margin-top: 24px;
  }
}
.formules-grid .bottom-btn a i {
  margin-left: 10px;
}
.formules-grid .bg-wave {
  position: absolute;
  z-index: -1;
  bottom: 45%;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.presentation-list {
  margin: 50px 30px;
}
.presentation-list .p-liste {
  margin: 50px 0;
}
.presentation-list .p-liste .cell {
  margin-top: 50px;
}
@media only screen and (max-width: 716px) {
  .presentation-list .p-liste .cell img.main {
    width: 100%;
  }
}

.bloc-intro .main-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
}
.bloc-intro .main-wrapper .image {
  text-align: center;
}
@media only screen and (max-width: 716px) {
  .bloc-intro .main-wrapper .image {
    display: none;
  }
}
.bloc-intro .main-wrapper .image img {
  width: 100%;
}
.bloc-intro .content {
  text-align: center;
  max-width: 55%;
}
@media only screen and (max-width: 1200px) {
  .bloc-intro .content {
    max-width: 80%;
  }
}
@media only screen and (max-width: 716px) {
  .bloc-intro .content {
    max-width: 90%;
  }
}
.bloc-intro .content p {
  margin: 16px 0;
}
.bloc-intro .content .title-intro {
  font-weight: bold;
}
.bloc-intro .content .link {
  margin-top: 31px;
}

.vignettes-grid {
  position: relative;
  margin-top: 102px;
  padding: 100px;
  background-size: cover;
  background-position: center;
  -webkit-clip-path: ellipse(160% 100% at 50% 100%);
          clip-path: ellipse(160% 100% at 50% 100%);
  color: #ffffff;
}
@media only screen and (max-width: 1200px) {
  .vignettes-grid {
    padding: 64px;
    -webkit-clip-path: ellipse(160% 100% at 50% 100%);
            clip-path: ellipse(160% 100% at 50% 100%);
  }
}
@media only screen and (max-width: 716px) {
  .vignettes-grid {
    margin-top: 40px;
    padding: 20px 20px 72px;
    -webkit-clip-path: ellipse(300% 100% at 50% 100%);
            clip-path: ellipse(300% 100% at 50% 100%);
  }
}
.vignettes-grid .main-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
}
.vignettes-grid .head {
  text-align: center;
}
@media only screen and (max-width: 716px) {
  .vignettes-grid .head {
    margin-top: 16px;
  }
}
.vignettes-grid .head h2, .vignettes-grid .head h3 {
  color: #ffffff !important;
}
.vignettes-grid .grid {
  margin-top: 120px;
}
@media only screen and (max-width: 1200px) {
  .vignettes-grid .grid {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 716px) {
  .vignettes-grid .grid {
    margin-top: 40px;
  }
}
.vignettes-grid .container {
  overflow: visible;
  height: 100px;
}
.vignettes-grid .vignette {
  position: relative;
  display: -webkit-box;
  display: flex;
  margin: 12px 5px;
  height: 100px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  font-weight: bold;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.vignettes-grid .vignette .img_hover {
  display: none;
}
.vignettes-grid .vignette .vignette-head {
  width: 100%;
}
.vignettes-grid .vignette .vignette-head .image {
  text-align: center;
}
.vignettes-grid .vignette .vignette-head .vignette-name {
  padding: 0 5px;
}
.vignettes-grid .vignette .vignette-head .arrow-mobile {
  display: none;
  margin: 3px 10px 0 0;
}
@media only screen and (max-width: 716px) {
  .vignettes-grid .vignette .vignette-head .arrow-mobile {
    display: block;
  }
}
.vignettes-grid .vignette .vignette-content {
  color: #3B4856;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0 0 16px 16px;
  padding: 0 30px 20px;
  margin-top: 100px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  box-shadow: 0px 10px 10px rgba(59, 72, 86, 0.15);
}
.vignettes-grid .vignette .vignette-content .link {
  width: 100%;
  text-align: right;
  margin-top: 10px;
}
.vignettes-grid .vignette .vignette-content .link a {
  background: url(../img/icon-narrow-arrow.svg) no-repeat;
  background-position: right 5px center;
  padding-right: 45px;
  -webkit-transition: background-position 0.2s ease-in;
  transition: background-position 0.2s ease-in;
  color: #4eabff;
}
.vignettes-grid .vignette .vignette-content .link a:hover {
  background-position: right center;
}
.vignettes-grid .vignette:hover {
  color: #3B4856;
  background: #ffffff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.vignettes-grid .vignette:hover .img_default {
  display: none;
}
.vignettes-grid .vignette:hover .img_hover {
  display: block;
  margin: auto;
}
.vignettes-grid .vignette:hover .arrow-mobile {
  display: none;
}
.vignettes-grid .vignette:hover .vignette-content {
  background: #ffffff;
  visibility: visible;
  opacity: 1;
  min-height: 124px;
}

.bloc-contact, .simulateur {
  position: relative;
  overflow: hidden;
  text-align: center;
  /* form-content */
}
.bloc-contact h2, .simulateur h2 {
  margin-top: 40px;
}
@media only screen and (max-width: 716px) {
  .bloc-contact, .simulateur {
    background-color: unset;
    padding: 0 0 50px 0;
  }
}
.bloc-contact::before, .simulateur::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -150%;
  top: 500px;
  height: 100%;
  width: 400%;
  border-radius: 100%;
  background: linear-gradient(12.79deg, #C54E71 14.87%, #FDD033 66.12%, #FDD033 92.96%);
}
@media only screen and (max-width: 984px) {
  .bloc-contact::before, .simulateur::before {
    height: 100%;
    bottom: -46%;
  }
}
@media only screen and (max-width: 716px) {
  .bloc-contact::before, .simulateur::before {
    height: 100%;
    top: 65%;
    left: -200%;
    height: 875px;
    width: 500%;
  }
}
.bloc-contact #contact-form-anchor, .bloc-contact #message-success-form-anchor, .simulateur #contact-form-anchor, .simulateur #message-success-form-anchor {
  padding-top: 100px;
}
@media only screen and (max-width: 984px) {
  .bloc-contact #contact-form-anchor, .bloc-contact #message-success-form-anchor, .simulateur #contact-form-anchor, .simulateur #message-success-form-anchor {
    padding-top: 40px;
  }
}
.bloc-contact .FormGroup-field-help, .simulateur .FormGroup-field-help {
  display: none;
}
.bloc-contact .main-wrapper > .GridFlex, .simulateur .main-wrapper > .GridFlex {
  box-shadow: 0 21px 46px 0 rgba(0, 0, 0, 0.35);
  border-radius: 4px;
  margin-top: 50px;
}
@media only screen and (max-width: 716px) {
  .bloc-contact .main-wrapper > .GridFlex, .simulateur .main-wrapper > .GridFlex {
    box-shadow: unset;
    border-radius: unset;
    margin-top: 120px;
  }
}
.bloc-contact .GridFlex .GridFlex-row, .simulateur .GridFlex .GridFlex-row {
  margin-right: 0;
  margin-left: 0;
}
.bloc-contact .form-content, .simulateur .form-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  background-color: #F7FBFF;
  border-radius: 4px;
  padding: 50px;
}
@media only screen and (max-width: 716px) {
  .bloc-contact .form-content, .simulateur .form-content {
    padding: 0 16px;
    border-radius: unset;
    -webkit-box-ordinal-group: 3;
            order: 2;
    background-color: unset;
  }
}
.bloc-contact .form-content .steps, .simulateur .form-content .steps {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #E3E9EF;
  border-bottom: 1px solid #E6ECF1;
}
@media only screen and (max-width: 716px) {
  .bloc-contact .form-content .steps, .simulateur .form-content .steps {
    font-size: 18px;
    margin-top: 18px;
  }
}
.bloc-contact .form-content .steps .active, .simulateur .form-content .steps .active {
  border-bottom: 2px solid #3B4856;
  color: #3B4856;
}
.bloc-contact .form-content .steps div, .simulateur .form-content .steps div {
  line-height: 50px;
}
@media only screen and (max-width: 716px) {
  .bloc-contact .form-content .navigation, .simulateur .form-content .navigation {
    margin-top: 40px;
  }
}
.bloc-contact .form-content .mi-help_outline, .simulateur .form-content .mi-help_outline {
  cursor: help;
}
.bloc-contact .form-content .FormGroup, .simulateur .form-content .FormGroup {
  margin-top: 20px;
  margin-bottom: 0;
}
.bloc-contact .form-content .FormGroup-label-opt, .simulateur .form-content .FormGroup-label-opt {
  font-size: 12px;
}
.bloc-contact .form-content .FormGroup-phone, .simulateur .form-content .FormGroup-phone {
  display: none;
}
.bloc-contact .form-content form .FormGroup-field, .simulateur .form-content form .FormGroup-field {
  text-align: left;
}
.bloc-contact .form-content button.ButtonContained, .simulateur .form-content button.ButtonContained {
  text-align: center;
}
@media only screen and (max-width: 716px) {
  .bloc-contact .form-content .zipcode-help, .simulateur .form-content .zipcode-help {
    display: none;
  }
}
.bloc-contact .form-content .cp-info-helper, .simulateur .form-content .cp-info-helper {
  text-align: left;
  display: none;
}
@media only screen and (max-width: 716px) {
  .bloc-contact .form-content .cp-info-helper, .simulateur .form-content .cp-info-helper {
    display: block;
  }
}
.bloc-contact .form-content .message-success, .simulateur .form-content .message-success {
  display: none;
  margin: 0 100px;
}
@media only screen and (max-width: 716px) {
  .bloc-contact .form-content .message-success, .simulateur .form-content .message-success {
    margin: 0;
  }
}
.bloc-contact .form-content .message-success .message-success-title, .simulateur .form-content .message-success .message-success-title {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  color: #00b698;
  margin-top: 40px;
  line-height: unset;
}
.bloc-contact .form-content .message-success .message-success-content, .simulateur .form-content .message-success .message-success-content {
  font-size: 20px;
  line-height: 1.25;
  text-align: center;
  color: #4a4a4a;
  margin: 40px 0;
}
.bloc-contact .form-content .message-success .message-success-icon img, .simulateur .form-content .message-success .message-success-icon img {
  width: 200px;
}
.bloc-contact .form-content .Message.message-error, .simulateur .form-content .Message.message-error {
  display: none;
  position: absolute;
  left: 20px;
  z-index: 2;
  top: 20px;
  width: calc(100% - 20px);
}
@media only screen and (max-width: 716px) {
  .bloc-contact .form-content .Message.message-error, .simulateur .form-content .Message.message-error {
    width: calc(100% - 40px);
  }
}
.bloc-contact .form-content .disclaimer, .simulateur .form-content .disclaimer {
  margin-top: 10px;
  font-size: 12px;
  color: #999999;
  text-align: justify;
}

.split-texts-visu {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 716px) {
  .split-texts-visu {
    text-align: center;
  }
}
.split-texts-visu .image {
  margin-bottom: 16px;
}
@media only screen and (max-width: 716px) {
  .split-texts-visu .image {
    text-align: center;
    margin-top: -120px;
    margin-bottom: 30px;
  }
}
.split-texts-visu .image img {
  max-height: 100px;
}
.split-texts-visu .title {
  margin-bottom: 32px;
}
.split-texts-visu .sub-title {
  margin-bottom: 48px;
}
.split-texts-visu .description {
  margin-bottom: 40px;
}
.split-texts-visu .description ul {
  list-style-image: url(../img/icon-tick.svg);
  margin-left: 20px;
}
@media only screen and (max-width: 716px) {
  .split-texts-visu .description ul {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    text-align: left;
  }
}
.split-texts-visu .description ul li {
  margin-left: 0;
}
.split-texts-visu .button {
  margin-bottom: 150px;
}
@media only screen and (max-width: 716px) {
  .split-texts-visu .button {
    margin-bottom: 0;
  }
}
.split-texts-visu .visu {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 100%;
}
.split-texts-visu .visu img {
  height: 100%;
}
@media only screen and (max-width: 716px) {
  .split-texts-visu .visu {
    position: unset;
    margin-bottom: 32px;
  }
  .split-texts-visu .visu img {
    width: 100%;
  }
}

.product-slider {
  position: relative;
  overflow: hidden;
}
.product-slider .head {
  text-align: center;
  margin: 120px 0 48px;
}
@media only screen and (max-width: 716px) {
  .product-slider .head {
    margin: 80px 0 48px;
  }
}
@media only screen and (max-width: 716px) {
  .product-slider .main-wrapper {
    padding: 0;
  }
}
.product-slider.has-blog-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -100%;
  top: 400px;
  height: 2000px;
  width: 300%;
  border-radius: 100%;
  background-image: linear-gradient(55.15deg, #004C92 -21.02%, #3A76E8 108.95%);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
}
@media only screen and (max-width: 984px) {
  .product-slider.has-blog-bg::before {
    height: 100%;
    bottom: -46%;
  }
}
@media only screen and (max-width: 716px) {
  .product-slider.has-blog-bg::before {
    height: 100%;
    top: 500px;
    left: -400%;
    height: 2000px;
    width: 900%;
  }
}
.product-slider .sliders {
  position: relative;
  height: 500px;
  z-index: 10;
  border-radius: 15px;
  background-color: #fff;
}
@media only screen and (max-width: 716px) {
  .product-slider .sliders {
    background-color: transparent;
  }
}
.product-slider .sliders .slick-slide > div, .product-slider .sliders .slick-track, .product-slider .sliders .slick-list {
  height: 100%;
}
.product-slider .sliders .slick-dots {
  bottom: 45px;
  left: 50px;
  width: auto;
}
@media only screen and (max-width: 716px) {
  .product-slider .sliders .slick-dots {
    bottom: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.product-slider .sliders .slick-dots li button::before {
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  font-size: 9px;
  color: #fff;
  cursor: pointer;
}
.product-slider .sliders .slick-dots li.slick-active button:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: auto;
}
.product-slider .sliders .slick-arrow {
  top: -162px;
  width: 35px;
  height: 35px;
  background: #ffffffad;
  border-radius: 100%;
}
@media only screen and (max-width: 716px) {
  .product-slider .sliders .slick-arrow {
    display: none !important;
  }
}
.product-slider .sliders .slick-next {
  right: 60px;
  bottom: 25px;
  top: auto;
  z-index: 10;
}
.product-slider .sliders .slick-next:before {
  content: url("../img/icon-arrow-blue-right.svg");
  font-size: unset;
}
.product-slider .sliders .slick-prev {
  top: auto;
  right: 110px;
  bottom: 25px;
  left: auto;
  z-index: 10;
}
.product-slider .sliders .slick-prev:before {
  content: url("../img/icon-arrow-blue-right.svg");
  display: inline-block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: unset;
}
.product-slider .sliders .slide {
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-pack: center;
          justify-content: center;
  height: 100%;
  margin: auto;
  overflow: hidden;
  border-radius: 15px;
  background-color: #fff;
}
@media only screen and (max-width: 716px) {
  .product-slider .sliders .slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    max-width: 300px;
  }
}
.product-slider .sliders .slide .slider-left {
  position: relative;
  width: 48%;
  height: 100%;
  padding: 64px 56px;
  color: #fff;
}
.product-slider .sliders .slide .slider-left .image {
  display: -webkit-box;
  display: flex;
  height: 100px;
}
.product-slider .sliders .slide .slider-left .image img {
  max-height: 100px;
}
@media only screen and (max-width: 716px) {
  .product-slider .sliders .slide .slider-left {
    height: 75%;
    width: 100%;
    padding: 0 20px 20px;
  }
  .product-slider .sliders .slide .slider-left .image {
    position: absolute;
    top: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .product-slider .sliders .slide .slider-left .image img {
    display: inline;
    max-height: 100px;
  }
}
.product-slider .sliders .slide .slider-left .title {
  margin-top: 14px;
  font-size: 21px;
  line-height: 100%;
}
@media only screen and (max-width: 716px) {
  .product-slider .sliders .slide .slider-left .title {
    margin-top: 65px;
  }
}
.product-slider .sliders .slide .slider-left .description {
  margin-top: 32px;
  font-size: 14px;
  line-height: 150%;
}
@media only screen and (max-width: 716px) {
  .product-slider .sliders .slide .slider-left .description {
    margin-top: 20px;
  }
}
.product-slider .sliders .slide .slider-left .button {
  margin-top: 28px;
}
@media only screen and (max-width: 716px) {
  .product-slider .sliders .slide .slider-left .button {
    text-align: center;
  }
}
.product-slider .sliders .slide .slider-left .button .ButtonOutlined {
  color: #fff !important;
  border-color: #fff !important;
}
.product-slider .sliders .slide .slider-left .button .ButtonOutlined:hover {
  background: none;
}
.product-slider .sliders .slide .slider-right {
  width: 52%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 716px) {
  .product-slider .sliders .slide .slider-right {
    height: 25%;
    width: 100%;
  }
}

.blog-slider {
  position: relative;
  overflow: hidden;
  text-align: left;
  padding: 100px 0 30px;
}
.blog-slider h2 {
  color: #fff !important;
}
@media only screen and (max-width: 716px) {
  .blog-slider {
    padding: 32px 0 30px;
  }
  .blog-slider .main-wrapper {
    text-align: center;
  }
}
.blog-slider .slick-dots {
  bottom: 0;
}
.blog-slider .slick-dots li button::before {
  box-sizing: border-box;
  font-size: 9px;
  color: #fff;
  cursor: pointer;
}
.blog-slider .slick-dots li.slick-active button:before {
  content: "";
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: auto;
}
.blog-slider .blog-thumbnails {
  margin: 60px 0 0 15px;
}
@media only screen and (max-width: 716px) {
  .blog-slider .blog-thumbnails {
    margin: 60px 0 0 0;
  }
}
.blog-slider .blog-thumbnails .thumbnail {
  position: relative;
  padding-right: 50px;
  width: 400px !important;
  color: #fff;
  -webkit-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
  box-sizing: content-box;
}
.blog-slider .blog-thumbnails .thumbnail .overlay {
  position: absolute;
  z-index: 100;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-slider .blog-thumbnails .thumbnail .image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 225px;
  border-radius: 15px;
  -webkit-transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out;
  box-shadow: 0px 16.9291px 33.8583px rgba(0, 0, 0, 0.25);
}
.blog-slider .blog-thumbnails .thumbnail .image img {
  position: absolute;
  height: 100%;
  width: auto;
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
}
.blog-slider .blog-thumbnails .thumbnail .title {
  margin-top: 32px;
  font-size: 24px;
  -webkit-transition: opacity 0.5s ease-in-out, font-size 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, font-size 0.5s ease-in-out;
}
.blog-slider .blog-thumbnails .thumbnail .text {
  height: 50px;
  margin-top: 16px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
@supports (-webkit-line-clamp: 2) {
  .blog-slider .blog-thumbnails .thumbnail .text {
    white-space: initial;
    text-overflow: unset;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.blog-slider .blog-thumbnails .slick-list {
  height: 550px;
}
.blog-slider .blog-thumbnails .slick-slide {
  width: 450px !important;
  -webkit-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
@media only screen and (min-width: 1200px) {
  .blog-slider .blog-thumbnails .slick-current + div {
    width: 500px !important;
  }
  .blog-slider .blog-thumbnails .slick-current + div .image {
    height: 290px;
  }
  .blog-slider .blog-thumbnails .slick-current + div .thumbnail {
    width: 450px !important;
  }
  .blog-slider .blog-thumbnails .slick-slide:not(.slick-current) + div .image, .blog-slider .blog-thumbnails .slick-slide:not(.slick-current) + div .title, .blog-slider .blog-thumbnails .slick-slide:not(.slick-current) + div .text {
    opacity: 0.5;
    box-shadow: none;
  }
  .blog-slider .blog-thumbnails .slick-slide:not(.slick-current) + div .title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  .blog-slider .blog-thumbnails .slick-current {
    width: 500px !important;
  }
  .blog-slider .blog-thumbnails .slick-current .image {
    height: 290px;
    box-shadow: none;
  }
  .blog-slider .blog-thumbnails .slick-current .thumbnail {
    width: 450px !important;
  }
  .blog-slider .blog-thumbnails .slick-slide:not(.slick-current) .image, .blog-slider .blog-thumbnails .slick-slide:not(.slick-current) .title, .blog-slider .blog-thumbnails .slick-slide:not(.slick-current) .text {
    opacity: 0.5;
    box-shadow: none;
  }
  .blog-slider .blog-thumbnails .slick-slide:not(.slick-current) .title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 984px) {
  .blog-slider .blog-thumbnails .slick-current {
    width: 450px !important;
  }
  .blog-slider .blog-thumbnails .slick-current .image {
    height: 225px;
  }
  .blog-slider .blog-thumbnails .slick-current .thumbnail {
    width: 400px !important;
  }
  .blog-slider .blog-thumbnails .slick-slide:not(.slick-current) .image, .blog-slider .blog-thumbnails .slick-slide:not(.slick-current) .title, .blog-slider .blog-thumbnails .slick-slide:not(.slick-current) .text {
    opacity: 1;
  }
  .blog-slider .blog-thumbnails .slick-slide:not(.slick-current) .image {
    box-shadow: 0px 16.9291px 33.8583px rgba(0, 0, 0, 0.25);
  }
  .blog-slider .blog-thumbnails .slick-slide:not(.slick-current) .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 716px) {
  .blog-slider .blog-thumbnails {
    /*.slick-list {
      height: 100%;
    }*/
  }
  .blog-slider .blog-thumbnails .slick-slide {
    width: 300px !important;
  }
  .blog-slider .blog-thumbnails .thumbnail {
    width: 280px !important;
    padding-right: 15px;
  }
  .blog-slider .blog-thumbnails .thumbnail .title {
    font-size: 20px !important;
  }
  .blog-slider .blog-thumbnails .slick-current {
    width: 300px !important;
  }
  .blog-slider .blog-thumbnails .slick-current .thumbnail {
    width: 280px !important;
    padding-right: 20px;
  }
}

.agent-search {
  position: relative;
  overflow: hidden;
  margin: 95px 0px;
}
@media only screen and (max-width: 716px) {
  .agent-search {
    margin: 60px 0px;
    text-align: center;
  }
}
.agent-search .visu img {
  width: 100%;
  height: 100%;
}
.agent-search .search {
  padding: 30px 0 50px;
}
.agent-search .search input {
  padding-right: 50px;
  background: url("../img/icon-search.svg") no-repeat right 10px center;
  box-shadow: 0px 10px 40px rgba(151, 177, 204, 0.26);
}

.bloc-services.background-image-right {
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
}
@media only screen and (max-width: 716px) {
  .bloc-services.background-image-right {
    background-position: -1000em;
  }
}

.bloc-services {
  position: relative;
  overflow: hidden;
  margin-top: 100px;
}
.bloc-services h2 {
  line-height: 114.5%;
}
@media only screen and (max-width: 716px) {
  .bloc-services {
    margin-top: 50px;
  }
}
.bloc-services .visu {
  position: absolute;
  bottom: 0;
  left: 65%;
  height: 100%;
}
@media only screen and (max-width: 716px) {
  .bloc-services .visu {
    text-align: center;
    position: unset;
    height: auto;
  }
}
.bloc-services .visu img {
  height: 100%;
}
@media only screen and (max-width: 716px) {
  .bloc-services .visu img {
    width: 60%;
  }
}
@media only screen and (max-width: 716px) {
  .bloc-services .visu .img-desktop {
    display: none;
  }
}
.bloc-services .visu .img-mobile {
  display: none;
}
@media only screen and (max-width: 716px) {
  .bloc-services .visu .img-mobile {
    height: auto;
    display: block !important;
    margin: 0 auto 16px auto;
  }
}
.bloc-services .background-image-mobile {
  display: none;
}
@media only screen and (max-width: 716px) {
  .bloc-services .background-image-mobile {
    display: block;
    text-align: center;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 716px) {
  .bloc-services .background-image-mobile img {
    width: 90%;
  }
}
.bloc-services .cat {
  font-weight: 500;
  font-size: 20px;
  line-height: 131%;
  color: #00A88C;
}
.bloc-services .cat.picto-cat {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
}
.bloc-services .background-image {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
}
@media only screen and (max-width: 716px) {
  .bloc-services .background-image {
    display: none;
  }
}
.bloc-services .description {
  margin-bottom: 48px;
}
.bloc-services .description p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}
.bloc-services .description p:first-child {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 131%;
  margin-bottom: 16px;
}
.bloc-services .text-bloc .picto {
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  line-height: 48px;
  margin: 0 8px 16px 0;
  border-radius: 100%;
  background-color: #EDF6FF;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px 26px;
}
.bloc-services .text-bloc .item, .bloc-services .text-bloc .itemp {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 32px;
}
.bloc-services .text-bloc .item .title, .bloc-services .text-bloc .itemp .title {
  font-weight: 600;
  font-size: 18px;
  color: #004C92;
  line-height: 155%;
}
.bloc-services .text-bloc .itemp {
  width: 78%;
}
.bloc-services .store {
  margin-top: 40px;
}
@media only screen and (max-width: 716px) {
  .bloc-services .store {
    text-align: center;
    margin-top: 20px;
  }
}
.bloc-services .store a:first-child {
  margin-right: 15px;
}

.highlight-first-bloc h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 56px;
  line-height: 114.5%;
}
@media only screen and (max-width: 716px) {
  .highlight-first-bloc h2 {
    font-size: 32px;
  }
}
.highlight-first-bloc h2 span {
  font-weight: 600;
  color: #004C92;
}

#page-services {
  /*padding-top: 180px;*/
}
@media only screen and (max-width: 716px) {
  #page-services {
    padding-top: 100px;
  }
}

#page-services .bloc-services:first-child {
  padding-top: 180px;
  margin-top: 0 !important;
}
@media only screen and (max-width: 716px) {
  #page-services .bloc-services:first-child {
    padding-top: 0px;
  }
}
#page-services .bloc-services:first-child .main-wrapper {
  padding-bottom: 120px;
}
@media only screen and (max-width: 716px) {
  #page-services .bloc-services:first-child .main-wrapper {
    padding-bottom: 20px;
  }
}

#page-services .bloc-services:nth-child(2) {
  position: relative;
  overflow: hidden;
  padding: 75px 0;
  background: #F5F8FB;
  /*
  &::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: -50%;
    bottom: 0;
    height: 100%;
    width: 200%;
    border-radius: 100%;
    background: #F7FBFF;
  }
  */
}
@media only screen and (max-width: 716px) {
  #page-services .bloc-services:nth-child(2) {
    margin-top: 10px !important;
    padding: 0 0 40px 0;
    /*
    &::before {
      height: 94%;
      left: -250%;
      width: 600%;
    }
    */
  }
  #page-services .bloc-services:nth-child(2)::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    height: 60px;
    width: 100%;
    background: #ffffff;
  }
}

.bloc-faq {
  margin: 100px 0;
  position: relative;
  overflow: hidden;
  background: #F5F8FB;
  /*
  &::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: -50%;
    bottom: 0;
    height: 100%;
    width: 200%;
    border-radius: 100%;
    background: #F7FBFF;
  }
  */
}
@media only screen and (max-width: 716px) {
  .bloc-faq {
    margin: 32px 0;
    /*
    &::before {
      left: -150%;
      width: 400%;
    }
    */
  }
}
.bloc-faq h2 {
  margin-bottom: 32px;
}
.bloc-faq .main-wrapper {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media only screen and (max-width: 716px) {
  .bloc-faq .main-wrapper {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.bloc-faq .cat {
  font-weight: 500;
  font-size: 20px;
  line-height: 131%;
  color: #00A88C;
}
.bloc-faq .link a, .bloc-faq .link-mobile a {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  background: url(../img/icon-narrow-arrow.svg) no-repeat;
  background-position: right 5px center;
  padding-right: 45px;
  -webkit-transition: background-position 0.2s ease-in;
  transition: background-position 0.2s ease-in;
  color: #4EABFF;
}
.bloc-faq .link a, .bloc-faq .link a:hover, .bloc-faq .link a:active, .bloc-faq .link-mobile a, .bloc-faq .link-mobile a:hover, .bloc-faq .link-mobile a:active {
  text-decoration: none;
}
.bloc-faq .link {
  float: right;
  margin-top: 20px;
}
@media only screen and (max-width: 984px) {
  .bloc-faq .link {
    display: none;
  }
}
.bloc-faq .link-mobile {
  text-align: center;
}
@media only screen and (max-width: 984px) {
  .bloc-faq .link-mobile {
    display: block !important;
  }
}
.bloc-faq .Panel.is-collapsable {
  box-shadow: unset;
  margin-bottom: 16px;
}
.bloc-faq .Panel .Panel-header {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 155%;
}

.homepage {
  position: relative;
  font-family: "Barlow", sans-serif;
}
.homepage h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
}
@media only screen and (max-width: 716px) {
  .homepage h2 {
    font-size: 32px;
  }
}
.homepage h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 131%;
}
@media only screen and (max-width: 716px) {
  .homepage h3 {
    font-size: 20px;
  }
}
.homepage .header-multi-banner .banner::before {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-3.96%, rgba(62, 119, 226, 0.33)), color-stop(69.85%, rgba(59, 76, 229, 0.53)), color-stop(91.79%, rgba(47, 76, 223, 0.61)));
  background: linear-gradient(180deg, rgba(62, 119, 226, 0.33) -3.96%, rgba(59, 76, 229, 0.53) 69.85%, rgba(47, 76, 223, 0.61) 91.79%);
}
.homepage .header-multi-banner .logo-mobile {
  display: none;
}

.mobilite {
  font-family: "Barlow", sans-serif;
}
.mobilite .color-formule-0 {
  color: #F5CE22 !important;
}
.mobilite .color-formule-1 {
  color: #4EABFF !important;
}
.mobilite .color-formule-2 {
  color: #00A88C !important;
}
.mobilite h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  color: #3B4856;
}
@media only screen and (max-width: 716px) {
  .mobilite h2 {
    font-size: 32px;
  }
}
.mobilite h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 131%;
  color: #3B4856;
}
@media only screen and (max-width: 716px) {
  .mobilite h3 {
    font-size: 20px;
  }
}
.mobilite .header-multi-banner .banner::before {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(9.22%, rgba(0, 76, 146, 0)), color-stop(22.67%, rgba(0, 76, 146, 0.35)));
  background: linear-gradient(0deg, rgba(0, 76, 146, 0) 9.22%, rgba(0, 76, 146, 0.35) 22.67%);
}
@media only screen and (max-width: 716px) {
  .mobilite .header-multi-banner .logo-mobile img {
    width: 94px;
  }
}
.mobilite .banner-autofestival {
  margin-top: 80px;
  background-image: url("../img/autofestival-bg.png"), -webkit-gradient(linear, left top, right top, from(#F5CE22), to(#F7CB32));
  background-image: url("../img/autofestival-bg.png"), linear-gradient(90deg, #F5CE22 0%, #F7CB32 100%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 30px;
}
@media only screen and (max-width: 1200px) {
  .mobilite .banner-autofestival {
    padding: 10px;
  }
}
.mobilite .banner-autofestival h2, .mobilite .banner-autofestival h4 {
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.mobilite .banner-autofestival h4 {
  text-transform: uppercase;
}
.mobilite .banner-autofestival .auto-left #preview {
  position: absolute;
  left: -15%;
  bottom: -30px;
}
@media only screen and (max-width: 1200px) {
  .mobilite .banner-autofestival .auto-left #preview {
    display: none;
  }
}
.mobilite .banner-autofestival .auto-left #previewMob {
  display: none;
  position: absolute;
  left: -50px;
}
@media only screen and (max-width: 1200px) {
  .mobilite .banner-autofestival .auto-left #previewMob {
    display: block;
  }
}
.mobilite .banner-autofestival .auto-left .qrCode {
  position: absolute;
  left: 23%;
  bottom: 8%;
}
@media only screen and (max-width: 1200px) {
  .mobilite .banner-autofestival .auto-left .qrCode {
    display: none;
  }
}
.mobilite .banner-autofestival .auto-left .qrCode #arrow {
  -webkit-transform: rotateZ(8deg);
          transform: rotateZ(8deg);
}
@media only screen and (max-width: 1200px) {
  .mobilite .banner-autofestival .auto-left .qrCode #arrow {
    display: none;
  }
}
.mobilite .banner-autofestival .auto-left .qrCode #code {
  padding: 2px;
  margin: 0 0 32px 10px;
  background-color: #fff;
  border-radius: 8px;
}
.mobilite .banner-autofestival .auto-left .slogan {
  position: absolute;
  left: 11%;
  bottom: 0;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .mobilite .banner-autofestival .auto-left .slogan {
    display: none;
  }
}
.mobilite .banner-autofestival .auto-left .slogan p {
  text-align: center;
  margin: 0;
  line-height: 1em;
}
.mobilite .banner-autofestival .desc {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1200px) {
  .mobilite .banner-autofestival .desc {
    margin-top: 144px;
  }
}
.mobilite .banner-autofestival .desc .background {
  position: absolute;
  left: 38.23%;
  right: 0%;
  top: 111.34%;
  bottom: -118.68%;
  background: linear-gradient(338.97deg, #EEEEEE 11.86%, rgba(216, 216, 216, 0) 84.83%);
  background-blend-mode: soft-light;
  mix-blend-mode: soft-light;
  opacity: 0.3;
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
          transform: matrix(1, 0, 0, -1, 0, 0);
}
.mobilite .banner-autofestival .desc .bottom-btn {
  margin-top: 15px;
}
.mobilite .banner-autofestival .desc .bottom-btn a {
  padding: 0 24px;
  border-color: #fff !important;
  color: #fff !important;
}
.mobilite .banner-autofestival .desc .bottom-btn a:hover {
  color: #3b4856 !important;
}
@media only screen and (max-width: 716px) {
  .mobilite .banner-autofestival .desc .bottom-btn a {
    width: 100%;
    -webkit-box-pack: center;
            justify-content: center;
  }
}
.mobilite .banner-autofestival .desc .slogan {
  display: -webkit-box;
  display: flex;
  text-align: center;
  margin-top: 10px;
}
@media only screen and (max-width: 716px) {
  .mobilite .banner-autofestival .desc .slogan {
    -webkit-box-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1200px) {
  .mobilite .banner-autofestival .desc .slogan {
    display: none;
  }
}
.mobilite .banner-autofestival .desc .slogan p {
  padding: 0 10px;
}
@media only screen and (min-width: 1200px) {
  .mobilite .banner-autofestival .desc .test {
    display: none;
  }
}
.mobilite .banner-autofestival .desc .conditions {
  margin-top: 15px;
}
.mobilite .banner-autofestival .desc .conditions a {
  text-decoration: underline;
  color: #3B4856;
  font-size: 13px;
}
.mobilite .banner-credit {
  margin-top: 80px;
  padding: 24px 0;
  background-image: url("../img/autofestival-mobile-credit-small.png");
  background-position: center top;
  background-repeat: no-repeat;
}
.mobilite .banner-credit .auto-left {
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .mobilite .banner-credit .description {
    text-align: center;
    margin-top: 30px;
  }
}
.mobilite .banner-credit .description .bottom-btn {
  margin-top: 24px;
}
@media only screen and (max-width: 716px) {
  .mobilite .formules-grid .main-wrapper, .mobilite .vignettes-grid .main-wrapper {
    padding: 0;
  }
}
.mobilite .formules-grid .formules-list img {
  width: 24px;
}
.mobilite .fullscreen-modal .close-btn {
  position: fixed;
  top: 31px;
  right: 20%;
  font-size: 16px;
  color: #004C92;
  border-radius: 100%;
  background-color: #fff;
  padding: 8px;
  cursor: pointer;
  z-index: 1102;
}
@media only screen and (max-width: 716px) {
  .mobilite .fullscreen-modal .close-btn {
    right: 15px;
    left: auto;
    color: #fff;
    background-color: #004C92;
  }
}
.mobilite .fullscreen-modal .head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  background-color: #004C92;
}
@media only screen and (max-width: 716px) {
  .mobilite .fullscreen-modal .head {
    bottom: 0;
    top: auto;
  }
}
.mobilite .fullscreen-modal .head #bloc-formules {
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.mobilite .fullscreen-modal .head #bloc-formules .pins-formules {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
  margin: 0 20px;
}
.mobilite .fullscreen-modal .head #bloc-formules .pins-formules .pins {
  display: inline-block;
  position: relative;
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  padding: 6px;
  width: 50px;
  height: 50px;
}
.mobilite .fullscreen-modal .head #bloc-formules .pins-formules .pins img.img-formule {
  width: 36px;
}
.mobilite .fullscreen-modal .head #bloc-formules .pins-formules .pins .star-formule {
  position: absolute;
  right: 0;
  top: 0;
  color: #00BDA1;
  width: 14px;
}
.mobilite .fullscreen-modal .head #bloc-formules .pins-formules .pins-title p {
  margin: 0 !important;
}
.mobilite .fullscreen-modal .head #bloc-formules .pins-formules span {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 12px;
  color: #ffffff;
  padding-top: 10px;
}
.mobilite .fullscreen-modal .head #bloc-formules .pins-formules.active .pins {
  background-color: #ffffff;
}
.mobilite .fullscreen-modal .head #bloc-formules .pins-formules.active span {
  font-weight: bold;
}
.mobilite .fullscreen-modal .body {
  margin: 100px 0;
}
.mobilite .fullscreen-modal .body .isMobile {
  display: none;
}
@media only screen and (max-width: 716px) {
  .mobilite .fullscreen-modal .body .isMobile {
    display: block;
  }
}
@media only screen and (max-width: 716px) {
  .mobilite .fullscreen-modal .body {
    margin: 0 0 100px;
  }
}
.mobilite .fullscreen-modal .body .category-title {
  color: #ffffff;
  font-size: 32px;
  padding: 20px 0;
}
.mobilite .fullscreen-modal .body .option-panel {
  background-color: #ffffff;
  padding: 24px;
  margin: 20px 0;
  border-radius: 15px;
}
@media only screen and (max-width: 716px) {
  .mobilite .fullscreen-modal .body .option-panel {
    display: block;
  }
}
.mobilite .fullscreen-modal .body .option-panel .option-title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 12px;
}
.mobilite .fullscreen-modal .body .option-panel .option-title .mi-expand_more, .mobilite .fullscreen-modal .body .option-panel .option-title .mi-expand_less {
  display: none;
}
@media only screen and (max-width: 716px) {
  .mobilite .fullscreen-modal .body .option-panel .option-title .mi-expand_more {
    display: block;
  }
}
@media only screen and (max-width: 716px) {
  .mobilite .fullscreen-modal .body .option-panel .option-title {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin: 0;
  }
}
.mobilite .fullscreen-modal .body .option-panel .option-description {
  font-size: 13px;
}
@media only screen and (max-width: 716px) {
  .mobilite .fullscreen-modal .body .option-panel .option-description {
    display: none;
    margin-top: 12px;
  }
}
.mobilite .fullscreen-modal .body .option-panel.disabled {
  background-color: #a9c0eb;
}
.mobilite #myglass-modal {
  display: none;
}
.mobilite #myglass-modal .main-wrapper .head {
  position: relative;
  margin: 80px 0 20px;
  min-height: 50px;
  background-color: unset;
}
@media only screen and (max-width: 716px) {
  .mobilite #myglass-modal .main-wrapper .head {
    margin: 0;
  }
}
.mobilite #myglass-modal .main-wrapper .head i {
  position: absolute;
  top: 5px;
  right: 0;
  color: #fff;
  background-color: #004C92;
  padding: 12px;
}
@media only screen and (max-width: 716px) {
  .mobilite #myglass-modal .main-wrapper .head i {
    z-index: 1;
    color: #004C92;
    background-color: #fff;
    border: 1px solid #E3E9EF;
    right: -14px;
    padding: 10px;
  }
}
.mobilite #myglass-modal .main-wrapper .body {
  margin: 0;
}
@media only screen and (max-width: 716px) {
  .mobilite #myglass-modal .main-wrapper .body {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    width: 100%;
  }
}
.mobilite #myglass-modal .left-panel {
  min-height: 550px;
  position: relative;
  /* width */
  /* Track */
  /* Handle */
  padding: 32px 40px;
  background: #fff;
}
@media only screen and (max-width: 716px) {
  .mobilite #myglass-modal .left-panel {
    min-height: auto;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}
.mobilite #myglass-modal .left-panel ::-webkit-scrollbar {
  width: 3px;
  height: 8px;
}
.mobilite #myglass-modal .left-panel ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.mobilite #myglass-modal .left-panel ::-webkit-scrollbar-thumb {
  background: #004C92;
  border-radius: 10px;
}
@media only screen and (max-width: 716px) {
  .mobilite #myglass-modal .left-panel #formFilterGarages {
    display: none;
  }
}
.mobilite #myglass-modal .left-panel #formExpand {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px;
  text-align: center;
  background: #F7FBFF;
  border-top: 1px solid #E3E9EF;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  z-index: 1;
}
@media only screen and (max-width: 716px) {
  .mobilite #myglass-modal .left-panel #formExpand {
    display: block;
  }
}
.mobilite #myglass-modal .left-panel #formExpand i {
  font-size: 1.4em;
  color: #004C92;
}
.mobilite #myglass-modal .left-panel h3 {
  font-size: 32px;
  line-height: 1em;
  margin-bottom: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 716px) {
  .mobilite #myglass-modal .left-panel h3 {
    font-size: 24px;
  }
}
.mobilite #myglass-modal .left-panel p {
  line-height: 19px;
}
.mobilite #myglass-modal .left-panel .FormGroup {
  margin-top: 24px;
}
.mobilite #myglass-modal .left-panel .FormGroup .mi-search {
  color: #004C92;
}
@media only screen and (max-width: 716px) {
  .mobilite #myglass-modal .left-panel .FormGroup .options {
    padding-bottom: 15px;
    white-space: nowrap;
    overflow-x: scroll;
  }
}
.mobilite #myglass-modal .left-panel .FormGroup .options .ChoiceCard label {
  outline: none;
  background: #FFFFFF;
  border: 1px solid #EBF0F5;
  color: #4EABFF;
  padding: 10px;
  white-space: nowrap;
}
.mobilite #myglass-modal .left-panel .FormGroup .options .ChoiceCard input:checked + label {
  background: #4EABFF;
  color: #fff;
  padding-left: 36px;
}
.mobilite #myglass-modal .right-panel {
  background: #F7FBFF;
  padding: 32px 40px;
  position: relative;
  /* width */
  /* Track */
  /* Handle */
}
@media only screen and (max-width: 716px) {
  .mobilite #myglass-modal .right-panel {
    min-height: 550px;
    background: none;
    padding: 12px;
  }
}
.mobilite #myglass-modal .right-panel ::-webkit-scrollbar {
  width: 3px;
}
.mobilite #myglass-modal .right-panel ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.mobilite #myglass-modal .right-panel ::-webkit-scrollbar-thumb {
  background: #004C92;
  border-radius: 10px;
}
.mobilite #myglass-modal .right-panel #partenaires {
  position: relative;
}
.mobilite #myglass-modal .right-panel #partenaires #partenairesContent {
  position: absolute;
  z-index: 2;
  left: -15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 10px 20px;
}
@media only screen and (max-width: 716px) {
  .mobilite #myglass-modal .right-panel #partenaires #partenairesContent {
    left: 0;
    width: 100%;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
.mobilite #myglass-modal .right-panel #partenaires #partenairesContent.rounded {
  background: #fff;
  border-radius: 50px;
}
.mobilite #myglass-modal .right-panel #partenaires #partenairesContent h3 {
  display: inline-block;
  font-size: 32px;
  line-height: 1em;
  margin-right: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 716px) {
  .mobilite #myglass-modal .right-panel #partenaires #partenairesContent h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 716px) {
  .mobilite #myglass-modal .right-panel #partenaires #partenairesContent h3.mapsMobile {
    color: #000;
  }
}
.mobilite #myglass-modal .right-panel #partenaires #partenairesContent i {
  cursor: pointer;
  border: 1px solid #EBF0F5;
  color: #4EABFF;
  border-radius: 50px;
  padding: 5px;
  margin-left: 10px;
  font-size: 30px;
}
@media only screen and (max-width: 716px) {
  .mobilite #myglass-modal .right-panel #partenaires #partenairesContent i {
    color: #004C92;
    background-color: #fff;
    border: none;
    padding: 7px;
    font-size: 24px;
    vertical-align: text-bottom;
  }
}
.mobilite #myglass-modal .right-panel #partenaires #partenairesContent i.active {
  color: #fff;
  background-color: #4EABFF;
}
@media only screen and (max-width: 716px) {
  .mobilite #myglass-modal .right-panel #partenaires #partenairesContent i.active {
    color: #fff;
    background-color: #004C92;
  }
}
.mobilite #myglass-modal .right-panel #notfound {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 80px;
}
@media only screen and (max-width: 716px) {
  .mobilite #myglass-modal .right-panel #notfound {
    background-color: #F7FBFF;
    border-radius: 15px;
    padding: 25px;
  }
}
@media only screen and (max-width: 716px) {
  .mobilite #myglass-modal .right-panel #notfound img {
    width: 100%;
  }
}
.mobilite #myglass-modal .right-panel #notfound span {
  margin-top: 16px;
}
.mobilite #myglass-modal .right-panel #cardsList {
  margin-top: 50px;
  height: 500px;
  overflow: auto;
  overflow-x: hidden;
}
@media only screen and (max-width: 1200px) {
  .mobilite #myglass-modal .right-panel #cardsList {
    height: 700px;
  }
}
@media only screen and (max-width: 716px) {
  .mobilite #myglass-modal .right-panel #cardsList .loading {
    color: #fff;
  }
}
.mobilite #myglass-modal .right-panel #cardsList .card {
  background: #FFFFFF;
  box-shadow: 0px 3px 5px rgba(0, 76, 146, 0.13);
  border-radius: 5px;
  padding: 10px;
  margin: 20px 5px;
}
.mobilite #myglass-modal .right-panel #cardsList .card.mobile {
  display: none;
}
@media only screen and (max-width: 716px) {
  .mobilite #myglass-modal .right-panel #cardsList .card.mobile {
    display: block;
    padding: 15px;
  }
}
@media only screen and (max-width: 716px) {
  .mobilite #myglass-modal .right-panel #cardsList .card.GridFlex {
    display: none;
  }
}
@media only screen and (max-width: 716px) {
  .mobilite #myglass-modal .right-panel #cardsList .card {
    border-radius: 15px;
  }
}
.mobilite #myglass-modal .right-panel .garageName {
  color: #004C92;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 716px) {
  .mobilite #myglass-modal .right-panel .garageName {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
.mobilite #myglass-modal .right-panel .scoring {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.mobilite #myglass-modal .right-panel .scoring img {
  height: 12px;
}
.mobilite #myglass-modal .right-panel .scoring .Tooltip {
  display: none;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  top: -10px;
  left: -20px;
  min-width: 140px;
  color: #999;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 76, 146, 0.16);
}
.mobilite #myglass-modal .right-panel .scoring .Tooltip.is-top-oriented {
  -webkit-animation: none;
          animation: none;
}
.mobilite #myglass-modal .right-panel .scoring .Tooltip.is-top-oriented .Tooltip-arrow {
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.mobilite #myglass-modal .right-panel .scoring .Tooltip .Tooltip-arrow {
  left: 50%;
  border-color: #fff;
}
.mobilite #myglass-modal .right-panel .scoring .ProgressBar-progress {
  width: 100px;
  height: 5px;
  margin: 2px 0 0 6px;
}
.mobilite #myglass-modal .right-panel .scoring .ProgressBar-progress::-webkit-progress-bar {
  border-radius: 100px;
}
.mobilite #myglass-modal .right-panel .scoring .ProgressBar-progress::-webkit-progress-value {
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#00DCC9), to(#00B698));
  background: linear-gradient(90deg, #00DCC9 0%, #00B698 100%);
}
.mobilite #myglass-modal .right-panel .garageCity {
  font-weight: bold;
}
@media only screen and (max-width: 716px) {
  .mobilite #myglass-modal .right-panel .garageCity {
    margin-top: 15px;
  }
}
.mobilite #myglass-modal .right-panel .garageAddress, .mobilite #myglass-modal .right-panel .garageInfos {
  font-size: 14px;
}
.mobilite #myglass-modal .right-panel .garageAddress i, .mobilite #myglass-modal .right-panel .garageInfos i {
  vertical-align: middle;
}
.mobilite #myglass-modal .right-panel .optionsList {
  max-width: 220px;
}
.mobilite #myglass-modal .right-panel .optionsList span {
  border: 1px solid #EBF0F5;
  border-radius: 42px;
  color: #999999;
  padding: 2px 8px;
  margin: 2px 2px;
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
}
@media only screen and (max-width: 716px) {
  .mobilite #myglass-modal .right-panel .optionsList {
    margin-bottom: 15px;
  }
}
.mobilite #myglass-modal .right-panel .mi-expand_more, .mobilite #myglass-modal .right-panel .mi-expand_less {
  cursor: pointer;
  font-size: 1.4em;
}
.mobilite #myglass-modal .right-panel .details-garage {
  display: none;
  margin-top: 16px;
  padding: 10px 0;
  border-top: 1px solid #E9ECF5;
}
@media only screen and (max-width: 716px) {
  .mobilite #myglass-modal .right-panel .details-garage {
    border-top: none;
    margin-top: 0;
  }
}
.mobilite #myglass-modal .right-panel .hoursToday {
  display: -webkit-box;
  display: flex;
  position: relative;
  min-width: 190px;
}
.mobilite #myglass-modal .right-panel .hoursToday .open {
  color: #00A88C;
}
.mobilite #myglass-modal .right-panel .hoursToday .closed {
  color: #FF5A5F;
}
.mobilite #myglass-modal .right-panel .hoursToday i.mi-schedule {
  font-size: 18px;
  vertical-align: text-bottom;
}
.mobilite #myglass-modal .right-panel .hoursToday span {
  margin: 0 2px;
}
.mobilite #myglass-modal .right-panel .hoursToday .today {
  text-align: right;
}
.mobilite #myglass-modal .right-panel .hoursToday .allHours {
  margin: auto 5px;
}
.mobilite #myglass-modal .right-panel .hoursToday .allHours .mi-expand_more {
  font-size: 1.4em;
}
.mobilite #myglass-modal .right-panel .hoursToday .popupHours {
  display: none;
}
.mobilite #myglass-modal .right-panel .hoursToday .popupHours > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.mobilite #myglass-modal .right-panel .hoursToday .popupHours > div div {
  text-align: right;
}
.mobilite #myglass-modal .right-panel .brandsList {
  font-size: 14px;
  margin-top: 15px;
}
.mobilite #myglass-modal .right-panel .brandsList div {
  margin: 4px;
}
.mobilite #myglass-modal .right-panel .brandsList div img {
  width: 20px;
  margin: 0 5px;
  vertical-align: bottom;
}
.mobilite #myglass-modal .right-panel #mapContainer {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 716px) {
  .mobilite #myglass-modal .right-panel #mapContainer {
    top: -10px;
  }
}
.mobilite #myglass-modal .right-panel #mapContainer #mapView {
  height: 100%;
  width: 100%;
}
.mobilite #myglass-modal .right-panel .gm-style .gm-style-iw-c {
  padding: 0;
  max-width: 100% !important;
}
.mobilite #myglass-modal .right-panel .gm-style .gm-style-iw-c button {
  top: 0 !important;
  right: 0 !important;
}
.mobilite #myglass-modal .right-panel .gm-style .gm-style-iw-c button img {
  height: 18px !important;
  width: 18px !important;
}
.mobilite #myglass-modal .right-panel .gm-style .gm-style-iw-c .gm-style-iw-d {
  overflow: auto !important;
  overflow-x: hidden !important;
  max-width: 100% !important;
}
.mobilite #myglass-modal .right-panel .gm-style .gm-style-iw-c .mapGarageMain {
  background-color: #F7FBFF;
  padding: 15px 10px;
  border-bottom: 1px solid #E9ECF5;
}
.mobilite #myglass-modal .right-panel .gm-style .gm-style-iw-c .mapGarageInfos {
  padding: 15px 10px;
  line-height: 1.5em;
}
.mobilite .bloc-contact .pays_error {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  color: #ff5a5f;
  font-weight: bold;
  font-style: italic;
  font-size: 0.8em;
}
.mobilite .bloc-contact .pays_error span {
  display: none;
}
.mobilite .bloc-contact form {
  margin: 20px 0 40px;
}
.mobilite .bloc-contact form .has-spinner-controls {
  padding: 0 16px;
}
@media only screen and (max-width: 716px) {
  .mobilite .bloc-contact .navigation {
    margin-top: 0px;
  }
}
.mobilite .bloc-contact .navigation a.back {
  padding-left: 30px;
  background: url(../img/icon-narrow-arrow-grey-left.svg) left 5px center no-repeat;
  background-size: 16px;
  font-size: 14px;
  -webkit-transition: background-position 0.2s ease-in;
  transition: background-position 0.2s ease-in;
  color: #999999;
}
.mobilite .bloc-contact .navigation a.back:hover {
  background-position: left;
}
.mobilite .bloc-contact .spinner {
  display: none;
}
.mobilite .bloc-contact .spinner:before {
  left: auto;
  top: 0;
  right: 0;
}
.mobilite .blog-slider {
  padding: 0 0 30px;
}
.mobilite .blog-slider .main-wrapper h2 {
  margin-top: 120px;
}

.credit {
  /**** input type range *****/
}
.credit h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  color: #3B4856;
}
@media only screen and (max-width: 716px) {
  .credit h2 {
    font-size: 32px;
  }
}
.credit h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 131%;
  color: #3B4856;
}
@media only screen and (max-width: 716px) {
  .credit h3 {
    font-size: 20px;
  }
}
.credit .header-multi-banner .banner::before {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(9.22%, rgba(0, 76, 146, 0)), color-stop(22.67%, rgba(0, 76, 146, 0.35)));
  background: linear-gradient(0deg, rgba(0, 76, 146, 0) 9.22%, rgba(0, 76, 146, 0.35) 22.67%);
}
@media only screen and (max-width: 716px) {
  .credit .header-multi-banner .logo-mobile img {
    width: 94px;
  }
}
.credit .header-multi-banner .title {
  font-weight: bold;
}
.credit .header-multi-banner .button a {
  padding: 12px 25px;
  background-color: #fff;
  background-image: none;
  color: #4EABFF !important;
}
.credit .formules-grid {
  margin-top: 80px;
}
@media only screen and (max-width: 716px) {
  .credit .formules-grid .main-wrapper {
    padding: 0;
  }
}
.credit .formules-grid .panel {
  min-height: 340px;
  -webkit-box-pack: start;
          justify-content: start;
}
.credit .formules-grid .panel:hover {
  -webkit-transform: none;
          transform: none;
}
.credit .formules-grid .panel .formule-image {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.credit .formules-grid .panel .formule-name {
  margin-bottom: 10px;
}
.credit .formules-grid .panel .formule-slogan {
  margin-top: 10px;
}
.credit .formules-grid .formules-list {
  margin-top: 20px;
}
.credit .formules-grid .bg-wave {
  bottom: 35%;
}
.credit .presentation-list .list_elements {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
          justify-content: center;
}
.credit .presentation-list .list_elements.align-center {
  -webkit-box-align: center;
          align-items: center;
}
.credit .presentation-list .list_elements .align-right {
  text-align: right;
}
.credit .presentation-list .list_elements .element_title {
  font-size: 24px;
  line-height: 24px;
  color: #000;
}
.credit .presentation-list .list_elements .element_price {
  font-size: 24px;
  line-height: 24px;
  color: #4EABFF;
  font-weight: bold;
  text-transform: uppercase;
}
.credit .presentation-list .div_discl {
  margin-top: 50px;
}
.credit .presentation-list .div_discl hr {
  margin-bottom: 20px;
  width: 25%;
}
.credit .presentation-list .disclaimer {
  font-size: 14px;
  line-height: 24px;
  opacity: 0.5;
}
.credit .title-and-grid {
  position: relative;
  padding-top: 40px;
  margin-top: 100px;
  overflow: hidden;
}
.credit .title-and-grid .grid {
  margin: 80px 0;
}
@media only screen and (max-width: 716px) {
  .credit .title-and-grid .grid {
    margin: 0;
  }
}
.credit .title-and-grid:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -150%;
  top: 20px;
  height: 100%;
  width: 400%;
  border-radius: 100%;
  background: linear-gradient(203.61deg, rgba(71, 156, 232, 0.7) -8.47%, #2957C8 84.28%);
}
.credit .title-and-grid .head {
  margin-top: 40px;
}
.credit .title-and-grid .head h2, .credit .title-and-grid .head h3 {
  color: #fff;
}
.credit .title-and-grid .head h3 {
  font-size: 20px;
  padding-top: 20px;
  margin: auto;
}
.credit .title-and-grid .cell {
  padding: 20px 40px 0 40px;
  margin-bottom: 0;
}
.credit .title-and-grid .cell .image img {
  height: 65px;
}
.credit .title-and-grid .cell .title {
  font-weight: bold;
  font-size: 20px;
  color: #F5CE22;
  margin: 16px 0;
}
.credit .title-and-grid .cell .subtitle {
  color: #fff;
}
.credit .title-and-grid .cell .description {
  color: #fff;
  font-size: 12px;
}
.credit .title-and-grid .bg-wave {
  display: none;
}
.credit .simulateur {
  margin-bottom: 80px;
  overflow: visible;
}
.credit .simulateur::before {
  display: none;
}
.credit .simulateur #messageSent {
  position: relative;
  height: 100%;
  display: none;
}
.credit .simulateur #messageSent > div {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #00A88C;
  font-size: 20px;
}
.credit .simulateur form {
  margin: 20px 0 40px;
}
.credit .simulateur form .has-spinner-controls {
  padding: 0 16px;
}
.credit .simulateur form .newComer {
  display: -webkit-box;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
          align-items: center;
}
.credit .simulateur form .newComer .FormGroup-field {
  width: 20px;
  margin-right: 5px;
}
.credit .simulateur form .newComer .FormGroup-label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: baseline;
          align-items: baseline;
  text-align: left;
  margin-bottom: 2px;
}
.credit .simulateur form .newComer .FormGroup-label #newComer_info {
  font-size: 0.7em;
  color: #3b4856;
  display: none;
}
.credit .simulateur .form-side {
  padding: 5px 18px;
}
@media only screen and (max-width: 716px) {
  .credit .simulateur .form-side {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}
.credit .simulateur .disclaimer {
  font-size: 12px;
  color: #999999;
  text-align: left;
}
@media only screen and (max-width: 716px) {
  .credit .simulateur .navigation {
    margin-top: 0px;
  }
}
.credit .simulateur .navigation > div button {
  min-width: 200px;
  display: inline-block;
  text-align: center;
}
.credit .simulateur .navigation > div .next-contact-form {
  margin: 10px 15px;
}
.credit .simulateur .navigation a.back {
  padding-left: 30px;
  background: url(../img/icon-narrow-arrow-grey-left.svg) left 5px center no-repeat;
  background-size: 16px;
  font-size: 14px;
  -webkit-transition: background-position 0.2s ease-in;
  transition: background-position 0.2s ease-in;
  color: #999999;
}
.credit .simulateur .navigation a.back:hover {
  background-position: left;
}
.credit .rangeslider,
.credit .rangeslider__fill {
  background: #e6e6e6;
  border: none;
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 0 0 10px 10px;
}
.credit .form-rangeslider-block {
  position: relative;
  text-align: left;
}
.credit .rangeslider {
  position: relative;
  margin: auto;
  margin-top: 20px;
}
.credit .rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.credit .rangeslider__fill {
  background: -webkit-gradient(linear, left top, right top, from(#014D93), color-stop(166.4%, #4EABFF));
  background: linear-gradient(90deg, #014D93 0%, #4EABFF 166.4%);
  position: absolute;
  height: 4px;
  border-radius: 100px;
  top: 0;
}
.credit .rangeslider__handle {
  background: #4EABFF;
  border: 4px solid #fff;
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -9px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.credit .price-calculator-display_price {
  margin-top: 40px;
}
.credit #car-form .form-element-row label {
  font-size: 16px;
  font-weight: bold;
  color: #004c92;
  margin-right: 65px;
}
.credit #car-form .form-element-row:nth-child(1) .form-rangeslider-block {
  margin-top: 30px;
}
.credit #car-form .form-element-row:nth-child(n+2) .form-rangeslider-block {
  margin-top: 50px;
}
.credit #car-form input[type=text] {
  position: absolute;
  background-color: transparent;
  right: 0;
  text-align: right;
  margin-top: -50px;
  padding: 0;
  border: none;
  font-size: 25px;
  color: #4eabff;
  font-weight: bold;
}
.credit .price_message {
  position: relative;
}
.credit .price-calculator-erreur {
  margin-top: 40px;
  color: red;
  font-weight: bold;
}
.credit .price_result .result-price p:first-child {
  font-weight: bold;
  font-size: 26px;
  color: #000000;
}
.credit .price_result .formula-container .inside {
  margin-top: 30px;
  margin-bottom: 30px;
}
.credit .formula-container.classic-container p.h1 span {
  color: #F5CE22;
}
.credit .formula-container.light-container p.h1 span {
  color: #4EABFF;
}
.credit .formula-container .inside p.h1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1;
  color: #000000;
}
.credit .formula-container .inside p.h1 img {
  width: 2.5em;
}
.credit .formula-container .inside p.h1 span {
  margin-left: 20px;
}
.credit .formula-container .inside .simulator-tarif {
  font-size: 22px;
  line-height: 1;
  color: #3B4856;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
  padding: 10px 0;
}
.credit .formula-container .inside .simulator-tarif .tarif-value {
  font-size: 40px;
}
.credit .formula-container .inside .required {
  font-size: 16px;
  color: #000000;
  text-align: left;
}
.credit .spinner {
  display: none;
}
.credit .spinner:before {
  left: auto;
  top: auto;
}

.sante .header-multi-banner .banner::before {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-3.96%, rgba(62, 119, 226, 0.33)), color-stop(69.85%, rgba(59, 76, 229, 0.53)), color-stop(91.79%, rgba(47, 76, 223, 0.61)));
  background: linear-gradient(180deg, rgba(62, 119, 226, 0.33) -3.96%, rgba(59, 76, 229, 0.53) 69.85%, rgba(47, 76, 223, 0.61) 91.79%);
}
.sante .bloc-intro .content {
  max-width: 100%;
}
.sante .bloc-intro.bloc-intro-bestdoctors {
  margin-top: 80px;
}
.sante .bloc-intro.bloc-intro-bestdoctors .image {
  display: block;
}
.sante .bloc-intro.bloc-intro-bestdoctors .title-intro {
  font-size: 40px;
}
@media only screen and (max-width: 716px) {
  .sante .bloc-intro.bloc-intro-bestdoctors .title-intro {
    font-size: 32px;
  }
}
.sante .formules-grid .main-wrapper {
  padding: 0;
}
.sante .formules-grid .head h3 {
  font-weight: 500;
}
.sante .formules-grid .grid {
  margin-top: 0 !important;
}
@media only screen and (max-width: 716px) {
  .sante .formules-grid .grid .slick-list.draggable {
    padding-bottom: 10px !important;
  }
}
.sante .formules-grid .cell .panel {
  min-height: 640px;
}
.sante .formules-grid .cell .panel .panel-padding {
  padding: 30px 46px 0;
}
@media only screen and (max-width: 716px) {
  .sante .formules-grid .cell .panel .panel-padding {
    padding: 30px 30px 0;
  }
}
.sante .formules-grid .cell .panel .formule-image {
  padding-bottom: 20px;
}
.sante .formules-grid .cell .panel .formule-image img {
  height: 56px;
}
.sante .formules-grid .cell .panel .formule-name {
  color: #C780B4 !important;
}
.sante .formules-grid .cell .formules-list {
  padding: 20px 0;
}
.sante .formules-grid .cell .formules-list .highlight {
  padding: 20px 0;
}
.sante .formules-grid .cell .formules-list ul li:before {
  color: #C780B4 !important;
}
.sante .formules-grid .cell .formules-list img {
  width: 24px;
}
.sante .formules-grid .cell .formule-footer {
  background: rgba(199, 128, 180, 0.1) !important;
  color: #C780B4 !important;
}
.sante .vignettes-grid {
  padding: 100px 20px;
}
@media only screen and (max-width: 716px) {
  .sante .vignettes-grid {
    padding: 20px;
  }
}
.sante .vignettes-grid .main-wrapper {
  max-width: 100%;
}
.sante .vignettes-grid .main-wrapper .grid {
  margin-top: 80px;
  width: 100%;
}
@media only screen and (max-width: 716px) {
  .sante .vignettes-grid .main-wrapper .grid {
    margin-top: 0;
  }
}
.sante .vignettes-grid .vignette-content {
  width: 100%;
}
.sante .vignettes-grid .vignette-content .vignette-desc {
  font-weight: initial;
}
.sante .vignettes-grid.vignettes-grid-sante {
  -webkit-clip-path: none;
          clip-path: none;
}
.sante .vignettes-grid.vignettes-grid-sante .head {
  text-align: left;
}
.sante .vignettes-grid.vignettes-grid-sante .head h2 {
  margin-top: 0;
}
.sante .vignettes-grid.vignettes-grid-sante .head a {
  color: #fff;
  text-decoration: underline;
}
.sante .vignettes-grid.vignettes-grid-sante .head ul {
  margin-left: 24px;
}
.sante .vignettes-grid.vignettes-grid-sante .head ul li {
  font-weight: bold;
}
.sante .vignettes-grid.vignettes-grid-sante .head ul li:before {
  color: #fff !important;
  font-family: "MaterialIcons", sans-serif !important;
  font-weight: normal;
  content: "\E5CA" !important;
  top: 1px;
  display: inline-block;
  position: initial;
  background: none;
  position: absolute;
}
.sante .vignettes-grid.vignettes-grid-sante .vignette {
  color: #3B4856;
  background: #ffffff;
  font-weight: unset;
  display: block;
  height: auto;
}
.sante .vignettes-grid.vignettes-grid-sante .vignette:hover {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
.sante .vignettes-grid.vignettes-grid-sante .vignette .arrow-mobile {
  display: none;
}
.sante .vignettes-grid.vignettes-grid-sante .vignette .vignette-head {
  padding: 20px 0;
}
.sante .vignettes-grid.vignettes-grid-sante .vignette .vignette-head div {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  padding: 0 30px;
}
.sante .vignettes-grid.vignettes-grid-sante .vignette .vignette-head div .vignette-name {
  font-size: 20px;
  font-weight: bold;
  margin-left: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sante .vignettes-grid.vignettes-grid-sante .vignette .vignette-content {
  background: #ffffff;
  visibility: visible;
  opacity: 1;
  min-height: 150px;
  position: relative;
  margin-top: 0;
}
.sante .vignettes-grid.vignettes-grid-sante .vignette .vignette-content .link {
  text-align: left;
}
.sante .vignettes-grid.vignettes-grid-sante .vignette .vignette-content .link a {
  background: url("../img/icon-narrow-arrow-bottom.svg") no-repeat;
  background-position: right 5px center;
  padding-right: 30px;
}
.sante .bloc-sante-info {
  padding: 60px 0 20px;
}
@media only screen and (max-width: 716px) {
  .sante .bloc-sante-info .content {
    text-align: center;
  }
}
.sante .bloc-sante-info .content h1 {
  font-weight: bold;
}
.sante .bloc-sante-info .content .blocks {
  margin-top: 40px;
}
@media only screen and (max-width: 716px) {
  .sante .bloc-sante-info .content .blocks {
    margin-top: 0;
  }
}
.sante .bloc-sante-info .content .blocks .block {
  min-height: 180px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 716px) {
  .sante .bloc-sante-info .content .blocks .block {
    min-height: auto;
    margin-top: 40px;
  }
}
.sante .bloc-sante-info .content .blocks .block .desc {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.sante .bloc-sante-info .content .blocks .block .desc .image {
  margin-right: 16px;
}
@media only screen and (max-width: 716px) {
  .sante .bloc-sante-info .content .blocks .block .desc .image {
    display: none;
  }
}
.sante .bloc-sante-info .content .blocks .block .desc .text {
  margin-right: 16px;
}
@media only screen and (max-width: 716px) {
  .sante .bloc-sante-info .content .blocks .block .desc .text {
    margin-right: 0;
  }
}
.sante .bloc-sante-info .content .blocks .block .link {
  margin-top: 0;
}
@media only screen and (max-width: 716px) {
  .sante .bloc-sante-info .content .blocks .block .link {
    margin-top: 10px;
  }
}
.sante .bloc-sante-info .content .description em {
  font-weight: bold;
  color: #C780B4;
  font-style: normal;
}
.sante .bloc-sante-info .content .link {
  margin-top: 30px;
}
.sante .bloc-sante-info .content .image img {
  max-width: 300px;
}
@media only screen and (max-width: 716px) {
  .sante .bloc-sante-info .content .image img {
    max-width: 150px;
  }
}
.sante .bloc-sante-info.bloc-sante-info-plus {
  padding: 100px 0 0;
}
.sante .bloc-sante-info.bloc-sante-info-plus .main-wrapper {
  max-width: 100%;
  background-color: #F5F8FB;
}
.sante .bloc-sante-info.bloc-sante-info-plus .main-wrapper .content {
  max-width: 1200px;
}
@media only screen and (max-width: 716px) {
  .sante .bloc-sante-info.bloc-sante-info-plus .main-wrapper .content {
    padding: 40px 0;
  }
}
.sante .bloc-sante-info.bloc-sante-info-plus .main-wrapper .content .image {
  text-align: right;
}
@media only screen and (max-width: 716px) {
  .sante .bloc-sante-info.bloc-sante-info-plus .main-wrapper .content .image {
    text-align: center;
  }
}
.sante .bloc-sante-info.bloc-sante-info-plus .main-wrapper .content h1 {
  font-size: 24px;
  margin-bottom: 16px;
}
.sante .bloc-sante-info.bloc-sante-info-plus .main-wrapper .content .link {
  margin: 16px 0;
}
@media only screen and (max-width: 716px) {
  .sante .bloc-sante-info.bloc-sante-info-plus .main-wrapper .content .link {
    margin-bottom: 0;
  }
}
.sante .bloc-sante-info.bloc-sante-info-plus .main-wrapper .content .link a {
  background: url(../img/icon-narrow-arrow.svg) no-repeat;
  background-position: right 5px center;
  padding-right: 45px;
  -webkit-transition: background-position 0.2s ease-in;
  transition: background-position 0.2s ease-in;
  color: #4eabff;
  font-weight: bold;
  font-size: 18px;
}
.sante .bloc-sante-info.bloc-sante-info-plus .main-wrapper .content .link a:hover {
  background-position: right center;
}
.sante .bloc-contact:before {
  background: none;
}
.sante .bloc-contact .main-wrapper > .GridFlex {
  box-shadow: none;
}
@media only screen and (max-width: 716px) {
  .sante .bloc-contact .main-wrapper > .GridFlex {
    margin-top: 40px;
  }
}
.sante .bloc-contact .newComer {
  margin: 0 0 40px;
}
.sante .bloc-contact .submit-form {
  margin: 40px 0 20px;
}
.sante .blog-slider {
  background: linear-gradient(16.46deg, #C780B4 28.18%, #EABCDE 99.36%);
  padding: 40px;
  margin-top: 100px;
}
@media only screen and (max-width: 716px) {
  .sante .blog-slider {
    margin-top: 0;
  }
}
.sante .blog-slider .blog-thumbnails .slick-list {
  height: auto;
}
.sante .blog-slider .blog-thumbnails .slick-dots {
  bottom: -25px;
}

.main-search {
  margin-top: 105px;
  padding: 40px 0;
  background-color: #F7FBFF;
  min-height: 450px;
}
@media only screen and (max-width: 1200px) {
  .main-search {
    margin-top: 57px;
  }
}
@media only screen and (max-width: 716px) {
  .main-search h2 {
    font-size: 22px;
  }
}
.main-search .card {
  display: block;
  padding: 16px 40px;
  margin-bottom: 8px;
  background-color: #fff;
  word-break: break-word;
  text-decoration: none;
}
@media only screen and (max-width: 716px) {
  .main-search .card {
    padding: 16px 16px;
  }
}
.main-search .card .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #004C92;
}
@media only screen and (max-width: 716px) {
  .main-search .card .title {
    font-size: 16px;
  }
}
.main-search .card .link {
  font-size: 14px;
  color: #00A88C;
}
@media only screen and (max-width: 716px) {
  .main-search .card .link {
    font-size: 13px;
  }
}
.main-search .card .description {
  font-size: 14px;
  margin-top: 10px;
  color: #3B4856;
}
@media only screen and (max-width: 716px) {
  .main-search .card .description {
    font-size: 13px;
  }
}

.simple-page {
  margin: 100px 0;
}
.simple-page .main-wrapper {
  padding-top: 75px;
  padding-bottom: 75px;
}
.simple-page .main-wrapper .description {
  background: #FFFFFF;
  border-radius: 5px;
  padding: 16px 24px;
}
.simple-page .main-wrapper .description img {
  max-width: 100%;
}
.simple-page .main-wrapper .description ul {
  padding-left: 32px;
}
.simple-page .main-wrapper .description ul li:before {
  display: block !important;
  content: "";
  position: absolute;
  left: -24px;
  top: 0.75em;
  width: 12px;
  height: 1px;
  background: #2667a2;
}

.AppBarTop.has-megamenu {
  padding: 8px 24px;
}