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

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

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

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

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

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

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

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

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

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

.container {
  margin: 0px auto;
  max-width: 100%;
}

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

@media screen and (max-width: 1499px) {
  .container {
    width: 1210px;
    max-width: 100%;

  }
}

@media screen and (max-width: 992px) {
  .container {
    max-width: 720px;
  }
}

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


:root {
  --pcolor: #FFB800;
  --scolor: #004A9D;
}

.bg_yallow {
  background-color: var(--pcolor);
}

.bg_blue {
  background-color: var(--scolor);
}

.text_yallow {
  color: var(--pcolor);
}

.text_blue {
  color: var(--scolor);
}

.button_cta {
  background-color: var(--pcolor);
  color: var(--scolor);
  padding: 12px 32px;
  border-radius: 65px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  overflow: visible;
  position: relative;
  transition: all 0.3s ease-in;
  font-size: 20px;
  font-family: "pop_bold";
  font-weight: bold;
  position: relative;
  overflow: hidden;
}

.button_cta:hover,
.button_cta:focus,
.button_cta:active {
  color: var(--pcolor) !important;
}

.button_cta:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--scolor);
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}


.button_cta:hover:before,
.button_cta:focus:before,
.button_cta:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.button_cta .icon_button {
  width: 12px;
  margin-left: 6px;
}

.button_cta:hover .icon_button,
.button_cta:focus .icon_button,
.button_cta:active .icon_button {
  filter: brightness(0) saturate(100%) invert(70%) sepia(87%) saturate(1905%) hue-rotate(1deg) brightness(104%) contrast(101%);
}

img {
  max-width: 100%;
}

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

a {
  text-decoration: none;
}

.showInPc {
  display: block !important;
}

.showInmobile {
  display: none !important;
}

a:hover {
  text-decoration: none;
}

.buttom_form {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background-color: #C6252C;
  height: fit-content;
  z-index: 99999;
  padding: 5px 0px;
}

.buttom_form .showInPc {
  position: relative;
}

.buttom_form .buttons_form {
  display: flex;
  justify-content: center;
  position: absolute;
  top: -55px;
  left: 15%;
  gap: 13px;
  align-items: center;

}

.buttom_form .buttons_form .button_1 {
  display: flex;
  padding: 6px 32px;
  justify-content: center;
  align-items: center;
  background-color: var(--scolor);
  color: #fff;
  cursor: pointer;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 50px;
  font-family: 'pop_bold';
  font-size: 22px;
}

.buttom_form .buttons_form .button_1.active {
  background-color: #C6252C;
}

.buttom_form .form_options {
  display: flex;
  justify-content: center;
  flex: 1;
  align-items: center;
  padding-top: 1px;
}



.buttom_form .form_options .option_m {
  display: flex;
  padding: 0px 0px;
}

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

.buttom_form .form_options .option_m.input_text {
  display: flex;
  align-items: center;
  margin: 0px 25px 0px 40px;
}

.buttom_form .label_montant_options {
  text-align: left;
  line-height: 10px;
  color: #ffffff;
}

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

.buttom_form .form_options .montant_options .form-check-label {
  font-family: 'pop_bold';
  font-size: 24px;
  cursor: pointer;
  color: #ffffff;
}

.buttom_form .form_options .form-check-input:checked+label {
  color: var(--yellow);
}

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

.buttom_form .form_options .form-check .form-check-input {
  margin: 0px 20px 0em 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 36px;
  border-radius: 50%;
  height: 36px;
  position: relative;
  background-color: #ffffff;
  cursor: pointer;
}

.buttom_form .form_options .form-check-input::after {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  background-color: #F23E46;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.buttom_form .form_options .form-check-input:checked::after {
  background-color: var(--pcolor);
}

.buttom_form .form_options input {
  width: 250px;
  padding: 8px;
  border: #d6d6d6 1px solid;
  outline: none;
  border-radius: 12px;
  background-color: #F23E46;
  color: #fff;
  font-size: 18px;
}

.buttom_form .form_options input::placeholder {
  text-align: center;

  line-height: 20px;
  font-family: 'pop_bold';
  letter-spacing: 0px;
  color: #ffffff;
}

.buttom_form .description_form {
  text-align: center;
  color: #fff;
  font-family: 'pop_medium';
  font-size: 14px;
  line-height: 18px;
}

.buttom_form .description_form span {
  font-family: 'pop_bold';
  font-size: 20px;
}

.buttom_form .button_cta {
  padding: 10px 32px;
  font-size: 18px;
}




.sticky_mobile {
  display: none;
}




.title_section {
  font-family: "pop_bold";
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  color: var(--scolor);
  margin-bottom: 16px;
}

.title_section .white {
  color: #fff;
}











/* ----------------------------------------------------------------------------------- Main content css ---------------------------------------------------------------------------------- */

/* ------header ------------ */

.header {
  background-image: url('assets/img/BG1.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  padding: 2% 0%;
  background-color: #EAEAEA;
}

.header .top_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;

}

.header .top_header .logo img {
  max-width: 200px;
}

.header .header_content {
  position: relative;
  padding-top: 30px;
  display: flex;
  align-items: flex-end;
}

.header .header_content .title_button {
  width: 55%;
}



.header h1.main-text {
  text-align: center;
  font-size: 36px;
  line-height: 48px;
  font-family: "pop";
  color: #fff;
  padding-bottom: 16px;
  text-transform: uppercase;
}

.header h1.main-text span {
  text-align: center;
  font-size: 85px;
  line-height: 85px;
  font-family: "pop_black";
}

.header .play-button {
  margin: auto;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  padding-bottom: 145px;
  display: flex;
  width: fit-content;
  align-items: center;
  flex-direction: column;
}

.header .play-button img {
  width: 95px;
  margin-bottom: 8px;
}

.header .header_content .cat_images {
  width: 45%;
  position: relative;
}

.header .cat_images .images {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  position: absolute;
  bottom: 0px;
}

.header .cat_images .image-frame {
  background-color: #fff;
  padding: 14px;
  width: 255px;
  cursor: pointer;
}



.header .cat_images .image-caption {
  text-align: center;
  font-size: 41px;
  line-height: 28px;
  font-family: 'Quisas';
  font-weight: 800;
}


/* --------Section 1 */
.section1 {
  padding: 3%;
}

.section1 .title_text {
  text-align: center;
  width: 65%;
  margin: auto;
}

.section1 .title_text p {
  color: #2F2F2F;
  font-family: 'pop';
  font-size: 22px;
}

.section1 .title_text p span {
  color: var(--scolor);
  font-family: 'pop_bold';
  display: block;
}

/* -----------section 2 */




.soyez_aux_cotes {
  padding: 2% 0px;
  position: relative;
  margin: 30px auto;
  overflow: hidden;
}

.soyez_aux_cotes.section2 {
  margin-top: 0px;
}

.soyez_aux_cotes .bg_section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.soyez_aux_cotes .bg_section img {
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.soyez_aux_cotes .container_s_2 {
  display: flex;
  align-items: flex-end;
  z-index: 1;
  position: relative;
}

.soyez_aux_cotes .container_s_2 .left {
  width: 50%;
  color: #ffffff;
}

.soyez_aux_cotes .section_left {
  background-color: #00499db7;
  padding: 30px;
  width: 88%;
  border-radius: 22px;
  margin-bottom: 220px;
}

.soyez_aux_cotes .section_left h3 {
  font-family: 'pop_black';
  font-size: 41px;
  line-height: 41px;
  text-transform: uppercase;
}

.soyez_aux_cotes .section_left h3 .text_yallow {
  font-size: 58px;
  line-height: 58px;
  display: block;
}

.soyez_aux_cotes .section_left p {
  font-size: 16px;
  padding: 10px 0px;
}

.soyez_aux_cotes .section_left p b {
  font-family: 'pop_bold';
}

.soyez_aux_cotes .section_left .button_vedio {
  margin: auto;
  padding: 10px 32px;
  text-align: center;
  border: #ffffff 2px solid;
  width: fit-content;
  border-radius: 65px;
  display: block;
  font-size: 22px;
  font-family: 'pop_bold';
  text-transform: uppercase;
  color: #fff;
}

.soyez_aux_cotes .section_left .button_vedio .icon_button {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(9deg) brightness(103%) contrast(101%);
  width: 12px;
  margin-left: 4px;
}

.soyez_aux_cotes .section_left .button_vedio i {
  margin-left: 6px;
}

.soyez_aux_cotes .container_s_2 .right {
  width: 50%;
  background-color: #579ff2c2;
  color: #fff;
  padding: 40px 50px;
  border-radius: 22px;
  display: flex;
  align-items: center;
}

.soyez_aux_cotes .container_s_2 .text_right {
  width: 55%;
}

.soyez_aux_cotes .container_s_2 .text_right h4 {
  font-size: 24px;
  line-height: 26px;
  font-family: 'pop_bold';
}

.soyez_aux_cotes .container_s_2 .text_right path {
  margin: 0px
}

.soyez_aux_cotes .container_s_2 .text_right h4 .bg_yallow {
  text-transform: uppercase;
  color: var(--scolor);
  display: inline-block;
  padding: 3px 6px;
  margin-bottom: 10px;
}

.soyez_aux_cotes .container_s_2 .div_slider_container {
  text-align: center;
  width: 45%;
  max-width: 50%;
}

.soyez_aux_cotes .container_s_2 .div_slider_container .div_slider {
  width: 240px;
  margin: auto;
}

.soyez_aux_cotes .container_s_2 .div_slider_container .div_slider img {
  margin: 10px auto;
  width: 75px;
}

.soyez_aux_cotes .container_s_2 .div_slider_container .div_slider p {
  margin: 0;
}

.soyez_aux_cotes .div_slider .slider-arrow {
  width: 20px;
  height: 20px;
  cursor: pointer;
  transform: rotate(45deg);
}

.soyez_aux_cotes .div_slider .slick-prev,
.soyez_aux_cotes .div_slider .slick-next {
  top: 70%;
}

.soyez_aux_cotes .div_slider .slick-arrow::before {
  content: unset;
}

.soyez_aux_cotes .div_slider .slider-arrow.prev {
  border-bottom: #ffffff 2px solid;
  border-LEFT: #ffffff 2px solid;
}

.soyez_aux_cotes .div_slider .slider-arrow.next {
  border-top: #ffffff 2px solid;
  border-right: #ffffff 2px solid;
}

.soyez_aux_cotes .div_slider .slick-dots li {
  margin: 0px;
}

.soyez_aux_cotes .div_slider .slick-dots li button:before {
  width: 12px;
  height: 12px;
  border: #ffffff 2px solid;
  border-radius: 50%;
  content: '';
  opacity: 1;
}

.soyez_aux_cotes .div_slider .slick-dots li.slick-active button:before {
  background-color: #ffffff;
  opacity: 1;
}

.soyez_aux_cotes .bottom_container_s_2 {
  background-color: #ffffff;
  padding: 16px 20px;
  margin: auto;
  margin-top: 40px;
  border-radius: 22px;
  width: fit-content;
  z-index: 1;
  position: relative;
}

.soyez_aux_cotes .bottom_container_s_2 .text_buuton {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.soyez_aux_cotes .bottom_container_s_2 .text_buuton p {
  font-size: 20px;
  color: #2F2F2F;
  margin: 0px;
}

.soyez_aux_cotes .bottom_container_s_2 .text_buuton p .text_yallow {
  font-size: 36px;
  line-height: 36px;
  font-family: 'pop_bold';
  color: #F23E46 !important;
}




/* ------------- section 5 */







.section_5 {
  padding: 2% 0px;
}

.section_5 .custom_container {
  width: 90%;
  margin: auto;
}

.section_5 .title_section {
  color: var(--scolor);
  font-size: 28px;
  line-height: 28px;
  font-family: 'pop_bold';
  padding: 6px 12px;
  width: fit-content;
  margin: auto;
  text-transform: uppercase;
}

.section_5 .top_filter {
  margin: 40px auto;
  border: none;
  border-bottom: 2px solid #6d6d6d;
}

.section_5 .nav-tabs .nav-item {
  flex: 1;
  text-align: center;
  font-size: 26px;
  font-family: 'Pop_medium';
  line-height: 26px;
  background-color: transparent;
}

.section_5 .nav-tabs .nav-item .nav-link {
  border: none;
  color: #000;
  border: transparent 1px solid;
  position: relative;
  padding: 16px;
}

.section_5 .nav-tabs .nav-item .nav-link:hover {
  color: var(--scolor);
}

.section_5 .nav-tabs .nav-item .nav-link.active {
  color: var(--scolor);
  font-family: 'Pop_bold';
  background-color: transparent;
}

.section_5 .nav-tabs .nav-item .nav-link.active:after,
.section_5 .nav-tabs .nav-item .nav-link:hover:after {
  content: '';
  height: 8px;
  width: 80%;
  background-color: var(--scolor);
  position: absolute;
  bottom: -4px;
  left: 9%;
}

.section_5 .tab-content {
  padding-top: 32px;
  color: #2F2F2F;
}

.section_5 .tab-content .title_desc h3 {
  font-size: 38px;
  line-height: 42px;
  font-family: 'pop_black';
  margin-bottom: 60px;
  text-transform: uppercase;
  color: var(--scolor);
}

.section_5 .tab-content .title_desc p {
  font-size: 18px;
  line-height: 26px;
  width: 80%;
  margin: 40px auto;

}

.section_5 .tab-content .title_desc p span {
  font-size: 15px;
  display: block;
}

.section_5 .deductions p {
  font-size: 18px;
  margin: 16px auto;

}

.section_5 .deductions p span {
  font-size: 15px;
}

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

.section_5 .deductions .row_cont {
  width: 50%;
}

.section_5 .deductions .row_cont .item_deduction {
  width: 85%;
  margin: auto;
  padding: 40px 15px;
  border-radius: 22px;
}

.section_5 .deductions .row_cont .item_deduction.left {
  background-color: #ffffff;
}

.section_5 .deductions .bg-image {
  background-image: url('assets/img/chart.webp');
  background-size: cover;
  background-position: center;
  height: 240px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
}


.section_5 .deductions .bg-image span {
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
  font-family: 'pop_black';
  color: var(--scolor);
}

.section_5 .deductions .bg-image span sup {
  top: -15px;
  left: -8px;
}

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

.svg-item {
  width: 270px;
  font-size: 14px;
  margin: 0 auto;
  animation: donutfade 1s;
  display: inline-block;
}

.svg-item .donut {
  width: 270px;
  font-size: 14px;
  margin: 0 auto;
  animation: donutfade 1s;
  display: inline-block;

}


.donut-ring {
  stroke: #E2E2E2;
}

.donut-segment-2 {
  stroke: var(--pcolor);
  opacity: 1;
}

.donut-segment-3 {
  stroke: var(--blue);
  opacity: 1;
}

.donut-segment-21 {
  animation: donut1 4s ease-out;
}

.donut-segment-31 {
  animation: donut2 4s ease-out;
}


.donut-percent {
  font-weight: bold;
  fill: var(--scolor);
  font-size: 10px;
  line-height: 10px;
  font-weight: bold;
  font-family: 'pop_black';
}

.percentage {
  font-size: 8px;
  font-family: 'pop_black';
  display: block;
  fill: var(--scolor);
  transform: translate(-100px, 0PX);
}

@keyframes donut1 {
  0% {
    stroke-dasharray: 0, 100;
  }

  100% {
    stroke-dasharray: 75, 25;
  }
}

@keyframes donut2 {
  0% {
    stroke-dasharray: 0, 100;
  }

  100% {
    stroke-dasharray: 66, 34;
  }
}












.section_5 .boxes .boxes_3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.section_5 .titles p {
  font-size: 18px;
}

.section_5 .titles p.text_blue {
  font-size: 22px;
  font-family: 'pop_medium';
}

.section_5 .boxes .boxes_3 .box {
  width: 30%;
  background-color: var(--scolor);
  color: #fff;
  text-align: center;
  padding: 26px 20px;
  border-radius: 32px;
}

.section_5 .boxes .boxes_3 .box .top_title {
  line-height: 28px;
  font-size: 22px;
  font-family: "pop_bold";
  text-transform: uppercase;
  padding-bottom: 10px;
}

.section_5 .boxes .boxes_3 .box .number {
  display: flex;
  justify-content: center;
}

.section_5 .boxes .heure {
  margin-bottom: 20px;
  margin-top: 3px;
  text-transform: uppercase;
}

.section_5 .boxes .boxes_3 .box_hor .number {
  display: flex;
  padding-bottom: unset;

  justify-content: center;
  margin-top: 0px;
}

.section_5 .boxes .boxes_3 .box .number .jour {
  width: 58%;
  font-size: 68px;
  line-height: 50px;
  font-family: "pop_bold";
  text-align: right;
}


.section_5 .boxes .boxes_3 .box .number .mois {
  font-size: 28px;
  line-height: 26px;
  text-align: left;
  font-family: "pop_bold";
  position: relative;
}

.section_5 .boxes .boxes_3 .box .arrow {
  padding-bottom: 10px;
  width: 40px;
  margin: auto;
}

.section_5 .boxes .boxes_3 .box .zone {
  font-size: 26px;
  font-family: "pop_Bold";
  text-transform: uppercase;
  padding-top: 15px;
}

.section_5 .boxes .boxes_3 .box .description {
  padding: 0px 20px;
  display: flex;
  align-items: center;
  height: 140px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  justify-content: center;
}

.section_5 .boxes .boxes_3 .box.box_hor .description {

  height: auto;
}

.section_5 .boxes .boxes_3 .box_hor {
  display: flex;
  margin: 30px auto;
  background-color: var(--scolor);
  color: #fff;
  padding: 10px 20px;
  border-radius: 32px;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  width: 100%;
}

.section_5 .boxes .boxes_3 .num {

  width: 25%;
}


.section_5 .boxes .boxes_3 .box.box_hor .num .top_title {
  font-size: 18px;
  line-height: 18px;
  font-family: "pop_Bold";
  text-transform: uppercase;
}



.section_5 .box_hor .num .number .jour {
  font-size: 68px;
  line-height: 40px;
  padding-right: 5px;
  font-family: "pop_Bold";
  text-transform: uppercase;
}

.section_5 .box_hor .number .mois {
  font-size: 25px;
  line-height: 25px;
  font-family: "pop_Bold";
}

.section_5 .box_hor .number .mois span {
  display: block;
  position: relative;
}

.section_5 .boxes .boxes_3 .box_hor .description {
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  padding: 0px 10px;
  width: 75%;
}

.section_5 .boxes .boxes_3 .box_hor .description p {
  margin: 0px;
}

.section_5 .boxes .boxes_3 .box_hor .description p span {
  font-family: 'pop_bold';
}

.section_5 .boxes .boxes_3 .box_hor .description img {
  width: 23px;
}

.section_5 .table thead th {
  width: 50%;
  border: 6px solid #EAEAEA;
  color: #fff;
  text-align: center;
  font-family: "pop_bold";
  font-size: 22px;
  padding: 15px 0px;
}

.section_5 .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgb(255, 255, 255);
}

.section_5 .table td {
  padding: 4px 0px;
}

.button_center {
  text-align: center;
  padding: 40px 0;
}


#Calculdedonifi .form_calcule .form {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: auto;
}


#Calculdedonifi .form_calcule .form .seperateur {
  display: block;
  width: 1px;
  height: 360px;
  background-color: #707070;
}

#Calculdedonifi .text_blue {
  font-size: 22px;
  font-family: 'pop_bold';
  text-transform: uppercase;
  margin-bottom: 14px;
}

#Calculdedonifi .text_blue.final_result {
  color: #C6252C;
}

#Calculdedonifi .form .input_group .montant {
  position: relative;
  width: 90%;
  margin-bottom: 32px;
}

#Calculdedonifi .form .input_group .arrow_1 img {
  width: 36px;
  margin-bottom: 16px;

}

#Calculdedonifi .form .input_group .montant_input {
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  height: 70px;
  position: relative;
  font-size: 18px;
  font-family: 'Pop_bold';
  color: var(--blue);
  text-align: right;
}

 #Calculdedonifi .form .input_group .montant.case_1 input{
  padding-right: 34px;
 }
 #Calculdedonifi .form .input_group .montant.case_1::before {
  position: absolute;
  width: 16px;
  height: 16px;
    right: 4%;
      top: 42%;
  transform: translateY(-50%);
  z-index: 999;
  font-size: 24px;
  color: rgb(59, 59, 59);
  content: "€";
  font-size: 18px;
    font-family: 'Pop_bold';
   color: var(--blue);
} 



.section_6 {
  padding: 2% 0px;
  position: relative;
  background-color: #ffffff;

}

.section_6 .img_Background {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.section_6 .img_Background img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.section_6 .container {
  position: relative;
  z-index: 9;
}

.section_6 .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 64px;
}

.section_6 .sous_titre {
  display: block;
  font-size: 22px;
  line-height: 36px;
}

.section_6 .row .left {
  width: 50%;
}

.section_6 .row .left p {
  font-size: 22px;
  padding-right: 90px;
  padding-left: 10px;
}

.section_6 .row .left p .text_blue {
  font-family: 'pop_bold';
}

.section_6 .row .right {
  width: 50%;
}

.section_6 .row ul {
  padding: 16px 8px;
  background-color: #ffffffcc;
  border-top-right-radius: 36px;
  border-bottom-right-radius: 36px;
  width: fit-content;
  list-style-type: none;
  width: 67%;
}

.section_6 .row ul li {
  position: relative;
  padding-left: 60px;
  font-size: 22px;
}

.section_6 .row ul li span {
  font-family: 'pop_bold';
  font-size: 30px;
}

.section_6 .row ul li::before {
  position: absolute;
  content: "";
  top: 16px;
  left: 24px;
  width: 21px;
  height: 14px;
  background-image: url(assets/img/ok.webp);
  background-size: contain;
  background-repeat: no-repeat;
}

 .section_6 .note {
  margin-top: 45px;
}

 .note p {
  padding-top:15px;
  font-size: 14px;
  font-style: italic;
  margin: 0px;
}

.footer {
  background-color: var(--scolor);

  color: #fff;
  position: relative;
}

.footer .row_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  padding: 3%;
}

.footer .row_footer .img_footer {
  width: fit-content;
}

.footer .row_footer .img_footer img {
  width: 254px;
  height: 254px;
}

.footer .row_footer .details_footer {
  flex: 1;
}

.footer .row_footer .details_footer .title_footer {
  font-family: "pop_bold";
  font-size: 28px;
  line-height: 30px;
}

.footer .row_footer .details_footer p {
  font-family: "pop";
  font-size: 22px;
  margin-bottom: 5px;
  padding-bottom: 40px;
}

.footer .row_footer .details_footer .contact_info {
  display: flex;
  align-items: center;
  width: 90%;
  justify-content: space-between;
}

.footer .row_footer .details_footer .contact_info .info img {
  padding: 0px 5px;
  position: relative;
  width: 30px;
  top: -3px;
}

.footer .row_footer .details_footer .contact_info .info a {
  color: #fff;
  font-size: 28px;
  font-family: "pop_bold";
}

.footer .row_footer .details_footer .contact_info .info_mail a {
  text-decoration: underline;
}

.footer .sub_footer {
  padding: 40px 0px;
  background-color: #2F2F2F;
  color: #ffffff;
  padding-bottom: 180px;
}

.footer .flex_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .sub_footer p {
  margin: 0;
  font-family: 'pop';
  font-size: 16px;
}

.footer .sub_footer .right p {

  font-size: 18px;
}

.footer .sub_footer p img {
  width: 100px;
}

.footer .sub_footer p a {
  color: #fff;
}











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

  .button_cta {
    padding: 10px 15px;
    font-size: 16px;
  }

  .header .top_header {
    margin-bottom: 40px;
  }

  .header h1.main-text {
    font-size: 30px;
    line-height: 40px;
  }

  .header h1.main-text span {
    font-size: 60px;
    line-height: 60px;
  }

  .header .play-button {
    padding-bottom: 130px;
  }

  .header .play-button img {
    width: 75px;
  }

  .header .cat_images .image-frame {
    width: 220px;
  }

  .header .cat_images .images {
    gap: 20px;
  }

  .header .cat_images .image-caption {
    font-size: 36px;
    line-height: 26px;
  }

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

  .buttom_form .form_options .form-check-input::after {
    height: 18px;
    width: 18px;
  }

  .buttom_form .form_options .form-check .form-check-input {
    margin: 5px 15px 0em 20px;
  }

  .section1 .title_text p {
    font-size: 18px;
    line-height: auto;
  }

  .soyez_aux_cotes .section_left h3 {
    font-size: 34px;
    line-height: 41px;
  }

  .soyez_aux_cotes .section_left {
    margin-bottom: 180px;
  }

  .soyez_aux_cotes .section_left h3 .text_yallow {
    font-size: 46px;
    line-height: 46px;
  }

  .soyez_aux_cotes .section_left .button_vedio {
    font-size: 18px;
  }

  .soyez_aux_cotes .container_s_2 .text_right h4 {
    font-size: 20px;
    line-height: 22px;
  }

  .soyez_aux_cotes .container_s_2 .text_right p {
    font-size: 16px;
    margin: 0px;
  }

  .soyez_aux_cotes .container_s_2 .text_right h4 .bg_yallow {
    margin-bottom: 8px;
  }

  .soyez_aux_cotes .container_s_2 .right {
    padding: 20px 26px;
  }

  .soyez_aux_cotes .container_s_2 .div_slider_container .div_slider {
    width: 200px;
  }

  .soyez_aux_cotes .container_s_2 .div_slider_container .div_slider .slick-prev {
    left: -15px;
  }

  .soyez_aux_cotes .container_s_2 .div_slider_container .div_slider .slick-next {
    right: -15px;
  }

  .soyez_aux_cotes .bottom_container_s_2 .text_buuton {
    gap: 10px;
  }

  .soyez_aux_cotes .bottom_container_s_2 .text_buuton p {
    font-size: 17px;
  }

  .soyez_aux_cotes .bottom_container_s_2 .text_buuton p .text_yallow {
    font-size: 28px;
  }

  .section_5 .title_section {
    font-size: 26px;
    line-height: 28px;
  }

  .section_5 .custom_container {
    width: 100%;
  }

  .section_5 .nav-tabs .nav-item {
    font-size: 20px;
    line-height: 22px;
    width: 25%;
  }

  .section_5 .tab-content .title_desc h3 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 50px;
  }

  #Calculdedonifi .form_calcule .form {
    width: 100%;
  }

  .section_5 .boxes .boxes_3 .num {
    width: 30%;
  }

  .section_5 .boxes .boxes_3 .box_hor {
    gap: 15px;
  }

  .section_5 .boxes .boxes_3 .box.box_hor .num .top_title {
    font-size: 16px;
    line-height: 16px;
  }

  .section_6 .row .left p {
    font-size: 18px;
    padding-right: 45px;
  }

  .section_6 .row ul li span {
    font-size: 24px;
  }

  .section_6 .row ul li {
    font-size: 18px;
  }

  .section_6 .row ul {
    width: 80%;
  }

  .section_6 .row ul li::before {
    top: 14px;
  }

  .section_6 .row {
    margin-top: 40px;
  }

  .footer .row_footer .img_footer img {
    width: 180px;
    height: 180px;
  }

  .footer .row_footer {
    gap: 30px;
  }

  .footer .row_footer .details_footer .title_footer {
    font-size: 24px;
    line-height: 24px;
  }

  .footer .row_footer .details_footer p {
    font-size: 18px;
  }

  .footer .row_footer .details_footer .contact_info .info a {
    font-size: 24px;
  }

  .footer .sub_footer p {
    font-size: 13px;
  }

  .footer .sub_footer .right p {
    font-size: 15px;
  }

  .footer .sub_footer p img {
    width: 60px;
  }

  .footer .sub_footer {
    padding: 20px 0px;
    padding-bottom: 160px;
  }

  .buttom_form .buttons_form {
    left: 5%;
    top: -55px;
  }

  .buttom_form .buttons_form .button_1 {
    height: 50px;
    font-size: 24px;
  }
}

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

  .title_section {
    font-size: 26px;
    line-height: 30px;
  }

  .section_6 .sous_titre {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 10px;
  }

  .header .top_header {
    margin-bottom: 70px;
  }

  .header .play-button {
    padding-bottom: 160px;
  }

  .buttom_form .buttons_form {
    left: 3%;
  }

  .buttom_form .form_options input {
    width: 185px;
    margin-bottom: 0px;
  }

  .buttom_form .form_options .montant_options .form-check-label {
    font-size: 26px;
  }

  .buttom_form .form_options .form-check .form-check-input {
    margin: 0px 8px 0em 12px;
  }

  .buttom_form .button_cta {
    padding: 12px 20px;
    font-size: 16px;
  }

  .buttom_form .form_options input {
    font-size: 16px;
  }

  .header .play-button img {
    width: 95px;
  }

  .header .cat_images .images {
    gap: 10px;
  }

  .header .cat_images .image-caption {
    font-size: 35px;
    line-height: 25px;
  }

  .header .cat_images .image-frame {
    padding: 8px;
    width: 190px;
  }

  .soyez_aux_cotes .section_left h3 {
    font-size: 30px;
    line-height: 34px;
  }

  .soyez_aux_cotes .section_left {
    padding: 20px;
  }

  .soyez_aux_cotes .section_left h3 .text_yallow {
    font-size: 40px;
    line-height: 41px;
  }

  .soyez_aux_cotes .section_left .button_vedio {
    font-size: 16px;
    padding: 10px 16px;
  }

  .soyez_aux_cotes .bottom_container_s_2 .text_buuton {
    gap: 10px;
    flex-direction: column;
  }

  .section_5 .tab-content .title_desc p {
    font-size: 16px;
    line-height: normal;
    width: 100%;
    margin: 30px auto;
  }

  .section_5 .tab-content .title_desc h3 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 38px;
  }

  .section_5 .top_filter {
    margin: 30px auto;
  }

  .section_5 .tab-content .title_desc h3 {
    margin-bottom: 20px;
  }

  .section_5 .deductions p {
    font-size: 16px;
    margin: 16px auto;
  }

  .section_5 .deductions .row_cont .item_deduction {
    width: 90%;
    padding: 40px 15px 25px 15px;
  }

  .section_5 .button_cta {
    font-size: 22px;
    width: 100%;
    display: block;
  }


  #Calculdedonifi .text_blue {
    font-size: 18px;
    margin-bottom: 8px;
  }

  #Calculdedonifi .form .input_group .montant_input {
    height: 58px;
  }

  .section_5 .titles p {
    font-size: 16px;
  }

  .section_5 .titles p.text_blue {
    font-size: 18px;
  }

  .section_5 .boxes .boxes_3 .box {
    width: 32%;
    padding: 20px 16px;
  }

  .section_5 .boxes .boxes_3 .box_hor {

    gap: 30px;
    width: 100%;
  }

  .section_5 .boxes .boxes_3 .box .description {
    padding: 0px;
    font-size: 16px;
    line-height: normal;
  }

  .section_5 .boxes .boxes_3 .box .number .jour {
    font-size: 58px;
  }

  .section_5 .boxes .boxes_3 .box .number .mois {
    font-size: 24px;
    line-height: 25px;
  }

  .section_5 .boxes .boxes_3 .box.box_hor .num .top_title {
    font-size: 12px;
    line-height: 12px;
  }

  .section_5 .boxes .boxes_3 .box .top_title {
    margin-bottom: 0px;
  }

  .section_6 .row .left p {
    font-size: 16px;
    padding-right: 20px;
  }

  .section_6 .row ul {
    width: 90%;
    margin-bottom: 0px;
  }

  .section_6 .row ul li {
    font-size: 18px;
  }

  .section_6 .row ul li span {
    font-size: 22px;

  }

  .section_6 .row {
    margin: 30px auto;
  }

  .footer .row_footer .details_footer .title_footer {
    font-size: 18px;
  }

  .footer .row_footer .details_footer p {
    font-size: 16px;
  }

  .footer .row_footer .details_footer .contact_info .info a {
    font-size: 20px;
  }

  .footer .flex_cont {
    flex-direction: column;
    gap: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .showInPc {
    display: none !important;
  }

  .showInmobile {
    display: inline-block !important;
  }

  .buttom_form {
    height: fit-content;
    padding: 4px;
    text-align: center;
  }

  .buttom_form .button_cta {
    padding: 8px 16px;
    font-size: 14px;

  }

  .header h1.main-text span {
    font-size: 50px;
    line-height: 50px;
  }

  .header h1.main-text {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 70px;
  }

  .header .play-button {
    margin-bottom: 20px;
  }

  .header .header_content {
    flex-direction: column-reverse;
    padding-top: 0px;
  }

  .header .top_header {
    margin-bottom: 50px;
  }

  .header .header_content .title_button {
    width: 100%;
  }

  .header .header_content .cat_images {
    width: 100%;
  }

  .header .play-button {
    padding-bottom: 0px;
  }

  .header .cat_images .images {
    position: relative;
    width: 70%;
    margin: auto;
    gap: 20px;
  }

  .header .cat_images .image-frame {
    width: auto;
  }


  .soyez_aux_cotes .container_s_2 {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .soyez_aux_cotes .container_s_2 .left {
    width: 100%;

  }

  .soyez_aux_cotes .section_left {
    width: 100%;
    margin-bottom: 0px;
  }

  .soyez_aux_cotes .container_s_2 .right {
    width: 100%;
  }

  .soyez_aux_cotes .container_s_2 .div_slider_container .div_slider .slick-prev {
    left: -25px;
  }

  .soyez_aux_cotes .container_s_2 .div_slider_container .div_slider .slick-next {
    right: -25px;
  }

  .soyez_aux_cotes .bottom_container_s_2 .text_buuton p {
    font-size: 18px;
    text-align: center;
  }

  .section_5 .top_filter {
    border: none;
    border: none;
    gap: 8px;
  }

  .section_5 .tab-content {
    padding-top: 16px;
    color: #2F2F2F;
  }

  .section_5 .nav-tabs .nav-item {
    font-size: 14px;
    line-height: 16px;
  }

  .section_5 .nav-tabs .nav-item .nav-link {
    height: 100%;
    border: #2F2F2F 1px solid;
    border-radius: 6px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2F2F2F;
  }

  .section_5 .nav-tabs .nav-item .nav-link.active {
    border: var(--scolor) 1px solid;
  }

  .section_5 .nav-tabs .nav-item .nav-link.active::after {
    content: unset;
  }

  .section_5 .nav-tabs .nav-item {
    font-size: 16px;
    line-height: 18px;
  }

  .section_5 .row {
    flex-direction: column;
  }

  .section_5 .row.calandrier {
    flex-direction: column-reverse;
  }

  .section_5 .deductions .row_cont {
    width: 100%;
  }

  #Calculdedonifi .text_blue {
    font-size: 14px;
    margin-bottom: 4px;
  }

  #Calculdedonifi .form .input_group .montant::before {
    font-size: 16px;
  }

  #Calculdedonifi .form .input_group .montant_input {
    height: 53px;
  }

  .section_5 .boxes .boxes_3 .box {

    padding: 14px 10px;
  }

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

  .section_6 .row .left {
    width: 100%;
  }

  .section_6 .row .right {
    width: 100%;
  }

  .section_6 .img_Background {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45%;
    top: unset;
  }

  .section_6 .row ul {
    width: 70%;
    margin-bottom: 0px;
    border-radius: 36px;
  }

  .section_6 .row .left p {
    padding-right: 0px;
  }

  .section_6 .row .left .note {
    padding-bottom: 60px;
    margin-top: 0px;
  }

  .footer .row_footer .img_footer img {
    width: 155px;
    height: 155px;
  }

  .footer .row_footer .details_footer .title_footer {
    font-size: 16px;
  }

  .footer .row_footer .details_footer p {
    font-size: 14px;
    padding-bottom: 10px;
  }

  .footer .row_footer .details_footer .contact_info {
    display: flex;
    align-items: self-start;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
  }


  .footer .sub_footer {
    padding: 20px 0px;
    padding-bottom: 44px;

  }

  .footer .sub_footer .text_sub_footer {
    display: block;
    text-align: center;
  }

  .footer .sub_footer .text_sub_footer span {
    display: none;
  }

  .footer .sub_footer p {
    font-size: 10px;
  }

  .footer .sub_footer .right p {
    font-size: 10px;
  }

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

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

  .header {
    background-image: url(assets/img/BG2.webp);
    padding: 6% 0%;
    position: unset;
  }

  .header .top_header .logo img {
    max-width: 170px;
  }

  .header .icon_header {
    width: 48px;
  }

  .header .menu_icon {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    position: fixed;
    padding: 20px;
    background-color: var(--scolor);
    overflow: scroll;
    display: none;
  }

  .header .menu_icon .header_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header .menu_icon .close_icon {
    width: 50px;
  }

  .header .menu_icon .content_menu {
    padding: 30px 0px;
  }

  .header h1.main-text span {
    font-size: 40px;
    line-height: 40px;
  }

  .header .menu_icon .content_menu .menu_item {
    padding: 20px 0px;
    border-bottom: #d6d6d6 2px solid;
  }

  .section_5 .boxes .boxes_3 .box_hor .description img {
    width: 16px;
  }

  .header .menu_icon .content_menu .menu_item a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
  }

  .header .menu_icon .buttons_menu {
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .header .menu_icon .buttons_menu .button_cta {
    padding: 10px 10px;
    font-size: 27px;
  }

  .header .menu_icon .buttons_menu .button_cta.white {
    background-color: #fff;

  }

  .header h1.main-text {
    margin-bottom: 170px;
  }

  .header .cat_images .images {
    width: 90%;
  }

  .section1 .title_text {
    width: 100%;
  }

  .soyez_aux_cotes {
    padding: 0px;
    margin: 0px auto;
  }

  .soyez_aux_cotes .bg_section {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .soyez_aux_cotes .container {
    padding: 0px;
  }

  .soyez_aux_cotes .section_left {
    border-radius: 0px;
    padding: 26px 32px;
    background-color: var(--scolor);
  }

  .soyez_aux_cotes .section_left h3 .text_yallow {
    font-size: 45px;
    line-height: 44px;
  }

  .soyez_aux_cotes .section_left p {
    padding: 20px 0px;
    margin-bottom: 0px;
  }

  .soyez_aux_cotes .section_left .button_vedio {
    padding: 15px 16px;
  }

  .soyez_aux_cotes .container_s_2 .text_right h4 {
    font-size: 25px;
    line-height: 30px;
  }

  .soyez_aux_cotes .container_s_2 .text_right p {

    margin-bottom: 30px;
  }

  .soyez_aux_cotes .container_s_2 .div_slider_container .div_slider p {
    padding: 0px 39px;
  }

  .soyez_aux_cotes .container_s_2 {
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }

  .soyez_aux_cotes .container_s_2 .right {
    padding: 30px;
    border-radius: 0;
    flex-direction: column;
    background-color: #6092CC;
  }

  .soyez_aux_cotes .container_s_2 .text_right {
    width: 100%;
  }

  .soyez_aux_cotes .container_s_2 .div_slider_container {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  .soyez_aux_cotes .container_s_2 .div_slider_container .div_slider {
    width: 310px;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .slick-dots {
    bottom: -36px;
  }

  .soyez_aux_cotes .div_slider .slick-dots li button:before {
    width: 16px;
    height: 16px;
  }

  .soyez_aux_cotes .bottom_container_s_2 {
    margin-top: 0px;
    border-radius: 0px;
    padding: 26px 30px;
  }

  .soyez_aux_cotes .button_cta {
    font-size: 22px;
    width: 100%;
    text-align: center;
  }

  .section_5 {
    padding: 5% 0px;
  }

  .section_5 .title_section {
    font-size: 26px;
    line-height: 32px;
    padding: 14px 12px;
  }

  .section_5 .top_filter {
    gap: 6px;
  }

  .section_5 .nav-tabs .nav-item .nav-link {
    padding: 5px;
  }

  .section_5 .tab-content {
    padding-top: 0px;
    color: #2F2F2F;
  }

  .section_5 .tab-pane {
    padding: 0px 16px;
  }

  .section_5 .top_filter {
    margin: 39px auto;
  }

  .section_5 .tab-content .title_desc p {
    margin: 22px auto 8px;
  }

  .section_5 .deductions .row_cont .item_deduction {
    border-radius: 14px;
  }

  .section_5 .tab-content .title_desc p {
    font-size: 15px;
  }

  .section_5 .tab-content .title_desc p span {
    font-size: 13px;
  }

  .section_5 .tab-content .title_desc h3 {
    margin-bottom: 25px;
  }

  #Calculdedonifi .form .input_group .arrow_1 img {
    width: 27px;
    margin-bottom: 10px;
  }

  #Calculdedonifi .button_cta {
    width: 100%;
    text-align: center;
  }

  #Calculdedonifi .form .input_group .montant {
    width: 100%;
    margin-bottom: 20px
  }

  #Calculdedonifi .form_calcule .form {
    flex-direction: column;
  }


  #Calculdedonifi .form_calcule .form .seperateur {
    display: none;
  }

  .section_5 .nav-tabs .nav-item {
    font-size: 15px;
    line-height: 18px;
  }

  .section_5 .boxes .boxes_3 .box .top_title {
    line-height: 11px;
    font-size: 12px;
    padding-bottom: 4px;
  }

  .section_5 .boxes .boxes_3 .box .number .jour {
    font-size: 28px;
    line-height: 28px;
    width: unset;
  }

  .section_5 .boxes .boxes_3 .box .number .mois {
    font-size: 13px;
    line-height: 13px;
  }

  .section_5 .boxes .boxes_3 .box .number .mois span {
    display: block;
  }

  .section_5 .boxes .heure {
    margin-bottom: 20px;
    margin-top: 0px;
    font-size: 12px;
  }

  .section_5 .boxes .boxes_3 .box .arrow {
    padding-bottom: 0px;
    width: 23px;
  }

  .section_5 .boxes .boxes_3 .box .zone {
    font-size: 16px;
  }

  .section_5 .boxes .boxes_3 {
    align-items: stretch;
  }

  .section_5 .boxes .boxes_3 .box .description {
    padding: 0px 0px;
    height: auto;
    font-size: 12px;
  }

  .section_5 .boxes .boxes_3 .box.box_hor .description {

    height: auto;
  }

  .section_5 .boxes .boxes_3 .box_hor {
    gap: 15px;
  }

  .section_5 .boxes .boxes_3 .box .number {
    gap: 4px;
  }

  .section_5 .boxes .boxes_3 .box.box_hor .num .top_title {
    font-size: 9px;
    line-height: 9px;
  }

  .section_5 .boxes .boxes_3 .box {
    padding: 12px 7px;
    border-radius: 16px;
  }

  .header .top_header {
    margin-bottom: 14px;
  }

  .section_5 .titles p.text_blue {
    font-size: 16px;
    font-family: 'pop_bold';
  }

  .section_5 .table thead th {
    font-size: 14px;
    vertical-align: middle;
    padding: 8px 0px;
  }

  .section_5 .table thead th.left {
    width: 70%;
  }

  .section_5 .table thead th.right {
    width: 30%;
  }

  .section_5 .table tbody {
    font-size: 12px;
  }

  .button_center {
    padding: 0;
  }

  .section_6 .img_Background {
    position: relative;
  }

  .section_6 {
    padding: 0px;
  }

  .section_6 .row .left p {
    text-align: center;
  }

  .section_6 .title_section {
    padding: 30px 15px;
  }

  .section_6 .row {
    margin: 0px 15px;
  }

  .section_6 .row ul {
    width: 100%;
    padding: 0px;
  }

  .section_6 .row ul li::before {
    left: 0px;
    top: 10px;
  }

  .section_6 .row ul li {
    padding-left: 30px;
  }

  .section_6 .note {
    margin-top: 10px;
    padding: 4px 10px 15px;
  }








  .footer .row_footer {
    flex-direction: column;
    gap: 0px;
  }

  .footer {
    padding-top: 0%;
    padding-bottom: 50px;
  }

  .footer .row_footer .details_footer {
    flex: 1;
    text-align: center;
    padding: 0px 15px;
  }

  .footer .row_footer .img_footer {
    width: 100%;
    text-align: center;
  }

  .footer .row_footer .details_footer .title_footer {
    font-size: 18px;
    margin-top: 20px;
  }

  .footer .row_footer .details_footer p {
    font-size: 16px;
    padding-bottom: 20px;
  }

  .footer .row_footer .details_footer .contact_info {

    align-items: center;
    gap: 14px;
  }

  .footer .row_footer .details_footer .contact_info .info a {
    font-size: 18px;
  }

  .footer .row_footer {
    padding: 9% 0px;
  }

  .footer .sub_footer p img {
    width: 50px;
    margin-right: 8px;
  }

  .section_5 .top_filter {
    margin: 39px auto;
    flex-wrap: nowrap;
  }

  .header .cat_images .image-caption {
    font-size: 30px;
    line-height: 25px;
  }

  .header .cat_images .image-caption.image_3 {
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    white-space: nowrap;
    word-wrap: break-word;
  }
}

@media only screen and (max-width: 400px) {
  .section_5 .top_filter {
    flex-wrap: wrap;
  }

  .section_5 .nav-tabs .nav-item {
    width: 50%;
    flex-basis: 48%;
  }

  .header .play-button img {
    width: 85px;
  }

  .header .cat_images .image-caption {
    font-size: 25px;
    line-height: 14px;

  }

  .soyez_aux_cotes .section_left h3 .text_yallow {
    font-size: 36px;
    line-height: 40px;
  }

  .soyez_aux_cotes .section_left .button_vedio {
    padding: 15px 10px;
  }

  .soyez_aux_cotes .container_s_2 .div_slider_container .div_slider {

    max-width: 85%;
  }

  .section_5 .title_section {
    font-size: 22px;
    line-height: 26px;
  }

  .section_5 .boxes .boxes_3 .box .description {
    font-size: 10px;
  }

  .section_5 .tab-pane {
    padding: 0px 0px;
  }

  .footer .row_footer .details_footer .title_footer {
    font-size: 16px;
    margin-top: 18px;
  }

  .footer .row_footer .details_footer .contact_info .info a {
    font-size: 15px;
  }

}

/* ----------------- */
.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% - 14em);
  height: 0;
  padding-top: calc((100% - 14em) * 0.5625);
  margin-top: -100px;
  /* 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 - 13em);
    padding-top: 0;
    padding-left: calc((100vh - 13em) * 1.7778);
  }
}

/* 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%);
}

.cookieconsent {
  display: block;
  position: fixed;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 10px);
  background-color: #ffffff;
  padding: 20px 50px;
  font-size: 20px;
  border-radius: 5px;
  width: 80%;
  z-index: 999;
  text-align: center;
  line-height: 40px;
}

.cookieconsent a {
  font-family: "Pop_bold";
  color: #000000
}

.cookieconsent a:hover {
  color: #0125c7
}

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