@charset "UTF-8";

:root {
  --blue: #081e5b;
  --white: #fff;
}

.list-module {
  height: 600px !important;
  overflow-x: auto;
}

#tabe.table-bordered > thead > tr > th,
#tabe.table-bordered > tbody > tr > td {
  border: 2px solid black !important;
}

.btn-padding {
  padding: 6px 8px !important;
}

.actu .swiper-container {
  height: 30vh;
  min-height: 5vh;
}

.actu .swiper-container h1 {
  font-size: 15px;
  margin-top: 8em;
}

.actu .swiper-container h1 a {
  color: white !important;
}

.actu .swiper-slide-caption {
  padding: 0;
}

.actu .side-right {
  height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
  background: white;
  margin-bottom: 2em;
}

.actu .min-ellipsis {
  text-overflow: ellipsis;
  /* width: 300px; */
  overflow: hidden;
  white-space: nowrap;
}

.actu .desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog .title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 15px;
  font-weight: 700;
}

.blog .text,
.blog .text-d {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 15px;
  height: 120px;
  line-height: 1.3;
}

.blog hr {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.blog .swipe-title-bloc {
  background: #0e0d0d42;
  padding: 1em 0;
}

.blog .swipe-title-bloc h4 {
  font-size: 2em;
  color: white;
}

.blog .desc-text {
  font-size: 18px;
  text-align: justify;
  line-height: initial;
}

.bg-white-text {
  background: #ffffff8f;
}

.owl-stage {
  width: 1773px !important;
  display: flex;
}

.owl-stage .owl-item {
  margin-right: 5px;
  height: 250px;
}

.owl-item {
  justify-content: center;
  align-items: center;
  display: flex;
}

.centre-text {
  align-items: center;
  display: flex;
  justify-content: center;
}

.same-card:hover {
  background: #003298 !important;
  color: var(--white) !important;
  font-weight: bold !important;
  transform: scale(1.02);
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.same-card:hover h5,
.same-card:hover h6,
.same-card:hover h6 a {
  color: var(--white) !important;
  font-weight: bold !important;
}

.same-card .more-btn {
  display: none !important;
}

.same-card:hover .more-btn {
  display: flex !important;
}

.same-card:hover h5 a {
  color: var(--white) !important;
  font-weight: bold !important;
}

.same-card h5 a {
  color: #003298 !important;
}

.actualite .splide {
  margin: 0px 85px 0 85px;
  width: 630px !important;
  max-width: 630px !important;
}

.splide {
  width: 630px !important;
  max-width: 630px !important;
  visibility: visible;
}

.splide__slide {
  flex-shrink: inherit;
}

.thumbnails {
  display: flex;
  margin: 1rem auto 0;
  padding: 0;
  justify-content: center;
}

.thumbnail {
  width: 100px;
  height: 100px;
  overflow: hidden;
  list-style: none;
  margin: 0 0.2rem;
  cursor: pointer;
  opacity: 0.5;
}

.thumbnail.is-active {
  opacity: 1;
}

.thumbnail img {
  width: 100%;
  height: auto;
}

.splide__arrow {
  margin-top: 220px;
}

.banner video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

@media (max-width: 1000px) {
  .splide__track--draggable {
    width: 500px !important;
  }

  .campuses .splide__slide {
    width: 500px !important;
  }

  .splide__arrow--next {
    right: 10em !important;
  }
}

@media (max-width: 500px) {
  .splide__track--draggable {
    width: 370px !important;
  }

  .splide__arrow--next {
    right: 20em !important;
  }

  .campuses .col-md-7 {
    display: none !important;
  }
}

.actualite h2 {
  font-size: 28px !important;
  text-shadow: 2px 2px 8px #441adb69 !important;
}

.content-slide {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

#btnVideo {
  width: 200px;
  font-size: 18px;
  padding: 30px;
  border: none;
  background: #000;
  color: var(--white);
  cursor: pointer;
}

#btnVideo:hover {
  background: #ddd;
  color: black;
}

.mt-30 {
  margin-top: 15em;
}

.mt-25 {
  margin-top: 25em;
}

.mt--10 {
  margin-top: -10em;
}

.mt-10 {
  margin-top: 10em !important;
}

.mt-20 {
  margin-top: 20em !important;
}

.actualite #main-slider {
  display: contents !important;
}

.detail-formation__populaire__item--title a:hover,
.detail-formation__populaire__item--title:hover a {
  color: #003298 !important;
  font-weight: 700 !important;
}

#main {
  margin: 50px 0;
}

#main h3 {
  color: #000 !important;
}

#main #faq .card {
  margin-bottom: 10px;
  border: 0;
}

#main #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#main #faq .card .card-header .btn-header-link {
  color: var(--white) !important;
  display: block;
  text-align: left;
  background: #003298;
  padding: 20px;
  font-weight: bold;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "(-)";
  font-weight: 900;
  float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
  background: #87878d;
  color: var(--white) !important;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "(+)";
}

#main #faq .card .collapsing {
  background: var(--white) !important;
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {
  background: var(--white) !important;
  line-height: 30px;
  color: #222;
}

#main #faq .card .collapsing {
  background: var(--white) !important;
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {
  background: var(--white) !important;
  line-height: 30px;
  color: #222;
}

.bg-informatik {
  background: #3494d8c4 !important;
}

.bg-sante {
  background: #0d9641 !important;
}

.bg-compta {
  background: #732182 !important;
}

.bg-graphie {
  background: #ec451c !important;
}

.bg-hotel {
  background: #d81920 !important;
}

.bg-froid {
  background: #1e627c !important;
}

.bg-stylisme {
  background: #ee2372 !important;
}

.bg-secret {
  background: #293d9b !important;
}

.bg-coif {
  background: #c51f70 !important;
}

.bg-automobile {
  background: #723707 !important;
}

.bg-agriculture {
  background: #22844e !important;
}

.text-agriculture {
  color: #22844e !important;
}

.text-informatik {
  color: #3494d8 !important;
}

.text-sante {
  color: #0d9641 !important;
}

.text-compta {
  color: #732182 !important;
}

.text-graphie {
  color: #ec451c !important;
}

.text-hotel {
  color: #d81920 !important;
}

.text-froid {
  color: #1e627c !important;
}

.text-stylisme {
  color: #ee2372 !important;
}

.text-secret {
  color: #293d9b !important;
}

.text-coif {
  color: #c51f70 !important;
}

.text-automobile {
  color: #723707 !important;
}

.accueil img.zoom {
  width: 100% !important;
  height: 200px !important;
  border-radius: 5px !important;
  object-fit: cover !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.splide {
  margin: 0 auto;
}

.thumbnails {
  display: flex;
  margin: 1rem auto 0;
  padding: 0;
  justify-content: center;
}

.splide__slide {
  height: 480px !important;
}

.campuses .splide__slide {
  height: 370px !important;
}

.thumbnail {
  width: 70px;
  height: 70px;
  overflow: hidden;
  list-style: none;
  margin: 0 0.2rem;
  cursor: pointer;
  opacity: 0.3;
}

.thumbnail.is-active {
  opacity: 1;
}

.thumbnail img {
  width: 100%;
  height: auto;
}

.btn-projects {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 18px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 8px auto;
  color: var(--blue) !important;
  background: var(--white) !important;
}

.justify-content-spacebetween {
  justify-content: space-between !important;
}

.btn-projects:hover {
  background: none !important;
  color: var(--white) !important;
  border: 2px solid var(--white) !important;
}

.btn-outline-primary {
  border: 1px solid var(--blue) !important;
  color: var(--blue) !important;
}

.btn-outline-primary:hover {
  color: var(--white) !important;
  background: var(--blue) !important;
}

.close {
  margin: 0px !important;
  border: 1px solid black !important;
  border-radius: 50%;
  background: var(--blue) !important;
  padding: 0.2em !important;
  color: var(--white) !important;
  width: 30px;
  height: 30px;
}

/* .exo-menu {
	display: -webkit-box !important;
} */

.contact-us input.form-control {
  border-radius: 5px;
  padding: 2rem 0.75rem;
}

.image-container-formation,
.image-container-actu {
  height: 200px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: 0 0;
  min-width: 100px;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.image-container-actu {
  height: 300px !important;
}

@media (max-width: 479.98px) {
  .swiper-slide h4 {
    font-size: 20px !important;
  }

  .mt-30 {
    margin-top: 15em;
  }

  figure.snip1157 .author {
    padding: 0 10px 0 95px !important;
  }

  figure.snip1157 blockquote {
    font-size: 0.65em !important;
  }

  figure.snip1157 blockquote {
    height: 240px !important;
  }
}

@media all and (max-device-width: 944px) {
  .exo-menu {
    display: block !important;
  }

  .reverse-row {
    flex-direction: column-reverse;
  }

  figure.snip1157 blockquote {
    height: 370px !important;
  }
}

.album-block input {
  display: none;
}

.album-block input:checked + .label {
  background-color: #003298;
  color: white;
  font-weight: bold;
}

.album-block .label {
  font-size: 18px;
  padding: 10px;
  cursor: pointer;
}

.album-block .contentSegment {
  align-content: center;
  justify-content: center;
  display: flex;
}

figure.snip1157 {
  border-radius: 0 25% 0 25%;
  font-family: "Raleway", Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  max-width: 310px;
  width: 100%;
  color: #333;
  text-align: left;
  box-shadow: none !important;
  background-color: #afa7a721;
}

figure.snip1157 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

figure.snip1157 img {
  max-width: 100%;
  vertical-align: middle;
  height: 90px;
  width: 90px;
  border-radius: 0 25% 0 25%;
  /* margin: 40px 0 0 10px; */
}

figure.snip1157 blockquote {
  display: block;
  border-radius: 8px;
  position: relative;
  padding: 35px 30px;
  font-size: 0.9em;
  font-weight: 700;
  margin: 0;
  line-height: 1.6em;
  font-style: italic;
  text-align: start;
  height: 320px;
}

figure.snip1157 blockquote:before,
figure.snip1157 blockquote:after {
  font-family: "FontAwesome";
  color: #003298 !important;
  content: "\201C";
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
}

figure.snip1157 blockquote:before {
  top: 25px;
  left: 20px;
}

figure.snip1157 blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 0;
}

figure.snip1157 .arrow {
  top: 100%;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #fafafa;
  margin: 0;
  position: absolute;
}

figure.snip1157 .author {
  position: absolute;
  bottom: 45px;
  padding: 0 10px 0 120px;
  margin: 0;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

figure.snip1157 .author h5 {
  opacity: 0.8;
  margin: 0;
  font-weight: 800;
}

figure.snip1157 .author h5 span {
  font-weight: 400;
  text-transform: none;
  font-size: 15px;
  /* padding-left: 5px; */
}

figure.snip1157 .author h6 {
  opacity: 0.8;
  margin: 0;
  font-weight: 800;
  font-size: 14px;
}

figure.snip1157 .author h6 span {
  font-weight: 400;
  text-transform: none;
  font-size: 15px;
}

.actu .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 700;
}

.apropos .hero,
.admission .hero {
  background: url("hero-bg.jpg") no-repeat center center/cover;
  color: white;
  padding: 150px 0;
  position: relative;
}

.apropos .hero-overlay,
.admission .hero-overlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.apropos .hero-content,
.admission .hero-content {
  position: relative;
  z-index: 1;
}

.apropos .card:hover,
.admission .card:hover {
  transform: scale(1.05);
  transition: all 0.3s;
  color: white !important;
  background: #003298 !important;
}

.apropos .card:hover p,
.apropos .card:hover h1,
.apropos .card:hover h2,
.apropos .card:hover h3,
.apropos .card:hover h4,
.apropos .card:hover h5,
.apropos .card:hover h6,
.admission .card:hover p,
.admission .card:hover h1,
.admission .card:hover h2,
.admission .card:hover h3,
.admission .card:hover h4,
.admission .card:hover h5,
.admission .card:hover h6,
.apropos .card:hover .text-muted,
.apropos .card:hover i,
.admission .card:hover i,
.admission .card:hover .text-muted {
  color: white !important;
}

.apropos .cta,
.admission .cta {
  /*background-color: #df9216;*/
  color: white;
}

.splide {
  margin: 0 auto;
}

.thumbnails {
  display: flex;
  margin: 1rem auto 0;
  padding: 0;
  justify-content: center;
}

.thumbnail {
  width: 70px;
  height: 70px;
  overflow: hidden;
  list-style: none;
  margin: 0 0.2rem;
  cursor: pointer;
  opacity: 0.3;
}

.thumbnail.is-active {
  opacity: 1;
}

.thumbnail img {
  width: 100%;
  height: auto;
}

.splide-thumbnails .thumbnail img:hover {
  border: 2px solid #f9a826;
  transition: all 0.3s ease-in-out;
}

.card h3 {
  font-weight: 600;
}

.hover-text-primary:hover {
  color: #007bff !important;
}

.detail-formation__debouche {
  height: 110px;
  overflow-y: hidden;
}

/* Container styling */
.faq .card {
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.faq .card:hover {
  transform: scale(1.02);
}

/* Header styling */
.faq .card-header {
  cursor: pointer;
  padding: 1rem;
  background-color: #f7f7f7;
}

.btn-header-link {
  font-size: 1.2rem;
  text-decoration: none;
  color: #007bff;
  width: 100%;
  text-align: left;
  transition: all 0.3s ease-in-out;
}

.btn-header-link:hover {
  color: #0056b3;
}

.formation-detail {
  padding: 2rem 0;
  background-color: #f8f9fa;
}

.formation-hero {
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.formation-hero:hover {
  transform: translateY(-5px);
}

.formation-image-container {
  height: 100%;
  position: relative;
}

.formation-image-container img {
  transition: transform 0.5s ease;
}

.formation-hero:hover .formation-image-container img {
  transform: scale(1.05);
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
}

.formation-title {
  color: #2c3e50;
  font-weight: 700;
  line-height: 1.3;
}

.diplome-title {
  font-size: 20px;
}

.section-title {
  font-weight: 600;
  color: #2c3e50;
  font-size: 1.5rem;
}

.icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.module-type-card {
  border: 1px solid #e9ecef;
  border-radius: 8px;
  overflow: hidden;
}

.module-type-title {
  font-weight: 600;
  color: #2c3e50;
}

.requirements-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}

.requirement-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.requirement-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.25rem;
}

.campus-card {
  border: 1px solid #e9ecef;
  border-radius: 8px;
}

.campus-header {
  border-bottom: 1px solid #e9ecef;
}

.read-more-btn {
  text-decoration: none;
  font-weight: 500;
}

.bg-light-primary {
  background-color: rgba(13, 110, 253, 0.1);
}

h1 {
  font-size: x-large !important;
}

.filiere-title {
  width: 100%;
  height: 100%;
  position: absolute;

  font-size: 6rem !important;
  margin-top: 2em;
  z-index: 100000000;
  flex-wrap: wrap;
  width: 566px;
  line-height: 1;
  text-align: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filiere-title-left {
  margin-left: -10em;
}

.filiere-title-right {
  margin-left: 9em;
}

@media (max-width: 1200px) {
  .filiere-title-,
  .filiere-title-right {
    font-size: 5.5rem !important;
  }
}

@media (max-width: 1100px) {
  .filiere-title-left,
  .filiere-title-right {
    font-size: 4rem !important;
  }

  .filiere-title-left{
    font-size: 4rem !important;
    margin-left: 13em;
    width: 486px;
  }
}

@media (max-width: 900px) {
  .filiere-title-left,
  .filiere-title-right {
    font-size: 3rem !important;
  }
}

@media (max-width: 768px) {
  .formation-hero .row {
    flex-direction: column;
  }

  .formation-image-container {
    height: 250px;
  }

  .requirements-grid {
    grid-template-columns: 1fr;
  }

  .formation-thumbnails {
    padding: 0;
  }

  .filiere-title-left,
  .filiere-title-right {
    font-size: 2.5rem !important;
  }
}

@media (max-width: 630px) {
  .filiere-title-left,
  .filiere-title-right {
    font-size: 2.5rem !important;
    width: 314px !important;
    margin-top: 5em;
  }
}

@media (max-width: 450px) {
  .filiere-title-left {
    font-size: 2rem !important;
    margin-left: -8em !important;
    width: 240px !important;
    margin-top: 6em;
  }

  .filiere-title-right {
    font-size: 2rem !important;
    margin-left: 8em !important;
    width: 240px !important;
    margin-top: 6em;
  }
}

@media (max-width: 400px) {
  .filiere-title-left, .filiere-title-right {
    font-size: 2rem !important;
    width: 188px;
  }
}

/* Splide Gallery Styles */

.formation-hero .splide {
  width: 100% !important;
  max-width: 100% !important;
  visibility: visible;
}

.splide__progress__bar {
  height: 3px;
  background: var(--bs-primary);
}

/* Favorite button */
.favorite-btn {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.favorite-btn.active {
  color: var(--bs-red);
}

.fw-bold {
  font-weight: 600 !important;
}

.badge {
  font-size: 100%;
}

.faq .card-header:hover {
  background-color: #e9ecef;
}

/* Accordion icon rotation */
.faq .btn-header-link i {
  transition: transform 0.3s ease;
}

.faq .btn-header-link.collapsed i {
  transform: rotate(0deg);
}

.faq .btn-header-link:not(.collapsed) i {
  transform: rotate(180deg);
}

/* Card body */
.faq .card-body {
  padding: 1.5rem;
  background-color: #ffffff;
  border-top: 1px solid #dee2e6;
}

.mb--3 {
    margin-bottom: -3em !important;
}

