@charset "UTF-8";
/* Setup */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* =======================================================================
## ++ Media Queries
========================================================================== */
/* 
   voila ci dessus comment utiliser les queries
    $breaknum est un parametre qui se remplace par une var de breakpoint.scss 
    Eg.
   h1{
    width: cp(65px, 1000px);
    @include  responsive($bp-xlarge){
        background-color: #000;
    }
    @include  responsive($bp-large){
        background-color: #cc0000;
    }
}
*/
/* =======================================================================
## ++ Unit transform
========================================================================== */
/*  
    Used for making containers have width in percentages. 
    Usage: define elemnt width in px and the width of parent elemnt in px. 
    eg. .block{width:cp(512px, 1024px)} this will result in .block{width:50%;}   
*/
/*  
   utilser pour convertir px en em
    eg. h1{
    font-size: my_em(32);
 }
*/
/* =======================================================================
## ++ Globals
========================================================================== */
html {
  font-size: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

/* =======================================================================
## ++ Cleafix
========================================================================== */
/* float clearing for IE6 */
* html .clearfix {
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
* + html .clearfix {
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

.clr {
  clear: both;
}

.container {
  /*width:90%;*/
  width: 96%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  line-height: normal;
}
@media screen and (max-width:992px) {
  .container {
    width: 92%;
  }
}

a {
  text-decoration: none;
}

body {
  padding-top: 136px;
}
@media screen and (max-width:992px) {
  body {
    padding-top: 108px;
  }
}

@-webkit-keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/*external*/
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

.fa-envelope-o:before {
  content: "\F003";
}

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-check:before {
  content: "\F00C";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-file-o:before {
  content: "\F016";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

.fa-download:before {
  content: "\F019";
}

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-lock:before {
  content: "\F023";
}

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

.fa-check-square-o:before {
  content: "\F046";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-play:before {
  content: "\F04B";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

.fa-compress:before {
  content: "\F066";
}

.fa-plus:before {
  content: "\F067";
}

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

.fa-calendar:before {
  content: "\F073";
}

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-heart-o:before {
  content: "\F08A";
}

.fa-sign-out:before {
  content: "\F08B";
}

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

.fa-sign-in:before {
  content: "\F090";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

.fa-square-o:before {
  content: "\F096";
}

.fa-bookmark-o:before {
  content: "\F097";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-plus:before {
  content: "\F0D5";
}

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-linkedin:before {
  content: "\F0E1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

.fa-cloud-download:before {
  content: "\F0ED";
}

.fa-cloud-upload:before {
  content: "\F0EE";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}

.fa-circle-o:before {
  content: "\F10C";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-circle:before {
  content: "\F111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-o:before {
  content: "\F114";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

.fa-flag-o:before {
  content: "\F11D";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-code:before {
  content: "\F121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}

.fa-won:before,
.fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-youtube-play:before {
  content: "\F16A";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-file-pdf-o:before {
  content: "\F1C1";
}

.fa-file-word-o:before {
  content: "\F1C2";
}

.fa-file-excel-o:before {
  content: "\F1C3";
}

.fa-file-powerpoint-o:before {
  content: "\F1C4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}

.fa-file-code-o:before {
  content: "\F1C9";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}

.fa-circle-o-notch:before {
  content: "\F1CE";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-circle-thin:before {
  content: "\F1DB";
}

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bell-slash-o:before {
  content: "\F1F7";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-eyedropper:before {
  content: "\F1FB";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-area-chart:before {
  content: "\F1FE";
}

.fa-pie-chart:before {
  content: "\F200";
}

.fa-line-chart:before {
  content: "\F201";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bus:before {
  content: "\F207";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-cc:before {
  content: "\F20A";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-diamond:before {
  content: "\F219";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-facebook-official:before {
  content: "\F230";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-hourglass-o:before {
  content: "\F250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}

.fa-hand-scissors-o:before {
  content: "\F257";
}

.fa-hand-lizard-o:before {
  content: "\F258";
}

.fa-hand-spock-o:before {
  content: "\F259";
}

.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa-hand-peace-o:before {
  content: "\F25B";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-calendar-plus-o:before {
  content: "\F271";
}

.fa-calendar-minus-o:before {
  content: "\F272";
}

.fa-calendar-times-o:before {
  content: "\F273";
}

.fa-calendar-check-o:before {
  content: "\F274";
}

.fa-industry:before {
  content: "\F275";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-map-o:before {
  content: "\F278";
}

.fa-map:before {
  content: "\F279";
}

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-vimeo:before {
  content: "\F27D";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-edge:before {
  content: "\F282";
}

.fa-credit-card-alt:before {
  content: "\F283";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-usb:before {
  content: "\F287";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-pause-circle-o:before {
  content: "\F28C";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stop-circle-o:before {
  content: "\F28E";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-percent:before {
  content: "\F295";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-envira:before {
  content: "\F299";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-wheelchair-alt:before {
  content: "\F29B";
}

.fa-question-circle-o:before {
  content: "\F29C";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-handshake-o:before {
  content: "\F2B5";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-o:before {
  content: "\F2B7";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-book-o:before {
  content: "\F2BA";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-circle-o:before {
  content: "\F2BE";
}

.fa-user-o:before {
  content: "\F2C0";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-eercast:before {
  content: "\F2DA";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-snowflake-o:before {
  content: "\F2DC";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-meetup:before {
  content: "\F2E0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: "heyme";
  src: url("../fonts/heyme.eot?qhxwd9");
  src: url("../fonts/heyme.eot?qhxwd9#iefix") format("embedded-opentype"), url("../fonts/heyme.ttf?qhxwd9") format("truetype"), url("../fonts/heyme.woff?qhxwd9") format("woff"), url("../fonts/heyme.svg?qhxwd9#heyme") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*  parts */
header {
  background: white;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
  padding: 0;
  font-family: "Montserrat", sans-serif;
  position: relative;
  z-index: 20;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
}
header .banner_trustpilot {
  width: 100%;
  height: 50px;
  background-color: #000032;
  display: flex !important;
  justify-content: space-around !important;
  align-items: center !important;
}
@media screen and (max-width:790px) {
  header .banner_trustpilot {
    justify-content: center !important;
  }
}
header .banner_trustpilot :nth-child(3n) {
  text-align: right;
}
@media screen and (max-width:790px) {
  header .banner_trustpilot :nth-child(3n) {
    display: none;
  }
}
header .banner_trustpilot_item {
  width: 33.33333333%;
}
@media screen and (max-width:790px) {
  header .banner_trustpilot_item {
    width: auto;
  }
}
header #trustpilot-carousel {
  margin-top: 60px;
}
header .banner_trustpilot_item .text-center {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 360px;
  margin: 0 auto;
}
@media screen and (max-width:400px) {
  header .banner_trustpilot_item .text-center {
    width: 280px;
  }
}
header .banner_trustpilot_item .text-center span {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}
header .banner_trustpilot .logo_trustpilot {
  height: 30px;
  width: auto;
}
header .banner_trustpilot #trustScore {
  font-weight: 600;
}
header .banner_trustpilot .trustScoreStars {
  height: 25px;
  margin-left: 5px;
  margin-right: 5px;
}
header .banner_trustpilot .lire_nos_avis {
  color: #00b67a;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-align: right;
  margin-right: 30px;
  text-decoration: underline;
}
header .header {
  font-size: 15px;
  display: flex;
  align-items: center;
  /* width: 100%;
   max-width: 1600px;*/
  margin: 0 auto;
  padding: 20px 0px;
  justify-content: space-between;
}
@media screen and (max-width:992px) {
  header .header {
    padding: 14px 20px;
    justify-content: center;
  }
}
header .header .menu {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:992px) {
  header .header .menu {
    display: none;
  }
}
header .header .menu li:nth-child(2) {
  margin: 0px;
}
@media screen and (max-width:1200px) {
  header .header .menu li {
    margin: 0px 12px 0px 0px;
  }
}
header .header .menu li a {
  font-weight: bold;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  box-shadow: 0px 3px 10px #00000029;
  background: #fff;
  color: #FFB200;
  padding: 19px 14px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  border-radius: 999px;
  margin-left: 10px;
  font-weight: bold;
  min-width: 100px;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  transform: scale(1);
}
header .header .menu li a:hover {
  background: #FFB200;
  transform: scale(1.04);
  cursor: pointer;
  color: #fff;
}
header .header .logo {
  max-width: 215px;
  z-index: 6;
}
@media screen and (max-width:1100px) {
  header .header .logo {
    max-width: 137px;
  }
}
@media screen and (max-width:1100px) {
  header .header .logo img {
    width: 139px;
  }
}
@media screen and (max-width:400px) {
  header .header .logo img {
    width: 120px;
  }
}
header .header .logo_color {
  display: none;
}
@media screen and (max-width:992px) {
  header .header .logo_color {
    display: block !important;
  }
}
header .header .logo_colorwhite {
  display: block;
}
@media screen and (max-width:992px) {
  header .header .logo_colorwhite {
    display: none !important;
  }
}
header .header .block_right {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
}
@media screen and (max-width:992px) {
  header .header .block_right {
    display: none;
  }
}
header .header .block_right .btn_compte {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
}
header .header .block_right .btn_compte span {
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
header .header .block_right .btn_compte span:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  width: 100%;
  height: 3px;
  margin: 0 auto;
  background: #FFB200;
  opacity: 1;
  transition: opacity 0.35s ease;
}
header .header .block_right .btn_compte span a {
  color: #343434;
}
header .header .block_right .btn_compte span a:hover {
  transition: all 0.3s;
}
header .header .block_right .btn_compte .moncompte {
  background: #343434;
  color: #fff;
  padding: 19px 20px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  border-radius: 999px;
  margin-left: 10px;
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
  box-shadow: 0px 0px 10px #00000029;
}
header .header .block_right .btn_compte .moncompte:hover {
  background: #FFB200;
  transition: all 0.5s;
  transform: scale(1.04);
  cursor: pointer;
}
header .header .block_right .btn_compte .jesouscris {
  background: #FFB200;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  box-shadow: 0px 0px 10px #00000029;
}
header .header .block_right .btn_compte .jesouscris i {
  margin-right: 7px;
}

.header__home {
  background: rgba(255, 255, 255, 0);
  box-shadow: none;
}
@media screen and (max-width:992px) {
  .header__home {
    background: #fff;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
  }
}

#offres-wrapper {
  position: relative;
}

.submenu {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 55%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0px;
  width: 150px !important;
  box-shadow: none;
}
.submenu li {
  padding: 8px 12px;
  transition: background-color 0.3s ease;
  list-style: none;
  text-align: center !important;
  margin: 0 !important;
}
.submenu li li:hover {
  background-color: #fff;
  color: #ccc;
}
.submenu li a {
  box-shadow: none !important;
  color: #7e8ea2 !important;
  margin: 0 !important;
  padding: 5px !important;
  text-align: center !important;
}
.submenu li a:hover {
  background-color: #fff !important;
  color: #007bff !important;
}

#toggle-offres.clicked + .submenu {
  display: block;
}

.toggle-submenu {
  cursor: pointer;
  margin-left: 5px;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.height_htmlbody {
  height: 100%;
  overflow-x: hidden;
}

.homepage__hold {
  position: relative;
  z-index: 10;
}
.homepage__hold .blok__sharelock {
  position: absolute;
  z-index: 9999;
  top: 144px;
  right: 0;
  width: 420px;
  background-color: #fff;
  -webkit-border-top-left-radius: 999px;
  -webkit-border-bottom-left-radius: 999px;
  -moz-border-radius-topleft: 999px;
  -moz-border-radius-bottomleft: 999px;
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
  display: none;
  padding: 10px 0 10px 10px;
}
.homepage__hold .blok__sharelock.show {
  display: block;
}
@media screen and (max-width:790px) {
  .homepage__hold .blok__sharelock {
    position: unset;
    width: 100%;
    border-radius: 0;
    height: 80px;
    box-shadow: 0px 0px 10px #00000029;
    padding: 10px 0;
    background-color: #FFB2001A;
  }
}
.homepage__hold .blok__sharelock .close {
  background: #FFB200;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125em;
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: 19px;
  right: 10px;
  cursor: pointer;
  z-index: 4;
}
@media screen and (max-width:790px) {
  .homepage__hold .blok__sharelock .close {
    display: none;
  }
}
.homepage__hold .blok__sharelock .close span {
  position: relative;
  top: 7px;
  left: 10px;
}
.homepage__hold .blok__sharelock .arrowresp {
  background: #FFB200;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125em;
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: 13px;
  right: 15px;
  cursor: pointer;
  z-index: 4;
  display: none;
}
@media screen and (max-width:790px) {
  .homepage__hold .blok__sharelock .arrowresp {
    display: block;
  }
}
.homepage__hold .blok__sharelock .arrowresp span {
  position: relative;
  top: 8px;
  left: 10px;
}
.homepage__hold .blok__sharelock .arrowresp span i {
  font-size: 13px;
}
.homepage__hold .blok__sharelock .blokhh_lod {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.homepage__hold .blok__sharelock .blokhh_lod .leftside {
  width: 85px;
  position: relative;
}
@media screen and (max-width:790px) {
  .homepage__hold .blok__sharelock .blokhh_lod .leftside {
    width: 65px;
  }
}
.homepage__hold .blok__sharelock .blokhh_lod .leftside img {
  position: relative;
  z-index: 2;
}
.homepage__hold .blok__sharelock .blokhh_lod .leftside .deskimg {
  display: block;
  width: 70px;
}
@media screen and (max-width:790px) {
  .homepage__hold .blok__sharelock .blokhh_lod .leftside .deskimg {
    width: 50px;
    padding-left: 10px;
    padding-top: 5px;
  }
}
.homepage__hold .blok__sharelock .blokhh_lod .rightside {
  padding-right: 15px;
}
.homepage__hold .blok__sharelock .blokhh_lod .rightside .titre {
  font-family: "Montserrat", sans-serif;
  font-size: 0.90625em;
  color: #343434;
  font-weight: 900;
  margin-top: 5px;
  line-height: 16px;
}
@media screen and (max-width:790px) {
  .homepage__hold .blok__sharelock .blokhh_lod .rightside .titre {
    margin-top: 6px;
    font-size: 0.625em;
    line-height: 12px;
  }
}
.homepage__hold .blok__sharelock .blokhh_lod .rightside .prix {
  font-family: "Montserrat", sans-serif;
  font-size: 0.90625em;
  color: #343434;
  font-weight: 900;
  margin-top: 2px;
  margin-bottom: 5px;
}
@media screen and (max-width:790px) {
  .homepage__hold .blok__sharelock .blokhh_lod .rightside .prix {
    font-size: 0.625em;
  }
}
.homepage__hold .blok__sharelock .blokhh_lod .rightside .link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  margin-right: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:790px) {
  .homepage__hold .blok__sharelock .blokhh_lod .rightside .link {
    display: block;
  }
}
.homepage__hold .blok__sharelock .blokhh_lod .rightside .link a {
  text-decoration: underline;
  font-family: "Montserrat", sans-serif;
  font-size: 0.90625em;
  color: #FFB200;
  font-weight: 900;
}
@media screen and (max-width:790px) {
  .homepage__hold .blok__sharelock .blokhh_lod .rightside .link a {
    font-size: 0.625em;
  }
}

.banner__hold {
  position: relative;
  margin-top: -126px;
  height: 696px;
  overflow: hidden;
}
@media screen and (max-width:790px) {
  .banner__hold {
    height: 500px;
  }
}
@media screen and (max-width:400px) {
  .banner__hold {
    height: 430px;
  }
}
@media screen and (max-width:992px) {
  .banner__hold .container {
    top: 0px;
  }
}
.banner__hold .container .block_texte {
  position: absolute;
  z-index: 12;
  top: 203px;
}
@media screen and (max-width:790px) {
  .banner__hold .container .block_texte {
    top: 219px;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width:400px) {
  .banner__hold .container .block_texte {
    top: 174px;
  }
}
.banner__hold .container .block_texte h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5em;
  color: #343434;
  line-height: 53px;
  font-weight: 900;
  max-width: 526px;
}
@media screen and (max-width:992px) {
  .banner__hold .container .block_texte h1 {
    font-size: 2.3125em;
    line-height: 43px;
  }
}
@media screen and (max-width:790px) {
  .banner__hold .container .block_texte h1 {
    font-size: 1.25em;
    line-height: 25px;
    margin: auto;
  }
}
.banner__hold .container .block_texte p {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #343434;
  letter-spacing: 0.98px;
  line-height: 18px;
  font-weight: 600;
  max-width: 336px;
  margin-top: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width:992px) {
  .banner__hold .container .block_texte p {
    font-size: 0.8125em;
    line-height: 16px;
  }
}
@media screen and (max-width:790px) {
  .banner__hold .container .block_texte p {
    font-size: 0.75em;
    line-height: 14px;
    text-align: center;
    max-width: 100%;
  }
}
.banner__hold .container .block_texte .whitetext {
  color: #fff;
}
.banner__hold .container .im_hold {
  position: relative;
  right: 0;
  width: 500px;
  margin-left: auto;
}
@media screen and (max-width:992px) {
  .banner__hold .container .im_hold {
    width: 360px;
  }
}
@media screen and (max-width:790px) {
  .banner__hold .container .im_hold {
    top: 284px;
    right: 12%;
  }
}
@media screen and (max-width:790px) {
  .banner__hold .container .im_hold img {
    display: none;
  }
}
@media screen and (max-width:790px) {
  .banner__hold .container .im_hold .resp_ill {
    display: block;
  }
}
.banner__hold .vid_hold {
  height: 675px;
  width: 100%;
  background: red;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.banner__hold .im_hold_fluid {
  width: 100%;
  position: absolute;
  top: -207px;
  height: 900px;
  left: 0;
  background-image: url("../../img/bann_header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width:1440px) {
  .banner__hold .im_hold_fluid {
    top: 0;
    height: 710px;
  }
}
@media screen and (max-width:992px) {
  .banner__hold .im_hold_fluid {
    height: 700px;
  }
}
@media screen and (max-width:790px) {
  .banner__hold .im_hold_fluid {
    height: 383px;
    background-position: center;
    top: 119px;
  }
}
@media screen and (max-width:400px) {
  .banner__hold .im_hold_fluid {
    height: 450px;
  }
}

.produit__hold .oval_top {
  width: 104%;
  height: 100px;
  border-radius: 50% 50% 50% 50%/100% 100% 0% 0%;
  position: relative;
  z-index: 2;
  left: -2%;
  overflow: hidden;
  background: #fff;
  margin-top: -80px;
  box-shadow: 0px -6px 6px #0000000D;
}
.produit__hold .oval_top .ovale {
  width: 118%;
  height: 500px;
  /* Overlay de grain animé désactivé : trop visible, il gênait la lecture et la navigation.
     L'animation infinie ne tourne plus non plus. Pour le rétablir, retirer ce display:none. */
  display: none;
  background-image: url("../../img/bignoise-min.png");
  background-size: 500px 500px;
  -webkit-animation: flip 0.3s steps(1) infinite;
  animation: flip 0.3s steps(1) infinite;
  opacity: 0.15;
  z-index: 1;
  pointer-events: none;
  border-radius: 0;
}
.produit__hold .sel_titre_resp {
  display: none;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: #343434;
  font-weight: 900;
  margin-bottom: 20px;
}
@media screen and (max-width:992px) {
  .produit__hold .sel_titre_resp {
    display: block;
  }
}
@media screen and (max-width:550px) {
  .produit__hold .sel_titre_resp {
    font-size: 0.875em;
  }
}
@media screen and (max-width:500px) {
  .produit__hold .product_bloksextend {
    margin-top: -43px;
    position: relative;
    z-index: 3;
  }
}
.produit__hold .product_bloksextend .product_bloks {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  position: relative;
  z-index: 12;
}
@media screen and (max-width:992px) {
  .produit__hold .product_bloksextend .product_bloks {
    align-items: flex-start;
  }
}
@media screen and (max-width:550px) {
  .produit__hold .product_bloksextend .product_bloks {
    align-items: stretch;
  }
}
.produit__hold .product_bloksextend .product_bloks .blok {
  width: 48%;
  margin-right: 4%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
}
@media screen and (max-width:550px) {
  .produit__hold .product_bloksextend .product_bloks .blok {
    min-width: 100px;
  }
}
.produit__hold .product_bloksextend .product_bloks .blok .top_ill {
  border-radius: 17px;
  height: 100px;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  width: 90%;
  height: 220px;
  max-width: 180px;
}
@media screen and (max-width:992px) {
  .produit__hold .product_bloksextend .product_bloks .blok .top_ill {
    flex-direction: column;
    height: 228px;
    max-width: 133px;
  }
}
@media screen and (max-width:790px) {
  .produit__hold .product_bloksextend .product_bloks .blok .top_ill {
    height: 247px;
    max-width: 253px;
  }
}
@media screen and (max-width:550px) {
  .produit__hold .product_bloksextend .product_bloks .blok .top_ill {
    height: auto;
    padding-bottom: 12px;
    width: 93%;
    height: auto;
  }
}
.produit__hold .product_bloksextend .product_bloks .blok .top_ill a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
  cursor: pointer;
}
@media screen and (max-width:992px) {
  .produit__hold .product_bloksextend .product_bloks .blok .top_ill a {
    display: block;
  }
}
.produit__hold .product_bloksextend .product_bloks .blok .top_ill .ombre_raduis {
  border-radius: 0% 100% 100% 0%/46% 48% 52% 54%;
  height: 100px;
  box-shadow: 8px -1px 10px #0000000d;
  width: 30px;
  position: absolute;
  top: 0;
  left: 35%;
}
@media screen and (max-width:992px) {
  .produit__hold .product_bloksextend .product_bloks .blok .top_ill .ombre_raduis {
    display: none;
  }
}
.produit__hold .product_bloksextend .product_bloks .blok .imhold {
  position: relative;
  margin-left: 21px;
}
@media screen and (max-width:992px) {
  .produit__hold .product_bloksextend .product_bloks .blok .imhold {
    margin-left: 0;
    text-align: center;
    margin-top: 10px;
    width: 100%;
  }
}
@media screen and (max-width:400px) {
  .produit__hold .product_bloksextend .product_bloks .blok .imhold {
    height: auto;
  }
}
.produit__hold .product_bloksextend .product_bloks .blok .imhold img {
  position: relative;
  top: -33px;
}
@media screen and (max-width:992px) {
  .produit__hold .product_bloksextend .product_bloks .blok .imhold img {
    top: 0;
    width: 80%;
  }
}
.produit__hold .product_bloksextend .product_bloks .blok .titre {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125em;
  color: #fff;
  font-weight: 900;
  margin-left: 11%;
  height: 100px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  max-width: 145px;
  display: none;
}
@media screen and (max-width:1200px) {
  .produit__hold .product_bloksextend .product_bloks .blok .titre {
    margin-left: 0;
  }
}
@media screen and (max-width:1100px) {
  .produit__hold .product_bloksextend .product_bloks .blok .titre {
    font-size: 1.0625em;
  }
}
@media screen and (max-width:992px) {
  .produit__hold .product_bloksextend .product_bloks .blok .titre {
    width: 100%;
    text-align: center;
    max-width: 100%;
    padding: 0 10px;
    height: 58px;
    margin-top: 20px;
  }
}
@media screen and (max-width:790px) {
  .produit__hold .product_bloksextend .product_bloks .blok .titre {
    display: block;
  }
}
@media screen and (max-width:550px) {
  .produit__hold .product_bloksextend .product_bloks .blok .titre {
    display: flex;
    font-size: 0.875em;
    margin-top: 0;
    justify-content: center;
  }
}
@media screen and (max-width:400px) {
  .produit__hold .product_bloksextend .product_bloks .blok .titre {
    font-size: 0.875em;
    padding: 0;
    display: flex;
    justify-content: center;
  }
}
.produit__hold .product_bloksextend .product_bloks .blok .btn_text_hold {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.produit__hold .product_bloksextend .product_bloks .blok .btn_hold-extend {
  padding-top: 4px;
  padding-bottom: 30px;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}
@media screen and (max-width:790px) {
  .produit__hold .product_bloksextend .product_bloks .blok .btn_hold-extend {
    display: none;
  }
}
.produit__hold .product_bloksextend .product_bloks .blok .btn_hold {
  width: 90%;
}
.produit__hold .product_bloksextend .product_bloks .blok .btn_hold a {
  display: inline-block;
  width: 220px;
  display: inline-block;
  height: 50px;
  background: #343434;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #fff;
  font-weight: 900;
  line-height: 50px;
  border-radius: 999px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width:992px) {
  .produit__hold .product_bloksextend .product_bloks .blok .btn_hold a {
    width: 178px;
    font-size: 0.75em;
  }
}
.produit__hold .product_bloksextend .product_bloks .blok .descr_extend {
  width: 100%;
}
@media screen and (max-width:790px) {
  .produit__hold .product_bloksextend .product_bloks .blok .descr_extend {
    display: none;
  }
}
.produit__hold .product_bloksextend .product_bloks .blok .descr_extend .titre_extend {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5625em;
  color: #343434;
  font-weight: 900;
  margin-bottom: 20px;
}
@media screen and (max-width:1200px) {
  .produit__hold .product_bloksextend .product_bloks .blok .descr_extend .titre_extend {
    height: 80px;
    margin-bottom: 0;
  }
}
@media screen and (max-width:992px) {
  .produit__hold .product_bloksextend .product_bloks .blok .descr_extend .titre_extend {
    font-size: 1.25em;
  }
}
.produit__hold .product_bloksextend .product_bloks .blok .descr_extend .descr {
  width: 90%;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: #343434;
  font-weight: 600;
  line-height: 18px;
  height: 80px;
  letter-spacing: 1.6px;
}
@media screen and (max-width:992px) {
  .produit__hold .product_bloksextend .product_bloks .blok .descr_extend .descr {
    font-size: 0.875em;
    line-height: 16px;
    letter-spacing: 0px;
  }
}
@media screen and (max-width:700px) {
  .produit__hold .product_bloksextend .product_bloks .blok .descr_extend .descr {
    letter-spacing: 1.2px;
  }
}
.produit__hold .product_bloksextend .product_bloks .blok1 {
  flex-direction: row-reverse;
}
.produit__hold .product_bloksextend .product_bloks .blok1 .top_ill {
  background-color: #207cf3;
}
.produit__hold .product_bloksextend .product_bloks .blok1 .top_ill .imhold img {
  position: relative;
  top: 19px;
  left: -56px;
  width: 174px;
}
@media screen and (max-width:992px) {
  .produit__hold .product_bloksextend .product_bloks .blok1 .top_ill .imhold img {
    position: relative;
    top: 45px;
    left: -13px;
    width: 137px;
  }
}
@media screen and (max-width:790px) {
  .produit__hold .product_bloksextend .product_bloks .blok1 .top_ill .imhold img {
    position: unset;
  }
}
.produit__hold .product_bloksextend .product_bloks .blok1 .descr_extend {
  text-align: right;
}
@media screen and (max-width:1440px) {
  .produit__hold .product_bloksextend .product_bloks .blok1 .descr_extend {
    width: 100%;
    margin-left: 0;
  }
}
.produit__hold .product_bloksextend .product_bloks .blok1 .descr_extend .titre_extend {
  width: 90%;
}
.produit__hold .product_bloksextend .product_bloks .blok1 .btn_hold {
  text-align: right;
}
.produit__hold .product_bloksextend .product_bloks .blok1 .btn_hold a {
  text-align: center;
}
.produit__hold .product_bloksextend .product_bloks .blok1 .btn_hold a:hover {
  background-color: #207cf3;
}
.produit__hold .product_bloksextend .product_bloks .blok2 {
  margin-right: 0;
}
.produit__hold .product_bloksextend .product_bloks .blok2 .top_ill {
  background-color: #ffb200;
  margin: 0 auto;
}
@media screen and (max-width:550px) {
  .produit__hold .product_bloksextend .product_bloks .blok2 .top_ill {
    padding-bottom: 17px;
  }
}
.produit__hold .product_bloksextend .product_bloks .blok2 .top_ill .imhold img {
  position: relative;
  top: 19px;
  right: -16px;
  width: 201px;
}
@media screen and (max-width:992px) {
  .produit__hold .product_bloksextend .product_bloks .blok2 .top_ill .imhold img {
    position: relative;
    top: 39px;
    right: 18px;
    width: 145px;
  }
}
@media screen and (max-width:790px) {
  .produit__hold .product_bloksextend .product_bloks .blok2 .top_ill .imhold img {
    position: unset;
  }
}
.produit__hold .product_bloksextend .product_bloks .blok2 .btn_hold-extend {
  padding-left: 10%;
}
.produit__hold .product_bloksextend .product_bloks .blok2 .btn_hold {
  margin: 0 auto;
  text-align: left;
}
.produit__hold .product_bloksextend .product_bloks .blok2 .btn_hold a {
  text-align: center;
}
.produit__hold .product_bloksextend .product_bloks .blok2 .btn_hold a:hover {
  background-color: #ffb200;
}
.produit__hold .product_bloksextend .product_bloks .blok2 .descr_extend {
  padding-left: 10%;
}
.produit__hold .product_bloksextend .product_bloks .blok2 .descr_extend .titre_extend {
  width: 90%;
  margin-left: 5%;
}
.produit__hold .product_bloksextend .product_bloks .blok2 .descr {
  margin: 0 auto;
}
.produit__hold .product_bloksextend .product_bloks .blok3 {
  margin: 0 auto;
}
@media screen and (max-width:992px) {
  .produit__hold .product_bloksextend .product_bloks .blok3 {
    position: relative;
    top: -8px;
  }
}
@media screen and (max-width:992px) {
  .produit__hold .product_bloksextend .product_bloks .blok3 {
    top: 0;
  }
}
.produit__hold .product_bloksextend .product_bloks .blok3 .top_ill {
  background-color: #ff3b3d;
  margin: 0 auto;
}
.produit__hold .product_bloksextend .product_bloks .blok3 .btn_hold-extend {
  border-right: none;
}
.produit__hold .product_bloksextend .product_bloks .blok3 .descr_extend {
  border-right: none;
}
.produit__hold .product_bloksextend .product_bloks .blok3 .btn_hold {
  margin: 0 auto;
}
.produit__hold .product_bloksextend .product_bloks .blok3 .btn_hold a:hover {
  background-color: #ff3b3d;
}
.produit__hold .product_bloksextend .product_bloks .blok3 .descr {
  margin: 0 auto;
}
.produit__hold .product_bloksextend .product_bloks .blok3 img {
  width: 134px;
}

.oval_top {
  margin-top: 177px;
}
.oval_top .ovale {
  background-color: #FFB200;
  position: relative;
  width: 108%;
  height: 127px;
  border-radius: 50% 50% 50% 50%/100% 100% 0% 0%;
  left: -4%;
}
@media screen and (max-width:660px) {
  .oval_top .ovale {
    height: 72px;
  }
}
@media screen and (max-width:400px) {
  .oval_top .ovale {
    height: 70px;
  }
}

.complement_sante .bloks_hold {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
@media screen and (max-width:992px) {
  .complement_sante .bloks_hold {
    flex-direction: column;
    align-content: center;
  }
}
@media screen and (max-width:500px) {
  .complement_sante .bloks_hold {
    margin-top: 30px;
  }
}
.complement_sante .bloks_hold .blok_left {
  width: auto;
}
@media screen and (max-width:992px) {
  .complement_sante .bloks_hold .blok_left {
    width: 100%;
  }
}
.complement_sante .bloks_hold .blok_left .title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.875em;
  color: #343434;
  font-weight: 900;
  max-width: 436px;
}
@media screen and (max-width:992px) {
  .complement_sante .bloks_hold .blok_left .title {
    max-width: 100%;
    text-align: center;
  }
}
@media screen and (max-width:500px) {
  .complement_sante .bloks_hold .blok_left .title {
    font-size: 1.25em;
  }
}
.complement_sante .bloks_hold .blok_left .title strong {
  color: #207CF3;
  display: block;
}
.complement_sante .bloks_hold .blok_left .descr {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: #343434;
  font-weight: 600;
  line-height: 19px;
  margin-top: 10px;
  max-width: 526px;
  letter-spacing: 1.6px;
}
@media screen and (max-width:992px) {
  .complement_sante .bloks_hold .blok_left .descr {
    max-width: 100%;
    text-align: center;
  }
}
@media screen and (max-width:500px) {
  .complement_sante .bloks_hold .blok_left .descr {
    font-size: 0.875em;
    letter-spacing: 1.2px;
  }
}
.complement_sante .bloks_hold .blok_left .btn_hold {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width:992px) {
  .complement_sante .bloks_hold .blok_left .btn_hold {
    text-align: center;
  }
}
.complement_sante .bloks_hold .blok_left .btn_hold a {
  display: inline-block;
  width: 220px;
  display: inline-block;
  height: 50px;
  background: #343434;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #fff;
  font-weight: 700;
  line-height: 50px;
  border-radius: 999px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.complement_sante .bloks_hold .blok_left .btn_hold a:hover {
  background: #FFB200;
}
.complement_sante .bloks_hold .blok_right {
  margin-left: 230px;
}
@media screen and (max-width:992px) {
  .complement_sante .bloks_hold .blok_right {
    display: none;
  }
}
.complement_sante .bloks_hold .blok_right .img_hold {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: stretch;
  margin-left: auto;
}
.complement_sante .bloks_hold .blok_right .img_hold img {
  position: relative;
  z-index: 7;
}
.complement_sante .bloks_hold .blok_right .disks_hold {
  position: absolute;
  top: 143px;
  left: -191px;
  z-index: 8;
}
.complement_sante .bloks_hold .blok_right .disks_hold .disksrel {
  position: relative;
  width: 235px;
  height: 235px;
  background-color: #FFB200;
  border-radius: 50%;
}
.complement_sante .bloks_hold .blok_right .disks_hold .disksrel .titre {
  text-align: right;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25em;
  color: #fff;
  font-weight: 900;
  width: 125px;
  margin-left: auto;
  padding-top: 65px;
  margin-right: 20px;
}
.complement_sante .bloks_hold .blok_right .disks_hold .disksrel .descr {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #343434;
  font-weight: 400;
  width: 180px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: 20px;
}
.complement_sante .bloks_hold .blok_right .disks_hold .disksrel .marteau {
  position: absolute;
  z-index: 3;
  left: -10px;
  top: 0;
}
.complement_sante .bloks_hold .blok_right .disks_hold .disksrel:after {
  width: 79px;
  height: 79px;
  background-color: #343434;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  z-index: -1;
  content: "";
  left: -18px;
}

.bloks_muthold {
  position: relative;
  z-index: 2;
  margin-top: 30px;
}
.bloks_muthold .bloks_hold {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
@media screen and (max-width:992px) {
  .bloks_muthold .bloks_hold {
    flex-wrap: wrap;
  }
}
.bloks_muthold .bloks_hold.flickity-enabled {
  display: block;
}
@media screen and (max-width:600px) {
  .bloks_muthold .bloks_hold {
    display: block;
  }
}
.bloks_muthold .bloks_hold:after {
  content: "";
}
@media screen and (max-width:600px) {
  .bloks_muthold .bloks_hold:after {
    content: "flickity";
    display: none;
  }
}
.bloks_muthold .bloks_hold .flickity-button {
  display: none;
}
.bloks_muthold .bloks_hold .flickity-page-dots {
  display: block;
}
.bloks_muthold .bloks_hold .flickity-page-dots .dot {
  opacity: 1;
}
.bloks_muthold .bloks_hold .flickity-page-dots .is-selected {
  background: #FFB200;
  width: 12px;
  height: 12px;
}
.bloks_muthold .bloks_hold .flickity-viewport {
  overflow: initial;
}
.bloks_muthold .bloks_hold .blok {
  width: 24%;
  margin-right: 1.33%;
  border-radius: 15px;
  box-shadow: 0px 0px 10px #00000029;
  background: #fff;
  position: relative;
  overflow: hidden;
  min-height: 322px;
  padding-bottom: 22px;
}
@media screen and (max-width:1200px) {
  .bloks_muthold .bloks_hold .blok {
    min-height: 340px;
  }
}
@media screen and (max-width:992px) {
  .bloks_muthold .bloks_hold .blok {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .bloks_muthold .bloks_hold .blok:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media screen and (max-width:600px) {
  .bloks_muthold .bloks_hold .blok {
    width: 250px;
    margin-right: 20px;
    min-height: auto;
  }
  .bloks_muthold .bloks_hold .blok:nth-child(2n+2) {
    margin-right: 20px;
  }
}
.bloks_muthold .bloks_hold .blok:hover .blok_hidden {
  bottom: 0;
}
.bloks_muthold .bloks_hold .blok:hover .texte_hover {
  top: -70%;
  overflow: initial;
  z-index: 5;
  padding-bottom: 0;
  /*@include responsive($bp-xxlarge) {
      top: 0;
  }*/
}
@media screen and (max-width:600px) {
  .bloks_muthold .bloks_hold .blok:hover .texte_hover {
    position: unset;
  }
}
.bloks_muthold .bloks_hold .blok:hover .texte_hover .titre {
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width:600px) {
  .bloks_muthold .bloks_hold .blok:hover .texte_hover .titre {
    color: #343434;
  }
}
.bloks_muthold .bloks_hold .blok:hover .texte_hover .litl_desr {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  display: none;
}
@media screen and (max-width:1300px) {
  .bloks_muthold .bloks_hold .blok:hover .texte_hover .litl_desr {
    font-size: 12px;
  }
}
@media screen and (max-width:600px) {
  .bloks_muthold .bloks_hold .blok:hover .texte_hover .litl_desr {
    color: #343434;
    line-height: 14px;
  }
}
.bloks_muthold .bloks_hold .blok:hover .texte_hover .resp_descr {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}
@media screen and (max-width:1300px) {
  .bloks_muthold .bloks_hold .blok:hover .texte_hover .resp_descr {
    font-size: 12px;
  }
}
@media screen and (max-width:600px) {
  .bloks_muthold .bloks_hold .blok:hover .texte_hover .resp_descr {
    color: #343434;
    line-height: 14px;
  }
}
.bloks_muthold .bloks_hold .blok:hover .texte_hover .resp_descr strong {
  color: #fff;
}
@media screen and (max-width:600px) {
  .bloks_muthold .bloks_hold .blok:hover .texte_hover .resp_descr strong {
    color: #207CF3;
  }
}
@media screen and (max-width:600px) {
  .bloks_muthold .bloks_hold .blok .empty {
    display: none;
  }
}
.bloks_muthold .bloks_hold .blok .im_hold img {
  width: 100%;
  min-height: 217px;
}
@media screen and (max-width:600px) {
  .bloks_muthold .bloks_hold .blok .im_hold img {
    min-height: auto;
  }
}
.bloks_muthold .bloks_hold .blok .texte_hover {
  transition: all 0.3s ease-in-out;
  position: relative;
  top: 3%;
  overflow: hidden;
  height: 76px;
  padding-bottom: 10px;
}
@media screen and (max-width:1440px) {
  .bloks_muthold .bloks_hold .blok .texte_hover {
    /*  top: 73%;*/
  }
}
@media screen and (max-width:600px) {
  .bloks_muthold .bloks_hold .blok .texte_hover {
    position: unset;
    overflow: initial;
    height: auto;
  }
}
.bloks_muthold .bloks_hold .blok .titre {
  margin-left: 6%;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125em;
  color: #343434;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bloks_muthold .bloks_hold .blok .litl_desr {
  margin-left: 6%;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #343434;
  font-weight: 600;
  line-height: 17px;
  padding-right: 6%;
  padding-bottom: 4px;
}
@media screen and (max-width:600px) {
  .bloks_muthold .bloks_hold .blok .litl_desr {
    display: none;
  }
}
.bloks_muthold .bloks_hold .blok .resp_descr {
  margin-left: 6%;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  color: #343434;
  font-weight: 400;
  line-height: 14px;
  padding-right: 6%;
  padding-bottom: 15px;
  display: block;
}
@media screen and (max-width:600px) {
  .bloks_muthold .bloks_hold .blok .resp_descr {
    display: block;
  }
}
.bloks_muthold .bloks_hold .blok .resp_descr strong {
  color: #207CF3;
  font-weight: 900;
}
.bloks_muthold .bloks_hold .blok .blok_hidden {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #34343480 -66%, #343434 100%) 0% 0% no-repeat padding-box;
  bottom: -100%;
  z-index: 3;
  padding: 0 15px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width:600px) {
  .bloks_muthold .bloks_hold .blok .blok_hidden {
    display: none;
  }
}
.bloks_muthold .bloks_hold .blok .blok_hidden .titre_hidden {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25em;
  color: #fff;
  font-weight: 900;
  padding-top: 20px;
}
.bloks_muthold .bloks_hold .blok .blok_hidden .descr_hidden {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #fff;
  font-weight: 400;
  line-height: 16px;
  padding-top: 15px;
}
.bloks_muthold .bloks_hold .blok .blok_hidden .descr_hidden strong {
  font-weight: 700;
}
.bloks_muthold .bloks_hold .blok .ombre {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 62px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(215, 215, 215, 0.5) 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  /* IE6-8 */
  z-index: 2;
}
@media screen and (max-width:600px) {
  .bloks_muthold .bloks_hold .blok .ombre {
    display: none;
  }
}
.bloks_muthold .bloks_hold .blok4 {
  margin-right: 0%;
}

.oval_bottom .ovale {
  background-color: #FFB200;
  position: relative;
  width: 108%;
  height: 200px;
  border-radius: 50% 50% 50% 50%/0% 0% 100% 100%;
  left: -4%;
}
@media screen and (max-width:660px) {
  .oval_bottom .ovale {
    height: 95px;
  }
}
@media screen and (max-width:400px) {
  .oval_bottom .ovale {
    height: 77px;
  }
}

.bloks__product__holder {
  margin-top: 80px;
  /*letter-spacing: 1.8px;*/
}
.bloks__product__holder .blok_desk {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-bottom: 30px;
}
@media screen and (max-width:992px) {
  .bloks__product__holder .blok_desk {
    display: none;
  }
}
.bloks__product__holder .blok_desk .leftside {
  width: 50%;
}
.bloks__product__holder .blok_desk .leftside .titre {
  font-family: "Montserrat", sans-serif;
  font-size: 1.875em;
  color: #FFB200;
  font-weight: 900;
}
.bloks__product__holder .blok_desk .leftside .descr {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: #343434;
  font-weight: 600;
  line-height: 21px;
  max-width: 414px;
  margin-top: 20px;
  letter-spacing: 1.6px;
}
.bloks__product__holder .blok_desk .leftside .list {
  margin-top: 20px;
  max-width: 414px;
  letter-spacing: 1.6px;
}
.bloks__product__holder .blok_desk .leftside .list li {
  position: relative;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #343434;
  font-weight: 600;
  padding-left: 25px;
}
.bloks__product__holder .blok_desk .leftside .list li:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #FFB200;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 50%;
}
.bloks__product__holder .blok_desk .leftside .btn_hold {
  margin-top: 50px;
}
@media screen and (max-width:992px) {
  .bloks__product__holder .blok_desk .leftside .btn_hold {
    padding-left: 20px;
    margin-top: 10px;
  }
}
.bloks__product__holder .blok_desk .leftside .btn_hold a {
  text-align: center;
  display: inline-block;
  width: 230px;
  height: 50px;
  background: #343434;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #fff;
  font-weight: 600;
  line-height: 50px;
  border-radius: 999px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.bloks__product__holder .blok_desk .leftside .btn_hold a:hover {
  background: #FFB200;
}
.bloks__product__holder .blok_desk .rightside {
  font-family: "Montserrat", sans-serif;
  margin-left: auto;
}
.bloks__product__holder .blok_desk .rightside .imhod {
  width: 100%;
  /*margin: 0 auto;*/
  position: relative;
}
.bloks__product__holder .blok_desk .rightside .imhod img {
  display: block;
  width: 100%;
  min-width: 532px;
}
.bloks__product__holder .blok_desk .rightside .imhod .price {
  position: absolute;
  top: 125px;
  left: 80px;
  z-index: 2;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.bloks__product__holder .blok_desk .rightside .imhod .price span {
  text-transform: uppercase;
  display: block;
}
.bloks__product__holder .blok_desk .rightside .imhod .price strong {
  font-weight: 900;
  font-size: 30px;
}
@media screen and (max-width:700px) {
  .bloks__product__holder .blok_desk .rightside .imhod .price strong {
    font-size: 20px;
  }
}
.bloks__product__holder .blok {
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px #00000029;
  border-radius: 30px;
  padding: 30px 20px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-bottom: 30px;
  display: none;
}
@media screen and (max-width:992px) {
  .bloks__product__holder .blok {
    flex-direction: column;
    padding: 30px 0 0 0;
    overflow: hidden;
    display: flex;
  }
}
.bloks__product__holder .blok .blokleft {
  width: 50%;
  border-right: 1px solid #343434;
}
@media screen and (max-width:992px) {
  .bloks__product__holder .blok .blokleft {
    width: 100%;
    border-right: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.bloks__product__holder .blok .blokleft .im_priceholder {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
@media screen and (max-width:450px) {
  .bloks__product__holder .blok .blokleft .im_priceholder {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media screen and (max-width:550px) {
  .bloks__product__holder .blok .blokleft .im_priceholder .imhold {
    width: 120px;
    text-align: right;
  }
}
@media screen and (max-width:550px) {
  .bloks__product__holder .blok .blokleft .im_priceholder .imhold img {
    width: 120px;
  }
}
@media screen and (max-width:450px) {
  .bloks__product__holder .blok .blokleft .im_priceholder .imhold img {
    width: 80px;
  }
}
.bloks__product__holder .blok .blokleft .im_priceholder .text_hold {
  margin-left: 20px;
}
.bloks__product__holder .blok .blokleft .im_priceholder .text_hold .title {
  font-family: "Montserrat", sans-serif;
  font-size: 2.125em;
  color: #343434;
  font-weight: 900;
  margin-bottom: 8px;
}
@media screen and (max-width:550px) {
  .bloks__product__holder .blok .blokleft .im_priceholder .text_hold .title {
    font-size: 1.375em;
  }
}
.bloks__product__holder .blok .blokleft .im_priceholder .text_hold .pricetext .partir {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #343434;
  font-weight: 400;
}
@media screen and (max-width:550px) {
  .bloks__product__holder .blok .blokleft .im_priceholder .text_hold .pricetext .partir {
    font-size: 0.75em;
  }
}
.bloks__product__holder .blok .blokleft .im_priceholder .text_hold .pricetext .price {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25em;
  color: #FFB200;
  font-weight: 900;
  margin-left: 5px;
}
@media screen and (max-width:550px) {
  .bloks__product__holder .blok .blokleft .im_priceholder .text_hold .pricetext .price {
    font-size: 1em;
  }
}
.bloks__product__holder .blok .blokleft .descr {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: #343434;
  font-weight: 400;
  line-height: 21px;
  max-width: 85%;
  margin-top: 40px;
}
@media screen and (max-width:550px) {
  .bloks__product__holder .blok .blokleft .descr {
    max-width: 100%;
    font-size: 0.875em;
    line-height: 19px;
    margin-top: 20px;
  }
}
.bloks__product__holder .blok .blokright {
  width: 47%;
  margin-left: 3%;
}
@media screen and (max-width:992px) {
  .bloks__product__holder .blok .blokright {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: stretch;
    margin-left: 0;
  }
}
.bloks__product__holder .blok .blokright .list {
  margin-top: 40px;
}
@media screen and (max-width:992px) {
  .bloks__product__holder .blok .blokright .list {
    padding: 20px;
    background: #343434;
    width: 100%;
    margin-top: 20px;
  }
}
.bloks__product__holder .blok .blokright .list li {
  position: relative;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #343434;
  font-weight: 600;
  padding-left: 25px;
}
@media screen and (max-width:992px) {
  .bloks__product__holder .blok .blokright .list li {
    color: #fff;
  }
}
.bloks__product__holder .blok .blokright .list li:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #FFB200;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 50%;
}
.bloks__product__holder .blok .blokright .btn_hold {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width:992px) {
  .bloks__product__holder .blok .blokright .btn_hold {
    padding-left: 20px;
    margin-top: 10px;
  }
}
.bloks__product__holder .blok .blokright .btn_hold a {
  display: inline-block;
  width: 230px;
  height: 50px;
  background: #343434;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #fff;
  font-weight: 600;
  line-height: 50px;
  border-radius: 999px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.bloks__product__holder .blok .blokright .btn_hold a:hover {
  background: #FFB200;
}
.bloks__product__holder .blok2 .blokright .list li {
  position: relative;
}
.bloks__product__holder .blok2 .blokright .list li:after {
  background: #FF3B3D;
}

.oval_top_gris_home {
  margin-top: 70px;
}
.oval_top_gris_home .ovale {
  background-color: #f4f4f4;
}

.fond_blok__hold {
  background: #f4f4f4;
  position: relative;
  z-index: 2;
  padding-bottom: 134px;
}
.fond_blok__hold .fond_blokcontainer {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
@media screen and (max-width:992px) {
  .fond_blok__hold .fond_blokcontainer {
    width: 100%;
  }
}
@media screen and (max-width:660px) {
  .fond_blok__hold .fond_blokcontainer {
    flex-direction: column;
    border-radius: 12px;
    width: 98%;
    padding: 20px 0px;
    position: relative;
    z-index: 2;
    text-align: center;
  }
}
.fond_blok__hold .fond_blokcontainer .leftside {
  width: 45%;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5em;
  color: #343434;
  font-weight: 900;
  line-height: 45px;
}
@media screen and (max-width:660px) {
  .fond_blok__hold .fond_blokcontainer .leftside {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1100px) {
  .fond_blok__hold .fond_blokcontainer .leftside {
    font-size: 2.1875em;
  }
}
@media screen and (max-width:992px) {
  .fond_blok__hold .fond_blokcontainer .leftside {
    font-size: 1.875em;
    line-height: 35px;
  }
}
@media screen and (max-width:450px) {
  .fond_blok__hold .fond_blokcontainer .leftside {
    font-size: 1.25em;
    line-height: 25px;
  }
}
.fond_blok__hold .fond_blokcontainer .rightside {
  width: 53%;
  margin-left: auto;
}
@media screen and (max-width:660px) {
  .fond_blok__hold .fond_blokcontainer .rightside {
    width: 100%;
  }
}
.fond_blok__hold .fond_blokcontainer .rightside p {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: #343434;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 1.6px;
}
@media screen and (max-width:790px) {
  .fond_blok__hold .fond_blokcontainer .rightside p {
    font-size: 0.875em;
    line-height: 21px;
    letter-spacing: 1.2px;
  }
}
.fond_blok__hold .btn_hold {
  text-align: center;
  margin-top: 80px;
}
.fond_blok__hold .btn_hold a {
  display: inline-block;
  border-radius: 999px;
  background: #FF3B3D;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 900;
  padding: 17px 37px;
  transition: all 0.3s ease-in-out;
  min-width: 200px;
}
.fond_blok__hold .btn_hold a:hover {
  color: #fff;
  background: #343434;
}

.oval_top_grey__home {
  margin-top: -88px !important;
  position: relative;
  z-index: 3;
}

.blog__holder {
  padding-top: 1px;
  background-color: #343434;
}
@media screen and (max-width:660px) {
  .blog__holder {
    margin-top: -1px;
  }
}
.blog__holder .latest_articles {
  padding-top: 117px;
  width: 100%;
}
@media screen and (max-width:992px) {
  .blog__holder .latest_articles {
    margin: 26px auto 0;
  }
}
@media screen and (max-width:500px) {
  .blog__holder .latest_articles {
    margin-top: -20px;
  }
}
@media screen and (max-width:660px) {
  .blog__holder .latest_articles {
    padding-top: 20px;
  }
}
@media screen and (max-width:600px) {
  .blog__holder .latest_articles .blok {
    width: 350px !important;
    margin-right: 15px !important;
  }
}
@media screen and (max-width:400px) {
  .blog__holder .latest_articles .blok {
    width: 340px !important;
    margin-right: 15px !important;
  }
}
.blog__holder .blog__container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:992px) {
  .blog__holder .blog__container {
    width: 100%;
  }
}
.blog__holder .blog__container .title {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 3.75em;
  color: #343434;
  font-weight: 900;
  line-height: 66px;
  right: 0;
  max-width: 500px;
}
@media screen and (max-width:790px) {
  .blog__holder .blog__container .title {
    position: relative;
    text-align: left;
    font-size: 2.5em;
    line-height: 46px;
  }
}
@media screen and (max-width:400px) {
  .blog__holder .blog__container .title {
    font-size: 1.875em;
    line-height: 36px;
  }
}
.blog__holder .blog__container .disk {
  position: absolute;
  background: #FFB200;
  border-radius: 50%;
}
.blog__holder .blog__container .disk1 {
  width: 322px;
  height: 322px;
  right: -147px;
  top: -10px;
}
@media screen and (max-width:700px) {
  .blog__holder .blog__container .disk1 {
    left: -20%;
    top: 218px;
    width: 500px;
    height: 500px;
  }
}
@media screen and (max-width:600px) {
  .blog__holder .blog__container .disk1 {
    left: -20%;
    top: 218px;
    width: 400px;
    height: 400px;
  }
}
.blog__holder .blog__container .disk2 {
  width: 62px;
  height: 62px;
  right: 305px;
  top: 58px;
}
@media screen and (max-width:700px) {
  .blog__holder .blog__container .disk2 {
    top: unset;
    bottom: 76px;
  }
}
@media screen and (max-width:600px) {
  .blog__holder .blog__container .disk2 {
    right: 0;
  }
}
.blog__holder .blog__container .link_all {
  position: relative;
  padding-top: 40px;
  text-align: center;
}
@media screen and (max-width:992px) {
  .blog__holder .blog__container .link_all {
    padding-top: 60px;
  }
}
@media screen and (max-width:600px) {
  .blog__holder .blog__container .link_all {
    padding-top: 0;
  }
}
.blog__holder .blog__container .link_all a {
  margin-left: 47px;
  display: inline-block;
  background: #FFB200;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #fff;
  padding: 15px 20px;
  font-weight: 700;
  text-align: center;
  border-radius: 999px;
  min-width: 200px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 3px 6px #00000029;
}
@media screen and (max-width:600px) {
  .blog__holder .blog__container .link_all a {
    margin-left: 0;
  }
}
.blog__holder .blog__container .link_all a:hover {
  background: #343434;
}
@media screen and (max-width:790px) {
  .blog__holder .blog__container .link_all-desk {
    display: none;
  }
}
.blog__holder .blog__container .link_all-mobile {
  display: none;
}
@media screen and (max-width:790px) {
  .blog__holder .blog__container .link_all-mobile {
    display: block;
    text-align: center;
    padding-top: 40px;
  }
}
.blog__holder .blog__container .bloks_blog {
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width:790px) {
  .blog__holder .blog__container .bloks_blog {
    margin-top: 50px;
  }
}
.blog__holder .blog__container .bloks_blog.flickity-enabled {
  display: block;
}
@media screen and (max-width:992px) {
  .blog__holder .blog__container .bloks_blog {
    display: block;
  }
}
.blog__holder .blog__container .bloks_blog:after {
  content: "";
}
@media screen and (max-width:992px) {
  .blog__holder .blog__container .bloks_blog {
    /* disable Flickity for large devices */
  }
  .blog__holder .blog__container .bloks_blog:after {
    content: "flickity";
    display: none;
  }
}
.blog__holder .blog__container .bloks_blog .flickity-button {
  display: none;
}
.blog__holder .blog__container .bloks_blog .flickity-page-dots {
  display: none;
}
.blog__holder .blog__container .bloks_blog .flickity-page-dots .dot {
  opacity: 1;
}
.blog__holder .blog__container .bloks_blog .flickity-page-dots .is-selected {
  background: #fff;
  width: 12px;
  height: 12px;
}
.blog__holder .blog__container .bloks_blog .flickity-viewport {
  overflow: initial;
  min-height: 612px;
}
.blog__holder .blog__container .blok {
  width: 33%;
  margin-right: 2%;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width:992px) {
  .blog__holder .blog__container .blok {
    width: 350px;
    background: #fff;
    box-shadow: 0px 0px 10px #00000029;
  }
}
@media screen and (max-width:400px) {
  .blog__holder .blog__container .blok {
    width: 320px;
  }
}
.blog__holder .blog__container .blok:nth-child(3n) {
  margin-right: 0;
}
.blog__holder .blog__container .blok:hover {
  background: #fff;
  box-shadow: 0px 0px 10px #00000029;
}
.blog__holder .blog__container .blok:hover .article_title {
  color: #343434 !important;
}
.blog__holder .blog__container .blok:hover .article_title a {
  color: #343434 !important;
}
.blog__holder .blog__container .blok:hover .descr {
  color: #343434 !important;
}
.blog__holder .blog__container .blok:hover .pointille_hold {
  background-color: #343434 !important;
}
.blog__holder .blog__container .blok:hover .pointille_hold span {
  color: #FFB200 !important;
}
.blog__holder .blog__container .blok:hover .auth_reshold .auth {
  color: #343434 !important;
}
.blog__holder .blog__container .blok .im_hold img {
  width: 100%;
}
.blog__holder .blog__container .blok .article_title {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: #343434;
  color: #fff !important;
  font-weight: 900;
  margin-top: 15px;
  padding-left: 20px;
  padding-right: 30px;
  height: 90px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.blog__holder .blog__container .blok .article_title:hover {
  color: #FFB200;
}
@media screen and (max-width:992px) {
  .blog__holder .blog__container .blok .article_title {
    color: #343434 !important;
  }
}
.blog__holder .blog__container .blok .article_title a {
  color: #fff !important;
}
@media screen and (max-width:992px) {
  .blog__holder .blog__container .blok .article_title a {
    color: #343434 !important;
  }
}
.blog__holder .blog__container .blok .cat_title {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  color: #FFB200;
  font-weight: 700;
  margin-top: 10px;
  padding-left: 20px;
}
.blog__holder .blog__container .blok .cat_title span {
  margin-right: 10px;
}
.blog__holder .blog__container .blok .descr {
  font-family: "Montserrat", sans-serif;
  font-size: 0.625em;
  color: #343434;
  color: #fff !important;
  font-weight: 400;
  line-height: 14px;
  height: 140px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 30px;
}
@media screen and (max-width:992px) {
  .blog__holder .blog__container .blok .descr {
    color: #343434 !important;
  }
}
.blog__holder .blog__container .blok .pointille_hold {
  background-color: #FFB200 !important;
  width: 40px;
  height: 20px;
  border-radius: 999px;
  margin-top: 6px;
  line-height: 14px;
  text-align: center;
}
@media screen and (max-width:992px) {
  .blog__holder .blog__container .blok .pointille_hold {
    background-color: #343434 !important;
  }
}
.blog__holder .blog__container .blok .pointille_hold span {
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  color: #343434;
  color: #343434 !important;
  font-weight: 900;
  letter-spacing: 2px;
}
@media screen and (max-width:992px) {
  .blog__holder .blog__container .blok .pointille_hold span {
    color: #FFB200 !important;
  }
}
.blog__holder .blog__container .blok .auth_reshold {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  padding-left: 20px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.blog__holder .blog__container .blok .auth_reshold .auth {
  font-family: "Montserrat", sans-serif;
  font-size: 0.625em;
  color: #343434;
  color: #fff !important;
  max-width: 158px;
  font-weight: 400;
}
@media screen and (max-width:992px) {
  .blog__holder .blog__container .blok .auth_reshold .auth {
    color: #343434 !important;
  }
}
.blog__holder .blog__container .blok .auth_reshold .res_hold {
  margin-left: auto;
}
.blog__holder .blog__container .blok .auth_reshold .res_hold .res {
  margin-left: 3px;
  border-radius: 50%;
  background: #FFB200;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  position: relative;
  top: 0;
}
.blog__holder .blog__container .blok .auth_reshold .res_hold .res:hover {
  top: -4px;
}
.blog__holder .blog__container .blok .auth_reshold .res_hold .res a {
  color: #fff;
  display: block;
  height: 30px;
}
.blog__holder .blog__container .blok .auth_reshold .res_hold .res i {
  position: relative;
  top: 8px;
}

.newsleter_hold {
  height: 300px;
  margin-top: -17px;
}
.newsleter_hold .ovale {
  width: 104%;
  height: 100px;
  border-radius: 51% 49% 52% 48%/15% 15% 85% 85%;
  position: relative;
  z-index: 1;
  left: -2%;
  overflow: hidden;
  background: #343434;
}
@media screen and (max-width:992px) {
  .newsleter_hold .ovale {
    left: -9%;
    width: 119%;
    top: -29px;
  }
}
@media screen and (max-width:450px) {
  .newsleter_hold .ovale {
    left: -16%;
    width: 131%;
    top: -29px;
  }
}
@media screen and (max-width:340px) {
  .newsleter_hold .ovale {
    top: -50px;
  }
}
.newsleter_hold .ovale .bg_ov {
  width: 100%;
  height: 500px;
  /*background-image: url("../../img/bignoise-min.png");*/
  background-size: 500px 500px;
  -webkit-animation: flip 0.3s steps(1) infinite;
  animation: flip 0.3s steps(1) infinite;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
.newsleter_hold .newsleterholderglob {
  width: 100%;
  height: 375px;
  background-color: #FFB200;
  position: relative;
  top: -82px;
}
@media screen and (max-width:992px) {
  .newsleter_hold .newsleterholderglob {
    top: -111px;
  }
}
@media screen and (max-width:400px) {
  .newsleter_hold .newsleterholderglob {
    top: -120px;
    height: 395px;
  }
}
@media screen and (max-width:340px) {
  .newsleter_hold .newsleterholderglob {
    top: -133px;
  }
}
.newsleter_hold .newsleterholderglob .news_container {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  /*justify-content: flex-start; remetre apres ajout newsletter et suprimer dessus*/
  justify-content: center;
  align-items: center;
  /* align-content: stretch; remetre apres ajout newsletter et suprimer dessus*/
  align-content: center;
  padding-top: 147px;
}
@media screen and (max-width:992px) {
  .newsleter_hold .newsleterholderglob .news_container {
    width: 100%;
    flex-direction: column;
  }
}
@media screen and (max-width:600px) {
  .newsleter_hold .newsleterholderglob .news_container {
    padding-top: 130px;
  }
}
.newsleter_hold .newsleterholderglob .news_container .blok_left {
  width: 33%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
@media screen and (max-width:992px) {
  .newsleter_hold .newsleterholderglob .news_container .blok_left {
    width: 100%;
    margin-bottom: 10px;
    justify-content: center;
  }
}
@media screen and (max-width:600px) {
  .newsleter_hold .newsleterholderglob .news_container .blok_left {
    flex-direction: column;
  }
}
.newsleter_hold .newsleterholderglob .news_container .blok_left .title_join {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25em;
  color: #fff;
  font-weight: 700;
  line-height: 27px;
  max-width: 350px;
}
@media screen and (max-width:600px) {
  .newsleter_hold .newsleterholderglob .news_container .blok_left .title_join {
    text-align: center;
    margin-bottom: 10px;
    font-size: 0.875em;
  }
}
@media screen and (max-width:600px) {
  .newsleter_hold .newsleterholderglob .news_container .blok_left .title_join br {
    display: none;
  }
}
.newsleter_hold .newsleterholderglob .news_container .blok_left .inp_hold {
  margin-left: 25px;
  position: relative;
}
@media screen and (max-width:450px) {
  .newsleter_hold .newsleterholderglob .news_container .blok_left .inp_hold {
    margin-left: 0;
  }
}
@media screen and (max-width:450px) {
  .newsleter_hold .newsleterholderglob .news_container .blok_left .inp_hold {
    width: auto;
  }
}
.newsleter_hold .newsleterholderglob .news_container .blok_left .inp_hold .inptext {
  border: none;
  width: 345px;
  padding-left: 35px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #FFB200;
  font-weight: 700;
  line-height: 45px;
  padding-right: 40px;
  border-radius: 999px;
  display: inline-block;
  background-color: #fff;
  cursor: pointer;
}
@media screen and (max-width:1100px) {
  .newsleter_hold .newsleterholderglob .news_container .blok_left .inp_hold .inptext {
    width: 260px;
  }
}
@media screen and (max-width:992px) {
  .newsleter_hold .newsleterholderglob .news_container .blok_left .inp_hold .inptext {
    width: 400px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width:450px) {
  .newsleter_hold .newsleterholderglob .news_container .blok_left .inp_hold .inptext {
    width: 364px;
    padding-right: 0;
  }
}
@media screen and (max-width:360px) {
  .newsleter_hold .newsleterholderglob .news_container .blok_left .inp_hold .inptext {
    width: 304px;
  }
}
.newsleter_hold .newsleterholderglob .news_container .blok_left .inp_hold .inptext:focus {
  outline: none;
}
.newsleter_hold .newsleterholderglob .news_container .blok_left .inp_hold .inp_sub {
  border: none;
  position: absolute;
  right: 13px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25em;
  color: #fff;
  font-weight: 400;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #FFB200;
  top: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.newsleter_hold .newsleterholderglob .news_container .blok_left .inp_hold .inp_sub:hover {
  background: #fff;
  color: #FFB200;
}
.newsleter_hold .newsleterholderglob .news_container .blok_right {
  width: 66%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
@media screen and (max-width:992px) {
  .newsleter_hold .newsleterholderglob .news_container .blok_right {
    width: 100%;
    padding-bottom: 30px;
  }
}
@media screen and (max-width:550px) {
  .newsleter_hold .newsleterholderglob .news_container .blok_right {
    flex-direction: column;
  }
}
.newsleter_hold .newsleterholderglob .news_container .blok_right .res_title {
  text-align: center;
  margin-bottom: 16px;
  width: 51%;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25em;
  color: #fff;
  font-weight: 900;
  line-height: 26px;
}
@media screen and (max-width:600px) {
  .newsleter_hold .newsleterholderglob .news_container .blok_right .res_title {
    font-size: 0.875em;
  }
}
@media screen and (max-width:550px) {
  .newsleter_hold .newsleterholderglob .news_container .blok_right .res_title {
    width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (max-width:600px) {
  .newsleter_hold .newsleterholderglob .news_container .blok_right .res_title br {
    display: none;
  }
}
.newsleter_hold .newsleterholderglob .news_container .blok_right .res_hold {
  text-align: center;
}
@media screen and (max-width:550px) {
  .newsleter_hold .newsleterholderglob .news_container .blok_right .res_hold {
    width: 100%;
    margin-top: 10px;
  }
}
.newsleter_hold .newsleterholderglob .news_container .blok_right .res_hold a {
  display: inline-block;
  margin-left: 3px;
  border-radius: 50%;
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  position: relative;
  top: 0;
}
.newsleter_hold .newsleterholderglob .news_container .blok_right .res_hold a:hover {
  top: -4px;
}
.newsleter_hold .newsleterholderglob .news_container .blok_right .res_hold a i {
  color: #FFB200;
  font-size: 23px;
  position: relative;
  top: 8px;
}

/*new home*/
.meilleur_garantie {
  background-color: #343434;
}
.meilleur_garantie .oval_top {
  background-color: #343434;
  margin-top: 0;
  padding-top: 48px;
}
.meilleur_garantie .ovale {
  box-shadow: 0px -6px 6px #0000001A;
}
.meilleur_garantie .title {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5em;
  color: #fff;
  font-weight: 900;
  text-align: center;
  max-width: 550px;
  margin: 0 auto 70px;
}
@media screen and (max-width:660px) {
  .meilleur_garantie .title {
    font-size: 1.5625em;
  }
}
@media screen and (max-width:450px) {
  .meilleur_garantie .title {
    font-size: 1.25em;
  }
}
.meilleur_garantie .bloks_hold {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding-bottom: 56px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width:992px) {
  .meilleur_garantie .bloks_hold {
    width: 100%;
  }
}
.meilleur_garantie .bloks_hold .blok {
  width: 31%;
  margin-right: 3.5%;
  border-radius: 12px;
  height: 100px;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
@media screen and (max-width:1100px) {
  .meilleur_garantie .bloks_hold .blok {
    width: 32%;
    margin-right: 2%;
  }
}
@media screen and (max-width:992px) {
  .meilleur_garantie .bloks_hold .blok {
    min-width: 96px;
    flex-direction: column;
    height: auto;
  }
}
.meilleur_garantie .bloks_hold .blok a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.meilleur_garantie .bloks_hold .blok:hover .ombre_raduis {
  left: 85%;
}
.meilleur_garantie .bloks_hold .blok:hover.blok1 .arrow {
  background-color: #fff;
}
.meilleur_garantie .bloks_hold .blok:hover.blok1 .arrow i {
  color: #207cf3;
}
.meilleur_garantie .bloks_hold .blok:hover.blok2 .arrow {
  background-color: #fff;
}
.meilleur_garantie .bloks_hold .blok:hover.blok2 .arrow i {
  color: #ffb200;
}
@media screen and (max-width:1100px) {
  .meilleur_garantie .bloks_hold .blok:hover.blok3 {
    margin-right: 0;
  }
}
.meilleur_garantie .bloks_hold .blok:hover.blok3 .arrow {
  background-color: #fff;
}
.meilleur_garantie .bloks_hold .blok:hover.blok3 .arrow i {
  color: #ff3b3d;
}
.meilleur_garantie .bloks_hold .blok .imhold {
  position: relative;
  /* overflow: hidden;*/
  margin-left: 21px;
}
@media screen and (max-width:992px) {
  .meilleur_garantie .bloks_hold .blok .imhold {
    margin-left: 0;
    text-align: center;
    padding-top: 10px;
    width: 100%;
  }
}
@media screen and (max-width:450px) {
  .meilleur_garantie .bloks_hold .blok .imhold {
    height: 94px;
  }
}
@media screen and (max-width:400px) {
  .meilleur_garantie .bloks_hold .blok .imhold {
    height: 79px;
  }
}
@media screen and (max-width:360px) {
  .meilleur_garantie .bloks_hold .blok .imhold {
    height: 69px;
  }
}
.meilleur_garantie .bloks_hold .blok .imhold img {
  position: relative;
  top: -33px;
}
@media screen and (max-width:992px) {
  .meilleur_garantie .bloks_hold .blok .imhold img {
    top: 0;
  }
}
@media screen and (max-width:450px) {
  .meilleur_garantie .bloks_hold .blok .imhold img {
    width: 80%;
  }
}
.meilleur_garantie .bloks_hold .blok .titre {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125em;
  color: #fff;
  font-weight: 900;
  margin-left: 10%;
  height: 100px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  max-width: 145px;
}
@media screen and (max-width:1300px) {
  .meilleur_garantie .bloks_hold .blok .titre {
    margin-left: 0;
    font-size: 0.9375em;
  }
}
@media screen and (max-width:992px) {
  .meilleur_garantie .bloks_hold .blok .titre {
    flex-direction: column;
    align-content: center;
    max-width: 100%;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
@media screen and (max-width:450px) {
  .meilleur_garantie .bloks_hold .blok .titre {
    font-size: 0.6875em;
  }
}
@media screen and (max-width:340px) {
  .meilleur_garantie .bloks_hold .blok .titre {
    font-size: 0.625em;
  }
}
.meilleur_garantie .bloks_hold .blok .arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  right: -20px;
  top: 25px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width:1100px) {
  .meilleur_garantie .bloks_hold .blok .arrow {
    display: none;
  }
}
.meilleur_garantie .bloks_hold .blok .arrow i {
  line-height: 50px;
  color: #fff;
  font-size: 21px;
  transition: all 0.3s ease-in-out;
}
.meilleur_garantie .bloks_hold .blok .ombre_raduis {
  border-radius: 0% 100% 100% 0%/46% 48% 52% 54%;
  height: 100px;
  box-shadow: 8px -1px 10px #0000000d;
  width: 30px;
  position: absolute;
  top: 0;
  left: 40%;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width:992px) {
  .meilleur_garantie .bloks_hold .blok .ombre_raduis {
    display: none;
  }
}
.meilleur_garantie .bloks_hold .blok1 {
  background-color: #207cf3;
}
.meilleur_garantie .bloks_hold .blok1 .arrow {
  background-color: #207cf3;
}
.meilleur_garantie .bloks_hold .blok1 .ombre_raduis {
  left: 35%;
}
.meilleur_garantie .bloks_hold .blok2 {
  background-color: #ffb200;
}
.meilleur_garantie .bloks_hold .blok2 .arrow {
  background-color: #ffb200;
}
.meilleur_garantie .bloks_hold .blok3 {
  background-color: #ff3b3d;
  margin-right: 0;
}
.meilleur_garantie .bloks_hold .blok3 img {
  width: 134px;
}
.meilleur_garantie .bloks_hold .blok3 .arrow {
  background-color: #ff3b3d;
}
.meilleur_garantie .link_text {
  padding-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25em;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width:450px) {
  .meilleur_garantie .link_text {
    width: 80%;
    margin: 0 auto;
  }
}

.connecte {
  margin-top: 70px;
  position: relative;
  z-index: 2;
}
.connecte .title {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5em;
  color: #343434;
  font-weight: 900;
}
@media screen and (max-width:660px) {
  .connecte .title {
    font-size: 1.875em;
  }
}
.connecte .disk {
  width: 390px;
  height: 390px;
  background: #FFB200;
  position: absolute;
  right: -104;
  border-radius: 50%;
}
@media screen and (max-width:660px) {
  .connecte .disk {
    display: none;
  }
}
.connecte .bloks_hold {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  position: relative;
  z-index: 2;
  top: -20px;
}
.connecte .bloks_hold.flickity-enabled {
  display: block;
}
@media screen and (max-width:660px) {
  .connecte .bloks_hold {
    display: block;
  }
}
.connecte .bloks_hold:after {
  content: "";
}
@media screen and (max-width:660px) {
  .connecte .bloks_hold:after {
    content: "flickity";
    display: none;
  }
}
.connecte .bloks_hold .flickity-button {
  display: none;
}
.connecte .bloks_hold .flickity-page-dots {
  display: block;
}
.connecte .bloks_hold .flickity-page-dots .dot {
  opacity: 1;
}
.connecte .bloks_hold .flickity-page-dots .is-selected {
  background: #FFB200;
  width: 12px;
  height: 12px;
}
.connecte .bloks_hold .flickity-viewport {
  overflow: initial;
}
.connecte .bloks_hold .blok {
  box-shadow: 0px 0px 10px #00000029;
  width: 32%;
  margin-right: 3.2%;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width:660px) {
  .connecte .bloks_hold .blok {
    width: 330px;
    margin-right: 20px;
    height: 400px;
  }
}
.connecte .bloks_hold .blok:nth-child(3) {
  margin-right: 0;
}
@media screen and (max-width:660px) {
  .connecte .bloks_hold .blok:nth-child(3) {
    margin-right: 20px;
  }
}
.connecte .bloks_hold .blok .imhold {
  width: 100%;
}
.connecte .bloks_hold .blok .imhold img {
  width: 100%;
}
.connecte .bloks_hold .blok .descr {
  padding-top: 25px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 30px;
}
.connecte .bloks_hold .blok .descr .titleblok {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125em;
  color: #343434;
  font-weight: 900;
}
.connecte .bloks_hold .blok .descr .paragraphe {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #343434;
  font-weight: 400;
  line-height: 18px;
  margin-top: 14px;
}
.connecte .btn_simulation {
  text-align: center;
  cursor: pointer;
}
.connecte .btn_simulation a {
  width: 240px;
  display: inline-block;
  height: 50px;
  background: #343434;
  border-radius: 999px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  color: #fff;
  font-weight: 700;
  line-height: 50px;
  transition: all 0.3s ease-in-out;
}
.connecte .btn_simulation a:hover {
  background: #FFB200;
}

.oval_top_grey {
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
.oval_top_grey .ovale {
  background: #343434;
}
@media screen and (max-width:992px) {
  .oval_top_grey .ovale {
    height: 69px;
  }
}

.oval_top_white {
  margin-top: 0px;
  background: #343434;
}
.oval_top_white .ovale {
  background: #fff;
}

.parledenous {
  position: relative;
  z-index: 3;
}
.parledenous .oval_top {
  margin-top: 40px;
}
.parledenous .oval_top .ovale {
  background: #343434;
}
.parledenous .parledenous--blok {
  background: #343434;
  padding-top: 20px;
}
@media screen and (max-width:660px) {
  .parledenous .parledenous--blok {
    position: relative;
    margin-top: -3px;
  }
}
.parledenous .parledenous--blok .title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.875em;
  color: #fff;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width:660px) {
  .parledenous .parledenous--blok .title {
    font-size: 1.5625em;
    margin-bottom: 20px;
  }
}
.parledenous .parledenous--blok .blokshold {
  margin-top: 30px;
  padding-bottom: 90px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:992px) {
  .parledenous .parledenous--blok .blokshold {
    flex-wrap: wrap;
  }
}
@media screen and (max-width:660px) {
  .parledenous .parledenous--blok .blokshold {
    margin-top: 15px;
    padding-bottom: 30px;
  }
}
.parledenous .parledenous--blok .blokshold.flickity-enabled {
  display: block;
}
@media screen and (max-width:660px) {
  .parledenous .parledenous--blok .blokshold {
    display: block;
  }
}
.parledenous .parledenous--blok .blokshold:after {
  content: "";
}
@media screen and (max-width:660px) {
  .parledenous .parledenous--blok .blokshold:after {
    content: "flickity";
    display: none;
  }
}
.parledenous .parledenous--blok .blokshold .flickity-button {
  display: none;
}
.parledenous .parledenous--blok .blokshold .flickity-page-dots {
  display: none;
}
.parledenous .parledenous--blok .blokshold .flickity-page-dots .dot {
  opacity: 1;
}
.parledenous .parledenous--blok .blokshold .flickity-page-dots .is-selected {
  background: #FFB200;
  width: 12px;
  height: 12px;
}
.parledenous .parledenous--blok .blokshold .flickity-viewport {
  overflow: initial;
}
.parledenous .parledenous--blok .blokshold .blok {
  padding-right: 20px;
  border-right: 1px solid #fff;
  padding-left: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
@media screen and (max-width:660px) {
  .parledenous .parledenous--blok .blokshold .blok {
    display: block;
    height: 100px;
  }
}
.parledenous .parledenous--blok .blokshold .blok:last-child {
  border-right: none;
}
@media screen and (max-width:992px) {
  .parledenous .parledenous--blok .blokshold .blok {
    border-right: none;
    margin-bottom: 10px;
  }
}
@media screen and (max-width:660px) {
  .parledenous .parledenous--blok .blokshold .blok .imhold {
    min-width: 180px;
    height: 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
  }
}
@media screen and (max-width:660px) {
  .parledenous .parledenous--blok .blokshold .blok img {
    display: block;
  }
}
.parledenous .parledenous--blok .line {
  width: 600px;
  margin: 0 auto;
  height: 2px;
  background: #fff;
}
@media screen and (max-width:660px) {
  .parledenous .parledenous--blok .line {
    width: 100%;
  }
}

.ovale-white {
  background: #fff !important;
}

.tustpilotblok {
  padding-top: 50px;
  background: #343434;
  position: relative;
  z-index: 3;
}
.tustpilotblok .title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.875em;
  color: #fff;
  font-weight: 900;
  text-align: center;
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width:660px) {
  .tustpilotblok .title {
    font-size: 1.25em;
  }
}
.tustpilotblok .imtemporaire {
  max-width: 1100px;
  margin: 60px auto 0;
}
.tustpilotblok .imtemporaire img {
  width: 100%;
}

.modal_prevoyancehome {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.1);
}
.modal_prevoyancehome .modal_body {
  box-shadow: 0px 0px 10px #00000029;
  position: relative;
  top: 150px;
  width: 90%;
  max-width: 650px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #343434;
  border-radius: 30px;
  margin: 0 auto;
}
.modal_prevoyancehome .modal_body .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.9375em;
  color: #343434;
  line-height: 70px;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
}
@media screen and (max-width:600px) {
  .modal_prevoyancehome .modal_body .close {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 24px;
  }
}
.modal_prevoyancehome .modal_body .close img {
  position: relative;
  top: 18px;
}
@media screen and (max-width:600px) {
  .modal_prevoyancehome .modal_body .close img {
    top: 9px;
    width: 20px;
  }
}
.modal_prevoyancehome .modal_body .titlemodal {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25em;
  color: #fff;
  font-weight: 700;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 10px;
  margin-top: 49px;
  max-width: 516px;
}
@media screen and (max-width:600px) {
  .modal_prevoyancehome .modal_body .titlemodal {
    font-size: 1em;
    padding-right: 60px;
  }
}
@media screen and (max-width:500px) {
  .modal_prevoyancehome .modal_body .titlemodal {
    margin-top: 9px;
  }
}
.modal_prevoyancehome .modal_body .titlemodal span {
  color: #FFB200;
}
.modal_prevoyancehome .modal_body .modal_descr {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: #fff;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width:600px) {
  .modal_prevoyancehome .modal_body .modal_descr {
    font-size: 0.75em;
  }
}
.modal_prevoyancehome .modal_body .btns_hold {
  padding-left: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  margin-top: 30px;
  margin-bottom: 10px;
}
.modal_prevoyancehome .modal_body .btns_hold .offre {
  width: 175px;
  background: #FFB200;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  color: #fff;
  padding: 11px 20px;
  text-align: center;
  border-radius: 20px;
  margin-left: 10px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  color: #fff;
  font-weight: 700;
}
.modal_prevoyancehome .modal_body .btns_hold .offre span {
  font-weight: bold;
  position: relative;
  cursor: pointer;
}

.modal_newsletter {
  position: fixed;
  bottom: 30px;
  z-index: 13;
  right: -100%;
  width: 650px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width:660px) {
  .modal_newsletter {
    width: 100%;
    top: 104px;
    height: 100%;
    z-index: 10;
    right: -150%;
    background-color: #343434;
  }
}
@media screen and (max-width:660px) {
  .modal_newsletter:after {
    content: "";
    position: absolute;
    width: 116%;
    left: -9%;
    height: 163px;
    top: 0;
    background-color: #FFB200;
    z-index: 1;
    border-radius: 48% 52% 49% 51%/0% 0% 100% 100%;
  }
}
.modal_newsletter.open {
  right: 0;
}
.modal_newsletter .modal_body {
  position: relative;
  box-shadow: 0px 0px 10px #00000029;
  width: 100%;
  max-width: 650px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #343434;
  border-radius: 30px;
  margin: 0 auto;
}
@media screen and (max-width:660px) {
  .modal_newsletter .modal_body {
    padding-right: 10px;
    height: 100%;
    z-index: 2;
    background-color: unset;
  }
}
.modal_newsletter .modal_body .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.9375em;
  color: #343434;
  line-height: 70px;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
}
.modal_newsletter .modal_body .close img {
  position: relative;
  top: 18px;
}
@media screen and (max-width:600px) {
  .modal_newsletter .modal_body .close img {
    top: 12px;
    width: 26px;
  }
}
@media screen and (max-width:600px) {
  .modal_newsletter .modal_body .close {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
  }
}
.modal_newsletter .modal_body .titlemodal {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5625em;
  color: #FFB200;
  font-weight: 700;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 516px;
}
@media screen and (max-width:660px) {
  .modal_newsletter .modal_body .titlemodal {
    font-size: 1.25em;
    padding-right: 0px;
    margin-top: 50px;
    color: #fff;
    max-width: 100%;
    text-align: center;
    padding-left: 0;
  }
}
.modal_newsletter .modal_body .modal_descr {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: #fff;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
  max-width: 520px;
}
@media screen and (max-width:660px) {
  .modal_newsletter .modal_body .modal_descr {
    font-size: 0.875em;
    text-align: center;
    line-height: 17px;
    margin-top: 75px;
  }
}
@media screen and (max-width:360px) {
  .modal_newsletter .modal_body .modal_descr {
    margin-top: 50px;
  }
}
.modal_newsletter .modal_body .btns_hold {
  padding-left: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width:450px) {
  .modal_newsletter .modal_body .btns_hold {
    flex-direction: column;
    padding-left: 10px;
  }
}
.modal_newsletter .modal_body .btns_hold .emailtext {
  width: 350px;
  height: 35px;
  border-radius: 999px;
  padding-left: 20px;
  border: none;
}
@media screen and (max-width:450px) {
  .modal_newsletter .modal_body .btns_hold .emailtext {
    width: 100%;
    height: 45px;
  }
}
.modal_newsletter .modal_body .btns_hold .abonne_sub {
  width: 175px;
  background: #FFB200;
  border: none;
  color: #fff;
  padding: 11px 20px;
  text-align: center;
  border-radius: 20px;
  margin-left: 10px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (max-width:450px) {
  .modal_newsletter .modal_body .btns_hold .abonne_sub {
    margin-top: 15px;
    width: 150px;
  }
}
.modal_newsletter .modal_body .input__checkbox {
  width: 80%;
  margin-top: 8px;
  margin-left: 20px;
}
@media screen and (max-width:700px) {
  .modal_newsletter .modal_body .input__checkbox {
    width: 97%;
    margin-top: 10px;
  }
}
.modal_newsletter .modal_body .input__checkbox input {
  display: none;
}
.modal_newsletter .modal_body .input__checkbox .input__checkbox__label {
  display: flex;
  align-items: flex-start;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  margin-top: 12px;
  line-height: 14px;
  cursor: pointer;
}
.modal_newsletter .modal_body .input__checkbox .input__checkbox__customCheck {
  position: relative;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: 0 16px 0 0;
  border: 2px solid #fff;
  border-radius: 3px;
}
.modal_newsletter .modal_body .input__checkbox .input__checkbox__check:checked + .input__checkbox__label .input__checkbox__customCheck {
  border: 2px solid #fff;
  background: #fff;
}
.modal_newsletter .modal_body .info_sup {
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.625em;
  color: #fff;
  font-weight: 300;
  margin-left: 20px;
  line-height: 13px;
}
@media screen and (max-width:600px) {
  .modal_newsletter .modal_body .info_sup {
    text-align: center;
  }
}
.modal_newsletter .modal_body .info_sup a {
  font-weight: 700;
  text-decoration: underline;
  color: #fff;
}

.oval_top_qui {
  margin-top: -82px;
  position: relative;
  z-index: 11;
}
@media screen and (max-width:992px) {
  .oval_top_qui {
    margin-top: -135px;
  }
}
@media screen and (max-width:992px) {
  .oval_top_qui .ovale {
    height: 60px;
  }
}

.qui {
  position: relative;
  z-index: 11;
  background-color: #FFB200;
}
@media screen and (max-width:992px) {
  .qui {
    top: -1px;
  }
}
.qui .qui_content {
  width: 100%;
}
.qui .disk {
  width: 150px;
  height: 150px;
  background: #FFB200;
  border-radius: 50%;
  right: 73px;
  box-shadow: 0px 0px 10px #00000029;
  position: absolute;
  top: 42px;
}
@media screen and (max-width:992px) {
  .qui .disk {
    top: 11px;
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width:790px) {
  .qui .disk {
    right: 0;
  }
}
@media screen and (max-width:400px) {
  .qui .disk {
    top: -33px;
  }
}
.qui .quihold {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  position: relative;
}
@media screen and (max-width:992px) {
  .qui .quihold {
    flex-direction: column;
  }
}
.qui .quihold .left_side {
  width: 60%;
  padding-left: 25px;
}
@media screen and (max-width:992px) {
  .qui .quihold .left_side {
    width: 100%;
    margin-top: 44px;
  }
}
@media screen and (max-width:550px) {
  .qui .quihold .left_side {
    margin-top: 44px;
  }
}
.qui .quihold .left_side h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 3.125em;
  color: #343434;
  font-weight: 900;
  text-decoration: underline;
}
@media screen and (max-width:992px) {
  .qui .quihold .left_side h1 {
    font-size: 1.25em;
  }
}
.qui .quihold .left_side a {
  font-family: "Montserrat", sans-serif;
  font-size: 3.125em;
  color: #343434;
  font-weight: 900;
  text-decoration: underline;
}
@media screen and (max-width:992px) {
  .qui .quihold .left_side a {
    font-size: 1.25em;
  }
}
.qui .quihold .left_side p {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #343434;
  font-weight: 600;
  line-height: 23px;
  margin-top: 15px;
  max-width: 641px;
  padding-bottom: 24px;
  letter-spacing: 1.4px;
}
@media screen and (max-width:992px) {
  .qui .quihold .left_side p {
    font-size: 0.75em;
    line-height: 20px;
    letter-spacing: 0.6px;
  }
}
.qui .right_side {
  margin-top: -8px;
  position: absolute;
  right: 7%;
  top: -160px;
  width: 250px;
  height: 250px;
  background-color: #FFB200;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 50%;
  box-shadow: 0px 0px 10px #00000029;
}
@media screen and (max-width:992px) {
  .qui .right_side {
    width: 150px;
    height: 150px;
    right: 15%;
    top: -111px;
  }
}
@media screen and (max-width:992px) {
  .qui .right_side img {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width:790px) {
  .qui .right_side img {
    width: 100px;
    height: 100px;
    right: 9px;
    top: 20px;
  }
}
@media screen and (max-width:400px) {
  .qui .right_side img {
    top: -22px;
  }
}

.qui_oval_bottom {
  height: 97px;
  margin-top: -17px;
  margin-bottom: 38px;
}
.qui_oval_bottom .ovale {
  width: 104%;
  height: 100px;
  border-radius: 51% 49% 52% 48%/15% 15% 85% 85%;
  position: relative;
  z-index: 2;
  left: -2%;
  overflow: hidden;
  background: #FFB200;
}
@media screen and (max-width:992px) {
  .qui_oval_bottom .ovale {
    left: -9%;
    width: 119%;
    top: -29px;
  }
}
@media screen and (max-width:450px) {
  .qui_oval_bottom .ovale {
    left: -16%;
    width: 131%;
    top: -29px;
  }
}
@media screen and (max-width:340px) {
  .qui_oval_bottom .ovale {
    top: -50px;
  }
}
.qui_oval_bottom .ovale .bg_ov {
  width: 100%;
  height: 500px;
  /*background-image: url("../../img/bignoise-min.png");*/
  background-size: 500px 500px;
  -webkit-animation: flip 0.3s steps(1) infinite;
  animation: flip 0.3s steps(1) infinite;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

.banner_hold {
  position: relative;
  padding-top: 261px;
  height: 720px;
}
@media screen and (max-width:660px) {
  .banner_hold {
    height: 587px;
  }
}
@media screen and (max-width:550px) {
  .banner_hold {
    height: 533px;
  }
}
@media screen and (max-width:450px) {
  .banner_hold {
    height: 497px;
  }
}
.banner_hold .btn_rtandtitle {
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 100px;
}
@media screen and (max-width:992px) {
  .banner_hold .btn_rtandtitle {
    top: 50px;
  }
}
.banner_hold .btn_rtandtitle .btn_hold a {
  display: inline-block;
  border-radius: 999px;
  text-align: center;
  background: #343434;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #fff;
  font-weight: 700;
  padding: 11px 20px;
  transition: all 0.3s ease-in-out;
  min-width: 140px;
  text-align: center;
  box-shadow: 0px 3px 6px #00000029;
  cursor: pointer;
}
.banner_hold .btn_rtandtitle .btn_hold a:hover {
  color: #FFB200;
  background: #fff;
}
.banner_hold .btn_rtandtitle .title {
  font-family: "Montserrat", sans-serif;
  font-size: 3.75em;
  color: #fff;
  font-weight: 900;
  max-width: 600px;
  margin-top: 81px;
  margin-left: 4%;
}
@media screen and (max-width:992px) {
  .banner_hold .btn_rtandtitle .title {
    margin-top: 40px;
    font-size: 2.5em;
  }
}
@media screen and (max-width:450px) {
  .banner_hold .btn_rtandtitle .title {
    margin-top: 30px;
    font-size: 1.875em;
  }
}
.banner_hold .banner {
  border-radius: 50% 50% 50% 50%/0% 0% 100% 100%;
  left: -8%;
  width: 141%;
  position: relative;
  left: -19%;
  background-color: #FFB200;
  height: 720px;
  /*a ne pas changer*/
  overflow: hidden;
  top: -270px;
}
@media screen and (max-width:660px) {
  .banner_hold .banner {
    height: 587px;
  }
}
@media screen and (max-width:550px) {
  .banner_hold .banner {
    height: 533px;
    left: -28%;
    width: 168%;
  }
}
@media screen and (max-width:450px) {
  .banner_hold .banner {
    height: 497px;
    left: -40%;
    width: 193%;
  }
}
.banner_hold .banner .imbanner {
  height: 741px;
  position: absolute;
  right: 48%;
  width: 1080px;
}
@media screen and (max-width:660px) {
  .banner_hold .banner .imbanner {
    right: 16%;
  }
}
@media screen and (max-width:550px) {
  .banner_hold .banner .imbanner {
    right: 34%;
  }
}
@media screen and (max-width:450px) {
  .banner_hold .banner .imbanner {
    right: 9%;
    top: 60px;
  }
}
@media screen and (max-width:660px) {
  .banner_hold .banner .imbanner img {
    height: 584px;
  }
}
@media screen and (max-width:450px) {
  .banner_hold .banner .imbanner img {
    height: 489px;
  }
}

.banner_hold_valeur {
  height: 393px;
}
@media screen and (max-width:660px) {
  .banner_hold_valeur {
    height: 393px;
  }
}
@media screen and (max-width:550px) {
  .banner_hold_valeur {
    height: 393px;
  }
}
@media screen and (max-width:450px) {
  .banner_hold_valeur {
    height: 350px;
  }
}
.banner_hold_valeur .banner {
  border-radius: 0;
  left: 0%;
  background: unset;
  width: 100%;
  position: relative;
  height: 600px;
  /*a ne pas changer*/
  overflow: hidden;
}
@media screen and (max-width:660px) {
  .banner_hold_valeur .banner {
    height: 587px;
  }
}
.banner_hold_valeur .banner .imbanner {
  position: absolute;
  right: -44px;
  top: -120px;
  width: auto;
  height: auto;
}
@media screen and (max-width:1200px) {
  .banner_hold_valeur .banner .imbanner {
    right: -150px;
  }
}
@media screen and (max-width:700px) {
  .banner_hold_valeur .banner .imbanner {
    display: none;
  }
}
@media screen and (max-width:992px) {
  .banner_hold_valeur .banner .imbanner img {
    width: 388px;
  }
}
.banner_hold_valeur .btn_rtandtitle {
  top: 50px;
}
.banner_hold_valeur .btn_rtandtitle .title {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5em;
  color: #343434;
  font-weight: 900;
  max-width: initial;
  margin-top: 30px;
  margin-left: 2%;
}
@media screen and (max-width:992px) {
  .banner_hold_valeur .btn_rtandtitle .title {
    margin-top: 40px;
    font-size: 2.5em;
  }
}
@media screen and (max-width:700px) {
  .banner_hold_valeur .btn_rtandtitle .title {
    margin-top: 20px;
    font-size: 1.25em;
    text-align: center;
  }
}
@media screen and (max-width:450px) {
  .banner_hold_valeur .btn_rtandtitle .title {
    margin-top: 20px;
    font-size: 1.25em;
  }
}
.banner_hold_valeur .btn_rtandtitle .descr {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: #343434;
  font-weight: 400;
  max-width: 800px;
  margin-top: 30px;
  margin-left: 2%;
  line-height: 22px;
  letter-spacing: 1.6px;
}
@media screen and (max-width:1200px) {
  .banner_hold_valeur .btn_rtandtitle .descr {
    max-width: 600px;
  }
}
@media screen and (max-width:700px) {
  .banner_hold_valeur .btn_rtandtitle .descr {
    text-align: center;
    margin-left: 0;
    width: 95%;
    margin: 20px auto 0;
    font-size: 0.875em;
    letter-spacing: 0px;
  }
}
@media screen and (max-width:500px) {
  .banner_hold_valeur .btn_rtandtitle .descr {
    font-size: 0.6875em;
    line-height: 14px;
  }
}

.title_descr_bloks {
  margin-top: 45px;
  position: relative;
}
.title_descr_bloks .im_resp {
  display: none;
}
@media screen and (max-width:700px) {
  .title_descr_bloks .im_resp {
    display: block;
    position: absolute;
    right: -29px;
    top: -76px;
    z-index: 3;
  }
}
@media screen and (max-width:450px) {
  .title_descr_bloks .im_resp {
    top: -20px;
  }
}
.title_descr_bloks .im_resp img {
  width: 178px;
}
@media screen and (max-width:450px) {
  .title_descr_bloks .im_resp img {
    width: 140px;
  }
}
.title_descr_bloks .oval_top {
  width: 104%;
  height: 100px;
  border-radius: 50% 50% 50% 50%/100% 100% 0% 0%;
  position: relative;
  z-index: 2;
  left: -2%;
  overflow: hidden;
  background: #fff;
  margin-top: -82px;
  box-shadow: 0px -6px 6px #0000000D;
}
.title_descr_bloks .oval_top .ovale {
  width: 118%;
  height: 500px;
  /* Overlay de grain animé désactivé : trop visible, il gênait la lecture et la navigation.
     L'animation infinie ne tourne plus non plus. Pour le rétablir, retirer ce display:none. */
  display: none;
  background-image: url("../../img/bignoise-min.png");
  background-size: 500px 500px;
  -webkit-animation: flip 0.3s steps(1) infinite;
  animation: flip 0.3s steps(1) infinite;
  opacity: 0.15;
  z-index: 1;
  pointer-events: none;
  border-radius: 0;
}
.title_descr_bloks .title_descr_hold {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
@media screen and (max-width:660px) {
  .title_descr_bloks .title_descr_hold {
    flex-direction: column-reverse;
  }
}
.title_descr_bloks .title_descr_hold .title {
  width: 100%;
  margin-left: 0;
  padding-left: 0;
}
@media screen and (max-width:660px) {
  .title_descr_bloks .title_descr_hold .title {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    margin-top: 30px;
  }
}
.title_descr_bloks .title_descr_hold .title h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5em;
  color: #FFB200;
  font-weight: 900;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width:992px) {
  .title_descr_bloks .title_descr_hold .title h1 {
    font-size: 1.5em;
  }
}
@media screen and (max-width:660px) {
  .title_descr_bloks .title_descr_hold .title h1 {
    max-width: 100%;
  }
}
.title_descr_bloks .title_descr_hold .title .assurer_votre_soif {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5em;
  color: #FFB200;
  font-weight: 900;
  max-width: 670px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width:992px) {
  .title_descr_bloks .title_descr_hold .title .assurer_votre_soif {
    font-size: 1.5em;
  }
}
@media screen and (max-width:660px) {
  .title_descr_bloks .title_descr_hold .title .assurer_votre_soif {
    max-width: 100%;
  }
}
.title_descr_bloks .title_descr_hold .descr {
  width: 49%;
  padding-left: 4%;
}
@media screen and (max-width:992px) {
  .title_descr_bloks .title_descr_hold .descr {
    padding-left: 0;
  }
}
@media screen and (max-width:660px) {
  .title_descr_bloks .title_descr_hold .descr {
    width: 100%;
  }
}
.title_descr_bloks .title_descr_hold .descr p {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #343434;
  font-weight: 700;
  line-height: 24px;
  max-width: 500px;
}
@media screen and (max-width:992px) {
  .title_descr_bloks .title_descr_hold .descr p {
    font-size: 0.75em;
    line-height: 20px;
    max-width: 100%;
  }
}
.title_descr_bloks .bloks_hold {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin: 0 auto 50px;
  width: 94%;
}
@media screen and (max-width:992px) {
  .title_descr_bloks .bloks_hold {
    width: 100%;
  }
}
@media screen and (max-width:600px) {
  .title_descr_bloks .bloks_hold {
    flex-direction: column;
  }
}
.title_descr_bloks .bloks_hold .blok {
  width: 26%;
  margin-right: 11%;
  margin-bottom: 35px;
}
@media screen and (max-width:600px) {
  .title_descr_bloks .bloks_hold .blok {
    width: 100%;
    margin-right: 0%;
  }
}
.title_descr_bloks .bloks_hold .blok:nth-child(3n+0) {
  margin-right: 0;
}
@media screen and (max-width:600px) {
  .title_descr_bloks .bloks_hold .blok:nth-child(2n+0) .imhold {
    text-align: right;
  }
  .title_descr_bloks .bloks_hold .blok:nth-child(2n+0) .title_blok {
    text-align: right;
  }
  .title_descr_bloks .bloks_hold .blok:nth-child(2n+0) .blok_par {
    text-align: right;
    margin-left: auto;
  }
}
.title_descr_bloks .bloks_hold .blok .imhold {
  margin-bottom: 9px;
}
.title_descr_bloks .bloks_hold .blok .imhold img {
  width: 60px;
}
.title_descr_bloks .bloks_hold .blok .title_blok {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25em;
  color: #343434;
  font-weight: 900;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media screen and (max-width:992px) {
  .title_descr_bloks .bloks_hold .blok .title_blok {
    font-size: 1em;
  }
}
.title_descr_bloks .bloks_hold .blok .blok_par {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #343434;
  font-weight: 600;
  line-height: 18px;
  max-width: 340px;
  letter-spacing: 1.6px;
}
@media screen and (max-width:992px) {
  .title_descr_bloks .bloks_hold .blok .blok_par {
    font-size: 0.75em;
    line-height: 16px;
    letter-spacing: 0.6px;
  }
}

.blok_decouvrez {
  position: relative;
  margin-top: 70px;
  height: auto;
}
.blok_decouvrez .disk_big {
  position: absolute;
  background: #FFB200;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  left: -13%;
}
@media screen and (max-width:992px) {
  .blok_decouvrez .disk_big {
    width: 300px;
    height: 300px;
  }
}
.blok_decouvrez .title {
  font-family: "Montserrat", sans-serif;
  font-size: 3.125em;
  color: #343434;
  font-weight: 900;
  line-height: 55px;
  max-width: 438px;
  position: relative;
  z-index: 10;
  padding-top: 104px;
  margin-left: 3%;
}
@media screen and (max-width:992px) {
  .blok_decouvrez .title {
    font-size: 2.5em;
    line-height: 45px;
    padding-top: 19px;
  }
}
@media screen and (max-width:450px) {
  .blok_decouvrez .title {
    font-size: 1.875em;
    line-height: 35px;
    padding-top: 19px;
  }
}
.blok_decouvrez .resp_price {
  position: relative;
  z-index: 10;
  display: none;
  margin-top: 10px;
}
@media screen and (max-width:992px) {
  .blok_decouvrez .resp_price {
    display: block;
  }
}
.blok_decouvrez .resp_price .partir {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  width: 218px;
}
@media screen and (max-width:992px) {
  .blok_decouvrez .resp_price .partir {
    font-size: 0.75em;
    width: 191px;
    margin-bottom: 4px;
    width: 137px;
  }
}
.blok_decouvrez .resp_price .price {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 5.9375em;
  color: #fff;
  font-weight: 900;
  line-height: 88px;
  width: 191px;
  left: 8px;
}
@media screen and (max-width:992px) {
  .blok_decouvrez .resp_price .price {
    font-size: 3.875em;
    line-height: 48px;
    width: 145px;
  }
}
.blok_decouvrez .resp_price .price .currency {
  position: relative;
  font-size: 52px;
  left: -25px;
  top: -26px;
}
@media screen and (max-width:992px) {
  .blok_decouvrez .resp_price .price .currency {
    font-size: 32px;
    left: -23px;
    top: -18px;
  }
}
.blok_decouvrez .resp_price .price .month {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #FFB200;
  background: #fff;
  width: 55px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  border-radius: 999px;
  position: absolute;
  right: 16px;
  bottom: 23px;
}
@media screen and (max-width:992px) {
  .blok_decouvrez .resp_price .price .month {
    bottom: 7px;
  }
}
.blok_decouvrez .btn_hold {
  margin-top: 35px;
  position: relative;
  z-index: 10;
  margin-left: 3%;
}
.blok_decouvrez .btn_hold .btn {
  display: inline-block;
  background: #343434;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #fff;
  padding: 15px 20px;
  font-weight: 700;
  text-align: center;
  border-radius: 999px;
  min-width: 230px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 3px 6px #00000029;
}
.blok_decouvrez .btn_hold .btn:hover {
  background: #fff;
  color: #343434;
}
.blok_decouvrez .disk_prix {
  position: absolute;
  width: 225px;
  height: 225px;
  border-radius: 50%;
  margin-left: -112px;
  left: 50%;
  background: #FFB200;
  top: 88px;
  box-shadow: 0px 0px 10px #00000029;
}
@media screen and (max-width:1100px) {
  .blok_decouvrez .disk_prix {
    left: 65%;
  }
}
@media screen and (max-width:992px) {
  .blok_decouvrez .disk_prix {
    display: none;
  }
}
.blok_decouvrez .disk_prix .partir {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  width: 218px;
  margin-top: 50px;
}
.blok_decouvrez .disk_prix .price {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 5.9375em;
  color: #fff;
  font-weight: 900;
  line-height: 88px;
  width: 191px;
  margin: 0 auto;
  left: 8px;
}
.blok_decouvrez .disk_prix .price .currency {
  position: relative;
  font-size: 52px;
  left: -25px;
  top: -26px;
}
.blok_decouvrez .disk_prix .price .month {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #FFB200;
  background: #fff;
  width: 55px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  border-radius: 999px;
  position: absolute;
  right: 16px;
  bottom: 23px;
}
.blok_decouvrez .disk_smal {
  width: 45px;
  height: 45px;
  background: #FFB200;
  border-radius: 50%;
  position: absolute;
  left: 63%;
  margin-left: -22px;
  top: 260px;
  box-shadow: 0px 0px 10px #00000029;
}
@media screen and (max-width:1100px) {
  .blok_decouvrez .disk_smal {
    left: 77%;
  }
}
@media screen and (max-width:992px) {
  .blok_decouvrez .disk_smal {
    left: unset;
    right: 0;
  }
}
.blok_decouvrez .title_right {
  margin-top: 15px;
  max-width: 552px;
  margin-left: auto;
  text-align: right;
  font-family: "Montserrat", sans-serif;
  font-size: 3.125em;
  color: #343434;
  font-weight: 900;
  line-height: 55px;
  margin-right: 3%;
}
@media screen and (max-width:992px) {
  .blok_decouvrez .title_right {
    font-size: 2.5em;
    line-height: 45px;
  }
}
@media screen and (max-width:550px) {
  .blok_decouvrez .title_right {
    font-size: 1.875em;
    line-height: 35px;
  }
}
@media screen and (max-width:450px) {
  .blok_decouvrez .title_right {
    margin-top: 35px;
  }
}
.blok_decouvrez .bloks_hold {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  align-content: stretch;
  margin: 55px auto;
  width: 94%;
}
@media screen and (max-width:992px) {
  .blok_decouvrez .bloks_hold {
    width: 100%;
    margin: 35px auto 0;
  }
}
@media screen and (max-width:790px) {
  .blok_decouvrez .bloks_hold {
    flex-direction: column;
  }
}
.blok_decouvrez .bloks_hold .blok {
  width: 26%;
  margin-right: 11%;
  margin-bottom: 35px;
}
@media screen and (max-width:790px) {
  .blok_decouvrez .bloks_hold .blok {
    width: 100%;
    margin-right: 0%;
  }
}
.blok_decouvrez .bloks_hold .blok:nth-child(2n+0) {
  margin-right: 0;
}
.blok_decouvrez .bloks_hold .blok .imhold {
  margin-bottom: 9px;
}
.blok_decouvrez .bloks_hold .blok .imhold img {
  width: 140px;
}
@media screen and (max-width:600px) {
  .blok_decouvrez .bloks_hold .blok:nth-child(2n+0) .title_blok {
    font-size: 1.5em;
    text-align: right;
    display: block;
    height: auto;
  }
}
.blok_decouvrez .bloks_hold .blok .title_blok {
  font-family: "Montserrat", sans-serif;
  font-size: 1.875em;
  color: #343434;
  font-weight: 900;
  margin-bottom: 10px;
  text-transform: none;
  height: 70px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
.blok_decouvrez .bloks_hold .blok .blok_par {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #343434;
  font-weight: 400;
  line-height: 18px;
  max-width: 340px;
}

.statique_hold {
  margin-bottom: 129px;
}
.statique_hold .statiquholder {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
@media screen and (max-width:660px) {
  .statique_hold .statiquholder {
    flex-direction: column;
  }
}
.statique_hold .statiquholder .menu_left_side {
  width: 50%;
  height: 1080px;
  position: -webkit-sticky;
  position: sticky;
  padding-top: 80px;
  top: 0;
}
@media screen and (max-width:660px) {
  .statique_hold .statiquholder .menu_left_side {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 20px;
  }
}
.statique_hold .statiquholder .menu_left_side .bg {
  width: 96%;
  height: 1080px;
  position: absolute;
  top: -50px;
  left: -10%;
  background: #FFB200;
  -webkit-border-top-right-radius: 399px;
  -webkit-border-bottom-right-radius: 399px;
  -moz-border-radius-topright: 399px;
  -moz-border-radius-bottomright: 399px;
  border-top-right-radius: 399px;
  border-bottom-right-radius: 399px;
}
@media screen and (max-width:660px) {
  .statique_hold .statiquholder .menu_left_side .bg {
    display: none;
  }
}
.statique_hold .statiquholder .menu_left_side .bg_bleu {
  background: #1F78EC;
}
.statique_hold .statiquholder .menu_left_side .bg_red {
  background: #FF3B3D;
}
.statique_hold .statiquholder .menu_left_side .pos {
  position: relative;
  z-index: 2;
  margin-top: 30px;
}
.statique_hold .statiquholder .menu_left_side .pos .btn_r a {
  display: inline-block;
  border-radius: 999px;
  text-align: center;
  background: #343434;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #fff;
  font-weight: 700;
  padding: 11px 20px;
  transition: all 0.3s ease-in-out;
  min-width: 140px;
  text-align: center;
  box-shadow: 0px 3px 6px #00000029;
  cursor: pointer;
}
.statique_hold .statiquholder .menu_left_side .pos .btn_r a:hover {
  color: #FFB200;
  background: #fff;
}
.statique_hold .statiquholder .menu_left_side .pos .menu {
  margin-left: 3%;
  margin-top: 50px;
}
@media screen and (max-width:660px) {
  .statique_hold .statiquholder .menu_left_side .pos .menu {
    display: none;
  }
}
.statique_hold .statiquholder .menu_left_side .pos .menu li {
  margin-bottom: 15px;
  max-width: 315px;
  background: #fff;
  padding-left: 25px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #343434;
  font-weight: 700;
  border-radius: 999px;
  position: relative;
  height: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
@media screen and (max-width:992px) {
  .statique_hold .statiquholder .menu_left_side .pos .menu li {
    max-width: 250px;
  }
}
.statique_hold .statiquholder .menu_left_side .pos .menu li.active {
  height: 90px;
  border-radius: 20px;
}
.statique_hold .statiquholder .menu_left_side .pos .menu li.active:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #FFF;
  right: -27px;
  border-radius: 50px;
}
.statique_hold .statiquholder .menu_left_side .pos .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #343434;
  line-height: 50px;
}
.statique_hold .statiquholder .menu_left_side .pos .menu .two_col {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.statique_hold .statiquholder .menu_left_side .pos .menu .two_col .gerer_link {
  color: #1F78EC;
  cursor: pointer;
  text-decoration: underline;
  margin-top: 5px;
}
.statique_hold .statiquholder .right_side {
  width: 50%;
}
@media screen and (max-width:660px) {
  .statique_hold .statiquholder .right_side {
    width: 100%;
  }
}
.statique_hold .statiquholder .right_side h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.875em;
  color: #343434;
  font-weight: 900;
  margin-top: 60px;
  max-width: 475px;
  margin-bottom: 70px;
}
@media screen and (max-width:660px) {
  .statique_hold .statiquholder .right_side h1 {
    margin-bottom: 20px;
  }
}
.statique_hold .statiquholder .right_side p {
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #343434;
  font-weight: 600;
  width: 86%;
  line-height: 21px;
  text-align: justify;
}
@media screen and (max-width:660px) {
  .statique_hold .statiquholder .right_side p {
    width: 100%;
  }
}
.statique_hold .statiquholder .right_side p a {
  color: #FFB200;
}
.statique_hold .statiquholder .right_side p strong {
  font-weight: 900;
}
.statique_hold .statiquholder .right_side ul {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #343434;
  font-weight: 600;
}
.statique_hold .statiquholder .right_side ul span {
  margin-right: 4px;
  color: #1F78EC;
  font-size: 20px;
}
.statique_hold .statiquholder .right_side ul li {
  margin-bottom: 8px;
}
.statique_hold .statiquholder .right_side h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25em;
  color: #343434;
  font-weight: 900;
  margin-top: 50px;
  margin-bottom: 30px;
  width: 86%;
}
@media screen and (max-width:660px) {
  .statique_hold .statiquholder .right_side h3 {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
.statique_hold .statiquholder .right_side h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25em;
  color: #343434;
  font-weight: 900;
  margin-top: 50px;
  margin-bottom: 30px;
  width: 86%;
}
@media screen and (max-width:660px) {
  .statique_hold .statiquholder .right_side h2 {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
.statique_hold .statiquholder .mention h1 {
  margin-bottom: 30px;
}
.statique_hold .statiquholder .mention .heyme {
  font-size: 20px;
  font-weight: 700;
}
.statique_hold .statiquholder .status h1 {
  margin-bottom: 30px;
}
.statique_hold .statiquholder .status .search {
  margin-bottom: 25px;
  position: relative;
  width: 70%;
}
@media screen and (max-width:660px) {
  .statique_hold .statiquholder .status .search {
    width: 100%;
  }
}
.statique_hold .statiquholder .status .search input {
  position: relative;
  width: 100%;
  border-radius: 999px;
  height: 52px;
  border: 1px solid #1F78EC;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #343434;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 45px;
}
.statique_hold .statiquholder .status .search input:focus {
  outline: none;
}
.statique_hold .statiquholder .status .search button {
  border: none;
  background: unset;
  position: absolute;
  right: 11px;
  top: 10px;
  cursor: pointer;
}
.statique_hold .statiquholder .status .search button:focus {
  outline: none;
}
.statique_hold .statiquholder .status .search button i {
  font-size: 25px;
  color: #1F78EC;
}
.statique_hold .statiquholder .status .selectionne {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: #343434;
  font-weight: 900;
  margin-bottom: 45px;
  width: 70%;
}
@media screen and (max-width:660px) {
  .statique_hold .statiquholder .status .selectionne {
    width: 100%;
  }
}
.statique_hold .statiquholder .status .list li {
  width: 80%;
  margin-bottom: 20px;
  background: #fff;
  padding-left: 35px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25em;
  color: #343434;
  font-weight: 700;
  border-radius: 20px;
  position: relative;
  height: 90px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  box-shadow: 0px 0px 10px #00000029;
  text-transform: uppercase;
}
@media screen and (max-width:660px) {
  .statique_hold .statiquholder .status .list li {
    width: 100%;
  }
}
@media screen and (max-width:400px) {
  .statique_hold .statiquholder .status .list li {
    font-size: 1em;
    padding-left: 15px;
  }
}
.statique_hold .statiquholder .status .list li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #343434;
  line-height: 90px;
}
.statique_hold .statiquholder .cookies h1 {
  margin-bottom: 10px;
}
.statique_hold .statiquholder .cookies h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25em;
  color: #343434;
  font-weight: 900;
  margin-bottom: 45px;
}
.statique_hold .statiquholder .cookies .first_par {
  font-weight: 700;
}
.statique_hold .statiquholder .cookies ul {
  margin-bottom: 20px;
}
.statique_hold .statiquholder .cookies .blstrong {
  font-weight: 900;
  color: #1F78EC;
}
.statique_hold .statiquholder .cookies .table_hold {
  margin-bottom: 25px;
  width: 86%;
}
@media screen and (max-width:660px) {
  .statique_hold .statiquholder .cookies .table_hold {
    width: 100%;
  }
}
.statique_hold .statiquholder .cookies .table_hold .row_title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
.statique_hold .statiquholder .cookies .table_hold .row_title .col {
  background-color: #343434;
  height: 50px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  color: #fff;
  font-weight: 700;
  padding-left: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
@media screen and (max-width:992px) {
  .statique_hold .statiquholder .cookies .table_hold .row_title .col {
    font-size: 0.6875em;
  }
}
@media screen and (max-width:400px) {
  .statique_hold .statiquholder .cookies .table_hold .row_title .col {
    font-size: 0.5625em;
    padding-left: 3px;
  }
}
.statique_hold .statiquholder .cookies .table_hold .row_title .col1 {
  width: 25%;
  border-right: 1px solid #fff;
}
@media screen and (max-width:400px) {
  .statique_hold .statiquholder .cookies .table_hold .row_title .col1 {
    width: 30%;
  }
}
.statique_hold .statiquholder .cookies .table_hold .row_title .col2 {
  width: 50%;
  border-right: 1px solid #fff;
}
.statique_hold .statiquholder .cookies .table_hold .row_title .col3 {
  width: 25%;
}
@media screen and (max-width:400px) {
  .statique_hold .statiquholder .cookies .table_hold .row_title .col3 {
    width: 20%;
  }
}
.statique_hold .statiquholder .cookies .table_hold .row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  background: #CBE1FE;
  border-bottom: 1px solid #343434;
}
.statique_hold .statiquholder .cookies .table_hold .row .col {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  color: #343434;
  font-weight: 400;
  padding-left: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width:992px) {
  .statique_hold .statiquholder .cookies .table_hold .row .col {
    font-size: 0.625em;
  }
}
.statique_hold .statiquholder .cookies .table_hold .row .col1 {
  width: 25%;
}
@media screen and (max-width:400px) {
  .statique_hold .statiquholder .cookies .table_hold .row .col1 {
    width: 30%;
  }
}
.statique_hold .statiquholder .cookies .table_hold .row .col2 {
  width: 50%;
}
.statique_hold .statiquholder .cookies .table_hold .row .col3 {
  width: 25%;
}
@media screen and (max-width:400px) {
  .statique_hold .statiquholder .cookies .table_hold .row .col3 {
    width: 20%;
  }
}
.statique_hold .statiquholder .cookies .table_hold .row_last {
  border-bottom: none;
  align-items: flex-start;
}
.statique_hold .statiquholder .cookies .btn_hold {
  margin-top: 25px;
}
.statique_hold .statiquholder .cookies .btn_hold a {
  display: inline-block;
  cursor: pointer;
  border-radius: 999px;
  border: 1px solid #FFB200;
  background: #FFB200;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  padding: 17px 20px;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
  box-shadow: 0px 3px 6px #00000029;
}
.statique_hold .statiquholder .cookies .btn_hold a:hover {
  color: #FFB200;
  background: unset;
}

.truspilotPage .container {
  position: relative;
  height: 520px;
  padding-top: 128px;
}
@media screen and (max-width:790px) {
  .truspilotPage .container {
    height: auto;
    margin-bottom: 30px;
  }
}
.truspilotPage .container .text_heyme_hold {
  text-align: center;
}
@media screen and (max-width:790px) {
  .truspilotPage .container .text_heyme_hold {
    width: 100%;
    padding-top: 50px;
  }
}
.truspilotPage .container .text_heyme_hold .title {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  color: #343434;
  font-weight: 900;
  max-width: 550px;
  margin: 0 auto;
}
@media screen and (max-width:450px) {
  .truspilotPage .container .text_heyme_hold .title {
    text-align: center;
    font-size: 20px;
  }
}
.truspilotPage .container .text_heyme_hold .descr {
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #343434;
  font-weight: 600;
  line-height: 17px;
}
@media screen and (max-width:450px) {
  .truspilotPage .container .text_heyme_hold .descr {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
  }
}
.truspilotPage .container .truspilot_frame .trustpilot-widget {
  height: auto;
}
.truspilotPage .container .truspilot_frame {
  margin-top: 32px;
  z-index: 4;
}
@media screen and (max-width:790px) {
  .truspilotPage .container .truspilot_frame {
    position: relative;
    top: 0;
    width: 100%;
    max-width: 500px;
    margin: 20px auto 0;
  }
}
.truspilotPage .container .truspilot_frame img {
  width: 100%;
  height: 630px;
}

.rcp_descr {
  padding-bottom: 40px;
}
@media screen and (max-width:992px) {
  .rcp_descr {
    margin-bottom: 60px;
  }
}
.rcp_descr .title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #FFB200;
  font-weight: 900;
  text-align: center;
  margin-bottom: 36px;
}
.rcp_descr .infoholder {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
@media screen and (max-width:600px) {
  .rcp_descr .infoholder {
    flex-direction: column;
  }
}
.rcp_descr .infoholder .leftside {
  width: 50%;
  text-align: right;
}
@media screen and (max-width:600px) {
  .rcp_descr .infoholder .leftside {
    width: 100%;
    text-align: center;
    margin-bottom: 14px;
  }
}
.rcp_descr .infoholder .leftside .rpc_titre {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  color: #343434;
  font-weight: 900;
  max-width: 450px;
  margin-left: auto;
}
@media screen and (max-width:600px) {
  .rcp_descr .infoholder .leftside .rpc_titre {
    margin-left: 0;
    max-width: 100%;
  }
}
.rcp_descr .infoholder .leftside .pricehold {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
@media screen and (max-width:600px) {
  .rcp_descr .infoholder .leftside .pricehold {
    justify-content: center;
  }
}
.rcp_descr .infoholder .leftside .pricehold .partir {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #343434;
  font-weight: 400;
  margin-left: auto;
}
@media screen and (max-width:600px) {
  .rcp_descr .infoholder .leftside .pricehold .partir {
    margin-left: 0;
    max-width: 100%;
  }
}
.rcp_descr .infoholder .leftside .pricehold .price {
  margin-left: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #FFB200;
  font-weight: 900;
}
.rcp_descr .infoholder .rightside {
  width: 48%;
  margin-left: 2%;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #343434;
  font-weight: 400;
  line-height: 18px;
}
@media screen and (max-width:600px) {
  .rcp_descr .infoholder .rightside {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
.rcp_descr .infoholder .rightside p {
  max-width: 466px;
}
@media screen and (max-width:600px) {
  .rcp_descr .infoholder .rightside p {
    max-width: 100%;
  }
}
.rcp_descr .btn {
  text-align: center;
  margin-top: 56px;
}
@media screen and (max-width:600px) {
  .rcp_descr .btn {
    margin-top: 25px;
  }
}
.rcp_descr .btn a {
  display: inline-block;
  width: 200px;
  height: 50px;
  background: #343434;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #fff;
  font-weight: 900;
  text-align: center;
  line-height: 50px;
  border-radius: 999px;
}

.banner_hold_ducument {
  padding-top: 225px;
  height: 475px;
}
.banner_hold_ducument .btn_rtandtitle {
  top: 57px;
}
.banner_hold_ducument .btn_rtandtitle .btn_hold a {
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #1F78EC;
  box-shadow: 0px 3px 6px #00000029;
  cursor: pointer;
}
.banner_hold_ducument .btn_rtandtitle .btn_hold a:hover {
  color: #fff;
  background: #FFB200;
}
.banner_hold_ducument .btn_rtandtitle .title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.875em;
  color: #fff;
  font-weight: 900;
  max-width: 100%;
  margin-top: 30px;
  margin-left: 0;
  text-align: center;
}
@media screen and (max-width:660px) {
  .banner_hold_ducument .btn_rtandtitle .title {
    font-size: 1.5em;
    text-align: left;
  }
}
.banner_hold_ducument .btn_rtandtitle .descr {
  max-width: 1000px;
  margin: 30px auto 0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #fff;
  font-weight: 400;
  text-align: center;
  line-height: 22px;
}
@media screen and (max-width:660px) {
  .banner_hold_ducument .btn_rtandtitle .descr {
    font-size: 0.75em;
    line-height: 20px;
    text-align: left;
  }
}
.banner_hold_ducument .btn_rtandtitle .descr strong {
  font-weight: 700;
}
.banner_hold_ducument .btn_rtandtitle .search {
  position: relative;
  width: 450px;
  margin: 40px auto 0;
}
@media screen and (max-width:660px) {
  .banner_hold_ducument .btn_rtandtitle .search {
    display: none;
  }
}
.banner_hold_ducument .btn_rtandtitle .search input {
  position: relative;
  width: 100%;
  border-radius: 999px;
  height: 52px;
  border: 1px solid #1F78EC;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #343434;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 45px;
}
.banner_hold_ducument .btn_rtandtitle .search input:focus {
  outline: none;
}
.banner_hold_ducument .btn_rtandtitle .search button {
  border: none;
  background: unset;
  position: absolute;
  right: 11px;
  top: 10px;
  cursor: pointer;
}
.banner_hold_ducument .btn_rtandtitle .search button:focus {
  outline: none;
}
.banner_hold_ducument .btn_rtandtitle .search button i {
  font-size: 25px;
  color: #1F78EC;
}
.banner_hold_ducument .banner {
  background: #1F78EC;
  height: 520px;
}
@media screen and (max-width:660px) {
  .banner_hold_ducument .banner {
    height: 580px;
  }
}
@media screen and (max-width:450px) {
  .banner_hold_ducument .banner {
    height: 620px;
  }
}

.document_holder {
  margin-top: 30px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:660px) {
  .document_holder {
    margin-top: -196px;
  }
}
@media screen and (max-width:550px) {
  .document_holder {
    margin-top: -172px;
  }
}
@media screen and (max-width:450px) {
  .document_holder {
    margin-top: -142px;
  }
}
.document_holder .filter_hold {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width:992px) {
  .document_holder .filter_hold {
    width: 100%;
  }
}
@media screen and (max-width:660px) {
  .document_holder .filter_hold {
    flex-wrap: wrap;
  }
}
.document_holder .filter_hold .filter_title {
  margin-right: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: #343434;
  font-weight: 900;
}
@media screen and (max-width:660px) {
  .document_holder .filter_hold .filter_title {
    width: 100%;
    margin-bottom: 15px;
    color: #fff;
  }
}
.document_holder .filter_hold .col_select {
  margin-right: 15px;
}
@media screen and (max-width:450px) {
  .document_holder .filter_hold .col_select {
    margin-right: 0;
    width: 100%;
  }
}
.document_holder .filter_hold .col_select select {
  width: 240px;
  height: 40px;
  border-radius: 999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../img/chevron-down.svg");
  background-repeat: no-repeat;
  background-size: 19px;
  background-position: right 19px center;
  cursor: pointer;
  background-color: #FFB200;
  outline: none;
  border: 1px solid #FFB200;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  color: #fff;
  font-weight: 400;
  padding: 5px 28px 5px 25px;
}
@media screen and (max-width:600px) {
  .document_holder .filter_hold .col_select select {
    width: 190px;
  }
}
@media screen and (max-width:450px) {
  .document_holder .filter_hold .col_select select {
    width: 100%;
    margin-bottom: 5px;
  }
}
.document_holder .filter_hold .col_select select option {
  margin-bottom: 10px;
}
.document_holder .docbloks_holder {
  width: 90%;
  margin: 60px auto 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
}
@media screen and (max-width:992px) {
  .document_holder .docbloks_holder {
    width: 100%;
  }
}
@media screen and (max-width:660px) {
  .document_holder .docbloks_holder {
    margin: 150px auto 0;
  }
}
.document_holder .docbloks_holder .blok {
  width: 23%;
  margin-right: 2.66%;
  background-color: #FFF;
  box-shadow: 0px 0px 10px #00000029;
  border-radius: 20px;
  min-height: 180px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width:790px) {
  .document_holder .docbloks_holder .blok {
    min-width: 208px;
    margin-left: 1%;
    margin-right: 1%;
  }
}
@media screen and (max-width:660px) {
  .document_holder .docbloks_holder .blok {
    width: 100%;
    min-height: auto;
    padding-bottom: 20px;
  }
}
.document_holder .docbloks_holder .blok:nth-child(4n+0) {
  margin-right: 0;
}
@media screen and (max-width:790px) {
  .document_holder .docbloks_holder .blok:nth-child(4n+0) {
    margin-right: 1%;
  }
}
.document_holder .docbloks_holder .blok:nth-last-child(1) {
  margin-right: 0;
}
.document_holder .docbloks_holder .blok .title {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: #343434;
  font-weight: 700;
  padding-left: 15px;
  margin-top: 30px;
}
@media screen and (max-width:992px) {
  .document_holder .docbloks_holder .blok .title {
    height: 30px;
  }
}
.document_holder .docbloks_holder .blok .type_file {
  font-family: "Montserrat", sans-serif;
  font-size: 1.0625em;
  color: #343434;
  font-weight: 400;
  padding-left: 15px;
  margin-top: 15px;
}
.document_holder .docbloks_holder .blok .doawnload_hold {
  margin-top: 25px;
}
.document_holder .docbloks_holder .blok .doawnload_hold a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  color: #1F78EC;
}
.document_holder .docbloks_holder .blok .doawnload_hold a .icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #1F78EC;
  margin-right: 5px;
}
.document_holder .docbloks_holder .blok .doawnload_hold a .icon i {
  position: relative;
  top: 3px;
  left: 3px;
  font-size: 13px;
}
.document_holder .docbloks_holder .blok .doawnload_hold a .text_tel {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  color: #1F78EC;
  font-weight: 900;
  text-decoration: underline;
}
.document_holder .docbloks_holder .blok .btn_hold {
  position: absolute;
  bottom: -15px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width:660px) {
  .document_holder .docbloks_holder .blok .btn_hold {
    bottom: 73px;
    width: 100%;
    text-align: right;
    right: 29px;
  }
}
.document_holder .docbloks_holder .blok .btn_hold a {
  display: inline-block;
  border-radius: 999px;
  border: 1px solid #FFB200;
  background: #FFB200;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  padding: 11px 20px;
  transition: all 0.3s ease-in-out;
}
.document_holder .docbloks_holder .blok .btn_hold a:hover {
  color: #FFB200;
  background: #fff;
}

/*.questionnaire_hold > .flickity-enabled  .flickity-viewport:only-child {
	@include  responsive($bp-small1) {
		height: 827px !important;
	}
}*/
.blk_quest_temp {
  position: relative;
  height: 551px;
}
.blk_quest_temp:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 551px;
  background: #FFB200;
}
@media screen and (max-width:700px) {
  .blk_quest_temp:before {
    height: 110px;
    width: 100%;
  }
}
.blk_quest_temp:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 551px;
  background: #343434;
}
@media screen and (max-width:700px) {
  .blk_quest_temp:after {
    height: 396px;
    width: 100%;
    top: 110px;
  }
}

.questionnaire_hold {
  font-family: "Montserrat", sans-serif;
  position: relative;
  z-index: 2;
  /*height: auto !important;*/
}
.questionnaire_hold .blok {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  height: 100%;
}
@media screen and (max-width:700px) {
  .questionnaire_hold .blok {
    flex-direction: column;
  }
}
@media screen and (max-width:700px) {
  .questionnaire_hold .blok.blok1 .leftSide {
    padding-top: 0;
  }
}
@media screen and (max-width:700px) {
  .questionnaire_hold .blok.blok5 .rightSide {
    background: #ffb200;
    margin-top: -2px;
  }
}
.questionnaire_hold .leftSide {
  width: 50%;
  background: #FFB200;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (max-width:790px) {
  .questionnaire_hold .leftSide {
    padding-top: 51px;
  }
}
@media screen and (max-width:700px) {
  .questionnaire_hold .leftSide {
    width: 100%;
    height: auto !important;
  }
}
.questionnaire_hold .leftSide .container_quest {
  width: 96%;
  max-width: 800px;
  margin-left: auto;
  position: relative;
}
.questionnaire_hold .leftSide .question_text {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-top: 40px;
  max-width: 800px;
  text-transform: uppercase;
}
@media screen and (max-width:700px) {
  .questionnaire_hold .leftSide .question_text {
    font-size: 10px;
  }
}
.questionnaire_hold .leftSide .barre_steps {
  width: 95%;
  margin-top: -10px;
}
.questionnaire_hold .leftSide .barre_steps .text_step {
  text-align: right;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width:700px) {
  .questionnaire_hold .leftSide .barre_steps .text_step {
    font-size: 10px;
  }
}
.questionnaire_hold .leftSide .barre_steps .barre {
  box-shadow: inset 0px 0px 3px #00000029;
  border-radius: 5px;
  width: 100%;
  position: relative;
  height: 10px;
  background: #fff;
}
.questionnaire_hold .leftSide .barre_steps .loade {
  position: absolute;
  border-radius: 5px;
  z-index: 2;
  left: 0;
  height: 10px;
  top: 0;
  background: #fdd77e;
}
.questionnaire_hold .leftSide .barre_steps .load0 {
  width: 0;
}
.questionnaire_hold .leftSide .barre_steps .load1 {
  width: 25%;
}
.questionnaire_hold .leftSide .barre_steps .load2 {
  width: 50%;
}
.questionnaire_hold .leftSide .barre_steps .load3 {
  width: 75%;
}
.questionnaire_hold .leftSide .barre_steps .load4 {
  width: 100%;
}
.questionnaire_hold .leftSide .barre_steps .load1_q1 {
  width: 33.33%;
}
.questionnaire_hold .leftSide .barre_steps .load2_q1 {
  width: 66.66%;
}
.questionnaire_hold .leftSide .barre_steps .load3_q1 {
  width: 100%;
}
.questionnaire_hold .leftSide .barre_steps--rpc {
  width: 52%;
}
@media screen and (max-width:992px) {
  .questionnaire_hold .leftSide .barre_steps--rpc {
    width: 97%;
  }
}
.questionnaire_hold .leftSide .title_big {
  font-size: 40px;
  font-weight: 900;
  color: #343434;
  margin-top: 50px;
}
@media screen and (max-width:700px) {
  .questionnaire_hold .leftSide .title_big {
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
  }
}
.questionnaire_hold .leftSide .text_info {
  font-size: 20px;
  font-weight: 900;
  color: #343434;
  margin-top: 25px;
}
@media screen and (max-width:700px) {
  .questionnaire_hold .leftSide .text_info {
    font-size: 14px;
    margin-top: 15px;
    text-align: center;
  }
}
.questionnaire_hold .leftSide .text_info--rpc {
  margin-top: 111px;
  max-width: 340px;
}
@media screen and (max-width:700px) {
  .questionnaire_hold .leftSide .text_info--rpc {
    display: none;
  }
}
.questionnaire_hold .leftSide .title_question {
  margin: 98px auto 0;
  width: 88%;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  color: #343434;
  line-height: 32px;
}
@media screen and (max-width:700px) {
  .questionnaire_hold .leftSide .title_question {
    margin: 20px auto 0;
    font-size: 16px;
    line-height: 25px;
  }
}
.questionnaire_hold .leftSide .title_question span {
  font-style: italic;
  font-weight: 400;
}
.questionnaire_hold .leftSide .choice_hold {
  margin-top: 30px;
}
.questionnaire_hold .leftSide .choice_hold ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
@media screen and (max-width:700px) {
  .questionnaire_hold .leftSide .choice_hold ul {
    flex-wrap: wrap;
  }
}
.questionnaire_hold .leftSide .choice_hold ul li {
  min-width: 90px;
  margin: 0 15px 0 0;
  position: relative;
}
@media screen and (max-width:700px) {
  .questionnaire_hold .leftSide .choice_hold ul li {
    margin: 0 15px 10px 0;
  }
}
.questionnaire_hold .leftSide .choice_hold ul label, .questionnaire_hold .leftSide .choice_hold ul input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.questionnaire_hold .leftSide .choice_hold ul label {
  position: relative;
}
.questionnaire_hold .leftSide .choice_hold ul input[type=radio] {
  opacity: 0.011;
  z-index: 100;
}
.questionnaire_hold .leftSide .choice_hold ul input[type=radio]:checked + label {
  background: #FFB200;
}
.questionnaire_hold .leftSide .choice_hold ul label {
  padding: 25px;
  height: 50px;
  text-align: center;
  background: #343434;
  cursor: pointer;
  z-index: 90;
  border-radius: 999px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #fff;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  border: 2px solid #343434;
}
.questionnaire_hold .leftSide .choice_hold ul label.tchecked {
  background: #FFB200;
}
.questionnaire_hold .leftSide .btn_precedent {
  position: absolute;
  bottom: 10px;
  width: 150px;
  height: 50px;
  left: 9%;
  background: #FFB200;
  box-shadow: 0px 0px 10px #00000029;
  border-radius: 999px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
@media screen and (max-width:790px) {
  .questionnaire_hold .leftSide .btn_precedent {
    top: 16px;
  }
}
@media screen and (max-width:340px) {
  .questionnaire_hold .leftSide .btn_precedent {
    left: 1%;
  }
}
.questionnaire_hold .leftSide .btn_precedent a {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  position: relative;
}
.questionnaire_hold .rightSide {
  width: 50%;
  background: #343434;
  padding-left: 3%;
  padding-right: 3%;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (max-width:790px) {
  .questionnaire_hold .rightSide {
    padding-top: 51px;
  }
}
@media screen and (max-width:700px) {
  .questionnaire_hold .rightSide {
    width: 100%;
    padding-top: 10px;
    position: unset;
    padding-bottom: 10px;
  }
}
.questionnaire_hold .rightSide .error {
  color: #FFF;
  margin-top: 10px;
  position: absolute;
  width: 100%;
  left: 16px;
  bottom: -11px;
  font-size: 10px;
  height: 20px;
  width: 211px;
  background: #717171;
  color: #FFB200;
  border-radius: 999px;
}
.questionnaire_hold .rightSide .error:before {
  content: "!";
  color: #FFB200;
  background-color: #343434;
  border-radius: 50%;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  padding: 3px 8.3px;
  position: relative;
  top: 0px;
  left: -1px;
  margin-right: 3px;
}
@media screen and (max-width:992px) {
  .questionnaire_hold .rightSide .error:before {
    left: 0px;
    position: absolute;
    top: -1px;
  }
}
@media screen and (max-width:992px) {
  .questionnaire_hold .rightSide .error {
    position: relative;
    bottom: 1px;
    width: 100%;
    display: block;
    padding-left: 15px;
    height: auto;
    min-height: 20px;
    padding-left: 28px;
    padding-top: 5px;
    padding-bottom: 3px;
  }
}
.questionnaire_hold .rightSide .ligne_select {
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width:700px) {
  .questionnaire_hold .rightSide .ligne_select {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.questionnaire_hold .rightSide .ligne_select .question {
  font-size: 16px;
  font-weight: 900;
  color: #fff;
}
@media screen and (max-width:700px) {
  .questionnaire_hold .rightSide .ligne_select .question {
    font-size: 13px;
  }
}
.questionnaire_hold .rightSide .ligne_select .select_hold select {
  margin-top: 10px;
  width: 70%;
  height: 50px;
  border-radius: 999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../img/chevron-down.svg");
  background-repeat: no-repeat;
  background-size: 19px;
  background-position: right 19px center;
  cursor: pointer;
  background-color: #FFB200;
  outline: none;
  border: 1px solid #FFB200;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125em;
  color: #fff;
  font-weight: 400;
  padding: 5px 28px 5px 25px;
}
@media screen and (max-width:700px) {
  .questionnaire_hold .rightSide .ligne_select .select_hold select {
    width: 97%;
  }
}
.questionnaire_hold .rightSide .ligne_inp {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  margin-bottom: 23px;
  width: 80%;
}
@media screen and (max-width:700px) {
  .questionnaire_hold .rightSide .ligne_inp {
    width: 97%;
  }
}
.questionnaire_hold .rightSide .ligne_inp .col_inp {
  width: 45%;
  margin-right: 10%;
  position: relative;
}
@media screen and (max-width:700px) {
  .questionnaire_hold .rightSide .ligne_inp .col_inp {
    width: 48%;
    margin-right: 4%;
  }
}
.questionnaire_hold .rightSide .ligne_inp .col_inp:nth-child(2) {
  margin-right: 0;
}
.questionnaire_hold .rightSide .ligne_inp .col_inp:after {
  content: "";
  position: absolute;
  width: 79%;
  height: 1px;
  background: #CBE1FE;
  bottom: 11px;
  left: 25px;
}
@media screen and (max-width:992px) {
  .questionnaire_hold .rightSide .ligne_inp .col_inp:after {
    display: none;
  }
}
.questionnaire_hold .rightSide .ligne_inp .col_inp input {
  width: 100%;
  height: 47px;
  border-radius: 999px;
  border: none;
  font-size: 12px;
  color: #343434;
  font-weight: 700;
  padding-left: 25px;
  padding-right: 25px;
}
.questionnaire_hold .rightSide .input__checkbox {
  width: 80%;
  margin-top: 15px;
  position: relative;
}
@media screen and (max-width:700px) {
  .questionnaire_hold .rightSide .input__checkbox {
    width: 97%;
    margin-top: 10px;
  }
}
.questionnaire_hold .rightSide .input__checkbox input {
  display: none;
}
.questionnaire_hold .rightSide .input__checkbox .input__checkbox__label {
  display: flex;
  align-items: flex-start;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-top: 12px;
  line-height: 14px;
  cursor: pointer;
}
.questionnaire_hold .rightSide .input__checkbox .input__checkbox__customCheck {
  position: relative;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: 0 16px 0 0;
  border: 2px solid #fff;
  border-radius: 3px;
}
.questionnaire_hold .rightSide .input__checkbox .input__checkbox__check:checked + .input__checkbox__label .input__checkbox__customCheck {
  border: 2px solid #fff;
  background: #fff;
  position: relative;
}
.questionnaire_hold .rightSide .input__checkbox .input__checkbox__check:checked + .input__checkbox__label .input__checkbox__customCheck:after {
  content: "";
  position: absolute;
  background-image: url("../../img/check_jaune.svg");
  top: 2px;
  left: 0px;
  width: 15px;
  height: 11px;
}
.questionnaire_hold .rightSide .input__checkbox .error {
  position: relative;
  top: 0;
  display: block;
  width: 130px;
}
.questionnaire_hold .rightSide .input__button {
  margin-top: 25px;
  text-align: center;
  width: 80%;
}
@media screen and (max-width:700px) {
  .questionnaire_hold .rightSide .input__button {
    width: 97%;
  }
}
.questionnaire_hold .rightSide .input__button .btn {
  display: inline-block;
  border-radius: 999px;
  text-align: center;
  background: #FFB200;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  padding: 20px 38px;
  transition: all 0.3s ease-in-out;
  min-width: 140px;
  text-align: center;
  box-shadow: 0px 3px 6px #00000029;
  cursor: pointer;
}
.questionnaire_hold .rightSide .infoluticea {
  margin-top: 25px;
  width: 80%;
  font-size: 8px;
  color: #fff;
  font-weight: 400;
  line-height: 11px;
}
@media screen and (max-width:700px) {
  .questionnaire_hold .rightSide .infoluticea {
    display: none;
    width: 97%;
    text-align: center;
    margin-top: 5px;
  }
}
.questionnaire_hold .rightSide .blk_info {
  margin-top: 40px;
  padding-left: 0%;
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width:700px) {
  .questionnaire_hold .rightSide .blk_info {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
.questionnaire_hold .rightSide .blk_info .titre_information {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 18px;
  width: 90%;
}
@media screen and (max-width:700px) {
  .questionnaire_hold .rightSide .blk_info .titre_information {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.questionnaire_hold .rightSide .blk_info .titre_information .colored {
  color: #FFB200;
  text-decoration: underline;
}
.questionnaire_hold .rightSide .blk_info .parts_hold_container {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: column;
}
@media screen and (max-width:700px) {
  .questionnaire_hold .rightSide .blk_info .parts_hold_container {
    flex-wrap: nowrap;
  }
}
.questionnaire_hold .rightSide .blk_info .parts_plus p {
  color: #fff;
  margin-bottom: 4px;
}
@media screen and (max-width:700px) {
  .questionnaire_hold .rightSide .blk_info .parts_plus p {
    font-weight: 600;
    font-size: 12px;
  }
}
.questionnaire_hold .rightSide .blk_info .parts_hold {
  margin-bottom: 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: center;
}
.questionnaire_hold .rightSide .blk_info .parts_hold.flickity-enabled {
  display: block;
  overflow: hidden;
}
@media screen and (max-width:700px) {
  .questionnaire_hold .rightSide .blk_info .parts_hold {
    display: block;
  }
}
.questionnaire_hold .rightSide .blk_info .parts_hold:after {
  content: "";
}
@media screen and (max-width:700px) {
  .questionnaire_hold .rightSide .blk_info .parts_hold {
    /* disable Flickity for large devices */
  }
  .questionnaire_hold .rightSide .blk_info .parts_hold:after {
    content: "flickity";
    display: none;
  }
}
.questionnaire_hold .rightSide .blk_info .parts_hold .flickity-button {
  display: none;
}
.questionnaire_hold .rightSide .blk_info .parts_hold .flickity-page-dots {
  display: none;
}
.questionnaire_hold .rightSide .blk_info .parts_hold .flickity-page-dots .dot {
  opacity: 1;
}
.questionnaire_hold .rightSide .blk_info .parts_hold .flickity-page-dots .is-selected {
  background: #fff;
  width: 12px;
  height: 12px;
}
.questionnaire_hold .rightSide .blk_info .parts_hold .flickity-viewport {
  overflow: initial;
}
@media screen and (max-width:700px) {
  .questionnaire_hold .rightSide .blk_info .parts_hold {
    margin-bottom: 10px;
  }
}
.questionnaire_hold .rightSide .blk_info .parts_hold .col {
  padding-right: 10px;
  border-right: 1px solid #fff;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 18px;
  width: 182px;
  min-height: 90px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding-left: 10px;
}
@media screen and (max-width:700px) {
  .questionnaire_hold .rightSide .blk_info .parts_hold .col {
    border-radius: 12px;
    border-right: none;
    background: #535353;
    margin-right: 5%;
  }
}
.questionnaire_hold .rightSide .blk_info .parts_hold .col:first-child {
  padding-left: 0px;
}
@media screen and (max-width:700px) {
  .questionnaire_hold .rightSide .blk_info .parts_hold .col:first-child {
    padding-left: 10px;
  }
}
.questionnaire_hold .rightSide .blk_info .parts_hold .col:last-child {
  border-right: none;
}
@media screen and (max-width:700px) {
  .questionnaire_hold .rightSide .blk_info .parts_hold .col:last-child {
    margin-right: 0;
  }
}
.questionnaire_hold .rightSide .blk_info .parts_hold .col strong {
  font-weight: 700;
}
.questionnaire_hold .rightSide .blk_info .parts_hold .col strong.colored {
  color: #FFB200;
}
.questionnaire_hold .rightSide .info_sat {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 160px;
}
@media screen and (max-width:700px) {
  .questionnaire_hold .rightSide .info_sat {
    margin-bottom: 10px;
  }
}
.questionnaire_hold .rightSide .info_sat_top {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 20px;
}
.questionnaire_hold .rightSide .blk_questionnaire {
  margin-top: 40px;
  padding-left: 0;
  width: 120%;
  margin-bottom: 80px;
  left: -38%;
  position: relative;
}
@media screen and (max-width:992px) {
  .questionnaire_hold .rightSide .blk_questionnaire {
    width: 97%;
    left: 0;
  }
}
@media screen and (max-width:600px) {
  .questionnaire_hold .rightSide .blk_questionnaire {
    width: 100%;
  }
}
.questionnaire_hold .rightSide .blk_questionnaire .questionblk {
  background: #fff;
  padding: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  border-radius: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width:992px) {
  .questionnaire_hold .rightSide .blk_questionnaire .questionblk {
    flex-direction: column;
  }
}
.questionnaire_hold .rightSide .blk_questionnaire .questionblk .quest_text {
  width: 75%;
  margin-right: 5%;
  font-size: 16px;
  color: #343434;
  font-weight: 400;
  line-height: 21px;
}
@media screen and (max-width:992px) {
  .questionnaire_hold .rightSide .blk_questionnaire .questionblk .quest_text {
    width: 97%;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.questionnaire_hold .rightSide .blk_questionnaire .questionblk .choice_hold {
  width: 20%;
}
.questionnaire_hold .rightSide .blk_questionnaire .questionblk .choice_hold ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
.questionnaire_hold .rightSide .blk_questionnaire .questionblk .choice_hold ul li {
  min-width: 79px;
  margin: 0 6px 0 0;
  position: relative;
}
.questionnaire_hold .rightSide .blk_questionnaire .questionblk .choice_hold ul label, .questionnaire_hold .rightSide .blk_questionnaire .questionblk .choice_hold ul input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.questionnaire_hold .rightSide .blk_questionnaire .questionblk .choice_hold ul label {
  position: relative;
}
.questionnaire_hold .rightSide .blk_questionnaire .questionblk .choice_hold ul input[type=radio] {
  opacity: 0.011;
  z-index: 100;
}
.questionnaire_hold .rightSide .blk_questionnaire .questionblk .choice_hold ul input[type=radio]:checked + label {
  background: #FFB200;
}
.questionnaire_hold .rightSide .blk_questionnaire .questionblk .choice_hold ul label {
  padding: 17px;
  height: 39px;
  text-align: center;
  background: #343434;
  cursor: pointer;
  z-index: 90;
  border-radius: 999px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #fff;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  border: 2px solid #343434;
}
.questionnaire_hold .rightSide .blk_questionnaire .questionblk .choice_hold ul label.tchecked {
  background: #FFB200;
}
.questionnaire_hold .rightSideblk1 {
  padding-left: 3%;
  padding-right: 0;
}
@media screen and (max-width:360px) {
  .questionnaire_hold .blok_sat .choice_hold ul {
    flex-wrap: wrap;
  }
}
@media screen and (max-width:360px) {
  .questionnaire_hold .blok_sat .choice_hold li {
    margin: 0 15px 5px 0 !important;
  }
}
.questionnaire_hold .btn_plus {
  position: absolute;
  bottom: 10px;
  width: 150px;
  height: 50px;
  left: 3%;
  background: #343434;
  box-shadow: 0px 0px 10px #00000029;
  border-radius: 999px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
@media screen and (max-width:790px) {
  .questionnaire_hold .btn_plus {
    top: 16px;
  }
}
@media screen and (max-width:700px) {
  .questionnaire_hold .btn_plus {
    right: 3%;
    left: unset;
  }
}
@media screen and (max-width:340px) {
  .questionnaire_hold .btn_plus {
    right: 1%;
  }
}
.questionnaire_hold .btn_plus a {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  position: relative;
}
.questionnaire_hold .btn_plus a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #FFB200;
  top: 15px;
  left: 0;
}
.questionnaire_hold .leftSide--rpc {
  width: 35%;
}
.questionnaire_hold .leftSide--rpc .text_info {
  width: 80%;
}
.questionnaire_hold .rightSide--rpc {
  width: 65%;
}
.questionnaire_hold .rightSide--rpc .ligne_select_hold {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
}
.questionnaire_hold .rightSide--rpc .ligne_select_hold .ligne_select {
  width: 50%;
}
.questionnaire_hold .rightSide--rpc .ligne_select_hold .ligne_select .select_hold select {
  width: 90%;
}
.questionnaire_hold .rightSide--rpc .ligne_inp {
  margin: 0 auto 10px;
}
.questionnaire_hold .rightSide--rpc .input__checkbox {
  margin: 15px auto 0;
}
.questionnaire_hold .rightSide--rpc .infoluticea {
  width: 100%;
  padding-right: 3%;
}
.questionnaire_hold .input__datepicker__control {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 9;
}
.questionnaire_hold .input__datepicker__control .vdp-datepicker input {
  width: 100%;
  height: 50px;
  opacity: 0;
}
.questionnaire_hold .vdp-datepicker__calendar {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}
@media screen and (max-width:660px) {
  .questionnaire_hold .vdp-datepicker__calendar {
    left: -157px;
  }
}
.questionnaire_hold .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover,
.questionnaire_hold .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,
.questionnaire_hold .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
  border: 1px solid #1F78EC !important;
  background: #f5f9ff !important;
  color: #343434 !important;
}
.questionnaire_hold .vdp-datepicker__calendar .cell.disabled {
  opacity: 0.3;
}
.questionnaire_hold .vdp-datepicker__calendar .cell.selected {
  background: #1F78EC !important;
  color: #fff !important;
}
.questionnaire_hold .vdp-datepicker__calendar header {
  position: unset;
  background: unset;
  box-shadow: none;
  padding: 0;
}
.questionnaire_hold .vdp-datepicker__calendar header .prev:not(.disabled):hover,
.questionnaire_hold .vdp-datepicker__calendar header .next:not(.disabled):hover,
.questionnaire_hold .vdp-datepicker__calendar header .up:not(.disabled):hover {
  background: #f5f9ff !important;
}
.questionnaire_hold .vdp-datepicker__calendar header .prev:after {
  border-right: 10px solid #1F78EC !important;
}
.questionnaire_hold .vdp-datepicker__calendar header .next:after {
  border-left: 10px solid #1F78EC !important;
}
.questionnaire_hold .vdp-datepicker__calendar .cell {
  font-weight: 700 !important;
  color: #343434;
}
.questionnaire_hold .vdp-datepicker__calendar header span {
  font-weight: 700 !important;
  font-size: 14px;
  color: #FFB200;
}
.questionnaire_hold .vdp-datepicker__calendar {
  border: 0 !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
}

.firststatic {
  font-family: "Montserrat", sans-serif;
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
}
@media screen and (max-width:700px) {
  .firststatic {
    flex-direction: column;
  }
}
.firststatic .leftSides {
  width: 50%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:700px) {
  .firststatic .leftSides {
    width: 100%;
    margin-bottom: 20px;
  }
}
.firststatic .leftSides .texthold {
  width: 90%;
  box-shadow: 0px 0px 10px #00000029;
  border-radius: 30px;
  padding: 30px 40px;
  background: #fff;
}
@media screen and (max-width:700px) {
  .firststatic .leftSides .texthold {
    width: 100%;
  }
}
@media screen and (max-width:700px) {
  .firststatic .leftSides .texthold {
    padding: 15px 20px;
  }
}
.firststatic .leftSides .texthold .title {
  font-size: 16px;
  font-weight: 700;
  color: #FFB200;
  margin-bottom: 20px;
}
.firststatic .leftSides .texthold .questionleft {
  font-size: 38px;
  font-weight: 900;
  color: #343434;
  margin-bottom: 20px;
  line-height: 50px;
}
@media screen and (max-width:700px) {
  .firststatic .leftSides .texthold .questionleft {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.firststatic .leftSides .texthold .descr {
  font-size: 16px;
  font-weight: 400;
  color: #343434;
  line-height: 22px;
}
@media screen and (max-width:700px) {
  .firststatic .leftSides .texthold .descr {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
    padding: 0;
  }
}
.firststatic .leftSides .texthold .liste_avantage {
  margin-top: 20px;
}
@media screen and (max-width:700px) {
  .firststatic .leftSides .texthold .liste_avantage {
    padding: 0;
  }
}
.firststatic .leftSides .texthold .liste_avantage li {
  border-radius: 5px;
  background: #ffefcb;
  font-size: 14px;
  font-weight: 400;
  color: #343434;
  margin-bottom: 10px;
  padding: 15px;
}
@media screen and (max-width:700px) {
  .firststatic .leftSides .texthold .liste_avantage li {
    font-size: 12px;
    padding: 10px;
  }
}
.firststatic .rightside {
  width: 50%;
  margin-top: -20px;
}
@media screen and (max-width:700px) {
  .firststatic .rightside {
    width: 100%;
    margin-top: 0;
  }
}
.firststatic .rightside .imholder {
  position: relative;
  text-align: center;
}
@media screen and (max-width:700px) {
  .firststatic .rightside .imholder {
    margin: 0 auto;
    width: 80%;
  }
}
.firststatic .rightside .imholder img {
  position: relative;
  z-index: 2;
  max-width: 307px;
}
@media screen and (max-width:700px) {
  .firststatic .rightside .imholder img {
    max-width: 320px;
    width: 100%;
  }
}
.firststatic .rightside .imholder .disk {
  position: absolute;
  bottom: 0;
  border-radius: 50%;
}
@media screen and (max-width:700px) {
  .firststatic .rightside .imholder .disk {
    display: none;
  }
}
.firststatic .rightside .imholder .disk_noire {
  background: #343434;
  z-index: 1;
  left: 11%;
  width: 200px;
  height: 200px;
  bottom: -12px;
}
.firststatic .rightside .imholder .disk_jaune {
  background: #FFB200;
  z-index: 3;
  left: 12%;
  width: 79px;
  height: 79px;
  bottom: 142px;
}
.firststatic .rightside .text_hold {
  width: 100%;
  box-shadow: 0px 0px 10px #00000029;
  border-radius: 30px;
  padding: 30px 40px;
  background: #fff;
  position: relative;
  z-index: 2;
  margin-top: 60px;
}
@media screen and (max-width:700px) {
  .firststatic .rightside .text_hold {
    padding: 15px 20px;
  }
}
.firststatic .rightside .text_hold .title_holder {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  margin-left: -22px;
  margin-top: -14px;
}
.firststatic .rightside .text_hold .title_holder img {
  width: 72px;
}
.firststatic .rightside .text_hold .title_holder div {
  font-size: 20px;
  font-weight: 900;
  color: #343434;
  width: 73%;
  margin-left: 4%;
}
.firststatic .rightside .text_hold .descr {
  font-size: 16px;
  font-weight: 400;
  color: #343434;
  line-height: 22px;
  margin-top: 20px;
  padding: 0 20px;
}
@media screen and (max-width:700px) {
  .firststatic .rightside .text_hold .descr {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
    padding: 0;
  }
}
.firststatic .rightside .text_hold .descr strong {
  font-weight: 900;
}
.firststatic .rightside .text_hold .liste_avantage {
  margin-top: 20px;
  padding: 0 20px;
}
@media screen and (max-width:700px) {
  .firststatic .rightside .text_hold .liste_avantage {
    padding: 0;
  }
}
.firststatic .rightside .text_hold .liste_avantage li {
  border-radius: 5px;
  background: #ffefcb;
  font-size: 14px;
  font-weight: 400;
  color: #343434;
  margin-bottom: 10px;
  padding: 15px;
}
@media screen and (max-width:700px) {
  .firststatic .rightside .text_hold .liste_avantage li {
    font-size: 12px;
    padding: 10px;
  }
}

.secondstatic {
  font-family: "Montserrat", sans-serif;
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
}
@media screen and (max-width:700px) {
  .secondstatic {
    flex-direction: column;
  }
}
.secondstatic .leftSides {
  width: 50%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:700px) {
  .secondstatic .leftSides {
    width: 100%;
    margin-bottom: 20px;
  }
}
.secondstatic .leftSides .texthold {
  width: 90%;
  box-shadow: 0px 0px 10px #00000029;
  border-radius: 30px;
  padding: 30px 40px;
  background: #fff;
}
@media screen and (max-width:700px) {
  .secondstatic .leftSides .texthold {
    width: 100%;
  }
}
@media screen and (max-width:700px) {
  .secondstatic .leftSides .texthold {
    padding: 15px 20px;
  }
}
.secondstatic .leftSides .texthold .title {
  font-size: 16px;
  font-weight: 700;
  color: #FFB200;
  margin-bottom: 20px;
}
.secondstatic .leftSides .texthold .questionleft {
  font-size: 38px;
  font-weight: 900;
  color: #343434;
  margin-bottom: 20px;
  line-height: 50px;
}
@media screen and (max-width:700px) {
  .secondstatic .leftSides .texthold .questionleft {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.secondstatic .leftSides .texthold .descr {
  font-size: 16px;
  font-weight: 400;
  color: #343434;
  line-height: 22px;
}
@media screen and (max-width:700px) {
  .secondstatic .leftSides .texthold .descr {
    font-size: 12px;
    line-height: 18px;
  }
}
.secondstatic .leftSides .texthold .descr strong {
  font-weight: 900;
}
.secondstatic .leftSides .texthold .liste_avantage {
  margin-top: 20px;
}
.secondstatic .leftSides .texthold .liste_avantage li {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #343434;
  margin-bottom: 15px;
  padding-left: 18px;
}
@media screen and (max-width:700px) {
  .secondstatic .leftSides .texthold .liste_avantage li {
    font-size: 12px;
  }
}
.secondstatic .leftSides .texthold .liste_avantage li:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FFB200;
  top: 4px;
  left: 0;
}
.secondstatic .rightside {
  width: 50%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:700px) {
  .secondstatic .rightside {
    width: 100%;
    margin-top: 0;
  }
}
.secondstatic .rightside .imhod {
  width: 63%;
  /*margin: 0 auto;*/
  position: relative;
}
@media screen and (max-width:1100px) {
  .secondstatic .rightside .imhod {
    min-width: 396px;
  }
}
@media screen and (max-width:450px) {
  .secondstatic .rightside .imhod {
    min-width: 300px;
  }
}
.secondstatic .rightside .imhod img {
  display: block;
  width: 100%;
}
.secondstatic .rightside .imhod .price {
  position: absolute;
  top: 111px;
  left: 71px;
  z-index: 2;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width:450px) {
  .secondstatic .rightside .imhod .price {
    font-size: 12px;
    top: 79px;
    left: 65px;
  }
}
.secondstatic .rightside .imhod .price span {
  text-transform: uppercase;
  display: block;
}
.secondstatic .rightside .imhod .price strong {
  font-weight: 900;
  font-size: 30px;
}
@media screen and (max-width:450px) {
  .secondstatic .rightside .imhod .price strong {
    font-size: 20px;
  }
}
.secondstatic .rightside .texthold {
  width: 100%;
  box-shadow: 0px 0px 10px #00000029;
  border-radius: 30px;
  padding: 30px 40px;
  background: #fff;
  margin-top: 50px;
}
@media screen and (max-width:700px) {
  .secondstatic .rightside .texthold {
    width: 100%;
  }
}
@media screen and (max-width:700px) {
  .secondstatic .rightside .texthold {
    padding: 15px 20px;
  }
}
.secondstatic .rightside .texthold .title {
  font-size: 20px;
  font-weight: 700;
  color: #343434;
  margin-bottom: 20px;
}
@media screen and (max-width:700px) {
  .secondstatic .rightside .texthold .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.secondstatic .rightside .texthold .descr {
  font-size: 16px;
  font-weight: 400;
  color: #343434;
  line-height: 22px;
}
@media screen and (max-width:700px) {
  .secondstatic .rightside .texthold .descr {
    font-size: 12px;
    line-height: 18px;
  }
}
.secondstatic .rightside .texthold .descr strong {
  font-weight: 900;
}

.satstatic .rightside .texthold .liste_avantage {
  margin-top: 20px;
}
.satstatic .rightside .texthold .liste_avantage li {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #343434;
  margin-bottom: 15px;
  padding-left: 18px;
}
@media screen and (max-width:700px) {
  .satstatic .rightside .texthold .liste_avantage li {
    font-size: 12px;
  }
}
.satstatic .rightside .texthold .liste_avantage li:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FFB200;
  top: 4px;
  left: 0;
}

.prevoyancestatic {
  font-family: "Montserrat", sans-serif;
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
}
@media screen and (max-width:700px) {
  .prevoyancestatic {
    flex-direction: column;
    margin-top: 27px;
  }
}
.prevoyancestatic .leftSides {
  width: 50%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:700px) {
  .prevoyancestatic .leftSides {
    width: 100%;
    margin-bottom: 20px;
  }
}
.prevoyancestatic .leftSides .texthold {
  width: 90%;
  box-shadow: 0px 0px 10px #00000029;
  border-radius: 30px;
  padding: 30px 40px;
  background: #fff;
}
@media screen and (max-width:700px) {
  .prevoyancestatic .leftSides .texthold {
    width: 100%;
  }
}
@media screen and (max-width:700px) {
  .prevoyancestatic .leftSides .texthold {
    padding: 15px 20px;
  }
}
.prevoyancestatic .leftSides .texthold strong {
  font-weight: 900;
}
.prevoyancestatic .leftSides .texthold .title {
  font-size: 16px;
  font-weight: 700;
  color: #FFB200;
  margin-bottom: 20px;
}
.prevoyancestatic .leftSides .texthold .questionleft {
  font-size: 38px;
  font-weight: 900;
  color: #343434;
  margin-bottom: 20px;
  line-height: 50px;
}
@media screen and (max-width:700px) {
  .prevoyancestatic .leftSides .texthold .questionleft {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.prevoyancestatic .leftSides .texthold .descr {
  font-size: 16px;
  font-weight: 400;
  color: #343434;
  line-height: 22px;
}
@media screen and (max-width:700px) {
  .prevoyancestatic .leftSides .texthold .descr {
    font-size: 12px;
    line-height: 18px;
  }
}
.prevoyancestatic .leftSides .texthold .liste_avantage {
  margin-top: 20px;
}
@media screen and (max-width:700px) {
  .prevoyancestatic .leftSides .texthold .liste_avantage {
    padding: 0;
  }
}
.prevoyancestatic .leftSides .texthold .liste_avantage li {
  border-radius: 5px;
  background: #ffefcb;
  font-size: 14px;
  font-weight: 400;
  color: #343434;
  margin-bottom: 10px;
  padding: 15px;
}
@media screen and (max-width:700px) {
  .prevoyancestatic .leftSides .texthold .liste_avantage li {
    font-size: 12px;
    padding: 10px;
  }
}
.prevoyancestatic .rightside {
  width: 50%;
  margin-top: -20px;
}
@media screen and (max-width:700px) {
  .prevoyancestatic .rightside {
    width: 100%;
    margin-top: 0;
  }
}
.prevoyancestatic .rightside .imhod {
  width: 73%;
  /*margin: 0 auto;*/
  position: relative;
}
@media screen and (max-width:700px) {
  .prevoyancestatic .rightside .imhod {
    margin: 0 auto;
  }
}
@media screen and (max-width:700px) {
  .prevoyancestatic .rightside .imhod {
    min-width: 350px;
    max-width: 350px;
  }
}
@media screen and (max-width:400px) {
  .prevoyancestatic .rightside .imhod {
    min-width: 300px;
    max-width: 300px;
  }
}
.prevoyancestatic .rightside .imhod img {
  display: block;
  width: 100%;
  min-width: 470px;
}
@media screen and (max-width:992px) {
  .prevoyancestatic .rightside .imhod img {
    min-width: 420px;
  }
}
@media screen and (max-width:700px) {
  .prevoyancestatic .rightside .imhod img {
    min-width: 350px;
    max-width: 350px;
  }
}
@media screen and (max-width:400px) {
  .prevoyancestatic .rightside .imhod img {
    min-width: 300px;
    max-width: 300px;
  }
}
.prevoyancestatic .rightside .imhod .price {
  position: absolute;
  top: 111px;
  left: 71px;
  z-index: 2;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width:992px) {
  .prevoyancestatic .rightside .imhod .price {
    top: 101px;
    left: 54px;
  }
}
@media screen and (max-width:700px) {
  .prevoyancestatic .rightside .imhod .price {
    font-size: 10px;
    top: 87px;
  }
}
@media screen and (max-width:400px) {
  .prevoyancestatic .rightside .imhod .price {
    left: 44px;
    top: 68px;
  }
}
.prevoyancestatic .rightside .imhod .price span {
  text-transform: uppercase;
  display: block;
}
.prevoyancestatic .rightside .imhod .price strong {
  font-weight: 900;
  font-size: 30px;
}
@media screen and (max-width:700px) {
  .prevoyancestatic .rightside .imhod .price strong {
    font-size: 20px;
  }
}
.prevoyancestatic .rightside .text_hold {
  width: 100%;
  box-shadow: 0px 0px 10px #00000029;
  border-radius: 30px;
  padding: 30px 40px;
  background: #fff;
  position: relative;
  z-index: 2;
  margin-top: 60px;
}
@media screen and (max-width:700px) {
  .prevoyancestatic .rightside .text_hold {
    padding: 15px 20px;
  }
}
.prevoyancestatic .rightside .text_hold .title_holder {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
.prevoyancestatic .rightside .text_hold .title_holder img {
  width: 72px;
}
.prevoyancestatic .rightside .text_hold .title_holder span {
  font-size: 20px;
  font-weight: 900;
  color: #343434;
  width: 73%;
  margin-left: 4%;
}
.prevoyancestatic .rightside .text_hold .descr {
  font-size: 16px;
  font-weight: 400;
  color: #343434;
  line-height: 22px;
  margin-top: 20px;
  padding: 0 20px;
}
@media screen and (max-width:700px) {
  .prevoyancestatic .rightside .text_hold .descr {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
    padding: 0;
  }
}
.prevoyancestatic .rightside .text_hold .descr strong {
  font-weight: 900;
}
.prevoyancestatic .rightside .text_hold .liste_avantage {
  margin-top: 20px;
  padding: 0 20px;
}
@media screen and (max-width:700px) {
  .prevoyancestatic .rightside .text_hold .liste_avantage {
    padding: 0;
  }
}
.prevoyancestatic .rightside .text_hold .liste_avantage li {
  border-radius: 5px;
  background: #ffefcb;
  font-size: 14px;
  font-weight: 400;
  color: #343434;
  margin-bottom: 10px;
  padding: 15px;
}
@media screen and (max-width:700px) {
  .prevoyancestatic .rightside .text_hold .liste_avantage li {
    font-size: 12px;
    padding: 10px;
  }
}

@media screen and (max-width:700px) {
  .styleprev {
    margin-top: 200px !important;
  }
}
@media screen and (max-width:550px) {
  .styleprev {
    margin-top: 280px !important;
  }
}
@media screen and (max-width:400px) {
  .styleprev {
    margin-top: 350px !important;
  }
}

body.loading {
  pointer-events: none;
  /* for "disabled" effect */
  opacity: 0.8;
  background: #fff;
}

.blokholder {
  width: 100%;
}

.carousel-cell {
  display: flex;
  align-items: stretch;
  min-height: 100%;
}

.modal_prevoyance {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.1);
}
.modal_prevoyance .modal_body {
  position: relative;
  box-shadow: 0px 0px 10px #00000029;
  top: 150px;
  width: 90%;
  max-width: 650px;
  padding-top: 30px;
  padding-bottom: 70px;
  background-color: #343434;
  border-radius: 30px;
  margin: 0 auto;
}
.modal_prevoyance .modal_body .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.9375em;
  color: #343434;
  line-height: 70px;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
}
@media screen and (max-width:600px) {
  .modal_prevoyance .modal_body .close {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 24px;
  }
}
.modal_prevoyance .modal_body .close img {
  position: relative;
  top: 18px;
}
@media screen and (max-width:600px) {
  .modal_prevoyance .modal_body .close img {
    top: 9px;
    width: 20px;
  }
}
.modal_prevoyance .modal_body .titlemodal {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5625em;
  color: #fff;
  font-weight: 700;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width:600px) {
  .modal_prevoyance .modal_body .titlemodal {
    font-size: 1.125em;
    padding-right: 60px;
  }
}
.modal_prevoyance .modal_body .modal_descr {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: #fff;
  font-weight: 600;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width:600px) {
  .modal_prevoyance .modal_body .modal_descr {
    font-size: 0.75em;
  }
}
.modal_prevoyance .modal_body .btns_hold {
  padding-left: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
}
.modal_prevoyance .modal_body .btns_hold .tel {
  width: 150px;
  background: #FFB200;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  color: #fff;
  padding: 19px 20px;
  text-align: center;
  border-radius: 20px;
  margin-left: 10px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  color: #fff;
  font-weight: 700;
}
.modal_prevoyance .modal_body .btns_hold .tel i {
  margin-right: 7px;
}
.modal_prevoyance .modal_body .btns_hold .tel span {
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
.modal_prevoyance .modal_body .btns_hold .cont_chat {
  margin-left: 20px;
  width: 220px;
  background-color: #fff;
  height: 50px;
  text-align: center;
  display: inline-block;
  line-height: 50px;
  border-radius: 999px;
}
.modal_prevoyance .modal_body .btns_hold .cont_chat span {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  color: #FFB200;
  font-weight: 700;
  text-decoration: underline;
}

.modal_leave {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.1);
}
.modal_leave .modal_body {
  position: relative;
  box-shadow: 0px 0px 10px #00000029;
  top: 150px;
  width: 90%;
  max-width: 650px;
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #fff;
  border-radius: 30px;
  margin: 0 auto;
  box-shadow: 0px 0px 10px #00000029;
}
.modal_leave .modal_body .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 0px 10px #00000029;
  font-family: "Montserrat", sans-serif;
  font-size: 2.9375em;
  color: #343434;
  line-height: 70px;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
}
@media screen and (max-width:600px) {
  .modal_leave .modal_body .close {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 24px;
  }
}
.modal_leave .modal_body .close img {
  position: relative;
  top: 18px;
}
@media screen and (max-width:600px) {
  .modal_leave .modal_body .close img {
    top: 9px;
    width: 20px;
  }
}
.modal_leave .modal_body .titlemodal {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5625em;
  color: #343434;
  font-weight: 900;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 10px;
  max-width: 320px;
}
@media screen and (max-width:600px) {
  .modal_leave .modal_body .titlemodal {
    font-size: 1.125em;
    padding-right: 60px;
  }
}
.modal_leave .modal_body .btn_delete {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  background-color: #343434;
  height: 60px;
  width: 250px;
  padding-left: 20px;
  margin-left: 20px;
  border-radius: 999px;
  cursor: pointer;
  margin-bottom: 20px;
}
.modal_leave .modal_body .btn_delete i {
  color: #fff;
}
.modal_leave .modal_body .btn_delete span {
  margin-left: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  color: #fff;
  font-weight: 900;
  position: relative;
}
.modal_leave .modal_body .btn_delete span:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 15px;
  left: 0;
  height: 1px;
  background-color: #FFB200;
}
.modal_leave .modal_body .modal_descr {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: #343434;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 400px;
}
@media screen and (max-width:600px) {
  .modal_leave .modal_body .modal_descr {
    font-size: 0.75em;
  }
}
.modal_leave .modal_body .btns_hold {
  padding-left: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
}
@media screen and (max-width:400px) {
  .modal_leave .modal_body .btns_hold {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
.modal_leave .modal_body .btns_hold .tel {
  width: 150px;
  background: #FFB200;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  color: #fff;
  padding: 19px 20px;
  text-align: center;
  border-radius: 20px;
  margin-left: 10px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width:400px) {
  .modal_leave .modal_body .btns_hold .tel {
    margin-bottom: 10px;
  }
}
.modal_leave .modal_body .btns_hold .tel i {
  margin-right: 7px;
}
.modal_leave .modal_body .btns_hold .tel span {
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
.modal_leave .modal_body .btns_hold .cont_chat {
  margin-left: 20px;
  width: 150px;
  background-color: #343434;
  height: 50px;
  text-align: center;
  display: inline-block;
  line-height: 50px;
  border-radius: 999px;
}
@media screen and (max-width:400px) {
  .modal_leave .modal_body .btns_hold .cont_chat {
    margin-left: 0px;
  }
}
.modal_leave .modal_body .btns_hold .cont_chat span {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  color: #fff;
  font-weight: 700;
  position: relative;
}
.modal_leave .modal_body .btns_hold .cont_chat span:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 15px;
  left: 0;
  height: 1px;
  background-color: #FFB200;
}

.modal_leave_prevoyance {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.1);
}
.modal_leave_prevoyance .modal_body {
  position: relative;
  box-shadow: 0px 0px 10px #00000029;
  top: 150px;
  width: 90%;
  max-width: 650px;
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #fff;
  border-radius: 30px;
  margin: 0 auto;
  box-shadow: 0px 0px 10px #00000029;
}
.modal_leave_prevoyance .modal_body .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 0px 10px #00000029;
  font-family: "Montserrat", sans-serif;
  font-size: 2.9375em;
  color: #343434;
  line-height: 70px;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
}
@media screen and (max-width:600px) {
  .modal_leave_prevoyance .modal_body .close {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 24px;
  }
}
.modal_leave_prevoyance .modal_body .close img {
  position: relative;
  top: 18px;
}
@media screen and (max-width:600px) {
  .modal_leave_prevoyance .modal_body .close img {
    top: 9px;
    width: 20px;
  }
}
.modal_leave_prevoyance .modal_body .titlemodal {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5625em;
  color: #343434;
  font-weight: 900;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 10px;
  max-width: 320px;
}
@media screen and (max-width:600px) {
  .modal_leave_prevoyance .modal_body .titlemodal {
    font-size: 1.125em;
    padding-right: 60px;
  }
}
.modal_leave_prevoyance .modal_body .btn_delete {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  background-color: #343434;
  height: 60px;
  width: 250px;
  padding-left: 20px;
  margin-left: 20px;
  border-radius: 999px;
  cursor: pointer;
  margin-bottom: 20px;
}
.modal_leave_prevoyance .modal_body .btn_delete i {
  color: #fff;
}
.modal_leave_prevoyance .modal_body .btn_delete span {
  margin-left: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  color: #fff;
  font-weight: 900;
  position: relative;
}
.modal_leave_prevoyance .modal_body .btn_delete span:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 15px;
  left: 0;
  height: 1px;
  background-color: #FFB200;
}
.modal_leave_prevoyance .modal_body .modal_descr {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: #343434;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 400px;
}
@media screen and (max-width:600px) {
  .modal_leave_prevoyance .modal_body .modal_descr {
    font-size: 0.75em;
  }
}
.modal_leave_prevoyance .modal_body .souh_prev {
  width: 220px;
  background: #FFB200;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  color: #fff;
  padding: 24px 20px;
  text-align: center;
  border-radius: 999px;
  margin-left: 10px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width:400px) {
  .modal_leave_prevoyance .modal_body .souh_prev {
    margin-bottom: 10px;
  }
}
.modal_leave_prevoyance .modal_body .souh_prev span {
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
.modal_leave_prevoyance .modal_body .btns_hold {
  padding-left: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
}
@media screen and (max-width:400px) {
  .modal_leave_prevoyance .modal_body .btns_hold {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
.modal_leave_prevoyance .modal_body .btns_hold .tel {
  width: 150px;
  background: #FFB200;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  color: #fff;
  padding: 19px 20px;
  text-align: center;
  border-radius: 999px;
  margin-left: 10px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width:400px) {
  .modal_leave_prevoyance .modal_body .btns_hold .tel {
    margin-bottom: 10px;
  }
}
.modal_leave_prevoyance .modal_body .btns_hold .tel i {
  margin-right: 7px;
}
.modal_leave_prevoyance .modal_body .btns_hold .tel span {
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
.modal_leave_prevoyance .modal_body .btns_hold .cont_chat {
  margin-left: 20px;
  width: 150px;
  background-color: #343434;
  height: 50px;
  text-align: center;
  display: inline-block;
  line-height: 50px;
  border-radius: 999px;
}
@media screen and (max-width:400px) {
  .modal_leave_prevoyance .modal_body .btns_hold .cont_chat {
    margin-left: 0px;
  }
}
.modal_leave_prevoyance .modal_body .btns_hold .cont_chat span {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  color: #fff;
  font-weight: 700;
  position: relative;
}
.modal_leave_prevoyance .modal_body .btns_hold .cont_chat span:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 15px;
  left: 0;
  height: 1px;
  background-color: #FFB200;
}

.modal_leave_simulation {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width:700px) {
  .modal_leave_simulation {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
.modal_leave_simulation .modal_body {
  position: relative;
  box-shadow: 0px 0px 10px #00000029;
  top: 150px;
  width: 90%;
  max-width: 650px;
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #fff;
  border-radius: 30px;
  margin: 0 auto;
  box-shadow: 0px 0px 10px #00000029;
}
.modal_leave_simulation .modal_body .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 0px 10px #00000029;
  font-family: "Montserrat", sans-serif;
  font-size: 2.9375em;
  color: #343434;
  line-height: 70px;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
}
@media screen and (max-width:600px) {
  .modal_leave_simulation .modal_body .close {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 24px;
  }
}
.modal_leave_simulation .modal_body .close img {
  position: relative;
  top: 18px;
}
@media screen and (max-width:600px) {
  .modal_leave_simulation .modal_body .close img {
    top: 9px;
    width: 20px;
  }
}
.modal_leave_simulation .modal_body .titlemodal {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5625em;
  color: #343434;
  font-weight: 900;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width:600px) {
  .modal_leave_simulation .modal_body .titlemodal {
    font-size: 1.125em;
    padding-right: 60px;
  }
}
.modal_leave_simulation .modal_body .btn_delete {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  background-color: #343434;
  height: 60px;
  width: 250px;
  padding-left: 20px;
  margin-left: 20px;
  border-radius: 999px;
  cursor: pointer;
  margin-bottom: 20px;
}
.modal_leave_simulation .modal_body .btn_delete i {
  color: #fff;
}
.modal_leave_simulation .modal_body .btn_delete span {
  margin-left: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  color: #fff;
  font-weight: 900;
  position: relative;
}
.modal_leave_simulation .modal_body .btn_delete span:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 12px;
  left: 0;
  height: 1px;
  background-color: #FFB200;
}
.modal_leave_simulation .modal_body .modal_descr {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: #343434;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width:600px) {
  .modal_leave_simulation .modal_body .modal_descr {
    font-size: 0.75em;
  }
}
.modal_leave_simulation .modal_body .btns_hold {
  padding-left: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  margin-bottom: 15px;
}
@media screen and (max-width:400px) {
  .modal_leave_simulation .modal_body .btns_hold {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
.modal_leave_simulation .modal_body .btns_hold .tel {
  width: 150px;
  background: #FFB200;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  color: #fff;
  padding: 19px 20px;
  text-align: center;
  border-radius: 999px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width:400px) {
  .modal_leave_simulation .modal_body .btns_hold .tel {
    margin-bottom: 10px;
  }
}
.modal_leave_simulation .modal_body .btns_hold .tel i {
  margin-right: 7px;
}
.modal_leave_simulation .modal_body .btns_hold .tel span {
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
.modal_leave_simulation .modal_body .btns_hold .cont_chat {
  margin-left: 10px;
  width: 150px;
  background-color: #343434;
  height: 50px;
  text-align: center;
  display: inline-block;
  line-height: 50px;
  border-radius: 999px;
}
@media screen and (max-width:400px) {
  .modal_leave_simulation .modal_body .btns_hold .cont_chat {
    margin-left: 0px;
  }
}
.modal_leave_simulation .modal_body .btns_hold .cont_chat span {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.widjethold {
  max-width: 800px;
  min-height: 300px;
  margin: 55px auto;
  font-size: 16px !important;
  position: relative;
  z-index: 4;
}

.blk_quest_temp.blk_widget_bg {
  height: auto;
  min-height: 551px;
  padding: 60px 20px;
  display: flex;
  align-items: center;
}
.blk_quest_temp.blk_widget_bg:before {
  height: 100%;
  width: 100%;
}
.blk_quest_temp.blk_widget_bg:after {
  display: none;
}
.blk_quest_temp.blk_widget_bg .widjethold {
  width: 100%;
}

/* =======================================================================
## ++ Page TDG "Mutuelle Freelance TNS" (/questionnaire)
   Contenu  : "Page produit Mutuelle Freelance HEYME.docx"
   Maquettes: "HEYME FREELANCE TNS – Desktop / Mobile"
========================================================================== */
/* orange de la charte TDG : #FFB300, à ne pas confondre avec le $jaune du
   site (#FFB200) — les SVG livrés utilisent aussi #FFB300 */
/* bleu de la charte TDG : #207CF3, distinct du $bleu du site (#1F78EC) */
/* couleurs relevées sur la maquette (pas de spec écrite pour celles-ci) */
/* réponses FAQ : identique à .tab_description de la référence heyme.care */
/* Échelle typographique des specs Figma. Les line-height sont en px absolus.
   La graisse décroît avec la taille : 800 / 700 / 600 / 500. */
/* Les grilles utilisent des gouttières en marge négative, compensées par la
   marge des cartes : le texte tombe alors pile sur les bords du .container.
   En mobile le .container ne fait que 96% de la largeur : la marge négative
   sortirait de l'écran et élargirait le document (scroll horizontal).
   On repasse donc en pleine largeur sans gouttière. */
/* à poser sur la grille */
/* à poser sur les cartes, APRÈS leurs règles desktop/tablette : à 390px les
   deux media queries matchent, c'est l'ordre source qui tranche */
/* ---------- Raccord au footer sur /questionnaire ----------
   Le footer pose une ellipse de 100px (.ovale) dont le border-radius découpe
   le haut du bandeau newsletter. Elle sert de raccord avec le bloc sombre des
   avis, absent de cette page : on annule la courbe pour un bord droit.
   L'élément reste dans le flux, sinon le contenu du bandeau remonte de 100px.
   Sa largeur de 104% (débordement horizontal) part avec. */
.ovale-straight {
  border-radius: 0 !important;
  width: 100% !important;
  left: 0 !important;
}

/* Largeur de contenu de la maquette : ~900px centrés sur un artboard 1440
   (le .container global du site monte à 1600px, bien plus large).
   En dessous de ~940px de viewport, on retombe sur le comportement fluide du .container. */
.tdg > .container,
.tdg .tdg__section > .container,
.tdg .tdg-hero__media > .container,
.tdg-hero > .container,
.tdg-hero .tdg__section > .container,
.tdg-hero .tdg-hero__media > .container {
  max-width: 900px;
  /* la maquette mobile (artboard 392px) marge le contenu d'environ 45px de
     chaque côté, là où le .container du site ne laisse que 2% */
}
@media screen and (max-width:700px) {
  .tdg > .container,
.tdg .tdg__section > .container,
.tdg .tdg-hero__media > .container,
.tdg-hero > .container,
.tdg-hero .tdg__section > .container,
.tdg-hero .tdg-hero__media > .container {
    width: 80%;
  }
}

/* ---------- Hero + carte widget ---------- */
.tdg-hero {
  font-family: "Montserrat", sans-serif;
  position: relative;
  /* visuel desktop 1440x540, visuel mobile 390x570.
     Jusqu'à 1440px (largeur de la maquette) la hauteur suit le ratio du visuel
     (540/1440 = 37.5%) : cadrage identique à la maquette, sans zoom.
     Au-delà, on fige la hauteur de la maquette pour que le bandeau ne mange pas
     la moitié de l'écran — le visuel est alors très légèrement recadré. */
  /* display:table => passe à la ligne au-dessus du titre en s'ajustant au texte */
  /* Simple conteneur de positionnement, qui fait chevaucher le widget sur le
     visuel. Surtout PAS de fond / padding / ombre ici : le widget dessine déjà
     sa propre carte blanche, on obtiendrait une carte dans une carte. */
  /* Mobile : le widget prend toute la largeur de l'écran, comme sur les pages
     produit heyme.care. Il ne suit donc pas la marge de 80% appliquée au
     contenu éditorial ; le desktop reste inchangé (810px centrés). */
}
.tdg-hero .tdg-hero__media {
  min-height: 37.5vw;
  /* jusqu'à ~1650px la hauteur suit le ratio du visuel : aucun recadrage.
     Au-delà on fige la hauteur pour que le bandeau ne mange pas l'écran ;
     le recadrage résiduel est pris en bas (ancrage à 30%) pour ne pas
     couper la tête du personnage. */
  display: flex;
  align-items: center;
  background: #343434 url("../img/tdg/header-mutuelle-freelance.jpg") no-repeat center 30%;
  background-size: cover;
  padding: 60px 0 140px;
  /* mobile : bandeau de 475px, texte calé en bas du visuel, et plus de
     chevauchement de la carte widget (cf. maquette mobile) */
  /* visuel mobile natif en 390px de large : en dessous de 500px seulement,
     sinon il est upscalé et recadré sur le torse */
}
@media screen and (min-width: 1653px) {
  .tdg-hero .tdg-hero__media {
    min-height: 620px;
  }
}
@media screen and (max-width:992px) {
  .tdg-hero .tdg-hero__media {
    padding: 45px 0 120px;
  }
}
@media screen and (max-width:700px) {
  .tdg-hero .tdg-hero__media {
    min-height: 475px;
    align-items: flex-end;
    padding: 30px 0 40px;
  }
}
@media screen and (max-width:500px) {
  .tdg-hero .tdg-hero__media {
    background-image: url("../img/tdg/header-mutuelle-freelance-mobile.jpg");
    background-position: center top;
  }
}
.tdg-hero .tdg-hero__title {
  width: 47%;
  margin-left: auto;
  color: #fff;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.2;
}
@media screen and (max-width:992px) {
  .tdg-hero .tdg-hero__title {
    width: 60%;
    font-size: 32px;
  }
}
@media screen and (max-width:700px) {
  .tdg-hero .tdg-hero__title {
    width: 100%;
    margin-left: 0;
    font-size: 32px;
    text-align: center;
  }
}
.tdg-hero strong {
  font-weight: 700;
}
.tdg-hero .tdg-hero__badge {
  display: table;
  background: #FFB200;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 10px 28px;
  margin-bottom: 22px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
@media screen and (max-width:700px) {
  .tdg-hero .tdg-hero__badge {
    font-size: 15px;
    padding: 8px 22px;
    margin: 0 auto 15px;
  }
}
.tdg-hero .tdg-hero__card {
  position: relative;
  z-index: 3;
  max-width: 810px;
  margin: -110px auto 0;
  /* mobile : le widget est posé à plat sous le visuel, sans chevauchement */
}
@media screen and (max-width:992px) {
  .tdg-hero .tdg-hero__card {
    margin-top: -95px;
  }
}
@media screen and (max-width:700px) {
  .tdg-hero .tdg-hero__card {
    margin-top: 0;
  }
}
.tdg-hero .tdg-hero__card .widjethold {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width:700px) {
  .tdg-hero > .container {
    width: 100%;
  }
}

/* ---------- Base commune ---------- */
.tdg {
  font-family: "Montserrat", sans-serif;
  color: #343434;
  /* specs Figma des headers : 28px / 800 / line-height 35px.
     En mobile la maquette descend à ~24px (le titre garanties tient sur
     2 lignes, ce que 28px ne permettrait pas dans la colonne). */
}
.tdg strong {
  font-weight: 700;
}
.tdg p {
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 15px;
}
@media screen and (max-width:700px) {
  .tdg p {
    margin-bottom: 10px;
  }
}
.tdg p:last-child {
  margin-bottom: 0;
}
.tdg .tdg__section {
  padding: 70px 0;
}
@media screen and (max-width:992px) {
  .tdg .tdg__section {
    padding: 50px 0;
  }
}
@media screen and (max-width:700px) {
  .tdg .tdg__section {
    padding: 35px 0;
  }
}
.tdg .tdg__title {
  font-size: 28px;
  font-weight: 800;
  line-height: 35px;
  margin-bottom: 30px;
  /* le header orange a ses propres specs : 700 et line-height 37px */
}
@media screen and (max-width:700px) {
  .tdg .tdg__title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width:700px) {
  .tdg .tdg__title {
    margin-bottom: 25px;
  }
}
.tdg .tdg__title--center {
  text-align: center;
}
.tdg .tdg__title--blue {
  color: #207CF3;
}
.tdg .tdg__title--white {
  color: #fff;
}
.tdg .tdg__title--orange {
  color: #FFB300;
  font-weight: 700;
  line-height: 37px;
}
@media screen and (max-width:700px) {
  .tdg .tdg__title--orange {
    line-height: 32px;
  }
}
.tdg .tdg__subtitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 12px;
}
.tdg .tdg__subtitle--blue {
  color: #207CF3;
  font-size: 25px;
  font-weight: 800;
  line-height: 29px;
}
@media screen and (max-width:700px) {
  .tdg .tdg__subtitle--blue {
    font-size: 22px;
    line-height: 26px;
  }
}
.tdg .tdg__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tdg .tdg__list li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: #777777;
}
@media screen and (max-width:700px) {
  .tdg .tdg__list li {
    margin-bottom: 6px;
  }
}
.tdg .tdg__list li:last-child {
  margin-bottom: 0;
}
.tdg .tdg__list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  background: #4A4A4A;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

/* ---------- Garanties ---------- */
.tdg-garanties {
  background: #fff;
  /* la pastille jaune fait partie des SVG livrés : on centre juste l'icône.
     Hauteur fixe pour aligner les titres malgré des icônes de 47 à 63px. */
}
.tdg-garanties .tdg-garanties__grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  padding-top: 20px;
}
@media screen and (max-width:790px) {
  .tdg-garanties .tdg-garanties__grid {
    margin-left: 0;
    margin-right: 0;
  }
}
.tdg-garanties .tdg-garanties__card {
  width: calc(33.333% - 40px);
  margin: 0 20px 45px;
  /* la maquette mobile resserre les listes de garanties nettement plus que
     le reste du contenu (~65% de la largeur d'écran) */
}
@media screen and (max-width:992px) {
  .tdg-garanties .tdg-garanties__card {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width:790px) {
  .tdg-garanties .tdg-garanties__card {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 35px;
  }
}
@media screen and (max-width:700px) {
  .tdg-garanties .tdg-garanties__card {
    max-width: 83%;
    margin-left: auto;
    margin-right: auto;
  }
}
.tdg-garanties .tdg-garanties__icon {
  height: 64px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tdg-garanties .tdg-garanties__icon img {
  max-width: 100%;
  max-height: 64px;
}
.tdg-garanties .tdg-garanties__cardtitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #000000;
  text-align: center;
  margin-bottom: 18px;
}

/* ---------- Pourquoi choisir (bandeau jaune) ---------- */
.tdg-pourquoi {
  background: #FFB200;
  /* spec services_image_colorful : texte courant et sous-titres en noir pur */
  /* mobile : toute la section est centrée (cf. maquette mobile) */
  /* Conteneur d'illustration : 245x245 (spec Figma), soit la taille native des
     PNG livrés. La carte blanche arrondie et son ombre sont intégrées dans le
     PNG (zone opaque de 209x204 centrée dans un canevas transparent) : surtout
     pas de background / padding / border-radius ici, ça ferait une 2e carte. */
}
.tdg-pourquoi .tdg__subtitle,
.tdg-pourquoi p {
  color: #000000;
}
@media screen and (max-width:700px) {
  .tdg-pourquoi {
    text-align: center;
  }
}
.tdg-pourquoi .tdg-pourquoi__intro {
  max-width: 940px;
  margin-bottom: 45px;
}
.tdg-pourquoi .tdg-pourquoi__intro p {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width:700px) {
  .tdg-pourquoi .tdg-pourquoi__intro {
    margin-bottom: 30px;
  }
}
.tdg-pourquoi .tdg-pourquoi__grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media screen and (max-width:790px) {
  .tdg-pourquoi .tdg-pourquoi__grid {
    margin-left: 0;
    margin-right: 0;
  }
}
.tdg-pourquoi .tdg-pourquoi__card {
  width: calc(33.333% - 40px);
  margin: 0 20px 30px;
  /* specs Figma du texte courant : 13px / 500 / line-height 20px */
}
@media screen and (max-width:790px) {
  .tdg-pourquoi .tdg-pourquoi__card {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 35px;
  }
}
.tdg-pourquoi .tdg-pourquoi__card p {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}
.tdg-pourquoi .tdg-pourquoi__illu {
  margin-bottom: 25px;
}
@media screen and (max-width:790px) {
  .tdg-pourquoi .tdg-pourquoi__illu {
    margin-bottom: 15px;
  }
}
.tdg-pourquoi .tdg-pourquoi__illu img {
  display: block;
  width: 245px;
  height: 245px;
  max-width: 100%;
}
@media screen and (max-width:700px) {
  .tdg-pourquoi .tdg-pourquoi__illu img {
    margin-left: auto;
    margin-right: auto;
  }
}
.tdg-pourquoi .tdg-pourquoi__illu:empty {
  display: none;
}

/* ---------- Changer de mutuelle ---------- */
.tdg-changer {
  background: #fff;
}
.tdg-changer .tdg-changer__card {
  max-width: 720px;
  margin: 0 auto;
  padding-left: 30px;
  border-left: 3px solid #D8D8D8;
  /* mobile : texte centré, le filet passe sous le bloc à l'horizontale
     (cf. maquette mobile) */
}
.tdg-changer .tdg-changer__card p {
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  color: #000000;
}
@media screen and (max-width:700px) {
  .tdg-changer .tdg-changer__card {
    padding-left: 0;
    border-left: 0;
    text-align: center;
  }
  .tdg-changer .tdg-changer__card:after {
    content: "";
    display: block;
    width: 165px;
    height: 3px;
    margin: 30px auto 0;
    background: #D8D8D8;
  }
}

/* ---------- Services (bandeau sombre) ---------- */
.tdg-services {
  background: #343434;
  color: #fff;
  /* photo alignée en haut, au niveau du titre (cf. maquette) */
  /* la césure forcée reproduit les 2 lignes de la maquette desktop ; en mobile
     la colonne est trop étroite, on laisse le titre se répartir seul */
}
.tdg-services .tdg-services__row {
  display: flex;
  align-items: flex-start;
  margin: 0 -20px;
}
@media screen and (max-width:790px) {
  .tdg-services .tdg-services__row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width:790px) {
  .tdg-services .tdg-services__row {
    flex-direction: column;
    align-items: stretch;
  }
}
.tdg-services .tdg-services__col {
  width: calc(60% - 40px);
  margin: 0 20px;
}
@media screen and (max-width:790px) {
  .tdg-services .tdg-services__col {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.tdg-services .tdg-services__col--media {
  width: calc(40% - 40px);
  /* en mobile la photo passe au-dessus du titre (cf. maquette mobile) */
}
@media screen and (max-width:790px) {
  .tdg-services .tdg-services__col--media {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width:790px) {
  .tdg-services .tdg-services__col--media {
    order: -1;
    margin-bottom: 40px;
  }
}
@media screen and (max-width:700px) {
  .tdg-services .tdg-services__br {
    display: none;
  }
}
.tdg-services .tdg-services__intro {
  margin-bottom: 25px;
  /* les 2 paragraphes se suivent sans interligne sur la maquette */
}
.tdg-services .tdg-services__intro p {
  font-size: 14px;
  margin-bottom: 0;
}
.tdg-services .tdg-services__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tdg-services .tdg-services__list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 22px;
}
.tdg-services .tdg-services__list li:last-child {
  margin-bottom: 0;
}
.tdg-services .tdg-services__list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.tdg-services .tdg-services__list p {
  font-size: 14px;
}
.tdg-services .tdg-services__itemtitle {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
}
.tdg-services .tdg-services__img img {
  width: 100%;
  display: block;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
}

/* ---------- FAQ ---------- */
.tdg-faq {
  background: #fff;
  /* Calé sur la FAQ des pages produit heyme.care (.section_faq .title) :
     ligne noire 20px / lh 25px, ligne bleue 30px / lh 32px. Attention, la
     feuille de référence est en rem sur une base html de 10px (.625em) ;
     ici la base est à 100%, les valeurs sont donc transposées en px. */
}
.tdg-faq .tdg-faq__icon {
  text-align: center;
  margin-bottom: 20px;
  /* les attributs width/height de la balise valent des styles de présentation :
     il faut surcharger les DEUX en CSS, sinon la hauteur reste figée à 100px
     et le picto est écrasé */
}
.tdg-faq .tdg-faq__icon img {
  width: 95px;
  height: 95px;
  /* le GIF livré n'a pas de canal alpha : son fond blanc plat dessine un
     rectangle sur le fond bruité de la page. En multiply, le blanc prend
     la couleur du fond et disparaît, le picto reste intact. */
  mix-blend-mode: multiply;
}
@media screen and (max-width:700px) {
  .tdg-faq .tdg-faq__icon img {
    width: 73.5px;
    height: 73.5px;
  }
}
.tdg-faq .tdg-faq__title {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: -0.4px;
  margin-bottom: 50px;
  width: 76%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:992px) {
  .tdg-faq .tdg-faq__title {
    width: 100%;
  }
}
.tdg-faq .tdg-faq__title span {
  display: block;
  color: #207CF3;
  font-size: 30px;
  line-height: 32px;
  margin-top: 11px;
}
@media screen and (max-width:700px) {
  .tdg-faq .tdg-faq__title {
    margin-bottom: 30px;
  }
}
.tdg-faq .tdg-faq__grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}
@media screen and (max-width:790px) {
  .tdg-faq .tdg-faq__grid {
    margin-left: 0;
    margin-right: 0;
  }
}
.tdg-faq .tdg-faq__item {
  width: calc(50% - 50px);
  margin: 0 25px 45px;
}
@media screen and (max-width:790px) {
  .tdg-faq .tdg-faq__item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.tdg-faq .tdg-faq__item p {
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
  color: #535862;
}
.tdg-faq .tdg-faq__question {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #000000;
  margin-bottom: 12px;
}

.banner_blog_hold {
  height: 479px;
}
@media screen and (max-width:550px) {
  .banner_blog_hold {
    height: 332px;
  }
}
@media screen and (max-width:340px) {
  .banner_blog_hold {
    height: 380px;
  }
}
.banner_blog_hold .btn_hold {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
@media screen and (max-width:450px) {
  .banner_blog_hold .btn_hold {
    flex-wrap: wrap;
  }
}
.banner_blog_hold .btn_hold .inp_recherchehold {
  position: relative;
}
.banner_blog_hold .btn_hold .inp_recherchehold input {
  width: 320px;
  height: 40px;
  background: #FFB200;
  padding-left: 10px;
  padding-right: 30px;
  border-radius: 999px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  color: #fff;
  font-weight: 700;
  border: none;
  margin-left: 10px;
}
.banner_blog_hold .btn_hold .inp_recherchehold input::-moz-placeholder {
  color: #fff;
  font-style: italic;
}
.banner_blog_hold .btn_hold .inp_recherchehold input:-ms-input-placeholder {
  color: #fff;
  font-style: italic;
}
.banner_blog_hold .btn_hold .inp_recherchehold input::placeholder {
  color: #fff;
  font-style: italic;
}
@media screen and (max-width:450px) {
  .banner_blog_hold .btn_hold .inp_recherchehold input {
    margin-left: 0;
    margin-top: 10px;
    width: 296px;
  }
}
.banner_blog_hold .btn_hold .inp_recherchehold i {
  position: absolute;
  right: 21px;
  color: #fff;
  font-size: 24px;
  top: 5px;
}
@media screen and (max-width:450px) {
  .banner_blog_hold .btn_hold .inp_recherchehold i {
    top: 15px;
  }
}
.banner_blog_hold .banner {
  left: 0%;
  width: 100%;
  border-radius: 0;
  background: #fff;
}
.banner_blog_hold .banner .imbanner {
  height: auto;
  width: auto;
  right: -91px;
}
@media screen and (max-width:700px) {
  .banner_blog_hold .banner .imbanner {
    display: none;
  }
}
.banner_blog_hold .btn_rtandtitle {
  top: 43px;
}
.banner_blog_hold .btn_rtandtitle .title {
  margin-top: 52px;
  max-width: initial;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5em;
  color: #343434;
  margin-left: 0;
}
@media screen and (max-width:550px) {
  .banner_blog_hold .btn_rtandtitle .title {
    margin-top: 10px;
    font-size: 20px;
    margin-top: 25px;
  }
}
.banner_blog_hold .btn_rtandtitle .descr {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #343434;
  font-weight: 600;
  margin-left: 4%;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: initial;
  margin-left: 0;
}
@media screen and (max-width:550px) {
  .banner_blog_hold .btn_rtandtitle .descr {
    max-width: 100%;
    font-size: 12px;
    margin-top: 10px;
  }
}
.banner_blog_hold .btns_rubrique_hold {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  margin-left: 0%;
  max-width: 800px;
}
.banner_blog_hold .btns_rubrique_hold.flickity-enabled {
  display: block;
}
@media screen and (max-width:550px) {
  .banner_blog_hold .btns_rubrique_hold {
    display: block;
  }
}
.banner_blog_hold .btns_rubrique_hold:after {
  content: "";
}
@media screen and (max-width:550px) {
  .banner_blog_hold .btns_rubrique_hold {
    /* disable Flickity for large devices */
  }
  .banner_blog_hold .btns_rubrique_hold:after {
    content: "flickity";
    display: none;
  }
}
.banner_blog_hold .btns_rubrique_hold .flickity-button {
  display: none;
}
.banner_blog_hold .btns_rubrique_hold .flickity-page-dots {
  display: none;
}
.banner_blog_hold .btns_rubrique_hold .flickity-page-dots .dot {
  opacity: 1;
}
.banner_blog_hold .btns_rubrique_hold .flickity-page-dots .is-selected {
  background: #fff;
  width: 12px;
  height: 12px;
}
.banner_blog_hold .btns_rubrique_hold .flickity-viewport {
  overflow: initial;
}
.banner_blog_hold .btns_rubrique_hold .btn {
  margin-right: 10px;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  color: #343434;
  padding: 9px 13px;
  font-weight: 700;
  text-align: center;
  border-radius: 999px;
  min-width: 150px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #343434;
}
@media screen and (max-width:550px) {
  .banner_blog_hold .btns_rubrique_hold .btn {
    font-size: 0.625em;
    width: 161px;
  }
}
.banner_blog_hold .btns_rubrique_hold .btn:hover {
  /*background: $jaune;
  color: #fff;
  border:1px solid $jaune;*/
}
.banner_blog_hold .btns_rubrique_hold .btn_active {
  background: #FFB200;
  color: #fff;
  border: 1px solid #FFB200;
}

.blogsholder {
  position: relative;
  z-index: 9;
}
.blogsholder .oval_top {
  width: 104%;
  height: 100px;
  border-radius: 50% 50% 50% 50%/100% 100% 0% 0%;
  position: relative;
  z-index: 2;
  left: -2%;
  overflow: hidden;
  background: #fff;
  margin-top: -82px;
  box-shadow: 0px -6px 6px #0000000D;
}
.blogsholder .oval_top .ovale {
  width: 118%;
  height: 500px;
  /* Overlay de grain animé désactivé : trop visible, il gênait la lecture et la navigation.
     L'animation infinie ne tourne plus non plus. Pour le rétablir, retirer ce display:none. */
  display: none;
  background-image: url("../../img/bignoise-min.png");
  background-size: 500px 500px;
  -webkit-animation: flip 0.3s steps(1) infinite;
  animation: flip 0.3s steps(1) infinite;
  opacity: 0.15;
  z-index: 1;
  pointer-events: none;
  border-radius: 0;
}
.blogsholder .bloghold {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 1px;
}
@media screen and (max-width:992px) {
  .blogsholder .bloghold {
    width: 100%;
  }
}
.blogsholder .bloghold .disk {
  width: 200px;
  height: 200px;
  position: absolute;
  border-radius: 50%;
  right: 0;
  top: 0;
  background: #FFB200;
}
.blogsholder .bloghold .articlealaune {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  position: relative;
  z-index: 3;
  border-radius: 20px;
  padding: 0;
}
@media screen and (max-width:992px) {
  .blogsholder .bloghold .articlealaune {
    flex-direction: column;
    padding: 0;
    background: unset;
    box-shadow: 0px 0px 10px #00000029;
  }
}
@media screen and (max-width:600px) {
  .blogsholder .bloghold .articlealaune {
    border-radius: 20px;
    overflow: hidden;
  }
}
.blogsholder .bloghold .articlealaune:hover {
  background: #fff;
  box-shadow: 0px 0px 10px #00000029;
}
.blogsholder .bloghold .articlealaune .img_hold {
  width: 42%;
  margin-right: 3%;
}
@media screen and (max-width:992px) {
  .blogsholder .bloghold .articlealaune .img_hold {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
}
.blogsholder .bloghold .articlealaune .img_hold img {
  width: 100%;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media screen and (max-width:992px) {
  .blogsholder .bloghold .articlealaune .img_hold img {
    max-width: 500px;
    border-radius: 0;
  }
}
@media screen and (max-width:600px) {
  .blogsholder .bloghold .articlealaune .img_hold img {
    max-width: 100%;
  }
}
.blogsholder .bloghold .articlealaune .blok_right {
  width: 55%;
  padding: 5px 0;
}
@media screen and (max-width:992px) {
  .blogsholder .bloghold .articlealaune .blok_right {
    width: 100%;
    background: #fff;
    padding-left: 20px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.blogsholder .bloghold .articlealaune .blok_right .hashtag span {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  color: #FFB200;
  font-weight: 900;
}
.blogsholder .bloghold .articlealaune .blok_right .title {
  max-width: 90%;
  font-family: "Montserrat", sans-serif;
  font-size: 1.875em;
  color: #343434;
  font-weight: 900;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}
@media screen and (max-width:992px) {
  .blogsholder .bloghold .articlealaune .blok_right .title {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width:450px) {
  .blogsholder .bloghold .articlealaune .blok_right .title {
    font-size: 1.25em;
  }
}
.blogsholder .bloghold .articlealaune .blok_right .title a {
  color: #343434;
}
.blogsholder .bloghold .articlealaune .blok_right .title a:hover {
  color: #FFB200;
}
.blogsholder .bloghold .articlealaune .blok_right .descr {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #343434;
  font-weight: 400;
  line-height: 21px;
  min-height: 72px;
  margin-bottom: 20px;
  max-width: 90%;
}
@media screen and (max-width:992px) {
  .blogsholder .bloghold .articlealaune .blok_right .descr {
    height: auto;
    max-width: 100%;
  }
}
@media screen and (max-width:450px) {
  .blogsholder .bloghold .articlealaune .blok_right .descr {
    font-size: 0.75em;
    line-height: 19px;
  }
}
.blogsholder .bloghold .articlealaune .blok_right .pointille_hold {
  background-color: #343434;
  width: 50px;
  height: 25px;
  border-radius: 999px;
  margin-top: 6px;
  line-height: 14px;
  text-align: center;
}
.blogsholder .bloghold .articlealaune .blok_right .pointille_hold span {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  color: #FFB200;
  font-weight: 900;
  letter-spacing: 3px;
}
.blogsholder .bloghold .articlealaune .blok_right .auth_reshold {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  max-width: 90%;
}
@media screen and (max-width:992px) {
  .blogsholder .bloghold .articlealaune .blok_right .auth_reshold {
    max-width: 100%;
  }
}
.blogsholder .bloghold .articlealaune .blok_right .auth_reshold .auth {
  font-family: "Montserrat", sans-serif;
  font-size: 0.625em;
  color: #343434;
  font-weight: 400;
}
.blogsholder .bloghold .articlealaune .blok_right .auth_reshold .auth .company {
  font-weight: 900;
  margin-bottom: 5px;
}
.blogsholder .bloghold .articlealaune .blok_right .auth_reshold .res_hold {
  margin-left: auto;
}
.blogsholder .bloghold .articlealaune .blok_right .auth_reshold .res_hold .res {
  margin-left: 3px;
  border-radius: 50%;
  background: #FFB200;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  position: relative;
  top: 0;
}
.blogsholder .bloghold .articlealaune .blok_right .auth_reshold .res_hold .res:hover {
  top: -4px;
}
@media screen and (max-width:1100px) {
  .blogsholder .bloghold .articlealaune .blok_right .auth_reshold .res_hold .res {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width:660px) {
  .blogsholder .bloghold .articlealaune .blok_right .auth_reshold .res_hold .res {
    width: 25px;
    height: 25px;
  }
}
.blogsholder .bloghold .articlealaune .blok_right .auth_reshold .res_hold .res a {
  color: #fff;
  display: block;
  height: 30px;
}
.blogsholder .bloghold .articlealaune .blok_right .auth_reshold .res_hold .res i {
  position: relative;
  top: 11px;
  font-size: 19px;
}
@media screen and (max-width:660px) {
  .blogsholder .bloghold .articlealaune .blok_right .auth_reshold .res_hold .res i {
    top: 6px;
    font-size: 12px;
  }
}
.blogsholder .bloghold .bloks_articles {
  margin-top: 50px;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.blogsholder .bloghold .bloks_articles .blok {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 40px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width:992px) {
  .blogsholder .bloghold .bloks_articles .blok {
    width: 48%;
    background: #fff;
    box-shadow: 0px 0px 10px #00000029;
    margin-right: 2%;
  }
}
@media screen and (max-width:600px) {
  .blogsholder .bloghold .bloks_articles .blok {
    width: 100%;
    margin-right: 0;
  }
}
.blogsholder .bloghold .bloks_articles .blok:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width:992px) {
  .blogsholder .bloghold .bloks_articles .blok:nth-child(3n) {
    margin-right: 2%;
  }
}
.blogsholder .bloghold .bloks_articles .blok:hover {
  background: #fff;
  box-shadow: 0px 0px 10px #00000029;
}
.blogsholder .bloghold .bloks_articles .blok .im_hold img {
  width: 100%;
}
.blogsholder .bloghold .bloks_articles .blok .article_title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25em;
  color: #343434;
  font-weight: 900;
  margin-top: 15px;
  padding-left: 20px;
  padding-right: 30px;
  min-height: 82px;
  padding-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width:600px) {
  .blogsholder .bloghold .bloks_articles .blok .article_title {
    height: auto;
    padding-bottom: 20px;
    font-size: 1.125em;
  }
}
.blogsholder .bloghold .bloks_articles .blok .article_title a {
  color: #343434;
}
.blogsholder .bloghold .bloks_articles .blok .article_title a:hover {
  color: #FFB200;
}
.blogsholder .bloghold .bloks_articles .blok .descr {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #343434;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 30px;
}
@media screen and (max-width:600px) {
  .blogsholder .bloghold .bloks_articles .blok .descr {
    font-size: 0.75em;
    line-height: 18px;
  }
}
.blogsholder .bloghold .bloks_articles .blok .descr p {
  height: 117px;
}
@media screen and (max-width:600px) {
  .blogsholder .bloghold .bloks_articles .blok .descr p {
    height: auto;
  }
}
.blogsholder .bloghold .bloks_articles .blok .pointille_hold {
  background-color: #343434;
  width: 40px;
  height: 20px;
  border-radius: 999px;
  margin-top: 6px;
  line-height: 14px;
  text-align: center;
}
.blogsholder .bloghold .bloks_articles .blok .pointille_hold span {
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  color: #FFB200;
  font-weight: 900;
  letter-spacing: 2px;
}
.blogsholder .bloghold .bloks_articles .blok .auth_reshold {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  padding-left: 20px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.blogsholder .bloghold .bloks_articles .blok .auth_reshold .auth {
  font-family: "Montserrat", sans-serif;
  font-size: 0.625em;
  color: #343434;
  font-weight: 400;
}
@media screen and (max-width:1300px) {
  .blogsholder .bloghold .bloks_articles .blok .auth_reshold .auth {
    width: 120px;
  }
}
.blogsholder .bloghold .bloks_articles .blok .auth_reshold .auth .company {
  font-weight: 900;
  margin-bottom: 5px;
}
.blogsholder .bloghold .bloks_articles .blok .auth_reshold .res_hold {
  margin-left: auto;
}
.blogsholder .bloghold .bloks_articles .blok .auth_reshold .res_hold .res {
  margin-left: 3px;
  border-radius: 50%;
  background: #FFB200;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  position: relative;
  top: 0;
}
@media screen and (max-width:1100px) {
  .blogsholder .bloghold .bloks_articles .blok .auth_reshold .res_hold .res {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width:660px) {
  .blogsholder .bloghold .bloks_articles .blok .auth_reshold .res_hold .res {
    width: 25px;
    height: 25px;
  }
}
.blogsholder .bloghold .bloks_articles .blok .auth_reshold .res_hold .res:hover {
  top: -4px;
}
.blogsholder .bloghold .bloks_articles .blok .auth_reshold .res_hold .res a {
  color: #fff;
  display: block;
  height: 30px;
}
.blogsholder .bloghold .bloks_articles .blok .auth_reshold .res_hold .res i {
  position: relative;
  top: 11px;
  font-size: 19px;
}
@media screen and (max-width:660px) {
  .blogsholder .bloghold .bloks_articles .blok .auth_reshold .res_hold .res i {
    top: 6px;
    font-size: 12px;
  }
}
.blogsholder .bloghold .all_btn {
  text-align: center;
}
.blogsholder .bloghold .all_btn .btn {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #343434;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #fff;
  padding: 9px 13px;
  font-weight: 700;
  text-align: center;
  border-radius: 999px;
  min-width: 200px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.blogsholder .bloghold .all_btn .btn:hover {
  background: #FFB200;
}
.blogsholder .page-load-status {
  display: none;
  /* hidden by default */
  padding-top: 20px;
  text-align: center;
  color: #777;
}
.blogsholder .loader-ellips {
  font-size: 20px;
  /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}
.blogsholder .loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555;
  /* change color here */
  position: absolute;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.blogsholder .loader-ellips__dot:nth-child(1),
.blogsholder .loader-ellips__dot:nth-child(2) {
  left: 0;
}
.blogsholder .loader-ellips__dot:nth-child(3) {
  left: 1.5em;
}
.blogsholder .loader-ellips__dot:nth-child(4) {
  left: 3em;
}
@-webkit-keyframes reveal {
  from {
    transform: scale(0.001);
  }
  to {
    transform: scale(1);
  }
}
@keyframes reveal {
  from {
    transform: scale(0.001);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes slide {
  to {
    transform: translateX(1.5em);
  }
}
@keyframes slide {
  to {
    transform: translateX(1.5em);
  }
}
.blogsholder .loader-ellips__dot:nth-child(1) {
  -webkit-animation-name: reveal;
          animation-name: reveal;
}
.blogsholder .loader-ellips__dot:nth-child(2),
.blogsholder .loader-ellips__dot:nth-child(3) {
  -webkit-animation-name: slide;
          animation-name: slide;
}
.blogsholder .loader-ellips__dot:nth-child(4) {
  -webkit-animation-name: reveal;
          animation-name: reveal;
  animation-direction: reverse;
}

.article {
  position: relative;
  z-index: 9;
}
.article .container .btn_hold {
  margin-top: 40px;
}
.article .container .btn_hold a {
  display: inline-block;
  border-radius: 999px;
  text-align: center;
  background: #FFB200;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #fff;
  font-weight: 700;
  padding: 11px 20px;
  transition: all 0.3s ease-in-out;
  min-width: 140px;
  text-align: center;
  box-shadow: 0px 3px 6px #00000029;
  cursor: pointer;
}
.article .container .btn_hold a:hover {
  color: #FFB200;
  background: #fff;
}
.article .container .res_hold_fixed {
  width: 55px;
  box-shadow: 0px 0px 10px #00000029;
  background: #fff;
  position: fixed;
  right: 20px;
  top: 250px;
  border-radius: 999px;
  padding: 10px 0;
  z-index: 3;
}
@media screen and (max-width:992px) {
  .article .container .res_hold_fixed {
    display: none;
  }
}
.article .container .res_hold_fixed .res {
  margin-left: 7px;
  border-radius: 50%;
  background: #FFB200;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  position: relative;
  top: 0;
  margin-bottom: 7px;
}
.article .container .res_hold_fixed .res:hover {
  top: -4px;
}
.article .container .res_hold_fixed .res a {
  color: #fff;
  display: block;
  height: 30px;
}
.article .container .res_hold_fixed .res i {
  position: relative;
  top: 11px;
  font-size: 19px;
}
.article .article_debut {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  width: 90%;
  margin: 25px auto 0;
}
@media screen and (max-width:992px) {
  .article .article_debut {
    width: 100%;
    flex-direction: column;
  }
}
.article .article_debut .content_hold {
  width: 50%;
  margin-right: 5%;
}
@media screen and (max-width:992px) {
  .article .article_debut .content_hold {
    width: 100%;
    margin-right: 0;
  }
}
.article .article_debut .content_hold .auth {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #343434;
  font-weight: 400;
  position: relative;
  margin-left: 14px;
}
.article .article_debut .content_hold .auth:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 40px;
  background: #343434;
  left: -14px;
  top: 0;
}
.article .article_debut .content_hold .auth .company {
  font-weight: 900;
  margin-bottom: 5px;
}
.article .article_debut .content_hold .rubrique {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: #FFB200;
  font-weight: 900;
  position: relative;
  margin-top: 15px;
  margin-left: 14px;
}
.article .article_debut .content_hold .rubrique:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 20px;
  background: #FFB200;
  left: -14px;
  top: 0;
}
.article .article_debut .content_hold .title, .article .article_debut .content_hold h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 3.125em;
  color: #343434;
  font-weight: 900;
  margin-top: 15px;
  line-height: 55px;
  margin-bottom: 20px;
  height: 342px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
@media screen and (max-width:1100px) {
  .article .article_debut .content_hold .title, .article .article_debut .content_hold h1 {
    font-size: 2.5em;
    line-height: 45px;
  }
}
@media screen and (max-width:992px) {
  .article .article_debut .content_hold .title, .article .article_debut .content_hold h1 {
    height: auto;
    display: block;
    margin-top: 70px;
  }
}
@media screen and (max-width:400px) {
  .article .article_debut .content_hold .title, .article .article_debut .content_hold h1 {
    font-size: 1.875em;
    line-height: 35px;
  }
}
.article .article_debut .right_part {
  width: 45%;
  position: relative;
  width: 524px;
}
@media screen and (max-width:992px) {
  .article .article_debut .right_part {
    width: 100%;
    text-align: center;
  }
}
.article .article_debut .right_part:after {
  content: "";
  position: absolute;
  left: 0;
  width: 130px;
  height: 130px;
  background: #FF3B3D;
  z-index: 1;
  bottom: 0;
  border-radius: 50%;
}
.article .article_debut .img_hold {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  position: relative;
  height: 524px;
}
@media screen and (max-width:992px) {
  .article .article_debut .img_hold {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width:500px) {
  .article .article_debut .img_hold {
    width: 300px;
    height: 300px;
  }
}
.article .article_debut .img_hold img {
  height: 100%;
  position: relative;
  margin-left: -25%;
}
.article .article {
  width: 90%;
  margin: 80px auto;
  position: unset;
}
@media screen and (max-width:1200px) {
  .article .article {
    margin: 130px auto 50px;
  }
}
@media screen and (max-width:992px) {
  .article .article {
    width: 100%;
  }
}
@media screen and (max-width:790px) {
  .article .article {
    margin: 50px auto 50px;
  }
}
.article .article .short_descr {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: #343434;
  font-weight: 400;
  line-height: 26px;
  position: absolute;
  top: 495px;
  max-width: 617px;
  z-index: 3;
}
@media screen and (max-width:1100px) {
  .article .article .short_descr {
    position: unset;
    margin-left: 10%;
    max-width: 100%;
  }
}
@media screen and (max-width:992px) {
  .article .article .short_descr {
    position: unset;
    margin-left: 0;
  }
}
@media screen and (max-width:790px) {
  .article .article .short_descr {
    font-size: 0.875em;
    line-height: 22px;
  }
}
.article .article .descr_ecart {
  margin-left: 10%;
}
@media screen and (max-width:790px) {
  .article .article .descr_ecart {
    margin-left: 0;
  }
}
.article .article h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 3.125em;
  color: #343434;
  font-weight: 900;
  line-height: 35px;
  margin-bottom: 20px;
  max-width: 800px;
}
@media screen and (max-width:790px) {
  .article .article h1 {
    font-size: 2.5em;
    line-height: 30px;
  }
}
.article .article h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6875em;
  color: #343434;
  font-weight: 900;
  line-height: 35px;
  margin-bottom: 20px;
  max-width: 800px;
}
.article .article h2 strong {
  font-size: 27px;
  font-weight: 900;
}
@media screen and (max-width:790px) {
  .article .article h2 {
    font-size: 1.4375em;
    line-height: 30px;
  }
  .article .article h2 strong {
    font-size: 23px;
  }
}
.article .article h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5em;
  color: #FFB200;
  font-weight: 900;
  line-height: 30px;
  margin-bottom: 20px;
  max-width: 800px;
}
.article .article h3 strong {
  font-size: 24px;
  font-weight: 900;
}
@media screen and (max-width:790px) {
  .article .article h3 {
    font-size: 1.375em;
    line-height: 26px;
  }
  .article .article h3 strong {
    font-size: 22px;
  }
}
.article .article h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3125em;
  color: #FF3B3D;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 20px;
  max-width: 800px;
}
.article .article h4 strong {
  font-size: 21px;
  font-weight: 900;
}
@media screen and (max-width:790px) {
  .article .article h4 {
    font-size: 1.1875em;
    line-height: 25px;
  }
  .article .article h4 strong {
    font-size: 19px;
  }
}
.article .article h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1875em;
  color: #343434;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 20px;
  max-width: 800px;
}
.article .article h5 strong {
  font-size: 19px;
  font-weight: 900;
}
@media screen and (max-width:790px) {
  .article .article h5 {
    font-size: 1em;
    line-height: 25px;
  }
  .article .article h5 strong {
    font-size: 16px;
  }
}
.article .article h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: #343434;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 20px;
  max-width: 800px;
}
.article .article h6 strong {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width:790px) {
  .article .article h6 {
    font-size: 0.875em;
    line-height: 25px;
  }
  .article .article h6 strong {
    font-size: 14px;
    font-weight: 700;
  }
}
.article .article p {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: #343434;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 30px;
  max-width: 800px;
}
@media screen and (max-width:790px) {
  .article .article p {
    font-size: 0.875em;
    line-height: 22px;
  }
}
.article .article strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.article .article i {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
}
.article .article img {
  display: block;
  position: relative;
  margin-left: -25%;
  left: 50%;
}
.article .article blockquote {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  color: #FFB200;
  font-weight: 900;
  line-height: 30px;
}
.article .article blockquote p {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  color: #FFB200;
  font-weight: 900;
  line-height: 30px;
}
.article .article ul {
  list-style-type: disc;
  margin-left: 20px;
  color: #343434;
  margin-bottom: 30px;
}
.article .article ul li {
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: #343434;
  font-weight: 400;
  line-height: 26px;
}
.article .article .text_with_image {
  margin-top: 50px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
@media screen and (max-width:790px) {
  .article .article .text_with_image {
    flex-direction: column;
  }
}
.article .article .text_with_image .part_img {
  width: 30%;
}
@media screen and (max-width:790px) {
  .article .article .text_with_image .part_img {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
.article .article .text_with_image .part_img img {
  display: block;
  position: unset;
  width: 100%;
  margin-left: 0;
  left: 0;
  margin-bottom: 10px;
}
@media screen and (max-width:790px) {
  .article .article .text_with_image .part_img img {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.article .article .text_with_image .part_img i {
  font-size: 12px;
}
.article .article .text_with_image .part_right {
  width: 50%;
  margin-left: 5%;
}
@media screen and (max-width:790px) {
  .article .article .text_with_image .part_right {
    width: 100%;
    margin-left: 0;
  }
}
.article .article .text_with_citation {
  margin-top: 50px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
@media screen and (max-width:790px) {
  .article .article .text_with_citation {
    flex-direction: column;
  }
}
.article .article .text_with_citation p {
  /*width: 50%;*/
  margin-right: 10%;
}
@media screen and (max-width:790px) {
  .article .article .text_with_citation p {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 10px;
  }
}
.article .article .text_with_citation blockquote {
  width: 43%;
  font-family: "Montserrat", sans-serif;
  font-size: 1.875em;
  color: #FFB200;
  font-weight: 900;
}
@media screen and (max-width:790px) {
  .article .article .text_with_citation blockquote {
    width: 100%;
  }
}
.article .blok_decouvrez .title {
  min-width: 692px;
}
.article .blok_decouvrez .btn_hold a {
  background: #343434;
}

.latest_articles {
  width: 90%;
  margin: 80px auto 0;
}
@media screen and (max-width:992px) {
  .latest_articles {
    width: 100%;
  }
}
.latest_articles .bloks_blog {
  position: relative;
  margin-top: 70px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
@media screen and (max-width:992px) {
  .latest_articles .bloks_blog {
    flex-wrap: wrap;
  }
}
.latest_articles .bloks_blog .blok {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 40px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width:1100px) {
  .latest_articles .bloks_blog .blok {
    width: 32%;
    margin-right: 2%;
  }
}
@media screen and (max-width:992px) {
  .latest_articles .bloks_blog .blok {
    width: 48%;
    background: #fff;
    box-shadow: 0px 0px 10px #00000029;
    margin-right: 2%;
  }
}
@media screen and (max-width:600px) {
  .latest_articles .bloks_blog .blok {
    width: 100%;
    margin-right: 0;
  }
}
.latest_articles .bloks_blog .blok:nth-child(3n) {
  margin-right: 0;
}
.latest_articles .bloks_blog .blok:hover {
  background: #fff;
  box-shadow: 0px 0px 10px #00000029;
}
.latest_articles .bloks_blog .blok .im_hold img {
  width: 100%;
}
.latest_articles .bloks_blog .blok .article_title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25em;
  color: #343434;
  font-weight: 900;
  margin-top: 15px;
  padding-left: 20px;
  padding-right: 30px;
  min-height: 60px;
  padding-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width:600px) {
  .latest_articles .bloks_blog .blok .article_title {
    height: 60px;
    font-size: 1.0625em;
    padding-right: 20px;
  }
}
.latest_articles .bloks_blog .blok .article_title a {
  color: #343434;
}
.latest_articles .bloks_blog .blok .article_title a:hover {
  color: #FFB200;
}
.latest_articles .bloks_blog .blok .descr {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #343434;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 30px;
}
.latest_articles .bloks_blog .blok .descr p {
  height: 117px;
}
.latest_articles .bloks_blog .blok .pointille_hold {
  background-color: #343434;
  width: 40px;
  height: 20px;
  border-radius: 999px;
  margin-top: 6px;
  line-height: 14px;
  text-align: center;
}
.latest_articles .bloks_blog .blok .pointille_hold span {
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  color: #FFB200;
  font-weight: 900;
  letter-spacing: 2px;
}
.latest_articles .bloks_blog .blok .auth_reshold {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  padding-left: 20px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.latest_articles .bloks_blog .blok .auth_reshold .auth {
  font-family: "Montserrat", sans-serif;
  font-size: 0.625em;
  color: #343434;
  font-weight: 400;
}
.latest_articles .bloks_blog .blok .auth_reshold .auth .company {
  font-weight: 900;
  margin-bottom: 5px;
}
.latest_articles .bloks_blog .blok .auth_reshold .res_hold {
  margin-left: auto;
}
@media screen and (max-width:1100px) {
  .latest_articles .bloks_blog .blok .auth_reshold .res_hold {
    width: 211px;
  }
}
.latest_articles .bloks_blog .blok .auth_reshold .res_hold .res {
  margin-left: 3px;
  border-radius: 50%;
  background: #FFB200;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  position: relative;
  top: 0;
}
@media screen and (max-width:1200px) {
  .latest_articles .bloks_blog .blok .auth_reshold .res_hold .res {
    width: 30px;
    height: 30px;
  }
}
.latest_articles .bloks_blog .blok .auth_reshold .res_hold .res:hover {
  top: -4px;
}
.latest_articles .bloks_blog .blok .auth_reshold .res_hold .res a {
  color: #fff;
  display: block;
  height: 30px;
}
.latest_articles .bloks_blog .blok .auth_reshold .res_hold .res i {
  position: relative;
  top: 11px;
  font-size: 19px;
}
@media screen and (max-width:1200px) {
  .latest_articles .bloks_blog .blok .auth_reshold .res_hold .res i {
    top: 6px;
  }
}

.contact {
  position: relative;
  z-index: 11;
}
@media screen and (max-width:992px) {
  .contact .container {
    width: 100%;
  }
}
.contact .contact_hold {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
@media screen and (max-width:992px) {
  .contact .contact_hold {
    flex-direction: column;
  }
}
.contact .contact_hold .left_side {
  width: 50%;
  height: 670px;
  /*position: sticky;*/
  position: unset;
  padding-top: 30px;
  top: 0;
}
@media screen and (max-width:992px) {
  .contact .contact_hold .left_side {
    width: 92%;
    height: auto;
    position: relative;
    padding-top: 0;
    margin: 0 auto;
  }
}
.contact .contact_hold .left_side .btn_r {
  margin-top: 20px;
}
.contact .contact_hold .left_side .btn_r a {
  display: inline-block;
  border-radius: 999px;
  text-align: center;
  background: #343434;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #fff;
  font-weight: 700;
  padding: 11px 20px;
  transition: all 0.3s ease-in-out;
  min-width: 140px;
  text-align: center;
  box-shadow: 0px 3px 6px #00000029;
  cursor: pointer;
}
.contact .contact_hold .left_side .btn_r a:hover {
  color: #FFB200;
  background: #fff;
}
.contact .contact_hold .left_side .title {
  font-family: "Montserrat", sans-serif;
  font-size: 3.125em;
  color: #343434;
  font-weight: 900;
  margin-left: 2%;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width:550px) {
  .contact .contact_hold .left_side .title {
    font-size: 1.25em;
    text-align: center;
    margin-bottom: 12px;
  }
}
.contact .contact_hold .left_side .descr {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #343434;
  font-weight: 600;
  line-height: 17px;
  margin-left: 2%;
  letter-spacing: 1.4px;
  /*max-width: 460px;*/
}
@media screen and (max-width:550px) {
  .contact .contact_hold .left_side .descr {
    font-size: 0.6875em;
    text-align: center;
    line-height: 14px;
    letter-spacing: 0px;
  }
}
.contact .contact_hold .left_side .byphone_hold {
  position: relative;
  margin-left: 2%;
  margin-top: 25px;
}
.contact .contact_hold .left_side .byphone_hold a {
  display: inline-block;
  border-radius: 999px;
  text-align: center;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #FFB200;
  font-weight: 700;
  padding: 11px 20px;
  transition: all 0.3s ease-in-out;
  min-width: 140px;
  text-align: center;
  box-shadow: 0px 3px 6px #00000029;
  cursor: pointer;
}
.contact .contact_hold .left_side .byphone_hold a:hover {
  color: #fff;
  background: #FFB200;
}
.contact .contact_hold .left_side .byphone_hold .bytitle {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25em;
  color: #343434;
  font-weight: 900;
  margin-top: 15px;
}
.contact .contact_hold .left_side .byphone_hold .info {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #343434;
  font-weight: 600;
  margin-top: 8px;
  max-width: 200px;
}
.contact .contact_hold .left_side .byphone_hold .disk {
  position: absolute;
  border-radius: 50%;
  background: #FFB200;
  box-shadow: 0px 3px 6px #00000029;
}
.contact .contact_hold .left_side .byphone_hold .disk1 {
  width: 40px;
  height: 40px;
  left: 233px;
  top: -8px;
}
.contact .contact_hold .left_side .byphone_hold .disk2 {
  width: 22px;
  height: 22px;
  left: 190px;
  top: 25px;
}
.contact .contact_hold .left_side .bymessenger {
  position: relative;
  margin-left: 2%;
  margin-top: 45px;
  max-width: 480px;
}
@media screen and (max-width:992px) {
  .contact .contact_hold .left_side .bymessenger {
    margin-left: auto;
  }
}
.contact .contact_hold .left_side .bymessenger .btn {
  text-align: right;
}
.contact .contact_hold .left_side .bymessenger .btn a {
  display: inline-block;
  border-radius: 999px;
  text-align: center;
  background: #1F78EC;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  color: #fff;
  font-weight: 700;
  padding: 16px 25px;
  transition: all 0.3s ease-in-out;
  min-width: 140px;
  text-align: center;
  box-shadow: 0px 3px 6px #00000029;
  cursor: pointer;
}
.contact .contact_hold .left_side .bymessenger .btn a:hover {
  color: #1F78EC;
  background: #fff;
}
.contact .contact_hold .left_side .bymessenger .bytitle {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25em;
  color: #343434;
  font-weight: 900;
  margin-top: 15px;
  text-align: right;
}
.contact .contact_hold .left_side .bymessenger .info {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #343434;
  font-weight: 600;
  margin-top: 8px;
  max-width: 200px;
  text-align: right;
  margin-left: auto;
}
.contact .contact_hold .left_side .bymessenger .disk {
  position: absolute;
  border-radius: 50%;
  background: #1F78EC;
  box-shadow: 0px 3px 6px #00000029;
}
.contact .contact_hold .left_side .bymessenger .disk1 {
  width: 40px;
  height: 40px;
  right: 270px;
  top: -8px;
}
.contact .contact_hold .left_side .bymessenger .disk2 {
  width: 22px;
  height: 22px;
  right: 324px;
  top: 25px;
}
.contact .contact_hold .left_side .bymessenger .disk3 {
  width: 50px;
  height: 50px;
  right: 260px;
  top: 56px;
  background: #fff;
  text-align: center;
}
.contact .contact_hold .left_side .bymessenger .disk3 img {
  position: relative;
  top: 10px;
  width: 32px;
}
.contact .contact_hold .right_side {
  width: 50%;
  background-color: #343434;
  /*-webkit-border-top-left-radius: 200px;
  -webkit-border-bottom-left-radius: 200px;
  -moz-border-radius-topleft: 200px;
  -moz-border-radius-bottomleft: 200px;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;*/
  height: auto;
  padding-bottom: 150px;
  position: relative;
  left: 2%;
}
@media screen and (max-width:992px) {
  .contact .contact_hold .right_side {
    width: 100%;
    margin-top: 100px;
    border-radius: 0;
    left: 0;
    padding-bottom: 70px;
    margin-bottom: 150px;
  }
  .contact .contact_hold .right_side:before {
    content: "";
    background-color: #343434;
    position: absolute;
    width: 115%;
    height: 130px;
    border-radius: 50% 50% 50% 50%/100% 100% 0% 0%;
    left: -8%;
    top: -107px;
  }
  .contact .contact_hold .right_side:after {
    content: "";
    background-color: #343434;
    position: absolute;
    width: 115%;
    height: 130px;
    border-radius: 50% 50% 50% 50%/0% 0% 100% 100%;
    left: -8%;
    bottom: -120px;
  }
}
.contact .contact_hold .right_side .info_hold {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  background: #FFB200;
  position: absolute;
  right: 0;
  top: 26px;
  padding: 15px 20px;
  width: 318px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media screen and (max-width:992px) {
  .contact .contact_hold .right_side .info_hold {
    display: none;
  }
}
.contact .contact_hold .right_side .info_hold i {
  color: #fff;
  margin-right: 12px;
  font-size: 17px;
}
.contact .contact_hold .right_side .info_hold p {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #fff;
  font-weight: 400;
  line-height: 18px;
}
.contact .contact_hold .right_side .titleby {
  margin-left: 12%;
  margin-top: 50px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.875em;
  color: #fff;
  font-weight: 900;
}
@media screen and (max-width:1200px) {
  .contact .contact_hold .right_side .titleby {
    margin-left: 5%;
  }
}
@media screen and (max-width:992px) {
  .contact .contact_hold .right_side .titleby {
    width: 90%;
    margin: 20px auto 0;
    text-align: center;
  }
}
.contact .contact_hold .right_side .form {
  max-width: 500px;
  margin: 50px auto 0;
}
@media screen and (max-width:1100px) {
  .contact .contact_hold .right_side .form {
    max-width: 450px;
  }
}
@media screen and (max-width:992px) {
  .contact .contact_hold .right_side .form {
    max-width: 90%;
  }
}
.contact .contact_hold .right_side .form .pristine-error {
  font-family: "Montserrat", sans-serif;
  font-size: 0.625em;
  color: #FF3B3D;
  font-weight: 600;
  margin-top: 5px;
  margin-left: 10px;
}
.contact .contact_hold .right_side .form .ligne_gender {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-bottom: 30px;
}
.contact .contact_hold .right_side .form .ligne_gender .gender_hold {
  cursor: pointer;
  margin-right: 30px;
  text-align: center;
}
.contact .contact_hold .right_side .form .ligne_gender .gender_hold .ic_hold {
  background: #fff;
  width: 50px;
  height: 75px;
  border-radius: 999px;
  background-color: #FFF;
  overflow: hidden;
}
.contact .contact_hold .right_side .form .ligne_gender .gender_hold .gender_title {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #343434;
  font-weight: 400;
  margin-top: 4px;
}
.contact .contact_hold .right_side .form .ligne_gender .actif .ic_hold {
  border: 1px solid #1F78EC;
}
.contact .contact_hold .right_side .form .ligne_gender .actif .gender_title {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #1F78EC;
  font-weight: 700;
  border-bottom: 1px solid #1F78EC;
}
.contact .contact_hold .right_side .form .ligne_gender .other .ic_hold {
  font-family: "Montserrat", sans-serif;
  font-size: 3.25em;
  color: #1F78EC;
  font-weight: 600;
  line-height: 95px;
}
.contact .contact_hold .right_side .form .ligne_input {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  margin-bottom: 15px;
}
@media screen and (max-width:400px) {
  .contact .contact_hold .right_side .form .ligne_input {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.contact .contact_hold .right_side .form .ligne_input .col_inp {
  width: 49%;
  margin-right: 2%;
  position: relative;
}
@media screen and (max-width:400px) {
  .contact .contact_hold .right_side .form .ligne_input .col_inp {
    width: 100%;
    margin-right: 0;
  }
}
.contact .contact_hold .right_side .form .ligne_input .col_inp:after {
  content: "";
  position: absolute;
  width: 79%;
  height: 1px;
  background: #CBE1FE;
  bottom: 11px;
  left: 25px;
}
@media screen and (max-width:400px) {
  .contact .contact_hold .right_side .form .ligne_input .col_inp:after {
    top: 30px;
  }
}
.contact .contact_hold .right_side .form .ligne_input .col_inp.has-danger:after {
  bottom: 27px;
}
.contact .contact_hold .right_side .form .ligne_input .col_inp input {
  width: 100%;
  height: 40px;
  border-radius: 999px;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125em;
  color: #343434;
  font-weight: 400;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width:400px) {
  .contact .contact_hold .right_side .form .ligne_input .col_inp input {
    margin-bottom: 20px;
  }
}
.contact .contact_hold .right_side .form .ligne_input .col_inp input:focus {
  border: none;
  outline: none;
}
.contact .contact_hold .right_side .form .ligne_input .col_inp:nth-child(2) {
  margin-right: 0;
}
.contact .contact_hold .right_side .form .ligne_select {
  margin-bottom: 15px;
}
.contact .contact_hold .right_side .form .ligne_select .col_select select {
  width: 100%;
  height: 40px;
  border-radius: 999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../img/chevron-down.svg");
  background-repeat: no-repeat;
  background-size: 19px;
  background-position: right 19px center;
  cursor: pointer;
  background-color: #207CF3;
  outline: none;
  border: 1px solid #207CF3;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125em;
  color: #fff;
  font-weight: 400;
  padding: 5px 28px 5px 25px;
}
.contact .contact_hold .right_side .form .ligne_select .col_select select option {
  margin-bottom: 10px;
}
.contact .contact_hold .right_side .form .ligne_textarea {
  margin-bottom: 35px;
}
.contact .contact_hold .right_side .form .ligne_textarea textarea {
  width: 100% !important;
  height: 170px !important;
  padding-left: 25px;
  padding-right: 25px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125em;
  color: #343434;
  font-weight: 400;
  border-radius: 11px;
  border: none;
  padding-top: 20px;
}
.contact .contact_hold .right_side .form .ligne_textarea textarea:focus {
  outline: none;
}
.contact .contact_hold .right_side .form .piece_title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25em;
  color: #fff;
  font-weight: 900;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.contact .contact_hold .right_side .form .condition {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  color: #fff;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
}
.contact .contact_hold .right_side .form .ligne_file {
  margin-top: 26px;
  margin-bottom: 20px;
}
.contact .contact_hold .right_side .form .ligne_file .filepond--credits {
  display: none;
}
.contact .contact_hold .right_side .form .ligne_file .filepond--panel-root {
  background: unset;
}
.contact .contact_hold .right_side .form .ligne_file .filepond--drop-label {
  background: #fff;
  border-radius: 14px;
  position: relative;
}
.contact .contact_hold .right_side .form .ligne_file .filepond--root {
  contain: initial;
  border-radius: 14px;
}
.contact .contact_hold .right_side .form .ligne_file .filepond--list-scroller {
  position: unset;
  transform: translate3d(0px, 0px, 0px) !important;
}
.contact .contact_hold .right_side .form .ligne_file .filepond--list {
  position: unset;
}
.contact .contact_hold .right_side .form .ligne_file .filepond--item {
  position: unset;
  height: 46px;
  transform: translate3d(0px, 0px, 0px) !important;
}
.contact .contact_hold .right_side .form .ligne_checkbox .containercheck {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #fff;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.contact .contact_hold .right_side .form .ligne_checkbox .alert.alert-danger {
  font-family: "Montserrat", sans-serif;
  font-size: 0.625em;
  color: #FF3B3D;
  font-weight: 600;
  margin-top: 5px;
  margin-left: 10px;
}
.contact .contact_hold .right_side .form .ligne_checkbox .containercheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.contact .contact_hold .right_side .form .ligne_checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: unset;
  border: 1px solid #FFB200;
  border-radius: 4px;
}
.contact .contact_hold .right_side .form .ligne_checkbox .containercheck:hover input ~ .checkmark {
  background-color: unset;
  border: 1px solid #FFB200;
}
.contact .contact_hold .right_side .form .ligne_checkbox .containercheck input:checked ~ .checkmark {
  background-color: #FFB200;
}
.contact .contact_hold .right_side .form .ligne_checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.contact .contact_hold .right_side .form .ligne_checkbox .containercheck input:checked ~ .checkmark:after {
  display: block;
}
.contact .contact_hold .right_side .form .ligne_submit {
  margin-top: 35px;
  margin-bottom: 35px;
}
.contact .contact_hold .right_side .form .ligne_submit .btn {
  border-radius: 999px;
  background: #FFB200;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  padding: 11px 20px;
  transition: all 0.3s ease-in-out;
  min-width: 140px;
  border: none;
  cursor: pointer;
}
.contact .contact_hold .right_side .form .ligne_submit .btn:hover {
  color: #FFB200;
  background: #fff;
}
.contact .contact_hold .right_side .form .ligne_submit .btn:focus {
  outline: none;
}
.contact .contact_hold .right_side .text_info {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  color: #fff;
  font-weight: 400;
  line-height: 14px;
  max-width: 500px;
  margin: 50px auto 0;
}
@media screen and (max-width:992px) {
  .contact .contact_hold .right_side .text_info {
    max-width: 100%;
  }
}

.datepicker-picker {
  font-family: "Montserrat", sans-serif;
}

.datepicker-cell.selected, .datepicker-cell.selected:hover {
  background-color: #1F78EC !important;
}

.recaptcha-wrapper {
  height: 70px;
  overflow: hidden;
  background-color: #F9F9F9;
  border-radius: 3px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  height: 70px;
  position: relative;
  margin-top: 17px;
  border: 1px solid #d3d3d3;
  color: #000;
}

.recaptcha-info {
  background-size: 32px;
  height: 32px;
  margin: 0 13px 0 13px;
  position: absolute;
  right: 8px;
  top: 9px;
  width: 32px;
  background-image: url(https://www.gstatic.com/recaptcha/api2/logo_48.png);
  background-repeat: no-repeat;
}

.rc-anchor-logo-text {
  color: #9b9b9b;
  cursor: default;
  font-family: Roboto, helvetica, arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  margin-top: 5px;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 37px;
}

.rc-anchor-checkbox-label {
  font-family: Roboto, helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  left: 50px;
  top: 26px;
  position: absolute;
  color: black;
}

.rc-anchor .rc-anchor-normal .rc-anchor-light {
  border: none;
}

.rc-anchor-pt {
  color: #9b9b9b;
  font-family: Roboto, helvetica, arial, sans-serif;
  font-size: 8px;
  font-weight: 400;
  right: 10px;
  top: 53px;
  position: absolute;
}
.rc-anchor-pt a:link {
  color: #9b9b9b;
  text-decoration: none;
}

.g-recaptcha {
  width: 41px;
  height: 38px;
  overflow: hidden;
  float: left;
  margin-top: 16px;
  margin-left: 6px;
}
.g-recaptcha > div {
  width: 46px;
  height: 30px;
  background-color: #F9F9F9;
  overflow: hidden;
  border: 1px solid red;
  transform: translate3d(-8px, -19px, 0px);
}
.g-recaptcha div {
  border: 0;
}

.blok_top {
  height: auto;
  background: #fff;
  box-shadow: 0px 0px 10px #00000029;
  position: relative;
  z-index: 2;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width:790px) {
  .blok_top {
    display: none;
  }
}
.blok_top .container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  padding-top: 20px;
  padding-bottom: 10px;
}
.blok_top .container .title {
  font-size: 16px;
  font-weight: 900;
  color: #343434;
  width: 300px;
  margin-right: 20px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}
.blok_top .container .button_detaile {
  width: 230px;
  height: 60px;
  background: #343434;
  border-radius: 999px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  cursor: pointer;
  margin-right: 30px;
}
.blok_top .container .button_detaile img {
  width: 20px;
  margin-left: 21px;
}
.blok_top .container .button_detaile span {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  margin-left: 10px;
}
.blok_top .container .modif_sumilation {
  width: 230px;
  height: 60px;
  background: #fff;
  border-radius: 999px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  cursor: pointer;
  position: relative;
  border: 2px solid #343434;
  margin-right: 20px;
  transition: all 0.2s ease-in-out;
}
.blok_top .container .modif_sumilation:hover {
  background: #FFB200;
  border: 2px solid #FFB200;
}
.blok_top .container .modif_sumilation:hover:after {
  border: solid #fff;
  left: 21px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.blok_top .container .modif_sumilation:hover span {
  color: #fff;
}
.blok_top .container .modif_sumilation:after {
  content: "";
  position: absolute;
  border: solid #343434;
  left: 21px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.blok_top .container .modif_sumilation span {
  font-size: 12px;
  font-weight: 700;
  color: #343434;
  margin-left: 10px;
}

.blok_top_resp {
  display: none;
  box-shadow: none;
  background: unset;
}
@media screen and (max-width:790px) {
  .blok_top_resp {
    display: block;
  }
}
.blok_top_resp .container .modif_sumilation {
  width: 178px;
  height: 40px;
  background: #fff;
  border-radius: 999px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  cursor: pointer;
  position: relative;
  border: 2px solid #343434;
  margin-right: 20px;
}
.blok_top_resp .container .modif_sumilation:after {
  content: "";
  position: absolute;
  border: solid #343434;
  left: 17px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.blok_top_resp .container .modif_sumilation span {
  font-size: 10px;
  font-weight: 700;
  color: #343434;
  margin-left: 10px;
}

.offre_holder {
  font-family: "Montserrat", sans-serif;
}
.offre_holder .offre_hold {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  padding-top: 30px;
}
.offre_holder .offre_blok {
  width: 72%;
  margin-right: 3%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:790px) {
  .offre_holder .offre_blok {
    margin-right: 0;
    width: 100%;
  }
}
.offre_holder .offre_blok .title {
  font-size: 30px;
  font-weight: 900;
  color: #343434;
  max-width: 542px;
  margin-top: 30px;
}
@media screen and (max-width:550px) {
  .offre_holder .offre_blok .title {
    font-size: 20px;
    margin-top: 10px;
  }
}
@media screen and (max-width:550px) {
  .offre_holder .offre_blok .title + .flickity-enabled .flickity-viewport:only-child {
    height: 410px !important;
  }
}
.offre_holder .offre_blok .lickresp {
  display: none;
}
@media screen and (max-width:550px) {
  .offre_holder .offre_blok .lickresp {
    display: block;
  }
}
.offre_holder .offre_blok .lickresp .flickity-viewport {
  /*height: 510px !important;*/
}
.offre_holder .offre_blok .bloks_garantie_hold {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  margin-top: 30px;
  margin-left: 1%;
}
.offre_holder .offre_blok .bloks_garantie_hold.flickity-enabled {
  display: block;
  width: 100%;
}
@media screen and (max-width:550px) {
  .offre_holder .offre_blok .bloks_garantie_hold {
    display: block;
  }
}
.offre_holder .offre_blok .bloks_garantie_hold:after {
  content: "";
}
@media screen and (max-width:550px) {
  .offre_holder .offre_blok .bloks_garantie_hold {
    /* disable Flickity for large devices */
  }
  .offre_holder .offre_blok .bloks_garantie_hold:after {
    content: "flickity";
    display: none;
  }
}
.offre_holder .offre_blok .bloks_garantie_hold .flickity-slider {
  margin-left: 1%;
}
.offre_holder .offre_blok .bloks_garantie_hold .flickity-button {
  display: none;
}
.offre_holder .offre_blok .bloks_garantie_hold .flickity-page-dots {
  display: block;
}
.offre_holder .offre_blok .bloks_garantie_hold .flickity-page-dots .dot {
  opacity: 1;
}
.offre_holder .offre_blok .bloks_garantie_hold .flickity-page-dots .is-selected {
  background: #FFB200;
  width: 12px;
  height: 12px;
}
.offre_holder .offre_blok .bloks_garantie_hold .flickity-viewport {
  overflow: initial;
  /*height: 365px !important;
  @include  responsive($bp-xsmall5){
  	height: 398px !important;
  }
  @include  responsive($bp-xsmall7){
  	height: 420px !important;
  }*/
}
.offre_holder .offre_blok .bloks_garantie_hold .blokgarantie {
  width: 48%;
  margin-right: 2%;
  background: #fff;
  box-shadow: 0px 0px 10px #00000029;
  border-radius: 30px;
  padding: 24px 20px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:700px) {
  .offre_holder .offre_blok .bloks_garantie_hold .blokgarantie {
    width: 95%;
    margin-right: 35px;
  }
}
.offre_holder .offre_blok .bloks_garantie_hold .blokgarantie:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width:700px) {
  .offre_holder .offre_blok .bloks_garantie_hold .blokgarantie:nth-child(2n) {
    margin-right: 35px;
  }
}
.offre_holder .offre_blok .bloks_garantie_hold .blokgarantie .titleimg_garantie {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  margin-bottom: 13px;
}
.offre_holder .offre_blok .bloks_garantie_hold .blokgarantie .titleimg_garantie .img_garantie {
  width: 50px;
  height: 50px;
}
.offre_holder .offre_blok .bloks_garantie_hold .blokgarantie .titleimg_garantie .title_garantie {
  margin-left: 10px;
  font-size: 20px;
  font-weight: 900;
  color: #343434;
}
@media screen and (max-width:992px) {
  .offre_holder .offre_blok .bloks_garantie_hold .blokgarantie .titleimg_garantie .title_garantie {
    font-size: 17px;
  }
}
.offre_holder .offre_blok .bloks_garantie_hold .blokgarantie .titleimg_garantie .title_garantie strong {
  color: #FFB200;
}
.offre_holder .offre_blok .bloks_garantie_hold .blokgarantie .descr_garantie {
  font-size: 14px;
  font-weight: 400;
  color: #343434;
  line-height: 17px;
  margin-bottom: 30px;
}
.offre_holder .offre_blok .bloks_garantie_hold .blokgarantie .descr_garantie strong {
  font-weight: 900;
  color: #FFB200;
}
.offre_holder .offre_blok .bloks_garantie_hold .blokgarantie .descr_garantie .norm {
  color: #343434;
}
.offre_holder .offre_blok .bloks_garantie_hold .blokgarantie .detail_garantie {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  color: #FFB200;
  text-decoration: underline;
  cursor: pointer;
}
.offre_holder .offre_blok .bloks_garantie_hold .blokgarantie__big {
  padding: 0;
}
.offre_holder .offre_blok .bloks_garantie_hold .blokgarantie__big .titleimg_garantie {
  padding: 20px;
  background: #FFB200;
  border-radius: 30px;
}
.offre_holder .offre_blok .bloks_garantie_hold .blokgarantie__big .titleimg_garantie .title_garantie {
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width:992px) {
  .offre_holder .offre_blok .bloks_garantie_hold .blokgarantie__big .titleimg_garantie .title_garantie {
    font-size: 17px;
  }
}
.offre_holder .offre_blok .bloks_garantie_hold .blokgarantie__big .descr_garantie {
  padding: 10px 20px;
}
.offre_holder .offre_blok .bloks_garantie_hold .blokgarantie__big .detail_garantie {
  padding-left: 20px;
  padding-bottom: 20px;
}
.offre_holder .offre_blok .bloks_garantie_hold .blokgarantie__big--blue .titleimg_garantie {
  background: #207CF3;
}
.offre_holder .offre_blok .bloks_garantie_hold .bloksleft {
  width: 49%;
  margin-right: 2%;
}
.offre_holder .offre_blok .bloks_garantie_hold .bloksright {
  width: 49%;
}
.offre_holder .offre_blok .bloks_garantie_hold_resp {
  display: none;
}
@media screen and (max-width:550px) {
  .offre_holder .offre_blok .bloks_garantie_hold_resp {
    display: block;
  }
}
.offre_holder .offre_blok .bloks_garantie_hold_desk {
  display: flex;
}
@media screen and (max-width:550px) {
  .offre_holder .offre_blok .bloks_garantie_hold_desk {
    display: none;
  }
}
.offre_holder .offre_blok .bloks_garantie_hold_desk .blokgarantie {
  width: 100%;
}
.offre_holder .offre_blok .titrecc {
  margin-top: 20px;
  max-width: 330px;
}
.offre_holder .offre_blok .blok_cc {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  background: #FFB200;
  padding: 10px;
  margin-top: 20px;
  border-radius: 10px;
  cursor: pointer;
}
.offre_holder .offre_blok .blok_cc .plus_hold {
  width: 50px;
  height: 50px;
  background-color: #343434;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
.offre_holder .offre_blok .blok_cc .plus_hold:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  top: 23px;
  left: 18px;
  background-color: #fff;
}
.offre_holder .offre_blok .blok_cc .plus_hold:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 15px;
  top: 34%;
  left: 50%;
  background-color: #fff;
}
.offre_holder .offre_blok .blok_cc .text {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  margin-left: 20px;
  width: 280px;
}
@media screen and (max-width:450px) {
  .offre_holder .offre_blok .blok_cc .text {
    width: 200px;
    font-size: 13px;
  }
}
.offre_holder .offre_blok .blok_cc .couvr_condition {
  background: #343434;
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  padding: 6px 10px;
  border-radius: 10px;
  margin-left: auto;
  max-width: 330px;
}
@media screen and (max-width:1100px) {
  .offre_holder .offre_blok .blok_cc .couvr_condition {
    max-width: 280px;
  }
}
@media screen and (max-width:992px) {
  .offre_holder .offre_blok .blok_cc .couvr_condition {
    display: none;
  }
}
.offre_holder .offre_blok .blokconjointopen {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  background: #343434;
  padding: 10px;
  margin-top: 20px;
  border-radius: 10px;
}
@media screen and (max-width:992px) {
  .offre_holder .offre_blok .blokconjointopen {
    flex-wrap: wrap;
  }
}
.offre_holder .offre_blok .blokconjointopen .close_hold {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
.offre_holder .offre_blok .blokconjointopen .close_hold:after {
  position: absolute;
  left: 25px;
  top: 13px;
  content: " ";
  height: 24px;
  width: 2px;
  background-color: #FF3B3D;
  transform: rotate(-45deg);
}
.offre_holder .offre_blok .blokconjointopen .close_hold:before {
  position: absolute;
  left: 25px;
  top: 13px;
  content: " ";
  height: 24px;
  width: 2px;
  background-color: #FF3B3D;
  transform: rotate(45deg);
}
.offre_holder .offre_blok .blokconjointopen .text {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  margin-left: 20px;
  width: 280px;
}
@media screen and (max-width:450px) {
  .offre_holder .offre_blok .blokconjointopen .text {
    width: 200px;
    font-size: 13px;
  }
}
.offre_holder .offre_blok .blokconjointopen .rightpart {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  margin-left: 66px;
  width: calc(100% - 424px);
}
@media screen and (max-width:992px) {
  .offre_holder .offre_blok .blokconjointopen .rightpart {
    margin-left: 0px;
    width: 100%;
    justify-content: center;
  }
}
.offre_holder .offre_blok .blokconjointopen .icone_sucess {
  margin-left: 10px;
  margin-top: 10px;
}
.offre_holder .offre_blok .blokconjointopen .icone_holder {
  width: 60px;
  position: relative;
}
.offre_holder .offre_blok .blokconjointopen .icone_holder:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 40px;
  right: 0;
  top: 0;
  background-color: #fff;
}
.offre_holder .offre_blok .blokconjointopen .icone_holder .icone {
  width: 40px;
  height: 40px;
  background-color: #FFB200;
  border-radius: 50%;
}
.offre_holder .offre_blok .blokconjointopen .date_hold {
  margin-left: 3%;
}
.offre_holder .offre_blok .blokconjointopen .date_hold .titlefamily {
  font-size: 12px;
  font-weight: 900;
  color: #fff;
}
.offre_holder .offre_blok .blokconjointopen .date_hold .inphold {
  margin-top: 5px;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
.offre_holder .offre_blok .blokconjointopen .date_hold .inphold .inputplus {
  position: relative;
  z-index: 3;
}
.offre_holder .offre_blok .blokconjointopen .date_hold .inphold .inputplus input {
  padding-left: 10px;
  padding-right: 50px;
  width: 196px;
  border-radius: 999px;
  border: none;
  height: 40px;
}
@media screen and (max-width:400px) {
  .offre_holder .offre_blok .blokconjointopen .date_hold .inphold .inputplus input {
    width: 167px;
  }
}
.offre_holder .offre_blok .blokconjointopen .date_hold .inphold .inputplus .input__datepicker__control {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 9;
}
.offre_holder .offre_blok .blokconjointopen .date_hold .inphold .inputplus .input__datepicker__control .vdp-datepicker input {
  width: 100%;
  height: 50px;
  opacity: 0;
}
.offre_holder .offre_blok .blokconjointopen .date_hold .inphold .inputplus .vdp-datepicker__calendar {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}
@media screen and (max-width:660px) {
  .offre_holder .offre_blok .blokconjointopen .date_hold .inphold .inputplus .vdp-datepicker__calendar {
    left: -157px;
  }
}
.offre_holder .offre_blok .blokconjointopen .date_hold .inphold .inputplus .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover,
.offre_holder .offre_blok .blokconjointopen .date_hold .inphold .inputplus .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,
.offre_holder .offre_blok .blokconjointopen .date_hold .inphold .inputplus .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
  border: 1px solid #1F78EC !important;
  background: #f5f9ff !important;
  color: #343434 !important;
}
.offre_holder .offre_blok .blokconjointopen .date_hold .inphold .inputplus .vdp-datepicker__calendar .cell.disabled {
  opacity: 0.3;
}
.offre_holder .offre_blok .blokconjointopen .date_hold .inphold .inputplus .vdp-datepicker__calendar .cell.selected {
  background: #1F78EC !important;
  color: #fff !important;
}
.offre_holder .offre_blok .blokconjointopen .date_hold .inphold .inputplus .vdp-datepicker__calendar header {
  position: unset;
  background: unset;
  box-shadow: none;
  padding: 0;
}
.offre_holder .offre_blok .blokconjointopen .date_hold .inphold .inputplus .vdp-datepicker__calendar header .prev:not(.disabled):hover,
.offre_holder .offre_blok .blokconjointopen .date_hold .inphold .inputplus .vdp-datepicker__calendar header .next:not(.disabled):hover,
.offre_holder .offre_blok .blokconjointopen .date_hold .inphold .inputplus .vdp-datepicker__calendar header .up:not(.disabled):hover {
  background: #f5f9ff !important;
}
.offre_holder .offre_blok .blokconjointopen .date_hold .inphold .inputplus .vdp-datepicker__calendar header .prev:after {
  border-right: 10px solid #1F78EC !important;
}
.offre_holder .offre_blok .blokconjointopen .date_hold .inphold .inputplus .vdp-datepicker__calendar header .next:after {
  border-left: 10px solid #1F78EC !important;
}
.offre_holder .offre_blok .blokconjointopen .date_hold .inphold .inputplus .vdp-datepicker__calendar .cell {
  font-weight: 700 !important;
  color: #343434;
}
.offre_holder .offre_blok .blokconjointopen .date_hold .inphold .inputplus .vdp-datepicker__calendar header span {
  font-weight: 700 !important;
  font-size: 14px;
  color: #FFB200;
}
.offre_holder .offre_blok .blokconjointopen .date_hold .inphold .inputplus .vdp-datepicker__calendar {
  border: 0 !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
}
.offre_holder .offre_blok .blokconchildopen {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  background: #343434;
  padding: 10px;
  margin-top: 20px;
  border-radius: 10px;
}
@media screen and (max-width:1200px) {
  .offre_holder .offre_blok .blokconchildopen {
    flex-wrap: wrap;
  }
}
.offre_holder .offre_blok .blokconchildopen .close_hold {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
.offre_holder .offre_blok .blokconchildopen .close_hold:after {
  position: absolute;
  left: 25px;
  top: 13px;
  content: " ";
  height: 24px;
  width: 2px;
  background-color: #FF3B3D;
  transform: rotate(-45deg);
}
.offre_holder .offre_blok .blokconchildopen .close_hold:before {
  position: absolute;
  left: 25px;
  top: 13px;
  content: " ";
  height: 24px;
  width: 2px;
  background-color: #FF3B3D;
  transform: rotate(45deg);
}
.offre_holder .offre_blok .blokconchildopen .text {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  margin-left: 20px;
  width: 280px;
}
@media screen and (max-width:450px) {
  .offre_holder .offre_blok .blokconchildopen .text {
    width: 200px;
    font-size: 13px;
  }
}
.offre_holder .offre_blok .blokconchildopen .rightpart {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  margin-left: 35px;
  width: calc(100% - 400px);
}
@media screen and (max-width:1200px) {
  .offre_holder .offre_blok .blokconchildopen .rightpart {
    margin-left: 0px;
    width: 100%;
    justify-content: center;
  }
}
.offre_holder .offre_blok .blokconchildopen .iconbigholder {
  width: 60px;
  position: relative;
  margin-left: 8%;
}
@media screen and (max-width:400px) {
  .offre_holder .offre_blok .blokconchildopen .iconbigholder {
    margin-left: 0;
    margin-top: 10px;
  }
}
.offre_holder .offre_blok .blokconchildopen .iconbigholder:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 40px;
  right: 0;
  top: 0;
  background-color: #fff;
}
.offre_holder .offre_blok .blokconchildopen .icone_holder {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.offre_holder .offre_blok .blokconchildopen .icone_holder:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  top: 19px;
  left: 13px;
  background-color: #FFB200;
}
.offre_holder .offre_blok .blokconchildopen .icone_holder:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 15px;
  top: 29%;
  left: 50%;
  background-color: #FFB200;
}
.offre_holder .offre_blok .blokconchildopen .litle_child_holder {
  margin-left: 3%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
@media screen and (max-width:400px) {
  .offre_holder .offre_blok .blokconchildopen .litle_child_holder {
    flex-wrap: wrap;
    margin-left: 8%;
  }
}
.offre_holder .offre_blok .blokconchildopen .litle_child_holder .child_ic {
  width: 40px;
  height: 40px;
  margin-right: 13px;
  position: relative;
  border-radius: 50%;
  background-color: #FFB200;
  cursor: pointer;
}
@media screen and (max-width:400px) {
  .offre_holder .offre_blok .blokconchildopen .litle_child_holder .child_ic {
    margin-bottom: 7px;
  }
}
.offre_holder .offre_blok .blokconchildopen .litle_child_holder .child_ic:before {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  top: 13px;
  left: -6px;
}
.offre_holder .offre_blok .blokconchildopen .litle_child_holder .child_ic:after {
  position: absolute;
  content: "";
  background-color: #FF3B3D;
  width: 6px;
  height: 1px;
  top: 19px;
  left: -3px;
}
.offre_holder .offre_blok .blokconjointhold {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
@media screen and (max-width:550px) {
  .offre_holder .offre_blok .blokconjointhold {
    margin-top: 30px;
    flex-direction: column;
  }
}
.offre_holder .offre_blok .blokconjointhold .leftpart {
  width: 50%;
}
@media screen and (max-width:550px) {
  .offre_holder .offre_blok .blokconjointhold .leftpart {
    width: 100%;
    padding-left: 20px;
  }
}
.offre_holder .offre_blok .blokconjointhold .leftpart .title {
  margin-top: 20px;
  max-width: 330px;
}
.offre_holder .offre_blok .blokconjointhold .leftpart .question {
  font-size: 16px;
  font-weight: 400;
  color: #343434;
  line-height: 18px;
  max-width: 330px;
  margin-top: 10px;
}
.offre_holder .offre_blok .blokconjointhold .leftpart .choice_hold {
  margin-top: 10px;
  margin-bottom: 20px;
}
.offre_holder .offre_blok .blokconjointhold .leftpart .choice_hold ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
.offre_holder .offre_blok .blokconjointhold .leftpart .choice_hold ul li {
  min-width: 74px;
  margin: 0 5px 0 0;
  position: relative;
}
.offre_holder .offre_blok .blokconjointhold .leftpart .choice_hold ul label, .offre_holder .offre_blok .blokconjointhold .leftpart .choice_hold ul input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.offre_holder .offre_blok .blokconjointhold .leftpart .choice_hold ul label {
  position: relative;
}
.offre_holder .offre_blok .blokconjointhold .leftpart .choice_hold ul input[type=radio] {
  opacity: 0.011;
  z-index: 100;
}
.offre_holder .offre_blok .blokconjointhold .leftpart .choice_hold ul input[type=radio]:checked + label {
  background: #FFB200;
}
.offre_holder .offre_blok .blokconjointhold .leftpart .choice_hold ul label {
  padding: 10px;
  height: 40px;
  text-align: center;
  background: #343434;
  cursor: pointer;
  z-index: 90;
  border-radius: 999px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  color: #fff;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  border: 2px solid #343434;
}
.offre_holder .offre_blok .blokconjointhold .leftpart .choice_hold ul label.tchecked {
  background: #FFB200;
}
.offre_holder .offre_blok .blokconjointhold .rightpart {
  border-radius: 30px;
  background: #343434;
  width: 50%;
  padding: 20px;
}
@media screen and (max-width:550px) {
  .offre_holder .offre_blok .blokconjointhold .rightpart {
    width: 100%;
  }
}
.offre_holder .offre_blok .blokconjointhold .rightpart .titlefamily {
  font-size: 12px;
  font-weight: 900;
  color: #fff;
}
.offre_holder .offre_blok .blokconjointhold .rightpart .titlefamily-child {
  margin-top: 20px;
}
.offre_holder .offre_blok .blokconjointhold .rightpart .inphold {
  margin-top: 10px;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
.offre_holder .offre_blok .blokconjointhold .rightpart .inphold .inputplus {
  position: relative;
}
.offre_holder .offre_blok .blokconjointhold .rightpart .inphold .inputplus input {
  padding-left: 10px;
  padding-right: 50px;
  width: 196px;
  border-radius: 999px;
  border: none;
  height: 40px;
}
@media screen and (max-width:400px) {
  .offre_holder .offre_blok .blokconjointhold .rightpart .inphold .inputplus input {
    width: 167px;
  }
}
.offre_holder .offre_blok .blokconjointhold .rightpart .inphold .inputplus .input__datepicker__control {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 9;
}
.offre_holder .offre_blok .blokconjointhold .rightpart .inphold .inputplus .input__datepicker__control .vdp-datepicker input {
  width: 100%;
  height: 50px;
  opacity: 0;
}
.offre_holder .offre_blok .blokconjointhold .rightpart .inphold .inputplus .vdp-datepicker__calendar {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}
@media screen and (max-width:660px) {
  .offre_holder .offre_blok .blokconjointhold .rightpart .inphold .inputplus .vdp-datepicker__calendar {
    left: -157px;
  }
}
.offre_holder .offre_blok .blokconjointhold .rightpart .inphold .inputplus .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover,
.offre_holder .offre_blok .blokconjointhold .rightpart .inphold .inputplus .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,
.offre_holder .offre_blok .blokconjointhold .rightpart .inphold .inputplus .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
  border: 1px solid #1F78EC !important;
  background: #f5f9ff !important;
  color: #343434 !important;
}
.offre_holder .offre_blok .blokconjointhold .rightpart .inphold .inputplus .vdp-datepicker__calendar .cell.disabled {
  opacity: 0.3;
}
.offre_holder .offre_blok .blokconjointhold .rightpart .inphold .inputplus .vdp-datepicker__calendar .cell.selected {
  background: #1F78EC !important;
  color: #fff !important;
}
.offre_holder .offre_blok .blokconjointhold .rightpart .inphold .inputplus .vdp-datepicker__calendar header {
  position: unset;
  background: unset;
  box-shadow: none;
  padding: 0;
}
.offre_holder .offre_blok .blokconjointhold .rightpart .inphold .inputplus .vdp-datepicker__calendar header .prev:not(.disabled):hover,
.offre_holder .offre_blok .blokconjointhold .rightpart .inphold .inputplus .vdp-datepicker__calendar header .next:not(.disabled):hover,
.offre_holder .offre_blok .blokconjointhold .rightpart .inphold .inputplus .vdp-datepicker__calendar header .up:not(.disabled):hover {
  background: #f5f9ff !important;
}
.offre_holder .offre_blok .blokconjointhold .rightpart .inphold .inputplus .vdp-datepicker__calendar header .prev:after {
  border-right: 10px solid #1F78EC !important;
}
.offre_holder .offre_blok .blokconjointhold .rightpart .inphold .inputplus .vdp-datepicker__calendar header .next:after {
  border-left: 10px solid #1F78EC !important;
}
.offre_holder .offre_blok .blokconjointhold .rightpart .inphold .inputplus .vdp-datepicker__calendar .cell {
  font-weight: 700 !important;
  color: #343434;
}
.offre_holder .offre_blok .blokconjointhold .rightpart .inphold .inputplus .vdp-datepicker__calendar header span {
  font-weight: 700 !important;
  font-size: 14px;
  color: #FFB200;
}
.offre_holder .offre_blok .blokconjointhold .rightpart .inphold .inputplus .vdp-datepicker__calendar {
  border: 0 !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
}
.offre_holder .offre_blok .blokconjointhold .rightpart .inphold .inputplus .button_calculate {
  position: absolute;
  right: 4px;
  top: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
.offre_holder .offre_blok .blokconjointhold .rightpart .inphold .inputplus .button_calculate .button {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #343434;
  font-size: 25px;
  font-weight: 400;
  color: #FFB200;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
}
.offre_holder .offre_blok .blokconjointhold .rightpart .inphold .inputplus .button_calculate .button:nth-child(2) {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-left: 3px;
}
.offre_holder .offre_blok .blokconjointhold .rightpart .inphold .inputpluschild input {
  padding-left: 60px;
}
.offre_holder .offre_blok .blokconjointhold .rightpart .inphold .inputpluschild .icone {
  position: absolute;
  top: 7px;
  left: 16px;
}
.offre_holder .offre_blok .blokconjointhold .rightpart .inphold .age_hold {
  margin-left: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width:992px) {
  .offre_holder .offre_blok .blokconjointhold .rightpart .inphold .age_hold {
    display: none;
  }
}
.offre_holder .offre_blok .blokconjointhold .rightpart .inphold .age_hold .icone {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.offre_holder .offre_blok .blokconjointhold .rightpart .inphold .age_hold .icone img {
  width: 100%;
}
.offre_holder .offre_blok .blokconjointhold .rightpart .inphold .age_hold .ages {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  font-style: italic;
}
.offre_holder .offre_blok .blokconjointhold .rightpart .inphold .delete_hold {
  margin-left: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  cursor: pointer;
}
.offre_holder .offre_blok .blokconjointhold .rightpart .inphold .delete_hold .cercle {
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
}
.offre_holder .offre_blok .blokconjointhold .rightpart .inphold .delete_hold .cercle:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #FF3B3D;
  top: 12px;
  left: 8px;
}
.offre_holder .offre_blok .blokconjointhold .rightpart .inphold .delete_hold .text {
  font-weight: 400 !important;
  font-size: 12px;
  color: #fff;
  font-style: italic;
  margin-left: 3px;
}
.offre_holder .offre_blok .blokconjointhold .rightpart .couvr_condition {
  background: #717171;
  font-size: 9px;
  font-weight: 400;
  color: #fff;
  padding: 6px 10px;
  border-radius: 10px;
  margin-top: 20px;
}
.offre_holder .offre_blok .blokconjointholdopen {
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 0px 10px #00000029;
  padding-left: 20px;
}
@media screen and (max-width:550px) {
  .offre_holder .offre_blok .blokconjointholdopen {
    padding-left: 0;
  }
}
.offre_holder .side_bar {
  width: 35%;
  height: 530px;
  position: -webkit-sticky;
  position: sticky;
  top: 142px;
}
@media screen and (max-width:992px) {
  .offre_holder .side_bar {
    height: 728px;
  }
}
@media screen and (max-width:790px) {
  .offre_holder .side_bar {
    position: fixed;
    top: unset;
    height: auto;
    bottom: 0;
    width: 100%;
    z-index: 23;
    left: 0;
  }
}
.offre_holder .side_bar .cotisation_holder {
  border-radius: 30px;
  background: #FFB200;
  padding: 15px 0;
}
@media screen and (max-width:790px) {
  .offre_holder .side_bar .cotisation_holder {
    padding: 6px 20px;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-topright: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    position: relative;
  }
}
@media screen and (max-width:400px) {
  .offre_holder .side_bar .cotisation_holder {
    padding: 6px 10px;
  }
}
.offre_holder .side_bar .cotisation_holder .btn_dtail {
  position: absolute;
  right: 10px;
  top: -18px;
  width: 80px;
  height: 30px;
  background: #343434;
  color: #FFB200;
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  cursor: pointer;
  border-radius: 999px;
}
@media screen and (max-width:790px) {
  .offre_holder .side_bar .cotisation_holder .btn_dtail {
    display: flex;
  }
}
.offre_holder .side_bar .cotisation_holder .btn_dtail span {
  font-size: 10px;
  margin-right: 5px;
  font-weight: 700;
}
.offre_holder .side_bar .cotisation_holder .btn_dtail i {
  font-size: 10px;
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
}
.offre_holder .side_bar .cotisation_holder .btn_dtail i.rotate {
  transform: rotate(180deg);
  position: relative;
  top: 2px;
}
.offre_holder .side_bar .cotisation_holder .title {
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
}
@media screen and (max-width:790px) {
  .offre_holder .side_bar .cotisation_holder .title {
    font-style: 13px;
    display: none;
  }
}
.offre_holder .side_bar .cotisation_holder .cotisation_lock {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  margin-top: 20px;
  background: #343434;
  padding: 8px 15px;
}
@media screen and (max-width:790px) {
  .offre_holder .side_bar .cotisation_holder .cotisation_lock {
    margin-top: 0;
  }
}
@media screen and (max-width:790px) {
  .offre_holder .side_bar .cotisation_holder .cotisation_lock {
    background: unset;
  }
}
.offre_holder .side_bar .cotisation_holder .cotisation_lock .cotleft {
  width: calc(100% - 50px);
}
@media screen and (max-width:790px) {
  .offre_holder .side_bar .cotisation_holder .cotisation_lock .cotleft {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
  }
}
.offre_holder .side_bar .cotisation_holder .cotisation_lock .cotleft .ligne_cot {
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
@media screen and (max-width:992px) {
  .offre_holder .side_bar .cotisation_holder .cotisation_lock .cotleft .ligne_cot {
    flex-direction: column;
  }
}
@media screen and (max-width:790px) {
  .offre_holder .side_bar .cotisation_holder .cotisation_lock .cotleft .ligne_cot {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
}
.offre_holder .side_bar .cotisation_holder .cotisation_lock .cotleft .ligne_cot:last-child {
  border-bottom: none;
}
.offre_holder .side_bar .cotisation_holder .cotisation_lock .cotleft .ligne_cot .titre {
  font-size: 12px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  margin-right: 5%;
}
@media screen and (max-width:790px) {
  .offre_holder .side_bar .cotisation_holder .cotisation_lock .cotleft .ligne_cot .titre {
    font-size: 12px;
    color: #343434;
  }
}
@media screen and (max-width:600px) {
  .offre_holder .side_bar .cotisation_holder .cotisation_lock .cotleft .ligne_cot .titre {
    width: 100%;
  }
}
.offre_holder .side_bar .cotisation_holder .cotisation_lock .cotleft .ligne_cot .titre .text_resp {
  display: none;
}
@media screen and (max-width:790px) {
  .offre_holder .side_bar .cotisation_holder .cotisation_lock .cotleft .ligne_cot .titre .text_resp {
    display: inline;
  }
}
@media screen and (max-width:790px) {
  .offre_holder .side_bar .cotisation_holder .cotisation_lock .cotleft .ligne_cot .titre .text_desc {
    display: none;
  }
}
.offre_holder .side_bar .cotisation_holder .cotisation_lock .cotleft .ligne_cot .price {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
}
@media screen and (max-width:790px) {
  .offre_holder .side_bar .cotisation_holder .cotisation_lock .cotleft .ligne_cot .price {
    font-size: 21px;
    color: #343434;
  }
}
.offre_holder .side_bar .cotisation_holder .cotisation_lock .cotleft .ligne_cot .price span {
  font-size: 17px;
  position: relative;
  top: -8px;
}
@media screen and (max-width:790px) {
  .offre_holder .side_bar .cotisation_holder .cotisation_lock .cotleft .ligne_cot .price span {
    font-size: 11px;
    position: relative;
    top: -3px;
  }
}
@media screen and (max-width:400px) {
  .offre_holder .side_bar .cotisation_holder .cotisation_lock .cotleft .ligne_cot .price span {
    font-size: 8px;
  }
}
.offre_holder .side_bar .cotisation_holder .cotisation_lock .img {
  width: 30px;
  height: 30px;
  margin-left: 15px;
}
@media screen and (max-width:790px) {
  .offre_holder .side_bar .cotisation_holder .cotisation_lock .img {
    display: none;
  }
}
.offre_holder .side_bar .cotisation_holder .cotisation_lock .img img {
  width: 30px;
}
.offre_holder .side_bar .cotisation_holder .cotisation_descr {
  padding: 0 20px;
}
@media screen and (max-width:790px) {
  .offre_holder .side_bar .cotisation_holder .cotisation_descr {
    height: 0;
    overflow: hidden;
    transition: all 1.3s ease-in-out;
  }
}
.offre_holder .side_bar .cotisation_holder .cotisation_descr.cotisation_descr_open {
  height: auto;
}
.offre_holder .side_bar .cotisation_holder .cotisation_descr .ligne_cot {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  padding: 5px 0;
}
.offre_holder .side_bar .cotisation_holder .cotisation_descr .ligne_cot .titre {
  font-size: 10px;
  font-weight: 600;
  color: #fff;
}
.offre_holder .side_bar .cotisation_holder .cotisation_descr .ligne_cot .price {
  text-align: right;
  font-size: 16px;
  font-weight: 900;
  color: #343434;
}
.offre_holder .side_bar .cotisation_holder .cotisation_descr .ligne_cot .price span {
  font-size: 10px;
  position: relative;
  top: -3px;
}
.offre_holder .side_bar .cotisation_holder .cotisation_descr .ligne_cot_big {
  border-bottom: 1px solid #fff;
}
.offre_holder .side_bar .cotisation_holder .cotisation_descr .ligne_cot_big .titre {
  font-weight: 900;
}
.offre_holder .side_bar .cotisation_holder .cotisation_descr .ligne_cot_big .price {
  font-size: 20px;
}
.offre_holder .side_bar .cotisation_holder .cotisation_descr .ligne_cot_big .price span {
  font-size: 12px;
  position: relative;
  top: -5px;
}
.offre_holder .side_bar .cotisation_holder .cotisation_descr .ligne_cot_final {
  border-bottom: 1px solid #fff;
}
.offre_holder .side_bar .cotisation_holder .button_hold {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  margin-top: 10px;
  padding-left: 20px;
}
@media screen and (max-width:992px) {
  .offre_holder .side_bar .cotisation_holder .button_hold {
    flex-direction: column;
  }
}
@media screen and (max-width:790px) {
  .offre_holder .side_bar .cotisation_holder .button_hold {
    margin-top: 0;
    justify-content: center;
    flex-direction: row;
  }
}
.offre_holder .side_bar .cotisation_holder .button_hold .btn {
  padding: 16px 5px;
  background: #343434;
  text-align: center;
  width: 30%;
  margin-right: 2%;
  border-radius: 999px;
  cursor: pointer;
  min-width: 138px;
  transition: all 0.2s ease-in-out;
}
.offre_holder .side_bar .cotisation_holder .button_hold .btn:hover {
  background: #fff;
}
.offre_holder .side_bar .cotisation_holder .button_hold .btn:hover a {
  color: #FFB200;
}
@media screen and (max-width:992px) {
  .offre_holder .side_bar .cotisation_holder .button_hold .btn {
    margin-bottom: 10px;
  }
}
@media screen and (max-width:790px) {
  .offre_holder .side_bar .cotisation_holder .button_hold .btn {
    width: 138px;
    height: 33px;
    padding: 8px 2px;
    margin-top: 0px;
    margin-bottom: 0;
  }
}
.offre_holder .side_bar .cotisation_holder .button_hold .btn:last-child a {
  text-decoration: underline;
}
.offre_holder .side_bar .cotisation_holder .button_hold .btn a {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}
.offre_holder .side_bar .complementaire {
  border-radius: 30px;
  background: #343434;
  padding: 15px 20px;
  margin-top: 10px;
}
@media screen and (max-width:992px) {
  .offre_holder .side_bar .complementaire {
    padding: 15px 5px;
  }
}
@media screen and (max-width:790px) {
  .offre_holder .side_bar .complementaire {
    margin-top: 0;
    padding: 6px 20px;
    text-align: center;
    border-radius: 0px;
  }
}
@media screen and (max-width:400px) {
  .offre_holder .side_bar .complementaire {
    padding: 6px 0px;
  }
}
.offre_holder .side_bar .complementaire .title {
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  width: 70%;
  text-align: center;
  margin: 10px auto 30px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}
@media screen and (max-width:790px) {
  .offre_holder .side_bar .complementaire .title {
    margin: 5px auto 5px;
  }
}
@media screen and (max-width:600px) {
  .offre_holder .side_bar .complementaire .title {
    font-size: 10px;
    font-weight: 400;
    width: 100%;
  }
}
.offre_holder .side_bar .complementaire .blok_couv {
  width: 70%;
  background: #fff;
  border-radius: 999px;
  padding: 15px 20px;
  margin: 0 auto 10px;
  position: relative;
}
@media screen and (max-width:1200px) {
  .offre_holder .side_bar .complementaire .blok_couv {
    width: 86%;
  }
}
@media screen and (max-width:992px) {
  .offre_holder .side_bar .complementaire .blok_couv {
    width: 95%;
  }
}
@media screen and (max-width:790px) {
  .offre_holder .side_bar .complementaire .blok_couv {
    width: 240px;
    display: inline-block;
    padding: 15px 9px;
    background: #343434;
    border: 2px solid #fff;
  }
}
@media screen and (max-width:550px) {
  .offre_holder .side_bar .complementaire .blok_couv {
    width: 200px;
    display: inline-block;
  }
}
@media screen and (max-width:450px) {
  .offre_holder .side_bar .complementaire .blok_couv {
    width: 138px;
  }
}
@media screen and (max-width:450px) {
  .offre_holder .side_bar .complementaire .blok_couv:nth-child(3n) {
    margin-left: 10px;
    width: 154px;
  }
}
.offre_holder .side_bar .complementaire .blok_couv .input__checkbox {
  width: 68%;
}
@media screen and (max-width:450px) {
  .offre_holder .side_bar .complementaire .blok_couv .input__checkbox {
    width: 88%;
  }
}
.offre_holder .side_bar .complementaire .blok_couv .input__checkbox input {
  display: none;
}
.offre_holder .side_bar .complementaire .blok_couv .input__checkbox .input__checkbox__label {
  display: flex;
  align-items: center;
  color: #343434;
  font-size: 14px;
  font-weight: 900;
  margin-top: 0px;
  line-height: 14px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width:1200px) {
  .offre_holder .side_bar .complementaire .blok_couv .input__checkbox .input__checkbox__label {
    font-size: 12px;
  }
}
@media screen and (max-width:790px) {
  .offre_holder .side_bar .complementaire .blok_couv .input__checkbox .input__checkbox__label {
    color: #fff;
    padding-left: 20px;
  }
}
@media screen and (max-width:600px) {
  .offre_holder .side_bar .complementaire .blok_couv .input__checkbox .input__checkbox__label {
    font-size: 10px;
  }
}
@media screen and (max-width:550px) {
  .offre_holder .side_bar .complementaire .blok_couv .input__checkbox .input__checkbox__label {
    padding-left: 2px;
  }
}
@media screen and (max-width:450px) {
  .offre_holder .side_bar .complementaire .blok_couv .input__checkbox .input__checkbox__label {
    padding-left: 0px;
    position: relative;
    left: -4px;
    letter-spacing: -0.8px;
  }
}
.offre_holder .side_bar .complementaire .blok_couv .input__checkbox .input__checkbox__label i {
  position: absolute;
  color: #fff;
  left: 0px;
  top: 0px;
  font-weight: 400;
  font-size: 20px;
  display: none;
}
@media screen and (max-width:790px) {
  .offre_holder .side_bar .complementaire .blok_couv .input__checkbox .input__checkbox__label i {
    display: none;
  }
}
@media screen and (max-width:790px) {
  .offre_holder .side_bar .complementaire .blok_couv .input__checkbox .input__checkbox__label_prevoy {
    padding-left: 30px;
  }
}
@media screen and (max-width:450px) {
  .offre_holder .side_bar .complementaire .blok_couv .input__checkbox .input__checkbox__label_prevoy {
    padding-left: 4px;
  }
}
.offre_holder .side_bar .complementaire .blok_couv .input__checkbox .input__checkbox__customCheck {
  position: relative;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: 0 16px 0 0;
  border: 2px solid #343434 !important;
  border-radius: 3px;
}
@media screen and (max-width:1200px) {
  .offre_holder .side_bar .complementaire .blok_couv .input__checkbox .input__checkbox__customCheck {
    margin: 0 6px 0 0;
  }
}
@media screen and (max-width:790px) {
  .offre_holder .side_bar .complementaire .blok_couv .input__checkbox .input__checkbox__customCheck {
    display: none;
  }
}
@media screen and (max-width:400px) {
  .offre_holder .side_bar .complementaire .blok_couv .input__checkbox .input__checkbox__customCheck {
    margin: 0 6px 0 0;
  }
}
.offre_holder .side_bar .complementaire .blok_couv .input__checkbox .input__checkbox__check:checked + .input__checkbox__label .input__checkbox__customCheck {
  border: 2px solid #FFB200 !important;
  background: #FFB200;
}
.offre_holder .side_bar .complementaire .blok_couv .input__checkbox .input__checkbox__check:checked + .input__checkbox__label i {
  display: block;
}
@media screen and (max-width:790px) {
  .offre_holder .side_bar .complementaire .blok_couv .input__checkbox .input__checkbox__check:checked + .input__checkbox__label i {
    display: none;
  }
}
.offre_holder .side_bar .complementaire .blok_couv .btn_modif {
  width: 60px;
  height: 30px;
  background: #fff;
  border-radius: 999px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  cursor: pointer;
  position: relative;
  border: 1px solid #343434;
  margin-right: 20px;
  position: absolute;
  right: 0;
  top: 11px;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width:790px) {
  .offre_holder .side_bar .complementaire .blok_couv .btn_modif {
    display: none;
  }
}
.offre_holder .side_bar .complementaire .blok_couv .btn_modif:hover {
  background: #FFB200;
  border: 1px solid #FFB200;
}
.offre_holder .side_bar .complementaire .blok_couv .btn_modif:hover span {
  color: #fff;
}
.offre_holder .side_bar .complementaire .blok_couv .btn_modif span {
  font-size: 9px;
  font-weight: 700;
  color: #343434;
}
.offre_holder .side_bar .complementaire .blok_couv .btn_ajouter {
  width: 50px;
  height: 30px;
  background: #FFB200;
  border-radius: 999px;
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  cursor: pointer;
  position: relative;
  border: 1px solid #FFB200;
  margin-right: 20px;
  position: absolute;
  right: -7px;
  top: 7px;
}
@media screen and (max-width:790px) {
  .offre_holder .side_bar .complementaire .blok_couv .btn_ajouter {
    display: flex;
  }
}
@media screen and (max-width:450px) {
  .offre_holder .side_bar .complementaire .blok_couv .btn_ajouter {
    width: 42px;
    height: 23px;
    top: 9px;
    right: -18px;
  }
}
.offre_holder .side_bar .complementaire .blok_couv .btn_ajouter span {
  font-size: 8px;
  font-weight: 700;
  color: #fff;
}
.offre_holder .side_bar .complementaire .blok_couv .im_trash {
  display: none;
}
@media screen and (max-width:790px) {
  .offre_holder .side_bar .complementaire .blok_couv_active {
    background: #fff;
    border: 2px solid #fff;
    position: relative;
  }
}
@media screen and (max-width:790px) {
  .offre_holder .side_bar .complementaire .blok_couv_active .input__checkbox .input__checkbox__label {
    color: #343434;
  }
}
@media screen and (max-width:790px) {
  .offre_holder .side_bar .complementaire .blok_couv_active .btn_ajouter {
    display: none;
  }
}
@media screen and (max-width:790px) {
  .offre_holder .side_bar .complementaire .blok_couv_active .btn_modif {
    display: flex;
    right: -7px;
    top: 7px;
    width: 50px;
    height: 30px;
    background: #343434;
    color: #fff;
  }
  .offre_holder .side_bar .complementaire .blok_couv_active .btn_modif span {
    font-size: 8px;
    color: #fff;
  }
}
@media screen and (max-width:450px) {
  .offre_holder .side_bar .complementaire .blok_couv_active .btn_modif {
    width: 42px;
    right: -20px;
    height: 23px;
    top: 9px;
  }
}
@media screen and (max-width:790px) {
  .offre_holder .side_bar .complementaire .blok_couv_active .im_trash {
    display: block;
    position: absolute;
    top: -5px;
    left: -6px;
  }
  .offre_holder .side_bar .complementaire .blok_couv_active .im_trash img {
    width: 22px;
  }
}

.info_sup {
  position: relative;
  z-index: 10;
  margin-top: 40px;
}
.info_sup .img_text_hold {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
@media screen and (max-width:660px) {
  .info_sup .img_text_hold {
    flex-direction: column;
  }
}
.info_sup .img_text_hold .image_hold {
  width: 50%;
}
@media screen and (max-width:660px) {
  .info_sup .img_text_hold .image_hold {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width:992px) {
  .info_sup .img_text_hold .image_hold img {
    width: 100%;
  }
}
@media screen and (max-width:660px) {
  .info_sup .img_text_hold .image_hold img {
    max-width: 330px;
  }
}
.info_sup .img_text_hold .descr_hold {
  width: 48%;
}
@media screen and (max-width:660px) {
  .info_sup .img_text_hold .descr_hold {
    width: 100%;
    margin-top: 10px;
  }
}
.info_sup .img_text_hold .descr_hold h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 3.125em;
  color: #1F78EC;
  font-weight: 900;
  line-height: 55px;
  max-width: 560px;
  margin-bottom: 20px;
}
@media screen and (max-width:992px) {
  .info_sup .img_text_hold .descr_hold h2 {
    font-size: 1.875em;
    line-height: 35px;
  }
}
@media screen and (max-width:660px) {
  .info_sup .img_text_hold .descr_hold h2 {
    font-size: 1.625em;
    line-height: 31px;
  }
}
.info_sup .img_text_hold .descr_hold p {
  max-width: 90%;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #343434;
  font-weight: 400;
  line-height: 20px;
}
@media screen and (max-width:660px) {
  .info_sup .img_text_hold .descr_hold p {
    font-size: 0.75em;
    line-height: 18px;
  }
}
.info_sup .img_text_hold .descr_hold ul {
  font-family: "Montserrat", sans-serif;
  list-style-type: disc;
  color: #1F78EC;
  margin-left: 20px;
  font-size: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.info_sup .img_text_hold .descr_hold ul span {
  color: #343434;
  font-size: 14px;
  position: relative;
  top: -2px;
}
@media screen and (max-width:660px) {
  .info_sup .img_text_hold .descr_hold ul span {
    font-size: 12px;
  }
}
.info_sup .service_text {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
@media screen and (max-width:660px) {
  .info_sup .service_text {
    flex-direction: column;
    margin-top: 35px;
  }
}
.info_sup .service_text .left_part {
  width: 50%;
}
@media screen and (max-width:660px) {
  .info_sup .service_text .left_part {
    width: 100%;
    margin-bottom: 10px;
  }
}
.info_sup .service_text .left_part .title {
  font-family: "Montserrat", sans-serif;
  font-size: 3.125em;
  color: #343434;
  font-weight: 900;
  line-height: 55px;
  max-width: 410px;
}
@media screen and (max-width:992px) {
  .info_sup .service_text .left_part .title {
    font-size: 1.875em;
    line-height: 35px;
  }
}
.info_sup .service_text .left_part .decr {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #343434;
  font-weight: 400;
  line-height: 20px;
  max-width: 410px;
  margin-top: 20px;
}
@media screen and (max-width:660px) {
  .info_sup .service_text .left_part .decr {
    font-size: 0.75em;
    line-height: 18px;
  }
}
.info_sup .service_text .right_part {
  position: relative;
  margin-left: auto;
  max-width: 470px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #343434;
  font-weight: 400;
  line-height: 20px;
  margin-top: 130px;
  margin-right: 47px;
}
@media screen and (max-width:660px) {
  .info_sup .service_text .right_part {
    margin-right: 0;
    font-size: 0.75em;
    line-height: 18px;
    margin-top: 0;
  }
}
.info_sup .service_text .right_part p {
  text-align: right;
}
.info_sup .service_text .right_part .icones_hold {
  position: absolute;
  right: 0;
  margin-top: 10px;
}
@media screen and (max-width:992px) {
  .info_sup .service_text .right_part .icones_hold {
    display: none;
  }
}
.info_sup .service_text .right_part .icones_hold img {
  width: 60px;
}
.info_sup .avantage_hold {
  position: relative;
  margin-bottom: 190px;
}
@media screen and (max-width:660px) {
  .info_sup .avantage_hold {
    margin-top: 50px;
    margin-bottom: 90px;
  }
}
.info_sup .avantage_hold .disk_hold {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width:660px) {
  .info_sup .avantage_hold .disk_hold {
    width: 100%;
  }
}
.info_sup .avantage_hold .disk_hold .disk {
  position: absolute;
  border-radius: 50%;
}
.info_sup .avantage_hold .disk_hold .disk1 {
  z-index: 1;
  width: 600px;
  height: 600px;
  left: -100px;
  top: 61px;
  background: #FFB200;
}
@media screen and (max-width:992px) {
  .info_sup .avantage_hold .disk_hold .disk1 {
    width: 450px;
    height: 450px;
  }
}
@media screen and (max-width:660px) {
  .info_sup .avantage_hold .disk_hold .disk1 {
    width: 250px;
    height: 250px;
    left: 50%;
  }
}
.info_sup .avantage_hold .disk_hold .disk2 {
  z-index: 2;
  width: 60px;
  height: 60px;
  left: 100px;
  top: 461px;
  background: #1F78EC;
}
@media screen and (max-width:992px) {
  .info_sup .avantage_hold .disk_hold .disk2 {
    top: 361px;
  }
}
@media screen and (max-width:660px) {
  .info_sup .avantage_hold .disk_hold .disk2 {
    display: none;
  }
}
.info_sup .avantage_hold .disk_hold .disk3 {
  z-index: 2;
  width: 165px;
  height: 165px;
  left: 257px;
  top: 568px;
  background: #fff;
}
@media screen and (max-width:992px) {
  .info_sup .avantage_hold .disk_hold .disk3 {
    top: 400px;
    left: 208px;
  }
}
@media screen and (max-width:660px) {
  .info_sup .avantage_hold .disk_hold .disk3 {
    display: none;
  }
}
.info_sup .avantage_hold .avantage {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  position: relative;
  z-index: 3;
}
.info_sup .avantage_hold .avantage .img_hold img {
  width: 200px;
}
@media screen and (max-width:992px) {
  .info_sup .avantage_hold .avantage .img_hold img {
    width: 140px;
  }
}
.info_sup .avantage_hold .avantage .description {
  margin-left: 20px;
  max-width: 470px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #343434;
  font-weight: 400;
  line-height: 20px;
  margin-top: 7px;
}
.info_sup .avantage_hold .avantege1 {
  margin-left: 5%;
  margin-top: 25px;
}
.info_sup .avantage_hold .avantege2 {
  margin-top: -231px;
  margin-left: 27%;
}
@media screen and (max-width:992px) {
  .info_sup .avantage_hold .avantege2 {
    margin-top: -170px;
  }
}
@media screen and (max-width:660px) {
  .info_sup .avantage_hold .avantege2 {
    margin-top: 35px;
    flex-direction: row-reverse;
    margin-left: 0;
  }
}
.info_sup .avantage_hold .heyme_text {
  font-family: "Montserrat", sans-serif;
  font-size: 1.875em;
  color: #343434;
  font-weight: 900;
  line-height: 35px;
  max-width: 500px;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 27px;
}
@media screen and (max-width:992px) {
  .info_sup .avantage_hold .heyme_text {
    z-index: 4;
    font-size: 1.5em;
    max-width: 320px;
  }
}
@media screen and (max-width:660px) {
  .info_sup .avantage_hold .heyme_text {
    position: unset;
    text-align: left;
    max-width: 600px;
    margin-top: 30px;
  }
}

.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 1000;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  display: none;
}
.popup .block_warning {
  max-width: 600px;
  width: 90%;
  margin: 1.75rem auto;
  height: 300px;
  border: 3px solid #FF3B3D;
  border-radius: 30px;
  background-color: #fff;
  transform: scale(0);
  transition: all 4.3s ease-in-out;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.popup .block_warning h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 3.125em;
  color: #FF3B3D;
  font-weight: 900;
  margin-top: 35px;
  text-align: center;
}
@media screen and (max-width:450px) {
  .popup .block_warning h2 {
    font-size: 1.875em;
  }
}
.popup .block_warning .warn_text {
  margin-top: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25em;
  color: #FF3B3D;
  font-weight: 900;
  text-align: center;
  padding: 0 16px;
}
@media screen and (max-width:450px) {
  .popup .block_warning .warn_text {
    font-size: 1em;
  }
}
.popup .block_warning .warn_textblack {
  color: #343434;
}
.popup .block_warning .btns_hold {
  text-align: center;
  margin-top: 70px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
.popup .block_warning .btns_hold .btn {
  margin-right: 15px;
  border: none;
  border-radius: 999px;
  text-align: center;
  background: #343434;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #fff;
  font-weight: 700;
  padding: 11px 20px;
  transition: all 0.3s ease-in-out;
  min-width: 140px;
  text-align: center;
  box-shadow: 0px 3px 6px #00000029;
  cursor: pointer;
}
@media screen and (max-width:450px) {
  .popup .block_warning .btns_hold .btn {
    font-size: 0.6875em;
    min-width: 110px;
  }
}
.popup .block_warning .btns_hold .btn:hover {
  color: #fff;
  background: #FF3B3D;
}
.popup .block_warning .btns_hold .btn_rester {
  margin-right: 0;
}
.popup .block_warning .btns_hold .btn_rester:hover {
  color: #fff;
  background: #FFB200;
}
.popup .block_warning_show {
  transform: scale(1);
}

.modal-backdrop {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.2;
  z-index: 999;
}

.lds-ellipsis {
  top: 50%;
  position: fixed;
  z-index: 9999;
  left: 50%;
  display: none;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #1F78EC;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 14px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 40px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 66px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.bgpopup {
  background: #343434;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "Montserrat", sans-serif;
}

.modaldialog {
  /*transform: translate(0,0);*/
}
.modaldialog .details_holder {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  padding-top: 100px;
  padding-bottom: 200px;
}
@media screen and (max-width:790px) {
  .modaldialog .details_holder {
    flex-direction: column;
  }
}
.modaldialog .details_holder .leftside_detail {
  width: 30%;
  height: 340px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  background-color: #fff;
  border-radius: 30px;
  padding: 20px;
}
@media screen and (max-width:790px) {
  .modaldialog .details_holder .leftside_detail {
    width: 100%;
    margin-bottom: 20px;
    height: auto;
    position: relative;
    top: 0;
  }
}
.modaldialog .details_holder .leftside_detail .button_big {
  width: 100%;
  margin: 0 auto 10px;
  background: #343434;
  border-radius: 999px;
  height: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  padding: 5px 20px;
  cursor: pointer;
}
.modaldialog .details_holder .leftside_detail .button_big .img_hold {
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
.modaldialog .details_holder .leftside_detail .button_big .img_hold img {
  width: 80%;
}
.modaldialog .details_holder .leftside_detail .button_big .titre {
  max-width: 152px;
  font-size: 12px;
  font-weight: 900;
  color: #fff;
}
.modaldialog .details_holder .leftside_detail .complement_hold {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
.modaldialog .details_holder .leftside_detail .complement_hold .button_small {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  background: #f5f5f5;
  border-radius: 999px;
  padding: 5px 10px;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 10px;
  cursor: pointer;
}
.modaldialog .details_holder .leftside_detail .complement_hold .button_small:nth-child(2n) {
  margin-right: 0;
}
.modaldialog .details_holder .leftside_detail .complement_hold .button_small .img_hold {
  width: 20px;
  height: 20px;
}
.modaldialog .details_holder .leftside_detail .complement_hold .button_small .img_hold img {
  width: 100%;
}
.modaldialog .details_holder .leftside_detail .complement_hold .button_small .titre {
  margin-left: 10px;
  font-size: 10px;
  font-weight: 900;
  color: #343434;
}
.modaldialog .details_holder .leftside_detail .button_big_active {
  background: #207CF3;
  position: relative;
}
.modaldialog .details_holder .leftside_detail .button_big_active:after {
  content: "";
  position: absolute;
  right: 23px;
  top: 17px;
  background: url("../img/arrow-right.png");
  width: 33px;
  height: 26px;
}
.modaldialog .details_holder .rightside_detail {
  width: 68%;
  margin-left: 2%;
}
@media screen and (max-width:790px) {
  .modaldialog .details_holder .rightside_detail {
    width: 100%;
    margin-left: 0;
  }
}
.modaldialog .details_holder .rightside_detail .blok_hold {
  border-radius: 30px;
  background-color: #fff;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width:550px) {
  .modaldialog .details_holder .rightside_detail .blok_hold {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.modaldialog .details_holder .rightside_detail .blok_hold .bloktitre {
  height: 100px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  font-size: 25px;
  font-weight: 900;
  color: #343434;
}
.modaldialog .details_holder .rightside_detail .blok_hold .blok_description {
  padding-bottom: 40px;
}
.modaldialog .details_holder .rightside_detail .blok_hold .blok_description .ligne3col {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
@media screen and (max-width:500px) {
  .modaldialog .details_holder .rightside_detail .blok_hold .blok_description .ligne3col {
    flex-wrap: wrap;
  }
}
.modaldialog .details_holder .rightside_detail .blok_hold .blok_description .ligne3col .col {
  height: 90px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #343434;
}
@media screen and (max-width:500px) {
  .modaldialog .details_holder .rightside_detail .blok_hold .blok_description .ligne3col .col {
    font-size: 12px;
    line-height: 14px;
  }
}
.modaldialog .details_holder .rightside_detail .blok_hold .blok_description .ligne3col .col1 {
  width: 60%;
  border-bottom: 1px solid #cacaca;
  /*max-width: 400px;*/
}
@media screen and (max-width:500px) {
  .modaldialog .details_holder .rightside_detail .blok_hold .blok_description .ligne3col .col1 {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
@media screen and (max-width:500px) {
  .modaldialog .details_holder .rightside_detail .blok_hold .blok_description .ligne3col .col1.coltitre {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.modaldialog .details_holder .rightside_detail .blok_hold .blok_description .ligne3col .col2 {
  width: 20%;
  border-bottom: 1px solid #cacaca;
  justify-content: center;
  font-weight: 900;
}
@media screen and (max-width:500px) {
  .modaldialog .details_holder .rightside_detail .blok_hold .blok_description .ligne3col .col2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    height: 40px;
  }
}
.modaldialog .details_holder .rightside_detail .blok_hold .blok_description .ligne3col .col2.coltitre {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width:500px) {
  .modaldialog .details_holder .rightside_detail .blok_hold .blok_description .ligne3col .col2.coltitre {
    display: none;
  }
}
.modaldialog .details_holder .rightside_detail .blok_hold .blok_description .ligne3col .col3 {
  width: 20%;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #FFB200;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  color: #fff;
  font-weight: 900;
  justify-content: center;
}
@media screen and (max-width:500px) {
  .modaldialog .details_holder .rightside_detail .blok_hold .blok_description .ligne3col .col3 {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    height: 40px;
    font-size: 12px;
  }
}
.modaldialog .details_holder .rightside_detail .blok_hold .blok_description .ligne3col .col3.coltitre {
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width:500px) {
  .modaldialog .details_holder .rightside_detail .blok_hold .blok_description .ligne3col .col3.coltitre {
    display: none;
  }
}
.modaldialog .details_holder .rightside_detail .blok_hold .blok_description .ligne3col .raduistop {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media screen and (max-width:500px) {
  .modaldialog .details_holder .rightside_detail .blok_hold .blok_description .ligne3col .raduistop {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}
.modaldialog .details_holder .rightside_detail .blok_hold .blok_description .ligne3col .raduisbottom {
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom: none;
}
@media screen and (max-width:500px) {
  .modaldialog .details_holder .rightside_detail .blok_hold .blok_description .ligne3col .raduisbottom {
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
.modaldialog .details_holder .rightside_detail .blok_hold .blok_description .ligne3col .coltitre {
  font-size: 20px;
  font-weight: 900;
}
.modaldialog .details_holder .rightside_detail .blok_hold .blok_description .ligne3col .coltitre span {
  font-size: 12px;
  font-weight: 400;
  display: block;
}
.modaldialog .details_holder .rightside_detail .blok_hold .blok_description .ligne3col .coltitreyellow {
  background-color: #fff;
  color: #FFB200;
  border-bottom: none;
}
.modaldialog .details_holder .rightside_detail .blok_hold .blok_description .resp_title {
  display: none;
}
@media screen and (max-width:500px) {
  .modaldialog .details_holder .rightside_detail .blok_hold .blok_description .resp_title {
    display: block;
  }
}
.modaldialog .details_holder .rightside_detail .blok_hold .blok_description .info_sup {
  font-size: 10px;
  font-weight: 400;
  color: #343434;
  line-height: 12px;
}
.modaldialog .details_holder .rightside_detail .blok_hold .blok_description .ligne1col {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
.modaldialog .details_holder .rightside_detail .blok_hold .blok_description .ligne1col .col {
  height: 90px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  font-size: 20px;
  font-weight: 900;
  line-height: 16px;
  color: #343434;
  border-bottom: 1px solid #cacaca;
  width: 100%;
}
.modaldialog .details_holder .rightside_detail .blok_hold .blok_description .ligne2colfrac {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  width: 100%;
}
@media screen and (max-width:500px) {
  .modaldialog .details_holder .rightside_detail .blok_hold .blok_description .ligne2colfrac {
    flex-direction: column;
  }
}
.modaldialog .details_holder .rightside_detail .blok_hold .blok_description .ligne2colfrac .col1 {
  width: 60%;
}
@media screen and (max-width:500px) {
  .modaldialog .details_holder .rightside_detail .blok_hold .blok_description .ligne2colfrac .col1 {
    width: 100%;
  }
}
.modaldialog .details_holder .rightside_detail .blok_hold .blok_description .ligne2colfrac .col1 .colrow {
  height: 90px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #343434;
  border-bottom: 1px solid #cacaca;
}
@media screen and (max-width:500px) {
  .modaldialog .details_holder .rightside_detail .blok_hold .blok_description .ligne2colfrac .col1 .colrow {
    height: auto;
    padding: 11px 0;
  }
}
.modaldialog .details_holder .rightside_detail .blok_hold .blok_description .ligne2colfrac .col2 {
  width: 40%;
  border-bottom: 1px solid #cacaca;
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  color: #343434;
  border-bottom: 1px solid #cacaca;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
}
@media screen and (max-width:500px) {
  .modaldialog .details_holder .rightside_detail .blok_hold .blok_description .ligne2colfrac .col2 {
    width: 100%;
    background-color: #343434;
    color: #fff;
    justify-content: flex-start;
  }
}
@media screen and (max-width:500px) {
  .modaldialog .details_holder .rightside_detail .blok_hold .blok_description .ligne2colfrac .col2 p {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    width: 100%;
    padding: 10px 5px;
  }
}
@media screen and (max-width:500px) {
  .modaldialog .details_holder .rightside_detail .blok_hold .blok_description .ligne2colfrac .col2 p span {
    line-height: 10px;
  }
}
@media screen and (max-width:500px) {
  .modaldialog .details_holder .rightside_detail .blok_hold .blok_description .ligne2colfrac .col2 br {
    /*display: none;*/
  }
}
.modaldialog .details_holder .rightside_detail .blok_hold .blok_description .ligne2col {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  width: 100%;
}
.modaldialog .details_holder .rightside_detail .blok_hold .blok_description .ligne2col .col1 {
  width: 70%;
  height: 90px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #343434;
  border-bottom: 1px solid #cacaca;
}
@media screen and (max-width:500px) {
  .modaldialog .details_holder .rightside_detail .blok_hold .blok_description .ligne2col .col1 {
    height: 49px;
    font-size: 12px;
    line-height: 14px;
  }
}
.modaldialog .details_holder .rightside_detail .blok_hold .blok_description .ligne2col .col2 {
  width: 30%;
  height: 90px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  font-size: 16px;
  font-weight: 900;
  line-height: 18px;
  color: #343434;
  border-bottom: 1px solid #cacaca;
}
@media screen and (max-width:500px) {
  .modaldialog .details_holder .rightside_detail .blok_hold .blok_description .ligne2col .col2 {
    height: 49px;
    font-size: 12px;
    line-height: 14px;
  }
}
@media screen and (max-width:700px) {
  .modaldialog .details_holder .rightside_detail .blok_hold_prevoyance {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width:700px) {
  .modaldialog .details_holder .rightside_detail .blok_hold_prevoyance .bloktitre {
    padding-left: 50px;
  }
}
.modaldialog .details_holder .rightside_detail .blok_hold_prevoyance .prev_holder {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  padding-bottom: 25px;
}
@media screen and (max-width:700px) {
  .modaldialog .details_holder .rightside_detail .blok_hold_prevoyance .prev_holder {
    flex-wrap: wrap;
  }
}
.modaldialog .details_holder .rightside_detail .blok_hold_prevoyance .blok_description {
  width: 68%;
}
@media screen and (max-width:700px) {
  .modaldialog .details_holder .rightside_detail .blok_hold_prevoyance .blok_description {
    width: 100%;
    padding: 0 20px;
  }
}
.modaldialog .details_holder .rightside_detail .blok_hold_prevoyance .blok_description .ligne1col .col {
  color: #FFB200;
}
.modaldialog .details_holder .rightside_detail .blok_hold_prevoyance .blok_carrance {
  width: 30%;
  margin-left: 2%;
  background: #343434;
  padding: 0 20px;
  border-radius: 10px;
}
@media screen and (max-width:700px) {
  .modaldialog .details_holder .rightside_detail .blok_hold_prevoyance .blok_carrance {
    width: 100%;
    margin-left: 0;
  }
}
.modaldialog .details_holder .rightside_detail .blok_hold_prevoyance .blok_carrance .ligne1col {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
.modaldialog .details_holder .rightside_detail .blok_hold_prevoyance .blok_carrance .ligne1col .col {
  height: 90px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  align-content: stretch;
  font-size: 14px;
  font-weight: 900;
  line-height: 16px;
  color: #fff;
  border-bottom: 1px solid #fff;
  width: 100%;
}
@media screen and (max-width:500px) {
  .modaldialog .details_holder .rightside_detail .blok_hold_prevoyance .blok_carrance .ligne1col .col {
    height: 49px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.modaldialog .details_holder .rightside_detail .blok_hold_prevoyance .blok_carrance .ligne1col .col span {
  font-weight: 400;
  margin-top: 2px;
}
.modaldialog .details_holderpdf {
  padding-top: 52px;
}

.poptop {
  position: fixed;
  /*top: -31px;
  width: 100%;*/
  width: 99%;
  top: 50px;
  left: 0;
  height: 80px;
  box-shadow: 0px 0px 10px #00000029;
  background: #fff;
  padding: 15px 0;
  z-index: 10;
}
.poptop .container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
.poptop .btn_retour {
  width: 120px;
  height: 50px;
  background: #343434;
  border-radius: 999px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  cursor: pointer;
}
.poptop .btn_retour .close {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin-right: 7px;
}
.poptop .btn_retour .retour_text {
  font-size: 12px;
  font-weight: 900;
  color: #fff;
}
.poptop .detail_text {
  font-size: 16px;
  font-weight: 900;
  color: #343434;
  margin-left: 30px;
}

.bodyover {
  overflow: hidden;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 1s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

#appfreelane {
  position: relative;
  z-index: 4;
}
#appfreelane .bghold {
  position: relative;
  top: -45px;
}
@media screen and (max-width:992px) {
  #appfreelane .bghold {
    top: -115px;
  }
}
#appfreelane .bg {
  border-radius: 50% 50% 50% 50%/0% 0% 100% 100%;
  width: 146%;
  position: absolute;
  left: -21%;
  background-color: #343434;
  height: 842px;
  overflow: hidden;
  top: 0;
}
@media screen and (max-width:450px) {
  #appfreelane .bg {
    width: 174%;
    left: -38%;
  }
}
#appfreelane .bg_jaune {
  background-color: #FFB200;
  height: 786px;
}
@media screen and (max-width:500px) {
  #appfreelane .bg_jaune {
    height: 601px;
    width: 130%;
    left: -15%;
  }
}
@media screen and (max-width:400px) {
  #appfreelane .bg_jaune {
    height: 552px;
    width: 171%;
    left: -31%;
  }
}
#appfreelane .bg_jaune .container {
  max-width: 1200px;
}
#appfreelane .bg_jaune .container .img_hold {
  width: 854px;
  margin-left: auto;
}
@media screen and (max-width:992px) {
  #appfreelane .bg_jaune .container .img_hold {
    width: 854px;
    position: relative;
    top: 123px;
  }
}
#appfreelane .bg_jaune .container .img_hold img {
  width: 860px;
}
@media screen and (max-width:992px) {
  #appfreelane .bg_jaune .container .img_hold img {
    width: 740px;
  }
}
@media screen and (max-width:500px) {
  #appfreelane .bg_jaune .container .img_hold img {
    width: 530px;
  }
}
#appfreelane .container {
  z-index: 12;
}
#appfreelane .container .breadcrumbs__section {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: stretch;
  margin-top: 35px;
}
@media screen and (max-width:992px) {
  #appfreelane .container .breadcrumbs__section {
    display: none;
  }
}
#appfreelane .container .breadcrumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  max-width: 830px;
  width: 100%;
  background: #fff;
  padding: 10px 0 10px 40px;
  border-radius: 999px;
}
#appfreelane .container .breadcrumbs .breadcrumbs__item {
  margin-right: 20px;
  padding-right: 23px;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
#appfreelane .container .breadcrumbs .breadcrumbs__item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#appfreelane .container .breadcrumbs .breadcrumbs__item:nth-last-child(1):after {
  display: none;
}
#appfreelane .container .breadcrumbs .breadcrumbs__item .breacrumbs__item__link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  opacity: 0.6;
}
#appfreelane .container .breadcrumbs .breadcrumbs__item .breacrumbs__item__link .breacrumbs__item__icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
#appfreelane .container .breadcrumbs .breadcrumbs__item .breacrumbs__item__link .breacrumbs__item__title {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125em;
  color: #343434;
  font-weight: 700;
}
#appfreelane .container .breadcrumbs .breadcrumbs__item .breadcrumbs__item--active {
  opacity: 1;
}
#appfreelane .souscriptionForm__section {
  margin-top: 90px;
}
@media screen and (max-width:992px) {
  #appfreelane .souscriptionForm__section {
    margin-top: 47px;
  }
}
#appfreelane .souscriptionForm__section .souscriptionForm__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  min-height: 636px;
}
@media screen and (max-width:992px) {
  #appfreelane .souscriptionForm__section .souscriptionForm__container {
    flex-direction: column-reverse;
  }
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .btn_r {
  position: absolute;
  top: 0;
}
@media screen and (max-width:992px) {
  #appfreelane .souscriptionForm__section .souscriptionForm__container .btn_r {
    display: none;
  }
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .btn_r a {
  display: inline-block;
  border-radius: 999px;
  text-align: center;
  background: #FFB200;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #fff;
  font-weight: 700;
  padding: 11px 20px;
  transition: all 0.3s ease-in-out;
  min-width: 140px;
  text-align: center;
  box-shadow: 0px 3px 6px #00000029;
  cursor: pointer;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .btn_r a:hover {
  color: #FFB200;
  background: #fff;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm {
  width: 80%;
}
@media screen and (max-width:992px) {
  #appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm {
    width: 100%;
  }
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm h1 {
  margin-left: 8%;
  font-family: "Montserrat", sans-serif;
  font-size: 3.125em;
  color: #fff;
  font-weight: 900;
  line-height: 65px;
  max-width: 500px;
}
@media screen and (max-width:992px) {
  #appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm h1 {
    margin-left: 0;
    font-size: 1.875em;
    line-height: 45px;
    margin-top: 25px;
  }
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-top: 50px;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .menu_conjoint {
  width: 200px;
}
@media screen and (max-width:992px) {
  #appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .menu_conjoint {
    display: none;
  }
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .menu_conjoint ul li {
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0px 0px 10px #00000029;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: #343434;
  font-weight: 600;
  position: relative;
  padding: 24px;
  border-radius: 20px;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .menu_conjoint ul li a {
  color: #343434;
  cursor: pointer;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .menu_conjoint ul li.active {
  color: #1F78EC;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .menu_conjoint ul li.active:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  right: -20px;
  top: 45%;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .menu_conjoint ul li.active a {
  color: #1F78EC;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page {
  width: calc(100% - 200px);
  max-width: 510px;
  margin: 0 auto;
  background: #fff;
  border-radius: 11px;
  padding: 20px 30px;
  box-shadow: 0px 0px 20px #0000001A;
}
@media screen and (max-width:992px) {
  #appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page {
    width: 100%;
    max-width: 100%;
  }
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: #343434;
  font-weight: 900;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .souscriptionForm__title2 {
  margin-top: 25px;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .ligne_form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
@media screen and (max-width:450px) {
  #appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .ligne_form {
    flex-direction: column;
  }
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .ligne_form .form__item {
  width: 48%;
  margin-right: 2%;
  position: relative;
  margin-top: 28px;
}
@media screen and (max-width:450px) {
  #appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .ligne_form .form__item {
    width: 100%;
    margin-right: 0;
  }
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .ligne_form .form__item:after {
  content: "";
  position: absolute;
  width: 80%;
  margin: 0 auto;
  height: 1px;
  background: #CBE1FE;
  bottom: 12px;
  left: 19px;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .ligne_form .form__item input {
  margin: 0;
  padding: 14px 30px;
  border: 2px solid #f5f9ff;
  background: #f5f9ff;
  color: #343434;
  border-radius: 40px;
  width: 100%;
}
@media screen and (max-width:550px) {
  #appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .ligne_form .form__item input {
    font-size: 12px;
  }
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .ligne_form .form__item input:focus {
  outline: none;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .ligne_form .form__item .form__item__label {
  position: absolute;
  top: 16px;
  left: 19px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125em;
  color: #343434;
  font-weight: 600;
  transform: translateY(0);
  transition: transform 0.25s ease;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .ligne_form .form__item .input__text:focus + .form__item__label,
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .ligne_form .form__item .input__text:valid + .form__item__label {
  transform: translateY(-35px);
  color: #1F78EC;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .ligne_form .form__item .form__item__label--out {
  display: inline-block;
  width: 100%;
  margin: 0 0 8px 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125em;
  color: #1F78EC;
  font-weight: 600;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .ligne_form .form__item:nth-child(2n) {
  margin-right: 0;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .ligne_form .form__item.w100 {
  width: 100%;
  margin-right: 0;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .ligne_form .form__item__mbxs:after {
  display: none;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .ligne_form .form__item__mbxs .input__text--searchIcon {
  position: relative;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .ligne_form .form__item__mbxs .input__text--searchIcon:after {
  content: "";
  position: absolute;
  width: 80%;
  margin: 0 auto;
  height: 1px;
  background: #CBE1FE;
  bottom: 12px;
  left: 19px;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .form__item__select {
  margin-bottom: 20px;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .form__item__select h2 {
  margin-top: 24px;
  margin-bottom: 8px;
  margin-left: 13px;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .form__item--error:after {
  bottom: 33px !important;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .form__item__label--out {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125em;
  color: #343434;
  font-weight: 600;
  margin-bottom: 5px;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .input__select__customOverlay {
  position: relative;
  width: 100%;
  min-height: 50px;
  margin: 0;
  padding: 14px 30px;
  border: 2px solid #1F78EC;
  background: #1F78EC;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125em;
  color: #fff;
  font-weight: 600;
  border-radius: 40px;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .input__select__customOverlay--xs {
  max-width: 180px;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .input__select__customOverlay::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 15px;
  display: block;
  line-height: 50px;
  text-align: center;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 6px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .input__select__customOverlaywithoutarrow::after {
  display: none;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .input__select__customOverlay select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 50px;
  opacity: 0;
  z-index: 99;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .input__select__customOverlay__label {
  margin: 0;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .input__select__customOverlay__placeholder {
  color: #fff;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .input__error {
  display: inline-block;
  width: 100%;
  margin: 10px 0 0 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  color: #FF3B3D;
  font-weight: 600;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .input__datepicker__control {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 9;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .input__datepicker__control .vdp-datepicker input {
  width: 100%;
  height: 50px;
  opacity: 0;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .vdp-datepicker__calendar {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}
@media screen and (max-width:340px) {
  #appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .vdp-datepicker__calendar {
    left: -33px;
  }
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover,
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
  border: 1px solid #1F78EC !important;
  background: #f5f9ff !important;
  color: #343434 !important;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .vdp-datepicker__calendar .cell.disabled {
  opacity: 0.3;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .vdp-datepicker__calendar .cell.selected {
  background: #1F78EC !important;
  color: #fff !important;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .vdp-datepicker__calendar header {
  position: unset;
  background: unset;
  box-shadow: none;
  padding: 0;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .vdp-datepicker__calendar header .prev:not(.disabled):hover,
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .vdp-datepicker__calendar header .next:not(.disabled):hover,
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .vdp-datepicker__calendar header .up:not(.disabled):hover {
  background: #f5f9ff !important;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .vdp-datepicker__calendar header .prev:after {
  border-right: 10px solid #1F78EC !important;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .vdp-datepicker__calendar header .next:after {
  border-left: 10px solid #1F78EC !important;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .vdp-datepicker__calendar .cell {
  font-weight: 700 !important;
  color: #343434;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .vdp-datepicker__calendar header span {
  font-weight: 700 !important;
  font-size: 14px;
  color: #FFB200;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .vdp-datepicker__calendar {
  border: 0 !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .input__datalist {
  display: block;
  width: 100%;
  margin: 8px 0 0 0;
  max-height: 200px;
  overflow: auto;
  position: absolute;
  z-index: 100;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .input__datalist__item {
  display: inline-block;
  width: 100%;
  padding: 0;
  background: #1F78EC;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  border-bottom: 1px solid #fff;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .input__datalist__item__button {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 10px;
  background: transparent;
  border: 0;
  text-align: left;
  color: #fff;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .input__text__selection {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: -20px 0 0 0;
  border-radius: 12px;
  overflow: hidden;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .input__text__selection__label {
  display: inline-block;
  width: 100%;
  margin: 0 0 0px 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #1F78EC;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .input__text__selection__item {
  display: inline-block;
  height: 48px;
  margin: 0 0 0 0;
  padding: 0 14px;
  font-size: 13px;
  line-height: 48px;
  background: #f5f9ff;
  font-family: "Montserrat", sans-serif;
  color: #343434;
  font-weight: 600;
  border-radius: 40px;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .input__text__selection__item--city {
  flex-grow: 1;
  margin: 0 10px 0 0;
  padding: 0 30px;
}
#appfreelane .souscriptionForm__section .souscriptionForm__container .souscriptionForm .form_menukhold .souscriptionForm__page .input__text__selection__item--zip {
  width: 80px;
  text-align: center;
}

.input__text__selection__btnHidden {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  opacity: 0;
  background: none;
  border: none;
}

.input__text__selection:hover .input__text__selection__item {
  background: #1F78EC;
}

.input__text__selection__item--remove:hover .input__text__selection__item--remove:focus {
  color: #343434;
}

.input__checkbox {
  margin: 0;
}

.input__checkbox input {
  display: none;
}

.input__checkbox__label {
  display: flex;
  align-items: flex-start;
  font-family: "Montserrat", sans-serif;
  color: #343434;
  font-size: 12px;
  font-weight: 600;
  margin-top: 12px;
}
.input__checkbox__label sup {
  font-size: 9px;
  position: relative;
  top: -6px;
  left: 1px;
}

.input__checkbox__customCheck {
  position: relative;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: 0 16px 0 0;
  border: 2px solid #1F78EC;
  border-radius: 3px;
}

.input__checkbox__check:checked + .input__checkbox__label .input__checkbox__customCheck {
  border: 2px solid #1F78EC;
  background: #1F78EC;
  position: relative;
}
.input__checkbox__check:checked + .input__checkbox__label .input__checkbox__customCheck:after {
  content: "";
  position: absolute;
  background-image: url("../../img/check_white.svg");
  top: 2px;
  left: 0px;
  width: 15px;
  height: 11px;
}

.input__buttonGroup--single {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.input__buttonGroup--single .btn {
  display: inline-block;
  border-radius: 999px;
  text-align: center;
  background: #FFB200;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #fff;
  font-weight: 700;
  padding: 11px 20px;
  transition: all 0.3s ease-in-out;
  min-width: 140px;
  text-align: center;
  box-shadow: 0px 3px 6px #00000029;
  cursor: pointer;
}
.input__buttonGroup--single .btn:hover {
  background: #343434;
}

.input__button--valider {
  max-width: 300px;
}

.input__button--valider {
  min-width: auto;
  order: 2;
}

.input__button--retour {
  order: 1;
}

.input__button--valider.input__button--disabled {
  background: #FFB200 !important;
  border-color: #FFB200 !important;
}

.input__button--valider.input__button--disabled:hover,
.input__button--valider.input__button--disabled:focus {
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
  background: #1F78EC !important;
  border-color: #1F78EC !important;
  color: #fff !important;
}

.souscriptionForm__page__conditions {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  color: #343434;
  font-weight: 400;
  line-height: 18px;
  margin-top: 32px;
}
.souscriptionForm__page__conditions sup {
  font-size: 9px;
  position: relative;
  top: -6px;
  left: 1px;
}
.souscriptionForm__page__conditions a {
  color: #1F78EC;
}

/*
// File Upload / Camera
.input__fileUpload {
    margin: 0 0 2px 0;
}
.input__fileUpload.mb30 {
    margin: 0 0 30px 0;
}
.input__fileUpload input {
    display: none;
}
.input__fileUpload__label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 20px 15px;
    @include font-size(13px);
    font-weight: 700;
    background: $color-light-blue;
}
.input__fileUpload__label__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0 20px 0 0;
    background: #fff;
    color: $color-brand-blue;
    border-radius: 50%;
    @include font-size(18px);
}

.input__fileUploaded {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 20px 15px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 700;
    background: $color-light-green;
}
.input__fileUploaded__text {
    margin: 0;
}
.input__fileUploaded__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0 20px 0 0;
    background: #fff;
    color: $color-brand-green;
    border-radius: 50%;
    font-size: 18px;
    font-size: 1.8rem;
}
.input__fileUploaded__remove {
    position: absolute;
    top: 0;
    right: 0;

    display: block;
    width: 35px;
    height: 35px;
    margin: auto 0;
    border: 0;
    background: $color-brand-yellow;
    color: #fff;
    border: 4px solid #fff;
    border-radius: 50%;
    transform: translateX(30%) translateY(-30%);
}
*/
.input__radioduo__title {
  display: inline-block;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125em;
  color: #343434;
  font-weight: 700;
  color: #1F78EC;
}

.input__radioduo__items {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.input__radioduo__item {
  display: block;
  width: 50%;
  width: calc(50% - 1px);
  background: #F5F9FF;
}

.input__radioduo__item label {
  display: flex;
  padding: 20px;
}

.input__radioduo__item__customRad {
  flex-shrink: 0;
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 14px 0 0;
  border: 2px solid #1F78EC;
  border-radius: 50%;
}

.input__radioduo__item input {
  display: none;
}

.input__radioduo__item input:checked + label > .input__radioduo__item__customRad::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  background: #1F78EC;
  border-radius: 50%;
}

.input__radioduo__item__title {
  display: inline-block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375em;
  color: #343434;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.input__radioduo__item__desc {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375em;
  color: #343434;
}
.input__radioduo__item__desc strong {
  color: #1F78EC;
  font-weight: 700;
}

#appfreelane .cotisation_hold {
  width: 260px;
  background: #FFB200;
  height: 90px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media screen and (max-width:992px) {
  #appfreelane .cotisation_hold {
    width: 100%;
  }
}
#appfreelane .cotisation_hold .cotisation_text {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #fff;
  font-weight: 600;
  padding-top: 15px;
  text-align: center;
}
#appfreelane .cotisation_hold .price_text {
  font-family: "Montserrat", sans-serif;
  font-size: 1.875em;
  color: #fff;
  font-weight: 900;
  margin-top: 3px;
  text-align: center;
}
#appfreelane .cotisation_hold .price_text span {
  font-size: 15px;
  position: relative;
  /*top: -8px;
  left: -8px;*/
}
#appfreelane .bloks_offre_hold {
  background-color: #fff;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 10px 10px 30px 10px;
}
@media screen and (max-width:992px) {
  #appfreelane .bloks_offre_hold {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
  }
}
#appfreelane .bloks_offre_hold .ligne_blok {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  margin-bottom: 10px;
}
@media screen and (max-width:992px) {
  #appfreelane .bloks_offre_hold .ligne_blok {
    margin-right: 15px;
  }
}
#appfreelane .bloks_offre_hold .ligne_blok .im_hold {
  width: 50px;
  text-align: center;
}
#appfreelane .bloks_offre_hold .ligne_blok .text_forfait {
  margin-left: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #343434;
  font-weight: 400;
}
#appfreelane .bloks_offre_hold .ligne_blokbig .text_forfait {
  font-weight: 900;
}
#appfreelane .conjoit_blok {
  padding-bottom: 20px;
  border-bottom: 1px dotted #343434;
}
#appfreelane .conjoit_blok .question_hold {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
#appfreelane .conjoit_blok .question {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: #343434;
  font-weight: 900;
}
#appfreelane .inp_resp {
  margin-left: auto;
}
#appfreelane .inp_resp .inpswitch {
  width: 15%;
  /* Rounded sliders */
}
@media screen and (max-width:400px) {
  #appfreelane .inp_resp .inpswitch {
    margin-left: auto;
    width: auto;
  }
}
#appfreelane .inp_resp .inpswitch .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 29px;
}
#appfreelane .inp_resp .inpswitch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
#appfreelane .inp_resp .inpswitch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #343434;
  transition: 0.4s;
}
#appfreelane .inp_resp .inpswitch .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 5px;
  background-color: white;
  transition: 0.4s;
}
#appfreelane .inp_resp .inpswitch input:checked + .slider {
  background-color: #FFB200;
}
#appfreelane .inp_resp .inpswitch input:focus + .slider {
  box-shadow: 0 0 1px #FFB200;
}
#appfreelane .inp_resp .inpswitch input:checked + .slider:before {
  transform: translateX(21px);
}
#appfreelane .inp_resp .inpswitch .slider.round {
  border-radius: 34px;
}
#appfreelane .inp_resp .inpswitch .slider.round:before {
  border-radius: 50%;
}
#appfreelane .child_blok {
  padding-bottom: 20px;
  border-bottom: 1px dotted #343434;
  margin-top: 20px;
}
#appfreelane .child_blok .question_hold {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
#appfreelane .child_blok .question {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: #343434;
  font-weight: 900;
}
#appfreelane .form__item__select {
  margin-top: 30px;
  margin-bottom: 0 !important;
}
#appfreelane .inp_choice {
  margin-top: 30px;
}
#appfreelane .inp_choice ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
@media screen and (max-width:660px) {
  #appfreelane .inp_choice ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#appfreelane .inp_choice ul li {
  min-width: 90px;
  margin: 0 15px 0 0;
  position: relative;
}
@media screen and (max-width:660px) {
  #appfreelane .inp_choice ul li {
    min-width: auto;
    margin-bottom: 10px;
  }
}
#appfreelane .inp_choice ul li label, #appfreelane .inp_choice ul li input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#appfreelane .inp_choice ul li label {
  position: relative;
}
#appfreelane .inp_choice ul li input[type=radio] {
  opacity: 0.011;
  z-index: 100;
}
#appfreelane .inp_choice ul li input[type=radio]:checked + label {
  background: #FFB200;
}
#appfreelane .inp_choice ul li label {
  padding: 25px;
  height: 50px;
  text-align: center;
  background: #343434;
  cursor: pointer;
  z-index: 90;
  border-radius: 999px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #fff;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
#appfreelane .input__buttonGroup {
  display: flex;
  flex-direction: reverse;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  margin-top: 30px;
}
@media screen and (max-width:450px) {
  #appfreelane .input__buttonGroup {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
#appfreelane .input__buttonGroup a {
  display: inline-block;
  border-radius: 999px;
  text-align: center;
  background: #FFB200;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #fff;
  font-weight: 700;
  padding: 11px 20px;
  transition: all 0.3s ease-in-out;
  min-width: 200px;
  text-align: center;
  box-shadow: 0px 3px 6px #00000029;
  cursor: pointer;
  margin-right: 10px;
}
@media screen and (max-width:450px) {
  #appfreelane .input__buttonGroup a {
    margin-bottom: 10px;
    min-width: 103px;
  }
}
#appfreelane .input__buttonGroup a:hover {
  background: #FFB200;
}
#appfreelane .input__buttonGroup .input__button--retour {
  background: #343434;
  min-width: 111px;
}
#appfreelane .input__buttonGroupLeft {
  justify-content: flex-start;
}
@media screen and (max-width:450px) {
  #appfreelane .input__buttonGroupLeft {
    justify-content: center;
  }
}
#appfreelane .info__alert__item {
  margin-top: 20px;
  width: 100%;
  padding: 15px 10px;
  background: #FF9D9E;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #fff;
  font-weight: 600;
  font-style: italic;
  border-radius: 11px;
}
#appfreelane .info__alert__item span {
  font-style: normal;
}
#appfreelane .form__caption {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #343434;
  font-weight: 600;
  line-height: 18px;
  margin-top: 12px;
}
#appfreelane .form_code {
  margin-top: 0 !important;
}
#appfreelane .form__subtitle--alt {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25em;
  color: #343434;
  font-weight: 900;
  margin-top: 20px;
  margin-bottom: 15px;
}
#appfreelane .souscriptionForm__title--big {
  font-size: 1.25em !important;
}
#appfreelane .input__success {
  display: inline-block;
  width: 100%;
  margin: 10px 0 0 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  color: #18d088;
  font-weight: 600;
}
#appfreelane .loader {
  width: 100%;
  position: fixed;
  top: 0;
  display: -webkit-inline-box;
  height: 100%;
  align-items: center;
  z-index: 1;
  left: 0;
  display: none;
}
#appfreelane .loader.grise {
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1000;
  display: inline-flex;
}
#appfreelane .loader .v-spinner {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#appfreelane .souscriptionForm__page--prelevement .souscriptionForm__title {
  font-size: 20px !important;
  margin-bottom: 35px;
}
#appfreelane .souscriptionForm__page--prelevement .form__subtitle--alt {
  font-size: 16px !important;
}
#appfreelane .souscriptionForm__page--prelevement .ligne_form_select .form__item {
  margin-top: 8px !important;
}
#appfreelane .souscriptionForm__page--prelevement .ligne_form_select .form__item:after {
  display: none;
}
#appfreelane .souscriptionForm__page--prelevement .ligne_form_select .form__item__label--out {
  margin-top: 10px !important;
  margin-bottom: 5px !important;
  color: #343434 !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  margin-left: 8px !important;
}
#appfreelane .souscriptionForm__page--prelevement .ligne_form_select .form__item__label--mois {
  font-size: 13px !important;
  font-weight: 700 !important;
}
#appfreelane .souscriptionForm__page--prelevement .ligne_form_select .select_prelevhold {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
#appfreelane .souscriptionForm__page--prelevement .ligne_form_select .select_prelevhold .input__select__customOverlay {
  width: 100px !important;
}
#appfreelane .souscriptionForm__page--prelevement .text__descr {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #343434;
  font-weight: 600;
  line-height: 17px;
  max-width: 350px;
  margin-top: -22px;
}
#appfreelane .souscriptionForm__page--recap .form__subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25em;
  color: #343434;
  font-weight: 900;
}
#appfreelane .souscriptionForm__page--recap .blok_recap {
  padding-bottom: 15px;
  margin-top: 25px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #343434;
}
#appfreelane .souscriptionForm__page--recap .blok_recap .ligne_blok {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
@media screen and (max-width:500px) {
  #appfreelane .souscriptionForm__page--recap .blok_recap .ligne_blok {
    flex-direction: column;
    align-items: stretch;
  }
}
#appfreelane .souscriptionForm__page--recap .blok_recap .ligne_blok .recapHolder__line__coordonne {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #343434;
  font-weight: 400;
}
@media screen and (max-width:500px) {
  #appfreelane .souscriptionForm__page--recap .blok_recap .ligne_blok .recapHolder__line__coordonne {
    margin-bottom: 5px;
  }
}
#appfreelane .souscriptionForm__page--recap .blok_recap .ligne_blok .recapHolder__line__info {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #343434;
  font-weight: 700;
  text-align: right;
  margin-left: auto;
}
@media screen and (max-width:500px) {
  #appfreelane .souscriptionForm__page--recap .blok_recap .ligne_blok .recapHolder__line__info {
    text-align: left;
    margin-left: 0;
  }
}
#appfreelane .souscriptionForm__page--recap .blok_recap .ligne_blok .recapHolder__line__info .changecursor {
  cursor: url("../img/refresh.png"), auto;
}
#appfreelane .souscriptionForm__page--recap .blok_recap .ligne_blok .recapHolder__line__info .input__text {
  padding: 14px 30px;
  border: 2px solid #f5f9ff;
  background: #f5f9ff;
  color: #343434;
  border-radius: 40px;
}
#appfreelane .souscriptionForm__page--recap .blok_recap .ligne_blok .recapHolder__line__info .okchange {
  background: #FFB200;
  padding: 3px;
  color: #fff;
  cursor: pointer;
  border-radius: 12px;
}
#appfreelane .souscriptionForm__page--recap .blok_document {
  margin-top: 25px;
  margin-bottom: 15px;
}
#appfreelane .souscriptionForm__page--recap .blok_document .ligne_document {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
@media screen and (max-width:500px) {
  #appfreelane .souscriptionForm__page--recap .blok_document .ligne_document {
    flex-direction: column;
  }
}
#appfreelane .souscriptionForm__page--recap .blok_document .ligne_document .document_hold {
  box-shadow: 0px 0px 10px #00000029;
  border-radius: 20px;
  height: 113px;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 20px;
  background-color: #fff;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 18px;
}
@media screen and (max-width:500px) {
  #appfreelane .souscriptionForm__page--recap .blok_document .ligne_document .document_hold {
    width: 100%;
    margin-right: 0%;
  }
}
#appfreelane .souscriptionForm__page--recap .blok_document .ligne_document .document_hold:nth-child(2n+0) {
  margin-right: 0;
}
#appfreelane .souscriptionForm__page--recap .blok_document .ligne_document .document_hold .recapDocuments__title {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #343434;
  font-weight: 700;
  margin-bottom: 5px;
}
#appfreelane .souscriptionForm__page--recap .blok_document .ligne_document .document_hold .recapDocuments__origin {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  color: #343434;
  font-weight: 400;
  margin-bottom: 14px;
}
#appfreelane .souscriptionForm__page--recap .blok_document .ligne_document .document_hold .download_hold {
  color: #1F78EC;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  cursor: pointer;
}
#appfreelane .souscriptionForm__page--recap .blok_document .ligne_document .document_hold .download_hold i {
  font-size: 23px;
  margin-right: 4px;
}
#appfreelane .souscriptionForm__page--recap .blok_document .ligne_document .document_hold .download_hold a {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  color: #1F78EC;
  font-weight: 900;
  text-decoration: underline;
}
#appfreelane .page_patientez {
  position: absolute;
  width: 100%;
  top: 116px;
}
@media screen and (max-width:992px) {
  #appfreelane .page_patientez {
    top: 12px;
  }
}
#appfreelane .page_patientez .container .instant_text_hold {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
}
#appfreelane .page_patientez .container .instant_text_hold .img_circle {
  margin-right: 24px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-top: 6px;
}
@media screen and (max-width:500px) {
  #appfreelane .page_patientez .container .instant_text_hold .img_circle {
    height: 40px;
  }
}
#appfreelane .page_patientez .container .instant_text_hold .img_circle img {
  width: 30px;
}
@media screen and (max-width:500px) {
  #appfreelane .page_patientez .container .instant_text_hold .img_circle img {
    width: 24px;
  }
}
#appfreelane .page_patientez .container .instant_text_hold .texte .titre {
  font-family: "Montserrat", sans-serif;
  font-size: 3.75em;
  color: #fff;
  font-weight: 900;
  margin-bottom: 20px;
}
@media screen and (max-width:660px) {
  #appfreelane .page_patientez .container .instant_text_hold .texte .titre {
    font-size: 1.875em;
  }
}
#appfreelane .page_patientez .container .instant_text_hold .texte .paragraphe {
  font-family: "Montserrat", sans-serif;
  font-size: 1.875em;
  color: #fff;
  font-weight: 900;
  max-width: 450px;
}
@media screen and (max-width:660px) {
  #appfreelane .page_patientez .container .instant_text_hold .texte .paragraphe {
    font-size: 1em;
  }
}

.bienvenue {
  height: 900px;
  position: relative;
}
.bienvenue .bghold {
  position: relative;
  top: -45px;
}
@media screen and (max-width:992px) {
  .bienvenue .bghold {
    top: -115px;
  }
}
.bienvenue .bg {
  border-radius: 50% 50% 50% 50%/0% 0% 100% 100%;
  width: 146%;
  position: absolute;
  left: -21%;
  background-color: #1F78EC;
  height: 842px;
  overflow: hidden;
  top: 0;
}
@media screen and (max-width:450px) {
  .bienvenue .bg {
    width: 174%;
    left: -38%;
  }
}
.bienvenue .bg_jaune {
  background-color: #FFB200;
  height: 786px;
}
@media screen and (max-width:500px) {
  .bienvenue .bg_jaune {
    height: 601px;
    width: 130%;
    left: -15%;
  }
}
@media screen and (max-width:400px) {
  .bienvenue .bg_jaune {
    height: 552px;
    width: 171%;
    left: -31%;
  }
}
.bienvenue .bg_jaune .container {
  max-width: 1200px;
}
.bienvenue .bg_jaune .container .img_hold {
  width: 854px;
  margin-left: auto;
}
@media screen and (max-width:992px) {
  .bienvenue .bg_jaune .container .img_hold {
    width: 854px;
    position: relative;
    top: 123px;
  }
}
.bienvenue .bg_jaune .container .img_hold img {
  width: 860px;
}
@media screen and (max-width:992px) {
  .bienvenue .bg_jaune .container .img_hold img {
    width: 740px;
  }
}
@media screen and (max-width:500px) {
  .bienvenue .bg_jaune .container .img_hold img {
    width: 530px;
  }
}
.bienvenue .texte_static {
  position: absolute;
  width: 100%;
  top: 116px;
}
@media screen and (max-width:992px) {
  .bienvenue .texte_static {
    top: 12px;
  }
}
.bienvenue .texte_static .container .instant_text_hold {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
}
.bienvenue .texte_static .container .instant_text_hold .texte {
  margin-left: 10%;
}
.bienvenue .texte_static .container .instant_text_hold .texte .titre {
  font-family: "Montserrat", sans-serif;
  font-size: 3.75em;
  color: #fff;
  font-weight: 900;
  margin-bottom: 20px;
  max-width: 450px;
}
@media screen and (max-width:660px) {
  .bienvenue .texte_static .container .instant_text_hold .texte .titre {
    font-size: 1.875em;
  }
}
.bienvenue .texte_static .container .instant_text_hold .texte img {
  position: relative;
  top: 20px;
}
.bienvenue .texte_static .container .instant_text_hold .paragraphe {
  font-family: "Montserrat", sans-serif;
  font-size: 1.375em;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  max-width: 450px;
}
.bienvenue .texte_static .container .instant_text_hold .btns_hold {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
.bienvenue .texte_static .container .instant_text_hold .btns_hold a {
  display: inline-block;
  border-radius: 999px;
  text-align: center;
  background: #343434;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #fff;
  font-weight: 700;
  padding: 11px 20px;
  transition: all 0.3s ease-in-out;
  min-width: 140px;
  text-align: center;
  box-shadow: 0px 3px 6px #00000029;
  cursor: pointer;
  margin-right: 20px;
}
.bienvenue .texte_static .container .instant_text_hold .btns_hold a:hover {
  color: #FFB200;
  background: #fff;
}

.vue-dialog-content {
  font-family: "Montserrat", sans-serif;
}

.vue-dialog-buttons {
  font-family: "Montserrat", sans-serif;
}

.contrat_sign {
  height: 500px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:790px) {
  .contrat_sign {
    height: auto;
  }
}
.contrat_sign:after {
  width: 50%;
  height: 650px;
  position: absolute;
  content: "";
  right: 0;
  background-color: #FFB200;
  top: 0;
}
@media screen and (max-width:992px) {
  .contrat_sign:after {
    height: 580px;
  }
}
@media screen and (max-width:790px) {
  .contrat_sign:after {
    display: none;
  }
}
.contrat_sign .img_hold {
  position: absolute;
  top: -46px;
  left: 26%;
  z-index: 2;
}
@media screen and (max-width:1440px) {
  .contrat_sign .img_hold {
    left: 21%;
  }
}
@media screen and (max-width:1100px) {
  .contrat_sign .img_hold {
    left: 11%;
  }
}
@media screen and (max-width:992px) {
  .contrat_sign .img_hold {
    display: none;
  }
}
.contrat_sign .img_hold img {
  width: 652px;
}
.contrat_sign .container_contrat {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
@media screen and (max-width:790px) {
  .contrat_sign .container_contrat {
    flex-direction: column;
    justify-content: center;
  }
}
.contrat_sign .leftside {
  margin-top: 130px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width:790px) {
  .contrat_sign .leftside {
    margin-top: 50px;
    width: 100%;
    text-align: center;
  }
}
.contrat_sign .leftside .title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.875em;
  color: #343434;
  font-weight: 900;
  margin-bottom: 12px;
  line-height: 35px;
  max-width: 380px;
}
@media screen and (max-width:992px) {
  .contrat_sign .leftside .title {
    max-width: 347px;
  }
}
@media screen and (max-width:790px) {
  .contrat_sign .leftside .title {
    margin: 0 auto 12px;
    max-width: 500px;
    font-size: 1.25em;
    line-height: 25px;
  }
}
.contrat_sign .leftside .descr {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: #343434;
  font-weight: 600;
  line-height: 18px;
  max-width: 380px;
  letter-spacing: 1.6px;
}
@media screen and (max-width:992px) {
  .contrat_sign .leftside .descr {
    max-width: 347px;
  }
}
@media screen and (max-width:790px) {
  .contrat_sign .leftside .descr {
    margin: 0 auto;
    max-width: 500px;
    font-size: 0.75em;
    line-height: 14px;
    letter-spacing: 0px;
  }
}
.contrat_sign .rightside {
  margin-top: 130px;
  position: relative;
  z-index: 3;
  max-width: 380px;
}
@media screen and (max-width:992px) {
  .contrat_sign .rightside {
    max-width: 347px;
  }
}
@media screen and (max-width:790px) {
  .contrat_sign .rightside {
    display: none;
  }
}
.contrat_sign .rightside .title {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5em;
  color: #343434;
  font-weight: 900;
  margin-bottom: 12px;
}
.contrat_sign .rightside .descr {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: #343434;
  font-weight: 600;
  line-height: 18px;
  max-width: 380px;
  letter-spacing: 1.6px;
  margin-bottom: 20px;
}
.contrat_sign .rightside .btn_hold {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
}
.contrat_sign .rightside .btn_hold .tel {
  background: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: #FFB200;
  width: 150px;
  height: 50px;
  border-radius: 999px;
}
.contrat_sign .rightside .btn_hold .tel i {
  font-size: 12px;
  position: relative;
  top: 1px;
}
.contrat_sign .rightside .btn_hold .tel span {
  font-family: "Montserrat", sans-serif;
  margin-left: 5px;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
.contrat_sign .rightside .btn_hold .tchat {
  background: #343434;
  text-align: center;
  color: #FFB200;
  line-height: 50px;
  width: 220px;
  height: 50px;
  border-radius: 999px;
  margin-left: 10px;
}
.contrat_sign .rightside .btn_hold .tchat span {
  text-decoration: underline;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.contrat_sign .resp_besion {
  display: none;
}
@media screen and (max-width:790px) {
  .contrat_sign .resp_besion {
    display: block;
    margin-top: 50px;
  }
}
.contrat_sign .resp_besion .oval_top {
  margin-top: 0;
}
.contrat_sign .resp_besion .respbesbody {
  position: relative;
  background-color: #FFB200;
  padding: 20px 6%;
}
.contrat_sign .resp_besion .respbesbody:after {
  content: "";
  position: absolute;
  background-color: #FFB200;
  bottom: -87px;
  left: 0;
  height: 89px;
  width: 100%;
}
.contrat_sign .resp_besion .title {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5em;
  color: #343434;
  font-weight: 900;
  margin-bottom: 12px;
}
@media screen and (max-width:790px) {
  .contrat_sign .resp_besion .title {
    font-size: 1.25em;
    text-align: center;
  }
}
.contrat_sign .resp_besion .descr {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: #343434;
  font-weight: 600;
  line-height: 18px;
  max-width: 380px;
  letter-spacing: 1.6px;
  margin-bottom: 20px;
}
@media screen and (max-width:790px) {
  .contrat_sign .resp_besion .descr {
    font-size: 0.75em;
    line-height: 14px;
    letter-spacing: 0px;
    text-align: center;
  }
}
.contrat_sign .resp_besion .btn_hold {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
}
@media screen and (max-width:790px) {
  .contrat_sign .resp_besion .btn_hold {
    flex-wrap: wrap;
  }
}
.contrat_sign .resp_besion .btn_hold .tel {
  background: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: #FFB200;
  width: 150px;
  height: 50px;
  border-radius: 999px;
}
@media screen and (max-width:790px) {
  .contrat_sign .resp_besion .btn_hold .tel {
    margin-bottom: 10px;
  }
}
.contrat_sign .resp_besion .btn_hold .tel i {
  font-size: 12px;
  position: relative;
  top: 1px;
}
.contrat_sign .resp_besion .btn_hold .tel span {
  font-family: "Montserrat", sans-serif;
  margin-left: 5px;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
.contrat_sign .resp_besion .btn_hold .tchat {
  background: #343434;
  text-align: center;
  color: #FFB200;
  line-height: 50px;
  width: 220px;
  height: 50px;
  border-radius: 999px;
  margin-left: 10px;
}
.contrat_sign .resp_besion .btn_hold .tchat span {
  text-decoration: underline;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: bold;
}

/*
* Media Queries
*/
.sectionOffreTable {
  display: flex;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}

.offreTable {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 0 0;
  border-top: 1px solid #e7e6e6;
  z-index: 4;
}

.offreTable__left {
  width: 60%;
  border-right: 1px solid #e7e6e6;
  background: #fff;
}

.offreTable__right {
  display: flex;
  flex-wrap: wrap;
  width: 40%;
}

.offreTable__left__title {
  display: flex;
  align-items: center;
  padding: 0 10px;
  color: #343434;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 35px;
  font-weight: 700;
}

.offreTable__left__item {
  position: relative;
  position: flex;
}

.offreTable__left__item--valign {
  display: flex;
  align-items: center;
}

.offreTable__left__item::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 85%;
  height: 1px;
  margin: 0 auto;
  background: #e7e6e6;
}

.active.offreTable__left__item::after,
.noAfter.offreTable__left__item::after {
  content: none;
}

.offreTable__left__item__title {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 50px;
  padding: 0 15px;
  text-decoration: none;
}

.offreTable__left__item__title__image {
  float: left;
  flex-grow: 0;
  flex-shrink: 0;
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 10px 0 0;
}

.offreTable__left__item__title__text {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0 20px 0 0;
  font-size: 12px;
  font-size: 0.75rem;
  color: #343434;
  font-weight: 700;
}

.offreTable__left__item__title__text::after {
  content: "";
  position: absolute;
  right: 0px;
  border: solid #7e8ea2;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  font-size: 20px;
  margin: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.offreTable__left__item__title__text.noAfter:hover {
  cursor: auto;
}

.offreTable__left__item__title__text.noAfter::after {
  display: none;
}

.active .offreTable__left__item__title__text::after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.offreTable__left__item__details {
  display: none;
  background-color: #fafafa;
}

.active .offreTable__left__item__details {
  display: block;
}

.offreTable__left__item__details__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px 10px 15px;
  font-size: 12px;
  font-size: 0.75rem;
}
.offreTable__left__item__details__item p {
  margin-bottom: 0 !important;
}

.offreTable__left__item__details__item h4 {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
  padding: 0 0 15px 0;
}

.offreTable__left__item__details__popupBtn {
  padding: 0;
  margin: 0 0 0 8px;
  background: none;
  border: none;
  font-size: 18px;
  font-size: 1.125rem;
  color: #7e8ea2;
}

.offreTable__left__item__dl__tableau {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff7e5;
  padding: 20px 15px;
  flex-wrap: wrap;
}

.offreTable__left__item__dl_btn {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  max-width: 180px;
  margin-bottom: 5px;
  padding: 12px;
  border: 2px solid #ffb200;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #ffb200;
  text-decoration: none;
  text-align: center;
  border-radius: 30px;
  transform: scale(1);
  transform-origin: center;
  transition: transform 0.25s ease;
}

.offreTable__left__item__dl_btn:hover,
.offreTable__left__item__dl_btn:focus {
  background: #fff;
  border-color: #fff;
  color: #ffb200;
  transform: scale(1.05);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
}

.offreTable__offre {
  display: none;
  width: 100%;
  flex-direction: column;
  background-color: #fafafa;
  transition: background-color 0.25s ease;
}

.offreTable__offre.offreTable__offre--actif {
  display: flex;
  background-color: #fff;
}

.offreTable__offre__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 50px;
}

.offreTable__offre__title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
}

.offreTable__offre__title::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 85%;
  height: 1px;
  margin: 0 auto;
  background-color: #e7e6e6;
}

.offreTable__offre__title__recom {
  margin: 0 0 8px 0;
  color: #7e8ea2;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
}

.offreTable__offre__title i {
  margin: 0 0 8px 0;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #207cf3;
}

.offreTable__offre__title__niveau {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 0 5px 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #7e8ea2;
  text-align: center;
}
.offreTable__offre__title__niveau i {
  display: none;
  margin: 0 4px 0 0;
}

.offreTable__offre__title__recom {
  max-width: 100%;
}

.offreTable__offre__title__recom.offreTable__offre__recom {
  display: none !important;
}

.tarifRecommended .offreTable__offre__title__recom.offreTable__offre__recom {
  display: inline-block !important;
  color: #207cf3;
  font-weight: 600;
}

.offreTable__offre--actif .offreTable__offre__title__recom {
  color: #207cf3;
  display: inline-block;
  max-width: 100%;
}

.offreTable__offre--actif .offreTable__offre__title__niveau {
  color: #207cf3;
}
.offreTable__offre--actif .offreTable__offre__title__niveau i {
  display: inline-block;
}

.offreTable__offre__cell {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.offreTable__offre__cell::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 85%;
  height: 1px;
  margin: 0 auto;
  background: #e7e6e6;
}

.active.offreTable__offre__cell::after,
.noAfter.offreTable__offre__cell::after {
  content: none;
  display: none;
}

.offreTable__offre__cell__niv {
  margin: 0 0 2px 0;
  font-size: 12px;
  font-size: 0.75rem;
}

.offreTable__offre__cell__niv {
  color: #7e8ea2;
}

.offreTable__offre__cell__barres {
  display: flex;
  justify-content: center;
}

.offreTable__offre__cell__barres__item {
  display: block;
  width: 14px;
  height: 4px;
  margin: 0 2px;
  background: #7e8ea2;
  border-radius: 8px;
}

.offreTable__offre__cell__barres__item.active {
  background: #18d088 !important;
}

.offreTable__offre__cell__icon {
  font-size: 26px;
  font-size: 1.625rem;
}
.offreTable__offre__cell__icon i::before {
  color: #18d088 !important;
}

.offreTable__offre__details {
  display: none;
  width: 100%;
  background: #eaeff8;
}

.offreTable__offre--actif .offreTable__offre__details {
  background: #fafafa;
}

.active .offreTable__offre__details {
  display: block;
}

.offreTable__offre__details__cell {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 10px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
}
.offreTable__offre__details__cell p {
  margin-bottom: 0;
}

.offreTable__offre__details__cell span {
  font-weight: 600;
  padding: 10px 0;
}

.offreTable__offre__prix {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  text-align: center;
}

.offreTable__offre__prix__nb {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #7e8ea2;
}

.offreTable__offre--actif .offreTable__offre__prix__nb {
  color: #207cf3;
}

.offreTable__offre__prix__nb strong {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.offreTable__offre__prix__desc {
  font-size: 12px;
  font-size: 0.75rem;
  color: #7e8ea2;
}

.offreTable__offre--actif .offreTable__offre__prix__desc {
  color: #207cf3;
}

.offreTable__offre__prix__btnSouscription,
.offreTable__offre__prix__btnDevis,
.offreTable__offre__prix__btnChoisir {
  display: none;
  margin: 15px 0 0 0;
  min-width: 160px;
}

.sectionMobileTarif {
  display: flex;
  width: 100%;
  padding: 10px 15px;
  justify-content: space-between;
  border-bottom: 1px solid #e7e6e6;
}

.sectionMobileTarif__btn {
  display: none;
  width: 48%;
  min-width: 170px;
}

.sectionMobileTarif__btn.left::before,
.sectionMobileTarif__btn.right::after {
  position: relative;
  top: 2px;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Heyme";
  line-height: 0;
}

.sectionMobileTarif__btn.left::before {
  content: "\F104";
  margin: 0 4px 0 0;
}

.sectionMobileTarif__btn.right::after {
  content: "\F105";
  margin: 0 0 0 4px;
}

.sectionMobileTarif__btn.show {
  display: inline-block;
}

.sectionMobileSouscription {
  width: 100%;
  padding: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}

.sectionMobileSouscription__btnContainer {
  display: flex;
  justify-content: space-between;
  justify-content: center;
}

.sectionMobileSouscription__btnContainer .btn {
  width: 48%;
  min-width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sectionMobileFixeSouscription {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  background: #fff;
  box-shadow: 0 -5px 14px rgba(0, 0, 0, 0.21);
  z-index: 10;
}

.sectionMobileFixeSouscription__summary {
  display: none;
  justify-content: space-between;
  width: 100%;
  padding: 0 15px;
}

.sectionMobileFixeSouscription__summary.active {
  display: flex;
}

.sectionMobileFixeSouscription__summary .btn {
  min-width: 150px;
  margin: 15px 0;
  padding: 10px 20px;
}

.sectionMobileFixeSouscription__prixNiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sectionMobileFixeSouscription__niv {
  font-size: 18px;
  font-size: 1.125rem;
  color: #207cf3;
  font-weight: 700;
  margin: 0;
}

.sectionMobileFixeSouscription__prix {
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #207cf3;
}
.sectionMobileFixeSouscription__prix .prix-currency {
  font-size: 13px;
  font-size: 0.8125rem;
}
.sectionMobileFixeSouscription__prix .prix--freq {
  font-size: 12px;
  font-size: 0.75rem;
}

/* 766px */
@media screen and (min-width: 766px) {
  .offreTable__offre__title__niveau {
    margin: 0 0 15px 0;
  }

  .offreTable__left__item__dl_btn {
    max-width: none;
    width: 100%;
    padding: 20px 20px;
  }
}
/* 900px */
@media screen and (min-width: 900px) {
  .offreTable__left__item__dl_btn {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .sectionMobileTarif {
    justify-content: center;
  }

  .sectionMobileTarif .btn {
    width: auto;
    margin: 0 40px;
  }

  .sectionMobileSouscription__btnContainer {
    justify-content: center;
  }

  .sectionMobileSouscription__btnContainer .btn {
    width: auto;
    min-width: 220px;
    margin: 0 40px;
  }
}
/* 1024px */
@media screen and (min-width: 1024px) {
  .sectionOffreTable__background {
    display: block;
    width: 100%;
    background: #f5f9ff;
  }

  .sectionOffreTable {
    margin: 60px auto 0;
  }

  .sectionMobileTarif,
.sectionMobileSouscription,
.sectionMobileFixeSouscription {
    display: none;
  }

  .offreTable {
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    margin: 0 20px 60px;
  }

  /* Left */
  .offreTable__left {
    position: relative;
    width: 34%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    z-index: 2;
    border-radius: 20px 0 0 20px;
  }

  .offreTable__left__title {
    padding: 0 40px;
    font-size: 24px;
    font-size: 1.5rem;
  }

  .offreTable__left__item__title {
    padding: 0 40px;
  }

  .offreTable__left__item__title__image {
    width: 35px;
    height: 35px;
  }

  .offreTable__left__item__title__text {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .offreTable__left__item__details__item {
    padding: 15px 50px;
  }

  .offreTable__left__item__dl__tableau {
    border-radius: 0 0 0 20px;
  }

  /* Right */
  .offreTable__right {
    justify-content: flex-start;
    width: 66%;
    background: #fafafa;
    border-radius: 0 20px 20px 0;
  }

  .offreTable__offre {
    display: flex;
    width: 25%;
    border-radius: 20px;
    transform: scale(1);
    transform-origin: center;
    transition: transform 0.25s ease;
  }

  .offreTable__offre__title__recom {
    font-size: 13px;
    font-size: 0.8125rem;
  }

  .offreTable__offre__title__niveau {
    font-size: 18px;
    font-size: 1.125rem;
    height: 25px;
  }
  .offreTable__offre__title__niveau i {
    position: relative;
    top: 2px;
    font-size: 22px;
    font-size: 1.375rem;
  }

  .offreTable__offre.offreTable__offre--actif {
    position: relative;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
    z-index: 2;
    border-radius: 20px;
    transform: scale(1.03);
  }

  .offreTable__offre.offreTable__offre--actif .offreTable__offre__scale {
    transform: scale(0.97);
  }

  .offreTable__offre__prix__nb {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .offreTable__offre__prix__nb strong {
    font-size: 16px;
    font-size: 1rem;
  }

  .offreTable__offre--actif .offreTable__offre__prix__nb strong {
    font-size: 20px;
    font-size: 1.25rem;
  }

  /* Mobile Button banners */
  .offreTable__offre__prix__btnSouscription,
.offreTable__offre__prix__btnDevis {
    display: none !important;
  }

  /* Mobile Button banners */
  .offreTable__offre--actif .offreTable__offre__prix__btnSouscription,
.offreTable__offre--actif .offreTable__offre__prix__btnDevis {
    display: inline-block !important;
  }

  .offreTable__offre--actif .offreTable__offre__prix__btnSouscription:hover,
.offreTable__offre--actif .offreTable__offre__prix__btnDevis:hover {
    display: inline-block !important;
    cursor: pointer !important;
  }

  /* Mobile Button banners */
  .offreTable__offre--actif .offreTable__offre__prix__btnChoisir {
    display: none !important;
  }

  .offreTable__offre__prix {
    justify-content: flex-start;
  }

  .offreTable__offre__prix__btnChoisir {
    display: block;
  }

  .offreTable__offre__prix__btnChoisir:hover {
    cursor: pointer !important;
  }

  .offreTable__offre__prix__btnSouscription,
.offreTable__offre__prix__btnDevis,
.offreTable__offre__prix__btnChoisir,
.offreTable__offre__cell .btn.btn--outline {
    min-width: 140px;
    padding: 10px !important;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.caveatConditions {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 20px;
}

.caveatCondtitions__listing li {
  margin: 0 0 8px 0;
  font-size: 10px;
}

@media screen and (min-width: 1200px) {
  .offreTable__offre__prix__btnSouscription,
.offreTable__offre__prix__btnDevis,
.offreTable__offre__prix__btnChoisir,
.offreTable__offre__cell .btn.btn--outline {
    min-width: 160px;
    padding: 10px !important;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/*item application*/
.offreTable .apps-stores {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.offreTable .apps-stores a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-right: 9px;
  background: #ff3b3d;
  border-radius: 999px;
  padding: 7px 19px;
  font-size: 1.3rem;
  text-decoration: none;
  color: #fff;
  width: 157px;
  font-weight: 700;
}
.offreTable .apps-stores a img {
  margin-right: 5px;
}
.offreTable .apps-stores2 a {
  background: #ffb200;
}

.landing_protect {
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 650px) {
  .landing_protect .banner__hold--landing {
    height: 520px;
  }
}
.landing_protect .banner__hold--landing .container .block_texte {
  top: 275px;
}
@media only screen and (max-width: 650px) {
  .landing_protect .banner__hold--landing .container .block_texte {
    top: 310px;
  }
}
.landing_protect .banner__hold--landing .container .block_texte .title {
  font-size: 27px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 12px;
  background-color: #FFB200;
  display: inline-block;
  color: #fff;
  margin: 0;
  /*@media only screen and (max-width: $screen-sm) {
      background-color: #207cf3;
      color: white;
      padding: 0.4em;
  }*/
}
@media screen and (max-width:790px) {
  .landing_protect .banner__hold--landing .container .block_texte .title {
    font-size: 1em !important;
    padding: 0.2em 0.4em !important;
  }
}
.landing_protect .banner__hold--landing .container .block_texte .description {
  margin-top: 25px;
  font-size: 45px;
  line-height: 55px;
  font-weight: 900;
  color: #fff;
  margin-right: auto;
  margin-bottom: auto;
}
@media screen and (max-width:790px) {
  .landing_protect .banner__hold--landing .container .block_texte .description {
    margin-top: 16px;
    font-size: 1.45em;
    line-height: 1.4em !important;
  }
}
@media screen and (max-width:360px) {
  .landing_protect .banner__hold--landing .container .block_texte .description {
    font-size: 1.45em;
    line-height: 1.4em !important;
    margin-bottom: 100px;
  }
}
.landing_protect .banner__hold--landing .im_hold_fluid {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 80;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-image: url("../../img/hero_protect.jpeg");
}
@media only screen and (max-width: 650px) {
  .landing_protect .banner__hold--landing .im_hold_fluid {
    background-image: url("../../img/hero_protect_mob.jpeg");
    width: 100%;
    height: 60%;
    top: 174;
  }
}
.landing_protect .oval_top {
  width: 104%;
  height: 100px;
  border-radius: 50% 50% 50% 50%/100% 100% 0% 0%;
  position: relative;
  z-index: 2;
  left: -2%;
  overflow: hidden;
  background: #fff;
  margin-top: -80px;
  box-shadow: 0px -6px 6px #0000000D;
  /*@media only screen and (max-width: $screen-sm) {
      height: 57px;
  }*/
}
.landing_protect .oval_top .ovale {
  width: 118%;
  height: 500px;
  /* Overlay de grain animé désactivé : trop visible, il gênait la lecture et la navigation.
     L'animation infinie ne tourne plus non plus. Pour le rétablir, retirer ce display:none. */
  display: none;
  background-image: url("../../img/bignoise-min.png");
  background-size: 500px 500px;
  -webkit-animation: flip 0.3s steps(1) infinite;
  animation: flip 0.3s steps(1) infinite;
  opacity: 0.15;
  z-index: 1;
  pointer-events: none;
  border-radius: 0;
}
@media only screen and (max-width: 650px) {
  .landing_protect .oval_top_2 {
    height: 58px;
  }
}
.landing_protect .container-protect {
  max-width: 1200px;
  /* Define a max-width for the container */
  margin: 0 auto;
  /* Center the container */
  padding: 0 15px;
  /* Add some padding for better spacing */
}
.landing_protect .container-protect .text_top_tab {
  font-size: 23px;
  font-weight: 900;
  margin-bottom: 35px;
  max-width: 90%;
  /* Added max-width to control the content width */
  margin-left: auto;
  /* Center alignment */
  margin-right: auto;
  /* Center alignment */
  padding: 0 5%;
  /* Added padding to ensure text doesn't touch the edges */
  text-align: center;
  color: #343434;
}
@media only screen and (max-width: 650px) {
  .landing_protect .container-protect .text_top_tab {
    font-size: 21px;
    padding: 0;
  }
}
.landing_protect .container-protect .text_tab {
  font-size: 23px;
  font-weight: 900;
  margin-bottom: 2%;
  max-width: 90%;
  /* Added max-width to control the content width */
  margin-left: auto;
  /* Center alignment */
  margin-right: auto;
  /* Center alignment */
  padding: 0 5%;
  /* Added padding to ensure text doesn't touch the edges */
  padding-bottom: 20px;
  text-align: center;
  color: #1F78EC;
  /* Assuming $bleu is defined elsewhere in your CSS or preprocessor */
}
@media only screen and (max-width: 650px) {
  .landing_protect .container-protect .text_tab {
    font-size: 21px;
    padding: 0;
  }
}
@media (min-width: 766px) {
  .landing_protect .container-protect .tdghold {
    padding: 20px;
  }
}
.landing_protect .container-protect .tdghold .sectionOffreTable__background {
  background-color: unset;
}
.landing_protect .container-protect .tdghold .offreTable {
  border-top: none;
}
@media screen and (max-width: 1023px) {
  .landing_protect .container-protect .tdghold .offreTable .button-container {
    display: flex;
    justify-content: center;
    /* Center buttons horizontally */
    gap: 10px;
    /* Add some space between the buttons */
  }
  .landing_protect .container-protect .tdghold .offreTable .button-container a {
    background-color: transparent;
    border: 2px solid #207cf3;
    color: #207cf3;
    text-align: center;
    padding: 10px 20px;
    border-radius: 30px;
    width: 200px;
    /* Set a fixed width for the buttons */
    font-weight: 600;
  }
}
.landing_protect .container-protect .tdghold .sectionOffreTable {
  margin: 0 auto 0;
}
@media only screen and (min-width: 1024px) {
  .landing_protect .container-protect .tdghold .sectionOffreTable .offreTable__offre {
    width: 20%;
  }
}
@media only screen and (min-width: 1024px) {
  .landing_protect .container-protect .tdghold .sectionOffreTable .offreTable__left {
    width: 30%;
  }
}
@media only screen and (min-width: 1024px) {
  .landing_protect .container-protect .tdghold .sectionOffreTable .offreTable__left__item__title {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .landing_protect .container-protect .tdghold .sectionOffreTable .offreTable__right {
    width: 70%;
  }
}
.landing_protect .container-protect .tdghold .sectionOffreTable .offreTable__left__item__dl_btn {
  padding: 12px 17px;
}
.landing_protect .container-protect .tdghold .sectionOffreTable .start_price {
  color: #7e8ea2;
  font-size: 14px;
  font-weight: 500;
}
.landing_protect .container-protect .tdghold .sectionOffreTable .demande_devis_mail {
  color: #7e8ea2;
  font-weight: 700;
  font-size: 10px;
  display: none;
}
.landing_protect .container-protect .tdghold .sectionOffreTable .demande_devis_mail a {
  color: #7e8ea2;
  text-decoration: underline;
}
@media (min-width: 900px) {
  .landing_protect .container-protect .tdghold .sectionOffreTable .demande_devis_mail {
    display: block;
  }
}
.landing_protect .container-protect .tdghold .sectionOffreTable .demande_devis_mail_mobile {
  display: block;
  margin: 20px auto;
  color: #207cf3;
  font-size: 16px;
  text-align: center;
}
.landing_protect .container-protect .tdghold .sectionOffreTable .demande_devis_mail_mobile a {
  color: #207cf3;
}
@media (min-width: 900px) {
  .landing_protect .container-protect .tdghold .sectionOffreTable .demande_devis_mail_mobile {
    display: none;
  }
}
.landing_protect .container-protect .tdghold .sectionOffreTable .offreTable__offre--actif .demande_devis_mail {
  color: #207cf3;
}
.landing_protect .container-protect .tdghold .sectionOffreTable .offreTable__offre--actif .demande_devis_mail a {
  color: #207cf3;
}
.landing_protect .container-protect .tdghold .sectionOffreTable .offreTable__offre--actif .start_price {
  color: #207cf3;
}
.landing_protect .container-protect .tdghold .caveatConditions {
  background-color: #f5f9ff;
  padding-top: 21px;
}
.landing_protect .container-protect .text_descr_besion {
  font-size: 20px;
  font-weight: 900;
  margin-top: 25px;
  max-width: 750px;
  /* Ensures the content doesn't exceed 85% of the parent container */
  margin-left: auto;
  /* Center alignment */
  margin-right: auto;
  /* Center alignment */
  padding: 0 5%;
  /* Added padding to ensure text doesn't touch the edges */
  text-align: center;
  color: #343434;
}
@media only screen and (max-width: 380px) {
  .landing_protect .container-protect .text_descr_besion {
    padding: 0;
  }
}
.landing_protect .container-protect .blok_equipe_hold {
  position: relative;
  /* Ensures it can have a z-index */
  margin-top: 40px;
  border-radius: 21px;
  background: #F5F9FF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.13);
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  /* Ensure it fits within the parent container */
  padding: 27px 27px 55px 27px;
  z-index: 2;
  /* Ensures it is above other content */
}
@media (min-width: 900px) {
  .landing_protect .container-protect .blok_equipe_hold {
    max-width: 85%;
  }
}
.landing_protect .container-protect .blok_equipe_hold .titre {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #207cf3;
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 766px) {
  .landing_protect .container-protect .blok_equipe_hold .titre {
    font-size: 23px;
    font-size: 1.4375rem;
    margin-bottom: 23px;
  }
}
.landing_protect .container-protect .blok_equipe_hold .blok_joindre_hold {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
@media (min-width: 766px) {
  .landing_protect .container-protect .blok_equipe_hold .blok_joindre_hold {
    flex-direction: row;
  }
}
.landing_protect .container-protect .blok_equipe_hold .blok_joindre_hold .blok {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin-bottom: 20px;
}
@media (min-width: 766px) {
  .landing_protect .container-protect .blok_equipe_hold .blok_joindre_hold .blok {
    width: 33%;
    margin-bottom: 0;
  }
}
.landing_protect .container-protect .blok_equipe_hold .blok_joindre_hold .blok .by_text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 4px;
}
.landing_protect .container-protect .blok_equipe_hold .blok_joindre_hold .blok .horaire {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 9px;
  text-align: center;
}
.landing_protect .container-protect .blok_equipe_hold .blok_joindre_hold .blok .linkbtnholder .btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  padding: 5px 13px;
  background: #343434;
  border: 2px solid #343434;
  border-radius: 999px;
  color: #fff;
}
.landing_protect .container-protect .blok_equipe_hold .blok_joindre_hold .blok .linkbtnholder .btn:hover {
  color: #fff;
  background: #343434;
  border: 2px solid #343434;
}
.landing_protect .container-protect .blok_equipe_hold .blok_joindre_hold .blok .linkbtnholder .btn span {
  font-size: 15px;
  font-weight: 600;
  margin-left: 9px;
}
@media (min-width: 766px) {
  .landing_protect .container-protect .blok_equipe_hold .blok_joindre_hold .blok .linkbtnholder .btn span {
    font-size: 17px;
  }
}
.landing_protect .container-protect .blok_equipe_hold .blok_joindre_hold .blok .linkbtnholder .btn .s-font {
  font-size: 13px;
}
@media (min-width: 766px) {
  .landing_protect .container-protect .blok_equipe_hold .blok_joindre_hold .blok .linkbtnholder .btn .s-font {
    font-size: 16px;
  }
}
.landing_protect .container-protect .blok_choice {
  max-width: 93%;
  margin: 0 auto;
  padding: 20px;
}
@media (min-width: 766px) {
  .landing_protect .container-protect .blok_choice {
    max-width: 85%;
  }
}
@media only screen and (max-width: 650px) {
  .landing_protect .container-protect .blok_choice {
    max-width: 100%;
    padding: 0;
  }
}
.landing_protect .container-protect .blok_choice .blok_choice__title {
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: 700;
  color: #ffb200;
  margin-top: 100px;
  margin-bottom: 50px;
  display: none;
}
@media (min-width: 766px) {
  .landing_protect .container-protect .blok_choice .blok_choice__title {
    display: block;
  }
}
.landing_protect .container-protect .blok_choice .resp_blok_choice__title {
  display: block;
  font-size: 35px;
  font-size: 2.1875rem;
  margin-bottom: 35px;
  margin-top: 40px;
  line-height: 38px;
  text-align: center;
}
@media (min-width: 766px) {
  .landing_protect .container-protect .blok_choice .resp_blok_choice__title {
    display: none;
  }
}
.landing_protect .container-protect .blok_choice .choice_hold {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-top: 50px;
}
@media (min-width: 766px) {
  .landing_protect .container-protect .blok_choice .choice_hold {
    margin-top: 0;
    flex-direction: row;
  }
}
.landing_protect .container-protect .blok_choice .image_hold {
  width: 90%;
  max-width: 370px;
  min-width: 300px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 766px) {
  .landing_protect .container-protect .blok_choice .image_hold {
    width: 30%;
    margin-right: 10%;
    max-width: none;
    min-width: none;
  }
}
.landing_protect .container-protect .blok_choice .image_hold img {
  width: 100%;
}
.landing_protect .container-protect .blok_choice .desr_chioce_hold {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  width: 100%;
}
@media (min-width: 766px) {
  .landing_protect .container-protect .blok_choice .desr_chioce_hold {
    width: 60%;
    flex-direction: row;
    align-items: stretch;
  }
}
.landing_protect .container-protect .blok_choice .desr_chioce_hold .blok {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 100%;
  margin-right: 0%;
  margin-bottom: 30px;
}
@media (min-width: 766px) {
  .landing_protect .container-protect .blok_choice .desr_chioce_hold .blok {
    width: 45%;
    margin-right: 5%;
    align-items: stretch;
    align-content: stretch;
  }
}
.landing_protect .container-protect .blok_choice .desr_chioce_hold .blok:nth-child(2n+0) {
  margin-right: 0;
  width: 100%;
  margin-left: 0;
}
@media (min-width: 766px) {
  .landing_protect .container-protect .blok_choice .desr_chioce_hold .blok:nth-child(2n+0) {
    width: 45%;
    margin-right: 5%;
  }
}
.landing_protect .container-protect .blok_choice .desr_chioce_hold .blok .title_blok {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 300px;
  text-align: center;
  line-height: 1.4;
  /* Adjust the line height here */
}
@media (min-width: 766px) {
  .landing_protect .container-protect .blok_choice .desr_chioce_hold .blok .title_blok {
    max-width: none;
    text-align: left;
  }
}
.landing_protect .container-protect .blok_choice .desr_chioce_hold .blok .info {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
  max-width: 250px;
  text-align: center;
  line-height: 1.4;
  /* Adjust the line height here */
}
@media (min-width: 766px) {
  .landing_protect .container-protect .blok_choice .desr_chioce_hold .blok .info {
    max-width: 250px;
    text-align: left;
  }
}
.landing_protect .newsleter_hold1 {
  margin-top: -17px;
}
.landing_protect .newsleter_hold1 .ovale {
  width: 104%;
  height: 100px;
  border-radius: 51% 0% 52% 48%/0% 15% 85% 85%;
  position: relative;
  left: -2%;
  overflow: hidden;
  background: #343434;
}
@media screen and (max-width:992px) {
  .landing_protect .newsleter_hold1 .ovale {
    left: -9%;
    width: 119%;
    top: -29px;
  }
}
@media screen and (max-width:450px) {
  .landing_protect .newsleter_hold1 .ovale {
    left: -16%;
    width: 131%;
    top: -29px;
  }
}
@media screen and (max-width:340px) {
  .landing_protect .newsleter_hold1 .ovale {
    top: -50px;
  }
}
.landing_protect .newsleter_hold1 .ovale .bg_ov {
  width: 100%;
  height: 500px;
  /*background-image: url("../../img/bignoise-min.png");*/
  background-size: 500px 500px;
  -webkit-animation: flip 0.3s steps(1) infinite;
  animation: flip 0.3s steps(1) infinite;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
.landing_protect .newsleter_hold1 .ovale-white {
  background: #fff !important;
}
.landing_protect .atoutTitle {
  margin-top: 20px;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 20px;
  color: white;
  text-align: center;
}
.landing_protect .sectionTitreAtouts__atouts {
  width: 100%;
  max-width: 1220px;
  position: relative;
  z-index: 2;
}
@media (min-width: 900px) {
  .landing_protect .sectionTitreAtouts__atouts {
    width: 80%;
    margin-top: 0;
  }
}
.landing_protect .sectionTitreAtouts__atouts__item {
  flex-direction: column;
}
@media (min-width: 900px) {
  .landing_protect .sectionTitreAtouts__atouts__item {
    flex-direction: column;
  }
}
.landing_protect .sectionTitreAtouts__atouts__item .sectionTitreAtouts__atouts__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}
.landing_protect .sectionTitreAtouts__atouts__item .sectionTitreAtouts__atouts__image img {
  width: 80%;
  max-width: 100%;
  height: auto;
}
@media (min-width: 900px) {
  .landing_protect .sectionTitreAtouts__atouts__item .sectionTitreAtouts__atouts__image img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.landing_protect .sectionTitreAtouts__atouts__item:first-child .sectionTitreAtouts__atouts__titre {
  max-width: 122px !important;
}
@media (min-width: 900px) {
  .landing_protect .sectionTitreAtouts__atouts__item:first-child .sectionTitreAtouts__atouts__titre {
    max-width: none !important;
  }
}
.landing_protect .sectionTitreAtouts__atouts__item .sectionTitreAtouts__atouts__content {
  width: 100%;
}
@media (min-width: 900px) {
  .landing_protect .sectionTitreAtouts__atouts__item .sectionTitreAtouts__atouts__content {
    width: 100%;
  }
}
.landing_protect .sectionTitreAtouts__atouts__item .sectionTitreAtouts__atouts__content .sectionTitreAtouts__atouts__titre {
  color: white !important;
  height: 50.4px;
  text-align: center;
  max-width: 242px;
  display: block;
  margin: 0 auto;
  line-height: 1.4;
}
@media (min-width: 900px) {
  .landing_protect .sectionTitreAtouts__atouts__item .sectionTitreAtouts__atouts__content .sectionTitreAtouts__atouts__titre {
    height: 50px !important;
    display: inline-block;
    max-width: none;
    margin: 0 0 10px 0;
  }
}
.landing_protect .sectionTitreAtouts__atouts__item .sectionTitreAtouts__atouts__content .sectionTitreAtouts__atouts__desc {
  height: 54.6px;
  text-align: center;
  max-width: 222px;
  display: block;
  margin: auto;
  width: auto;
  line-height: 1.4;
}
@media (min-width: 900px) {
  .landing_protect .sectionTitreAtouts__atouts__item .sectionTitreAtouts__atouts__content .sectionTitreAtouts__atouts__desc {
    height: 80px !important;
    display: inline-block;
    max-width: none;
    width: 245px;
    margin: 0 0 10px 0;
  }
}
.landing_protect .section__cs {
  padding: 20px;
  padding-top: 0;
}
.landing_protect .section__cs .wrapper_protect {
  width: 93%;
  max-width: 1220px;
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
@media (min-width: 766px) {
  .landing_protect .section__cs .wrapper_protect {
    flex-direction: row;
  }
}
@media (min-width: 900px) {
  .landing_protect .section__cs .wrapper_protect {
    width: 70%;
  }
}
.landing_protect .section__cs .wrapper_protect .leftside {
  width: 100%;
  margin-right: 0;
}
@media (min-width: 766px) {
  .landing_protect .section__cs .wrapper_protect .leftside {
    width: 60%;
    margin-right: 5%;
  }
}
.landing_protect .section__cs .wrapper_protect .leftside .leftside__texte span {
  display: block;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
  margin-top: 40px;
}
@media (min-width: 766px) {
  .landing_protect .section__cs .wrapper_protect .leftside .leftside__texte span {
    font-size: 28px;
    font-size: 1.75rem;
    text-align: left;
    margin-top: 0;
  }
}
@media only screen and (max-width: 650px) {
  .landing_protect .section__cs .wrapper_protect .leftside .leftside__texte span {
    line-height: 1.4;
    /* Set line height to 1.4 */
  }
}
.landing_protect .section__cs .wrapper_protect .leftside .leftside__texte strong {
  display: block;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 700;
  margin-bottom: 15px;
  max-width: 580px;
  line-height: 42px;
  text-align: center;
}
@media (min-width: 766px) {
  .landing_protect .section__cs .wrapper_protect .leftside .leftside__texte strong {
    text-align: left;
  }
}
@media only screen and (max-width: 380px) {
  .landing_protect .section__cs .wrapper_protect .leftside .leftside__texte strong {
    font-size: 1.7rem;
    line-height: 1.4;
    /* Set line height to 1.4 */
  }
}
.landing_protect .section__cs .wrapper_protect .leftside .leftside__texte p {
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 25px;
  max-width: 580px;
  text-align: center;
}
@media (min-width: 766px) {
  .landing_protect .section__cs .wrapper_protect .leftside .leftside__texte p {
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
    margin-bottom: 28px;
  }
}
.landing_protect .section__cs .wrapper_protect .leftside .leftside__texte .devis {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  max-width: 580px;
  text-align: center;
}
@media (min-width: 766px) {
  .landing_protect .section__cs .wrapper_protect .leftside .leftside__texte .devis {
    font-size: 27px;
    font-size: 1.6875rem;
    text-align: left;
  }
}
.landing_protect .section__cs .wrapper_protect .leftside .btn_hold {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: stretch;
  align-items: stretch;
  align-content: stretch;
}
@media (min-width: 766px) {
  .landing_protect .section__cs .wrapper_protect .leftside .btn_hold {
    flex-direction: row;
  }
}
.landing_protect .section__cs .wrapper_protect .leftside .btn_hold .linkbtnholder .btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  padding: 5px 13px;
  background: #343434;
  border: 2px solid #343434;
  border-radius: 999px;
  color: #fff;
  margin: 10px;
}
.landing_protect .section__cs .wrapper_protect .leftside .btn_hold .linkbtnholder .btn:hover {
  color: #fff;
  background: #343434;
  border: 2px solid #343434;
}
.landing_protect .section__cs .wrapper_protect .leftside .btn_hold .linkbtnholder .btn span {
  font-size: 15px;
  font-weight: 600;
  margin-left: 9px;
}
@media (min-width: 766px) {
  .landing_protect .section__cs .wrapper_protect .leftside .btn_hold .linkbtnholder .btn span {
    font-size: 17px;
  }
}
.landing_protect .section__cs .wrapper_protect .leftside .btn_hold .linkbtnholder .btn .s-font {
  font-size: 13px;
}
@media (min-width: 766px) {
  .landing_protect .section__cs .wrapper_protect .leftside .btn_hold .linkbtnholder .btn .s-font {
    font-size: 16px;
  }
}
@media (min-width: 766px) {
  .landing_protect .section__cs .wrapper_protect .leftside .btn_hold .linkbtnholder .btnMargin {
    margin-left: 0 !important;
  }
}
.landing_protect .section__cs .wrapper_protect .rghtside {
  width: 100%;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-right: 0;
}
@media (min-width: 766px) {
  .landing_protect .section__cs .wrapper_protect .rghtside {
    width: 30%;
    max-width: none;
    text-align: left;
  }
}
.landing_protect .section__cs .wrapper_protect .rghtside img {
  width: 100%;
}
.landing_protect .section_trustpilot {
  padding: 20px;
  margin-top: 5%;
}
.landing_protect .section_trustpilot .wrapper_protect {
  width: 93%;
  max-width: 1220px;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .landing_protect .section_trustpilot .wrapper_protect {
    width: 75%;
  }
}
.landing_protect .section_trustpilot .title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: #207cf3;
  margin-bottom: 20px;
}
@media (min-width: 900px) {
  .landing_protect .section_trustpilot .title {
    font-size: 35px;
    font-size: 2.1875rem;
    margin-bottom: 50px;
  }
}
.landing_protect .section_trustpilot .blok_trustpilot {
  margin-bottom: 50px;
}
@media (min-width: 900px) {
  .landing_protect .section_trustpilot .blok_trustpilot {
    margin-bottom: 90px;
    flex-direction: row;
  }
}
.landing_protect .section_trustpilot .blok_trustpilot .blok {
  width: 100%;
  margin-right: 0;
  padding: 20px;
  height: 300px;
  border-radius: 20px;
  background-color: #eef8ff;
  margin-bottom: 10px;
}
@media (min-width: 900px) {
  .landing_protect .section_trustpilot .blok_trustpilot .blok {
    width: 32%;
    margin-right: 2%;
    padding: 20px;
    margin-bottom: 0;
  }
}
.landing_protect .section_trustpilot .blok_trustpilot .blok.glider-slide {
  width: 450px !important;
  min-width: 450px !important;
}
.landing_protect .section_trustpilot .blok_trustpilot .blok .d-flex {
  display: flex;
}
.landing_protect .section_trustpilot .blok_trustpilot .blok:nth-child(3) {
  margin-right: 0;
}
.landing_protect .section_trustpilot .blok_trustpilot .blok .trustScoreString {
  color: #343434;
  font-weight: 400;
  font-size: 22px;
}
@media (min-width: 900px) {
  .landing_protect .section_trustpilot .blok_trustpilot .blok .trustScoreString {
    font-size: 16px;
  }
}
.landing_protect .section_trustpilot .blok_trustpilot .blok .trustScoreStars {
  width: 80px;
  height: auto;
  margin-bottom: 0.5rem !important;
}
@media (min-width: 900px) {
  .landing_protect .section_trustpilot .blok_trustpilot .blok .trustScoreStars {
    width: 140px;
  }
}
.landing_protect .section_trustpilot .blok_trustpilot .blok .logo_trustpilot {
  width: 40px;
  height: auto;
}
@media (min-width: 900px) {
  .landing_protect .section_trustpilot .blok_trustpilot .blok .logo_trustpilot {
    width: 90px;
  }
}
.landing_protect .section_trustpilot .blok_trustpilot .blok .btn-trustpilot {
  background-color: #207cf3;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 9px 12px;
  border-radius: 25px;
  border: 0;
  text-decoration: none;
}
@media (min-width: 900px) {
  .landing_protect .section_trustpilot .blok_trustpilot .blok .btn-trustpilot {
    padding: 9px 17px;
  }
}
.landing_protect .section_trustpilot .blok_trustpilot .blok .nos_conseillers {
  color: #207cf3;
  font-weight: 700;
  font-size: 16px;
  margin-top: 42px;
  max-width: 200px;
}
.landing_protect .section_trustpilot .blok_trustpilot .blok .reviews_title {
  font-weight: 700;
  font-size: 20px;
  color: #343434;
  margin-bottom: 45px;
}
.landing_protect .section_trustpilot .blok_trustpilot .blok .reviews_text {
  font-size: 14px;
  min-height: 130px;
  color: #343434;
}
.landing_protect .section_trustpilot .blok_trustpilot .blok .reviews_name {
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  color: #207cf3;
}
.landing_protect .sectionfaq {
  padding: 20px;
}
.landing_protect .sectionfaq .wrapper_protect {
  width: 70%;
  max-width: 1220px;
  margin: 0 auto;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.13);
  background-color: #343434;
  padding: 55px 30px 58px 30px;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 900px) {
  .landing_protect .sectionfaq .wrapper_protect {
    width: 75%;
    padding: 75px 93px 58px 93px;
  }
}
@media only screen and (max-width: 650px) {
  .landing_protect .sectionfaq .wrapper_protect {
    width: 100%;
  }
}
.landing_protect .sectionfaq .icone_hold {
  position: absolute;
  left: 50%;
  margin-left: -33px;
  top: -32px;
}
.landing_protect .sectionfaq .icone_hold img {
  width: 66px;
}
.landing_protect .sectionfaq .title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  color: white !important;
  line-height: 34px;
  margin-bottom: 50px;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 766px) {
  .landing_protect .sectionfaq .title {
    font-size: 33px;
    font-size: 2.0625rem;
    width: 100%;
  }
}
.landing_protect .sectionfaq .tabs_hold {
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #207cf3;
}
@media (min-width: 900px) {
  .landing_protect .sectionfaq .tabs_hold {
    width: 75%;
  }
}
.landing_protect .sectionfaq .tabs_hold .tab {
  border-bottom: 1px solid #207cf3;
  padding: 20px 0;
}
.landing_protect .sectionfaq .tabs_hold .tab.close .tab_title:after {
  transform: rotate(180deg);
}
.landing_protect .sectionfaq .tabs_hold .tab.close .tab_description {
  display: none;
}
.landing_protect .sectionfaq .tabs_hold .tab_title {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff !important;
  width: 97%;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  padding-right: 4%;
}
@media (min-width: 766px) {
  .landing_protect .sectionfaq .tabs_hold .tab_title {
    padding-right: 27px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 380px) {
  .landing_protect .sectionfaq .tabs_hold .tab_title {
    line-height: 1.4;
    /* Set line height to 1.4 */
    padding-right: 20px;
    /* Adjust padding-right as needed */
  }
}
.landing_protect .sectionfaq .tabs_hold .tab_title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 7px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffb300;
}
.landing_protect .sectionfaq .tabs_hold .tab_description {
  margin-top: 20px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #fff !important;
  line-height: 24px;
  margin-bottom: 0;
}
.landing_protect .sectionfaq .tabs_hold .tab_description a {
  display: inline-block;
  word-wrap: break-word;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .landing_protect .card-picture-mob {
    display: none;
  }
}
.landing_protect .card-picture-desk {
  display: none;
}
@media screen and (min-width: 1024px) {
  .landing_protect .card-picture-desk {
    display: block;
  }
}

.sectionTitreAtouts {
  background: #fff;
  position: relative;
  z-index: 1;
}

.sectionTitreAtouts__title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 60px 0;
  padding: 30px 0;
  background: #207cf3;
  color: #fff;
  z-index: 1;
}

.souscriptionPage .sectionTitreAtouts__title {
  margin: 0 0 60px;
}

.sectionTitreAtouts__title::before {
  content: " ";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: calc(100% + 60px);
  -webkit-clip-path: polygon(100% 0, 0 30px, 0 100%, 100% calc(100% - 30px));
          clip-path: polygon(100% 0, 0 30px, 0 100%, 100% calc(100% - 30px));
  background: #207cf3;
  z-index: 0;
}

.sectionTitreAtouts__title::after {
  content: " ";
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  width: 20px;
  height: 30px;
  margin: 0 auto;
  background-image: url("../img/stripes-y.svg");
  z-index: 2;
  background-size: contain;
  background-repeat: no-repeat;
}

.sectionTitreAtouts__title h2 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  z-index: 2;
}

.sectionTitreAtouts__atouts__item:nth-child(1) br,
.sectionTitreAtouts__atouts__item:nth-child(2) br,
.sectionTitreAtouts__atouts__titre br {
  display: none;
}
@media screen and (min-width: 1024px) {
  .sectionTitreAtouts__atouts__item:nth-child(1) br,
.sectionTitreAtouts__atouts__item:nth-child(2) br,
.sectionTitreAtouts__atouts__titre br {
    display: inline;
  }
}

.sectionTitreAtouts__atouts__item {
  display: flex;
  margin: 0 0 20px 0;
  padding: 0 19px;
}

.sectionTitreAtouts__atouts__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
}

.sectionTitreAtouts__atouts__image img {
  flex-shrink: 0;
  flex-grow: 0;
}

.sectionTitreAtouts__atouts__content {
  width: calc(100% - 90px);
  padding: 20px 15px 0;
}

.sectionTitreAtouts__atouts__titre {
  display: inline-block;
  margin: 0 0 10px 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}

.sectionTitreAtouts__atouts__desc {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.sectionTitreAtouts__atouts__item:nth-child(1) .apps-stores a {
  background-color: #ffb200;
}

.sectionTitreAtouts__atouts__item:nth-child(2) .apps-stores a {
  background-color: #ff3b3d;
}

.sectionTitreAtouts__atouts__item:nth-child(3) .apps-stores a {
  background-color: #207cf3;
}

.sectionTitreAtouts__atouts__item .apps-stores {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 650px) {
  .sectionTitreAtouts__atouts__item .apps-stores {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .sectionTitreAtouts__atouts__item .apps-stores {
    justify-content: center;
  }
}
.sectionTitreAtouts__atouts__item .apps-stores a {
  align-items: center;
  border-radius: 50rem;
  color: #fff;
  display: inline-flex;
  font-size: 1.2rem;
  font-weight: 700;
  justify-content: center;
  padding-bottom: 7px;
  padding-left: 19px;
  padding-right: 19px;
  padding-top: 7px;
  text-decoration: none !important;
  transition: all 0.2s;
  margin-bottom: 5px;
  margin-right: 4px;
  margin-left: 4px;
}
@media screen and (min-width: 766px) {
  .sectionTitreAtouts__atouts__item .apps-stores a {
    font-size: 1.3rem;
  }
}
.sectionTitreAtouts__atouts__item .apps-stores a:hover {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
}
.sectionTitreAtouts__atouts__item .apps-stores a img {
  margin-right: 5px;
  width: auto;
  height: 21px;
}

@media screen and (min-width: 650px) {
  .sectionTitreAtouts__atouts {
    max-width: 550px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 766px) {
  .sectionTitreAtouts__atouts {
    max-width: 600px;
  }

  .sectionTitreAtouts__title h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }

  .sectionTitreAtouts__atouts__image {
    width: 120px;
  }

  .sectionTitreAtouts__atouts__content {
    width: calc(100% - 120px);
    padding: 20px 0 0 30px;
  }

  .sectionTitreAtouts__atouts__titre {
    font-size: 16px;
    font-size: 1rem;
  }

  .sectionTitreAtouts__atouts__desc {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .sectionTitreAtouts__title {
    margin: 0px 0 0 0;
  }

  .sectionTitreAtouts__title:before {
    height: calc(100% + 150px);
  }

  .sectionTitreAtouts__title h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }

  .sectionTitreAtouts__atouts {
    display: flex;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 40px;
  }

  .sectionTitreAtouts__atouts__item {
    position: relative;
    flex-direction: column;
    align-items: center;
    padding: 0 30px;
    z-index: 3;
    width: 33.33%;
  }

  .sectionTitreAtouts__atouts__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 250px;
    margin: 0 0 20px;
  }

  .sectionTitreAtouts__atouts__image img {
    flex-shrink: 0;
    flex-grow: 0;
  }

  .sectionTitreAtouts__atouts__content {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .sectionTitreAtouts__atouts__titre {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .sectionTitreAtouts__atouts__desc {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 12px;
  }
}
@-webkit-keyframes flip {
  0% {
    transform: scaleX(1) scaleY(1);
  }
  25% {
    transform: scaleX(1) scaleY(-1);
  }
  50% {
    transform: scaleX(-1) scaleY(-1);
  }
  75% {
    transform: scaleX(-1) scaleY(1);
  }
  100% {
    transform: scaleX(-1) scaleY(1);
  }
}
@keyframes flip {
  0% {
    transform: scaleX(1) scaleY(1);
  }
  25% {
    transform: scaleX(1) scaleY(-1);
  }
  50% {
    transform: scaleX(-1) scaleY(-1);
  }
  75% {
    transform: scaleX(-1) scaleY(1);
  }
  100% {
    transform: scaleX(-1) scaleY(1);
  }
}
#noise {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Overlay de grain animé désactivé : trop visible, il gênait la lecture et la navigation.
     L'animation infinie ne tourne plus non plus. Pour le rétablir, retirer ce display:none. */
  display: none;
  background-image: url("../../img/bignoise-min.png");
  background-size: 500px 500px;
  -webkit-animation: flip 0.3s steps(1) infinite;
  animation: flip 0.3s steps(1) infinite;
  opacity: 0.15;
  z-index: 1;
  mix-blend-mode: multiply;
  pointer-events: none;
}

footer {
  position: relative;
  z-index: 8;
  margin-top: 25px;
}
footer .ovale_footer {
  width: 104%;
  height: 100px;
  background: #343434;
  border-radius: 51% 49% 52% 48%/100% 100% 0% 0%;
  position: relative;
  z-index: 2;
  left: -2%;
}
@media screen and (max-width:992px) {
  footer .ovale_footer {
    left: -9%;
    width: 119%;
  }
}
@media screen and (max-width:450px) {
  footer .ovale_footer {
    left: -16%;
    width: 131%;
  }
}
footer .footer__hold {
  background: #343434;
  position: relative;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width:660px) {
  footer .footer__hold {
    padding-bottom: 60px;
    margin-top: -2px;
  }
}
footer .footer__hold .help_hold {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  right: -40px;
  bottom: -40px;
  background: #fff;
  position: absolute;
}
@media screen and (max-width:992px) {
  footer .footer__hold .help_hold {
    display: none;
  }
}
footer .footer__hold .help_hold span {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: #FFB200;
  font-weight: 700;
  position: relative;
  top: 120px;
  left: 22px;
}
footer .footer__hold .footer_contain {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
@media screen and (max-width:992px) {
  footer .footer__hold .footer_contain {
    width: 100%;
  }
}
@media screen and (max-width:660px) {
  footer .footer__hold .footer_contain {
    flex-wrap: wrap;
  }
}
footer .footer__hold .footer_contain .blok_logo {
  width: 33%;
}
@media screen and (max-width:660px) {
  footer .footer__hold .footer_contain .blok_logo {
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }
}
footer .footer__hold .footer_contain .blok_logo .logo_hold img {
  max-width: 200px;
}
footer .footer__hold .footer_contain .blok_logo .about_title {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 40px;
}
@media screen and (max-width:660px) {
  footer .footer__hold .footer_contain .blok_logo .about_title {
    display: none;
  }
}
footer .footer__hold .footer_contain .blok_logo .descr {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  color: #fff;
  font-weight: 300;
  max-width: 300px;
  line-height: 21px;
}
@media screen and (max-width:660px) {
  footer .footer__hold .footer_contain .blok_logo .descr {
    display: none;
  }
}
footer .footer__hold .footer_contain .blok_logo .descr span {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
}
footer .footer__hold .footer_contain .blok_menu1 {
  width: 27%;
}
@media screen and (max-width:992px) {
  footer .footer__hold .footer_contain .blok_menu1 {
    width: 33%;
  }
}
@media screen and (max-width:992px) {
  footer .footer__hold .footer_contain .blok_menu1 {
    margin-left: 3%;
  }
}
@media screen and (max-width:660px) {
  footer .footer__hold .footer_contain .blok_menu1 {
    width: 50%;
    margin-left: 0;
  }
}
footer .footer__hold .footer_contain .blok_menu1 .menu {
  margin-top: 40px;
}
footer .footer__hold .footer_contain .blok_menu1 .menu li {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #fff;
  font-weight: 300;
  margin-bottom: 20px;
  position: relative;
  top: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width:400px) {
  footer .footer__hold .footer_contain .blok_menu1 .menu li {
    font-size: 0.75em;
  }
}
footer .footer__hold .footer_contain .blok_menu1 .menu li:hover {
  top: -4px;
}
footer .footer__hold .footer_contain .blok_menu1 .menu li a {
  color: #fff;
}
footer .footer__hold .footer_contain .blok_menu2 {
  width: 20%;
}
@media screen and (max-width:992px) {
  footer .footer__hold .footer_contain .blok_menu2 {
    width: 33%;
  }
}
@media screen and (max-width:660px) {
  footer .footer__hold .footer_contain .blok_menu2 {
    width: 45%;
    margin-left: auto;
  }
}
footer .footer__hold .footer_contain .blok_menu2 ul {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width:660px) {
  footer .footer__hold .footer_contain .blok_menu2 ul {
    justify-content: flex-start;
  }
}
footer .footer__hold .footer_contain .blok_menu2 ul li {
  margin: 0px 30px 17px 0px;
}
@media screen and (max-width:660px) {
  footer .footer__hold .footer_contain .blok_menu2 ul li {
    margin: 0px 0 32px 0;
  }
}
footer .footer__hold .footer_contain .blok_menu2 ul li:first-child a:after {
  background: #FFB200;
}
footer .footer__hold .footer_contain .blok_menu2 ul li:nth-child(2) a:after {
  background: #FF3B3D;
}
footer .footer__hold .footer_contain .blok_menu2 ul li:nth-child(3) a:after {
  background: #1F78EC;
}
footer .footer__hold .footer_contain .blok_menu2 ul li:nth-child(4) a:after {
  background: #FFB200;
}
footer .footer__hold .footer_contain .blok_menu2 ul li a {
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125em;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  top: 0;
}
@media screen and (max-width:400px) {
  footer .footer__hold .footer_contain .blok_menu2 ul li a {
    font-size: 0.75em;
  }
}
footer .footer__hold .footer_contain .blok_menu2 ul li a:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  width: 100%;
  height: 3px;
  margin: 0 auto;
  background: #fff;
  opacity: 1;
  transition: opacity 0.35s ease;
}
footer .footer__hold .footer_contain .blok_menu2 ul li a:hover {
  top: -4px;
  transition: all 0.3s;
  display: inline-block;
}
@media screen and (max-width:660px) {
  footer .footer__hold .footer_contain .blok_menu2 .btn_contact {
    text-align: left;
  }
}
footer .footer__hold .footer_contain .blok_menu2 .btn_contact a {
  display: inline-block;
  border-radius: 999px;
  border: 1px solid #FF3B3D;
  background: #FF3B3D;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  padding: 11px 20px;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}
@media screen and (max-width:400px) {
  footer .footer__hold .footer_contain .blok_menu2 .btn_contact a {
    font-size: 12px;
    padding: 11px 11px;
  }
}
footer .footer__hold .footer_contain .blok_menu2 .btn_contact a:hover {
  color: #fff;
  background: #343434;
}
footer .footer__hold .footer_contain .blok_logosheyme {
  width: 20%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-top: 20px;
}
@media screen and (max-width:992px) {
  footer .footer__hold .footer_contain .blok_logosheyme {
    display: flex;
  }
}
@media screen and (max-width:660px) {
  footer .footer__hold .footer_contain .blok_logosheyme {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    flex-direction: row;
  }
}
footer .footer__hold .footer_contain .blok_logosheyme .autresite {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125em;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width:660px) {
  footer .footer__hold .footer_contain .blok_logosheyme .autresite {
    display: none;
  }
}
footer .footer__hold .footer_contain .blok_logosheyme a {
  margin-top: 25px;
}
@media screen and (max-width:660px) {
  footer .footer__hold .footer_contain .blok_logosheyme a {
    margin-top: 0;
    width: 50%;
    text-align: center;
  }
}
footer .footer__hold .footer_contain .blok_logosheyme img {
  width: 200px;
}
@media screen and (max-width:992px) {
  footer .footer__hold .footer_contain .blok_logosheyme img {
    width: 100px;
  }
}
@media screen and (max-width:660px) {
  footer .footer__hold .footer_contain .blok_logosheyme img {
    width: 150px;
  }
}
@media screen and (max-width:360px) {
  footer .footer__hold .footer_contain .blok_logosheyme img {
    width: 120px;
  }
}

.chat_trigger {
  position: fixed;
  z-index: 5000;
  bottom: 20px;
  right: 50px;
  cursor: pointer;
  z-index: 50;
}
@media screen and (max-width:992px) {
  .chat_trigger {
    top: 7px;
    height: 35px;
  }
}
@media screen and (max-width:340px) {
  .chat_trigger {
    right: 10px;
  }
}
@media screen and (max-width:992px) {
  .chat_trigger img {
    width: 36px;
  }
}

.respfooterbottom {
  margin-top: -50px;
  display: none;
}
@media screen and (max-width:660px) {
  .respfooterbottom {
    display: block;
  }
}
.respfooterbottom .ovale_footer_bottom {
  width: 104%;
  height: 100px;
  background: #FF3B3D;
  border-radius: 51% 49% 52% 48%/100% 100% 0% 0%;
  position: relative;
  z-index: 2;
  left: -2%;
}
@media screen and (max-width:992px) {
  .respfooterbottom .ovale_footer_bottom {
    left: -9%;
    width: 119%;
  }
}
@media screen and (max-width:550px) {
  .respfooterbottom .ovale_footer_bottom {
    height: 60px;
  }
}
@media screen and (max-width:450px) {
  .respfooterbottom .ovale_footer_bottom {
    left: -16%;
    width: 131%;
  }
}
.respfooterbottom .blok_bottom {
  background: #FF3B3D;
  padding-bottom: 105px;
}
@media screen and (max-width:550px) {
  .respfooterbottom .blok_bottom {
    margin-bottom: 0px;
    margin-top: -2px;
    padding-bottom: 36px;
  }
}
.respfooterbottom .footer_contain {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.respfooterbottom .about_title {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  color: #fff;
  font-weight: 700;
  display: block;
}
.respfooterbottom .descr {
  display: block;
  margin-left: 2%;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  color: #fff;
  font-weight: 300;
  max-width: 300px;
  line-height: 21px;
}

.menuresphold {
  position: fixed;
  z-index: 30;
  width: 100%;
  left: 0;
  height: 0;
  display: none;
}
@media screen and (max-width:992px) {
  .menuresphold {
    display: block;
  }
}
.menuresphold img {
  width: 123%;
  position: absolute;
  left: -18%;
  bottom: -113px;
}
.menuresphold .bg {
  background: #fff;
  -webkit-clip-path: polygon(0 53%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 53%, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  z-index: 1;
  height: 85px;
  width: 100%;
  box-shadow: 0px 0px 10px #00000029;
}
.menuresphold #nav-icon1 {
  width: 30px;
  height: 32px;
  /*position: relative;*/
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  margin-left: auto;
  z-index: 2;
  /*top: 25px;*/
  position: absolute;
  top: -40px;
}
.menuresphold #nav-icon1 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #FFB200;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.menuresphold #nav-icon1 span:nth-child(1) {
  top: 0px;
}
.menuresphold #nav-icon1 span:nth-child(2) {
  top: 7px;
}
.menuresphold #nav-icon1 span:nth-child(3) {
  top: 14px;
}
.menuresphold #nav-icon1.open span:nth-child(1) {
  top: 7px;
  transform: rotate(135deg);
}
.menuresphold #nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.menuresphold #nav-icon1.open span:nth-child(3) {
  top: 7px;
  transform: rotate(-135deg);
}
.menuresphold .btn_devis {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.menuresphold .btn_devis .btn {
  display: inline-block;
  background: #343434;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #fff;
  padding: 15px 20px;
  font-weight: 700;
  text-align: center;
  border-radius: 999px;
  min-width: 200px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 3px 6px #00000029;
}
.menuresphold .btn_devis .btn:hover {
  background: #FF3B3D;
}
.menuresphold .btn_souscris {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.menuresphold .btn_souscris .btn {
  background: #1F78EC;
  padding: 15px 14px;
  font-weight: 700;
  text-align: center;
  border-radius: 999px;
  min-width: 200px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 3px 6px #00000029;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
}
.menuresphold .btn_souscris .btn .souscris_text {
  margin-right: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #fff;
  font-weight: 700;
}
.menuresphold .btn_souscris .btn .text_pricehold {
  padding-left: 10px;
  border-left: 1px solid #fff;
}
.menuresphold .btn_souscris .btn .text_pricehold .cotis {
  font-family: "Montserrat", sans-serif;
  font-size: 0.625em;
  color: #fff;
  font-weight: 600;
}
.menuresphold .btn_souscris .btn .text_pricehold .price {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25em;
  color: #fff;
  font-weight: 900;
}
.menuresphold .btn_souscris .btn .text_pricehold .duree {
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  position: relative;
}
.menuresphold .btn_res_hold {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.menuresphold .btn_res_hold .res {
  margin-left: 3px;
  border-radius: 50%;
  background: #343434;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  position: relative;
  top: 0;
}
.menuresphold .btn_res_hold .res a {
  color: #fff;
  display: block;
  height: 30px;
}
.menuresphold .btn_res_hold .res i {
  position: relative;
  top: 11px;
  font-size: 19px;
}

.menu_resp {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #343434;
  z-index: 12;
  display: none;
}
.menu_resp.open {
  display: block;
}
.menu_resp:after {
  content: "";
  background: #343434;
  position: absolute;
  height: 58%;
  bottom: 0;
  border-radius: 50% 50% 50% 50%/100% 100% 0% 0%;
  width: 0%;
  left: -19%;
}
@media screen and (max-width:400px) {
  .menu_resp:after {
    width: 0%;
    left: -25%;
  }
}
.menu_resp .container {
  height: 100%;
}
.menu_resp .list_menu {
  position: absolute;
  top: 16%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .menu_resp .list_menu {
    top: 19%;
  }
}
.menu_resp .list_menu li {
  margin: 0 auto 20px;
  width: 197px;
}
.menu_resp .list_menu li a {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25em;
  color: #fff;
}
.menu_resp .btn_contact {
  position: absolute;
  top: 55%;
  z-index: 2;
  left: 0;
  width: 100%;
  text-align: center;
}
.menu_resp .btn_contact .btn {
  display: inline-block;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  color: #FFB200;
  padding: 15px 20px;
  font-weight: 700;
  text-align: center;
  border-radius: 999px;
  min-width: 150px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 3px 6px #00000029;
}
.menu_resp .btn_contact .btn:hover {
  background: #FF3B3D;
}
@media screen and (max-width:360px) {
  .menu_resp .btn_contact .btn {
    min-width: 120px;
  }
}
.menu_resp .btn_contact .tel {
  background: #FFB200;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  box-shadow: 0px 0px 10px #00000029;
  border-radius: 999px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  color: #fff;
  display: inline-block;
  min-width: 150px;
  margin-left: 10px;
  padding: 15px 20px;
}
@media screen and (max-width:360px) {
  .menu_resp .btn_contact .tel {
    min-width: 120px;
  }
}
.menu_resp .btn_contact .tel i {
  margin-right: 7px;
}
.menu_resp .blok_logosheyme {
  position: absolute;
  bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  flex-direction: row;
  z-index: 2;
}
.menu_resp .blok_logosheyme a {
  margin-top: 0;
  width: 50%;
  text-align: center;
}
.menu_resp .blok_logosheyme a img {
  width: 80%;
}

#offres-wrapper-footer {
  position: relative;
}

.offres-wrapper-footer .submenu-footer {
  background-color: #fff;
  color: #000;
}

#toggle-offres-footer.clicked + .submenu {
  display: block;
}

.toggle-submenu-footer {
  cursor: pointer;
  margin-left: 5px;
}

.submenu-footer {
  position: relative;
  background-color: white;
  left: 100px;
  width: 650%;
  transform: translateX(-50%);
  margin-top: 1em;
}
@media screen and (max-device-width: 480px) {
  .submenu-footer {
    -webkit-text-size-adjust: 100%;
  }
}
.submenu-footer li {
  background-color: white;
  padding-bottom: 0.9375em;
  white-space: nowrap;
}
.submenu-footer a {
  color: #343434 !important;
  font-size: 1em !important;
}
.submenu-footer #li-footer {
  padding-top: 0.625em;
  margin-bottom: 0.9375em !important;
}
.submenu-footer #a-footer {
  border-bottom: 2px solid #ffc107;
  padding-bottom: 0.9375em !important;
}

.text-white {
  color: white;
  font-family: "Montserrat", sans-serif;
}

.trustpilot-widget {
  align-items: center !important;
  display: flex;
  height: 100%;
}

.trustpilotHeyme .trustpilot-widget {
  height: auto;
}

.banner_trustpilot_container {
  width: 100%;
  height: 50px;
  background-color: #000032;
}

@media screen and (max-width: 767px) {
  .banner_trustpilot_container {
    height: 100px !important;
  }
}
.banner_trustpilot :nth-child(3n) {
  text-align: right;
}

.banner_trustpilot_item {
  width: 33.33333333%;
}

#trustpilot-carousel {
  margin-top: 60px;
}

.banner_trustpilot_item .text-center {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 360px;
  margin: 0 auto;
}

.banner_trustpilot_item .text-center span {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.banner_trustpilot .logo_trustpilot {
  height: 30px;
  width: auto;
}

.banner_trustpilot .trustScoreStars {
  height: 25px;
  margin-left: 5px;
  margin-right: 5px;
}

.banner_trustpilot .lire_nos_avis {
  color: #00b67a;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-align: right;
  margin-right: 30px;
  text-decoration: underline;
}

.trustpilotHeyme {
  padding: 30px;
  max-width: 1220px;
}

.trustpilotHeyme .trustpilot_title {
  color: #343434;
  padding-bottom: 30px;
  text-align: center;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  width: 246px;
  margin: 0 auto;
  line-height: normal;
  position: relative;
}

.trustpilotHeyme .btn-trustpilot {
  background-color: #207cf3;
  color: white;
  font-size: 13px;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 25px;
  border: 0px;
  text-decoration: none;
}

.trustpilotHeyme .btn-trustpilot:hover {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
  transform: scale(1.05);
}

.trustpilotHeyme .d-flex,
.trustpilot_confirmation_section .d-flex {
  display: flex !important;
}

.trustpilotHeyme .justify-content-center,
.trustpilot_confirmation_section .justify-content-center {
  justify-content: center;
}

.trustpilotHeyme .align-items-center {
  align-items: center;
}

.trustpilot_confirmation_section .mx-auto {
  margin: 0 auto !important;
}

.trustpilot_confirmation_section .img-homme {
  width: 170px;
  height: 170px;
  margin-right: 20px;
}

.trustpilot_confirmation_section .ta_as_recu {
  font-size: 22px;
  font-weight: 700;
  margin: 0px;
}

.trustpilot_confirmation_section .data_email {
  text-decoration: underline;
  color: #207cf3;
  font-weight: 700;
  font-size: 20px;
}

.trustpilot_confirmation_section .ss_titre {
  margin-bottom: 20px;
}

.trustpilot_confirmation_section .ss_titre p {
  font-size: 20px;
  margin: 0;
}

.trustpilot_confirmation_section .font-italic {
  font-style: italic;
}

.trustpilotHeyme .justify-content-between {
  justify-content: space-between !important;
}

.trustpilotHeyme .align-items-center,
.trustpilot_confirmation_section .align-items-center {
  align-items: center !important;
}

.trustpilotHeyme .first_card {
  width: 540px !important;
  min-width: 540px !important;
  height: 348px;
  background-color: #eef8ff;
  border-radius: 30px;
  padding: 25px;
  margin: 15px;
}

.trustpilotHeyme .first_card .trustScoreStars {
  width: 180px;
  height: auto;
  margin-bottom: 0.5rem !important;
}

.trustpilotHeyme .first_card .logo_trustpilot {
  width: 130px;
  height: auto;
}

.trustpilotHeyme .first_card .p-4 {
  padding: 1.5rem !important;
}

.trustpilotHeyme .first_card .trustScoreString {
  color: #343434;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.trustpilotHeyme .first_card .nos_conseillers {
  color: #207cf3;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  margin-top: 90px;
  max-width: 400px;
}

.trustpilotHeyme .reviews_card {
  width: 560px !important;
  background-color: #eef8ff;
  background-image: url("../img/stripes-card-trustpilot.svg");
  background-size: auto;
  background-repeat: no-repeat;
  border-radius: 30px;
  margin-left: 20px;
  padding: 40px 70px;
  margin: 15px;
}

.trustpilotHeyme .reviews_card .mb-3 {
  margin-bottom: 10px;
}

.trustpilotHeyme .reviews_title {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #343434;
  margin-bottom: 45px;
}

.trustpilotHeyme .reviews_text {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  min-height: 130px;
  color: #343434;
}

.trustpilotHeyme .reviews_name {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  color: #207cf3;
}

/** trustpilot_confirmation Fin tunel **/
.trustpilot_confirmation iframe {
  display: block;
  border: none;
  height: 100vh;
  width: 100%;
}

.trustpilot_confirmation {
  width: 80%;
  margin: 0 auto;
}

.mt-100 {
  padding-top: 100px;
}

.page_trustpilot {
  background-color: #f5f9ff;
}

.page_trustpilot .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.page_trustpilot .text-uppercase {
  text-transform: uppercase;
}

.page_trustpilot .trustpilot_title h1 {
  font-size: 32px;
}

.page_trustpilot .trustpilot_title p {
  font-size: 20px;
}

.page_trustpilot .trustpilotHeyme .first_card,
.page_trustpilot .trustpilotHeyme .reviews_card {
  background-color: white !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 720px) {
  .banner_trustpilot_item {
    width: 0% !important;
  }

  .banner_trustpilot {
    display: block !important;
    justify-content: space-around !important;
    align-items: center !important;
  }

  .banner_trustpilot .score_tars {
    width: 100% !important;
    padding-top: 9px;
  }

  .banner_trustpilot_item .text-center {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .banner_trustpilot_item a {
    display: none;
  }

  .trustpilot_confirmation {
    width: 100%;
  }

  .trustpilot_confirmation .souscriptionForm__subtitle {
    margin: 30px;
  }

  .trustpilotHeyme .first_card {
    width: 100%;
  }

  .slide-dots-btns {
    display: none !important;
  }
}
@media (max-width: 720px) {
  .trustpilotHeyme {
    padding: 20px;
  }

  .trustpilotHeyme .first_card {
    min-width: 220px !important;
    width: 220px !important;
    padding: 15px;
  }

  .trustpilotHeyme .reviews_card {
    min-width: 240px !important;
    width: 240px !important;
    padding: 20px;
    background-image: url(../img/stripes-card-trustpilot-mobile.svg);
  }

  .trustpilotHeyme .reviews_title {
    font-size: 17px;
  }

  .trustpilotHeyme .d-flex {
    display: block !important;
  }

  .trustpilotHeyme .first_card .logo_trustpilot {
    margin-bottom: 50px;
  }

  .trustpilotHeyme .first_card .nos_conseillers {
    font-size: 14px;
    margin-top: 45px;
  }

  .trustpilotHeyme .first_card .trustScoreStars {
    width: 140px;
  }

  .trustpilotHeyme .btn-trustpilot {
    font-size: 12px;
    padding: 12px 10px;
  }

  .trustpilot_confirmation_section {
    background-color: white !important;
  }

  .trustpilot_confirmation_section .d-flex {
    flex-direction: column;
    text-align: center;
    position: relative;
    z-index: 1;
  }

  .trustpilot_confirmation_section .img-homme {
    width: 100px;
    height: 100px;
    margin-right: 0;
  }

  .trustpilot_confirmation_section .felicitations,
.trustpilot_confirmation_section .quas_tu_pense {
    font-size: 23px !important;
  }

  .trustpilot_confirmation_section .ta_as_recu,
.trustpilot_confirmation_section .data_email,
.trustpilot_confirmation_section .ss_titre p {
    font-size: 15px !important;
  }

  .trustpilot_confirmation_section .trustpilot-clip-path,
.trustpilot_confirmation_section .trustpilot-clip-path::after {
    background: white !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .trustpilot_confirmation iframe {
    margin: 15px;
    width: 95%;
  }

  .trustpilot_confirmation_section .mt-100 {
    margin-top: 20px;
  }
}
.trustpilot_confirmation_section .text-center,
.trustpilotHeyme .text-center,
.page_trustpilot .trustpilot_title {
  text-align: center !important;
  position: relative;
}

.trustpilot_confirmation_section .felicitations {
  font-weight: 300;
  font-size: 45px;
  color: #207cf3;
}

.trustpilot_confirmation_section .quas_tu_pense {
  font-size: 36px;
}

.trustpilot_confirmation_section .trustpilot-clip-path {
  position: relative;
  margin: 60px 0;
  z-index: 1;
}

.trustpilot_confirmation_section .trustpilot_confirmation {
  position: relative;
  z-index: 2;
}

.content_and_trustpilot {
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-clip-path: polygon(0 0%, 100% 4%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0%, 100% 4%, 100% 100%, 0% 100%);
  background: #e8f2fe;
}
.content_and_trustpilot .text-center {
  max-width: 600px;
  margin-top: 5%;
  text-align: center !important;
}

.content_and_trustpilot::before {
  content: " ";
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(100% - 130px);
  -webkit-clip-path: polygon(0 31%, 100% 48%, 100% 100%, 0% 100%);
  clip-path: polygon(0 31%, 100% 48%, 100% 100%, 0% 100%);
  background: #e8f2fe;
  z-index: -1;
}

.trustpilot-clip-path {
  width: 70%;
}

@media (max-width: 721px) {
  .trustpilot_confirmation_section .trustpilot_confirmation {
    margin-top: 0px;
  }

  .content_and_trustpilot::before {
    height: auto;
    -webkit-clip-path: polygon(0 41%, 100% 46%, 100% 100%, 0% 100%);
    clip-path: polygon(0 26%, 100% 26%, 100% 100%, 0% 100%);
    z-index: 1;
  }

  .content_and_trustpilot .text-center {
    width: 98%;
    margin: 15px;
    padding: 5px;
    z-index: 1;
  }
  .content_and_trustpilot .trustpilot-clip-path {
    width: 100%;
    margin: 0;
    padding: 0;
    background: none !important;
  }
}
.truspilot_frame iframe {
  width: 100%;
  height: 100%;
}