/*
 ****
 *
 * Breakpoints
 *
*******/
:root {
  --primary-color: #5cb8ea;
  --primary-color-rgb: 92, 184, 234;
  --secondary-color: #3a75c4;
  --default-color: #fdd200;
  --default-color-rgb: 253, 210, 0;
  --success-color: #b4ce8c;
  --success-color-rgb: 180, 206, 140;
  --primary-font: "HelveticaNeue", sans-serif;
  --default-font: "HelveticaNeue", sans-serif;
  --text-color: #000000;
}

/**
 *
 * General Styles
 *
 ***/
* {
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-family: var(--primary-font);
  color: var(--text-color);
  font-weight: 400;
}

a {
  text-decoration: none;
  color: var(--primary-color);
}

ul {
  list-style-type: none;
}

/**
 *
 * General Classes
 *
 ***/
.max__width {
  max-width: 1366px;
  margin: auto;
  width: calc(100% - 30px);
}

.d-flex {
  display: flex;
}

.flex-1 {
  flex: 1;
}

.jc-space-b {
  justify-content: space-between;
}

.jc-space-a {
  justify-content: space-around;
}

.jc-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.f-wrap {
  flex-wrap: wrap;
}

.g-15 {
  gap: 15px;
}

.g-10 {
  gap: 10px;
}

@media screen and (max-width: 1199px) {
  .g-lg-5 {
    gap: 5px;
  }
}
@media screen and (max-width: 991px) {
  .f-dir-md-column {
    flex-direction: column;
  }
}
/*
 ****
 *
 * |-> Padding & Margin
 *
*******/
.m-auto {
  margin: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-0 {
  margin-right: 0;
}

.ml-30 {
  margin-left: 30px;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.pr-50 {
  padding-right: 50px;
}

.pr-10 {
  padding-right: 10px !important;
}

.pl-39 {
  padding-left: 39px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-50 {
  padding-left: 50px;
}

@media screen and (max-width: 1199px) {
  .pl-lg-20 {
    padding-left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .pr-md-20 {
    padding-right: 20px;
  }
  .pl-md-20 {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pl-sm-0 {
    padding-left: 0;
  }
}
/*
 ****
 *
 * |-> Headings
 *
*******/
.h1 {
  font-size: 70px;
  line-height: 75px;
  font-family: var(--primary-font);
  font-weight: bold;
  color: var(--primary-color);
  text-transform: uppercase;
}

.h2 {
  font-size: 50px;
  line-height: 60px;
  font-family: var(--primary-font);
  font-weight: bold;
  color: #000000;
}

.h3 {
  font-size: 42px;
  line-height: 50px;
  font-family: var(--primary-font);
  font-weight: 700;
  color: #fff;
}

.h4 {
  font-size: 30px;
  line-height: 38px;
  font-family: var(--primary-font);
  font-weight: bold;
  color: #fff;
}

.h5 {
  font-size: 18px;
  line-height: 24px;
  font-family: var(--primary-font);
  font-weight: bold;
  color: #fff;
}

.entry-title {
  font-size: 40px;
  line-height: 50px;
  font-family: var(--primary-font);
  font-weight: bold;
  color: #000;
  text-align: center;
  padding: 30px 0;
}

.quest {
  font-size: 25px;
  line-height: 28px;
  font-family: var(--primary-font);
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: var(--success-color);
}

@media screen and (max-width: 1199px) {
  .h1 {
    font-size: 60px;
    line-height: 65px;
    font-family: var(--primary-font);
    font-weight: bold;
    color: var(--primary-color);
    text-transform: uppercase;
  }
  .h2 {
    font-size: 43px;
    line-height: 50px;
    font-family: var(--primary-font);
    font-weight: bold;
    color: #000000;
  }
  .h3 {
    font-size: 37px;
    line-height: 45px;
    font-family: var(--primary-font);
    font-weight: 700;
    color: #fff;
  }
  .h4 {
    font-size: 26px;
    line-height: 32px;
    font-family: var(--primary-font);
    font-weight: bold;
    color: #fff;
  }
  .h5 {
    font-size: 16px;
    line-height: 22px;
    font-family: var(--primary-font);
    font-weight: bold;
    color: #fff;
  }
  .entry-title {
    font-size: 34px;
    line-height: 44px;
    font-family: var(--primary-font);
    font-weight: bold;
    color: #000;
  }
}
@media screen and (max-width: 991px) {
  .h1 {
    font-size: 53px;
    line-height: 63px;
    font-family: var(--primary-font);
    font-weight: bold;
    color: var(--primary-color);
    text-transform: uppercase;
  }
  .h2 {
    font-size: 40px;
    line-height: 47px;
    font-family: var(--primary-font);
    font-weight: bold;
    color: #000000;
  }
  .h3 {
    font-size: 34px;
    line-height: 42px;
    font-family: var(--primary-font);
    font-weight: 700;
    color: #fff;
  }
  .h4 {
    font-size: 23px;
    line-height: 29px;
    font-family: var(--primary-font);
    font-weight: bold;
    color: #fff;
  }
  .h5 {
    font-size: 14px;
    line-height: 19px;
    font-family: var(--primary-font);
    font-weight: bold;
    color: #fff;
  }
  .entry-title {
    font-size: 30px;
    line-height: 40px;
    font-family: var(--primary-font);
    font-weight: bold;
    color: #000;
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .h1 {
    font-size: 45px;
    line-height: 52px;
    font-family: var(--primary-font);
    font-weight: bold;
    color: var(--primary-color);
    text-transform: uppercase;
  }
  .h2 {
    font-size: 34px;
    line-height: 40px;
    font-family: var(--primary-font);
    font-weight: bold;
    color: #000000;
  }
  .h3 {
    font-size: 30px;
    line-height: 36px;
    font-family: var(--primary-font);
    font-weight: 700;
    color: #fff;
  }
  .h4 {
    font-size: 22px;
    line-height: 27px;
    font-family: var(--primary-font);
    font-weight: bold;
    color: #fff;
  }
  .h5 {
    font-size: 13px;
    line-height: 17px;
    font-family: var(--primary-font);
    font-weight: bold;
    color: #fff;
  }
  .entry-title {
    font-size: 25px;
    line-height: 33px;
    font-family: var(--primary-font);
    font-weight: bold;
    color: #000;
    padding: 30px 0 0;
  }
  .entry-title br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .h2 {
    font-size: 25px;
    line-height: 35px;
    font-family: var(--primary-font);
    font-weight: bold;
    color: #000000;
  }
  .h3 {
    font-size: 28px;
    line-height: 38px;
    font-family: var(--primary-font);
    font-weight: 700;
    color: #fff;
  }
  .h4 {
    font-size: 20px;
    line-height: 30px;
    font-family: var(--primary-font);
    font-weight: bold;
    color: #fff;
  }
}
/*
 ****
 *
 * |-> Body Text
 *
*******/
.t1 {
  font-size: 20px;
  line-height: 28px;
  font-family: var(--primary-font);
  font-weight: 400;
  color: #000;
}

.t2 {
  font-size: 16px;
  line-height: 22px;
  font-family: var(--primary-font);
  font-weight: 500;
  color: #fff;
}

.t3 {
  font-size: 14px;
  line-height: 20px;
  font-family: var(--primary-font);
  font-weight: 400;
  color: #000;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.fw-400 {
  font-weight: 400;
}

@media screen and (max-width: 1199px) {
  .t1 {
    font-size: 17px;
    line-height: 26px;
    font-family: var(--primary-font);
    font-weight: 400;
    color: #000;
  }
  .t2 {
    font-size: 15px;
    line-height: 21px;
    font-family: var(--primary-font);
    font-weight: 500;
    color: #fff;
  }
  .t3 {
    font-size: 13px;
    line-height: 19px;
    font-family: var(--primary-font);
    font-weight: 400;
    color: #000;
  }
}
@media screen and (max-width: 991px) {
  .text-md-left {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .t1 {
    font-size: 16px;
    line-height: 24px;
    font-family: var(--primary-font);
    font-weight: 400;
    color: #000;
  }
  .t2 {
    font-size: 14px;
    line-height: 20px;
    font-family: var(--primary-font);
    font-weight: 500;
    color: #fff;
  }
  .t3 {
    font-size: 12px;
    line-height: 18px;
    font-family: var(--primary-font);
    font-weight: 400;
    color: #000;
  }
}
/*
 ****
 *
 * |-> Buttons
 *
*******/
.button {
  font-size: 18px;
  line-height: 23px;
  font-family: var(--primary-font);
  font-weight: bold;
  color: #ffffff;
  background: var(--secondary-color) 0% 0% no-repeat padding-box;
  border: 1px solid var(--secondary-color);
  padding: 10px 24px;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.button.full {
  width: 100%;
  max-width: none;
  max-inline-size: none;
  text-align: center;
}
.button:hover {
  background-color: transparent;
  color: var(--secondary-color);
}
.button .icon {
  width: 24px;
  height: 24px;
  vertical-align: bottom;
}
.button .icon.right {
  margin-left: 6px;
}

@media screen and (max-width: 991px) {
  .button {
    padding: 10px 7px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .button {
    padding: 10px 20;
    font-size: 13px;
  }
}
/*
 ****
 *
 * |-> Inputs
 *
*******/
input[type=text] {
  font-size: 14px;
  line-height: 21px;
  font-family: var(--primary-font);
  font-weight: bold;
  color: #000;
  background-color: #fff;
  height: 41px;
  padding: 0 20px;
  width: 100%;
  border: none;
}
input[type=text]::-moz-placeholder {
  color: #000;
}
input[type=text]::placeholder {
  color: #000;
}

input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 29px;
  height: 29px;
  background-color: var(--secondary-color);
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
input[type=radio]:checked::before {
  width: 15px;
  height: 15px;
}
input[type=radio]::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background-color: #fff;
  transition: all 0.25s;
}

.radio {
  display: flex;
  gap: 17px;
  cursor: pointer;
}
.radio strong {
  font-size: 30px;
  line-height: 34px;
  font-family: var(--primary-font);
  font-weight: 900;
  color: var(--secondary-color);
  display: block;
}
.radio .label {
  font-size: 12px;
  line-height: 16px;
  font-family: var(--primary-font);
  font-weight: normal;
  color: #000;
}

@media screen and (max-width: 1199px) {
  input[type=radio] {
    width: 26px;
    height: 26px;
  }
  input[type=radio]:checked::before {
    width: 10px;
    height: 10px;
  }
  .radio {
    gap: 10px;
  }
  .radio strong {
    font-size: 24px;
    line-height: 22px;
  }
  .radio .label {
    font-size: 9px;
    line-height: 14px;
  }
}
@media screen and (max-width: 991px) {
  input[type=radio] {
    width: 22px;
    height: 22px;
  }
  .radio {
    gap: 5px;
  }
}
@media screen and (max-width: 480px) {
  input[type=radio] {
    min-width: 14px;
    height: 14px;
    width: 14px;
  }
  input[type=radio]:checked::before {
    width: 7px;
    height: 7px;
  }
  .radio {
    gap: 5px;
  }
}
/*
 ****
 *
 * |-> Colors
 *
*******/
.bg-blue {
  background-color: var(--primary-color) !important;
}

.color-blue {
  color: var(--primary-color) !important;
}

.bg-ps-blue::before {
  background-color: var(--primary-color) !important;
}

.bg-yellow {
  background-color: var(--default-color) !important;
}

.color-yellow {
  color: var(--default-color) !important;
}

.bg-ps-yellow::before {
  background-color: var(--default-color) !important;
}

.bg-green {
  background-color: var(--success-color) !important;
}

.color-green {
  color: var(--success-color) !important;
}

.bg-ps-green::before {
  background-color: var(--success-color) !important;
}

.bg-text-blue {
  background-color: rgba(var(--primary-color-rgb), 0.2);
}

.bg-text-yellow {
  background-color: rgba(var(--default-color-rgb), 0.2);
}

.bg-text-green {
  background-color: rgba(var(--success-color-rgb), 0.2);
}

/*
 ****
 *
 * |-> Layout
 *
*******/
.container {
  width: calc(100% - 30px);
  max-width: 1080px;
  margin: auto;
}

@media screen and (max-width: 1199px) {
  .container {
    max-width: 962px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    max-width: 738px;
  }
  .hide-md {
    display: none;
  }
}
.header {
  position: relative;
  position: relative;
}
.header .linkRed {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.header::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 222px;
  background-size: contain;
  background-position: bottom center;
  background-image: url(../img/Graphique.svg);
  background-repeat: no-repeat;
  z-index: 15;
  bottom: 0;
  left: calc(50% + 270px);
}
.header .slick-header-slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}
.header .slick-header-slider .fnd-slide {
  height: 100vh;
  background-size: cover;
  background-position: center;
}
.header .slick-header-thumb {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 215px;
}
.header .slick-header-thumb .slick-slide {
  transition: opacity 1s ease-in-out !important;
  transform: scale(1) !important;
}
.header .slick-header-thumb .slick-slide.slick-current .progressbar:before {
  width: 100%;
}
.header .slick-header-thumb .fnd-slide {
  height: 205px;
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.header .slick-header-thumb .fnd-slide .cat {
  font-size: 18px;
  line-height: 24px;
  font-family: var(--primary-font);
  font-weight: bold;
  color: var(--default-color);
  text-transform: uppercase;
  display: block;
  width: 100%;
  padding: 17px;
}
.header .slick-header-thumb .fnd-slide .progressbar {
  display: block;
  width: 100%;
  height: 7px;
  position: relative;
}
.header .slick-header-thumb .fnd-slide .progressbar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background-color: var(--default-color);
  transition: all 3s 2s linear;
}
.header .content-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  z-index: 10;
}
.header .content-wrap .top {
  padding-top: 18px;
  position: relative;
  z-index: 3;
}
.header .content-wrap .caption {
  flex: 1;
  display: flex;
  align-items: center;
}
.header .content-wrap .caption .h1 {
  margin-bottom: 20px;
  transition: all 1s ease-in;
}
.header .content-wrap .caption .t1 {
  color: #fff;
}
.header .content-wrap .caption > div {
  max-width: 420px;
}
@media screen and (max-width: 1199px) {
  .header:after {
    left: calc(50% + 120px);
  }
}
@media screen and (max-width: 991px) {
  .header .slick-header-thumb {
    width: 155px;
  }
  .header .slick-header-thumb .fnd-slide {
    height: 170px;
  }
}
@media screen and (max-width: 767px) {
  .header .content-wrap {
    z-index: 1024;
  }
  .header .content-wrap .top {
    position: fixed;
    width: 100%;
    padding: 15px;
    left: 0;
    top: 0;
    z-index: 1055;
    transition: all 0.4s;
  }
  .header .content-wrap .top.sticky {
    background-color: var(--primary-color);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }
  .header .brand img {
    width: 120px;
  }
  .header .hButton .stickymob {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px 10px;
    background-color: white;
    right: 0;
    display: flex;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .header .hButton .stickymob a {
    width: 100%;
    max-width: none;
    text-align: center;
  }
  .header .hButton .btnToggle {
    width: 35px;
    height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 1025;
    margin-top: 12px;
  }
  .header .hButton .btnToggle span {
    transition: top 0.25s 0.25s linear, width 0.25s 0.5s linear, opacity 0.25s linear, transform 0.25s linear;
    height: 5px;
    background: #fff;
    position: relative;
    top: 0;
  }
  .header .hButton .btnToggle span:nth-child(2) {
    width: calc(100% - 5px);
  }
  .header .hButton .btnToggle.on span {
    transition: top 0.25s 0.25s linear, width 0.25s linear, opacity 0.25s 0.5s linear, transform 0.25s 0.5s linear;
  }
  .header .hButton .btnToggle.on span:nth-child(1) {
    top: 10px;
    transform: rotate(45deg);
  }
  .header .hButton .btnToggle.on span:nth-child(2) {
    width: 100%;
    opacity: 0;
  }
  .header .hButton .btnToggle.on span:nth-child(3) {
    top: -10px;
    transform: rotate(-45deg);
  }
  .header::after {
    left: calc(50% + 52px);
    bottom: 60px;
    width: 100px;
    height: 110px;
  }
  .header .slick-header-thumb {
    width: 260px;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header .slick-header-thumb .fnd-slide {
    height: 120px;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .header .slick-header-thumb .fnd-slide .cat {
    padding: 8px;
    font-size: 14px;
  }
}

.footer {
  padding-top: 50px;
  padding-bottom: 45px;
}
.footer .footer-text {
  font-size: 22px;
  line-height: 24px;
  font-family: var(--primary-font);
  font-weight: bold;
  color: #000;
}
.footer .copyright {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 60px;
  }
  .footer > div {
    flex-direction: column;
    padding: 0 calc(50% - 120px);
    text-align: center;
  }
  .footer .footer-text {
    font-size: 16px;
  }
}

.sections {
  padding-bottom: 1px;
}
.sections > div:last-child {
  margin-bottom: 108px;
}
@media screen and (max-width: 991px) {
  .sections > div:last-child {
    margin-bottom: 124px;
  }
}
@media screen and (max-width: 767px) {
  .sections > div:last-child {
    margin-bottom: 0;
  }
}

/*
 ****
 *
 * |-> Slick js CSS
 *
*******/
.slick-slide {
  transition: all 1s ease-in-out !important;
}

.slick-slide.slick-active {
  transform: scale(1);
}

.slick-slide:not(.slick-active) {
  transform: scale(1.2);
}

/*
 ****
 *
 * |-> Form don
 *
*******/
.formDon {
  padding: 17px 0;
  background-color: var(--default-color);
  position: sticky;
  top: calc(100% - 108px);
  z-index: 1024;
}
.formDon + div {
  margin-top: -108px;
}
.formDon .otherAmount {
  margin-bottom: 14px;
  margin-top: 3px;
}
.formDon .input {
  font-size: 12px;
  line-height: 16px;
  font-family: var(--primary-font);
  font-weight: 400;
  color: #000;
}
@media screen and (max-width: 991px) {
  .formDon {
    top: calc(100% - 124px);
  }
  .formDon + div {
    margin-top: -124px;
  }
}
@media screen and (max-width: 767px) {
  .formDon {
    position: fixed;
    left: 0;
    top: 0;
    width: calc(100% - 70px);
    height: 100%;
    padding: 15px;
    padding-top: 60px;
    display: flex;
    align-items: center;
    transform: translateX(-100%);
    transition: all 0.3s linear;
    opacity: 0;
  }
  .formDon.on {
    transform: translateX(0%);
    opacity: 1;
  }
  .formDon > div > div {
    flex-direction: column;
    justify-content: space-between;
  }
  .formDon ._smfd {
    flex-direction: column;
  }
  .formDon + div {
    margin-top: 0;
    padding-top: 80px;
  }
}
@media screen and (max-width: 480px) {
  .formDon {
    padding: 0;
    padding-top: 60px;
  }
  .formDon .radio strong {
    font-size: 17px;
    line-height: 18px;
  }
}

/*
 ****
 *
 * |-> By The Don Form
 *
*******/
.bythedon {
  padding-top: 40px;
  margin-bottom: 60px;
  position: relative;
}
.bythedon.reverse {
  overflow: hidden;
}
.bythedon.reverse::before {
  right: 0;
  left: auto;
}
.bythedon.reverse .content-wrap {
  max-width: 427px;
}
.bythedon.reverse .bg-img {
  background-position: center left calc(50vw - 540px);
  padding-bottom: 80px;
}
.bythedon.reverse .cap-lg {
  flex-direction: row-reverse;
}
.bythedon.reverse .sub-content .box {
  padding: 25px 0 20px 35px;
}
.bythedon.reverse .sub-content .box::before {
  right: auto;
  left: 0;
}
.bythedon.reverse .sub-content ._brc {
  flex-direction: row-reverse;
}
.bythedon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  height: 40px;
  width: calc(50% + 400px);
}
.bythedon .content-wrap {
  max-width: 430px;
}
.bythedon .content-wrap .h4 {
  margin-bottom: 6px;
  display: block;
}
.bythedon .content-wrap .h2 {
  margin-bottom: 20px;
}
.bythedon .sub-content .list.no-puce li > div:last-child::before {
  display: none;
}
.bythedon .sub-content .list.no-space {
  padding-left: 27px;
}
.bythedon .sub-content .list.no-space li {
  margin-bottom: 15px;
}
.bythedon .sub-content .list.g-puce li > div:last-child::before {
  background-image: url(../img/PUCE-G.svg);
}
.bythedon .sub-content .list li {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
.bythedon .sub-content .list li .num span {
  font-size: 80px;
  line-height: 70px;
  font-family: var(--primary-color);
  font-weight: bold;
  color: inherit;
}
.bythedon .sub-content .list li:last-child {
  margin-bottom: 0;
}
.bythedon .sub-content .list li > div:last-child {
  position: relative;
}
.bythedon .sub-content .list li > div:last-child::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  right: calc(100% + 10px);
  top: 0;
  background-image: url(../img/PUCE.svg);
  background-repeat: no-repeat;
}
.bythedon .sub-content .box {
  position: relative;
  z-index: 1;
  padding: 25px 35px 20px 0;
  margin-top: -40px;
  max-width: 445px;
  position: relative;
}
.bythedon .sub-content .box::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #fff;
  z-index: -99;
  width: 50vw;
}
.bythedon .sub-content .box .t1 {
  font-weight: bold;
  margin-bottom: 40px;
}
.bythedon .sub-content .right-centent {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
}
.bythedon .sub-content .right-centent .h3 {
  margin: auto;
  max-width: 237px;
  color: #000;
}
.bythedon .bg-img {
  padding-top: 55px;
  padding-bottom: 150px;
  background-size: cover;
  background-position: center right calc(50vw - 540px);
  background-repeat: no-repeat;
}
.bythedon ._picto.on span {
  color: #000;
}
.bythedon ._picto.on span::after {
  transform: rotate(0deg);
  opacity: 1;
}
.bythedon ._picto.on span::before {
  transform: scale(1);
  opacity: 1;
}
.bythedon ._picto span {
  display: block;
  width: 150px;
  height: 150px;
  position: relative;
  z-index: 1;
  line-height: 162px;
  font-size: 29px;
  font-weight: bold;
  padding-right: 10px;
  text-align: center;
  color: transparent;
  transition: all 0.55s 0.25s ease-in-out;
  position: relative;
  position: relative;
}
.bythedon ._picto span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  transform: rotate(100deg);
  transition: all 0.55s 0.55s ease-in-out;
  z-index: -2;
  opacity: 0;
}
.bythedon ._picto span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  transform: scale(0.5);
  z-index: -1;
  transition: all 0.55s ease-in-out;
  opacity: 0;
}
.bythedon ._picto._1 span::after {
  background-image: url(../img/picto_pauvrete.svg);
}
.bythedon ._picto._1 span::before {
  background-image: url(../img/picto_pauvrete_bull.svg);
}
.bythedon ._picto._2 span::after {
  background-image: url(../img/picto_Handicap.svg);
}
.bythedon ._picto._2 span::before {
  background-image: url(../img/picto_Handicap_bull.svg);
}
.bythedon ._picto._3 span::after {
  background-image: url(../img/picto_Maladie.svg);
}
.bythedon ._picto._3 span::before {
  background-image: url(../img/picto_Maladie_bull.svg);
}
@media screen and (max-width: 1199px) {
  .bythedon.reverse .bg-img {
    background-position: center left calc(50vw - 461px);
  }
  .bythedon .bg-img {
    background-position: center right calc(50vw - 461px);
  }
  .bythedon .sub-content .right-centent .h3 {
    max-width: 201px;
  }
}
@media screen and (max-width: 991px) {
  .bythedon.reverse .bg-img {
    background-position: center left calc(50vw - 365px);
  }
  .bythedon.reverse .content-wrap {
    max-width: 357px;
  }
  .bythedon::before {
    width: calc(50% + 250px);
  }
  .bythedon .content-wrap {
    max-width: 350px;
  }
  .bythedon .bg-img {
    background-position: center right calc(50vw - 365px);
  }
  .bythedon .sub-content .right-centent .h3 {
    max-width: none;
  }
  .bythedon .sub-content .right-centent .h3 br {
    display: none;
  }
  .bythedon .sub-content .list li {
    gap: 15px;
  }
  .bythedon .sub-content .list li .num span {
    font-size: 70px;
  }
  .bythedon .sub-content .box::before {
    width: 60vw;
  }
}
@media screen and (max-width: 767px) {
  .bythedon {
    margin-bottom: 0;
  }
  .bythedon::before {
    width: 100%;
  }
  .bythedon.reverse ._btd-wp {
    flex-direction: column-reverse;
  }
  .bythedon.reverse .content-wrap {
    max-width: 285px;
  }
  .bythedon.reverse .sub-content .box {
    padding: 25px 15px 20px 15px;
  }
  .bythedon.reverse .sub-content ._brc {
    flex-direction: column;
  }
  .bythedon ._btd-wp {
    flex-direction: column-reverse;
  }
  .bythedon .content-wrap {
    max-width: 292px;
  }
  .bythedon ._btd-bw {
    flex-direction: column;
  }
  .bythedon .sub-content .box {
    padding: 25px 15px 20px 15px;
    max-width: none;
    margin: 0 -15px;
    background-color: #fff;
  }
  .bythedon .sub-content .right-centent {
    padding-bottom: 30px;
  }
  .bythedon .sub-content .right-centent .h3 {
    margin-bottom: 15px;
    margin-top: 7px;
  }
  .bythedon .sub-content .list li {
    gap: 28px;
  }
}
@media screen and (max-width: 480px) {
  .bythedon .bg-img {
    position: relative;
  }
  .bythedon .bg-img > div {
    position: relative;
    z-index: 2;
  }
  .bythedon .bg-img.bg-center-xs {
    background-position: center;
  }
  .bythedon .bg-img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 0;
  }
  .bythedon.reverse .content-wrap {
    max-width: 255px;
  }
  .bythedon .content-wrap {
    max-width: 216px;
  }
  .bythedon .content-wrap .t2 br {
    display: none;
  }
  .bythedon .sub-content .list.no-puce li {
    align-items: flex-start;
  }
  .bythedon .sub-content .list.no-puce li .num span {
    font-size: 66px;
    line-height: 53px;
  }
}
@media screen and (min-width: 768px) {
  .bythedon .sub-content .box {
    width: 100%;
  }
}

/*
 ****
 *
 * |-> Counter Section
 *
*******/
.counter {
  background-color: var(--secondary-color);
  padding: 50px 0;
}
.counter .h2 {
  color: #fff;
  margin-bottom: 10px;
}
.counter .content-wrap {
  padding-right: 30px;
}
.counter .h4 {
  margin-bottom: 50px;
}
.counter .counter-svg {
  width: calc(50% - 120px);
}
.counter .counter-svg .circle {
  padding-top: 100%;
  background-size: contain;
  background-position: center;
  background-image: url(../img/Jauge.svg);
  background-repeat: no-repeat;
  position: relative;
}
.counter .counter-svg .circle .animateEl ._doff {
  transition: all 1.5s ease-in;
}
.counter .counter-svg .circle .animateEl.on ._doff {
  stroke-dashoffset: 27;
}
.counter .counter-svg .circle svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.counter .counter-svg .circle svg text {
  font-family: var(--primary-font);
  font-weight: bold;
  font-size: 21px;
}
.counter .warning {
  font-size: 18px;
  line-height: 38px;
  font-family: var(--primary-color);
  font-weight: 500;
  color: #fff;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .counter ._cc-wp {
    flex-direction: column;
  }
  .counter .counter-svg {
    width: 100%;
    margin-top: 40px;
    max-width: 400px;
  }
}

/*
 ****
 *
 * |-> Taxation
 *
*******/
.taxation {
  padding-top: 40px;
  padding-bottom: 70px;
  background-size: 496px;
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url(../img/Visage.jpg);
}
.taxation .h4 {
  color: #000;
}
.taxation .link {
  font-size: 18px;
  line-height: 28px;
  font-family: var(--primary-font);
  font-weight: bold;
  color: var(--secondary-color);
  text-transform: uppercase;
  text-decoration: underline;
}
.taxation .link img {
  vertical-align: middle;
  margin-left: 30px;
}
.taxation .faq {
  margin-top: 30px;
  margin-bottom: 50px;
}
.taxation .faq ul li {
  min-height: 100px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid rgba(112, 112, 112, 0.2);
  max-width: calc(50% + 90px);
  padding-right: 80px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.taxation .faq ul li > div {
  width: 100%;
}
.taxation .faq ul li .ques {
  font-weight: bold;
  max-width: 410px;
}
.taxation .faq ul li .answer {
  display: none;
}
.taxation .faq ul li .PM {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--default-color);
  color: #fff;
  border-radius: 50%;
  font-size: 30px;
  line-height: 19px;
  font-weight: 500;
  padding-bottom: 4px;
  cursor: pointer;
  transition: all 0.3s;
}
.taxation .faq ul li .PM:hover {
  opacity: 0.7;
}
.taxation .faq ul li .PM .m {
  display: none;
  font-size: 37px;
}
.taxation .faq ul li .PM.active .p {
  display: none;
}
.taxation .faq ul li .PM.active .m {
  display: block;
}
@media screen and (min-width: 1366px) {
  .taxation {
    background-position: calc(50% + 460px) 50%;
  }
}
@media screen and (max-width: 1199px) {
  .taxation {
    padding-bottom: 40px;
    background-size: calc(50% - 130px);
  }
}
@media screen and (max-width: 767px) {
  .taxation {
    background-position: bottom 50px center;
    background-size: 290px;
  }
  .taxation .faq {
    margin-bottom: 400px;
  }
  .taxation .faq ul li {
    max-width: 100%;
    min-height: 80px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
@media screen and (max-width: 480px) {
  .taxation .h4 {
    max-width: 200px;
  }
  .taxation .link {
    font-size: 14px;
  }
}

/*
 ****
 *
 * |-> Quote
 *
*******/
.quote {
  padding-top: 44px;
  padding-bottom: 72px;
  margin-bottom: 100px;
  position: relative;
  position: relative;
}
.quote .content-wrap {
  z-index: 20;
  position: relative;
  padding-top: 55px;
  padding-bottom: 55px;
}
.quote .content-wrap .h2 {
  margin-bottom: 50px;
}
.quote .content-wrap .h4 {
  font-weight: 500;
}
.quote .content-wrap .max {
  max-width: 445px;
}
.quote .bg {
  position: absolute;
  left: 0;
  top: 44px;
  width: calc(50% + 540px);
  height: calc(100% - 116px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 11;
}
.quote .frame-wrap {
  position: relative;
}
.quote .frame-wrap::before {
  content: "";
  position: absolute;
  width: 68px;
  height: 41px;
  background-image: url(../img/quote.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: calc(100% + 15px);
  top: 0;
}
.quote .frame-wrap .frame {
  margin-right: 35px;
  max-height: 430px;
  overflow: auto;
}
.quote .frame-wrap .frame .srb {
  padding-right: 50px;
}
.quote .frame-wrap .frame .t1 {
  color: #fff;
}
.quote::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: calc(50% + 60px);
  height: 100%;
  background-color: var(--secondary-color);
}
.quote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: calc(50% + 320px);
  background-color: #fff;
  z-index: 10;
}
@media screen and (max-width: 1199px) {
  .quote .bg {
    width: calc(50% + 481px);
  }
}
@media screen and (max-width: 991px) {
  .quote .bg {
    width: calc(50% + 368px);
  }
}
@media screen and (max-width: 767px) {
  .quote {
    padding-bottom: 0;
    margin-bottom: 40px;
  }
  .quote::before {
    width: 100%;
  }
  .quote::after {
    display: none;
  }
  .quote .bg {
    height: 335px;
    width: 100%;
  }
  .quote .content-wrap {
    flex-direction: column;
    padding-top: 35px;
  }
  .quote .content-wrap .h4 {
    min-height: 108px;
  }
  .quote .frame-wrap {
    margin-top: 80px;
  }
  .quote .frame-wrap .frame {
    margin-right: 0;
  }
  .quote .frame-wrap .frame .t1 {
    color: #000;
  }
  .quote .frame-wrap::before {
    left: 0;
    top: -55px;
    right: auto;
  }
}
@media screen and (max-width: 480px) {
  .quote {
    margin-bottom: 0;
  }
  .quote .content-wrap {
    padding-bottom: 40px;
  }
}

/*
 ****
 *
 * |-> Trust Us
 *
*******/
.trust-us {
  background-size: cover;
  background-image: url(../img/VISUEL_FOOTER.jpg);
  padding-top: 90px;
  padding-bottom: 50px;
}
.trust-us .yBox {
  background-color: var(--default-color);
  padding-top: 35px;
  padding-bottom: 50px;
  padding-right: 23px;
  text-align: left;
  margin-top: -130px;
  margin-right: -25px;
  position: relative;
}
.trust-us .yBox .h4 {
  color: #000;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
.trust-us .yBox .t2 {
  font-weight: 400;
  color: #000;
  position: relative;
  z-index: 1;
}
.trust-us .yBox::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50vw;
  background-color: var(--default-color);
  z-index: 0;
}
.trust-us .items {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 25px;
}
.trust-us .items .item {
  width: calc(25% - 19px);
  text-align: center;
}
.trust-us .items .item:hover .icon {
  animation: zoom-bounce 0.5s;
}
@keyframes zoom-bounce {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.trust-us .items .item .icon {
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.trust-us .items .item .h5 {
  min-height: 80px;
}
.trust-us .items .item .t3 {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .trust-us .yBox::before {
    width: 60vw;
  }
  .trust-us .items .item {
    width: calc(50% - 19px);
  }
  .trust-us .items .item .t3 {
    max-width: 250px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .trust-us .items .item .h5 {
    min-height: 60px;
  }
}
@media screen and (max-width: 480px) {
  .trust-us {
    padding-top: 0;
    background-position: center right -770px;
  }
  .trust-us .yBox {
    padding: 20px 15px 30px;
    margin: 0 -15px;
    text-align: left;
    position: relative;
  }
  .trust-us .items {
    gap: 30px 25px;
  }
  .trust-us .items .item {
    width: 100%;
  }
  .trust-us .items .item .h5 {
    min-height: auto;
    margin-bottom: 10px;
  }
  .trust-us .items .item .h5 br:last-child {
    display: none;
  }
  .trust-us .items .item .h5 br:first-child {
    display: block;
  }
}

/*
 ****
 *
 * |-> Contact Section
 *
*******/
.contact-info {
  background-color: var(--secondary-color);
}
.contact-info .content-wrap > div:first-child {
  width: 25%;
}
.contact-info .content-wrap .img {
  width: 171px;
  height: 171px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin-top: -15px;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.contact-info .content-wrap .title {
  font-size: 25px;
  line-height: 28px;
  font-family: var(--primary-font);
  font-weight: bold;
  color: #fff;
  padding-top: 30px;
  margin-bottom: 15px;
}
.contact-info .content-wrap .h5 {
  font-weight: 400;
}
.contact-info .content-wrap .CI {
  display: flex;
  gap: 95px;
  margin-top: 20px;
  align-items: center;
}
.contact-info .content-wrap .CI .tel {
  font-size: 25px;
  font-weight: bold;
}
.contact-info .content-wrap .CI .mail {
  font-size: 18px;
}
.contact-info .content-wrap .CI li a {
  display: flex;
  gap: 30px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .contact-info .content-wrap .title {
    font-size: 22px;
    line-height: 17px;
  }
  .contact-info .content-wrap .CI {
    gap: 30px;
  }
  .contact-info .content-wrap .CI li a {
    gap: 18px;
  }
}
@media screen and (max-width: 767px) {
  .contact-info {
    padding-bottom: 30px;
  }
  .contact-info .content-wrap {
    flex-direction: column;
  }
  .contact-info .content-wrap .title {
    padding-top: 20px;
    font-size: 20px;
    line-height: 29px;
  }
  .contact-info .content-wrap .CI {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-info .content-wrap .img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  .contact-info .content-wrap > div:first-child {
    width: 100%;
  }
}

/*
 ****
 *
 * |-> Scrollbar Override
 *
*******/
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--default-color);
  border-radius: 0;
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: var(--default-color);
  border-radius: 0;
}/*# sourceMappingURL=style.css.map */