@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%;
  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: 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;
  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: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  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: flex;
  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%;
  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: 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: flex;
    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;
  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: 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%;
  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: flex;
  justify-content: 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%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #00A88C;
  font-size: 20px;
}
.bloc-contact .newComer {
  display: flex;
  height: 100%;
  align-items: center;
}
.bloc-contact .newComer .FormGroup-field {
  width: 20px;
  margin-right: 5px;
}
.bloc-contact .newComer .FormGroup-label {
  flex-direction: column;
  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: flex;
  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;
    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;
  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% {
    transform: translateY(4rem);
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    transform: translateY(4rem);
  }
  to {
    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;
  transform: rotate(0);
  transition: transform 0.3s;
}
#popup-cookies .popup-cookies-close:hover {
  transform: rotate(180deg);
  transition: 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;
}

main header.slice-header, main header.blog-header {
  position: relative;
  text-align: center;
  padding-bottom: 330px;
}
@media only screen and (max-width: 984px) {
  main header.slice-header, main header.blog-header {
    padding-bottom: 178px;
    background-size: 100% !important;
  }
}
@media only screen and (max-width: 716px) {
  main header.slice-header, main header.blog-header {
    padding-bottom: 163px;
  }
}
main header.slice-header .banner, main header.blog-header .banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 516px;
  margin-bottom: 90px;
  padding-bottom: 1px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-origin: content-box;
}
@media only screen and (max-width: 1200px) {
  main header.slice-header .banner, main header.blog-header .banner {
    margin-bottom: 60px;
    height: 450px;
  }
}
@media only screen and (max-width: 984px) {
  main header.slice-header .banner, main header.blog-header .banner {
    height: 345px;
  }
}
@media only screen and (max-width: 716px) {
  main header.slice-header .banner, main header.blog-header .banner {
    margin-bottom: 20px;
    height: 300px;
  }
}
main header.slice-header .banner::before, main header.blog-header .banner::before {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  height: 99%;
  width: 100%;
  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%);
}
main header.slice-header .banner > div::before, main header.blog-header .banner > div::before {
  content: "";
  position: absolute;
  z-index: 20;
  left: -50%;
  top: 88%;
  height: 100%;
  width: 200%;
  border-radius: 100%;
  background: #fff;
}
main header.slice-header .slogan, main header.blog-header .slogan {
  position: absolute;
  z-index: 30;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
main header.slice-header .slogan h1, main header.blog-header .slogan h1 {
  color: #fff;
  text-shadow: 1px 1px 2px #7d7d7d;
}
@media only screen and (max-width: 1200px) {
  main header.slice-header .slogan, main header.blog-header .slogan {
    font-size: 35px;
  }
}
@media only screen and (max-width: 984px) {
  main header.slice-header .slogan, main header.blog-header .slogan {
    font-size: 32px;
  }
}
@media only screen and (max-width: 716px) {
  main header.slice-header .slogan, main header.blog-header .slogan {
    font-size: 25px;
  }
}
main header.slice-header .sub-header, main header.blog-header .sub-header {
  text-align: center;
}
main header.slice-header .logo, main header.blog-header .logo {
  position: absolute;
  z-index: 30;
  top: 370px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1200px) {
  main header.slice-header .logo, main header.blog-header .logo {
    top: 327px;
  }
}
@media only screen and (max-width: 984px) {
  main header.slice-header .logo, main header.blog-header .logo {
    top: 250px;
  }
}
@media only screen and (max-width: 984px) {
  main header.slice-header .logo, main header.blog-header .logo {
    top: 227px;
  }
}
main header.slice-header .logo img, main header.blog-header .logo img {
  width: 140px;
  height: 140px;
}
@media only screen and (max-width: 984px) {
  main header.slice-header .logo img, main header.blog-header .logo img {
    width: 98px;
    height: 98px;
  }
}
@media only screen and (max-width: 716px) {
  main header.slice-header .logo img, main header.blog-header .logo img {
    width: 74px;
    height: 74px;
  }
}
main header.slice-header .description, main header.blog-header .description {
  margin-bottom: 65px;
  font-size: 24px;
}
@media only screen and (max-width: 1200px) {
  main header.slice-header .description, main header.blog-header .description {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 984px) {
  main header.slice-header .description, main header.blog-header .description {
    font-size: 18px;
  }
}
@media only screen and (max-width: 716px) {
  main header.slice-header .description, main header.blog-header .description {
    margin-bottom: 30px;
    font-size: 17px;
  }
}
main header.slice-header .header-docked-wrapper, main header.blog-header .header-docked-wrapper {
  height: 48px;
}
main .slice-banner-pictos {
  margin: 100px 0 50px 0;
}
main .slice-banner-pictos .text {
  font-size: 30px;
  color: #3b4856;
}
main .slice-bloc-pictos {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto 100%;
  color: #fff;
  /* Hack Apple, ligne résiduelle sous l'arrondi */
  padding-bottom: 1px;
}
@media only screen and (max-width: 376px) {
  main .slice-bloc-pictos {
    background-image: linear-gradient(59deg, #3aafe6, #3973e6) !important;
  }
}
main .slice-bloc-pictos > div {
  padding: 100px 0 180px 0;
}
@media only screen and (max-width: 984px) {
  main .slice-bloc-pictos > div {
    padding: 75px 0 100px 0;
  }
}
main .slice-bloc-pictos::before {
  content: "";
  position: absolute;
  z-index: 20;
  left: -50%;
  bottom: -92%;
  height: 100%;
  width: 200%;
  border-radius: 100%;
  background: #fff;
}
@media only screen and (max-width: 984px) {
  main .slice-bloc-pictos::before {
    height: 50%;
    bottom: -46%;
  }
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-pictos::before {
    height: 30%;
    bottom: -28%;
  }
}
main .slice-bloc-pictos h2 {
  color: #ffffff;
  margin: 0 0 37px 0;
}
main .slice-bloc-pictos .description {
  margin-bottom: 90px;
  font-size: 24px;
}
@media only screen and (max-width: 984px) {
  main .slice-bloc-pictos .description {
    margin-bottom: 70px;
    font-size: 20px;
  }
}
main .slice-bloc-pictos .GridFlex-col-auto {
  min-width: 180px;
  margin-bottom: 20px;
}
main .slice-bloc-pictos .picto {
  width: 92px;
  height: 92px;
  border-radius: 100%;
  background-color: #fff;
  line-height: 92px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 54px 54px;
}
main .slice-bloc-pictos .button {
  margin-top: 70px;
}
@media only screen and (max-width: 984px) {
  main .slice-bloc-pictos .button {
    margin-top: 50px;
  }
}
main .slice-bloc-pictos .button .ButtonOutlined {
  color: #fff !important;
  border-color: #fff !important;
}
main .slice-bloc-pictos .button .ButtonOutlined:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
main .slice-bloc-pictos-2 {
  position: relative;
  background-image: linear-gradient(to bottom, #ffffff, #eef2f7);
  /* Hack Apple, ligne résiduelle sous l'arrondi */
  padding-bottom: 1px;
}
main .slice-bloc-pictos-2 > div {
  padding: 100px 0 180px 0;
}
@media only screen and (max-width: 984px) {
  main .slice-bloc-pictos-2 > div {
    padding: 75px 0 100px 0;
  }
}
main .slice-bloc-pictos-2 h2 {
  margin: 0 0 37px 0;
}
main .slice-bloc-pictos-2 .description {
  margin-bottom: 90px;
  font-size: 24px;
}
@media only screen and (max-width: 984px) {
  main .slice-bloc-pictos-2 .description {
    margin-bottom: 70px;
    font-size: 20px;
  }
}
main .slice-bloc-pictos-2 .bloc-pictos-2-layout {
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-pictos-2 .bloc-pictos-2-layout {
    background-position: 250px center;
  }
}
main .slice-bloc-pictos-2 .bloc-pictos-2-layout > .main-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main .slice-bloc-pictos-2 .bloc-pictos-2-layout .bloc-pictos-2-item {
  width: 50%;
  min-width: 300px;
}
main .slice-bloc-pictos-2 .bloc-pictos-2-layout .bloc-pictos-2-item:nth-child(4n+3) .picto, main .slice-bloc-pictos-2 .bloc-pictos-2-layout .bloc-pictos-2-item:nth-child(4n+2) .picto {
  background-color: #c4057a;
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-pictos-2 .bloc-pictos-2-layout .bloc-pictos-2-item {
    min-width: 100%;
  }
  main .slice-bloc-pictos-2 .bloc-pictos-2-layout .bloc-pictos-2-item:nth-child(4n+3) .picto, main .slice-bloc-pictos-2 .bloc-pictos-2-layout .bloc-pictos-2-item:nth-child(4n+2) .picto {
    background-color: #7a2078;
  }
  main .slice-bloc-pictos-2 .bloc-pictos-2-layout .bloc-pictos-2-item:nth-child(even) .picto {
    background-color: #c4057a;
  }
}
main .slice-bloc-pictos-2 .bloc-pictos-2-layout .bloc-pictos-2-item:nth-child(odd) {
  text-align: left;
}
main .slice-bloc-pictos-2 .bloc-pictos-2-layout .bloc-pictos-2-item:nth-child(even) {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-pictos-2 .bloc-pictos-2-layout .bloc-pictos-2-item:nth-child(even) {
    justify-content: flex-start;
  }
}
main .slice-bloc-pictos-2 .bloc-pictos-2-layout .bloc-pictos-2-item:nth-child(even) .title {
  order: 1;
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-pictos-2 .bloc-pictos-2-layout .bloc-pictos-2-item:nth-child(even) .title {
    order: 2;
  }
}
main .slice-bloc-pictos-2 .bloc-pictos-2-layout .bloc-pictos-2-item:nth-child(even) .picto {
  order: 2;
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-pictos-2 .bloc-pictos-2-layout .bloc-pictos-2-item:nth-child(even) .picto {
    order: 1;
  }
}
main .slice-bloc-pictos-2 .bloc-pictos-2-layout .bloc-pictos-2-item .title {
  display: inline-block;
  line-height: 48px;
  margin-bottom: 50px;
  vertical-align: middle;
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-pictos-2 .bloc-pictos-2-layout .bloc-pictos-2-item .title {
    margin-bottom: 10px;
  }
}
main .slice-bloc-pictos-2 .bloc-pictos-2-layout .bloc-pictos-2-item .picto {
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  margin: 0 12px 50px 12px;
  border-radius: 100%;
  background-color: #7a2078;
  line-height: 48px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px 26px;
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-pictos-2 .bloc-pictos-2-layout .bloc-pictos-2-item .picto {
    margin-bottom: 10px;
  }
}
main .slice-card-switcher {
  padding-top: 100px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto 100%;
  color: #fff;
}
@media only screen and (max-width: 984px) {
  main .slice-card-switcher {
    padding-top: 75px;
  }
}
main .slice-card-switcher h2 {
  color: #fff;
}
main .slice-card-switcher .description {
  margin-bottom: 80px;
  font-size: 24px;
}
@media only screen and (max-width: 984px) {
  main .slice-card-switcher .description {
    margin-bottom: 70px;
    font-size: 20px;
  }
}
main .slice-card-switcher .slice-card-switcher-list {
  margin-bottom: 80px;
  width: 100%;
  text-align: left;
}
@media only screen and (max-width: 984px) {
  main .slice-card-switcher .slice-card-switcher-list {
    margin-bottom: 40px;
  }
}
main .slice-card-switcher .slice-card-switcher-list li {
  position: relative;
  padding: 15px;
  margin-bottom: 5px;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 18px;
}
main .slice-card-switcher .slice-card-switcher-list li .detail {
  display: none;
  padding: 16px 62px 25px;
}
@media only screen and (max-width: 716px) {
  main .slice-card-switcher .slice-card-switcher-list li .detail {
    padding: 16px 8px 25px;
  }
}
@media only screen and (max-width: 984px) {
  main .slice-card-switcher .slice-card-switcher-list li {
    margin-bottom: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
  }
  main .slice-card-switcher .slice-card-switcher-list li.active .detail {
    display: block;
  }
  main .slice-card-switcher .slice-card-switcher-list li.active .item::before {
    transform: rotate(180deg);
    transition: transform 0.3s;
  }
  main .slice-card-switcher .slice-card-switcher-list li .item::before {
    content: "";
    position: absolute;
    display: block;
    height: 10px;
    width: 16px;
    right: 22px;
    top: 34px;
    background: url(../img/icon-chevron-down.svg);
    transition: transform 0.3s;
  }
}
main .slice-card-switcher .slice-card-switcher-list li:hover, main .slice-card-switcher .slice-card-switcher-list li.active {
  background-color: rgba(255, 255, 255, 0.2);
  transition: background-color 0.3s;
}
@media only screen and (max-width: 984px) {
  main .slice-card-switcher .slice-card-switcher-list li:hover, main .slice-card-switcher .slice-card-switcher-list li.active {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
main .slice-card-switcher .slice-card-switcher-list .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
main .slice-card-switcher .slice-card-switcher-list .item .picto {
  display: inline-block;
  vertical-align: middle;
  min-width: 48px;
  height: 48px;
  margin-right: 10px;
  border-radius: 100%;
  background-color: #fff;
  line-height: 48px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px 26px;
}
main .slice-card-switcher .slice-card-switcher-list .item .title {
  display: inline-block;
  /*min-height: 48px;*/
  vertical-align: middle;
}
@media only screen and (max-width: 984px) {
  main .slice-card-switcher .slice-card-switcher-cards {
    display: none;
  }
}
main .slice-card-switcher .slice-card-switcher-cards ul {
  width: 465px;
  padding: 0;
  margin-bottom: 80px;
}
main .slice-card-switcher .slice-card-switcher-cards ul li {
  overflow: hidden;
  border-radius: 6.1px;
  box-shadow: 0 26px 57px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
main .slice-card-switcher .slice-card-switcher-cards ul li:not(.active) {
  display: none;
}
main .slice-card-switcher .slice-card-switcher-cards ul img {
  height: 270px;
  width: 469px;
}
main .slice-card-switcher .slice-card-switcher-cards ul .bottom {
  position: relative;
  height: 220px;
  color: #7d7d7d;
}
main .slice-card-switcher .slice-card-switcher-cards ul .bottom > div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
}
main .slice-card-switcher .slice-card-switcher-bottom {
  background-color: rgba(0, 76, 146, 0.3);
  padding: 60px 0;
}
@media only screen and (max-width: 984px) {
  main .slice-card-switcher .slice-card-switcher-bottom {
    background-color: #fafafa;
  }
}
main .slice-card-switcher .slice-card-switcher-bottom .button {
  margin: 0;
  font-size: 25px;
  font-weight: bold;
  line-height: 48px;
}
@media only screen and (max-width: 984px) {
  main .slice-card-switcher .slice-card-switcher-bottom .button {
    font-size: 18px;
    color: #004c92;
  }
}
main .slice-card-switcher .slice-card-switcher-bottom .button .ButtonOutlined {
  color: #fff !important;
  border-color: #fff !important;
}
main .slice-card-switcher .slice-card-switcher-bottom .button .ButtonOutlined:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
main .slice-card-switcher .slice-card-switcher-bottom .sm {
  display: none;
}
@media only screen and (max-width: 984px) {
  main .slice-card-switcher .slice-card-switcher-bottom .sm {
    display: inline-flex;
  }
  main .slice-card-switcher .slice-card-switcher-bottom .md-and-up {
    display: none;
  }
}
main .button {
  margin-top: 70px;
}
@media only screen and (max-width: 984px) {
  main .button {
    margin-top: 50px;
  }
}
main .slice-card-slider {
  padding: 100px 0 180px 0;
  text-align: center;
  background-image: linear-gradient(to bottom, #ffffff, #eaf0f6 53%, #ffffff);
}
@media only screen and (max-width: 984px) {
  main .slice-card-slider {
    padding: 75px 0 100px 0;
  }
}
main .slice-card-slider .description {
  margin-bottom: 90px;
  font-size: 24px;
}
@media only screen and (max-width: 984px) {
  main .slice-card-slider .description {
    margin-bottom: 70px;
    font-size: 20px;
  }
}
main .slice-card-slider ul.slick-dots li::before {
  content: " ";
}
main .slice-card-slider .slick-dots li.slick-active button:before, main .slice-card-slider .slick-dots li button:before {
  font-size: 12px;
}
main .slice-card-slider .slick-dots li button:before {
  color: #4eabff;
  opacity: 0.5;
}
main .slice-card-slider .slick-dots li.slick-active button:before {
  color: #4eabff;
  opacity: 1;
}
main .slice-card-slider .slick-list {
  padding: 0 0 50px;
}
main .slice-card-slider .slick-dots {
  bottom: 0;
}
main .slice-card-slider .card {
  height: 324px;
  width: 282px !important;
  border-radius: 4px;
  box-shadow: 0 17px 18px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  text-align: center;
}
main .slice-card-slider .card .card-header {
  height: 247px;
}
main .slice-card-slider .card .card-header img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
main .slice-card-slider .card .card-body {
  position: relative;
  height: 77px;
}
main .slice-card-slider .card .card-body .card-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.17;
  text-align: center;
  color: #3B4856;
}
main .slice-card-slider .button {
  margin-top: 70px;
}
main .slice-card-slider .button .ButtonContained {
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (max-width: 984px) {
  main .slice-card-slider .main-wrapper:nth-child(2) {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 625px) {
  main .slice-card-slider .slick-dots {
    margin-top: 0;
    position: initial;
  }
  main .slice-card-slider .slick-list {
    padding-bottom: 30px !important;
  }
}
main .slice-bloc-agency {
  background-image: linear-gradient(180deg, #ffffff, #F2F8FF);
  padding: 0;
  margin-top: 80px;
  height: 390px;
}
main .slice-bloc-agency .bg-agency {
  background-repeat: no-repeat;
  background-position: right;
  background-size: 50%;
  background-position-y: bottom;
  height: 100%;
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-agency .bg-agency {
    background-position: center;
    background-position-y: bottom;
  }
}
main .slice-bloc-agency .bg-agency .title-agences {
  padding-top: 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-agency .bg-agency .title-agences {
    padding-top: 0;
    text-align: center;
  }
}
main .slice-bloc-agency .bg-agency .title-agences h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  margin: 0;
}
main .slice-bloc-agency .bg-agency .title-agences .description {
  font-size: 24px;
  font-weight: 300;
  color: #3B4856;
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-agency .bg-agency .title-agences .description {
    font-size: 20px;
  }
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-agency .btn-search {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-agency .GridFlex .GridFlex-row div:nth-child(2) {
    width: 100%;
    text-align: center;
  }
}
main .slice-bloc-contact {
  position: relative;
  overflow: hidden;
  padding: 0 0 150px 0;
  text-align: center;
  /* form-content */
  /* form-side */
}
main .slice-bloc-contact h2 {
  margin-top: 40px;
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-contact {
    background-color: unset;
    padding: 0 0 50px 0;
  }
}
main .slice-bloc-contact::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 600px;
  left: calc(-3000px + 50%);
  height: 1500px;
  width: 6000px;
  border-radius: 100%;
  background: linear-gradient(264.93deg, #E15158 -48.21%, #C42174 14.36%, #5C2678 80.03%);
}
@media only screen and (max-width: 984px) {
  main .slice-bloc-contact::before {
    height: 100%;
    bottom: -46%;
  }
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-contact::before {
    height: 100%;
    top: auto;
    left: -450%;
    bottom: -50px;
    width: 1000%;
    height: 800px;
  }
}
main .slice-bloc-contact .blog-banners {
  text-align: left;
  padding-top: 100px;
}
main .slice-bloc-contact .blog-banners h3 {
  color: #fff;
}
main .slice-bloc-contact .blog-banners .slick-dots li button::before {
  box-sizing: border-box;
  font-size: 9px;
  color: #fff;
  cursor: pointer;
}
main .slice-bloc-contact .blog-banners .slick-dots li.slick-active button:before {
  content: "";
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: auto;
}
main .slice-bloc-contact .blog-banners .blog-thumbnails {
  margin: 60px 0 0 15px;
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-contact .blog-banners .blog-thumbnails {
    margin: 60px 0 0 0;
  }
}
main .slice-bloc-contact .blog-banners .blog-thumbnails .thumbnail {
  position: relative;
  padding-right: 50px;
  width: 400px !important;
  color: #fff;
  transition: width 0.5s ease-in-out;
  box-sizing: content-box;
}
main .slice-bloc-contact .blog-banners .blog-thumbnails .thumbnail .overlay {
  position: absolute;
  z-index: 100;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main .slice-bloc-contact .blog-banners .blog-thumbnails .thumbnail .image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 225px;
  border-radius: 15px;
  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);
}
main .slice-bloc-contact .blog-banners .blog-thumbnails .thumbnail .image img {
  position: absolute;
  height: 100%;
  width: auto;
  transform: translateX(-25%);
}
main .slice-bloc-contact .blog-banners .blog-thumbnails .thumbnail .title {
  margin-top: 32px;
  font-size: 24px;
  transition: opacity 0.5s ease-in-out, font-size 0.5s ease-in-out;
}
main .slice-bloc-contact .blog-banners .blog-thumbnails .thumbnail .text {
  height: 50px;
  margin-top: 16px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity 0.5s ease-in-out;
}
@supports (-webkit-line-clamp: 2) {
  main .slice-bloc-contact .blog-banners .blog-thumbnails .thumbnail .text {
    white-space: initial;
    text-overflow: unset;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
main .slice-bloc-contact .blog-banners .blog-thumbnails .slick-list {
  height: 550px;
}
main .slice-bloc-contact .blog-banners .blog-thumbnails .slick-slide {
  width: 450px !important;
  transition: width 0.5s ease-in-out;
}
@media only screen and (min-width: 1200px) {
  main .slice-bloc-contact .blog-banners .blog-thumbnails .slick-current + div {
    width: 500px !important;
  }
  main .slice-bloc-contact .blog-banners .blog-thumbnails .slick-current + div .image {
    height: 290px;
  }
  main .slice-bloc-contact .blog-banners .blog-thumbnails .slick-current + div .thumbnail {
    width: 450px !important;
  }
  main .slice-bloc-contact .blog-banners .blog-thumbnails .slick-slide:not(.slick-current) + div .image, main .slice-bloc-contact .blog-banners .blog-thumbnails .slick-slide:not(.slick-current) + div .title, main .slice-bloc-contact .blog-banners .blog-thumbnails .slick-slide:not(.slick-current) + div .text {
    opacity: 0.5;
    box-shadow: none;
  }
  main .slice-bloc-contact .blog-banners .blog-thumbnails .slick-slide:not(.slick-current) + div .title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  main .slice-bloc-contact .blog-banners .blog-thumbnails .slick-current {
    width: 500px !important;
  }
  main .slice-bloc-contact .blog-banners .blog-thumbnails .slick-current .image {
    height: 290px;
    box-shadow: none;
  }
  main .slice-bloc-contact .blog-banners .blog-thumbnails .slick-current .thumbnail {
    width: 450px !important;
  }
  main .slice-bloc-contact .blog-banners .blog-thumbnails .slick-slide:not(.slick-current) .image, main .slice-bloc-contact .blog-banners .blog-thumbnails .slick-slide:not(.slick-current) .title, main .slice-bloc-contact .blog-banners .blog-thumbnails .slick-slide:not(.slick-current) .text {
    opacity: 0.5;
    box-shadow: none;
  }
  main .slice-bloc-contact .blog-banners .blog-thumbnails .slick-slide:not(.slick-current) .title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 984px) {
  main .slice-bloc-contact .blog-banners .blog-thumbnails .slick-current {
    width: 450px !important;
  }
  main .slice-bloc-contact .blog-banners .blog-thumbnails .slick-current .image {
    height: 225px;
  }
  main .slice-bloc-contact .blog-banners .blog-thumbnails .slick-current .thumbnail {
    width: 400px !important;
  }
  main .slice-bloc-contact .blog-banners .blog-thumbnails .slick-slide:not(.slick-current) .image, main .slice-bloc-contact .blog-banners .blog-thumbnails .slick-slide:not(.slick-current) .title, main .slice-bloc-contact .blog-banners .blog-thumbnails .slick-slide:not(.slick-current) .text {
    opacity: 1;
  }
  main .slice-bloc-contact .blog-banners .blog-thumbnails .slick-slide:not(.slick-current) .image {
    box-shadow: 0px 16.9291px 33.8583px rgba(0, 0, 0, 0.25);
  }
  main .slice-bloc-contact .blog-banners .blog-thumbnails .slick-slide:not(.slick-current) .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-contact .blog-banners .blog-thumbnails .slick-slide {
    width: 300px !important;
  }
  main .slice-bloc-contact .blog-banners .blog-thumbnails .thumbnail {
    width: 280px !important;
    padding-right: 15px;
  }
  main .slice-bloc-contact .blog-banners .blog-thumbnails .thumbnail .title {
    font-size: 20px !important;
  }
  main .slice-bloc-contact .blog-banners .blog-thumbnails .slick-current {
    width: 300px !important;
  }
  main .slice-bloc-contact .blog-banners .blog-thumbnails .slick-current .thumbnail {
    width: 280px !important;
    padding-right: 20px;
  }
}
main .slice-bloc-contact #contact-form-anchor, main .slice-bloc-contact #message-success-form-anchor {
  padding-top: 100px;
}
@media only screen and (max-width: 984px) {
  main .slice-bloc-contact #contact-form-anchor, main .slice-bloc-contact #message-success-form-anchor {
    padding-top: 40px;
  }
}
main .slice-bloc-contact .FormGroup-field-help {
  display: none;
}
main .slice-bloc-contact .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) {
  main .slice-bloc-contact .main-wrapper > .GridFlex {
    box-shadow: unset;
    border-radius: unset;
    margin-top: 120px;
  }
}
main .slice-bloc-contact .GridFlex .GridFlex-row {
  margin-right: 0;
  margin-left: 0;
}
main .slice-bloc-contact .form-content {
  position: relative;
  background-color: #fafafa;
  border-radius: 4px 0 0 4px;
  padding-top: 20px;
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-contact .form-content {
    padding: 0 16px;
    border-radius: unset;
    order: 2;
    background-color: unset;
  }
}
main .slice-bloc-contact .form-content .mi-help_outline {
  cursor: help;
}
main .slice-bloc-contact .form-content .FormGroup {
  margin-top: 20px;
  margin-bottom: 0;
}
main .slice-bloc-contact .form-content .FormGroup-label-opt {
  font-size: 12px;
}
main .slice-bloc-contact .form-content .FormGroup-phone {
  display: none;
}
main .slice-bloc-contact .form-content form .FormGroup-field {
  text-align: left;
}
main .slice-bloc-contact .form-content .newComer {
  display: flex;
}
main .slice-bloc-contact .form-content .newComer .FormGroup-field {
  width: 20px;
  margin-right: 5px;
}
main .slice-bloc-contact .form-content .newComer .FormGroup-label {
  align-items: baseline;
}
main .slice-bloc-contact .form-content button.ButtonContained {
  text-align: center;
  margin: 20px auto 12px auto;
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-contact .form-content .zipcode-help {
    display: none;
  }
}
main .slice-bloc-contact .form-content .cp-info-helper {
  text-align: left;
  display: none;
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-contact .form-content .cp-info-helper {
    display: block;
  }
}
main .slice-bloc-contact .form-content .message-success {
  display: none;
  margin: 0 100px;
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-contact .form-content .message-success {
    margin: 0;
  }
}
main .slice-bloc-contact .form-content .message-success .message-success-title {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  color: #00b698;
  margin-top: 40px;
  line-height: unset;
}
main .slice-bloc-contact .form-content .message-success .message-success-content {
  font-size: 20px;
  line-height: 1.25;
  text-align: center;
  color: #4a4a4a;
  margin: 40px 0;
}
main .slice-bloc-contact .form-content .message-success .message-success-icon img {
  width: 200px;
}
main .slice-bloc-contact .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) {
  main .slice-bloc-contact .form-content .Message.message-error {
    width: calc(100% - 40px);
  }
}
main .slice-bloc-contact .form-side {
  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;
}
main .slice-bloc-contact .form-side .arrow-mobile {
  display: none;
}
main .slice-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: " ";
}
main .slice-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: " ";
}
main .slice-bloc-contact .form-side img {
  margin-top: 100px;
  width: 140px;
  height: 140px;
}
main .slice-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;
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-contact .form-side {
    min-height: 250px;
    order: 1;
    margin: 0 24px;
    flex-basis: calc(100% - 48px);
    max-width: calc(100% - 48px);
    padding: 0;
  }
  main .slice-bloc-contact .form-side img {
    margin-top: -70px;
  }
  main .slice-bloc-contact .form-side .arrow {
    display: none;
  }
  main .slice-bloc-contact .form-side .arrow-mobile {
    display: inherit;
  }
  main .slice-bloc-contact .form-side .arrow-mobile:before {
    position: absolute;
    width: calc(50% - 20px);
    left: 0;
    bottom: 0;
    border-bottom: 20px solid #fff;
    border-right: 20px solid transparent;
    display: block;
    content: " ";
  }
  main .slice-bloc-contact .form-side .arrow-mobile:after {
    position: absolute;
    left: calc(50%);
    bottom: 0;
    right: 0;
    border-bottom: 20px solid #fff;
    border-left: 20px solid transparent;
    display: block;
    content: " ";
  }
}
main .slice-bloc-contact .disclaimer {
  font-size: 12px;
  text-align: left;
  color: #999999;
  text-align: justify;
}
main .slice-bloc-contact #FormDate .FormGroup-label {
  text-align: left;
}
main .slice-bloc-contact .newComer {
  display: flex;
}
main .slice-bloc-contact .newComer .FormGroup-field {
  width: 20px;
  margin-right: 5px;
}
main .slice-bloc-contact .newComer .FormGroup-field.active::after {
  position: absolute;
  border-left: 4px solid #004c92;
  border-bottom: 4px solid #004c92;
  border-radius: 0;
  content: "";
  width: 18px;
  height: 8px;
  transform: rotate(-45deg);
  top: -1px;
  left: -1px;
  background: none;
}
main .slice-bloc-contact .newComer .FormGroup-label {
  align-items: baseline;
  flex-direction: column;
  min-height: 2.5em;
  text-align: left;
}
main .slice-bloc-contact #newComer_info {
  font-size: 0.7em;
  color: #3b4856;
}
main .slice-bloc-contact #newComer_info.hidden {
  display: none;
}
main .slice-header-page {
  padding-top: 104px;
  background-color: #f7faff;
}
main .slice-header-page .main-wrapper {
  min-height: 400px;
  padding-bottom: 20px;
  background-size: 525px auto;
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media only screen and (max-width: 984px) {
  main .slice-header-page .main-wrapper {
    background-position: bottom center;
    min-height: 600px;
  }
}
@media only screen and (max-width: 716px) {
  main .slice-header-page .main-wrapper {
    background-size: 100% auto;
    min-height: 500px;
  }
}
main .slice-header-page .header-body {
  min-height: 200px;
}
@media only screen and (max-width: 984px) {
  main .slice-header-page .header-body {
    min-height: 250px;
  }
}
@media only screen and (max-width: 716px) {
  main .slice-header-page .header-body {
    min-height: 130px;
  }
}
main .slice-header-page .header-docked-wrapper {
  height: 48px;
  padding-bottom: 210px;
}
@media only screen and (min-width: 1200px) {
  main .slice-header-page .header-docked-wrapper {
    padding-bottom: 80px;
  }
}
main .slice-header-page .header-docked-wrapper .dockedButtonBar {
  text-align: center;
}
main .slice-header-page .title {
  display: flex;
  padding-top: 90px;
}
main .slice-header-page .title .logo {
  display: inline-block;
  height: 79px;
  line-height: 79px;
}
main .slice-header-page .title .logo img {
  height: 79px;
  line-height: 79px;
}
main .slice-header-page .title h3 {
  display: inline-block;
  font-size: 45px;
  font-weight: 700;
  line-height: 79px;
  margin: 0;
  color: #3B4856;
  margin-left: 16px;
}
@media only screen and (max-width: 984px) {
  main .slice-header-page .title .logo {
    display: block;
  }
  main .slice-header-page .title h3 {
    font-size: 35px;
    display: block;
  }
}
@media only screen and (max-width: 716px) {
  main .slice-header-page .title {
    display: block;
    text-align: center;
    padding-top: 80px;
  }
  main .slice-header-page .title h3 {
    font-size: 26px;
    margin-left: 0;
    line-height: unset;
  }
}
main .slice-header-page .description {
  margin: 32px 0 48px 0;
}
main .slice-header-page .description p {
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.45;
  letter-spacing: normal;
  color: #3b4856;
}
@media only screen and (max-width: 716px) {
  main .slice-header-page .description {
    margin: 24px 0 24px 0;
    text-align: center;
  }
  main .slice-header-page .description p {
    font-size: 16px;
  }
}
main .slice-bloc-utiles-1 {
  padding-top: 180px;
  background-image: linear-gradient(to bottom, #ffffff, #f5f9ff);
}
@media only screen and (max-width: 984px) {
  main .slice-bloc-utiles-1 {
    padding-top: 70px;
  }
}
main .slice-bloc-utiles-1 h3 {
  margin-bottom: 90px;
  text-align: center;
}
main .slice-bloc-utiles-1 .background-image {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
}
@media only screen and (max-width: 984px) {
  main .slice-bloc-utiles-1 .background-image {
    display: none;
  }
}
main .slice-bloc-utiles-1 .picto {
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  line-height: 48px;
  margin-bottom: 12px;
  border-radius: 100%;
  background-color: #7a2078;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px 26px;
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-utiles-1 .picto {
    margin-bottom: 10px;
  }
}
main .slice-bloc-utiles-1 .text-bloc > div {
  padding: 0 30px;
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-utiles-1 .text-bloc > div {
    padding: 0;
  }
}
main .slice-bloc-utiles-1 .text-bloc > div:nth-child(4n+2) .picto,
main .slice-bloc-utiles-1 .text-bloc > div:nth-child(4n+3) .picto {
  background-color: #c4057a;
}
main .slice-bloc-utiles-1 .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
}
main .slice-bloc-utiles-1 .detail {
  margin-bottom: 80px;
  font-size: 18px;
  color: #7d7d7d;
}
main .slice-bloc-utiles-2 {
  background-color: #f5f9ff;
}
main .slice-bloc-utiles-2 .background-image {
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 100% auto;
}
@media only screen and (max-width: 984px) {
  main .slice-bloc-utiles-2 .background-image {
    height: 310px;
    width: 300px;
    margin-bottom: 80px;
    background-position: center;
    background-size: 100% 100%;
  }
}
@media only screen and (max-width: 376px) {
  main .slice-bloc-utiles-2 .background-image {
    height: 300px;
    width: 300px;
    margin-bottom: 80px;
    background-position: center;
    background-size: 100% 100%;
  }
}
main .slice-bloc-utiles-2 .text-bloc > div {
  padding: 0 30px;
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-utiles-2 .text-bloc > div {
    padding: 0;
  }
}
main .slice-bloc-utiles-2 .text-bloc > div:nth-child(4n+2) .picto,
main .slice-bloc-utiles-2 .text-bloc > div:nth-child(4n+3) .picto {
  background-color: #c4057a;
}
main .slice-bloc-utiles-2 .picto {
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  border-radius: 100%;
  background-color: #7a2078;
  line-height: 48px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px 26px;
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-utiles-2 .picto {
    margin-bottom: 10px;
  }
}
main .slice-bloc-utiles-2 .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
}
main .slice-bloc-utiles-2 .detail {
  margin-bottom: 80px;
  font-size: 18px;
  color: #7d7d7d;
}
main .slice-bloc-utiles-3 {
  padding-bottom: 100px;
  background-color: #f5f9ff;
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-utiles-3 {
    padding-bottom: 80px;
  }
}
main .slice-bloc-utiles-3 .outline {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 100px;
  border-radius: 5px;
  box-shadow: 0 22px 47px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-utiles-3 .outline {
    padding: 50px 20px;
  }
}
main .slice-bloc-utiles-3 .outline .title {
  margin: 16px 0;
  font-weight: bold;
  font-size: 20px;
}
main .slice-bloc-utiles-3 .outline .text {
  font-size: 18px;
  color: #7d7d7d;
}
main .slice-bloc-indispensables-1 {
  padding: 180px 0 124px 0;
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-indispensables-1 {
    padding: 80px 0 80px 0;
  }
}
main .slice-bloc-indispensables-1 h3 {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.29;
  text-align: center;
  color: #3B4856;
  margin: 0 0 50px 0;
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-indispensables-1 h3 {
    font-size: 20px;
    line-height: 1.4;
  }
}
main .slice-bloc-indispensables-1 .image-decoration {
  text-align: right;
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-indispensables-1 .image-decoration {
    order: 2;
    text-align: center;
  }
}
main .slice-bloc-indispensables-1 .image-decoration img {
  width: 90%;
  text-align: center;
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-indispensables-1 .image-decoration img {
    width: 80%;
    margin: 0 auto;
  }
}
main .slice-bloc-indispensables-1 .garanties .garantie {
  margin-bottom: 48px;
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-indispensables-1 .garanties {
    order: 1;
  }
}
main .slice-bloc-indispensables-1 .garanties .picto {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #7a2078;
  line-height: 48px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px 26px;
}
main .slice-bloc-indispensables-1 .garanties div:nth-child(even) .picto {
  background-color: #c4057a;
}
main .slice-bloc-indispensables-1 .garanties .title {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #3b4856;
  margin: 16px 0 24px 0;
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-indispensables-1 .garanties .title {
    font-size: 18px;
  }
}
main .slice-bloc-indispensables-1 .garanties .description {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.39;
  letter-spacing: normal;
  color: #7d7d7d;
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-indispensables-1 .garanties .description {
    font-size: 16px;
    line-height: 1.56;
  }
}
main .slice-bloc-indispensables-2 {
  padding: 150px 0 102px 0;
  background: #f5f9ff url("../img/bg-bulle-indispensable-2.svg") no-repeat calc(100% - 100px) -200px;
}
@media only screen and (max-width: 1200px) {
  main .slice-bloc-indispensables-2 {
    background: #f5f9ff url(../img/bg-bulle-indispensable-2.svg) no-repeat calc(100% - 50px) -100px;
    background-size: 80% auto;
  }
}
@media only screen and (max-width: 984px) {
  main .slice-bloc-indispensables-2 {
    background: #f5f9ff url(../img/bg-bulle-indispensable-2.svg) no-repeat calc(100% - 20px) -100px;
    background-size: 80% auto;
  }
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-indispensables-2 {
    padding: 80px 0 30px 0;
    background: #f5f9ff url(../img/bg-bulle-indispensable-2.svg) no-repeat center calc(100% + 100px);
    background-size: 120% auto;
  }
}
main .slice-bloc-indispensables-2 .garanties .garantie {
  padding-right: 100px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-indispensables-2 .garanties .garantie {
    padding-right: 4px;
  }
}
main .slice-bloc-indispensables-2 .garanties .picto {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #c4057a;
  line-height: 48px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px 26px;
}
main .slice-bloc-indispensables-2 .garanties div:nth-child(even) .picto {
  background-color: #7a2078;
}
main .slice-bloc-indispensables-2 .garanties .title {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #3b4856;
  margin: 16px 0 24px 0;
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-indispensables-2 .garanties .title {
    font-size: 18px;
  }
}
main .slice-bloc-indispensables-2 .garanties .description {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.39;
  letter-spacing: normal;
  color: #7d7d7d;
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-indispensables-2 .garanties .description {
    font-size: 16px;
    line-height: 1.56;
  }
}
main .slice-bloc-indispensables-3 {
  padding: 150px 0 124px 0;
  background-image: linear-gradient(to bottom, #ffffff, #eef2f7);
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-indispensables-3 {
    padding: 80px 0 80px 0;
    overflow: hidden;
  }
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-indispensables-3 .image-decoration {
    order: 1;
  }
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-indispensables-3 .image-decoration img {
    width: 100%;
    overflow: hidden;
    margin-left: 58px;
    margin-bottom: 20px;
  }
}
main .slice-bloc-indispensables-3 .garanties .garantie {
  margin-bottom: 48px;
  padding-right: 100px;
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-indispensables-3 .garanties .garantie {
    padding-right: 4px;
  }
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-indispensables-3 .garanties {
    order: 2;
  }
}
main .slice-bloc-indispensables-3 .garanties .picto {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #7a2078;
  line-height: 48px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px 26px;
}
main .slice-bloc-indispensables-3 .garanties div:nth-child(even) .picto {
  background-color: #c4057a;
}
main .slice-bloc-indispensables-3 .garanties .title {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #3b4856;
  margin: 16px 0 24px 0;
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-indispensables-3 .garanties .title {
    font-size: 18px;
  }
}
main .slice-bloc-indispensables-3 .garanties .description {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.39;
  letter-spacing: normal;
  color: #7d7d7d;
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-indispensables-3 .garanties .description {
    font-size: 16px;
    line-height: 1.56;
  }
}
main .slice-bloc-modulable-1 {
  text-align: center;
  padding-top: 180px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-modulable-1 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
main .slice-bloc-modulable-1 h3 {
  margin: 0 0 50px 0;
}
main .slice-bloc-modulable-1 .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
main .slice-bloc-modulable-1 .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main .slice-bloc-modulable-2 {
  padding: 150px 0 100px 0;
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-modulable-2 {
    padding-bottom: 0;
  }
}
main .slice-bloc-modulable-2 .video {
  border: none;
}
main .slice-bloc-modulable-2 .video video {
  border: none;
  width: 100%;
  height: 100%;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
main .slice-bloc-modulable-2 .video .ie-image-placeholder {
  width: 100%;
  height: auto;
}
main .slice-bloc-modulable-2 .GridFlex-row:nth-child(even) .video {
  order: 2;
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-modulable-2 .GridFlex-row:nth-child(even) .video {
    order: 1;
  }
}
main .slice-bloc-modulable-2 .GridFlex-row:nth-child(even) .text {
  order: 1;
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-modulable-2 .GridFlex-row:nth-child(even) .text {
    order: 2;
  }
}
main .slice-bloc-modulable-2 .GridFlex-row:nth-child(even) .text .picto {
  background-color: #c4057a;
}
main .slice-bloc-modulable-2 .text {
  padding: 80px;
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-modulable-2 .text {
    padding: 0 0 80px;
  }
}
main .slice-bloc-modulable-2 .text .picto {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #7a2078;
  line-height: 48px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px 26px;
}
main .slice-bloc-modulable-2 .text .title {
  font-size: 20px;
  font-weight: bold;
  margin: 16px 0 24px 0;
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-modulable-2 .text .title {
    font-size: 18px;
  }
}
main .slice-bloc-modulable-2 .text .description {
  font-size: 18px;
  color: #7d7d7d;
}
@media only screen and (max-width: 716px) {
  main .slice-bloc-modulable-2 .text .description {
    font-size: 16px;
    line-height: 1.56;
  }
}
main .blog {
  background: #f7fbff;
}
main .blog header.blog-header {
  padding-bottom: 0px;
}
@media only screen and (max-width: 984px) {
  main .blog header.blog-header {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 716px) {
  main .blog header.blog-header {
    padding-bottom: 0px;
  }
}
main .blog header.blog-header .banner {
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-origin: content-box;
}
main .blog header.blog-header .banner > div::before {
  background: #f7fbff;
}
main .blog header.blog-header .banner::before {
  background: linear-gradient(228deg, rgba(45, 155, 255, 0.6) 36%, rgba(0, 76, 146, 0.6) 65%);
}
main .blog header.blog-header .banner .blured-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-filter: blur(24px);
  -moz-filter: blur(24px);
  -ms-filter: blur(24px);
  -o-filter: blur(24px);
  filter: blur(24px);
}
main .blog header.blog-header .banner .slogan {
  width: 90%;
}
main .blog .blog-body {
  max-width: 1100px;
  margin-top: -440px;
  margin-bottom: 90px;
  z-index: 100;
}
@media only screen and (max-width: 1200px) {
  main .blog .blog-body {
    margin-top: -450px;
    padding: 0;
  }
}
@media only screen and (max-width: 984px) {
  main .blog .blog-body {
    margin-top: -345px;
  }
}
@media only screen and (max-width: 716px) {
  main .blog .blog-body {
    margin-top: -300px;
  }
}
main .blog .blog-body > div {
  position: relative;
  z-index: 100;
}
main .blog .blog-body .breadcrumb {
  padding: 16px 0;
  line-height: 24px;
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  main .blog .blog-body .breadcrumb {
    padding: 16px 10px;
  }
}
main .blog .blog-body .breadcrumb a, main .blog .blog-body .breadcrumb a:hover {
  color: #fff;
}
main .blog .blog-body .blog-content {
  max-width: 940px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 984px) {
  main .blog .blog-body .blog-content {
    margin: 0 10px 50px;
  }
}
main .blog .blog-body .blog-content h1 {
  font-size: 40px;
  color: #004C92;
}
@media only screen and (max-width: 1200px) {
  main .blog .blog-body .blog-content h1 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 984px) {
  main .blog .blog-body .blog-content h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 716px) {
  main .blog .blog-body .blog-content h1 {
    font-size: 25px;
  }
}
main .blog .blog-body .blog-content h2 {
  margin: 0;
  font-size: 24px;
  color: #3b4856;
}
main .blog .blog-body .blog-content .article-head {
  padding: 25px 0;
  border-bottom: 1px solid #F2F2F2;
}
main .blog .blog-body .blog-content .date {
  color: #7d7d7d;
}
main .blog .blog-body .blog-content .category {
  color: #4EABFF;
}
main .blog .blog-body .blog-content h6.text-begin {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: normal;
}
main .blog .blog-body .blog-content .blog-share {
  padding: 30px 0;
  margin-top: 40px;
  border-top: 1px solid #e8e8e8;
}
main .blog .blog-body .blog-content .blog-share img {
  vertical-align: middle;
  cursor: pointer;
}
main .blog .blog-body .blog-content .images {
  text-align: center;
}
main .blog .blog-body .blog-content .images .image {
  max-width: 100%;
  max-height: 600px;
}
main .blog .blog-body .blog-content .images .legende {
  font-size: 13px;
  line-height: 24px;
  color: #7d7d7d;
}
main .blog .blog-body .blog-content .images .slick-prev {
  left: 10px;
  z-index: 100;
}
main .blog .blog-body .blog-content .images .slick-next {
  right: 10px;
}
main .blog .blog-body .blog-content .youtube-wrapper {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
}
main .blog .blog-body .blog-content .youtube-wrapper iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
main .blog .Tabs {
  margin-bottom: 60px;
}
@media only screen and (max-width: 984px) {
  main .blog .Tabs {
    display: none;
  }
}
main .blog .blog-thumbnails {
  max-width: 1120px;
  padding-bottom: 100px;
}
main .blog .blog-thumbnails #spinner {
  display: none;
}
main .blog .blog-thumbnails .Tabs-slider {
  z-index: auto;
}
main .blog .blog-thumbnail {
  position: relative;
  overflow: hidden;
  height: 500px;
  box-shadow: none;
  transition: box-shadow 0.15s ease-in;
}
main .blog .blog-thumbnail:hover {
  box-shadow: 0px 8px 16px rgba(78, 171, 255, 0.4);
}
main .blog .blog-thumbnail > div {
  padding: 0 24px;
}
main .blog .blog-thumbnail .image {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 0;
  height: 180px;
}
main .blog .blog-thumbnail .image img {
  position: absolute;
  height: 180px;
  width: auto;
  transform: translateX(-50%);
}
main .blog .blog-thumbnail .title {
  margin-top: 20px;
  line-height: 29px;
  font-size: 22px;
  color: #000;
}
main .blog .blog-thumbnail .text-overlay {
  position: absolute;
  z-index: 100;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: linear-gradient(0deg, #fff 15%, transparent 30%);
}
main .blog .blog-thumbnail .text-overlay a {
  display: block;
  height: 100%;
  width: 100%;
}
main .blog .blog-thumbnail .text-overlay.iOS-device {
  background: none;
}
main .blog .blog-thumbnail .text {
  overflow: hidden;
  margin-top: 16px;
  color: #7d7d7d;
}
main .blog .blog-thumbnail .blog-thumbnail-footer {
  position: absolute;
  z-index: 200;
  left: 0;
  bottom: 0;
  padding: 20px 24px;
  width: 100%;
  background-color: #fff;
}
main .blog .blog-thumbnail .blog-thumbnail-footer .category {
  color: #4EABFF;
}
main .blog .blog-thumbnail .blog-thumbnail-footer .date {
  color: #7d7d7d;
}