/* SUMMARY

1. GLOBAL SETTINGS

*/
/* 1.GLOBAL SETTINGS
================================================================================= */
* {
  box-sizing: border-box;
  outline: none;
}

/* html { */
/* width: 100%; */
/* height: 100%; */
/* } */

.overflow-hidden {
  overflow: hidden;
}

/* body { */
/* width: 100%; */
/* margin: 0; */
/* padding: 0; */
/* font-family: 'HelveticaNeue-Roman', sans-serif; */
/* font-size: 14px; */
/* font-weight: normal; */
/* line-height: 15px; */
/* color: #000; */
/* background: #fcfcfc; */
/* cursor: default; */
/* } */
a {
  text-decoration: none;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

ul li {
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
}

.show-decoration li {
  list-style: disc;
}

.Wrapper .slick-dots li {
  background-color: #11204c;
}

.Wrapper .slick-dots li.slick-active,
.slick-dots li:hover {
  background: #0085ca;
}

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

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* 2.GENERAL
================================================================================= */
.browserupgrade {
  margin: 0.2em 0;
  padding: 0.2em 0;
  color: #000;
  background: #ccc;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  color: #162056;
}

a {
  text-decoration: none;
  outline: none;
  color: #162056;
}

* {
  box-sizing: border-box;
}

.Wrapper {
  min-height: 100vh;
  overflow: hidden;
}

.content {
  padding: 20px;
}

.main-content {
  margin: auto;
  max-width: 1440px;
}

.Wrapper--set1 .backgroundColor {
  background: #7FC2E4;
}

.Wrapper--set2 .backgroundColor {
  background: #A1D6CA;
}

.Wrapper--set3 .backgroundColor {
  background: #c4d600;
}

.rdr-video {
  width: 100%;
  display: block;
  margin: -30px 0 10px 0;
}

@media screen and (min-width:1100px) {

  h1,
  .h1 {
    font-size: 60px;
    font-weight: 300;
    line-height: 65px;
    letter-spacing: -0.03em;
  }

  /* h2, */
  /* .h2 { */
  /* font-size: 50px; */
  /* font-weight: 300; */
  /* line-height: 45px; */
  /* letter-spacing: -0.03em; */
  /* } */
  h3,
  .h3 {
    font-size: 45px;
    font-weight: 300;
    line-height: 50px;
    letter-spacing: -0.03em;
  }

  h4,
  .h4 {
    font-size: 35px;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: -0.03em;
  }

  h5,
  .h5 {
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: -0.03em;
  }

  h6,
  .h6 {
    margin: 30px 0;
    font-size: 25px;
    font-weight: 300;
    line-height: 35px;
    letter-spacing: -0.03em;
  }

  .h7 {
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.03em;
  }

  .t1 {
    margin: 20px 0;
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.03em;
  }

  .t2 {
    font-size: 27px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.03em;
  }

  .t2-bis {
    padding-bottom: 50px;
    font-size: 25px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.03em;
  }

  .t3 {
    margin: 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: -0.03em;
  }

  .t4 {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: -0.03em;
  }

  .t5 {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.03em;
  }

  .t6 {
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: -0.03em;
  }

  .t7 {
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: -0.03em;
  }
}

/* Slick */
.slick-list,
.Wrapper--isDesktop .slick-list {
  width: 100% !important;
}

.slick-slider,
.Wrapper--isDesktop .slick-slider {
  position: static;
}

.slick-arrow,
.Wrapper--isDesktop .slick-arrow {
  z-index: 11;
  position: absolute;
  top: 50%;
  width: 65px;
  height: 61px;
  border: 0;
  font-size: 0;
  outline: none;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  cursor: pointer;
}

.Wrapper--isDesktop .slick-arrow:before {
  display: none;
}

.Wrapper--isDesktop .slick-arrow.slick-prev {
  left: 0;
}

.Wrapper--isDesktop .slick-arrow.slick-next {
  right: 0;
}

.secondColor--yellow .slick-arrow {
  background-color: #FFE282;
}

.secondColor--yellow .slick-prev:hover,
.secondColor--yellow .slick-prev:focus,
.secondColor--yellow .slick-next:hover,
.secondColor--yellow .slick-next:focus {
  background-color: #FFE282;
}

.secondColor--green .slick-arrow {
  background-color: #E1EA80;
}

.secondColor--lila .slick-arrow {
  background-color: #C5A3CC;
}

.secondColor--green .slick-arrow:before,
.secondColor--yellow .slick-arrow:before {
  display: none;
}

.secondColor--yellow .slick-prev,
.secondColor--yellow .slick-prev:hover {
  left: 0;
  border-radius: 0 200px 200px 0;
  background-image: url("../../images/widgets/arrow-left.png");
  background-position: 21px center;
  background-repeat: no-repeat;
}

.secondColor--yellow .slick-next,
.secondColor--yellow .slick-next:hover {
  right: 0;
  border-radius: 200px 0 0 200px;
  background-image: url("../../images/widgets/arrow-right.png");
  background-position: 29px center;
  background-repeat: no-repeat;
}

.secondColor--white .slick-prev,
.secondColor--white .slick-prev:hover {
  left: 0;
  border-radius: 0 200px 200px 0;
  background-color: #162056;
  background-image: url("../../images/widgets/arrow-left-w.png");
  background-position: 21px center;
  background-repeat: no-repeat;
}

.secondColor--white .slick-next,
.secondColor--white .slick-next:hover {
  right: 0;
  border-radius: 200px 0 0 200px;
  background-color: #162056;
  background-image: url("../../images/widgets/arrow-right-w.png");
  background-position: 29px center;
  background-repeat: no-repeat;
}

.slick-dots {
  z-index: 2;
  position: relative;
  margin: 19px 0 20px;
  padding: 0;
  text-align: center;
  list-style: none;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  width: 11px;
  height: 11px;
  margin: 0 4px;
  border: 0;
  border-radius: 50%;
  font-size: 0;
  outline: none;
  background: #7FC2E4;
}

.Wrapper--set1 .slick-dots li.slick-active button {
  background: #162056;
}

.Wrapper--set1 .slick-dots li button {
  background: #7FC2E4;
}

.Wrapper--set2 .slick-dots li button {
  background: #A1D6CA;
}

.Wrapper--set3 .slick-dots li button {
  background: #c4d600;
}

.Wrapper--set1 .slick-dots li.slick-active button {
  background: #162056;
}

.Wrapper--set2 .slick-dots li.slick-active button {
  background: #42145F;
}

.Wrapper--set3 .slick-dots li.slick-active button {
  background: #00859b;
}

/*----------- 2. GENERAL RESPONSIVE --------------*/
@media screen and (min-width:781px) and (max-width:1099px) {

  h1,
  .h1 {
    font-size: 45px;
    font-weight: 300;
    line-height: 50px;
    letter-spacing: -0.03em;
  }

  h2,
  .h2 {
    font-size: 40px;
    font-weight: 300;
    line-height: 45px;
    letter-spacing: -0.03em;
  }

  h3,
  .h3 {
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: -0.03em;
  }

  h4,
  .h4 {
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.03em;
  }

  h5,
  .h5 {
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.03em;
  }

  h6,
  .h6 {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: -0.03em;
  }

  .h7 {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: -0.03em;
  }

  .t1 {
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: -0.03em;
  }

  .t2 {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: -0.03em;
  }

  .t3 {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: -0.03em;
  }

  .t4 {
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    line-height: 20px;
    letter-spacing: -0.03em;
  }

  .t5,
  .t6,
  .t7 {
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    line-height: 18px;
    letter-spacing: -0.03em;
  }
}

@media screen and (max-width:780px) {

  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6,
  .h7 {
    margin: 20px 0;
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.03em;
  }

  .t1,
  .t2,
  .t3 {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: -0.03em;
  }

  .t4,
  .t5,
  .t6,
  .t7 {
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: -0.03em;
  }

  .slick-arrow {
    width: 51px;
    height: 40px;
    background-size: 12px;
  }

  .slick-next {
    background-position: 20px center;
  }
}

/* 3. BUTTONS
================================================================================= */
/* Boutons */
.Button {
  display: inline-block;
  margin: 5px 2px;
  padding: 2px 10px;
  min-width: 120px;
  border: 1px solid #162056;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  outline: none;
  transition: 0.3s;
}

/* Boutons SET 1*/
.Wrapper--set1 .Button--standard {
  position: relative;
  margin-top: 20px;
  border-color: #162056;
  border-radius: 20px;
  color: #162056;
}

.Wrapper--set1 .Button--standard:hover {
  /* border-color: #7FC2E4; */
  /* color: #7FC2E4; */
  background-color: #162056;
  color: #FFFFFF;
}

.Wrapper--set1 .Button--white {
  border-color: #fff;
  border-radius: 20px;
  color: #fff;
}

.Wrapper--set1 .Button--white:hover {
  border-color: #162056;
  color: #162056;
}

.TwinBlock .Button--white {
  margin-top: 20px;
}

.Wrapper--set1 .Button--onBackground {
  border-color: #162056;
  border-radius: 20px;
  color: #162056;
}

.Wrapper--set1 .Button--onBackground:hover {
  border-color: #fff;
  color: #fff;
}

.Wrapper--set1 .Button--onBackground--full {
  border-color: #162056;
  border-radius: 20px;
  color: #fff;
  background: #162056;
}

.Wrapper--set1 .FormBlock .Button--onBackground--full,
.FormBlock .form-actions input,
.paiments .form-actions input,
.FormBlock .links a {
  margin: 0;
  border-color: #7fc2e4;
  color: #fff;
  background: #7fc2e4;
}

.Wrapper--set1 .Button--onBackground--full:hover,
.FormBlock .form-actions input:hover {
  border-color: #7fc2e4;
  color: #fff;
  background: #7fc2e4;
}

.Wrapper--set1 .FormBlock .Button--onBackground--full:hover,
.paiments .form-actions input:hover,
.FormBlock .links a:hover {
  border-color: #162056;
  color: #fff;
  background: #162056;
}

.Wrapper--set1 .Button--right {
  border-color: #162056;
  border-radius: 20px 0 0 20px;
  color: #fff;
  background: #162056;
}

.Wrapper--set1 .Button--right:hover {
  border-color: #7FC2E4;
  color: #fff;
  background: #7FC2E4;
}

/* Boutons SET 2*/
.Wrapper--set2 .Button--standard {
  border-color: #162056;
  border-radius: 20px;
  color: #162056;
}

.Wrapper--set2 .Button--standard:hover {
  border-color: #A1D6CA;
  color: #A1D6CA;
}

.Wrapper--set2 .Button--white {
  border-color: #fff;
  border-radius: 20px;
  color: #fff;
}

.Wrapper--set2 .Button--white:hover {
  border-color: #162056;
  color: #162056;
}

.Wrapper--set2 .Button--onBackground {
  border-color: #162056;
  border-radius: 20px;
  color: #162056;
}

.Wrapper--set2 .Button--onBackground:hover {
  border-color: #fff;
  color: #fff;
}

.Wrapper--set2 .Button--onBackground--full {
  border-color: #162056;
  border-radius: 20px;
  color: #fff;
  background: #162056;
}

.Wrapper--set2 .Button--onBackground--full:hover {
  border-color: #fff;
  color: #A1D6CA;
  background: #fff;
}

.Wrapper--set2 .Button--right {
  border-color: #162056;
  border-radius: 20px 0 0 20px;
  color: #fff;
  background: #162056;
}

.Wrapper--set2 .Button--right:hover {
  border-color: #A1D6CA;
  color: #fff;
  background: #A1D6CA;
}

/* Boutons SET 3*/
.Wrapper--set3 .Button--standard {
  border-color: #162056;
  border-radius: 20px;
  color: #162056;
}

.Wrapper--set3 .Button--standard:hover {
  border-color: #c4d600;
  color: #c4d600;
}

.Wrapper--set3 .Button--white {
  border-color: #fff;
  border-radius: 20px;
  color: #fff;
}

.Wrapper--set3 .Button--white:hover {
  border-color: #162056;
  color: #162056;
}

.Wrapper--set3 .Button--onBackground {
  border-color: #162056;
  border-radius: 20px;
  color: #162056;
}

.Wrapper--set3 .Button--onBackground:hover {
  border-color: #fff;
  color: #fff;
}

.Wrapper--set3 .Button--onBackground--full {
  border-color: #162056;
  border-radius: 20px;
  color: #fff;
  background: #162056;
}

.Wrapper--set3 .Button--onBackground--full:hover {
  border-color: #fff;
  color: #c4d600;
  background: #fff;
}

.Wrapper--set3 .Button--right {
  border-color: #162056;
  border-radius: 20px 0 0 20px;
  color: #fff;
  background: #162056;
}

.Wrapper--set3 .Button--right:hover {
  border-color: #c4d600;
  color: #fff;
  background: #c4d600;
}

/* Tools */
.Tools {
  z-index: 12;
  position: fixed;
  top: 180px;
  right: 0;
}

.Tools-item {
  display: block;
  position: relative;
  margin-bottom: 4px;
  padding: 15px 15px;
  transition: 0.3s;
}

.paiements .Tools-item:first-child {
  background-color: #ffe282;
}

.Tools-item.facebook svg {
  width: 12px;
  height: 22px;
}

/* .paiements .Tools-item svg path {
	fill: #00859b;
} */
.Tools-item:first-child {
  border-radius: 10px 0 0;
}

.Tools-item:nth-child(3) {
  border-radius: 0 0 0 10px;
}

.Tools-item:last-child {
  display: block;
  margin-top: 40px;
  padding: 0;
  border-radius: 0 0 0 10px;
  overflow: hidden;
}

.Tools-item img {
  display: block;
  width: 100%;
  width: 50px;
  height: 50px;
  padding: 0;
}

.paiements .Tools-item:last-child {
  display: block;
  margin-top: 0;
  padding: 15px 15px;
  background-color: #00859b;
}

.container-tools-mobile {
  display: none;
  padding: 10px 0 15px 27px;
}

.Tools-mobile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: end;
}

.Tools-mobile .Focus2-rs {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.Tools-mobile .st0 {
  fill: #FFE282;
}

.Tools-mobile .Focus2-bar {
  width: 100px;
}

.Tools-mobile-item {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #162056;
}

.Tools-mobile-item:last-of-type {
  display: none;
}

.Tools-mobile-item svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  transform: translate(-50%, -50%);
}

.Tools-mobile-item img {
  width: 100%;
  border-radius: 50%;
}

.Wrapper--set1 .Tools-item {
  background: #162056;
}

.Wrapper--set1 .Tools-item:hover {
  background: #7FC2E4;
}

.Wrapper--set2 .Tools-item {
  background: #42145F;
}

.Wrapper--set2 .Tools-item:hover {
  background: #A1D6CA;
}

.Wrapper--set3 .Tools-item {
  background: #00859b;
}

.Wrapper--set3 .Tools-item:hover {
  background: #c4d600;
}

.Tools-item svg {
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
}

.Tools .Tools-item svg path {
  fill: #fff;
}

.Tools.paiements .Tools-item svg path {
  fill: none;
}

.Tools-tooltip {
  display: none;
  position: absolute;
  top: 0;
  right: 100%;
  width: 200px;
  margin-right: 20px;
  padding: 20px 10px;
  border-radius: 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.015em;
  color: #11204c;
}

.Tools-tooltip::after {
  content: '';
  display: block;
  position: absolute;
  top: 48%;
  right: 2px;
  width: 20px;
  height: 20px;
  transform: rotate(45deg) translateY(-50%);
}

.Wrapper--set1 .Tools-tooltip,
.Wrapper--set1 .Tools-tooltip::after {
  background: #7FC2E4;
}

.Wrapper--set1 .Tools-item:last-child .Tools-tooltip,
.Wrapper--set1 .Tools-item:last-child .Tools-tooltip::after {
  color: #000000;
  background: #ffffff;
}

.Wrapper--set2 .Tools-tooltip,
.Wrapper--set2 .Tools-tooltip::after {
  background: #A1D6CA;
}

.Wrapper--set3 .Tools-tooltip,
.Wrapper--set3 .Tools-tooltip::after {
  background: #c4d600;
}

.Tools-item:hover .Tools-tooltip {
  display: block;
}

/*----------- 3. BUTTONS RESPONSIVE --------------*/
@media screen and (max-width:1099px) and (min-width:781px) {
  .Tools-item svg {
    width: 20px;
    height: 25px;
  }

  .Tools-tooltip {
    width: 150px;
    padding: 15px 20px;
    font-size: 11px;
  }
}

@media screen and (max-width:780px) {
  .Button {
    padding: 7px 10px 6px;
    border-width: 0.5px;
    font-size: 10px;
    font-weight: 300;
    line-height: 10px;
  }

  .Tools {
    display: none;
  }

  .container-tools-mobile {
    display: none;
  }
}

/* 4. HEADER
================================================================================= */
.node-type-route-du-rhum-2018-contenu header,
.node-type-route-du-rhum-2018-home header {
  z-index: 99;
  position: fixed;
  width: 100%;
}

.language {
  z-index: 99;
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 15px;
  transform: translateY(-50%);
}

.language .language-switcher-locale-url li {
  display: inline-block;
  padding: 0 7px;
  text-transform: uppercase;
  color: #162056 !important;
}

.language .language-switcher-locale-url li:first-of-type:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 38px;
  width: 1px;
  height: 80%;
  background: #162056;
  transform: translateY(-50%);
}

.language .language-switcher-locale-url li a {
  text-transform: uppercase;
  color: #162056 !important;
}

.language .language-switcher-locale-url li.active a {
  font-weight: 600;
}

.language a {
  color: #162056 !important;
}

.language .on {
  font-weight: 600;
}

.language-mobile {
  display: none;
}

.TopHeader {
  height: 50px;
  padding: 17px 8px 17px 20px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.015em;
  color: #162056;
}

.Wrapper--set1 .TopHeader {
  background: #7FC2E4;
}

.Wrapper--set2 .TopHeader {
  background: #A1D6CA;
}

.Wrapper--set3 .TopHeader {
  background: #c4d600;
}

.TopHeader-right {
  float: right;
}

.TopHeader-social {
  display: inline-block;
  margin-right: 14px;
  vertical-align: middle;
}

.TopHeader-socialList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.TopHeader-socialItem {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}

.TopHeader-socialItem svg path {
  fill: #162056;
}

.TopHeader-search {
  display: inline-block;
  margin: 0 21px;
  vertical-align: middle;
}

.TopHeader-searchIcon path {
  fill: #162056;
  stroke-width: 3px;
}

.TopNav {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}

.TopNav-item {
  display: inline-block;
  padding: 0 15px;
}

.TopNav-item a {
  color: #162056;
}

.MainHeader {
  z-index: 10;
  position: relative;
  width: 100%;
  padding: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.03em;
  color: #162056;
  background: #f5f5f5;
}

.MainHeader-countryMobile,
.MainHeader-searchMobile,
.MainHeader-burgerMobile,
.MegaMenu-submenuTitle,
.MegaMenu-submenu2Title,
.MegaMenu-submenu2Title2 {
  display: none;
}

.MainNav {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translateX(-50%) !important;
}

.MainNav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.MainNav-item,
.menu-satellite li {
  display: inline-block;
  padding: 25px 20px 16px;
  letter-spacing: 0.5px;
}

/* .EntreprisesPaiement .MainNav-item:nth-child(2) .MainNav-link::before {
	content: ".";
	position: absolute;
	top: 50%;
	left: -10%;
	transform: translateY(-50%);
} */
/* .EntreprisesPaiement .MainNav-item:nth-child(2) .MainNav-link::after {
	content: ".";
	position: absolute;
	top: 50%;
	right: -10%;
	transform: translateY(-50%);
} */
.MainNav-item .sub-MainNav {
  display: none;
  position: absolute;
  bottom: -112px;
  left: 50%;
  width: calc((100vw/12)*9);
  padding: 40px 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #80c2e4;
  transition: 0.5s all ease-in-out;
  transform: translateX(-50%);
}

.MainNav-item .sub-MainNav::after {
  content: "";
  display: inline;
  position: absolute;
  top: -10px;
  left: 50%;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #80c2e4;
  border-left: 10px solid transparent;
  transform: translateX(-50%);
}

.MainNav-item:last-child .sub-MainNav::after {
  left: initial;
  right: calc((100vw/9)*2);
}

.MainNav-item .sub-MainNav li {
  display: inline-block;
  position: relative;
  padding: 0 15px;
}

/* .MainNav-item .sub-MainNav li::after {
	content: ".";
	position: absolute;
	right: -4px;
	bottom: 0;
} */
.MainNav-item .sub-MainNav li:last-child::after {
  display: none;
}

.MainNav-item:hover .sub-MainNav {
  display: block;
}

.MainNav-item:hover .sub-MainNav::after {
  display: inline;
}

.MainNav-item:hover .sub-MainNav::before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  width: 100%;
  height: 20px;
}

.menu-satellite li a {
  display: block;
  position: relative;
  padding: 16px 0;
  color: #162056 !important;
  background-position: bottom;
  cursor: pointer;
}

.menu-satellite li.active a {
  font-weight: 600;
}

.menu-satellite li a {
  display: block;
  position: relative;
  padding: 16px 0;
  color: #162056 !important;
  background-position: bottom;
  cursor: pointer;
}

.menu-satellite li.active a {
  font-weight: 600;
}

.MainNav-link {
  display: block;
  position: relative;
  padding: 16px 0;
  color: #162056 !important;
  background-position: bottom;
  cursor: pointer;
}

.menu-satellite li:hover {
  font-weight: 600;
  letter-spacing: 0.2px;
}

.MainNav-item:hover .MainNav-link,
.MainNav-item .sub-MainNav li:hover a {
  font-weight: 600;
  letter-spacing: 0.2px;
}

.MainNav-link.on,
.MainNav-item .sub-MainNav li.on a {
  font-weight: 600;
  letter-spacing: 0.2px;
}

.MainNav-linkIconMobile {
  display: none;
}

.TargetNav {
  display: none;
}

.MegaMenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 61px 0 100px;
}

.Wrapper--set1 .MegaMenu {
  background: #7FC2E4;
}

.Wrapper--set2 .MegaMenu {
  background: #A1D6CA;
}

.Wrapper--set3 .MegaMenu {
  background: #c4d600;
}

.MainNav-link.is-active+.MegaMenu {
  display: block !important;
}

.MegaMenu-presentation {
  display: inline-block;
  position: relative;
  width: 25%;
  margin-left: 9%;
  padding-right: 40px;
  vertical-align: top;
}

.MegaMenu-presentation .h6 {
  margin-top: 0;
  font-weight: bold;
}

.MegaMenu-presentation p {
  margin: 25px 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: -0.03em;
}

.MegaMenu-submenu {
  display: inline-block;
  position: relative;
  width: 27%;
  padding-bottom: 50px;
  vertical-align: top;
}

.MegaMenu-submenuList {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.MegaMenu-submenuBorder {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 6px;
  height: 100%;
  border-radius: 20px;
  background: #fff;
}

.MegaMenu-submenuBorder:first-child {
  left: -5px;
}

.MegaMenu-submenuBorder:last-child {
  right: -5px;
}

.MegaMenu-submenuItem {
  margin-bottom: 25px;
}

.MegaMenu-submenuLink {
  display: block;
  padding-right: 40px;
  padding-left: 50px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: -0.03em;
  color: #162056;
  transition: 0.3s;
}

.MegaMenu-submenuItem.is-active .MegaMenu-submenuLink {
  margin-right: -29px;
  margin-left: 29px;
  font-weight: bold;
}

.MegaMenu-submenuLink svg {
  position: relative;
  top: 3px;
  left: 15px;
}

.MegaMenu-submenuItem.is-active .MegaMenu-submenuLink:hover path {
  transition: 0.3s;
  stroke: #162056;
}

.MegaMenu-submenu2 {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: #7FC2E4;
}

.MegaMenu-submenu2List {
  padding-left: 50px;
  list-style: none;
}

.Wrapper--set1 .MegaMenu-submenu2 {
  background: #7FC2E4;
}

.Wrapper--set2 .MegaMenu-submenu2 {
  background: #A1D6CA;
}

.Wrapper--set3 .MegaMenu-submenu2 {
  background: #c4d600;
}

.MegaMenu-submenu2Item {
  margin-bottom: 25px;
}

.MegaMenu-submenu2Link {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: -0.03em;
  color: #162056;
  transition: 0.2s;
}

.MegaMenu-submenu2Link:hover {
  font-weight: bold;
}

.MegaMenu-push {
  display: inline-block;
  width: 38%;
  padding: 0 135px 0 50px;
  vertical-align: top;
}

.MegaMenu-pushImg {
  margin-bottom: 30px;
  max-width: 100%;
}

.MegaMenu-push .h7 {
  margin: 0;
  font-weight: bold;
}

.MegaMenu-pushText {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: -0.03em;
}

/* Breadcrumbs*/
.Breadcrumbs-list {
  padding-left: 61px;
  list-style: none;
}

.Breadcrumbs-item {
  display: inline-block;
}

.Breadcrumbs-link {
  font-size: 15px;
}

.Breadcrumbs-link.is-active {
  font-weight: 700;
}

.MainHeader-logo {
  z-index: 99;
  position: relative;
  height: auto;
}

.MainHeader-logo.custom {
  max-width: 100%;
  min-height: 61px;
}

/*------------ 4. Header RESPONSIVE -------------*/
@media screen and (max-width:1440px) {
  .MainNav-item:last-child .sub-MainNav::after {
    right: calc((100vw/9)*1.6);
  }

  .MainHeader-logo.custom {
    max-width: 100%;
    min-height: unset;
  }

}

@media screen and (max-width:1280px) {
  .MainNav {
    left: 54%;
  }

  .MainHeader {
    font-size: 17px;
  }
}

@media screen and (max-width:1099px) and (min-width:781px) {
  .TopHeader {
    padding-top: 14px;
    font-size: 11px;
  }

  .MainHeader {
    height: 100px;
    padding: 10px 10px 10px 20px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.015em;
  }

  .MainHeader-logo {
    z-index: 99;
    position: absolute;
    top: 50%;
    width: 20%;
    transform: translateY(-50%);
  }

  .MainNav {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
  }

  .MainNav-item {
    padding: 10px 7px 10px;
  }

  .menu-satellite li {
    padding: 25px 5px 16px;
  }

  .MegaMenu-presentation,
  .MegaMenu-submenuBorder:nth-child(1) {
    display: none;
  }

  .MegaMenu-submenu,
  .MegaMenu-push {
    width: 49%;
  }

  .MegaMenu-submenuLink,
  .MegaMenu-submenu2Link,
  .MegaMenu-pushText {
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: -0.03em;
  }
}

@media screen and (max-width:780px) {
  .TopHeader {
    display: none;
  }

  .article .MainNav.EntreprisesPaiement {
    left: 50%;
  }

  .MainNav-item .sub-MainNav {
    display: block;
    position: relative;
    bottom: initial;
    left: initial;
    width: 100%;
    padding: 0;
    font-size: 14px;
    background-color: transparent;
    transform: none;
  }

  .MainNav-item .sub-MainNav li::after {
    display: none;
  }

  .MainHeader {
    height: 62px;
    padding: 10px;
  }

  .MainHeader-logo {
    height: 100% !important;
  }

  .MainHeader-countryMobile {
    display: inline-block;
    margin-top: 10px;
    margin-left: 13px;
    text-transform: uppercase;
    font-size: 8px;
    font-weight: 400;
    vertical-align: top;
  }

  .MainHeader-searchMobile {
    display: inline-block;
    float: right;
    margin: 10px 16px;
  }

  .mainHeader-searchMobileIcon path {
    fill: #162056;
  }

  .MainHeader-burgerMobile {
    display: inline-block;
    float: right;
    margin-top: 10px;
    cursor: pointer;
  }

  .MainHeader-burgerMobileSpan {
    display: block;
    width: 21px;
    height: 2px;
    margin-bottom: 6px;
    border-radius: 20px;
    background: #162056;
    transition: 0.3s;
  }

  .MainHeader-burgerMobileSpan:last-child {
    width: calc(100% - 9px);
    margin-left: 9px;
  }

  .MainHeader-burgerMobile.is-active .MainHeader-burgerMobileSpan:nth-child(2) {
    transform: rotate(45deg);
  }

  .MainHeader-burgerMobile.is-active .MainHeader-burgerMobileSpan:nth-child(1) {
    position: relative;
    top: 7.5px;
    transform: rotate(-45deg);
  }

  .MainHeader-burgerMobile.is-active .MainHeader-burgerMobileSpan:nth-child(3) {
    position: relative;
    top: -8px;
    width: 100%;
    margin-left: 0;
    transform: rotate(-45deg);
  }

  .MainHeader-burgerMobile.is-active~.MainNav {
    display: block !important;
  }

  .MainNav {
    display: none;
    position: absolute;
    top: 62px;
    right: 0;
    height: calc(100vh - 62px);
    padding: 22px 0;
    background: #7FC2E4;
  }

  .Wrapper--set1 .MainNav {
    background: #7FC2E4;
  }

  .Wrapper--set2 .MainNav {
    background: #A1D6CA;
  }

  .Wrapper--set3 .MainNav {
    background: #c4d600;
  }

  .MainNav-item {
    display: block;
    width: 100%;
    padding: 0;
  }

  .MainNav-item .MainNav-link {
    font-weight: 600;
  }

  .menu-satellite li {
    display: block;
    width: 100%;
    padding: 0;
  }

  .menu-satellite li a {
    position: relative;
    padding: 9px 50px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.03em;
    color: #fff;
  }

  .MainNav-link {
    position: relative;
    padding: 9px 50px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.03em;
    color: #fff;
  }

  .MainNav-linkIconMobile {
    display: block;
    position: absolute;
    top: 8px;
    right: 25px;
  }

  .TargetNav {
    display: block;
    margin: 24px 0;
    padding: 0;
    list-style: none;
    background: #162056;
  }

  .Wrapper--set1 .TargetNav {
    background: #162056;
  }

  .Wrapper--set2 .TargetNav {
    background: #42145F;
  }

  .Wrapper--set3 .TargetNav {
    background: #00859b;
  }

  .TargetNav-link {
    display: block;
    padding: 13px 50px 13px 16px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: -0.03em;
    color: #fff;
  }

  .MegaMenu {
    top: 0;
    left: 100%;
    width: 100%;
    padding: 31px 0 0;
    min-height: 100%;
  }

  .MegaMenu-presentation,
  .MegaMenu-push,
  .MegaMenu-submenuBorder {
    display: none !important;
  }

  .MegaMenu-submenu {
    position: initial;
    width: 100%;
  }

  .MegaMenu-submenuTitle {
    display: block;
    margin-bottom: 17px;
    padding: 0 25px 0 16px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.03em;
    color: #fff;
  }

  .MegaMenu-submenuTitle svg,
  .MegaMenu-submenu2Title svg {
    display: inline-block;
    position: relative;
    top: 8px;
    margin-right: 10px;
  }

  .MegaMenu-submenuTitle svg path,
  .MegaMenu-submenu2Title svg path {
    fill: none;
    stroke: #FFF;
    stroke-width: 4;
    stroke-linecap: round;
  }

  .MegaMenu-submenuItem {
    margin: 0;
  }

  .MegaMenu-submenuLink {
    position: relative;
    padding: 14px 50px 14px 16px;
    font-size: 13px;
    font-weight: 300;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.03em;
  }

  .MegaMenu-submenuLink svg {
    position: absolute;
    top: 50%;
    right: 25px;
    left: auto;
    transform: translateY(-50%);
  }

  .MegaMenu-submenuLink svg path {
    stroke: #162056;
  }

  .MegaMenu-submenu2 {
    padding: 31px 0;
    min-height: 100%;
  }

  .MegaMenu-submenu2Title {
    display: block;
    margin-bottom: 31px;
    padding: 0 25px 0 16px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.03em;
    color: #fff;
  }

  .MegaMenu-submenu2Title2 {
    display: block;
    margin: 0 0 4px;
    padding: 0 25px 0 46px;
    font-size: 13px;
    font-weight: 300;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -0.03em;
  }

  .MegaMenu-submenu2List {
    padding: 0 0 0 30px;
  }

  .MegaMenu-submenu2Item {
    margin: 0;
  }

  .MegaMenu-submenu2Link {
    display: block;
    position: relative;
    padding: 14px 50px 14px 16px;
    font-size: 13px;
    font-weight: 300;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.03em;
  }

  .Breadcrumbs-list {
    margin: 10px 0;
    padding-left: 10px;
  }

  .Breadcrumbs-link {
    font-size: 10px;
  }

  .widgetsWrapper.paiements .MainNav-item .sub-MainNav::after {
    display: none;
  }
}

/* WIDGETS
================================================================================= */
.widgetsWrapper {
  margin-top: 105px;
}

.widgetsWrapper>div:last-child {
  margin-bottom: 0;
}

/* Tablet & mobile */
@media screen and (max-width:780px) {
  .widgetsWrapper {
    margin-top: 62px;
  }
}

/* 5. FOCUS1
================================================================================= */
/* With Ribbons */
.Focus1 {
  position: relative;
  width: 100%;
  height: 568px;
  overflow: hidden;
}

.Focus1 .Focus1-text {
  color: #fff;
}

.Focus1--fullHeight {
  height: calc(100vh - 187px);
}

.Focus1-imgContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 59%;
  padding: 10px 0;
  overflow: hidden;
}

.Focus1--fullHeight .Focus1-imgContainer {
  width: 71%;
}

.Focus1-ribbon {
  float: left;
  width: 95%;
  height: 127px;
  margin: 4px 0;
  border-radius: 0 300px 300px 0;
  overflow: hidden;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 105%;
  background-size: 59vw;
}

.Focus1-ribbon:nth-child(2) {
  width: 70%;
  background-position: left -137px;
  background-size: 143%;
  background-size: 59vw;
}

.Focus1-ribbon:nth-child(3) {
  width: 85%;
  background-position: left -274px;
  background-size: 118%;
  background-size: 59vw;
}

.Focus1-ribbon:nth-child(4) {
  width: 100%;
  background-position: left -411px;
  background-size: 100%;
  background-size: 59vw;
}

.Focus1--fullHeight .Focus1-ribbon {
  height: calc((100vh - 280px) /4);
  margin: 9px 0;
  background-size: 140%;
  background-size: 90vw;
}

.Focus1--fullHeight .Focus1-ribbon:nth-child(2) {
  width: 70%;
  background-position: left -25vh;
  background-size: 190%;
  background-size: 90vw;
}

.Focus1--fullHeight .Focus1-ribbon:nth-child(3) {
  width: 85%;
  background-position: left -50vh;
  background-size: 158%;
  background-size: 90vw;
}

.Focus1--fullHeight .Focus1-ribbon:nth-child(4) {
  width: 100%;
  background-position: left -75vh;
  background-size: 140%;
  background-size: 90vw;
}

.Focus1-text {
  position: absolute;
  top: 50%;
  margin-right: 65%;
  margin-left: 59%;
  padding-left: 10px;
  transform: translateY(-50%);
}

.Focus1--fullHeight .Focus1-text {
  margin-left: 61%;
}

.Focus1-text .t5 {
  margin: 0 0 30px;
  text-transform: uppercase;
}

.Focus1-text .h3 {
  margin: 20px 0;
  line-height: 50px;
}

.Focus1-text .t3 {
  margin-bottom: 34px;
}

.Focus1-scroll {
  position: absolute;
  right: 5%;
  bottom: 50px;
  padding-bottom: 45px;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
}

.Focus1-scroll::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 2px;
  height: 30px;
  background: #fff;
}

/* Counter */
.counter {
  padding: 30px 0;
}

.counter-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.number-flex {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: 0;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.number p {
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}

.number h2 {
  margin: 0;
  font-size: 100px;
  font-weight: 100;
  line-height: 80px;
}

.counter h3 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
}

/* With Image */
.Focus1--img {
  position: relative;
  height: 549px;
}

.Focus1--img.Focus1--fullHeight {
  height: calc(100vh - 105px);
  margin-top: 30px;
}

.Focus1--img .Focus1-imgContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-position: bottom;
  background-size: cover;
}

.Focus1--img .Focus1-text {
  margin-left: calc((100%/12) *1) !important;
  margin-right: 65% !important;
  padding-left: 10px;
  color: #fff !important;
}

.widgetsWrapper.paiements .Focus1--img .Focus1-text {
  margin-right: 10%;
  margin-left: 61%;
  color: #11204c;
}

.Focus1--img .Focus1-text--ribbon {
  margin-right: 0;
  margin-left: 50%;
  padding: 20px 5% 20px 14%;
  min-height: 405px;
  border-radius: 400px 0 0 400px;
  background: #fff;
}

/*------------ 5. Focus1 RESPONSIVE -----------*/
@media screen and (max-width:1099px) and (min-width:781px) {

  .Focus1-text .t5,
  .Focus1-text .h3,
  .Focus1-text .t3 {
    margin: 0 0 15px;
  }

  .Focus1--fullHeight .Focus1-imgContainer {
    width: 60%;
  }

  .Focus1--img .Focus1-imgContainer {
    width: 100%;
  }

  .Focus1--img .Focus1-text--ribbon {
    margin-left: 40%;
    min-height: 300px;
  }

  .Focus1-scroll {
    font-size: 12px;
  }
}

@media screen and (max-width:780px) {

  .Focus1,
  .Focus1--fullHeight,
  .Focus1--img.Focus1--fullHeight {
    height: auto;
    background: none;
  }

  .Focus1--fullHeight .Focus1-imgContainer,
  .Focus1-imgContainer,
  .Focus1--img .Focus1-imgContainer {
    position: relative;
    width: 100%;
    height: 440px;
    padding-top: 35px;
    padding-bottom: 0;
  }

  .paiements .Focus1--img .Focus1-imgContainer {
    background-position: center right 20%;
  }

  .Focus1--img .Focus1-imgContainer {
    height: 405px;
  }

  .Focus1--fullHeight .Focus1-ribbon,
  .Focus1-ribbon {
    height: 92px;
    margin: 5px 0;
    background-size: 105%;
    background-size: 100vw;
  }

  .Focus1--fullHeight .Focus1-ribbon:nth-child(2),
  .Focus1-ribbon:nth-child(2) {
    background-position: left -102px;
    background-size: 141%;
    background-size: 100vw;
  }

  .Focus1--fullHeight .Focus1-ribbon:nth-child(3),
  .Focus1-ribbon:nth-child(3) {
    background-position: left -204px;
    background-size: 117%;
    background-size: 100vw;
  }

  .Focus1--fullHeight .Focus1-ribbon:nth-child(4),
  .Focus1-ribbon:nth-child(4) {
    background-position: left -306px;
    background-size: 100%;
    background-size: 100vw;
  }

  .Focus1--fullHeight .Focus1-text,
  .Focus1-text,
  .Focus1--img .Focus1-text {
    position: relative;
    top: 0;
    margin: 0 !important;
    padding: 20px 23px;
    color: #162056 !important;
    transform: none;
  }

  .Focus1-text .number h2 {
    margin: 5px 0;
    font-size: 50px;
    line-height: 50px;
  }

  .Focus1-text .counter h3 {
    margin: 5px 0;
    font-size: 20px;
    line-height: 25px;
  }

  .Focus1--img .Focus1-text--ribbon {
    min-height: 0;
  }

  .counter {
    padding: 30px 0 0;
  }

  .Focus1-text .t5 {
    margin-bottom: 22px;
    font-size: 13px;
    font-weight: 300;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -0.03em;
  }

  .Focus1-text .h3 {
    margin: 20px 0;
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    line-height: 25px;
    letter-spacing: -0.03em;
  }

  .Focus1-text .t3 {
    margin-bottom: 16px;
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: -0.03em;
  }

  .Focus1-scroll {
    display: none;
  }

  .Focus1-text svg {
    width: 100%;
  }

  .widgetsWrapper.paiements .Focus1--img .Focus1-text {
    margin: 0;
  }
}

@media screen and (max-width:480px) {

  .Focus1--fullHeight .Focus1-imgContainer,
  .Focus1-imgContainer {
    position: relative;
    width: 100%;
    height: 220px;
    padding-top: 17px;
    padding-bottom: 0;
  }

  .Focus1--fullHeight .Focus1-ribbon,
  .Focus1-ribbon {
    height: 46px;
    margin: 2px 0;
    background-size: 105%;
    background-size: 100vw;
  }

  .Focus1--fullHeight .Focus1-ribbon:nth-child(2),
  .Focus1-ribbon:nth-child(2) {
    background-position: left -50px;
    background-size: 141%;
    background-size: 100vw;
  }

  .Focus1--fullHeight .Focus1-ribbon:nth-child(3),
  .Focus1-ribbon:nth-child(3) {
    background-position: left -100px;
    background-size: 117%;
    background-size: 100vw;
  }

  .Focus1--fullHeight .Focus1-ribbon:nth-child(4),
  .Focus1-ribbon:nth-child(4) {
    background-position: left -150px;
    background-size: 100%;
    background-size: 100vw;
  }
}

/* 6. FOOTER
================================================================================= */
.Footer {
  position: relative;
  margin-top: 60px;
  padding: 60px 60px 40px;
  color: #fff;
}

.article .Footer {
  margin-top: 0;
}

.Wrapper--set1 .Footer {
  background: #162056;
}

.Wrapper--set2 .Footer {
  background: #42145F;
}

.Wrapper--set3 .Footer {
  background: #00859b;
}

.Footer-logo {
  position: absolute;
  left: 50px;
}

.Footer-logoSvg path {
  fill: #fff;
}

.Footer-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.Footer-nav.paiements {
  text-transform: uppercase;
}

.Footer-nav.paiements .sub-Footer a {
  text-transform: initial;
  color: #fff;
}

.Footer-navColumn {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.Footer-navTitle {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.03em;
}

.Footer-navTitle a {
  color: #fff !important;
}

.Footer-navList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.paiements .Footer-navColumn {
  margin: 0 calc((100vw/12) *1.5) 20px calc((100vw/12) *1.5);
}

.paiements .Footer-nav .Footer-navList .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.paiements .Footer-nav .Footer-navList .Footer-navLink {
  text-transform: uppercase;
}

.paiements .Footer-nav .Footer-navList .Footer-item {
  width: 33%;
  padding-bottom: 20px;
  text-align: left;
}

/* .paiements .Footer-nav .Footer-navList .leaf:nth-child(3n + 3) { */
/* padding-left: 150px  !important; */
/* } */
.paiements .Footer-socialLink {
  width: initial;
  height: initial;
  border: none;
  transition: 0.6s all ease-in-out;
}

.paiements .Footer-socialLink:hover .cls-blue {
  fill: rgba(0, 191, 240, 0.5)
}

.paiements .Footer-socialLink img {
  width: 40px;
  height: 40px;
  display: block;
}

.paiements .Footer-socialLink .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.paiements .Footer-socialLink:hover .img-hover {
  opacity: 1;
}

.paiements .Footer-socialLink:hover .img-notHover {
  opacity: 0;
}

.paiements .sub-Footer a {
  color: #fff;
}

.paiements .Footer-corporate {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 calc((100vw/12) *1.5) 60px calc((100vw/12) *1.5);
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

.paiements .Footer-corporate div {
  width: 33%;
}

.paiements .Footer-corporate div:first-child {
  padding-left: 0;
}

.paiements .Footer-corporate div:last-child {
  padding-right: 0;
}

.paiements .Footer-corporate h2 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.paiements .Footer-corporate p {
  width: 70%;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.paiements .Footer-corporate div:last-child h2 {
  width: 70%;
  margin-left: auto;
  padding-left: 22px;
}

.paiements .Footer-corporate div.first.last h2 {
  width: auto;
  margin-left: initial;
  padding-left: initial;
}

.paiements .Footer-corporate div:last-child p {
  margin-right: -23px;
  margin-left: auto;
}

.paiements .Footer-corporate div.first.last p {
  margin-right: initial;
  margin-left: initial;
}

.paiements .Footer-socialLink svg {
  position: relative;
  top: initial;
  left: initial;
  width: 40px;
  height: 40px;
  transform: none;
}

.Footer-socialLink {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.Footer-socialLink svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 25px;
  transform: translate(-50%, -50%);
}

.Footer-navLink,
.Footer-nav .menu-satellite li a {
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.03em;
  color: #fff !important;
}

.Footer-nav .menu-satellite li {
  display: block;
  padding: 0;
}

.Footer-social {
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: center;
}

.Footer-socialList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.Footer-socialItem {
  display: inline-block;
  margin: 0 9px;
  vertical-align: top;
}

.Wrapper--set1 .Footer-socialSvg {
  fill: #162056;
  stroke: #fff;
}

.Wrapper--set2 .Footer-socialSvg {
  fill: #A1D6CA;
}

.Wrapper--set3 .Footer-socialSvg {
  fill: #c4d600;
}

.Footer-socialSvgIcon {
  fill: #FFF;
}

.Footer-copyright {
  margin: 0;
  text-align: center;
  font-size: 10px;
  font-weight: 300;
  line-height: 10px;
}

.Footer-copyright a {
  color: #ffffff;
}

.Footer-goTop {
  display: none;
}

.cls-blue {
  fill: #00bff0;
}

.cls-white {
  fill: #ffffff;
}

/*--------------- 6. Footer RESPONSIVE---------- */
@media screen and (max-width:1440px) {
  .paiements .Footer-corporate p {
    width: 100%;
  }

  .paiements .Footer-corporate div:last-child h2 {
    width: 100%;
  }

  .paiements .Footer-corporate,
  .paiements .Footer-navColumn {
    margin: 0 calc((100vw/12) *1) 60px calc((100vw/12) *1);
  }

  .paiements .Footer-logo svg {
    width: 100px;
  }

  .paiements .Footer-nav .Footer-navList .Footer-item:nth-child(3n + 3) {
    padding-left: 0;
  }
}

@media screen and (max-width:1099px) and (min-width:781px) {
  .Footer {
    padding: 40px;
  }

  .Footer.paiements {
    padding: 40px 80px;
  }

  .Footer-navTitle,
  .Footer-navLink {
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: -0.03em;
  }
}

@media screen and (max-width:780px) {
  .Footer {
    position: relative;
    margin-top: 30px;
    padding: 0 30px;
  }

  .Footer-nav {
    display: block;
    width: 100%;
    padding-top: 106px;
    padding-bottom: 180px;
  }

  .Footer-navColumn {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .Footer-navTitle {
    margin: 15px 0;
    font-size: 10px;
    font-weight: 300;
    line-height: 10px;
  }

  .Footer-navList,
  .Footer-copyright {
    display: none;
  }

  .Footer-logo {
    float: none;
    position: absolute;
    bottom: 113px;
    left: 50%;
    width: 91px;
    margin: 0 auto;
    transform: translateX(-50%);
  }

  .Footer-logo svg {
    width: 100%;
  }

  .Footer-social {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 30px 30px 20px;
    border-bottom: 2px solid #7FC2E4;
  }

  .Wrapper--set1 .Footer-social {
    border-color: #7FC2E4;
  }

  .Wrapper--set2 .Footer-social {
    border-color: #A1D6CA;
  }

  .Wrapper--set3 .Footer-social {
    border-color: #c4d600;
  }

  .Footer-socialItem {
    margin: 0 10px;
    max-width: 15%;
  }

  .Footer-socialLink {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
  }

  .Footer-socialLink svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    transform: translate(-50%, -50%);
  }

  .Footer-goTop {
    display: block;
    position: absolute;
    bottom: 26px;
    left: 50%;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    transform: translateX(-50%);
    cursor: pointer;
  }

  .Footer-goTopIcon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    padding: 12px 7px;
    border-radius: 50%;
    background: #7FC2E4;
    transition: 0.3s;
  }

  .Wrapper--set1 .Footer-goTopIcon {
    background: #7FC2E4;
  }

  .Wrapper--set2 .Footer-goTopIcon {
    background: #A1D6CA;
  }

  .Wrapper--set3 .Footer-goTopIcon {
    background: #c4d600;
  }

  .Footer-goTop:hover .Footer-goTopIcon {
    background: #fff;
  }

  .paiements .Footer-corporate,
  .paiements .Footer-nav .Footer-navList {
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }

  .paiements .Footer-corporate,
  .paiements .Footer-navColumn {
    margin: 0 0 20px;
  }

  .paiements .Footer-nav .Footer-navList .Footer-item:first-child,
  .paiements .Footer-nav .Footer-navList .Footer-item,
  .paiements .Footer-nav .Footer-navList .Footer-item:last-child,
  .paiements .Footer-corporate div {
    padding: 10px 0;
  }

  .paiements .Footer-nav .Footer-navList .Footer-item,
  .paiements .Footer-corporate div {
    width: 100%;
  }

  .paiements .Footer-corporate div:last-child p {
    margin-right: 0;
  }

  .paiements .Footer-corporate div:last-child h2 {
    padding-left: 0;
  }

  .paiements .Footer-corporate div h2 {
    margin-bottom: 10px;
  }

  .paiements .Footer-nav {
    padding-bottom: 0;
  }

  .paiements.Footer {
    height: 80vh;
  }
}

@media screen and (max-width:414px) {
  .paiements.Footer {
    height: 120vh;
  }
}

@media screen and (max-width:414px) and (max-height:667px) {
  .paiements.Footer {
    height: 130vh;
  }
}

@media screen and (max-width:414px) and (max-height:568px) {
  .paiements.Footer {
    height: 160vh;
  }
}

/* 7. FOCUS2
================================================================================= */
.Focus2 {
  position: relative;
  margin-top: 60px;
  padding: 30vh 58% 42vh 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.article .Focus2 {
  padding: 30vh 58% 42vh 0;
}

.Focus2 h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.Focus2-text {
  position: absolute;
  padding: 48px 50px 46px 8%;
  border-radius: 0 400px 400px 0;
  background: #fff;
}

.Focus2-bar {
  display: inline-block;
  margin-top: 20px;
  max-width: 60%;
}

.Focus2.secondColor--yellow .Focus2-bar path {
  fill: #FFE282;
}

.Focus2.secondColor--green .Focus2-bar path {
  fill: #E1EA80;
}

.Focus2.secondColor--lila .Focus2-bar path {
  fill: #C5A3CC;
}

.Focus2-rs {
  display: inline-block;
  margin-top: 5px;
  margin-left: 10px;
  vertical-align: middle;
}

/*------------ 7. FOCUS2 RESPONSIVE -----------*/
@media screen and (max-width:1024px) {
  .paiements .Focus2 {
    padding: 25vh 50% 25vh 0;
  }
}

@media screen and (min-width:781px) and (max-width:1099px) {
  .Focus2 {
    padding-right: 50%;
  }
}

@media screen and (max-width:780px) {
  .Focus2 {
    margin-top: 62px;
    margin-bottom: 50px;
    padding: 0;
  }

  .paiements .Focus2 {
    padding: 10vh 40% 10vh 0;
    margin-bottom: 0;
  }

  .Focus2-text {
    position: relative;
    top: 66px;
    padding: 89px 0 0;
    min-height: 140px;
    margin: 50px 0;
  }

  .article .Focus2-text {
    top: 10px;
  }

  .article .Focus2-text .h3 {
    padding-right: 200px;
  }

  .article .Wrapper .slick-dots li {
    background-color: transparent;
  }

  .article .Carousel2 .slick-dots {
    bottom: -20px;
  }

  .Focus2-text .h3 {
    width: 70%;
    margin: 0;
    padding: 28px 30px 0 27px;
    max-width: 400px;
    border-radius: 0 400px 0 0;
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.03em;
    background: #fff;
  }

  .Focus2-text .t3 {
    margin: -1px 0 0;
    padding: 10px 12px 0px 27px;
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: -0.03em;
    background: #fff;
  }

  .Focus2-bar {
    fill: #FFE282;
  }
}

@media screen and (max-width:414px) {
  .article .Focus2-text .h3 {
    padding-right: 20px;
    width: 100%;
  }
}

/*----------------------------------------*/
/*       8. FEATURED 1 (WITH IMAGE)       */
.Featured1 {
  position: relative;
  border: 20px solid #fff;
  overflow: hidden;
  background: #7FC2E4;
}

.Wrapper--set1 .Featured1 {
  background: #7FC2E4;
}

.Wrapper--set2 .Featured1 {
  background: #A1D6CA;
}

.Wrapper--set3 .Featured1 {
  background: #c4d600;
}

.Featured1-imgContainer {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 31%;
  margin-top: 21px;
  margin-right: 8%;
  max-width: 441px;
  border-radius: 50% 50% 0 0;
  overflow: hidden;
}

.widgetsWrapper .Featured1-imgContainer {
  max-width: 600px;
}

.Featured1-img {
  display: block;
  width: 100%;
}

.Featured1-text {
  display: inline-block;
  width: 57%;
  padding: 74px 80px 50px 7%;
}

.widgetsWrapper .Featured1-text .h1 {
  font-size: 42px;
  line-height: 40px;
  letter-spacing: -0.16px;
  color: #162056;
}

.Featured1-text .h1 {
  margin-top: 0;
  margin-bottom: 44px;
  color: #fff;
}

.widgetsWrapper .Featured1-text .t3,
.widgetsWrapper .Featured1-text .ul {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: -0.16px;
}

.widgetsWrapper .Featured1-text .ul {
  padding-left: 20px;
}

.widgetsWrapper .Featured1-text p {
  margin: 44px 0 41px;
}

.Featured1-text ul,
.Featured3-text ul {
  text-align: left;
  padding-left: 20px;
}

.Featured1-text li,
.Featured3-text li {
  padding: 0 0 5px 5px;
  list-style-image: url(../../images/widgets/ul.png);
  font-size: 18px;
  line-height: 26px;
}

.widgetsWrapper .Wrapper--set1 .Featured1 .Button.Button--standard:hover {
  border-color: #fff;
  color: #fff;
}

/* .Featured1-text .t3 { */
/* margin: 44px 0 41px; */
/* } */

/*------------ 8-1. FEATURED1 RESPONSIVE -----------*/
@media screen and (min-width:781px) and (max-width:1099px) {
  .Featured1-text {
    padding: 60px 60px 40px 7%;
  }

  .Featured1-text .h1 {
    margin: 0 0 25px;
  }

  .Featured1-text .t3 {
    margin: 0 0 25px;
  }
}

@media screen and (max-width:780px) {
  .Featured1 {
    border: 0;
  }

  .Featured1-imgContainer {
    float: none;
    float: right;
    position: relative;
    top: 0;
    left: 0;
    width: calc(100% - 25px);
    height: 153px;
    margin-right: 0;
    margin-left: 25px;
    max-width: 400px;
    border-radius: 200px 0 0 200px;
  }

  .Featured1-img {
    position: absolute;
    top: 50%;
    transform: translateY(-40%);
  }

  .Featured1-text {
    display: block;
    clear: both;
    width: 100%;
    padding: 20px 25px 21px;
    text-align: center;
  }

  .Featured1-text .h1,
  .article .Featured1-text .h1 {
    margin: 0 0 17px;
    text-align: left;
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    line-height: 27px;
    letter-spacing: -0.03em;
  }

  .Featured1-text .t3,
  .article .Featured1-text .t3,
  .article .Featured1-text .ul {
    margin: 0 0 17px;
    text-align: left;
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: -0.03em;
  }
}

/* 8. TWIN BLOCKS
================================================================================= */
.TwinBlocks {
  position: relative;
  margin: 60px 0 0;
}

.TwinBlock {
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: hidden;
  vertical-align: top;
}

.TwinBlocks .slick-track .slick-slide {
  display: block;
}

.TwinBlock--white {
  padding: 39px 0;
  background: #f4f4f4;
}

.TwinBlock--bkg {
  color: #fff;
  background-image: url("../images/twinblock2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.TwinBlock-imgContainer {
  display: inline-block;
  z-index: 2;
  position: relative;
  width: 48%;
  border-radius: 0 200px 200px 0;
  overflow: hidden;
  vertical-align: top;
}

.TwinBlock-img {
  display: block;
  width: 100%;
}

.TwinBlock-text {
  display: inline-block;
  z-index: 2;
  position: relative;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 51%;
  padding: 0 4%;
  vertical-align: top;
}

.TwinBlock-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0.9;
  background-color: #162056;
}

.Wrapper--set1 .TwinBlock-layer {
  background-color: #162056;
}

.Wrapper--set2 .TwinBlock-layer {
  background-color: #42145F;
}

.Wrapper--set3 .TwinBlock-layer {
  background-color: #00859b;
}

.TwinBlock-svg {
  display: inline-block;
  z-index: 2;
  position: relative;
  width: 38%;
  text-align: center;
  vertical-align: middle;
}

.TwinBlock-textBkg {
  display: inline-block;
  z-index: 2;
  position: relative;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 90%;
  padding: 109px 4%;
  vertical-align: middle;
}

.TwinBlock--bkg .TwinBlock-textBkg {
  padding: 60px 5.5% 40px;
}

.TwinBlock-textBkg .h4 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: -0.03em;
}

.TwinBlock--bkg .t5 {
  font-weight: 100;
}

.Wrapper--set1 .Carouselv2-item .Focus2 .Button--white:hover,
.Wrapper--set1 .TwinBlock--bkg .Button--white:hover {
  border-color: #7FC2E4;
  color: #7FC2E4;
}

.Wrapper--set2 .Carouselv2-item .Focus2 .Button--white:hover,
.Wrapper--set2 .TwinBlock--bkg .Button--white:hover {
  border-color: #A1D6CA;
  color: #A1D6CA;
}

.Wrapper--set3 .Carouselv2-item .Focus2 .Button--white:hover,
.Wrapper--set3 .TwinBlock--bkg .Button--white:hover {
  border-color: #c4d600;
  color: #c4d600;
}

.TwinBlocks .slick-dots {
  bottom: -30px;
}

/*------------ 8. TwinBlock RESPONSIVE -----------*/
@media screen and (max-width:1400px) {
  .TwinBlock-imgContainer {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (min-width:781px) and (max-width:1099px) {
  .TwinBlock-textBkg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width:780px) {
  .TwinBlocks {
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px 20px;
    background: #f4f4f4;
  }

  .TwinBlock--white {
    padding-top: 0;
    background: #fff;
  }

  .TwinBlock-imgContainer {
    width: 95%;
    height: 180px;
    max-width: 444px;
  }

  .TwinBlock-text {
    display: block;
    width: 100%;
    padding: 0 20px;
  }

  .TwinBlock--white {
    padding: 30px 0 0;
  }

  .TwinBlock-text .t5 {
    font-size: 13px;
    font-weight: 300;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -0.03em;
  }

  .TwinBlock-text .t1 {
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: -0.03em;
  }

  .TwinBlock--bkg {
    padding: 54px 0 64px;
  }

  .TwinBlock-svg {
    width: 100%;
    padding: 0 20px 26px;
    text-align: left;
  }

  .TwinBlock-svg svg {
    width: 70px;
    height: 92px;
  }

  .TwinBlock-textBkg {
    display: block;
    width: 100%;
    padding: 0 20px 0;
  }

  .TwinBlock-textBkg .h5 {
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: -0.03em;
  }

  .TwinBlock-img {
    position: relative;
    top: -94px;
  }
}

/* 9. CAROUSEL1
================================================================================= */
.Carousel1 {
  position: relative;
  margin: 60px 0 0;
  padding: 51px 0 0;
  background: #7fc2e4;
}

.Carousel1.bk-white {
  background: #fff;
}

.Carousel1.bk-white .Carousel1-title {
  display: block;
  width: 60%;
  margin: 0 auto 50px;
  padding-left: 0;
  text-align: center;
  font-size: 42px;
  line-height: 45px;
  letter-spacing: -0.16px;
}

.Carousel1.bk-white .Carousel1-textTitle {
  font-size: 35px;
  line-height: 40px;
  letter-spacing: -0.48px;
}

.Carousel1-title {
  margin-top: 0;
  margin-bottom: 60px;
  padding-left: 114px;
  text-align: left;
  font-size: 35px;
}

.Carousel1-item {
  padding-left: 114px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.Carousel1-item img {
  max-width: 100%;
}

.Carousel1-imgContainer {
  display: inline-block;
  width: 40%;
  margin-bottom: 60px;
  vertical-align: top;
}

.Carousel1-img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.Carousel1-text {
  display: inline-block;
  width: 53%;
  padding-right: 90px;
  padding-bottom: 112px;
  padding-left: 46px;
  vertical-align: top;
}

.Carousel1-textTitle {
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 25px;
}

.Carousel1-text .t3 {
  margin: 35px 0 34px;
}

.Carousel1 .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%);
}

.VideoBlock-videoContainer .rwd-iframe .rwd-iframe {
  position: static;
  padding: 0;
}

.VideoBlock-videoContainer .rwd-iframe {
  position: static;
  padding: 0;
}

.VideoBlock-videoContainer img {
  width: 100%;
}

.Wrapper--set1 .Carousel1 .slick-dots li button {
  background-color: #ffe282;
}

.Wrapper--set1 .Carousel1 .slick-dots li.slick-active button {
  background-color: #162056;
}

/*------------ 9. Carouselv2 Adaptative -----------*/
.Carouselv2-carou {
  position: relative;
}

.Carouselv2-carou.slick-slider,
.Wrapper--isDesktop .Carouselv2-carou.slick-slider {
  position: relative;
}

.Carouselv2-carou .Carouselv2-item .Focus2 {
  margin-top: 0;
  padding: 20vh 45% 40vh 0;
  color: #fff;
  background-image: url(../images/home/img1.jpg);
}

.widgetsWrapper.paiements .Focus2 .Focus2-text {
  margin-right: 40%;
}

.Carouselv2-carou .Carouselv2-item .Focus2 .Focus2-text {
  padding: 48px 50px 46px 8%;
  color: #FFF;
	background-color: #162056;
	top: 50%;
	transform: translateY(-50%);
}

.Carouselv2-carou .Carouselv2-item .Focus2 h3 {
  padding-bottom: 30px;
  font-size: 42px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: -0.4px;
}

@media screen and (max-width: 780px) {
  .widgetsWrapper.paiements .Focus2 .Focus2-text {
    margin-right: 10%;
  }
}

/*---------Z--- 9. Carousel1 RESPONSIVE -----------*/
@media screen and (max-width:1440px) {
  .Carouselv2-carou .Carouselv2-item .Focus2 {
    padding-right: 30%;
  }
}

@media screen and (min-width:781px) and (max-width:1099px) {
  .Carousel1-title {
    margin-bottom: 40px;
  }

  .Carousel1-textTitle {
    margin: 20px 0;
  }

  .Carousel1-text .t3 {
    margin: 25px 0;
  }

  .Carousel1-text {
    padding-bottom: 60px;
    padding-left: 40px;
  }
}

@media screen and (max-width:780px) {
  .Carousel1 {
    margin: 0;
    padding: 30px 20px;
    background: none;
  }

  .Carousel1-title {
    margin-bottom: 20px;
    padding-left: 0;
    text-align: center;
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.03em;
  }

  .Carousel1-item {
    padding: 0;
    display: block !important;
  }

  .Carousel1-imgContainer {
    width: 100%;
    margin-bottom: 0;
  }

  .Carousel1-text {
    display: block;
    width: 100%;
    padding: 20px 21px;
    background: #7fc2e4;
  }

  .Carousel1-textTitle {
    margin: 0 0 21px;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: -0.03em;
  }

  .Carousel1-text .t3 {
    margin: 0 0 30px;
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: -0.03em;
  }

  .Carouselv2-carou {
    padding: 20px;
  }

  .Carouselv2-carou .Carouselv2-item .Focus2 {
    margin-bottom: 0;
    padding: 0;
    min-height: 220px;
  }

  .Carouselv2-carou .Carouselv2-item .Focus2 .Focus2-text {
    position: absolute;
    padding: 0 0;
    min-height: 0;
    margin-right: 0;
    max-height: 180px;
    margin: 0;
    top: 50% !important;
    transform: translatey(-50%);
    max-width: 80%;
    width: fit-content;
  }

  .Carouselv2-carou .Carouselv2-item .Focus2-text .h3 {
    z-index: 1;
    width: 100%;
    margin: 0;
    padding: 20px 30px 5px 27px;
    max-width: 400px;
    border-radius: 0 400px 0 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: -0.03em;
    background: none;
  }

  .Carouselv2-carou .Carouselv2-item .Focus2-text .Button {
    margin-left: 27px;
    position: relative;
    border-color: #fff;
    border-radius: 20px;
    color: #fff;
    margin-bottom: 20px;
  }

  .Carousel1.bk-white .Carousel1-title {
    width: 100%;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -0.03em;
  }

  .Carousel1.bk-white .Carousel1-textTitle {
    margin: 0 0 17px;
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.03em;
  }

  .Wrapper--set1 .Carouselv2.secondColor--white .slick-dots li.slick-active button {
    background: #fff;
  }

  .Wrapper .Carouselv2.secondColor--white .slick-dots li.slick-active,
  .Carouselv2.secondColor--white .slick-dots li:hover {
    background: transparent;
  }

  .paragraphs-items-field-widgets-home-rdr .Carouselv2-carou .Carouselv2-item .Focus2 .Focus2-text {
    top: 0px;
  }
}

/* 10. HEYFIGURE1
================================================================================= */
.Keyfigure1 {
  position: relative;
  padding: 60px 0 0;
  margin-top: 60px;
}

.Keyfigure1 .h5 {
  display: inline-block;
  width: 34%;
  margin: 0;
  padding-top: 47px;
  padding-right: 10%;
  padding-left: 9%;
  vertical-align: top;
}

.Keyfigure1-carou {
  display: inline-block !important;
  width: 53%;
  vertical-align: top;
}

.Keyfigure1-item {
  position: relative;
  padding: 47px 10px 0;
  min-height: 191px;
}

.Keyfigure1-bkg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.secondColor--yellow .Keyfigure1-bkg path {
  opacity: 0.5;
  fill: #FFE282;
}

.secondColor--yellow .Keyfigure1-bkg rect {
  opacity: 0.5;
  fill: #E1EA80;
}

.secondColor--green .Keyfigure1-bkg path {
  opacity: 0.5;
  fill: #E1EA80;
}

.secondColor--lila .Keyfigure1-bkg path {
  opacity: 0.5;
  fill: #C5A3CC;
}

.Keyfigure1-text {
  z-index: 2;
  position: relative;
}

.Keyfigure1-text .h4 {
  margin: 0;
  text-align: center;
  font-weight: bold;
}

.Keyfigure1-text .t1 {
  margin: 0;
  text-align: center;
}

/*------------ 10. Keyfigure1 RESPONSIVE -----------*/
@media screen and (max-width:780px) {
  .Keyfigure1 {
    padding: 30px 0 0;
  }

  .Keyfigure1 .h5 {
    display: block;
    width: 100%;
    padding: 10px 30px 20px;
    text-align: center;
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    line-height: 28px;
    letter-spacing: -0.03em;
  }

  .Keyfigure1-carou {
    display: block;
    position: relative;
    width: 100%;
  }

  .Keyfigure1-item {
    padding: 20px 20%;
    min-height: 96px;
  }

  .Keyfigure1-text .h4 {
    font-size: 27px;
    font-weight: 300;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.03em;
  }

  .Keyfigure1-text .t1 {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    line-height: 22px;
    letter-spacing: -0.03em;
  }

  .Keyfigure1-bkg {
    height: 96px;
  }

  .Keyfigure1 .Keyfigure1-item {
    padding: 20px !important;
  }
}

/* 11. VIDEO
================================================================================= */
.VideoBlock {
  margin-top: 60px;
  padding: 56px 8% 78px;
  background: #7FC2E4;
}

.Wrapper--set1 .VideoBlock {
  background: #7FC2E4;
}

.Wrapper--set2 .VideoBlock {
  background: #A1D6CA;
}

.Wrapper--set3 .VideoBlock {
  background: #c4d600;
}

.VideoBlock .h5 {
  margin: 0 0 35px;
}

.VideoBlock .t3 {
  margin: 35px 0 37px;
}

.VideoBlock-videoContainer {
  position: relative;
  width: 100%;
}

.VideoBlock-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.paiements .VideoBlock {
  position: relative;
  margin-right: 0;
  margin-left: 0;
  background-color: #162056;
}

.paiements .VideoBlock .h5,
.paiements .VideoBlock .t3 {
  color: #fff;
}

.paiements .VideoBlock-video {
  position: relative;
  height: 44vh;
}

.paiements .VideoBlock .VideoBlock-video {
  height: 74vh;
}

.VideoBlock-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(22, 32, 86, 0.9);
  cursor: pointer;
}

.Wrapper--set1 .VideoBlock-layer {
  background: rgba(22, 32, 86, 0.9);
}

.Wrapper--set2 .VideoBlock-layer {
  background: rgba(66, 20, 95, 0.9);
}

.Wrapper--set3 .VideoBlock-layer {
  background: rgba(0, 133, 155, 0.9);
}

.VideoBlock-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  padding: 18px 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.container-video {
  margin: auto;
  max-width: 1440px;
}

/*------------ 11. Video RESPONSIVE -----------*/
@media screen and (min-width:781px) and (max-width:1099px) {
  .VideoBlock .h5 {
    margin-bottom: 25px;
  }

  .VideoBlock .t3 {
    margin: 0 0 25px;
  }

  .paiements .VideoBlock-video {
    height: 30vh;
  }
}

@media screen and (min-width:1440px) {
  .VideoBlock {
    margin-right: calc(-100vw / 2 + 1440px / 2);
    margin-left: calc(-100vw / 2 + 1440px / 2);
  }
}

@media screen and (max-width:780px) {
  .VideoBlock {
    margin: 30px 0 0;
    padding: 22px 25px 27px;
  }

  .VideoBlock .h5 {
    margin-bottom: 22px;
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.03em;
  }

  .VideoBlock .t3 {
    margin: 0 0 14px;
  }

  .paiements .VideoBlock-video {
    height: 40vh;
  }
}

@media screen and (max-width:414px) {
  .paiements .VideoBlock-video {
    height: auto;
  }
}

/* 12. PUSHS
================================================================================= */
.Pushs {
  position: relative;
  padding: 60px 0;
  background: #f4f4f4;
}

.Pushs .h4 {
  margin: 0 auto 64px;
  max-width: 33%;
  text-align: center;
}

.widgetsWrapper.paiements .Pushs .h4 {
  max-width: 100%;
}

.Pushs-item {
  display: inline-block;
  width: 95%;
  vertical-align: top;
  background: #fff;
}

.push-carousel {
  position: relative;
}

.push-carousel .slick-track .slick-slide {
  -ms-flex-align: start;
  align-items: start;
}

.Pushs .slick-prev:before,
.Pushs .slick-next:before,
.ImgCarousel .slick-prev:before,
.ImgCarousel .slick-next:before {
  display: none;
}

.Pushs-img {
  display: block;
  width: 100%;
}

.Pushs-text {
  padding: 21px 20px 40px;
  overflow: hidden;
}

.Pushs-text .t7 {
  margin: 0 0 23px;
  font-weight: 400;
}

.Pushs-text .t1 {
  margin: 0;
  margin-bottom: 20px;
  min-height: 70px;
}

.Pushs-text .t1 a,
.Pushs-text .t1 a:hover {
  color: #162056 !important;
}

.Pushs-item .Button--right {
  float: right;
  margin-right: -20px;
}

.push-carousel .slick-list {
  width: 83% !important;
  margin: auto;
}

.Pushs-text .t5 {
  padding-bottom: 60px;
}

/*------------ 12. Pushs RESPONSIVE -----------*/
@media screen and (min-width:781px) and (max-width:1099px) {
  .Pushs .h4 {
    margin-bottom: 40px;
    max-width: 50%;
  }

  .Pushs-text {
    padding-bottom: 20px;
  }

  .Pushs-text .t7 {
    margin-bottom: 17px;
  }
}

@media screen and (max-width:780px) {
  .Pushs {
    padding: 37px 0 5px;
  }

  .Pushs .h4 {
    margin: 0 0 20px;
    max-width: 100%;
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.03em;
  }

  .Pushs-item {
    display: block;
    width: 100%;
    margin: 0 0 20px;
  }

  .Pushs-text {
    padding: 20px;
  }

  .Pushs-text .t7 {
    margin-bottom: 27px;
  }

  .Pushs-text .t1 {
    height: initial;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: -0.03em;
  }

  .Pushs .slick-arrow {
    background-size: 12px;
  }
}

/* 13. CAROUSEL2
================================================================================= */
.Carousel2 {
  position: relative;
  margin: 60px 0 0;
  padding: 34px 0 49px;
}

.widgetsWrapper.paiements .Carousel2 {
  margin: 20px;
}

.Carousel2.secondColor--yellow {
  background: #FFE282;
}

.Carousel2.secondColor--green {
  background: #E1EA80;
}

.Carousel2.secondColor--lila {
  background: #C5A3CC;
}

.Carousel2-title {
  margin: 0 0 59px;
  text-align: center;
  font-size: 40px;
}

.Carousel2-carou {
  position: relative;
  padding: 0 8%;
}

.Carousel2-carou .slick-slide>div {
  width: 100%;
}

.Carousel2-carou .slick-slide>div a,
.Carousel2-carou .slick-slide>div a:hover {
  color: #162056 !important;
}

.Carousel2-text {
  margin: 0 10px;
  padding: 20px;
  background: #ffffff;
}

.carousel2-v2 .Carousel2-text {
  z-index: 1;
  position: relative;
  background: transparent;
}

.carousel2-v2 .Carousel2-text p {
  display: block;
  z-index: 1;
  position: relative;
  margin: auto;
  text-align: center;
  padding-top: 2px;
  font-size: 20px;
  line-height: 25px;
  font-size: 35px;
  line-height: 40px;
}

.carousel2-v2 .Carousel2-text .t5 {
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
}

.carousel2-v2 .img svg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.Carousel2-item {
  position: relative;
}

.Carousel2-item img {
  width: 100%;
  opacity: 0.5;
}

.Carousel2-item img.picto {
  width: auto;
  opacity: 1;
  margin: 0 auto 5px;
  height: 30px;
  width: auto;
}

.article .Carousel2-item {
  max-height: 350px;
}

.Carousel2-item .t1 {
  font-size: 25px;
  line-height: 30px;
  color: #162056;
  margin: 0;
  padding: 0 0 15px 0;
  text-align: left;
  font-weight: 700;
}

.Carousel2-item .t5 {
  margin-bottom: 30px;
}

.Carousel2-link {
  font-weight: 700;
}

.Carousel2 .slick-dots {
  bottom: -50px;
}

.Carousel2 .Carousel2-carou .slick-arrow {
  background-color: #162056;
}

.Carousel2 .Carousel2-carou .slick-prev {
  background-image: url("../../images/widgets/arrow-left-w.png");
  background-repeat: no-repeat;
}

.Carousel2 .Carousel2-carou .slick-next {
  background-image: url("../../images/widgets/arrow-right-w.png");
  background-repeat: no-repeat;
}

.secondColor--yellow.color-white .slick-arrow {
  background-color: #ffffff;
}

.secondColor--yellow.color-white.Carousel2 .Carousel2-carou .slick-prev {
  background-image: url("../../images/widgets/arrow-left.png");
}

.secondColor--yellow.color-white.Carousel2 .Carousel2-carou .slick-next {
  background-image: url("../../images/widgets/arrow-right.png");
}

.secondColor--yellow.color-white.Carousel2 .t1 {
  text-align: center;
}

/*------------ 13. CAROUSEL2 RESPONSIVE -----------*/
@media screen and (min-width:781px) and (max-width:1099px) {
  .Carousel2-title {
    margin-bottom: 40px;
  }

  .Carousel2-item .t5 {
    margin-bottom: 20px;
  }

  .Carousel2-link {
    font-size: 15px;
  }
}

@media screen and (max-width:780px) {
  .Carousel2 {
    padding: 30px 0;
  }

  .Carousel2-title {
    margin: 0 0 20px;
    padding: 0 25px;
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.03em;
  }

  .Carousel2-carou {
    padding: 0 20px;
  }

  .Carousel2-item .t1 {
    margin: 0 0 17px;
    font-size: 18px;
    font-weight: 300;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.03em;
  }

  .Carousel2-item .t5 {
    margin: 0 0 20px;
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: -0.03em;
  }

  .Carousel2-link {
    font-size: 13px;
    font-weight: 300;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -0.03em;
  }
}

/* 13.BIS DOWNLOAD CAROUSEL
================================================================================= */
.DownloadCarousel .Carousel2-text {
  padding: 0;
  background: #162056;
}

.DownloadCarousel .Carousel2-item .t1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
  font-size: 22px;
  line-height: 26px;
}

/* 14. SIMPLE TEXT + CAROUSEL
================================================================================= */
.widgetsWrapperArticle .ImgCarousel {
  max-width: 1440px;
}

.ImgCarousel {
  position: relative;
  margin: 60px auto 0;
  padding: 0;
}

.ImgCarousel-text {
  padding: 0 8%;
}

.ImgCarousel-text .t2 {
  margin-bottom: 38px;
  font-weight: 700;
}

.ImgCarousel-text .t4 {
  margin-bottom: 40px;
}

.ImgCarousel-carou {
  position: relative;
  padding: 0;
}

.ImgCarousel-carou .slick-slide>div {
  width: 100%;
}

.ImgCarousel-item {
  position: relative;
}

.ImgCarousel-item img {
  display: block;
  width: 100%;
}

.ImgCarousel-item .t6 {
  position: absolute;
  bottom: 60px;
  left: 0;
  padding: 20px 25px 20px 135px;
  max-width: 70%;
  border-radius: 0 100px 100px 0;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  background: #162056;
}

.Wrapper--set1 .ImgCarousel-item .t6 {
  color: #162056;
  background: #fff;
}

.Wrapper--set2 .ImgCarousel-item .t6 {
  background: #42145F;
}

.Wrapper--set3 .ImgCarousel-item .t6 {
  background: #00859b;
}

/*------------ 14. SIMPLE TEXT + CAROUSE RESPONSIVE -----------*/
@media screen and (min-width:781px) and (max-width:1099px) {

  .ImgCarousel-text .t2,
  .ImgCarousel-text .t4 {
    margin-bottom: 25px;
  }
}

@media screen and (max-width:780px) {
  .ImgCarousel {
    margin: 20px 0 0;
    padding: 0;
  }

  .ImgCarousel-text {
    padding: 0 25px;
  }

  .ImgCarousel-text .t2 {
    margin: 0 0 17px;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: -0.03em;
  }

  .ImgCarousel-text .t4 {
    margin-bottom: 30px;
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: -0.03em;
  }

  .ImgCarousel-carou {
    padding: 0;
  }

  .ImgCarousel-item .t6 {
    position: relative;
    bottom: 0;
    margin: 0;
    margin-right: 25px;
    padding: 20px 25px;
    max-width: 100%;
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: -0.03em;
  }
}

/* 15. QUOTE
================================================================================= */
.Quote {
  padding: 20px 20% 33px;
  text-align: center;
}

.Quote .h5 {
  margin: 40px 0 50px;
}

.Quote .t3 {
  margin: 0 0 50px;
}

.Quote .t3 strong {
  font-weight: 400;
  color: #7FC2E4;
}

.Wrapper--set1 .Quote .t3 strong {
  color: #7FC2E4;
}

.Wrapper--set2 .Quote .t3 strong {
  color: #A1D6CA;
}

.Wrapper--set3 .Quote .t3 strong {
  color: #c4d600;
}

.Quote.secondColor--yellow path {
  fill: #FFE282;
}

.Quote.secondColor--green path {
  fill: #E1EA80;
}

.Quote.secondColor--lila path {
  fill: #C5A3CC;
}

/*------------ 15-1. Quote RESPONSIVE -----------*/
@media screen and (min-width:781px) and (max-width:1099px) {
  .Quote {
    padding: 20px 10% 33px;
  }

  .Quote .h5 {
    margin: 30px 0 35px;
  }

  .Quote .t3 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width:780px) {
  .Quote {
    margin: 30px 20px;
    padding: 0;
  }

  .Quote .h5 {
    margin: 17px 0 22px;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: -0.03em;
  }

  .Quote .t3 {
    margin: 0 0 22px;
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: -0.03em;
  }
}

/* 16. FORM
================================================================================= */
.FormBlock {
  position: relative;
  margin-top: 60px;
  padding: 40px 9% 0;
  overflow: hidden;
  color: #162056;
  background: #fff;
}

.paiments .FormBlock-form h4,
.paiments .FormBlock-form p {
  text-align: center;
}

.paiments .FormBlock-form p {
  margin: 0 calc((100vw/12) *1);
  padding-bottom: 40px;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.16px;
}

.Wrapper--set1 .FormBlock {
  color: #162056;
  background: #fff;
}

.Wrapper--set2 .FormBlock {
  background: #A1D6CA;
}

.Wrapper--set3 .FormBlock {
  background: #c4d600;
}

.FormBlock .h4 {
  margin: 0 20px 30px;
  color: #162056;
}

.FormaBlock-img {
  display: block;
  width: 100%;
}

.FormBlock-form {
  display: inline-block;
  width: 100%;
  margin-left: 0;
  padding-bottom: 40px;
  vertical-align: top;
}

.FormBlock input,
.FormBlock select {
  display: inline-block;
  width: calc(50% - 43px);
  margin-right: 20px;
  margin-bottom: 40px;
  margin-left: 20px;
  padding: 7px 15px;
  border: 2px solid #7fc2e4;
  border-radius: 40px;
  font-family: 'Montserrat', arial;
  font-size: 18px;
  font-weight: 300;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.03em;
  outline: none;
  color: #162056;
  background: none;
}

.FormBlock.paiments input {
  width: calc(100% - 40px);
}

.FormBlock .webform-component-textfield {
  display: inline-block;
  width: calc(30%);
}

.FormBlock .webform-component-textfield input {
  width: 90%;
  margin-bottom: 0;
}

.FormBlock::-webkit-input-placeholder {
  color: #162056;
}

.FormBlock::-moz-placeholder {
  color: #162056;
}

.FormBlock:-ms-input-placeholder {
  color: #162056;
}

.FormBlock:-moz-placeholder {
  color: #162056;
}

.FormBlock textarea {
  display: block;
  width: calc(100% - 40px);
  height: 200px;
  margin: 0 20px;
  margin-bottom: 40px;
  padding: 15px 15px;
  min-height: 80px;
  border: 2px solid #7fc2e4;
  border-radius: 30px;
  font-family: 'Montserrat', arial;
  font-size: 18px;
  font-weight: 300;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.03em;
  outline: none;
  color: #162056;
  background: none;
  resize: vertical;
}

.FormBlock-buttons,
.FormBlock .form-actions,
.paiments .form-actions {
  margin-top: 40px;
  padding: 0 20px;
  text-align: left;
  margin-bottom: 0;
}

.FormBlock-buttons .Button,
.FormBlock .form-actions input,
.paiments .form-actions input,
.FormBlock .links a {
  margin-top: 30px;
  padding: 15px 30px;
  border-radius: 30px;
  font-size: 16px;
}

.FormBlock-titre {
  position: relative;
  width: 50%;
}

.paiments .FormBlock-titre {
  width: 100%;
}

.paiments .FormBlock-titre:after {
  display: none;
}

.paiments .FormBlock .h4 {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: -0.16px;
}

.paiments .FormBlock p {
  padding-bottom: 40px;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.16px;
}

.paiments .FormBlock-buttons .Button,
.paiments .form-actions input,
.FormBlock .links a {
  font-size: 20px;
  line-height: 20px;
  width: unset;
  margin: 0;
}

.paiments .FormBlock-buttons,
.paiments .form-actions,
.paiments .FormBlock .form-actions,
.FormBlock .links {
  text-align: center;
}

.paiments .FormBlock input {
  width: calc(100% - 40px);
}

.FormBlock-titre:after {
  content: url(../images/arrow-down.png);
  z-index: 1;
  position: absolute;
  top: 5px;
  right: 30px;
  width: 50px;
  height: 100%;
  text-align: center;
  line-height: 38px;
  color: #714BB9;
}

.FormBlock-titre select {
  z-index: 2;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.FormBlock-titre select::-ms-expand {
  display: none;
}

@media screen and (max-width:780px) {
  .FormBlock {
    margin-top: 30px;
  }

  .paiments .FormBlock .h4 {
    margin: 0 0 20px;
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.06em;
  }

  .paiments .FormBlock p {
    margin: 0;
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: -0.03em;
  }

  .paiments .FormBlock-form p {
    margin: 0;
    padding: 20px 0;
    font-size: 16px;
    line-height: 20px;
  }

  .paiments .FormBlock-buttons .Button,
  .paiments .FormBlock .form-actions input {
    font-size: 13px;
  }
}

/* 17. COMPTEUR
================================================================================= */
.flip-clock-wrapper ul {
  font-family: 'Montserrat';
  font-weight: 300;
  background: transparent;
}

.flip-clock-wrapper {
  margin: 0;
  font-family: 'Montserrat';
}

.flip-clock-wrapper ul li {
  left: -30px;
}

.flip-clock-divider .flip-clock-label {
  display: none;
  right: -66px;
}

.flip-clock-divider {
  left: 0;
}

.flip-clock-wrapper ul li a div div.inn {
  overflow: visible;
  text-shadow: none;
  font-size: 100px;
  font-weight: 100;
  color: #fff;
  left: 30px;
  background-color: transparent;
}

.flip-clock-wrapper ul li a div {
  overflow: visible;
}

.flip-clock-wrapper ul li a div.up:after,
.flip-clock-wrapper ul li a div.down:after {
  display: none;
}

.flip-clock-before {
  visibility: hidden;
}

.flip-clock-divider .flip-clock-label {
  font-family: 'Montserrat';
  font-size: 15px;
  color: #fff;
}

.flip-clock-dot {
  background-color: #fff;
  box-shadow: none;
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow,
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: transparent;
}

.flip-clock-wrapper ul.play li.flip-clock-active {
  animation: none;
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: transparent;
}

.flip-clock-wrapper .flip {
  box-shadow: none;
}

.flip-clock-wrapper ul.play li.flip-clock-before {
  display: none;
}

.flip-clock-wrapper ul.play li.flip-clock-active .down {
  animation: none;
}

@media screen and (max-width:780px) {
  .flip-clock-wrapper ul li a div div.inn {
    font-size: 60px;
    color: #162056;
    left: 0;
  }

  .flip-clock-wrapper {
    margin: 0;
  }

  .flip-clock-wrapper ul {
    margin: 9px;
  }

  .flip-clock-wrapper ul li {
    left: -10px;
  }

  .flip-clock-divider .flip-clock-label {
    top: -5px;
    right: -60px;
    font-size: 13px;
    color: #162056;
  }

  .flip-clock-divider.minutes .flip-clock-label {
    right: -55px;
  }

  .flip-clock-divider {
    left: -10px;
  }

  .flip-clock-dot {
    left: 7px;
    width: 5px;
    height: 5px;
    background: #162056;
  }

  .flip-clock-wrapper ul li {
    line-height: 100px;
  }

  .flip-clock-dot.top {
    top: 46px;
  }

  .number-flex {
    top: 30px;
    left: 0;
  }
}

@media screen and (max-width:420px) {
  .flip-clock-wrapper ul {
    margin: 5px;
  }
}

/* 18. BANNER SCROLL
================================================================================= */
.tickercontainer {
  width: 100%;
  height: 50px;
  margin: 20px 0 30px;
  padding: 0;
  max-width: 1440px;
  overflow: hidden;
  background: transparent;
}

.tickercontainer .mask {
  position: relative;
  top: 50%;
  overflow: hidden;
  transform: translateY(-50%);
}

ul.newsticker {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 28px;
  line-height: 28px;
  list-style-type: none;
}

ul.newsticker li {
  float: left;
  margin: auto 50px auto 0;
  padding: 0;
  text-align: center;
}

ul.newsticker a {
  margin: 0 50px 0 0;
  padding: 0;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 28px;
  line-height: 25px;
  white-space: nowrap;
  color: #162056;
}

ul.newsticker span {
  margin: 0 10px 0 0;
}

.banner {
  position: relative;
  width: calc(100% - 40px);
  margin: auto;
}

@media screen and (max-width:780px) {
  .banner {
    width: 100%;
    padding-top: 20px;
  }
}

.tickerwrapper {
  position: relative;
  min-height: 28px;
  overflow: hidden;
}

.tickerwrapper ul.list {
  display: inline-block;
  position: relative;
  list-style: none;
  height: 22px;
}

.tickerwrapper ul.list.cloned {
  position: absolute;
  top: 0;
  left: 0;

}

.tickerwrapper ul.list li {
  float: left;
  padding-left: 20px;
}

.tickerwrapper ul.list li span {
  font-weight: 600;
}

.trending-item {
  z-index: 1;
  position: absolute;
  width: 180px;
  height: 100%;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 28px;
  line-height: 25px;
  color: #fff;
  background-color: #000;
}

.trending-item p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*------------ 18. FORM RESPONSIVE -----------*/
@media screen and (min-width:781px) and (max-width:1099px) {
  .FormBlock-imgContainer {
    width: 30%;
  }

  .FormBlock input,
  .FormBlock select {
    width: calc(50% - 24px);
    margin: 0 10px 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    line-height: 20px;
    letter-spacing: -0.03em;
  }

  .FormBlock textarea {
    width: calc(100% - 24px);
    margin: 0 10px 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    line-height: 20px;
    letter-spacing: -0.03em;
  }
}

@media screen and (max-width:780px) {
  .FormBlock {
    padding: 30px 0 0;
  }

  .FormBlock-imgContainer {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: calc(100% - 25px);
    height: 154px;
    max-width: 400px;
    border-radius: 0 400px 400px 0;
    text-align: right;
  }

  .FormaBlock-img {
    display: inline-block;
    width: auto;
    height: 200%;
    transform: translate(15%, -25%);
  }

  .FormBlock-form {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 35px 40px;
  }

  .FormBlock .h4 {
    margin: 0;
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.03em;
  }

  .FormBlock input,
  .FormBlock select,
  .FormBlock textarea {
    display: block;
    width: 100%;
    margin: 0 0 20px;
    border-width: 1px;
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: -0.03em;
  }

  .FormBlock.paiments input {
    width: 100%;
  }

  .FormBlock-buttons {
    margin-top: 20px;
    padding: 0;
    text-align: center;
  }

  .FormBlock-buttons .Button {
    margin: 5px 12px;
    padding: 7.5px 15px;
    font-size: 13px;
  }

  ul.newsticker a {
    font-size: 18px;
  }

  .FormBlock-titre:after {
    top: 50px;
    right: 10px;
  }

  .tickercontainer {
    height: 30px;
    margin-top: 10px 0;
  }
}

/* 20. LONGREAD
================================================================================= */
/* .widgetsWrapperArticle .LongRead {
	max-width: 960px;
} */
.LongRead {
  width: 100%;
  margin: auto;
  padding: 60px 0 0;
}

.LongRead a,
.LongRead-highlight a,
.LongRead-chapo a,
.LongRead-quote a,
.LongRead-textImage a,
.LongRead-columns a,
.Carousel1-text a {
  text-decoration: underline !important;
  color: #162056;
}

.LongRead-highlight a {
  color: #fff;
}

.LongRead .h1 {
  margin: 30px 0 35px;
}

.LongRead-chapo {
  margin: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #162056;
  font-size: 20px;
  font-weight: 300;
  font-weight: bold;
  line-height: 25px;
  letter-spacing: -0.03em;
}

.widgetsWrapperArticle .LongRead-textImage {
  margin: 60px auto 0;
  max-width: 1440px;
}

.LongRead-textImage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 60px calc((100%/10) *1) 0;
}

.img-left {
  width: 50%;
}

.img-left img {
  display: block;
  width: 100%;
}

.text-right {
  width: 50%;
  padding-left: 20px;
}

.LongRead-subtitle {
  text-transform: uppercase;
}

.LongRead .t4 {
  margin: 0;
}

/* .widgetsWrapperArticle .LongRead-quote { */
/* margin: 60px auto 0; */
/* max-width: 1440px; */
/* } */
.LongRead-quote {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 60px 0 0;
  padding: 0 60px;
}

.LongRead-quote .img-radius {
  width: 30%;
}

.LongRead-quote .img-radius img {
  display: block;
  width: 120px;
  height: 120px;
  margin: auto 50px auto auto;
  border-radius: 50%;
}

.LongRead-quote .quote-text {
  width: 70%;
  margin: 0 auto;
}

.LongRead-quoteText {
  margin: 30px 0 35px;
  font-size: 35px;
  font-weight: 300;
  line-height: 40px;
}

.LongRead-quoteAuthor {
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: -0.03em;
}

.LongRead-quoteAuthor strong {
  display: block;
}

.Wrapper.Wrapper--set1 .LongRead-quoteAuthor strong {
  color: #7FC2E4;
}

.Wrapper.Wrapper--set2 .LongRead-quoteAuthor strong {
  color: #A1D6CA;
}

.Wrapper.Wrapper--set3 .LongRead-quoteAuthor strong {
  color: #c4d600;
}

.LongRead-imgContainer {
  margin: 70px -12%;
}

.LongRead-imgContainer--left {
  float: left;
  margin: 0 15px 0 -12%;
}

.LongRead-imgContainer--right {
  float: right;
  margin: 0 -12% 0 15px;
}

.LongRead-img {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}

.LongRead-img--66 {
  width: calc(66% - 20px);
}

.LongRead-img--33 {
  width: calc(33% - 20px);
}

.LongRead-ol {
  counter-reset: li;
  margin: 0;
  padding: 0;
  list-style: none;
}

.LongRead-olItem {
  position: relative;
  margin: 30px 0 0;
  padding: 0 0 0 75px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: -0.03em;
}

.LongRead-olItem::before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.Wrapper.Wrapper--set1 .LongRead-olItem::before {
  color: #7FC2E4;
}

.Wrapper.Wrapper--set2 .LongRead-olItem::before {
  color: #A1D6CA;
}

.Wrapper.Wrapper--set3 .LongRead-olItem::before {
  color: #c4d600;
}

.article .LongRead .t4 {
  padding-left: 50px;
}

.LongRead ul {
  margin: 0 0 1em 75px;
  padding: 0;
  list-style: inside;
}

.LongRead ul li {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: -0.03em;
}

.LongRead-columns {
  margin: 60px 0 0;
}

.LongRead-column {
  display: inline-block;
  vertical-align: top;
}

.LongRead-column--35 {
  width: 35%;
}

.LongRead-column--65 {
  width: 64%;
}

.LongRead-column:nth-child(2) {
  padding-left: 20px;
}

.LongRead-column .LongRead-imgContainer {
  display: block;
  float: none;
}

.LongRead-column .LongRead-imgContainer--left {
  margin: 30px 0 30px -12%;
}

.LongRead-column .LongRead-imgContainer--right {
  margin: 30px -12% 30px 0;
}

.LongRead-column .LongRead-imgContainer img {
  width: 100%;
}

.LongRead-column--35 .LongRead-imgContainer--left {
  margin: 30px 0 30px -30%;
}

.LongRead-column--35 .LongRead-imgContainer--right {
  margin: 30px -30% 30px 0;
}

.LongRead-column--65 .LongRead-imgContainer--left {
  margin: 30px 0 30px -17%;
}

.LongRead-column--65 .LongRead-imgContainer--right {
  margin: 30px -17% 30px 0;
}

.LongRead-highlight {
  margin: 60px auto 0;
  padding: 50px 40px 30px;
  max-width: 944px;
}

.LongRead-highlight .h4 {
  margin: 0 40px 40px;
  font-weight: 700;
}

.Wrapper.Wrapper--set1 .LongRead-highlight {
  background: #7FC2E4;
}

.Wrapper.Wrapper--set2 .LongRead-highlight {
  background: #A1D6CA;
}

.Wrapper.Wrapper--set3 .LongRead-highlight {
  background: #c4d600;
}

/*------------ 20-1. LONG READ RESPONSIVE -----------*/
@media screen and (min-width:781px) and (max-width:1099px) {
  .LongRead-chapo {
    margin: 20px 0;
    font-size: 18px;
    font-weight: 300;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.03em;
  }

  .LongRead-quoteText {
    font-size: 25px;
    line-height: 30px;
  }

  .LongRead-quoteAuthor {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: -0.03em;
  }

  .LongRead-olItem,
  .LongRead ul li {
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    line-height: 20px;
    letter-spacing: -0.03em;
  }
}

@media screen and (max-width:780px) {
  .LongRead {
    padding: 10px 20px 0;
    max-width: 100%;
  }

  .LongRead-chapo {
    margin: 20px 0;
    font-size: 14px;
    font-weight: 300;
    font-weight: 700;
    line-height: 16px;
    line-height: 20px;
    letter-spacing: -0.03em;
  }

  .LongRead .t4 {
    margin: 20px 0;
  }

  .LongRead-quote {
    margin: 40px 0 0;
    padding: 0;
    text-align: center;
  }

  .LongRead-quoteText {
    margin: 17px 0 22px;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: -0.03em;
  }

  .LongRead-quoteAuthor {
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: -0.03em;
  }

  .LongRead-ol {
    margin: 0 0 30px;
  }

  .LongRead-olItem {
    margin: 17px 0;
    padding-left: 40px;
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: -0.03em;
  }

  .LongRead-olItem::before {
    font-size: 30px;
    line-height: 30px;
  }

  .LongRead ul {
    margin: 0 0 30px 20px;
  }

  .LongRead ul li {
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: -0.03em;
  }

  .LongRead-imgContainer {
    float: none;
    margin: 30px -25px;
  }

  .LongRead-img--66,
  .LongRead-img--33,
  .LongRead-img {
    width: 100%;
    margin: 10px 0;
  }

  .LongRead-columns {
    margin: 30px 0;
  }

  .LongRead-column {
    width: 100%;
  }

  .LongRead-column:nth-child(2) {
    padding: 0;
  }

  .LongRead-column--35 .LongRead-imgContainer--left,
  .LongRead-column--35 .LongRead-imgContainer--right,
  .LongRead-column--65 .LongRead-imgContainer--left,
  .LongRead-column--65 .LongRead-imgContainer--right {
    margin: 0 -25px;
  }

  .LongRead-highlight {
    padding: 20px;
  }

  .LongRead-highlight .h4 {
    margin: 0 0 20px;
  }

  .LongRead-quote .img-radius {
    width: 100%;
  }

  .LongRead-quote .img-radius img {
    margin: auto auto 20px;
  }

  .LongRead-quote .quote-text {
    width: 100%;
    margin: 0 20px;
  }

  .LongRead-textImage {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 20px 0;
  }

  .img-left {
    width: 100%;
    padding-bottom: 20px;
  }

  .text-right {
    width: 100%;
  }

  .article .LongRead .t4 {
    padding-left: 0;
  }
}

/* 21. ESPACE SOCIAL MEDIA 
================================================================================= */
.MediaSocialBlock-container .filter-items {
  display: none;
}

.MediaSocialBlock-container #timeline_wall1.sboard .sb-item,
.MediaSocialBlock-container #timeline_wall1.sboard .sb-isizer {
  width: 32%;
  margin-bottom: 20px;
}

.MediaSocialBlock-container #timeline_wall1.sboard .sb-gsizer {
  width: 1.5%;
}

.MediaSocialBlock-container .sb-wall .sb-item {
  font-family: 'Montserrat', ;
}

.MediaSocialBlock-container .sb-wall .sb-item .sb-uinfo {
  text-align: left;
}

.MediaSocialBlock-container .sb-wall .sb-item .sb-user .sb-utitle a,
.MediaSocialBlock-container .sboard.sb-modern2 .sb-item .sb-user .sb-utitle a {
  color: #162056 !important;
}

.MediaSocialBlock-container #timeline_wall1.sboard.sb-modern2 .sb-facebook .sb-uname {
  display: none;
}

.MediaSocialBlock-container #timeline_wall1.sboard.sb-modern2 .sb-uname a {
  font-size: 12px !important;
  font-weight: 400 !important;
}

.MediaSocialBlock-container .sboard .sb-item.sb-facebook .sb-inner .sb-title {
  display: none;
}

.MediaSocialBlock-container .sboard.sb-modern2 .sb-item .sb-inner .sb-text {
  text-align: left;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.MediaSocialBlock-container #timeline_wall1.sboard.sb-modern2 .sb-item .sb-inner .sb-text a {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.MediaSocialBlock-container #timeline_wall1.sboard.sb-modern2 .sb-item .sb-info a {
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #162056 !important;
}

.MediaSocialBlock-container .sboard.sb-modern2 .sb-item .sb-info .sb-date i.sb-pencil {
  display: none;
}

/* facebook  */
.MediaSocialBlock-container .sboard.sb-wall .sb-item.sb-facebook .sb-container.sb-noft .sb-inner {
  border-radius: 0;
  color: #fff;
  background-color: #3b5998;
}

.MediaSocialBlock-container .sb-wall .sb-item.sb-facebook .sb-user .sb-utitle,
.MediaSocialBlock-container .sb-wall .sb-item.sb-facebook .sb-user .sb-utitle a,
.MediaSocialBlock-container #timeline_wall1.sboard.sb-modern2 .sb-item.sb-facebook .sb-inner .sb-text a {
  font-weight: 400;
  color: #fff !important;
}

.MediaSocialBlock-container #timeline_wall1.sboard.sb-modern2 .sb-item.sb-facebook .sb-info a {
  color: #fff !important;
}

.MediaSocialBlock {
  position: relative;
  margin-top: 60px;
  padding: 60px calc((100%/12) *1);
  text-align: center;
  background-color: #f4f4f4;
}

.MediaSocialBlock>p {
  padding: 0 calc((100%/12) *2) 40px calc((100%/12) *2);
  font-size: 20px;
  line-height: 25px;
}

.MediaSocialBlock-container {
  display: block;
  margin: auto;
  max-width: 1180px;
}

.MediaSocialBlock-item {
  width: 95%;
  max-width: 370px;
  min-height: 736px;
  overflow: hidden;
  color: #162056;
  background-color: #fff;
}

.MediaSocialBlock-item.second {
  background-color: #f4f4f4;
}

.MediaSocialBlock-item.facebook {
  color: #fff;
  background-color: #3b5998;
}

.MediaSocialBlock-item.facebook a {
  text-decoration: underline;
  color: #fff;
}

.MediaSocialBlock-item.facebook svg {
  width: 17px;
  height: 20px;
  fill: #fff;
}

.MediaSocialBlock h4 {
  margin: 0 calc((100%/12) *2) 40px calc((100%/12) *2);
}

.MediaSocialBlock-logos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
}

.MediaSocialBlock-item a {
  color: #00bff0;
}

.MediaSocialBlock-logos-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.MediaSocialBlock-logos-item img {
  padding-right: 10px;
}

.MediaSocialBlock-subitem {
  background-color: #fff;
}

.MediaSocialBlock-subitem:first-child {
  margin-bottom: 10px;
}

.MediaSocialBlock-text {
  padding: 0 20px 30px;
  text-align: left;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
}

.MediaSocialBlock-post {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px 25px;
}

.MediaSocialBlock-post-social-media svg {
  margin: 0 3px;
}

.MediaSocialBlock-img img {
  width: auto;
  height: 360px;
}

/*------------ 21-1. ESPACE SOCIAL MEDIA RESPONSIVE -----------*/
@media screen and (max-width:780px) {

  .MediaSocialBlock-container #timeline_wall1.sboard .sb-item,
  .MediaSocialBlock-container #timeline_wall1.sboard .sb-isizer {
    width: 100%;
    margin-bottom: 10px;
  }

  .MediaSocialBlock-container .sboard.sb-modern2 .sb-item .sb-inner .sb-text,
  .MediaSocialBlock-container #timeline_wall1.sboard.sb-modern2 .sb-item .sb-inner .sb-text a {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
  }

  .MediaSocialBlock-img img {
    width: 100% !important;
    height: auto;
  }

  .MediaSocialBlock>p {
    padding: 0 0 20px;
  }

  .MediaSocialBlock {
    margin-top: 30px;
    padding: 30px 20px 0;
  }

  .MediaSocialBlock-text {
    font-size: 15px;
  }

  .MediaSocialBlock-item {
    min-height: auto;
  }

  .MediaSocialBlock .slick-dots {
    margin: 10px 0;
    padding-bottom: 30px;
  }

  .MediaSocialBlock-post {
    padding: 0 15px 25px;
  }
}

/* 22. MAP
================================================================================= */
.MapBlock {
  margin: 60px 0 0;
  padding: 0;
}

.MapBlock img {
  display: block;
}

.MapBlock h4 {
  margin-bottom: 0;
  padding-bottom: 50px;
  text-align: center;
}

.MapBlock-intro .h5 {
  margin: 0 0 25px;
}

.MapBlock-intro .t3 {
  margin: 0 0 60px;
}

.MapBlock-filterForm {
  margin: 0 -10px;
}

.MapBlock-halfInput,
.MapBlock-smallInput {
  display: inline-block;
  width: calc(50% - 23px);
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  padding: 5px 15px;
  border: 2px solid #fff;
  border-radius: 40px;
  font-family: 'Montserrat', arial;
  font-size: 18px;
  font-weight: 300;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.03em;
  outline: none;
  color: #162056;
  background: none;
}

.MapBlock-halfInput--small,
.MapBlock-smallInput--small {
  width: 17%;
}

.Wrapper--set1 .MapBlock-halfInput {
  border-color: #7FC2E4;
}

.Wrapper--set2 .MapBlock-halfInput {
  border-color: #A1D6CA;
}

.Wrapper--set3 .MapBlock-halfInput {
  border-color: #c4d600;
}

.MapBlock-filterForm::-webkit-input-placeholder {
  color: #162056;
}

.MapBlock-filterForm::-moz-placeholder {
  color: #162056;
}

.MapBlock-filterForm:-ms-input-placeholder {
  color: #162056;
}

.MapBlock-filterForm:-moz-placeholder {
  color: #162056;
}

.MapBlock-buttons {
  float: right;
  margin-right: 10px;
}

.MapBlock-buttons .Button {
  margin-top: 0;
  padding: 5px 15px;
  outline: none;
  cursor: pointer;
}

.Wrapper--set1 .MapBlock-buttons .Button {
  border-color: #7FC2E4;
  background: #7FC2E4;
}

.Wrapper--set2 .MapBlock-buttons .Button {
  border-color: #A1D6CA;
  background: #A1D6CA;
}

.Wrapper--set3 .MapBlock-buttons .Button {
  border-color: #c4d600;
  background: #c4d600;
}

.Wrapper--set1 .MapBlock-buttons .Button:hover {
  border-color: #162056;
  color: #fff;
  background: #162056;
}

.Wrapper--set2 .MapBlock-buttons .Button:hover {
  border-color: #42145F;
  color: #fff;
  background: #42145F;
}

.Wrapper--set3 .MapBlock-buttons .Button:hover {
  border-color: #00859b;
  color: #fff;
  background: #00859b;
}

.MapBlock-map {
  width: 100%;
  height: 100%;
  margin: 0;
  padding-bottom: 35%;
}

.MapBlock-container {
  position: relative;
  background-image: url('../images/map.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.MapBlock.MapBlockIframe .MapBlock-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1180px;
  background: none;
}

.MapBlock-layout {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background-color: transparent;
}

.MapBlock-layout .t3 {
  padding-bottom: 35px;
  text-align: center;
}

.MapBlock-layout .t4 {
  width: calc((100%/12) *6);
  margin: auto;
  text-align: center;
}

.MapBlock-button {
  margin-top: 60px;
  text-align: center;
}

.MapBlock-button .Button {
  cursor: pointer;
}

.MapBlock-text {
  padding-top: 160px;
}

.map-infos-container {
  width: 300px !important;
  max-height: 150px;
}

/*------------ 22-1. map RESPONSIVE -----------*/
@media screen and (max-width:780px) {
  .language {
    display: none;
  }

  .language-mobile {
    display: block;
    padding: 10px 0;
    font-size: 14px;
  }

  .language-mobile .language-switcher-locale-url li {
    display: inline-block;
    position: relative;
    padding: 0 7px;
    text-transform: uppercase;
    color: #162056 !important;
  }

  .language-mobile .language-switcher-locale-url li a {
    color: #162056 !important;
  }

  .language-mobile .language-switcher-locale-url li.active a {
    font-weight: 600;
    color: #162056 !important;
  }

  .language-mobile .language-switcher-locale-url li:first-of-type:after {
    content: '';
    display: block;
    position: absolute;
    top: 5%;
    right: -4px;
    width: 1px;
    height: 80%;
    background: #162056;
  }

  .language-mobile .on {
    font-weight: 600;
  }

  .MapBlock-text {
    padding-top: 30px;
  }

  .MapBlock-container {
    padding: 0 20px;
  }

  .MapBlock h4 {
    padding-bottom: 20px;
  }

  .MapBlock {
    margin-top: 30px;
  }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .Carousel1 .slick-dots li button {
    width: 15px;
    height: 16px;
  }
}

/*------------ 23. CLIENTS WIDGETS -----------*/
/*---------------------------------*/
section.WidgetClients {
  position: relative;
  padding: 60px calc((100%/12) *1.6);
  background-color: #2CD5C4;
}

.client-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.circle-client {
  position: relative;
  width: 210px;
  height: 210px;
  margin: 20px calc((100%/12) *0.11);
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}

.circle-client img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* .circle-client:hover { */
/* border-color: #11204c; */
/* } */
.client-title {
  padding-bottom: 40px;
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  line-height: 45px;
  letter-spacing: -0.16px;
  color: #ffffff;
}

/*------------ 23-1. CLIENTS WIDGETS RESPONSIVE -----------*/
@media screen and (max-width:780px) {
  section.WidgetClients {
    padding: 20px;
  }

  .circle-client {
    width: 150px;
    height: 150px;
  }

  .circle-client img {
    width: 60%;
  }

  .client-title {
    margin: 0 0 17px;
    padding-bottom: 20px;
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.03em;
  }
}

/*--------------------------*/
/*      24. LONG READ       */
/*---------------------------------*/
.LongRead {
  padding: 30px 16% 75px;
}

.article .LongRead {
  padding-top: 0;
  padding-bottom: 0;
}

.LongRead .h1 {
  margin: 30px 0 35px;
}

.LongRead-chapo {
  margin: 35px 0 100px;
  font-size: 20px;
  font-weight: 300;
  font-weight: bold;
  line-height: 25px;
  letter-spacing: -0.03em;
}

.LongRead-subtitle {
  text-transform: uppercase;
}

.LongRead .t4 {
  margin: 30px 0;
}

.LongRead-quote {
  margin: 70px 0;
  padding: 0 60px;
}

.LongRead-quoteText {
  margin: 30px 0 35px;
  font-size: 35px;
  font-weight: 300;
}

/* .LongRead-quote .quote-text p { */
/* font-size: 35px; */
/* font-weight: 300; */
/* line-height: 40px; */
/* } */

.LongRead-quoteAuthor {
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: -0.03em;
}

.LongRead-quoteAuthor strong {
  display: block;
}

.Wrapper.Wrapper--set1 .LongRead-quoteAuthor strong {
  color: #7FC2E4;
}

.Wrapper.Wrapper--set2 .LongRead-quoteAuthor strong {
  color: #A1D6CA;
}

.Wrapper.Wrapper--set3 .LongRead-quoteAuthor strong {
  color: #c4d600;
}

.LongRead-imgContainer {
  margin: 70px -12%;
}

.LongRead-imgContainer--left {
  float: left;
  margin: 0 15px 0 -12%;
}

.LongRead-imgContainer--right {
  float: right;
  margin: 0 -12% 0 15px;
}

.LongRead-img {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}

.LongRead-img--66 {
  width: calc(66% - 20px);
}

.LongRead-img--33 {
  width: calc(33% - 20px);
}

.LongRead-ol {
  counter-reset: li;
  margin: 0 0 70px;
  padding: 0;
  list-style: none;
}

.LongRead-olItem {
  position: relative;
  margin: 30px 0;
  padding: 0 0 0 75px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: -0.03em;
}

.LongRead-olItem::before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.Wrapper.Wrapper--set1 .LongRead-olItem::before {
  color: #7FC2E4;
}

.Wrapper.Wrapper--set2 .LongRead-olItem::before {
  color: #A1D6CA;
}

.Wrapper.Wrapper--set3 .LongRead-olItem::before {
  color: #c4d600;
}

.LongRead ul {
  margin: 0 0 70px 75px;
  padding: 0;
  list-style: inside;
}

.LongRead ul li {
  margin: 30px 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: -0.03em;
}

.LongRead-columns {
  margin: 70px 0;
}

.LongRead-column {
  display: inline-block;
  vertical-align: top;
}

.LongRead-column--35 {
  width: 35%;
}

.LongRead-column--65 {
  width: 64%;
}

.LongRead-column:nth-child(2) {
  padding-left: 20px;
}

.LongRead-column .LongRead-imgContainer {
  display: block;
  float: none;
}

.LongRead-column .LongRead-imgContainer--left {
  margin: 30px 0 30px -12%;
}

.LongRead-column .LongRead-imgContainer--right {
  margin: 30px -12% 30px 0;
}

.LongRead-column .LongRead-imgContainer img {
  width: 100%;
}

.LongRead-column--35 .LongRead-imgContainer--left {
  margin: 30px 0 30px -30%;
}

.LongRead-column--35 .LongRead-imgContainer--right {
  margin: 30px -30% 30px 0;
}

.LongRead-column--65 .LongRead-imgContainer--left {
  margin: 30px 0 30px -17%;
}

.LongRead-column--65 .LongRead-imgContainer--right {
  margin: 30px -17% 30px 0;
}

.LongRead-highlight .h4 {
  margin: 10px 40px 40px;
  font-weight: 700;
}

.Wrapper.Wrapper--set1 .LongRead-highlight {
  background: #7FC2E4;
}

.Wrapper.Wrapper--set2 .LongRead-highlight {
  background: #A1D6CA;
}

.Wrapper.Wrapper--set3 .LongRead-highlight {
  background: #c4d600;
}

/*------------ 24-1. LONG READ RESPONSIVE -----------*/
@media screen and (min-width:781px) and (max-width:1099px) {
  .LongRead-chapo {
    margin: 20px 0;
    font-size: 18px;
    font-weight: 300;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.03em;
  }

  .LongRead-quoteText {
    font-size: 25px;
    line-height: 30px;
  }

  .LongRead-quoteAuthor {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: -0.03em;
  }

  .LongRead-olItem,
  .LongRead ul li {
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    line-height: 20px;
    letter-spacing: -0.03em;
  }
}

@media screen and (max-width:780px) {
  .LongRead {
    padding: 30px 25px 50px;
  }

  .LongRead-chapo {
    margin: 20px 0;
    font-size: 14px;
    font-weight: 300;
    font-weight: 700;
    line-height: 16px;
    line-height: 20px;
    letter-spacing: -0.03em;
  }

  .LongRead .t4 {
    margin: 20px 0;
  }

  .LongRead-quote {
    margin: 40px 0;
    padding: 0;
    text-align: center;
  }

  .widgetsWrapper.paiements .LongRead-quote {
    text-align: left;
  }

  .LongRead-quoteText {
    margin: 17px 0 22px;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: -0.03em;
  }

  .LongRead-quoteAuthor {
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: -0.03em;
  }

  .LongRead-ol {
    margin: 0 0 30px;
  }

  .LongRead-olItem {
    margin: 17px 0;
    padding-left: 40px;
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: -0.03em;
  }

  .LongRead-olItem::before {
    font-size: 30px;
    line-height: 30px;
  }

  .LongRead ul {
    margin: 0 0 30px 20px;
  }

  .LongRead ul li {
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: -0.03em;
  }

  .LongRead-imgContainer {
    float: none;
    margin: 30px -25px;
  }

  .LongRead-img--66,
  .LongRead-img--33,
  .LongRead-img {
    width: 100%;
    margin: 10px 0;
  }

  .LongRead-columns {
    margin: 30px 0;
  }

  .LongRead-column {
    width: 100%;
  }

  .LongRead-column:nth-child(2) {
    padding: 0;
  }

  .LongRead-column--35 .LongRead-imgContainer--left,
  .LongRead-column--35 .LongRead-imgContainer--right,
  .LongRead-column--65 .LongRead-imgContainer--left,
  .LongRead-column--65 .LongRead-imgContainer--right {
    margin: 0 -25px;
  }

  .LongRead-highlight {
    padding: 20px 20px 5px;
  }

  .LongRead-highlight .h4 {
    margin: 10px 0 20px;
  }
}

/*--------------------------*/
/*      25. KEY PAIMENT     */
/*---------------------------------*/
.KeyPaiment {
  padding-bottom: 60px;
}

.KeyPaiment h2 {
  padding: 60px;
  text-align: center;
  font-size: 42px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: -0.16px;
}

.PaimentContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 calc((100vw/12) *2);
  text-align: center;
}

.PaimentContainer .PaimentItem {
  position: relative;
  width: 33%;
  margin: 0 40px;
  max-height: 450px;
}

.PaimentContainer .PaimentItem .img {
  display: block;
  width: 210px;
  height: 210px;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
}

.PaimentItem .LongRead-quoteBar {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.PaimentContainer .PaimentItem .img img {
  display: block;
  width: 100%;
}

.PaimentContainer .PaimentItem p {
  padding: 20px 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: -0.16px;
}

/*------------ 25-1. KEY PAIMENT RESPONSIVE -----------*/
@media screen and (max-width:780px) {
  .KeyPaiment h2 {
    padding: 20px;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -0.03em;
  }
}

@media screen and (max-width:414px) {
  .PaimentContainer {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .PaimentContainer .PaimentItem {
    width: 100%;
    margin: 0 0 40px;
  }
}

/*---------------------------------*/
/*  26. Featured3 (with image2)    */
/*---------------------------------*/
.Featured3 {
  overflow: hidden;
  background: #7FC2E4;
}

.widgetsWrapper.paiements .Featured3 {
  margin: 25px 0 25px;
}

.Wrapper--set1 .Featured3 {
  background: #7FC2E4;
}

.Wrapper--set2 .Featured3 {
  background: #A1D6CA;
}

.Wrapper--set3 .Featured3 {
  background: #c4d600;
}

.Featured3-imgContainer {
  float: right;
  width: 52%;
  margin-top: 38px;
  margin-bottom: 38px;
  overflow: hidden;
}

.Featured3-ribbon {
  float: right;
  width: 100%;
  height: 85px;
  margin: 4px 0;
  border-radius: 50px 0 0 50px;
  overflow: hidden;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 103%;
}

.Featured3-ribbon:nth-child(2) {
  width: 85%;
  background-position: right -94px;
  background-size: 121%;
}

.Featured3-ribbon:nth-child(3) {
  width: 98%;
  background-position: right -187px;
  background-size: 104.5%;
}

.Featured3-ribbon:nth-child(4) {
  width: 75%;
  background-position: right -280px;
  background-size: 138%;
}

.Featured3-text {
  display: inline-block;
  width: 47%;
  padding: 60px 20px 47px 9%;
}

.widgetsWrapper.paiements .Featured3-text .h1 {
  font-size: 42px;
  line-height: 45px;
  letter-spacing: -0.16px;
}

.Featured3-text .h1 {
  margin-top: 0;
  margin-bottom: 37px;
  color: #fff;
}

.Featured3-text .t3 {
  margin: 37px 0 40px;
}

.widgetsWrapper.paiements .Featured3-text .ul {
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: -0.16px;
}

/*------------ 26-1. Featured3 RESPONSIVE -----------*/
@media screen and (max-width:780px) {
  .Featured3-imgContainer {
    display: block;
    width: 100%;
    margin-top: 17px;
    margin-bottom: 0;
  }

  .Featured3-text {
    clear: both;
    width: 100%;
    padding: 15px 25px 22px;
    text-align: center;
  }

  .widgetsWrapper.paiements .Featured3-text .ul {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
  }

  .widgetsWrapper.paiements .Featured3-text .h1 {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -0.03em;
  }

  .Featured3-text .h1 {
    margin: 20px 0;
    margin: 0 0 22px;
    text-align: left;
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.03em;
  }

  .Featured3-text .t3 {
    margin: 0 0 20px;
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: -0.03em;
  }
}

@media screen and (max-width:480px) {
  .Featured3-ribbon {
    float: right;
    width: 100%;
    height: 46px;
    margin: 2px 0;
    border-radius: 50px 0 0 50px;
    overflow: hidden;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 103%;
  }

  .Featured3-ribbon:nth-child(2) {
    width: 85%;
    background-position: right -50px;
    background-size: 121%;
  }

  .Featured3-ribbon:nth-child(3) {
    width: 98%;
    background-position: right -100px;
    background-size: 104.5%;
  }

  .Featured3-ribbon:nth-child(4) {
    width: 75%;
    background-position: right -150px;
    background-size: 138%;
  }
}

/*---------------------------------*/
/*  27. BIG PUSH    */
/*---------------------------------*/
.BigPush {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.BigPush .layout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.BigPush .BigPush-item {
  position: relative;
  width: 50%;
  overflow: hidden;
}

.BigPush-item .content {
  z-index: 5;
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
  width: 100%;
  display: none;
  transition: 0.3s all ease;
  text-align: center;
  font-weight: 300;
}

.BigPush-item:hover .layout {
  background-color: rgba(22, 32, 86, 0.8);
}

.BigPush-item:hover .content {
  display: block;
}

.BigPush .BigPush-item img {
  display: block;
  width: 100%;
}

.BigPush .BigPush-item .BigPush-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  color: #fff;
  transform: translate(-50%, -50%);
}

.BigPush .BigPush-item .BigPush-content h2 {
  padding: 0 40px 50px 40px;
  font-size: 42px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: -0.16px;
  transition: 0.3 all ease-in-out;
}

.BigPush .BigPush-item:hover .BigPush-content h2 {
  padding-bottom: 10px;
}

/*------------ 27-1. BIG PUSH RESPONSIVE -----------*/
/*---------------------------------*/
@media screen and (max-width:780px) {
  .BigPush .BigPush-item {
    width: 100%;
  }
}

/*---------------------------------*/
/*  28. CAROUSEL COMMENT CA MARCHE    */
/*---------------------------------*/
.CarouselKey {
  position: relative;
  margin: 20px;
  padding: 0 0 100px;
  background-color: #f5f5f5;
  background-image: url(../../images/widgets/bkg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.CarouselKey .CarouselMain::after {
  content: "";
  z-index: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #DDD;
  transform: translateY(-50%);
}

.CarouselKey h2 {
  padding: 130px 0 0;
}

.CarouselKey .CarouselKey-Number {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 10%;
  width: 50%;
  transform: translateY(-50%);
}

.CarouselKey .CarouselMain {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.CarouselKey .CarouselMain .slick-list {
  z-index: 5;
}

.CarouselKey .Carousel-number p {
  font-size: 15.625vw;
  font-weight: bold;
  line-height: 15.625vw;
  letter-spacing: -0.16px;
  color: rgba(0, 0, 0, 0.3);
}

.CarouselMain-item .CarouselMain-text {
  text-align: center;
}

.CarouselMain-item .CarouselMain-text ul {
  padding-top: 10px;
  position: relative;
  display: block;
  margin: auto;
  list-style-type: disc;
  list-style-position: outside;
  font-size: 14px;
  font-weight: 400;
}

.CarouselMain-item .CarouselMain-text ul li {
  position: relative;
  display: block;
  margin: auto;
  list-style: disc !important;
  padding: 2px 0;
}

/* .CarouselMain-item .CarouselMain-text ul li::before {
	content:"";
	width: 5px;
	height: 5px;
	position: absolute;
	left: 0;
	background-color: #162056;
	border-radius: 50%;
} */
.CarouselMain-item .CarouselMain-text .img img {
  display: block;
  margin: auto;
}

.CarouselMain .t1 {
  display: block;
  width: 30%;
  margin: auto;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  letter-spacing: -0.16px;
  color: #162056;
  margin-top: 20px
}

/*------------ 28-1. CAROUSEL COMMENT CA MARCHE / RESPONSIVE -----------*/
/*---------------------------------*/
@media screen and (max-width:780px) {
  .CarouselKey {
    background-size: cover;
  }

  .CarouselMain-item .CarouselMain-text .img img {
    margin-top: 30px;
  }
}

@media screen and (max-width:414px) {
  .CarouselKey {
    background-image: none;
  }

  .CarouselMain .t1 {
    width: 80%;
  }

  .CarouselMain-item .CarouselMain-text .img img {
    width: 50%;
    margin-top: auto;
  }

  .Carousel-number {
    display: none;
  }

  .CarouselKey .CarouselMain::after {
    display: none;
  }

  .CarouselKey h2 {
    padding-top: 20px;
  }
}

/* Widget - Journal de bord */
.Carousel1 .Carousel1-text h2 {
  font-size: 35px;
  line-height: 40px;
  letter-spacing: -0.48px;
  margin-top: 0;
  margin-bottom: 35px;
}

/* Widget - Éditeur de texte */
.LongRead {
  padding: 30px calc((100vw/12) *2);
}

.LongRead p {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: -0.03em;
}

.LongRead .t4:first-of-type {
  margin-top: 0;
}

.LongRead .t4:last-of-type {
  margin-bottom: 0;
}

.LongRead ul {
  margin: 0 0 0px 75px;
}

/* .LongRead ul li { */
/* margin: 0; */
/* } */

/* Widget - Video */
/* .paiements .VideoBlock { */
/* margin-top: 0; */
/* } */

/* Widget - Carrousel contenu */
.Carousel2-item {
  max-height: auto;
}

.Carousel2-text {
  min-height: 270px;
}

/* Widget - Liens et téléchargements */
.Carousel2.DownloadCarousel .Carousel2-text {
  min-height: auto;
}

@media screen and (max-width: 780px) {
  .paiements .VideoBlock .VideoBlock-video {
    height: auto;
  }
}


/* 2.TABLETTE & MOBILE
================================================================================= */
@media screen and (max-width: 780px) {

  /* Widget - Focus 2 */
  .paiements .Focus2-text {
    top: 0;
    padding: 48px 30px 46px 0;
  }

  .Focus2-text .h3 {
    width: 100%;
    padding: 0px 20px 0 27px;
  }

  /* Widget - Éditeur de texte */
  .LongRead {
    padding: 30px 25px 50px;
  }

  .LongRead p,
  .LongRead ul li {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.03em;
    font-weight: 300;
  }

  .LongRead ul {
    margin: 0 0 0 20px;
  }

  /* Widget - Carrousel contenu */
  .Carousel2-text {
    min-height: auto;
  }

  /* Widget - Pourquoi choisir Edenred */
  .PaimentContainer .PaimentItem p {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.03em;
    font-weight: 300;
  }

  /* Widget - Contenu 2 colonnes */
  .BigPush .BigPush-item .BigPush-content h2 {
    padding: 20px;
    margin: 0;
    font-size: 24px;
    line-height: 24px;
  }

  .BigPush-item .content {
    font-size: 14px;
    line-height: 20px;
  }

  /* Footer */
  .Footer-social {
    padding: 20px;
  }

  .paiements.Footer {
    height: auto;
    padding: 0 20px;
  }

  .widgetsWrapper .Featured1-text .h1 {
    font-size: 25px;
    line-height: 30px;
  }

  .Carousel1 .Carousel1-text h2 {
    font-size: 25px;
    line-height: 30px;
  }

}

@media screen and (max-width: 640px) {
  .widgetsWrapper.paiements .Focus2 .Focus2-text {
    margin-right: 0;
    min-width: 360px;
  }

  .Focus2-text .h3 {
    font-size: 20px;
  }

  .Focus2-text .t3 {
    font-size: 11px;
    padding-top: 0;
  }
}

@media screen and (max-width: 400px) {
  .widgetsWrapper.paiements .Focus2 .Focus2-text {
    min-width: 300px;
    min-height: 80px;
    padding: 28px 20px 26px 0;
  }

  .widgetsWrapper.paiements .Carouselv2 .Focus2 .Focus2-text {
		padding: 0;
		min-width: 270px;
  }

  .widgetsWrapper.paiements .Carouselv2 .Focus2 .Focus2-text h3.h3 {
    font-size: 16px;
  }
}

.BigPush-item .content a {
  color: #ffffff;
  text-decoration: underline;
}
