@font-face {
  font-family: "Helvetica-Bold";
  src: url("assets/fonts/Helvetica/HelveticaBold.eot");
  src: url("assets/fonts/Helvetica/HelveticaBold.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/Helvetica/HelveticaBold.woff") format("woff"),
    url("assets/fonts/Helvetica/HelveticaBold.ttf") format("truetype"),
    url("assets/fonts/Helvetica/HelveticaBold.svg#Helvetica-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica";
  src: url("assets/fonts/Helvetica/Helvetica.eot");
  src: url("assets/fonts/Helvetica/Helvetica.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/Helvetica/Helvetica.woff") format("woff"),
    url("assets/fonts/Helvetica/Helvetica.ttf") format("truetype"),
    url("assets/fonts/Helvetica/Helvetica.svg#Helvetica") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("assets/fonts/Helvetica/HelveticaNeue_2.eot");
  src: url("assets/fonts/Helvetica/HelveticaNeue_2.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/Helvetica/HelveticaNeue_2.woff") format("woff"),
    url("assets/fonts/Helvetica/HelveticaNeue_2.ttf") format("truetype"),
    url("assets/fonts/Helvetica/HelveticaNeue_2.svg#HelveticaNeue_2") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeuebold";
  src: url("assets/fonts/Helvetica/HelveticaNeueBold.eot");
  src: url("assets/fonts/Helvetica/HelveticaNeueBold.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/Helvetica/HelveticaNeueBold.woff") format("woff"),
    url("assets/fonts/Helvetica/HelveticaNeueBold.ttf") format("truetype"),
    url("assets/fonts/Helvetica/HelveticaNeueBold.svg#HelveticaNeuebold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "StoneSansBold";
  src: url("assets/fonts/stone/StoneSansBold.eot");
  src: url("assets/fonts/stone/StoneSansBold.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/stone/StoneSansBold.woff") format("woff"),
    url("assets/fonts/stone/StoneSansBold.ttf") format("truetype"),
    url("assets/fonts/stone/StoneSansBold.svg#StoneSansBold") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  color: #000;
  background-color: #fff;
  font-family: "Helvetica";
}

body * {
  box-sizing: border-box;
}

.container {
  margin: 0px auto;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1244px;
    margin: 0px auto;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
    margin: 0px auto;
  }
}

.button_cta {
  background-color: #ee0000;
  color: hsl(240, 82%, 98%);
  padding: 15px 26px;
  border-radius: 8px;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  transition: all 0.2s ease-in;
  overflow: visible;
  position: relative;
  font-family: "StoneSansBold";
  transition: all 0.3s ease-in;
}

.button_cta:hover {
  background-color: #3c3c3b;
  color: #fff;
}

img {
  max-width: 100%;
}

b {
  font-family: "Helvetica-Bold";
}

.fixed {
  position: fixed !important;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 80%;
  z-index: 999;
}

/* header */
.header {
  height: 100vh;
  display: block;
  background-image: url(assets/img/visuelhigh.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 2%;
  position: relative;
  min-height: 740px;
}

.header .logo {
  width: 240px;
}

.header .top_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.header .content {
  /* padding: 70px 0px 21px 0px; */
  padding: 140px 0px 21px 0px;
  color: #ffffff;
}

.header .titles_header {
  text-align: left;
  letter-spacing: 0px;
  text-transform: uppercase;
  width: fit-content;
}

.header .titles_header h1 {
  font: normal normal bold 45px / 55px "Helvetica-Bold";
}

.header .titles_header h1 span {
  background-color: #ee0000;
  margin-bottom: -1px;
  display: inline-block;
  padding: 5px 10px;
}

.header .content .icon_player {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.header .content .icon_player a:hover {
  transform: scale(1.2);
  transition: all 0.5s ease;
}

.header .content .icon_player img {
  width: 105px;
}

.header .content .icon_player span {
  text-transform: uppercase;
  font: normal normal bold 16px / 22px "Helvetica-Bold";
  margin-bottom: 5px;
}

.header .content .avec_10 {
  font: normal normal normal 22px/32px "Helvetica-Bold";
  width: 28%;
  margin: 25px 0px 48px 0px;
}

.header .content .avec_10 p {
  position: relative;
  z-index: 1;
}

.header .content .avec_10 p::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 80%;
  right: 100px;
  height: 100%;
  background-color: rgba(77, 77, 77, 0.5);
  /* Red with 50% opacity */
  filter: blur(10px);
  z-index: -1;
}

.header .content .avec_10 .br_red {
  background-color: #ee0000;
  margin-bottom: -1px;
  color: #fff;
  display: inline-block;
  padding: 0px 5px;
  border-radius: 3px;
}

.header .parent-btn-form {
  padding: 0 15px;
  position: absolute;
  width: 1244px;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  margin: 0 auto;
}

.header .buttom_form {
  background-color: #fff;
  padding: 5px 15px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 11px 2px rgba(242, 242, 242, 0.87);
  -moz-box-shadow: 2px 2px 11px 2px rgba(242, 242, 242, 0.87);
  box-shadow: 2px 2px 11px 2px rgb(183 183 183 / 87%);

}

.header .buttom_form .container {
  padding-left: 0px;
  padding-right: 0px;
}

.header .buttom_form .form_options {
  display: flex;
  justify-content: space-between;
  flex: 1;
  align-items: center;
  padding: 0px 0px 2px 0px;
  position: relative;
  gap: 5px;
}

.header .buttom_form .title_form_bottom {
  color: #000;
  font: normal normal bold 18px/26px "HelveticaNeuebold";
  text-transform: uppercase;
}

.header .buttom_form .title_form_bottom .bg_red {
  background-color: #ee0000;
  color: #fff;
  padding: 0px 5px;
  display: block;
}

.header .buttom_form .form_options .option_m {
  display: block;
  padding: 0px 0px;
  margin-top: -38px;
}

.header .buttom_form .form_options .label-input-text {
  color: #5c5262;
  padding-right: 10px;
}

.header .buttom_form .form_options .option_m.input_text {
  display: flex;
  align-items: center;
}

.header .buttom_form .form_options .label_montant_options {
  display: block;
  font: normal normal normal 16px/24px "Helvetica";
  padding: 0px 0px 0px 0px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  width: 150px;
  position: absolute;
  transition: all 0.3s ease;
}

.header .buttom_form .form_options .label_montant_options.left {
  left: 20%;
}

.header .buttom_form .form_options .label_montant_options.center {
  left: 30%;
}

.header .buttom_form .form_options .label_montant_options.right {
  left: 43%;
}

.header .buttom_form .form_options .label_montant_options.autre {
  margin: auto;
  margin-left: 0px;
  left: 57%;
  top: 58px;
  width: 200px;
}

.header .buttom_form .form_options .label_montant_options.autre br {
  display: none;
}

.header .buttom_form .form_options .montant_options {
  display: flex;
  justify-content: space-between;
}

.header .buttom_form .form_options .label_montant_options span {
  font: normal normal bold 16px/24px "Helvetica-Bold";
  font-size: 14px;
  line-height: 16px;
  color: #ee0000;
}

.header .buttom_form .form_options .montant_options .form-check-label {
  font: normal normal bold 16px/24px "HelveticaNeuebold";
  cursor: pointer;
  color: #000;
}

.header .buttom_form .form_options .form-check {
  min-height: 2.5rem;
  padding-left: 0px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.header .buttom_form .form_options .form-check .form-check-input {
  margin: 0em 0.6em 0em 1em;
}

.header .buttom_form .form_options .form-check-input {
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
  appearance: none;
  width: 38px;
  border-radius: 50%;
  height: 38px;
  position: relative;
  background-color: #f7f7f7;
  border: #d9d9d9 1px solid;
}

.header .buttom_form .form_options .form-check-input::after {
  content: "";
  position: absolute;
  height: 40%;
  width: 40%;
  background-color: #f7f7f7;
  border-radius: 50%;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header .buttom_form .form_options .form-check-input:checked {
  background-color: #ee0000;
}

.header .buttom_form .form_options .form-check-input:checked::after {
  background-color: #fff;
}

.header .buttom_form .form_options .form-text input {
  width: 85%;
  padding: 10px;
  border: #d6d6d6 2px solid;
  outline: none;
  background-color: #f7f7f7;
  border-radius: 7px;
  text-align: center;
}

.header .buttom_form .form_options .form-text input::placeholder {
  text-align: center;
  font: normal normal normal 16px/24px "HelveticaNeue";
  letter-spacing: 0px;
  color: #000000;
}

.header .buttom_form .form_options .s-description {
  font-size: 12px;
}

.header .buttom_form .form_options .button_cta {
  display: flex;
  margin: 8px 0px;
  font-size: 14px;
  line-height: 16px;
  font: normal normal bold 14px/19px "StoneSansBold";
}

.header .buttom_form .form_options .dev-btn {
  text-align: center;
}

.header .buttom_form .form_options .PONCTUEL {
  text-align: center;
  text-decoration: underline;
  font: normal normal bold 12px/17px "StoneSansBold";
  letter-spacing: 0px;
  color: #000000;
  text-transform: uppercase;
  margin: 0px auto;
  transition: all 0.3s ease-in-out;
}

.PONCTUEL.block {
  text-align: center;
  text-decoration: underline;
  font: normal normal bold 12px/17px "StoneSansBold";
  letter-spacing: 0px;
  color: #000000;
  text-transform: uppercase;
  margin: 15px auto 0px auto;
  display: block;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.header .buttom_form .form_options .PONCTUEL:hover {
  color: #ee0000;
}

.header .buttom_form .form_options .button_cta.PONCTUEL:hover {
  background-color: #d21281;
  color: #ffffff;
}

.header a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

/* section  2 */
.section2 {
  padding: 3% 0px;
}

.section2 .row {
  row-gap: 70px;
  align-items: center;
}

.section2 .title_section2 h2 {
  font: normal normal bold 50px/60px "Helvetica-Bold";
  color: #000000;
  text-transform: uppercase;
}

.section2 .desc_section2 p {
  font: normal normal normal 22px/26px "Helvetica";
  color: #000000;
  padding-right: 50px;
}

.section2 .button_section2 {
  background-color: #f7f7f7;
  margin-top: 3%;
  padding: 2%;
  text-align: center;
}

.section2 .button_section2 .descbtn_section2 h4 {
  font: normal normal bold 25px/35px "Helvetica-Bold";
  text-transform: uppercase;
  margin-bottom: 25px;
}

.section2 .button_section2 .descbtn_section2 h4 span {
  display: block;
  color: #ee0000;
}

.title_parte {
  width: 65%;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
}

.title_parte h2 {
  font: normal normal bold 40px/50px "Helvetica-Bold";
  text-transform: uppercase;
}

.title_parte h2 .bg_red {
  background-color: #ee0000;
  display: inline-block;
  color: #fff;
  display: inline;
  padding: 10px 10px 3px 10px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  left: -10px;
  position: relative;
}

.title_parte h2 .block_title {
  display: block;
}

.title_parte .desc_title p {
  font: normal normal normal 18px/26px "Helvetica";
  width: 93%;
  margin: auto;
}

.slider_section3 {
  background-color: #f7f7f7;
  display: flex;
  flex-direction: row-reverse;
}

.slider_section3 .row {
  align-items: stretch;
  height: 100%;
}

.slider_section3 .image img {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  margin: auto;
}

.slider_section3 .slick-track {
  height: 100%;
}

.desc_slide {
  padding: 20px 40px 20px 60px;

}

.desc_slide h4 {
  font: normal normal bold 30px/38px "Helvetica-Bold";
  text-transform: uppercase;
  margin-bottom: 25px;
}

.desc_slide p {
  font: normal normal normal 18px/26px "Helvetica";
  margin-bottom: 25px;
}

.section3 .slick-dots {
  position: relative;
  bottom: 0px;
  display: flex;
  gap: 5px;
  width: 45%;
  flex-direction: column;
}

.section3 .slick-dots li {
  margin: 0px;
  display: block;
  background-color: #55616654;
  width: 100%;
  flex: 1;
}

.section3 .slick-dots li.slick-active {
  margin: 0px;
  display: block;
  background-color: #ee0000;
  width: 100%;
  flex: 1;
}

.section3 .slick-dots li::before {
  position: absolute;
  width: 20px;
  right: 15px;
  top: 19px;
  height: 16px;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(assets/img/arrow.svg);
  filter: brightness(0) saturate(100%) invert(47%) sepia(1%) saturate(0%) hue-rotate(41deg) brightness(96%) contrast(92%);
}

.section3 .slick-dots li.slick-active::before {
  filter: brightness(100%);
}

.section3 .slick-dots li.slick-active:hover::before {
  filter: brightness(100%);
}

.section3 .slick-dots li::after {
  position: absolute;
  width: 120px;
  left: 20px;
  top: 80px;
  height: 80px;
  opacity: 0.4;
  color: #000;
  content: "Ramatu, patiente,  Nigéria";
  font: normal normal bold 14px/18px "StoneSansBold";
  text-align: left;
  transition: all 0.3s ease;
}

.section3 .slick-dots li:nth-child(1)::after {
  content: "Ramatu, patiente, NIGERIA";
}

.section3 .slick-dots li:nth-child(2)::after {
  content: "Chris Hook, Médecin MSF,  GAZA";
}

.section3 .slick-dots li:nth-child(3)::after {
  content: "Stéphane, donatrice mensuelle, FRANCE";
}

.section3 .slick-dots li.slick-active::after {
  color: #ffffff;
  opacity: 1;
}

.section3 .slick-dots li.slick-active:hover::after {
  color: #ffffff;
  opacity: 1;
}

.section3 .slick-dots li button {
  display: none;
}

/* section 4 */
.section4 {
  padding: 1% 0%;
}

.section4 .box_section4 {
  border: 3px solid #ee0000;
  padding: 0px;
}

.section4 .top_section {
  padding: 30px 0px;
}

.section4 .top_section .row {
  margin: 0px;
}

.section4 .col-4 {
  padding: 0px 30px 0px 40px;
}

.section4 .title,
.section4 .pour_vous {
  border-right: 2px solid #70707060;
}

.section4 .title h2 {
  font: normal normal bold 40px/50px "Helvetica-Bold";
  text-transform: uppercase;
}

.section4 .title p {
  font: normal normal normal 18px/26px "Helvetica";
}

.section4 .top_section .head {
  display: flex;
  align-items: center;
  gap: 20px;
}

.section4 .top_section .head h6 {
  font: normal normal bold 25px/28px "Helvetica-Bold";
  margin: 0px;
}

.section4 .top_section .aventage .name_aventage {
  color: #ee0000;
  font: normal normal bold 20px/26px "Helvetica-Bold";
}

.section4 .top_section .aventage {
  margin: 15px auto;
}

.section4 .top_section .aventage .desc_aventage {
  font: normal normal normal 18px/26px "Helvetica";
}

.section4 .top_section .aventage .desc_aventage b {
  font: normal normal normal 18px/26px "Helvetica-Bold";
}

.section4 .section_bottom {
  background-color: #f7f7f7;
  padding: 30px 80px;
}

.section4 .section_bottom .left_bottom {
  display: flex;
  align-items: center;
}

.section4 .section_bottom .left_bottom .number_75 {
  color: #ee0000;
  width: 25%;
  font: normal normal bold 80px/80px "Helvetica-Bold";
  white-space: nowrap;
  letter-spacing: -20px;
}

.section4 .section_bottom .left_bottom .number_75 span,
.number_75 sup {
  display: inline;
  letter-spacing: 0px;
  /* Ensures elements are inline */
}

.section4 .section_bottom .left_bottom .number_75 sup {
  color: #ee0000;
  letter-spacing: 0px;
  font: normal normal bold 50px/80px "Helvetica-Bold";
}

.section4 .section_bottom .left_bottom .number_desc {
  width: 75%;
  font: normal normal bold 20px/26px "Helvetica-Bold";
}

.section4 .section_bottom .left_bottom .number_desc span {
  display: block;
  font: normal normal normal 20px/26px "Helvetica-Bold";
}

.section4 .section_bottom .numbers {
  display: flex;
  align-items: flex-end;
}

.section4 .section_bottom .red_box {
  background-color: #ee0000;
  color: #fff;
  text-align: center;
  width: 200px;
  padding: 20px 30px;
  position: relative;
}

.section4 .red_box .red_desc {
  margin-bottom: 20px;
  font: normal normal normal 16px/18px "Helvetica";
}

.section4 .red_box .red_number {
  font: normal normal bold 80px/80px "Helvetica-Bold";
  white-space: nowrap;
  letter-spacing: -13px;
}

.section4 .red_box .red_number sup {
  font: normal normal bold 50px/40px "Helvetica-Bold";
}

.section4 .red_box .arrow_red {
  position: absolute;
  right: -65px;
  top: -25px;
}

.section4 .black_box {
  background-color: #000;
  color: #fff;
  margin: 0px 20px;
  width: 160px;
  padding: 10px;
  text-align: center;
  height: 90%;
}

.section4 .black_box .black_desc {
  font: normal normal normal 16px/18px "Helvetica";
}

.section4 .black_box .black_number {
  white-space: nowrap;
  font: normal normal bold 41px/51px Helvetica;
  letter-spacing: -5px;
  margin: 5px;
}

.section4 .black_box .black_number span {
  letter-spacing: 0px;
}

.section4 .black_box .black_number sup {
  font: normal normal bold 26px/31px Helvetica;
  letter-spacing: 0px;
}

.section4 .bottom_desc {
  font: oblique normal normal 14px/26px "Helvetica";
  top: -30px;
  position: relative;
  width: 56%;
}

/* section 5 */

.section5 {
  padding-bottom: 2%;
  text-align: center;
}

.section5 .titles_section5 h2 {
  font: normal normal bold 25px/35px "Helvetica-Bold";
  text-align: center;
  margin: 20px 0px;
}

.section5 .titles_section5 h2 span {
  color: #ee0000;
  display: block;
}

.section5 .rowCustom {
  gap: 40px;
  display: flex;
}

.section5 .col-6_costum {
  background-color: #f7f7f7;
  text-align: center;
  padding: 40px 10px;
  margin: 0px;
  position: relative;
  flex: 0 0 calc(50% - 20px);
}

.section5 .title_box {
  font: normal normal bold 18px/24px "Helvetica-Bold";
  color: #000000;
  text-transform: uppercase;
}

.section5 .title_box span {
  display: block;
}

.section5 .number {
  margin-top: 0px;
  letter-spacing: -15px;
  font: normal normal bold 80px / 98px "Helvetica-Bold";
  color: #ee0000;
}

.section5 .number span {
  letter-spacing: 0px;
  -webkit-text-stroke: 2px;
}

.section5 .number sup {
  font: normal normal bold 35px/68px "Helvetica-Bold";
}

.section5 .desc_number {
  font: normal normal bold 20px / 18px "Helvetica-Bold";
}

.section5 .source {
  position: absolute;
  width: 40%;
  bottom: 15px;
  right: 20px;
  font: oblique normal normal 14px/38px "Helvetica";
}

.section5 .charte {
  position: relative;
}

.section5 .recherche {
  position: absolute;
  top: 88px;
  left: 395px;
  width: 130px;
}

.charte .numberes {
  display: inline-block;
  margin: 0px auto;
  padding: 0px 20px;
  background-color: #cceeff;
  font: normal normal bold 18px / 28px "Helvetica-Bold";
}

.charte .numberes sup {
  position: relative;
  top: -5px;
}

.charte .decription {
  font: normal normal normal 14px / 20px "Helvetica";
}

.charte .flech_charte {
  position: absolute;
  top: 13px;
  right: 103px;
  width: 60px;
}

.charte .fonctionnement .flech_charte {
  position: absolute;
  top: 13px;
  right: 108px;
  width: 64px;
}

.charte .fonctionnement .numberes {
  background-color: #ffddaa;
}

.charte .actions .numberes {
  background-color: #ee0000;
  font: normal normal Bold 30px/38px "Helvetica-Bold";
  color: #fff;
  padding: 3px 25px;
}

.charte .actions .decription {
  font: normal normal Bold 14px / 22px "Helvetica-Bold";
}

.section5 .fonctionnement {
  position: absolute;
  bottom: 80px;
  left: 388px;
  width: 140px;
}

.section5 .actions {
  position: absolute;
  top: 36%;
  right: 389px;
  width: 155px;
}

.charte .actions .flech_charte {
  position: absolute;
  top: 20px;
  right: -50px;
  width: 66px;
}

.section5 .button_cta {
  margin-top: 38px;
}

/* section 6 */
.collapsible-content {
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  /* Adjust the duration and easing as needed */
  max-height: 0;
}

.section6 .collaps {
  position: relative;
}

.section6 .collapsible-tabs-vertical {
  min-height: 532px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section6 .collapsible-title {
  cursor: pointer;
  margin: 0;
  margin-bottom: 5px;
  font: normal normal bold 14px/18px "StoneSansBold";
  width: 100%;
  height: 100%;
  flex: 1;
  background-color: #55616654;
  position: relative;
}

.section6 .collapsible-title:nth-last-child() {
  margin-bottom: 0px;
}

.section6 .collapsible-title .title_Button {
  color: #000000;
  opacity: 0.4;
}

.section6 .collapsible-title img {
  filter: brightness(0) saturate(100%) invert(47%) sepia(1%) saturate(0%) hue-rotate(41deg) brightness(96%) contrast(92%);
  position: absolute;
  width: 20px;
  right: 15px;
  top: 19px;
}

.section6 .collapsible-title.is-active {
  background-color: red;
}

.section6 .collapsible-title.is-active .title_Button {
  color: rgb(255, 255, 255);
  opacity: 1;
}

.section6 .collapsible-title.is-active img {
  filter: brightness(100%);
}

/* .section6 .collapsible-title.is-active+.collapsible-content {
  opacity: 1;
  height: auto;
  z-index: 1;
}

.section6 .collapsible-content {
  background: #f7f7f7;
  margin: 0;
  padding: 0px;
  width: 100%;
  opacity: 0;
  height: 0PX;
  z-index: 0;
  transition: opacity 0.3s ease;
} */

.section6 .collapsible-content {
  background: #f7f7f7;
  margin: 0;
  padding: 0px;
  width: 100%;
}

/* --------------------------------------------- */

.close-section {
  position: fixed;
  top: 0;
  display: none;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  overflow-y: auto;
  z-index: 99999;
  padding: 0% 0%;
  padding-top: 0%;
  background-image: url(assets/img/visuelpopup.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.close-section::after {
  position: absolute;
  top: 0;

  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 0;
  content: "";
  padding: 8% 0%;
  color: #fff;
}

.close-section .container {
  position: relative;

  width: 95%;
  z-index: 99;
  padding: 40px 0px;
}

.close-section .container h2 {
  display: block;
  color: #fff;
  font-size: 45px;
  line-height: 55px;
  text-transform: uppercase;
  text-align: left;
  margin-top: 50px;
}

.close-section .container .desc_title p {
  color: #fff;
  font-size: 18px;
  margin: 28px 0;
  text-align: left;
}

.close-section .container .button {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100px;
  align-items: start;
  margin-top: 40px;
  font-size: 14px;
}

.close-section .container .button .PONCTUEL {
  font: normal normal bold 14px / 17px "StoneSansBold";
  color: #ffffff;
  text-decoration: underline;
}

.close-section .container .button .PONCTUEL:hover {
  color: #ee0000;
}

.close-section .close_button {
  position: absolute;
  top: 75px;
  right: 30px;
  z-index: 9999999;
  color: #fff;
  cursor: pointer;
  z-index: 9999998;
  display: flex;
}

.close-section .close_button img {
  width: 20px;
  margin-left: 30px;
}

.close-section .title_parte {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .section6 .collapsible-tabs-vertical .collapsible-title {
    border: 0;
    width: 175px;
    padding: 20px;
    padding-top: 50px;
  }

  .section6 .collapsible-tabs-vertical .collapsible-content {
    position: absolute;
    overflow: hidden;
    top: 0;
    height: 100%;
    left: 175px;
    width: calc(100% - 175px);
  }
}

.section6 .desc_slide {
  padding-top: 40px;
}

.section6 .row {
  height: 100%;
}

.section6 .desc_slide h4 span {
  display: block;
}

.section6 .image {
  position: relative;
}

.section6 .name_img {
  position: absolute;
  top: 30px;
  left: 31px;
  color: #fff;
  border-left: 4px solid #ee0000;
  padding: 0px 20px;
  font: normal normal bold 18px/22px "Helvetica-Bold";
}

.section6 .image img {
  object-fit: cover;
  height: 100%;
  max-width: 100%;
}

.section6 .name_img span {
  display: block;
}

/* section 7 */

.section7 {
  margin: 2% 0%;
  padding: 2%;
  background-image: url(assets/img/section72.png);
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.section7 .left_section7 {
  width: 40%;
  text-align: left;
}

.section7 .left_section7 .title_parte {
  text-align: left;
  width: 100%;
  margin-top: 30px;
}

.section7 .left_section7 .desc_title {
  width: 100%;
}

.section7 .title_parte .desc_title p {

  margin-left: 0px;
}

.section7 .numbers {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0px;
}

.section7 .numbers .number_icon {
  width: 50%;
  text-align: center;
}

.section7 .numbers .number_icon .number {
  color: #ee0000;
  margin-top: 6px;
  font: normal normal bold 30px/38px "StoneSansBold";
}

.section7 .numbers .number_icon .text {
  font: normal normal normal 14px/18px "Helvetica";
  margin-bottom: 40px;
}

.section7 .chiffre {
  font: oblique normal normal 14px/26px "Helvetica";
}

/*  preFooter  */
.preFooter {
  padding: 3% 0%;
  text-align: center;
}

.preFooter .titlePF {
  text-transform: uppercase;
  font: normal normal bold 25px/35px "Helvetica-Bold";
  margin-bottom: 3%;
}

.preFooter .titlePF span {
  color: #ee0000;
  display: block;
}

/* footer */
.footer {
  background-color: #000;
  padding: 2% 0%;
  color: #fff;
  /* padding-bottom: 180px; */
}

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

.footer ul {
  list-style: none;
  padding: 0px;
}

.footer ul li {
  margin: 5px 0px;
}

.footer ul a {
  color: #fff;
  font: normal normal bold 14px/30px "HelveticaNeuebold";
}

.footer ul a:hover {
  text-decoration: underline;
}

.footer .disc_footer {
  font: normal normal normal 12px/18px "HelveticaNeuebold";
}

.footer .sous_footer {
  border-top: 1px solid #707070;
  margin-top: 10px;
  padding-top: 16px;
  text-align: right;
  font: normal normal normal 12px/18px "HelveticaNeuebold";
}

.footer .sous_footer img {
  padding: 0px 5px;
  max-width: 75px;
}

.footer .modal {
  color: #000;
}

.footer .modal .modal-title {
  font: normal normal bold 18px/26px "HelveticaNeuebold";
}

.showInPc {
  display: block;
}

.showInTab_phone {
  display: none;
}

.showInTab_pc {
  display: block;
}

.showInmobile {
  display: none;
}

br.pc {
  display: block;
}

br.mobile {
  display: none;
}

.section6 .collapsible-tabs-vertical .collapsible-title:hover .title_Button,
.section3 .slick-dots li:hover::after {
  color: #ee0000;
  opacity: 1;
}

.section6 .collapsible-tabs-vertical .collapsible-title.is-active:hover .title_Button {
  color: #ffffff;
}

.section6 .collapsible-tabs-vertical .collapsible-title:hover img,
.section3 .slick-dots li:hover::before {
  transform: translateX(10px) scale(1.1);
  filter: brightness(0) saturate(100%) invert(15%) sepia(54%) saturate(7447%) hue-rotate(10deg) brightness(112%) contrast(138%);
}

.section6 .collapsible-tabs-vertical .collapsible-title {
  transition: all 0.5s ease;
}

.section6 .collapsible-tabs-vertical .collapsible-title.is-active:hover img {
  filter: brightness(100%);
}

.desc_slide p.italic {
  font-style: italic;
}

.section5 .img_svg {
  width: 160px;
  margin: 10px auto;
  /* transform: rotate(-70deg); */
}

.section5 .img_svg #myChart {
  transform: rotate(108deg);
}

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

.footer .disc_footer a {
  color: #ffffff;
  text-decoration: none;
  cursor: none;
}

.sd-cmp-3CtBh.sd-cmp-29k-b {
  bottom: 30px !important;
}

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

  .fixed {
    width: 90%;
  }

  .header .logo {
    width: 190px;
  }

  /* .header .content {
    padding: 40px 0px 18px 0px;
  } */

  .header .titles_header h1 {
    font: normal normal bold 40px / 50px "Helvetica-Bold";
  }

  .header .content .avec_10 {
    margin: 12px 0px 18px 0px;
  }
}

@media only screen and (max-width: 1199px) {
  .header .content {
    padding: 60px 0px 50px 0px;
  }

  .header .titles_header h1 {
    font: normal normal bold 40px / 48px "Helvetica-Bold";
  }

  .header .content .avec_10 {
    font: normal normal normal 20px / 28px "Helvetica-Bold";

    width: 40%;
    margin: 25px 0px 60px 0px;
  }

  .header .buttom_form .form_options {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .header .buttom_form .form_options .option_m {
    margin-bottom: 10px;
    margin-top: 5px;
  }

  .div-btn {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    align-items: center;
    width: 80%;
  }

  .section2 .title_section2 h2 {
    font: normal normal bold 40px / 50px "Helvetica-Bold";
  }

  .section2 .desc_section2 p {
    font: normal normal normal 20px / 24px "Helvetica";
  }

  .section2 .button_section2 .descbtn_section2 h4 {
    font: normal normal bold 22px / 32px "Helvetica-Bold";
  }

  .title_parte h2 {
    font: normal normal bold 35px / 45px "Helvetica-Bold";
  }

  .title_parte .desc_title p {
    font: normal normal normal 16px / 26px "Helvetica";
  }

  .title_parte {
    width: 75%;
  }

  .desc_slide h4 {
    font: normal normal bold 22px / 30px "Helvetica-Bold";
  }

  .desc_slide p {
    font: normal normal normal 16px / 22px "Helvetica";
  }

  .desc_slide .button_cta {
    padding: 11px 22px;
  }

  .section4 .col-4 {
    padding: 0px 20px 0px 35px;
  }

  .section4 .title h2 {
    font: normal normal bold 30px / 40px "Helvetica-Bold";
  }

  .section4 .title p {
    font: normal normal normal 16px / 24px "Helvetica";
  }

  .section4 .top_section .aventage .desc_aventage {
    font: normal normal normal 16px / 24px "Helvetica";
  }

  .section4 .section_bottom .left_bottom .number_desc {
    font: normal normal normal 16px / 24px "Helvetica";
  }

  .section4 .section_bottom .left_bottom .number_75 {
    font: normal normal bold 70px / 70px "Helvetica-Bold";
  }

  .section4 .section_bottom .left_bottom .number_75 sup {
    font: normal normal bold 40px / 60px "Helvetica-Bold";
  }

  .section4 .section_bottom {
    padding: 20px 30px;
  }

  .section4 .section_bottom .red_box {
    padding: 10px 20px;
  }

  .section4 .red_box .red_number {
    font: normal normal bold 70px / 70px "Helvetica-Bold";
    letter-spacing: -9px;
  }

  .section4 .red_box .red_number sup {
    font: normal normal bold 42px / 40px "Helvetica-Bold";
  }

  .section4 .black_box {
    margin: 0px 15px;
  }

  .section4 .bottom_desc {
    top: 10px;
    width: 100%;
  }

  .section5 .number {
    margin-top: 30px;
    letter-spacing: -15px;
    font: normal normal bold 50px / 60px "Helvetica-Bold";
  }

  .section5 .source {
    width: 50%;
  }

  .section5 .img_svg {
    width: 140px;
    margin: 30px auto;
  }

  .charte .flech_charte {
    right: 102px;
  }

  .charte .fonctionnement .flech_charte {
    top: 15px;
    right: 84px;
  }

  .section5 .recherche {
    left: 292px;
    top: 74px;
    width: 134px;
  }

  .charte .decription {
    font: normal normal normal 12px / 16px "Helvetica";
  }

  .section5 .fonctionnement {
    bottom: 64px;
    left: 294px;
    width: 125px;
  }

  .section5 .actions {
    top: 40%;
    right: 294px;
    width: 125px;
  }

  .section5 .source {
    font: oblique normal normal 12px / 38px "Helvetica";
  }

  .section6 {
    padding-top: 2%;
  }

  .section6 .desc_slide {
    padding-top: 20px;
  }

  .section6 .name_img {
    font: normal normal bold 16px / 20px "Helvetica-Bold";
    z-index: 98;
  }

  .header .buttom_form .title_form_bottom {
    font: normal normal bold 16px / 26px "HelveticaNeuebold";
  }

  .header .buttom_form .form_options .form-check .form-check-input {
    margin: 0em 0.4em 0em 0.6em;
  }

  .header .buttom_form .form_options .form-check-input {
    width: 30px;
    height: 30px;
  }

  /* .footer {
    padding-bottom: 185px;
  } */

  .close-section .container h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .section5 .actions {
    top: 40%;
    right: 316px;
    width: 112px;
  }

  .charte .actions .numberes {
    font: normal normal Bold 20px / 28px "Helvetica-Bold";
    padding: 3px 20px;
  }
}

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

  .header {
    height: unset;
    min-height: unset;
  }

  .showInPc {
    display: none;
  }

  .showInTab_phone {
    display: inline-block;
  }

  .header .logo {
    width: 190px;
  }

  .header .titles_header h1 {
    font: normal normal bold 30px / 40px "Helvetica-Bold";
  }

  .header .content .icon_player {
    position: relative;
    left: 0;
    top: 0;
    transform: unset;
    margin: 20px 0px;
  }

  .header .content .icon_player a {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    text-align: center;
    align-items: center;
  }

  .header .content .icon_player img {
    width: 65px;
    margin-right: 10px;
  }

  .header .content .icon_player p {
    font: normal normal bold 16px / 16px "Helvetica-Bold";
    margin-bottom: 0px;
  }

  .section2 .title_section2 h2 {
    font: normal normal bold 30px / 40px "Helvetica-Bold";
  }

  .section2 .desc_section2 p {
    font: normal normal normal 18px / 26px "Helvetica";
    padding-right: 0px;
  }

  .section2 .button_section2 .descbtn_section2 h4 {
    font: normal normal bold 20px / 28px "Helvetica-Bold";
  }

  .title_parte h2 {
    font: normal normal bold 30px / 40px "Helvetica-Bold";
  }

  .title_parte {
    width: 100%;
  }

  .redblock {
    background-color: #ee0000;
    width: 100%;
    padding: 20px 0px;
  }

  .redblock h5 {
    text-align: center;
    font: normal normal bold 14px/18px "StoneSansBold";
    letter-spacing: 0px;
    color: #ffffff;

    margin: 0px;
  }

  .redblock h5 span {
    text-transform: uppercase;
  }

  .slick-prev {
    top: 18px;
    left: 20px;
    z-index: 99;
    transform: rotate(180deg);
  }

  .slick-next {
    top: 27px;
    right: 20px;
    z-index: 99;
  }

  .slick-prev:before,
  .slick-next:before {
    content: unset;
  }

  .slider_section3 .row {
    flex-direction: column-reverse;
    height: auto;
    align-items: center;
  }

  .desc_slide {
    padding: 15px;
  }

  .section4 .col-4 {
    padding: 0px 10px 0px 15px;
  }

  .section4 .top_section .head h6 {
    font: normal normal bold 20px / 25px "Helvetica-Bold";
  }

  .section4 .top_section .aventage .name_aventage {
    font: normal normal bold 18px / 24px "Helvetica-Bold";
  }

  .section4 .top_section .button_cta {
    padding: 15px 10px;
  }

  .section4 .section_bottom .row {
    flex-direction: column;
  }

  .section4 .section_bottom .numbers {
    justify-content: center;
  }

  .section5 .titles_section5 h2 {
    font: normal normal bold 20px / 30px "Helvetica-Bold";
  }

  .section5 .rowCustom {
    flex-direction: column;
  }

  .section5 .col-6_costum {
    width: 100%;
    margin: auto;
    flex: 0 0 100%;
  }

  .section5 .charte {
    max-width: 425px;
    margin: auto;
  }

  .section6 .collapsible-title {
    padding: 20px;
  }

  .section6 .collapsible-title.is-active img,
  .section6 .collapsible-title.is-active:hover img {
    top: 50%;
    -webkit-transform: translate(0%, -50%) rotate(-90deg);
    /* Safari/Chrome */
    -moz-transform: translate(0%, -50%) rotate(-90deg);
    /* Firefox */
    -ms-transform: translate(0%, -50%) rotate(-90deg);
    /* IE 9 */
    -o-transform: translate(0%, -50%) rotate(-90deg);
    /* Opera */
    transform: translate(0%, -50%) rotate(-90deg);
  }

  .section6 .collapsible-title img {
    top: 50%;
    transform: translate(0%, -50%) rotate(90deg);
  }

  .section6 .desc_slide {
    padding-left: 25px;
  }

  .footer ul a {
    font: normal normal bold 12px / 30px "HelveticaNeuebold";
  }

  .header .sticky_mobile {
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
  }

  .header .sticky_mobile .button_cta {
    border-radius: 0px;
    width: 100%;
  }

  .footer {
    padding-bottom: 64px;
  }

  .close-section .container h2 {
    font-size: 30px;
    line-height: 39px;
  }

  .close-section .container .desc_title p {
    text-align: center;
    font-size: 20px;
    margin: 20px auto;
  }

  .section6 .collapsible-tabs-vertical .collapsible-title:hover img {
    transform: translate(0%, -50%) rotate(90deg);
    filter: brightness(0) saturate(100%) invert(47%) sepia(1%) saturate(0%) hue-rotate(41deg) brightness(96%) contrast(92%);
  }

  .section6 .collapsible-tabs-vertical .collapsible-title:hover .title_Button {
    color: #000000;
    opacity: 0.4;
  }

  .section6 .collapsible-tabs-vertical .collapsible-title.is-active:hover .title_Button {
    color: #ffffff;
    opacity: 1;
  }

  .section6 .collapsible-tabs-vertical {
    min-height: unset;
  }
}

@media only screen and (max-width: 767px) {
  .showInTab_pc {
    display: none;
  }

  .sd-cmp-3CtBh.sd-cmp-29k-b {
    bottom: 100px !important;
  }

  .showInmobile {
    display: block;
  }

  .header {
    background-image: url(assets/img/visuelm1.png);
  }

  .header .logo {
    width: 170px;
    margin-top: 15px;
  }

  .header .content .icon_player p {
    font: normal normal bold 14px / 16px "Helvetica-Bold";
  }

  .header .content .avec_10 {
    width: 45%;
  }

  .header .content {
    padding: 100px 0px 50px 0px;
  }

  .section2 .row {
    flex-direction: column;
    row-gap: 10px;
  }

  .section2 .button_section2 {
    padding: 5%;
  }

  .title_parte .desc_title p {
    font: normal normal normal 18px / 24px "Helvetica";
    text-align: left;
  }

  .desc_slide p {
    font: normal normal normal 14px / 20px "Helvetica";
  }

  .section3 .container.slide {
    padding: 0px;
  }

  .slider_section3 .image img {
    width: 100%;
  }

  .desc_slide {
    padding: 15px 40px;
  }

  .section4 .title p {
    font: normal normal normal 18px / 28px "Helvetica";
  }

  .section4 .top_section .row {
    gap: 30px;
  }

  .section4 .top_section .head h6 {
    font: normal normal bold 25px / 28px "Helvetica-Bold";
  }

  .section4 .top_section .aventage .desc_aventage {
    font: normal normal normal 16px / 20px "Helvetica";
  }

  .section4 .section_bottom .left_bottom {
    flex-direction: column;
  }

  .section4 .section_bottom .left_bottom .number_75 {
    font: normal normal bold 80px / 90px;
  }

  .section4 .section_bottom .left_bottom .number_desc {
    text-align: center;
  }

  .section4 .black_box {
    left: -38px;
    top: 36px;
    position: relative;
  }

  .section4 .section_bottom .numbers {
    justify-content: center;
    margin-bottom: 40px;
  }

  .section4 .bottom_desc {
    font: oblique normal normal 12px / 16px "Helvetica";
  }

  .section5 .titles_section5 h2 {
    margin: 0px;
    margin-bottom: 20px;
  }

  .section5 .title_box {
    font: normal normal bold 20px / 26px "Helvetica-Bold";
  }

  .section5 .number {
    font: normal normal bold 60px / 70px "Helvetica-Bold";
  }

  .footer .modal {
    text-align: left;
  }

  .section5 .charte {
    max-width: 340px;
    width: 340px;
    padding: 56px 0px 110px 0px;
  }

  .section5 .fonctionnement {
    bottom: 48px;
    left: 219px;
  }

  .section5 .recherche {
    left: 210px;
    top: 18px;
  }

  .section5 .actions {
    top: unset;
    bottom: 8px;
    right: 56px;
  }

  .section5 .img_svg {
    left: -20px;
    position: relative;
  }

  .section6 .row {
    height: 100%;
    flex-direction: column-reverse;
  }

  .section6 .desc_slide {
    flex: 100%;
    max-width: 100%;
  }

  .section6 .image {
    max-width: 100%;
    flex: 100%;
  }

  .section6 .container_collaps {
    padding: 0px;
  }

  .section6 .image::after {
    content: "";
    left: 0px;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(29, 29, 29, 0.3617822128851541) 100%);
    width: 100%;
    height: 40%;
    top: 0px;
    position: absolute;
  }

  .desc_slide h4 {
    font: normal normal bold 20px / 28px "Helvetica-Bold";
    margin: 10px 0px;
  }

  .section6 .desc_slide p {
    margin: 10px 0px 16px 0px;
  }

  .section6 .desc_slide .button_cta {
    margin: 10px 0px 10px 0px;
  }

  .section6 .image img {
    width: 100%;
  }

  .section7 {
    background-image: url(assets/img/visuel6.webp);
  }

  .section7 .left_section7 {
    width: 100%;
  }

  br.pc {
    display: none;
  }

  br.mobile {
    display: block;
  }

  .section7 .chiffre {
    display: none;
  }

  .preFooter .titlePF {
    font: normal normal bold 20px / 30px "Helvetica-Bold";
  }

  .footer {
    text-align: center;
  }

  .footer ul {
    margin: 40px 0px;
  }

  .footer .disc_footer {
    text-align: left;
  }

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

  .container {
    padding: 0px 20px;
  }

  .section6 .name_img {
    font: normal normal bold 18px / 22px "Helvetica-Bold";
  }

  .close-section .container h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .close-section .container .desc_title p {
    text-align: left;
    font-size: 16px;
    margin-left: 0px;
  }

  .close-section .container .desc_title p br {
    display: none;
  }

  .close-section .container {
    padding: 0px;
  }

  .header .content .icon_player:hover {
    transform: unset;
  }

  .section6 .collapsible-title {
    margin: 0;
    margin-bottom: 0px;
  }

  .section6 .desc_slide {
    padding-left: 40px;
  }

  .preFooter {
    padding: 7% 0%;
  }

  .section4 .top_section .button_cta {
    padding: 15px 26px;
  }

  .section5 .recherche {
    width: 125px;
  }

  .section5 .fonctionnement {
    width: 106px;
    bottom: 76px;
    left: 205px;
  }

  .section5 .actions {
    right: 126px;
    width: 120px;
    bottom: 10px;
  }

  .desc_slide .button_cta,
  .section6 .desc_slide .button_cta {
    padding: 15px 26px;
  }

  .section5 .img_svg #myChart {
    transform: rotate(72deg) scaleX(-1);
  }

  .close-section {
    background-position: right 27% center;
  }

  .charte .actions .flech_charte {
    position: absolute;
    top: -30px;
    right: 31px;
    width: 66px;
    transform: rotate(90deg);
  }

  .section5 .actions {
    right: 126px;
    width: 120px;
    bottom: 31px;
  }

  .charte .fonctionnement .flech_charte {
    top: -54px;
    right: 43px;
    transform: rotate(90deg);
  }

  .charte .flech_charte {
    right: 64px;
    top: 64px;
  }

  .charte .decription {
    font: normal normal normal 14px / 18px "Helvetica";
  }

  .title_parte h2 .bg_red {
    padding: 3px 10px 0px 10px;
  }
}

@media only screen and (max-width: 575px) {
  .header .content .avec_10 {
    width: 70%;
    margin: 25px 0px 0px 0px;
  }

  .header .content {
    padding: 80px 0px 20px 0px;
  }

  .section6 .collapsible-title.is-active .title_Button {
    width: 30%;
  }

  .section2 {
    padding: 7% 0px;
  }

  .button_section2 .container {
    padding: 0px;
  }

  .section2 .button_section2 {
    padding: 8% 5%;
  }

  .title_parte h2 .bg_red {
    left: 0px;
  }

  .close-section .title_parte h2 .bg_red {
    left: -10px;
  }

  .redblock h5 {
    margin: auto;
  }

  #slick-slide01 .redblock h5 {
    width: 52%;
  }

  #slick-slide02 .redblock h5 {
    width: 60%;
  }

  .slick-prev {
    top: 30px;
  }

  .slick-next {
    top: 40px;
  }

  .section4 .title p {
    font: normal normal normal 18px / 28px Helvetica;
  }

  .section4 .top_section .aventage .desc_aventage {
    font: normal normal normal 14px/22px Helvetica;
  }

  .section4 .top_section .aventage .desc_aventage b {
    font: normal normal normal 14px / 22px "Helvetica-Bold";
  }

  .section4 .section_bottom .left_bottom .number_75 {
    width: 100%;
    text-align: center;
    font: normal normal bold 80px / 80px "Helvetica-Bold";
  }

  .section4 .section_bottom .left_bottom .number_desc {
    width: 100%;
  }

  .section4 .section_bottom .numbers {
    margin: 10px auto;
    margin-bottom: 40px;
  }

  .section4 .section_bottom {
    padding: 20px 0px;
  }

  .section4 .section_bottom .red_box {
    width: 180px;
  }

  .section4 .black_box {
    margin: 0px;
    width: 144px;
  }

  .section4 .black_box {
    left: -16px;
    top: 45px;
  }

  .section4 .red_box .arrow_red {
    position: absolute;
    right: -75px;
    top: 0px;
  }

  .section4 .bottom_desc {
    top: 20px;
    padding: 0px 15px;
  }

  .section5 .source {
    right: 50%;
    transform: translate(50%, 0px);
  }

  .section5 .source {
    width: 60%;
    bottom: 10px;
  }

  .section6 .collapsible-title .title_Button {
    width: 50%;
  }

  .footer {
    padding: 10% 0%;
    padding-bottom: 60px;
  }

  .section5 {
    padding: 6% 0px;
  }
}

@media only screen and (max-width: 389px) {
  .header .titles_header h1 {
    font-size: 24px;
    line-height: 34px;
  }
}

/* ----------------- */
.video-modal,
.video-modal .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
}

.video-modal {
  overflow: hidden;
  position: fixed;
  opacity: 0;
  -webkit-transform: translate(500%, 0%);
  transform: translate(500%, 0%);
  -webkit-transition: -webkit-transform 0s linear 0s;
  transition: -webkit-transform 0s linear 0s;
  transition: transform 0s linear 0s;
  transition: transform 0s linear 0s, -webkit-transform 0s linear 0s;
  /* using flexbox for vertical centering */
  /* Flexbox display */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Vertical alignment */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.video-modal .overlay {
  z-index: 0;
  background: rgba(13, 1, 61, 0.82);
  /* overlay color */
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0.05s;
  transition: opacity 0.2s ease-out 0.05s;
}

.video-modal-content {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  margin: 0 auto;
  overflow-y: visible;
  background: #000;
  width: calc(100% - 12em);
  height: 0;
  padding-top: calc((100% - 12em) * 0.5625);
  /* 16:9 calc */
}

/* Scaling to fit within the current Viewport size:
   When viewport aspect ratio is greater than 16:9
   work off the height instead of the width for calc */
@media (min-aspect-ratio: 16 / 9) {
  .video-modal-content {
    width: 0;
    height: calc(100vh - 10em);
    padding-top: 0;
    padding-left: calc((100vh - 10em) * 1.7778);
    /* 16:9 calc */
  }
}

/* Mobile Layout Tweaks - side margins reduced */
@media (max-width: 640px) {
  .video-modal-content {
    width: calc(100% - 1em);
    padding-top: calc((100% - 1em) * 0.5625);
    /* 16:9 calc */
  }
}

/* modal close button */
.close-video-modal {
  display: block;
  position: absolute;
  right: 0;
  top: -40px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

/* set the iframe element to stretch to fit its parent element */
iframe#youtube {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000;
  -webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

iframe#youtube-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000;
  -webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

/* show the modal: 
   add class to the body to reveal */
.show-video-modal .video-modal {
  opacity: 1;
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
}

.show-video-modal .video-modal .overlay {
  opacity: 1;
}

.show-video-modal .video-modal-content {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.mention-gaza{
  position: absolute;
  right: 0;
  bottom: 130px;
  left: 0;
}
.mention-gaza span{
  display: block;
  text-align: right;
  max-width: 1200px;
  margin: auto;
  padding: 0 10px;
  font-size: 15px;
  line-height: 17px;
  color: #FFF;
}
@media (max-width: 1410px) {
  
}

@media (max-width: 1199px) {
  
}
@media (max-width: 991px) {
  
}
