@charset "UTF-8";

/*--
Author: Tmeritis
Author URL: http://tmeritis.com
--*/
/*!
 * Bootstrap v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}


/* title style */
h3.title-style {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
}

h3.title-style span {
  font-weight: 300;
}

@media (max-width:991px) {
  h3.title-style {
    font-size: 38px;
    line-height: 48px;
  }
}

@media (max-width:568px) {
  h3.title-style {
    font-size: 35px;
    line-height: 45px;
  }
}

@media (max-width:380px) {
  h3.title-style {
    font-size: 32px;
    line-height: 42px;
  }
}

/* //title style */

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

/* banner */
.banner-wrap {
  background: var(--gradient-color);
  display: grid;
  align-items: center;
  min-height: 100vh;
  position: relative;
}

.shape {
  position: absolute;
  bottom: -21px;
  left: 0;
  width: 100%;
}

.shape svg {
  width: 100%;
}

.shape path {
  fill: var(--bg-color);
}

.banner-left {
  margin-top: -2.5em;
}

.banner-left,
.banner-right {
  display: grid;
  align-items: center;
}

.banner-right {
  background: url(../img/core-img/accueil_intro.jpg) no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  position: relative;
  z-index: 0;
  min-height: 100vh;
  border-radius: 1000px 0 0 1000px;
  outline: 21px solid rgb(255 255 255 / 14%);

}

/* .banner-right:before {
  content: "";
  background: var(--layer);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
} */

span.video-play-icon {
  *display: inline-block;
  display: none;
  width: 80px;
  height: 80px;
  font-size: 28px;
  padding-left: 2px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  -webkit-animation: ripple 1s linear infinite;
  animation: ripple 1s linear infinite;
  color: var(--primary-color);
  border: transparent;
  background: var(--bg-color);
}

span.video-play-icon:hover {
  transform: scale(1.2);
  transition: 0.3s ease-in-out;
  background: var(--primary-color);
  border: transparent;
  color: var(--bg-color);
}

/* play icon animation */
@-webkit-keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgb(255 255 255 / 25%), 0 0 0 10px rgb(255 255 255 / 25%), 0 0 0 20px rgb(255 255 255 / 25%);
  }

  100% {
    box-shadow: 0 0 0 10px rgb(255 255 255 / 25%), 0 0 0 20px rgb(255 255 255 / 25%), 0 0 0 40px rgba(50, 100, 245, 0);
  }
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgb(255 255 255 / 25%), 0 0 0 10px rgb(255 255 255 / 25%), 0 0 0 20px rgb(255 255 255 / 25%);
  }

  100% {
    box-shadow: 0 0 0 10px rgb(255 255 255 / 25%), 0 0 0 20px rgb(255 255 255 / 25%), 0 0 0 40px rgba(50, 100, 245, 0);
  }
}

.banner-info h3 {
  font-size: 60px;
  line-height: 70px;
  font-weight: bold;
  color: #fff;
}

.banner-info p {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}

@media (max-width:1199px) {
  .banner-info h3 {
    font-size: 52px;
    line-height: 62px;
  }
}

@media (max-width:1100px) {
  .banner-info {
    margin-left: 0 !important;
  }
}

@media (max-width:991px) {
  .banner-info {
    margin-left: 4.5em !important;
  }

  .banner-info h3 {
    font-size: 45px;
    line-height: 55px;
  }

  .banner-info p {
    font-size: 16px;
  }
}

@media (max-width:960px) {
  .banner-info {
    margin-left: 4em !important;
  }
}

@media (max-width:940px) {
  .banner-info {
    margin-left: 3em !important;
  }
}

@media (max-width:900px) {
  .banner-info {
    margin-left: 2em !important;
  }
}

@media (max-width:870px) {
  .banner-info {
    margin-left: 1em !important;
  }
}

@media (max-width:830px) {
  .banner-info {
    margin-left: 0em !important;
  }
}

@media (max-width:800px) {
  .banner-info {
    padding-left: 1.5em !important;
  }
}

@media (max-width:767px) {
  .banner-info {
    padding-left: 0em !important;
  }

  .banner-right {
    margin-bottom: 2em;
  }

  .shape {
    bottom: 0;
  }
}

@media (max-width:400px) {
  .banner-info h3 {
    font-size: 40px;
    line-height: 50px;
  }

  .banner-info p {
    font-size: 15px;
  }
}

/* //banner */

:root {
  --primary-color: #009f98;
  --secondary-color: #5ea69d;
  --font-color: #363636;
  --bg-color: #fff;
  --heading-color: #060606;
  --border-radius: 8px;
  --border-radius-full: 30px;
  --border-color-light: #eee;
  --iframe-filter: grayscale(0%);
  --bg-grey: #f4f4f4;
  --bg-light: #fafafb;
  --serach-shadow: rgb(0 0 0 / 5%);
  --disable-color: #d8d6d6;
  --box-shadow: 0 1rem 3rem #f5f3f3;
  --box-shadow-2: 0 25px 98px 0 rgb(0 0 0 / 3%);
  --layer: rgb(20 20 20 / 47%);
  --color-1: #6168ff;
  --color-2: #0abf53;
  --color-3: #ff4f81;
  --color-4: #ff9933;
  --gradient-color: linear-gradient(to right, #009f98 0%, #5ea69d 100%);
}



.ps-5 {
  padding-left: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

@media (min-width: 1200px) {
.ps-xl-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 1400px) {
.ps-xxl-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 992px) {
.ms-lg-5 {
    margin-left: 0rem !important;
  }
}

@media (max-width: 992px) {
    .ps-xxl-5 {
    padding-left: 0rem !important;
    }
}

@media (max-width: 991px){
    .ps-xxl-5 {
    padding-left: 0rem !important;
  }
}

@media (min-width: 768px) {
    .pb-md-5 {
      padding-bottom: 3rem !important;
   }
    .py-md-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
}

@media (max-width: 767px){
    .ps-xxl-5 {
    padding-left: 0rem !important;
  }
}

/* footer */
.footer-16 {
  background: #131917;
}

.shape-footer {
  width: 100%;
}

.shape-footer path {
  fill: #131917;
}

.footer-16 h3 {
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 35px;
  font-weight: 800;
  color: #fff;
  position: relative;
}

.footer-16 h3:before {
  content: "";
  position: absolute;
  bottom: -6px;
  background: #fff;
  width: 48px;
  height: 1px;
}

.footer-contact-list li,
.footer-contact-list li a {
  font-size: 15px;
  color: #eee;
  line-height: 25px;
  font-weight: 300;
}

.footer-contact-list li a:hover {
  color: var(--primary-color);
}

.footer-16 .footer-gd-16 li {
  display: block;
  list-style: none;
  margin: 10px 0;
}

.footer-16 .footer-gd-16 li a {
  font-size: 15px;
  line-height: 25px;
  color: #eee;
  font-weight: 300;
}

.footer-16 .footer-gd-16 li a:hover {
  color: var(--primary-color);
}

.footer-16 .footer-p p, .footer-about-txt {
  color: #eee;
  font-size: 15px;
  font-weight: 300;
}

.footer-16 p.copy-text {
  font-size: 15px;
  color: #eee;
}

.footer-16 p.copy-text a {
  color: #fff;
  text-decoration: underline;
}

.footer-16 p.copy-text a:hover {
  color: var(--primary-color);
}

.footer-16 form {
  display: flex;
  margin-bottom: 15px;
}

.footer-16 .subscribe input[type="email"] {
  background: var(--bg-color);
  border: none;
  padding: 12px 12px;
  font-size: 16px;
  outline: none;
  width: 80%;
  color: var(--heading-color);
  border-radius: 4px 0 0 4px;
  border: 1px solid var(--border-color-light);
}

.footer-16 .subscribe button {
  background: var(--primary-color);
  border: none;
  outline: none;
  font-size: 16px;
  padding: 12px 12px;
  cursor: pointer;
  width: 20%;
  color: #fff;
  border-radius: 0 4px 4px 0;
}

.footer-16 .subscribe button:hover {
  background: var(--secondary-color);
}

.footer-16 ul.social li,
.footer-16 ul.jst-link li {
  display: inline-block;
  margin-right: 5px;
}

.footer-16 ul.social li a {
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  margin-right: 12px;
  font-size: 15px;
}

.footer-16 ul.social li:last-child a {
  margin-right: 0px;
}

.footer-16 ul.social li a:hover {
  color: var(--primary-color);
}

.footer-16 ul.social li a span {
  font-size: 14px;
  line-height: 32px;
}

@media screen and (max-width: 1190px) {
  .footer-16 .subscribe button {
    width: 30%;
  }
}

@media screen and (max-width: 991px) {
  .footer-16 h3 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .footer-16 .subscribe button {
    padding: 12px 10px;
  }
}

@media screen and (max-width: 420px) {
  .footer-16 .grid {
    grid-gap: 15px;
    grid-template-columns: 1fr;
  }

  .footer-16 .subscribe button {
    width: 20%;
  }
}

@media screen and (max-width: 375px) {
  .footer-16 .grid {
    grid-gap: 20px;
  }
}

/* //footer */

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
/*.col-6 {
  flex: 0 0 auto;
  width: 50%;
}*/
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.img-fluid {
  max-width: 100%;
  height: auto;
}
.radius-image {
  border-radius: var(--border-radius);
}

.radius-image-full {
  border-radius: var(--border-radius-full);
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.align-items-center {
  align-items: center !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.order-last {
  order: 6 !important;
}
.order-first {
  order: -1 !important;
}

@media (min-width: 1200px){
.ps-xl-5 {
  padding-left: 3rem !important;
}
}
@media (min-width: 992px){
    .mt-lg-0 {
      margin-top: 0 !important;
    }
    .pt-lg-5 {
      padding-top: 3rem !important;
    }
    .order-lg-first {
      order: -1 !important;
    }
    .order-lg-last {
      order: 6 !important;
    }
}

@media (min-width: 576px) {
    .mt-sm-5 {
        margin-top: 3rem !important;
    }
    .ps-sm-3 {
        padding-left: 1rem !important;
    }
}

/* image with text section */
.w3l-text-6 .right-img {
  background: var(--gradient-color);
  margin-top: 2em;
  border-radius: 5px;
}

.w3l-text-6 .right-img img {
  margin-left: -2em;
  margin-top: -2em;
  margin-bottom: 2em;
  border-radius: 5px;
  width: 100%;
}

.w3l-text-6 .text-left {
  align-items: left;
}

.w3l-text-6 .right-img.sec-img-ab img {
  margin-left: 2em;
}

@media screen and (max-width: 768px) {
  .w3l-text-6 .right-img {
    padding: 0 1em;
  }
}

@media screen and (max-width: 736px) {
  .w3l-text-6 .right-img {
    padding: 0 0;
  }
}

@media screen and (max-width: 568px) {
  .w3l-text-6 .right-img {
    margin-left: 2em;
  }

  .w3l-text-6 .right-img.sec-img-ab {
    margin-left: 0;
    margin-right: 2em;
  }
}

/* //image with text section */