/*********************  Default-CSS  *********************/

input[type="file"]::-webkit-file-upload-button {
  cursor: pointer;
}

input[type="file"]::-moz-file-upload-button {
  cursor: pointer;
}

input[type="file"]::-ms-file-upload-button {
  cursor: pointer;
}

input[type="file"]::-o-file-upload-button {
  cursor: pointer;
}

input[type="file"],
a[href],
input[type="submit"],
input[type="button"],
input[type="image"],
label[for],
select,
button,
.pointer {
  cursor: pointer;
}

::-moz-focus-inner {
  border: 0px solid transparent;
}

::-webkit-focus-inner {
  border: 0px solid transparent;
}

*::-moz-selection {
  color: #fff;
  background: #000;
}

*::-webkit-selection {
  color: #fff;
  background: #000;
}

*::-webkit-input-placeholder {
  color: #333333;
  opacity: 1;
}

*:-moz-placeholder {
  color: #333333;
  opacity: 1;
}

*::-moz-placeholder {
  color: #333333;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #333333;
  opacity: 1;
}

html body {
  font-family: "Inter", sans-serif;
  margin: 0;
  line-height: 1.3;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
  text-decoration: none;
}

*::after,
*::before,
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.no-list li,
.no-list ul,
.no-list ol,
footer li,
footer ul,
footer ol,
header li,
header ul,
header ol {
  list-style: inside none none;
}

.no-list ul,
.no-list ol,
footer ul,
footer ol,
header ul,
header ol {
  margin: 0;
  padding: 0;
}

a {
  outline: none;
  color: #555;
}

a:hover {
  color: #000;
}

body .clearfix,
body .clear {
  clear: both;
  line-height: 100%;
}

body .clearfix {
  height: auto;
}

* {
  outline: none !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul:after,
li:after,
.clr:after,
.clearfix:after,
.container:after,
.grve-container:after {
  clear: both;
  display: block;
  content: "";
}

div input,
div select,
div textarea,
div button {
  font-family: "Inter", sans-serif;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Inter", sans-serif;
  line-height: 120%;
  color: #333;
  font-weight: bold;
  margin: 0 0 15px;
}

body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child {
  margin-bottom: 0;
}

div select {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div select option {
  font-size: 13px;
  color: #333;
  padding: 2px 5px;
}

img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

body p {
  color: #333;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 140%;
  margin: 0 0 15px;
  padding: 0;
}

body p:empty {
  margin: 0;
  line-height: 0;
}

body p:last-child {
  margin-bottom: 0;
}

p strong {
  font-weight: bold;
}

.a-left {
  text-align: left;
}

.a-right {
  text-align: right;
}

.a-center {
  text-align: center;
}

label em {
  color: #ff0000;
  display: inline-block;
  font-style: normal;
  vertical-align: top;
  margin-left: 5px;
}

.hidden {
  display: none !important;
}

body .container {
  width: 100%;
  max-width: 1120px;
}

/*********************  scroll Hide  *********************/

html.show-menu {
  overflow: hidden;
}

html.show-menu body {
  overflow: hidden;
  height: 100%;
}

/*********************  Default-CSS close  *********************/

/*********************  Gapping  *********************/

section {
  padding-bottom: 60px;
  padding-top: 60px;
}

/*********************  Gapping close  *********************/

/*********************  Default-CSS  *********************/

/*********************  Common-Css  *******************/

.clr:after,
ul:after,
.clearfix:after,
li:after,
.grve-container:after {
  clear: both;
  display: block;
  content: "";
}

.btn.focus,
.btn:focus {
  box-shadow: none !important;
}

.form-control:focus {
  box-shadow: none !important;
}

/*********************  Common-Css Close  *******************/

/*********************  Header  *******************/
div#navbarNav {
  justify-content: center;
}

ul.navbar-nav {
  margin: auto;
}

a.borderred {
  width: 110px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 50px;
}

a.btnblack {
  width: 110px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid black;
  border-radius: 50px;
  background: black;
  color: white;
  margin-left: 10px;
}

.btns {
  display: flex;
}

section.heresecrion {
  display: flex;
  align-items: center;
  height: 100vh;
}

ul.navbar-nav a {
  color: black;
}

header {
  left: 0;
  position: fixed;
  right: 0;
  top: 40.8px;
  transition: all 0.5s;
  z-index: 9999;
}

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
}

.cursor--hover .cursor-inner {
  transform: scale(0.5);
  opacity: 0;
}

.cursor--hover .cursor-outer {
  transform: scale(1.4);
  border-color: #000;
  opacity: 1;
}

.cursor-move-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  margin-left: -3px;
}

.cursor-move-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cursor-inner {
  display: block;
  width: 100%;
  height: 100%;
  background: black;
  border-radius: 50%;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cursor-outer {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid black;
  border-radius: 50%;
  box-sizing: border-box;
  transition: border 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 0.4s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

html:hover .cursor {
  opacity: 1;
}

a {
  transition: border 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

ul.navbar-nav a {
  margin: 0 10px;
  color: var(--Black-color, #1d1d1d);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

nav.navbar.navbar-expand-lg {
  padding: 20px 0px;
  transition: all 0.5s;
  background: #fff;
}

header.fixed .navbar {
  box-shadow: 0px 5px 50px #0000000d;
  padding: 15px 0px;
}

.topbar {
  display: flex;
  align-items: center;
  background: #1f2a2e;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
}

.topbar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.topbar .container {
  display: flex;
  align-items: center;
}

.topbar ul li a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--Beige-color, #f2f0eb);

  /* Body text/small */
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 166.667% */
}

.topbar ul li a i {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.topbar ul:nth-last-child(1) {
  margin-left: auto;
}

.topbar ul:nth-last-child(1) li {
  gap: 0;
}
.navbar-brand {
  display: flex;
  max-width: 134px;
  width: 100%;
  padding: 0;
}

.navbar-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.btn-yellow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 3.929px;
  background: var(--Yellow-color, #eeea77);
  padding: 8px 15px;
  color: var(--Black-color, #1f2a2e);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.btn-yellow:hover {
  background: #ebe526;
}
.btn-header {
  width: 134px;
}
.dropdown-toggle::after {
  width: 6px;
  height: 6px;
  display: inline-block;
  transform: rotate(45deg);
  border: solid #000000;
  border-width: 0 2px 2px 0;
  padding: 2px;
  background: transparent;
}
ul.navbar-nav a:hover {
  color: #9c9702;
}
/*********************  Header Close  *******************/

/*********************  Home banner  *******************/
.d-margin {
  margin-top: calc(40px + 76.38px);
}

.hero-section {
  position: relative;
  z-index: 1;
  padding: 0;
}

.hero-section-img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.hero-section-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-section-img::after {
  content: "";
  background: linear-gradient(0deg, #2d2e1f, #1f2a2e00);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-section-info {
  position: absolute;
  bottom: 60px;
  z-index: 9;
  max-width: 580px;
}

.hero-section .container {
  position: relative;
}

.hero-section-info span {
  border-radius: 4rem;
  background: var(--Light-blue-color, #9fe5e9);
  padding: 3px 12px;
  color: var(--Black-color, #1f2a2e);

  /* Body text/small */
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 166.667% */
  display: block;
  margin-bottom: 9px;
  width: max-content;
}

.hero-section-info h1 {
  color: var(--White-color, #fff);

  /* Headings/H1 */
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%; /* 50.4px */
  margin-bottom: 18px;
}

.hero-section-info p {
  color: var(--White-color, #fff);

  /* Body text/large */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  margin-bottom: 19px;
}

.btn-flex {
  display: flex;
  gap: 10px;
}

.btn-flex button {
  padding: 15px 15px;
}

.btn-white {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 3.929px;
  background: #ffffff;
  padding: 8px 15px;
  color: var(--Black-color, #1f2a2e);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid #ffff;
}

.btn-border-white {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 3.929px;
  border: 1px solid #fff;
  padding: 8px 15px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: transparent;
}

.btn-flex .btn-yellow {
  border: 1px solid #eeea77;
}

.btn-border-white:hover {
  background: #fff;
  color: var(--Black-color, #1f2a2e);
}

.btn-white:hover {
  background: #d0d0d0;
}
.bg-blue-line {
  background: var(--Light-blue-color, #9fe5e9);
}

.bg-blue-line marquee {
  color: var(--Black-color, #1f2a2e);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
  text-transform: uppercase;
  padding: 15px 0;
  display: flex;
  align-items: center;
}

.bg-blue-line marquee span {
  width: 54px;
  height: 1px;
  background: #1f2a2e;
  display: inline-block;
  margin: 0 35px;
  transform: translateY(-3px);
}
/*********************  Home banner Close  *******************/

/*********************  Content  *******************/
.Main-title {
  color: var(--Black-color, #1f2a2e);

  /* Headings/H2 */
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 43.2px */
  text-transform: capitalize;
  margin-bottom: 0px;
  margin-right: 15px;
}

.badge-round {
  color: var(--White-color, #fff);

  /* Body text/small */
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 166.667% */
  display: block;
  width: max-content;
  border-radius: 4rem;
  padding: 3px 14px;
}

.badge-dark-blue {
  background: var(--Black-color, #1f2a2e);
}

.Comment-header-section .badge-round {
  margin-bottom: 12px;
}

.Comment-header-section {
  display: flex;
  align-items: flex-end;
  margin-bottom: 40px;
}

.Comment-header-section .btn-yellow {
  margin-left: auto;
  padding: 12px 22px;
}
.Comment-section {
  background: #f8f8f5;
}

.Comment-card {
  border-radius: 20px;
  border-top: 3px solid #000;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 15px 80px 0 #e9e9e8;
  padding: 40px;
  position: relative;
  z-index: 2;
  height: 100%;
}

.Comment-card i {
  color: var(--Light-blue-color, #9fe5e9);
  font-size: 139.377px;
  font-style: normal;
  font-weight: 800;
  line-height: 110.499px; /* 158.204% */
  letter-spacing: -2.788px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: -1;
  opacity: 0.4;
}

.Comment-card span {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.Comment-card h5 {
  color: var(--Black-color, #1f2a2e);

  /* Titles/large */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 6px;
}

.Comment-card p {
  color: var(--Body-text, #5f5c5a);

  /* Body text/medium */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
/*********************  Content Close  *******************/

/*********************  Inner-Pages  *******************/
.Votre-section {
  position: relative;
  z-index: 2;
  background: #f8f8f5;
}

.badge-blue {
  background: #9fe5e9;
  color: #1f2a2e;
}

.Votre-section .Main-title {
  color: #fff;
  max-width: 340px;
}

.Comment-header-section p {
  color: var(--Beige-color, #f2f0eb);

  /* Body text/medium */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  max-width: 350px;
  margin-left: auto;
}

.Comment-header-section p a {
  color: var(--White-color, #fff);

  /* Button text/small */
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
  border-bottom: 1.502px solid var(--Yellow-color, #eeea77);
  display: block;
  width: max-content;
  padding: 2px 0;
  margin-top: 26px;
}

.Votre-card-main {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.Votre-card-item {
  width: calc((100% / 4) - 22.5px);
}
.Votre-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #1f2a2e;
  height: 65%;
  z-index: -1;
}

.Votre-card {
  position: relative;
}

.Votre-img {
  width: 100%;
  height: 290px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.Votre-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.Votre-card a {
  padding: 14px;
  color: var(--Secondary-Colors-Secondary---Dark, #1f2a2e);
  font-family: Inter;
  font-size: 16.523px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.828px */
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  transform: translateY(-24px);
  z-index: 1;
  position: relative;
  width: max-content;
  margin-left: auto;
  height: 48px;
}

.Votre-card a i {
  color: var(--Secondary-Colors-Secondary---Dark, #1f2a2e);
  font-family: Inter;
  font-size: 12.017px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.42px */
  opacity: 0.4;
}

.Votre-card:hover .Votre-img img {
  transform: scale(1.1);
  filter: grayscale(1);
}

.Votre-img iframe {
  width: 100%;
  height: 100%;
}

.Votre-card a.btn-yellow-map {
  background: #eeea77;
  padding: 0 0 0 14px;
}

.Votre-card a.btn-yellow-map span {
  background: #1f2a2e;
  color: #fff;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Votre-card a.btn-yellow-map span svg {
  width: 24px;
  height: 24px;
}
.pourquoi-section .Comment-header-section {
  justify-content: center;
}

.pourquoi-section .Comment-header-section .Main-title {
  margin: 0;
}

.pourquoi-section .Comment-header-section .badge-round {
  margin: 0 auto 12px;
}

.pourquoi-card {
  border-radius: 20px;
  padding: 30px;
  min-height: 200px;
  margin-bottom: 15px;
}

.pourquoi-yellow {
  background: var(--Yellow-color, #eeea77);
}

.pourquoi-card h5 {
  color: var(--Black-color, #1f2a2e);

  /* Titles/large */
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pourquoi-card p {
  color: var(--Black-color, #1f2a2e);

  /* Body text/large */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}

.pourquoi-gray {
  background: #f2f0eb;
}

.pourquoi-border {
  border: 1px solid #303030;
}

.pourquoi-section .row {
  --bs-gutter-x: 15px;
}

.pourquoi-small-card {
  min-height: 190px;
  margin-bottom: 15px;
  height: 100%;
  border-radius: 20px;
  max-height: 200px;
  overflow: hidden;
}

.pourquoi-big-card {
  border-radius: 20px;
  max-height: 415px;
  overflow: hidden;
  height: 100%;
  min-height: 415px;
}
.avenir-section {
  background: rgba(159, 229, 233, 0.3);
}

.avenir-section .Comment-header-section {
  display: block;
  position: relative;
  z-index: 11;
}

.avenir-section .Comment-header-section p {
  color: var(--Body-text, #5f5c5a);

  /* Body text/large */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  margin: 14px 0 24px 0;
  max-width: 580px;
}

.avenir-section .Comment-header-section .btn-yellow {
  width: max-content;
  margin-left: 0;
}

.avenir-card-item {
  display: flex;
  gap: 110px;
}

.avenir-card span {
  border-radius: 100%;
  background: var(--Black-color, #1f2a2e);
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 14px rgb(0 0 0 / 10%);
  margin-bottom: 35px;
}

.avenir-card h6 {
  color: var(--Dark-color, #211f1f);

  /* Titles/large */
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 22px;
}

.avenir-card ul {
  list-style: none;
  padding: 0;
}

.avenir-card ul li {
  color: var(--Body-text-color, #565252);

  /* Body text/medium */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.053px;
}

.avenir-card ul li i {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: flex;
  align-items: center;
  display: inline-block;
}

.avenir-card {
  width: 33.33%;
}

.avenir-card ul li b {
  color: var(--Black-color, #1f2a2e);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 23.053px; /* 164.667% */
}
.avenir-cards-main::after {
  content: "";
  background-image: url("../images/avenir-line.svg");
  width: 100%;
  height: 290px;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  transform: translateY(-180px);
}
.avenir-cards-main {
  position: relative;
  z-index: 1;
}

.avenir-card:nth-last-child(2) {
  transform: translateY(-50px);
}

.avenir-card:nth-last-child(1) {
  transform: translateY(-200px);
}

.Actualités-section .Comment-header-section {
  justify-content: center;
}

.Actualités-section .Comment-header-section .Main-title {
  margin: 0;
}

.Actualités-section .Comment-header-section .Main-title .badge-round {
  margin: 0 auto 12px;
}

.Actualités-item {
  z-index: 1;
  height: 310px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  display: block;
}

.Actualités-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.Actualités-info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  z-index: 1;
}

.Actualités-img {
  width: 100%;
  height: 100%;
}

.Actualités-info h6 {
  background: #eeea77;
  border-radius: 4rem;
  padding: 3px 12px;
  color: var(--Black-color, #1f2a2e);
  font-family: Inter;
  font-size: 12.017px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 14.42px */
  width: max-content;
  margin-bottom: 10px;
}

.Actualités-info h4 {
  color: var(--White-color, #fff);
  font-size: 20.998px;
  font-style: normal;
  font-weight: 590;
  line-height: 115%; /* 24.147px */
  letter-spacing: -0.42px;
}

.Actualités-info span {
  color: #fff;
  text-align: right;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 12.249px */
  display: flex;
  align-items: center;
  gap: 8px;
}

.Actualités-info span i {
  background: #eeea77;
  width: 20px;
  height: 2px;
  display: block;
}

.Actualités-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(
    180deg,
    rgba(29, 29, 29, 0) 0%,
    rgba(29, 29, 29, 0.45) 45.38%,
    #1d1d1d 100%
  );
}

.Actualités-item:hover .Actualités-img img {
  transform: scale(1.1);
  filter: grayscale(1);
}
.Talentdans-big-video {
  width: 100%;
  position: relative;
  z-index: 1;
  height: 440px;
  border-radius: 15px;
  overflow: hidden;
}

.Talentdans-big-video iframe {
  width: 100%;
  height: 100%;
}

.Talentdans-small-video {
  width: 100%;
  height: 440px;
  border-radius: 15px;
  overflow: hidden;
}

.Talentdans-small-video iframe {
  width: 100%;
  height: 100%;
}

.Talentdans-section {
  background: #f2f0eb;
}

.Talentdans-section .Comment-header-section {
  justify-content: center;
}

.Talentdans-section .Comment-header-section .badge-round {
  margin: 0 auto 12px;
}

.Talentdans-section .Comment-header-section .Main-title {
  margin: 0;
}
.Talentdans-link {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 0.752px solid #fff;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 6.422px 32.112px 0 rgba(207, 207, 206, 0.5);
  padding: 10px;
  margin-top: 15px;
  width: max-content;
  color: var(--Black-color, #1f2a2e);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.Talentdans-link span {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eeea77;
  border-radius: 10px;
}
.Témoignages-section {
  background: var(--Black-color, #1f2a2e);
  position: relative;
}

.Témoignages-section .Main-title {
  color: #fff;
  margin: 0;
}

.Témoignages-section .Comment-header-section {
  justify-content: center;
}

.Témoignages-section .Comment-header-section .badge-round {
  margin: 0 auto 12px;
}

.Témoignages-card {
  border-radius: 10px;
  background: rgba(242, 240, 235, 0.1);
  box-shadow: 0 30px 100px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  transition: all 0.5s;
}

.Témoignages-card span {
  display: block;
  margin-bottom: 10px;
  transition: all 0.5s;
}

.Témoignages-card p {
  color: var(--Beige-color, #f2f0eb);

  /* Body text/large */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  transition: all 0.5s;
  margin-bottom: 28px;
}

.Témoignages-card h6 {
  color: var(--Beige-color, #f2f0eb);

  /* Titles/medium */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.5s;
}

.Témoignages-card h6 i {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid #fff;
}

div#Témoignages {
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}
.btn-Inscription {
  width: max-content;
  margin: 0 auto;
  padding: 12px 15px;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 999px;
  background: var(--Yellow-color, #eeea77) !important;
  width: 40px;
  height: 40px;
}

.owl-nav button.owl-prev {
  left: -60px;
}

.owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.owl-nav button.owl-next {
  right: -50px;
}

.owl-nav button:hover {
  background: #fff !important;
}

.Témoignages-card:hover {
  background: var(--Beige-color, #f2f0eb);
}

.Témoignages-card:hover span {
}

.Témoignages-card span svg path {
  transition: all 0.5s;
}

.Témoignages-card:hover span svg path {
  fill: #1f2a2e;
}

.Témoignages-card:hover p,
.Témoignages-card:hover h6 {
  color: #1f2a2e;
}
.marche-section {
  background: var(--Beige-color, #f2f0eb);
}

.Comment-big-card {
  border-radius: 20px;
  background: var(--White-color, #fff);
  padding: 30px;
}

.Comment-big-card-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.Comment-big-card-header span {
  background: var(--Yellow-color, #eeea77);
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.Comment-big-card-header h5 {
  color: var(--Black-color, #1f2a2e);

  /* Titles/large */
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.Comment-big-card-header h5 small {
  color: var(--Body-text, #5f5c5a);

  /* Body text/medium */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin-top: 6px;
  display: block;
}

.Comment-big-card p {
  color: var(--Body-text, #5f5c5a);

  /* Body text/medium */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin-bottom: 30px;
}

.Comment-big-card h6 {
  color: var(--Black-color, #1f2a2e);

  /* Titles/medium */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 12px;
}

.Comment-big-card h6 + p {
  margin-bottom: 23px;
}

.Comment-small-card {
  border-radius: 20px;
  background: var(--Black-color, #1f2a2e);
  padding: 30px;
  margin-bottom: 15px;
}

.Comment-small-card span {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.Comment-small-card h5 {
  color: var(--Beige-color, #f2f0eb);

  /* Titles/large */
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 17px;
}

.Comment-small-card p {
  color: var(--Beige-color, #f2f0eb);

  /* Body text/medium */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.Comment-small-card-02 {
  border-radius: 20px;
  background: var(--White-color, #fff);
  padding: 30px;
}

.Comment-small-card-02 h5 {
  color: var(--Black-color, #1f2a2e);

  /* Titles/large */
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 17px;
}

.Comment-small-card-02 ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  list-style: none;
  margin: 0 0 20px 0px;
  padding: 0;
}

.Comment-small-card-02 ul li span {
  background: #9fe5e9;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 8px rgb(159 229 233 / 40%);
  border-radius: 100%;
  margin: 0 auto 11px;
}

.Comment-small-card-02 ul li h6 {
  color: var(--Black-color, #1f2a2e);

  /* Titles/medium */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
}

.Comment-small-card-02 p {
  color: var(--Body-text, #5f5c5a);

  /* Body text/medium */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.container .row {
  --bs-gutter-x: 15px;
}

.Comment-demain-card {
  border-radius: 20px;
  background: var(--Black-color, #1f2a2e);
  padding: 30px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.Comment-demain-card-header {
  display: flex;
  margin-bottom: 18px;
  gap: 15px;
  align-items: center;
}

.Comment-demain-card-info p {
  color: var(--Beige-color, #f2f0eb);

  /* Body text/medium */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.Comment-demain-card-header span {
  background: var(--Yellow-color, #eeea77);
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  min-width: 64px;
}

.Comment-demain-card-info {
  max-width: 640px;
  margin-right: auto;
}

.Comment-demain-card .btn-border-white {
  padding: 12px 18px;
  margin-right: auto;
}
.Comment-demain-card-header h5 {
  color: var(--Beige-color, #f2f0eb);

  /* Titles/large */
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.Comment-demain-card-header h5 small {
  display: block;
  color: var(--Beige-color, #f2f0eb);

  /* Body text/medium */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin-top: 6px;
}
.partenaires-section .Comment-header-section {
  justify-content: center;
}

.partenaires-section .Comment-header-section .Main-title {
  margin: 0;
}

.partenaires-section .Main-title .badge-round {
  margin: 0 auto 12px;
}

.partenaires-main {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 35px;
}

.partenaires-main li img {
    mix-blend-mode: darken;
}
.partenaires-section {
  background: #F2F0EB;
}
.Laclé-section{
    background-image: url('../images/connecté-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.Laclé-section .Comment-header-section {
  display: block;
  text-align: center;
}
.Laclé-section .Comment-header-section .Main-title {
    margin: 0 auto;
    color: #fff;
}



.Laclé-section .Comment-header-section  .badge-round {
    margin: 0 auto 12px;
}
.Laclé-section .Comment-header-section p {
  color: #ffffff;

  /* Body text/medium */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin: 15px auto 0;
  max-width: 480px;
  opacity: 0.9;
}

.Laclé-wrap {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  gap: 15px;
  position: relative;
  z-index: 2;
}

.Laclé-wrap li a {
  width: 100%;
  border-radius: 10px;
  border: 0.752px solid #fff;
  background: var(--White-color, #ffffff00);
  box-shadow: 0 6.422px 32.112px 0 rgba(189, 189, 189, 0.5);
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--Black-color, #ffffff);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: capitalize;
  transition: all 0.5s;
}

.Laclé-wrap li {
  width: calc(25% - 12px);
}

.Laclé-wrap li a img {
  margin: 0;
}

.Laclé-wrap li:nth-child(1) a:hover {
  background: #1f2a2e;
  color: #fff;
}

.Laclé-wrap li:nth-child(2) a:hover {
  background: #e6f861;
}

.Laclé-wrap li:nth-child(3) a:hover {
  background: #14da63;
  color: #fff;
}

.Laclé-wrap li:nth-child(4) a:hover {
  background: #e52b2b;
  color: #fff;
}
.Laclé-imgs {
  text-align: end;
  position: relative;
  z-index: 1;
  margin-bottom: -150px;
}

.Laclé-img-02 {
  position: absolute;
  top: 85px;
  left: -30px;
}

.Laclé-img-01 {transform: scale(1.3);}
.carrière-info::after {
  content: "";
  background: url("../images/carrière-img.png");
  position: absolute;
  top: 74%;
  right: -50px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  z-index: -1;
  transform: translateY(-50%) rotate(-8deg);
}
.carrière-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.carrière-section .carrière-info {
  padding: 58px 50px;
  border-radius: 20px;
  background: var(--Yellow-color, #eeea77);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.carrière-info .Main-title {
  margin-bottom: 16px;
}

.carrière-info p {
  color: var(--Black-color, #1f2a2e);

  /* Body text/medium */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  max-width: 620px;
}

.carrière-wrap {
  display: flex;
  gap: 8px;
}

.carrière-wrap button {
  padding: 12px 18px;
}

.btn-black {
  border-radius: 5px;
  background: var(--Black-color, #1f2a2e);
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.5s;
}

.btn-black:hover {
  background: #fff;
  color: #1f2a2e;
}

.btn-black-border {
  color: var(--Black-color, #1f2a2e);
  border-radius: 5px;
  border: 1px solid var(--Body-text, #5f5c5a);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.btn-black-border:hover {
  background: #1f2a2e;
  color: #fff;
}
.footer-main {
    background: var(--Black-color, #1F2A2E);
    padding-top: 60px;
}

.footer-head-wrap {
    display: flex;
    align-items: center;
}

.footer-head-wrap a {
    width: 144px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: auto;
}

.footer-head-wrap a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-head-wrap p {
    color: var(--White-color, #FFF);

/* Body text/medium */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    max-width: 468px;
}

.footer-main hr {
    border-top: 1px solid rgba(255, 255, 255, 0.50);
}

.footer-wrap {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    padding: 10px 0 45px;
}

.footer-item h6 {
    color: var(--Yellow-color, #EEEA77);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 175% */
    text-transform: capitalize;
}

.footer-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-item ul li a {
    color: var(--Beige-color, #F2F0EB);

/* Body text/medium */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    margin-bottom: 8px;
    display: block;
    border-bottom: 1px solid #fff0;
}
.footer-item ul li a:hover {
    color: #eeea77;
    border-bottom: 1px solid #eeea77;
}

.footer-item-email {
    max-width: 475px;
}

.footer-item-email h5 {
    color: var(--White-color, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 175% */
    margin-bottom: 10px;
}

.footer-item-email p {
    color: var(--White-color, #FFF);

/* Body text/medium */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    margin-bottom: 15px;
    opacity: 0.6;
}

.footer-email-wrap {
    border-radius: 4rem;
    background: rgba(255, 255, 255, 0.10);
    padding: 6px 6px 6px 16px;
    display: flex;
}

.footer-email-wrap input {
    width: 100%;
    background: transparent;
    color: #fff;
    border: none;
    

/* Body text/medium */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    padding: 0 10px 0 0px;
}

.footer-email-wrap input::placeholder {
    color: var(--Beige-color, #F2F0EB);
}

.footer-email-wrap .btn-yellow {
    border-radius: 4rem;
}

.copyright-text {
    color: var(--White-color, #FFF);

/* Body text/medium */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    padding-bottom: 15px;
    text-align: center;
}
.Diplomes-section{
    background-image: url('../images/Diplomes-img.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    padding: 80px 0;
}
.Diplomes-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(21 44 42 / 70%);
    z-index: -1;
}

.Diplomes-card {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 7.201px;
    border: 1.44px solid rgba(255, 255, 255, 0.30);
    background: rgba(255, 255, 255, 0.10);
    padding: 15px 20px;
    height: 100%;
}

.Diplomes-card h6 {
    color: var(--White-color, #FFF);
/* Titles/large */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.pourquoi-small-card img, .pourquoi-big-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.modal-backdrop.fade.show {
    z-index: 9999;
}

.modal {
    z-index: 99999;
}
.team-img {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px;
}
/*********************  Inner-Pages Close  *******************/

/*********************  alternance CSS  *******************/

/*********************  alternance css Close  *******************/

/*********************  Fancy-box  *******************/

/*********************  Fancy-box Close  *******************/
