/* ------------------------------------ GENERAL -------- */
@import url("./skin.css");
@import url("./basics.css");


html {
  width: 100%;
  background-color: #fff !important;
}

body {
  min-height: 100vh;
  background-color: #fff !important;
  max-height: max-content;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" #ee4141, "wght" 400, "GRAD" 0, "opsz" 24;
}

/* ------------------------------------  slider hero section */
.post {
  transition: 0.3s ease-in;
  /* max-width: 100%; */
  /* background: #fff; */
  /*margin-top: 92px !important;
    margin-right: auto !important;
    margin-bottom: 0px !important;
    margin-left: auto !important; */
  /* border: 1px solid #e8e8e8; */
  /* border-radius: 6px; */
  /* box-sizing: border-box; */
  /* box-shadow: 1px 9px 21px rgb(45 45 45 / 6%); */
}

.splide__track {
  max-height: 590px !important;
}

.splide__slide {
  /* max-height: 935px !important; */
}

.splid__list {
  max-height: 590px !important;
}

.more {
  display: flex;
  align-items: center;
  max-width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  cursor: pointer;
  opacity: .6;
  transition: all ease .3s;
  padding-right: 15px;
  box-sizing: border-box;
}

.more:hover {
  opacity: 1;
}

.more img {
  width: auto;
  height: 21px;
}

.desc {
  padding: 21px 15px 15px;
  box-sizing: border-box;
}

.desc .ttl {
  font-family: sans-serif;
  font-size: 15px;
  color: #333;
}

.desc p,
.desc span {
  font-size: 15px;
  color: #333;
}

.date {
  font-size: 12px;
  color: #bbb;
  padding: 0 15px 21px 15px;
  box-sizing: border-box;
}

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

---   MEDIA QUERIES   --->   POST

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

/* @media (max-width: 575px) {
.post {
	border: none;
	box-shadow: none;
}
} */

/*
*************************************************

---   SECTION   --->   SHOW MORE / SHOW LESS
   
*************************************************
*/

.long-text {
  display: none;
}

.show-more-button {
  cursor: pointer;
  font-size: 21px;
  line-height: 1;
}

.splide--ttb>.splide__pagination {
  padding-right: 3rem !important;
}


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

  .splide--ttb>.splide__pagination {
    padding-right: 0rem !important;
  }
}

/*
:::::::::   ADDED OR CHANGED  
:::::::::   BY JARIS GV
*/

/* Added by JarisGV > 
Hide arrows when first and 
last slide are in on focus */
.splide__arrow {
  display: none !important;
}

/* Changed by JarisGV */
.splide__pagination__page.is-active {
  background: transparent;
  /* End - Original was > background: #fff */

}

.splide__pagination__page {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #FFF;
  border-radius: 50%;
  margin: 7px;
  padding-right: 10px;
  transition: transform .2s linear;
  border: 1px solid #fff;
  opacity: .9;
}

/* Changed by JarisGV */
.splide__pagination {
  bottom: -1.5em;
  /* Original was > bottom: .5em; */
}

.splide-container {
  position: relative;
  max-width: 100%;
  margin: auto;
  background: none;
  overflow: hidden;
}

.splide-ltr {
  position: relative;
}

.splide-ltr img {
  max-width: 100%;
  width: 100%;
}

.splide-ttb {
  position: relative;
}

.splide-ttb img {
  max-width: 100%;
  width: 100%;
  height: 100%;

  max-height: 590px;
}

.splide-section {
  margin-top: -25px !important;
}

/* .splide__track{ */
/* height: 70vh !important; */
/* } */
/*  
.is-active {
  width: 100%;
}
*/




/* ------------------- partners  section------------------ */
.partners-section {
  width: 100%;
  height: max-content !important;
  overflow: hidden;
  margin-top: 16px !important;
  z-index: 999999999;
  background-color: #fff !important;
}

@media screen and (min-width: 780px) {
  .partners-section {
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    margin-top: 0px;
    padding-top: 0px;
  }
}

h2 {
  text-align: center;
  padding: 20px;
}

/* Slider */

.slide-partner {
  width: fit-content;
  vertical-align: middle !important;
}

.slide-partner img {
  width: 7rem;
  height: auto;
}

.slick-slide {
  margin: 0px 20px;

}

.slick-slide img {
  width: 100%;
}

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

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

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

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

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;

}

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/* ------------------------ services-section -------- */

.services-section {
  width: 100%;
  height: max-content !important;
  overflow: hidden;
  background-color: #fff !important;
}

@media screen and (min-width: 780px) {
  .services-section {
    background-color: #fff;
    width: 100%;
    height: max-content !important;
    overflow: hidden;
    margin-top: 0px;
    padding-top: 0px;
  }
}

.services-cards {
  width: 100%;
  height: max-content;
  justify-content: center;
  justify-items: center;
  display: flex;
  margin: auto !important;
}

.card-service {
  width: 280px;
  height: 340px;
  border-radius: 20px 0px 20px 0px;
  border: none;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 8px 8px 48px -9px rgba(13, 28, 39, 0.6);
  transition: transform .2s;
  /* Animation */
}

.card-service:hover {
  transform: scale(1.2);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  cursor: pointer;
}

.animate__animated.animate__zoomIn {
  --animate-duration: 2s;
}

:root {
  --animate-duration: 800ms;
  --animate-delay: 0.9s;
}

.card-service img {
  margin-top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 20px 0px 20px 0px;
  border: #ee4141 4px solid;
}

.title-card-service h6 {
  font-size: 15px !important;
  font-weight: 600;
  padding-left: 4px;
}

.icons-card-service {
  font-size: 12px;
  padding-right: 5px;
  padding-left: 10px;
}

.description-card-service p {
  font-size: 14px !important;
  font-weight: 400;
  color: #000;
  padding-left: 15px;
  padding-top: 2px;
  margin-bottom: 2px;
}

.more-card-service {
  padding-left: 150px;
  font-size: 14px !important;
  vertical-align: middle;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}

.more-card-service p {
  
}

.more-card-service:hover {
  color: #01ac79 !important;
}

.more-card-service  i {
  font-size: 12px !important;
  padding-left: 5px;
  cursor: pointer;
}

.more-services p {
  cursor: pointer;
  text-decoration: none !important;
  vertical-align: middle !important;
}

.more-services p i {
  padding-left: 5px;
  cursor: pointer;
  vertical-align: middle !important;
}

/* ------------------------------------ sciences-section -------- */

.sciences-section {
  width: 100%;
  height: max-content !important;
  overflow: hidden;
  background-color: #fff !important;
}

.science-container {
  width: 80%;
  overflow: hidden;
  display: flex !important;
  justify-content: center !important;
  margin: auto;
}

.science-info {
  padding-top: 20px;
  width: 500px;
}

.mini-italic-title {
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  padding-bottom: -100px;
  margin-bottom: 0px;
}

.mini-red-title {
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  padding-bottom: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-top: 0px;
}

.img-box {
  width: 300px;
  height: 300px;
  justify-content: center;
  justify-items: center;
}

.img-box img {
  width: 100%;
  height: 100%;
}

/* ------------------------------------ center-section -------- */

.center-section {
  width: 80%;
  height: max-content !important;
  overflow: hidden;
  margin: auto;
  background-color: #fff !important;
}

.carousel-inner {
  height: 630px !important;
}

.carousel-inner .carousel-item {
  height: 100% !important;
  width: 100% !important;
}

.carousel-inner .carousel-item img {
  height: 100% !important;
  width: 100% !important;
}

/* center carossel*/
.slider-center-image {
  width: 100% !important;
  height: 100% !important;
}

/* end */

/* ------------------------------------ Timeline-section -------- */

.timeline-wrapper {
  /* background: linear-gradient(60deg, #420285, #08bdbd); */
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #fff !important;
}

.timeline-carousel {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 24rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.timeline-carousel__item {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  padding: 0 12px;
  opacity: 0;
  filter: drop-shadow(0 2px 2px #ee4141);
  will-change: transform, opacity;
  -webkit-animation: carousel-animate-vertical 9s linear infinite;
  animation: carousel-animate-vertical 9s linear infinite;
}

.timeline-carousel__item:nth-child(1) {
  -webkit-animation-delay: calc(1s * -1);
  animation-delay: calc(1s * -1);
}

.timeline-carousel__item:nth-child(2) {
  -webkit-animation-delay: calc(1s * 0);
  animation-delay: calc(1s * 0);
}

.timeline-carousel__item:nth-child(3) {
  -webkit-animation-delay: calc(1s * 1);
  animation-delay: calc(1s * 1);
}

.timeline-carousel__item:nth-child(4) {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
}

.timeline-carousel__item:nth-child(5) {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
}

.timeline-carousel__item:nth-child(6) {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
}

.timeline-carousel__item:nth-child(7) {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
}

.timeline-carousel__item:nth-child(8) {
  -webkit-animation-delay: calc(1s * 6);
  animation-delay: calc(1s * 6);
}

.timeline-carousel__item:last-child {
  -webkit-animation-delay: calc(-1s * 2);
  animation-delay: calc(-1s * 2);
}

.timeline-carousel__item-head {
  border-radius: 50%;
  border-left: 1px solid #ee4141;
  border-bottom: 1px solid #ee4141;
  background-color: #fff !important;
  width: 90px;
  height: 90px;
  padding: 14px;
  position: relative;
  margin-right: -45px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
}

.timeline-carousel__item-body {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px 20px 16px 70px;
}

.timeline-title {
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 10px;
  font-weight: 500;
}

@-webkit-keyframes carousel-animate-vertical {
  0% {
    transform: translateY(100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }

  3%,
  11.1111111111% {
    transform: translateY(100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }

  14.1111111111%,
  22.2222222222% {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
  }

  25.2222222222%,
  33.3333333333% {
    transform: translateY(-100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }

  36.3333333333% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: visible;
  }

  100% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes carousel-animate-vertical {
  0% {
    transform: translateY(100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }

  3%,
  11.1111111111% {
    transform: translateY(100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }

  14.1111111111%,
  22.2222222222% {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
  }

  25.2222222222%,
  33.3333333333% {
    transform: translateY(-100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }

  36.3333333333% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: visible;
  }

  100% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
}

.timeline-section {
  margin: auto;
  justify-items: center;
  background-color: #fff !important;
}

.timeline-container {
  width: 100%;
  justify-content: center;
  justify-items: center;
  display: flex;
  margin: auto !important;
}

/* ------------------------------------ choice-section -------- */

.choice-section {
  background-color: #fff;
  width: 100%;
  height: max-content !important;
  overflow: hidden;
}

.choice-cards {
  vertical-align: middle;
  justify-content: center;
  justify-items: center;
  color: #000;
  padding: 20px;
  transition: transform .2s;
  /* Animation */
}

.choice-single-card {
  width: 220px;
  height: 100px;
  margin: 15px !important;
  box-shadow: 0px 8px 60px -10px rgba(13, 28, 39, 0.6);
  background: #fff;
  border-radius: 12px;
  position: relative;
  cursor: pointer;
  padding: 3px 3px 3px 3px;
  justify-content: center;
  justify-items: center;
  transition: transform .2s;
  /* Animation */
}

.choice-single-card :hover {
  transform: scale(1.2);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  cursor: pointer;
  --size: 100px;
  color: #01ac79;
}

.choice-card-img {
  background-color: #fff;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10%;
  overflow: hidden;
  position: relative;
  z-index: 4;
  cursor: pointer;
  margin-bottom: 20px;
  margin-top: -20px;
  box-shadow: 0px 5px 50px 0px rgb(238, 63, 63),
    0px 0px 0px 7px rgba(238, 63, 63, 0.5);
}

.choice-text {
  vertical-align: middle;
  justify-content: center;
  display: flex;
  color: #000;
  margin-left: auto;
  margin-right: auto;
}

.choice-card-name {
  font-weight: 500;
  font-size: 15px;
  color: #000;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.choice-card-txt {
  font-size: 15px;
  font-weight: 200;
  color: #333;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}

.icon-box {
  height: 40px;
  width: 46px;
  border: none;
  border-radius: 5px;
  vertical-align: middle;
  justify-content: center;
  justify-items: center;
  background-color: rgb(238, 63, 63);
  display: flex;
}

.choice-icons {
  font-size: 26px;
  justify-content: center;
  justify-items: center;
  text-align: center;
  display: block;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}

/* ------------------------------------ testemonials-section -------- */

.testemonials-section {
  width: 100%;
  height: max-content !important;
  overflow: hidden;
}

@media screen and (min-width: 780px) {
  .testemonials-section {
    background-color: #fff;
    width: 100%;
    height: max-content !important;
    overflow: hidden;
    margin-top: 0px;
    padding-top: 0px;
  }
}

.testemonials-cards {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  /* justify-content: space-between !important; */
  width: 190px !important;
  height: 250px !important;
  padding: 15px 15px !important;
  text-align: center !important;
  position: relative !important;
  background: #ee4141e0 !important;
  border-radius: 18px !important;
  padding-top: 20px !important;
}

.testemonials-cards:after {
  content: "" !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 15% !important;
  width: 0 !important;
  height: 0 !important;
  border: 20px solid transparent !important;
  border-top-color: #ee4141 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  margin-left: -10px !important;
  margin-bottom: -20px !important;
}

.testemonials-cards .testemonials-card-img {
  background-color: #fff;
  width: 40px;
  height: 40px;
  margin: auto;
  border-radius: 10%;
  overflow: hidden;
  position: relative;
  z-index: 4;
  cursor: pointer;
  margin-bottom: 3px;
}

.testemonials-card-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 10%;
}

.testemonials-card-img :hover {
  animation: animate__bounceIn 1.4s forwards;
}

.testemonials-card-name {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  z-index: 4;

  margin-bottom: 0% !important;
}

.testemonials-cards .rating {
  font-size: 10px;

  color: #fe0;
}

.testemonials-card-txt {
  font-size: 13px !important;
  font-weight: 200;
  color: #000;

}

/* ------------------------------------ maps-section -------- */

.maps-section {
  width: 100%;
  height: max-content !important;
}

/* ------------------------------------ cookies -------- */



.bandeau-condition {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3000;
}

.bg-blue {
  background: #ee4141;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.font-08 {
  font-size: .8rem;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-red {
  color: #fff !important;
  background-color: #01ac79 !important;
  border-color: #01ac79 !important;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #fff !important;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-close{
  padding-left: 196%;
  margin-top: 2px;
}
.btn-close:focus{
box-shadow:none !important ;
 
}

.new-close-cookies:focus {
  background-color: transparent;
  border: none !important;
}


/* text box fotter
 */

/* Change the white to any color */
/* input[type="text"], textarea {
  background-color: red;
} */

.txt-footer-index{outline: none;}
.txt-footer-index:-webkit-autofill,
.txt-footer-index:-webkit-autofill:hover,
.txt-footer-index:-webkit-autofill:focus,
.txt-footer-index:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #333333 inset !important;
}
.txt-footer-index:-webkit-autofill {
  -webkit-text-fill-color: #f4f4f4 !important;
}
::-webkit-inner-spin-button {
  display: none;
}
::-webkit-calendar-picker-indicator {
  background-color: rgb(0, 0, 0);
}

.navbar-toggler svg {
  width: 25px !important;
  height: 16px !important;
}
.navbar-toggler svg path{
  fill: #EE4141;
}