/*******************************/
/********* General CSS *********/
/*******************************/
*{
  font-family: 'Roboto', sans-serif !important;
  color:#000;
}
.container12 {
  width: 600px;
  height: 600;
}

body {
  color: #000;
  background: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Roboto", serif; */
  font-weight: 600;
  color: #1B1464;
}

a {
  color: #000000;
  transition: 0.3s;

}

a:hover,
a:active,
a:focus {
  color: #153aab;
  outline: none;
  text-decoration: none;
}

.btn:focus {
  box-shadow: none;
}

.wrapper {
  position: relative;
  width: 100%;
  /*max-width: 1366px;*/
  margin: 0 auto;
  background: #ffffff;
}

.back-to-top {
  position: fixed;
  display: none;
  background: #153aab;
  color: #FF9A12;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 22px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 9;
}

.back-to-top:hover {
  color: #153aab;
  background: #FF9A12;
}

.back-to-top i {
  padding-top: 10px;
}

/**********************************/
/********** Top Bar CSS ***********/
/**********************************/
.top-bar {
  position: relative;
  background: white;
  color: #000000;
}

.top-bar .logo {
  padding: 5px 0;
  text-align: left;
  overflow: hidden;
}

.d-none.d-lg-block a {
  color: #3752a3;
}

.top-bar .logo h1 {
  margin: 0;
  color: #153aab;
  font-size: 75px;
  line-height: 55px;
  font-weight: 800;
}

.top-bar .logo img {
  max-width: 180%;
}

.top-bar .top-bar-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-bar .text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 20px;
  text-align: center;
  border-left: 1px solid rgb(255 152 0);
}

.top-bar .text h2 {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 25px;
  margin: 0;
}

.top-bar .text p {
  color: #ffffff;
  font-size: 13px;
  margin: 0;
}

.top-bar .social {
  display: flex;
  font-size: 0;
  justify-content: flex-end;
}

.top-bar .social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 100%;
  font-size: 22px;
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.top-bar .social a:first-child {
  border-left: 1px solid rgb(255 152 0);
}

.top-bar .social a {
  color: #153aab;
  background: #FF9A12;
}

@media (min-width: 992px) {
  .top-bar {
    padding: 0 60px;
  }
}

@media (max-width: 991.98px) {
  .top-bar .logo {
    text-align: center;
    width: 20%;
    float: left;
  }

  .logo img {

    width: 45%;
  }

  .rubiel {
    width: 80%;
    float: right;
    position: relative;
    text-align: right;
  }

  .bonome {
    position: relative;
    top: -89px;
  }

  .link-flou {
    display: block;
    left: -19px;
    position: relative;
    top: 0px;
    width: 105%;
    padding-right: 53%;
  }

  .link-flou p {
    width: 222px;
  }

  .top-bar .social {
    display: none;
  }
}

/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.nav-bar {
  position: relative;
  padding: 20px 0;
  transition: 0.3s;
}

.nav-bar.nav-sticky {
  position: fixed;
  top: -3px;
  width: 100%;
  padding: 10px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 999;
}

.nav-bar .navbar {
  height: 100%;
  padding: 0;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  padding: 10px 10px 8px 10px;
  color: #020936;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: #020936;
  transition: none;
  border-bottom: 2px solid #020936;
  border-radius: 5px;
}

.nav-bar .dropdown-menu {
  margin-top: 0;
  border: 1px solid #153aaa;
  border-radius: 0;
  background: #28A745;
}

.nav-bar .dropdown-item:hover {
  background: #ffe9cd;
}

@media (min-width: 992px) {

  .nav-bar .dropdown-menu {
    margin-top: 0;
    border: 1px solid #fff;
    border-radius: 0;
    background: white;
    color: white !important;
  }
}

.nav-bar .btn {
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 0;
}

.nav-bar .btn:hover {
  background: #153aab;
}

.nav-bar-edit {}

@media (min-width: 992px) {
  .nav-bar {
    padding: 0px;
  }

  .link-flou {
    display: none;

  }

  .nav-bar.nav-sticky {
    padding: 10px 60px;
    margin-top: 0 !important;
  }

  .nav-bar,
  .nav-bar .navbar {
    background: #28A745  !important;
  }

  .nav-bar .navbar-brand {
    display: none;
  }

  .nav-bar a.nav-link {
    padding: 8px 15px;
    font-size: 14px;
    text-transform: uppercase;
  }
}

@media (max-width: 991.98px) {

  .nav-bar,
  .nav-bar .navbar {
    padding: 3px 0;
    /* background: #fff !important; */
  }

  .nav-bar a.nav-link {
    padding: 5px;
  }

  .nav-bar .dropdown-menu {
    box-shadow: none;
  }

  .nav-bar .btn {
    display: none;
  }

}

/*******************************/
/******** Carousel CSS *********/
/*******************************/
.carousel {
  position: relative;
  width: 100%;
  height: calc(100vh - 170px);
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

.carousel .carousel-inner,
.carousel .carousel-item {
  position: relative;
  width: 100%;
}

.carousel .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel .carousel-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.carousel .carousel-caption {
  position: absolute;
  top: 230;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* height: calc(100vh - 170px); */
}

.carousel .carousel-caption h1 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}

.carousel .carousel-caption p {
  color: #ffffff;
  font-size: 25px;
  margin-bottom: 10px;
}

.carousel .carousel-caption .btn {
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  background: #020936;
  border: 2px solid #ffffff;
  border-radius: 0;
  transition: 0.3s;
}

.carousel .carousel-caption .btn:hover {
  color: #000;
  background: white;
}

@media (max-width: 767.98px) {
  .carousel .carousel-caption h1 {
    font-size: 40px;
    font-weight: 700;
  }

  .carousel .carousel-caption p {
    font-size: 20px;
  }

  .carousel .carousel-caption .btn {
    padding: 2px 7px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
  }
}

@media (max-width: 575.98px) {
  .carousel .carousel-caption h1 {
    font-size: 32px;
    font-weight: 500;
  }

  .carousel .carousel-caption p {
    font-size: 23px;
  }

  .carousel .carousel-caption .btn {
    padding: 3px 7px;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0;
  }

  .link-flou {
    display: block;
    left: 18px;
    position: relative;
    top: 1px;
    width: 99%;
  }

  .link-flou p {

    width: 222px;
  }

}

.carousel .animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.about-title-2 {
  color: #1B1464;
  font-size: 24px !important;
}

/*******************************/
/******* Page Header CSS *******/
/*******************************/
.page-header {
  position: relative;
  padding: 10px 0;
  text-align: center;
  background: #fff;
}

.page-header h2 {
  position: relative;
  color: #1B1464;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.page-header h2::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  left: calc(50% - 50px);
  bottom: 0;
  background: #FF9A12;
}

.page-header a {
  position: relative;
  padding: 0 12px;
  font-size: 22px;
  color: #dea148;
}

.page-header a:hover {
  color: #ffffff;
}

.page-header a::after {
  position: absolute;
  content: "/";
  width: 8px;
  height: 8px;
  top: -2px;
  right: -7px;
  text-align: center;
  color: #FF9A12;
}

.page-header a:last-child::after {
  display: none;
}

@media (max-width: 767.98px) {
  .page-header h2 {
    font-size: 35px;
  }

  .page-header a {
    font-size: 18px;
  }
}

/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 45px;
}

.section-header h2 {
  margin: 0;
  position: relative;
  font-size: 50px;
  font-weight: 700;
  white-space: normal;
  z-index: 1;
}

.section-header h2::before {
  position: absolute;

  width: 100%;
  height: 7px;
  left: 0;
  top: 21px;
  background: transparent;
  border-top: 1px solid #FF9A12;
  border-bottom: 1px solid #FF9A12;
  z-index: -1;
}

.section-header h2::after {
  position: absolute;
  width: 100%;
  height: 7px;
  left: 0;
  bottom: 20px;
  background: transparent;
  border-top: 1px solid #FF9A12;
  border-bottom: 1px solid #FF9A12;
  z-index: -1;
}

@media (max-width: 767.98px) {
  .section-header h2 {
    font-size: 26px !important;
  }

  .about-title-2 {
    font-size: 1.25rem !important;
    color: #1B1464;

  }
}

/*******************************/
/******** Top Feature CSS ******/
/*******************************/
.feature-top {
  position: relative;
  background: #1B1464;
  margin-bottom: 45px;
}

.link-clair {
  display: block;
}

.feature-top .col-md-3 {
  border-right: 1px solid rgb(255 255 255);
  border-bottom: 1px solid rgb(241 241 241);
}

@media (max-width: 575.98px) {
  .feature-top .col-md-3:nth-child(1n) {
    border-right: none;
  }

  .feature-top .col-md-3:last-child {
    border-bottom: none;
  }

  .about-title-2 {
    font-size: 1.25rem !important;
    color: #1B1464;

  }

  .link-clair {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .feature-top .col-md-3:nth-child(2n) {
    border-right: none;
  }

  .about-title-2 {
    font-size: 1.25rem !important;
    color: #1B1464;

  }

  .feature-top .col-md-3:nth-child(3n),
  .feature-top .col-md-3:nth-child(4n) {
    border-bottom: none;
  }
}

@media (min-width: 768px) {
  .feature-top .col-md-3 {
    border-bottom: none;
  }

  .cacher {

    display: none;
  }

  .feature-top .col-md-3:nth-child(4n) {
    border-right: none;
  }

  .about-title-2 {
    font-size: 26px !important;
    color: #1B1464;
    height: 62px;

  }
}

.feature-top .feature-item {
  padding: 20px 0;
  text-align: center;
}

.feature-top .feature-item i {
  color: #1B1464;
  font-size: 35px;
  margin-bottom: 10px;
}


.feature-top .feature-item h3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
}

.feature-top .feature-item p {
  color: #000000;
  margin: 0;
  font-size: 18px;
}

/*******************************/
/********** About CSS **********/
/*******************************/
.about {
  position: relative;
  width: 100%;
  padding: 45px 0;
}

.about .section-header {
  margin-bottom: 30px;
}

.about .about-img {
  position: relative;
  height: 100%;
  padding: 10px;
  background: #FF9A12;
}

.about .about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .about-text p {
  font-size: 16px;
}

.about-title-black {
  color: black;
  border-bottom: 2px solid white;
}

.about-title-white {
  color: white;
}


.inscription p {
  color: black;
}

.inscrip-bloc {
  padding: 36px;
  background: white;
}

.about .about-text a.btn {
  position: relative;
  margin-top: 15px;
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1B1464;
  border: 2px solid #ffffff;
  border-radius: 0;
  background: #FF9A12;
  transition: 0.3s;
}

.about .about-text a.btn:hover {
  color: #FF9A12;
  background: #1B1464;
}

@media (max-width: 767.98px) {
  .about .about-img {
    margin-bottom: 30px;
    height: auto;
  }
}

/*******************************/
/********* Service CSS *********/
/*******************************/

.service {
  position: relative;
  width: 100%;
  padding: 0px 0 15px 0;
  margin-top: 30px;
}

.service .service-item {
  position: relative;
  width: 100%;
  text-align: center;
  background: #dea14845;
  margin-bottom: 30px;
  height: 510px;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.service .service-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.service .service-icon i {
  width: 100px;
  height: 100px;
  padding: 20px 0;
  text-align: center;
  font-size: 60px;
  color: #1B1464;
  background: #FF9A12;
  transition: 0.5s;
}

.service .service-item:hover .service-icon i {
  margin-top: -15px;
}

.service .service-item h3 {
  margin: 0;
  padding: 25px 15px 15px 15px;
  font-size: 30px;
  font-weight: 600;
  color: #1B1464;
}

.service .service-item p {
  margin: 0;
  color: #131212;
  padding: 0 25px 25px 25px;
  font-size: 18px;
}

.service .service-item a.btn {
  position: relative;
  margin-bottom: 30px;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1B1464;
  border: 2px solid #ffe3ba;
  border-radius: 0;
  background: #FF9A12;
  transition: 0.3s;
}

.service .service-item:hover a.btn {
  color: #dea148;
  background: #1B1464;
}

/*******************************/
/********* Feature CSS *********/
/*******************************/
.feature {
  position: relative;
  width: 100%;
  /*padding: 45px 0;*/
}

.feature .feature-item {
  margin-bottom: 30px;
}

.feature .feature-icon {
  height: 180px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 2px solid #FF9A12;
}

.feature .feature-icon:hover {
  background: #FF9A12;
}

.feature-elt {
  background: white;
  color: black !important;
  border-bottom: solid 1px black;
}

.feature-elt h3 {
  color: #FF9A12 !important;
}

.feature .feature-icon i {
  width: 100px;
  height: 100px;
  padding: 20px 0;
  text-align: center;
  font-size: 60px;
  color: #1B1464;
  background: #000000;
  transition: 0.5s;
}

.feature .feature-item:hover .feature-icon i {
  margin-right: -15px;
}

.feature .feature-item h3 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
}

.feature .feature-item h3::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #1B1464;
}

.feature .feature-item p {
  margin: 0;
  font-size: 16px;
}

.feature .feature-img {
  position: relative;
  padding: 10px;
  background: #FF9A12;
}

.feature .feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
  position: relative;
  width: 100%;
  padding: 45px 0 15px 0;
}

.team .team-item {
  margin-bottom: 30px;
}

.team .team-img {
  position: relative;
}

.team .team-img img {
  width: 100%;
}

.team .team-text {
  position: relative;
  padding: 50px 15px 30px 15px;
  text-align: center;
  background: #FF9A12;
}

.team .team-text h2 {
  font-size: 22px;
  font-weight: 600;
  color: #1B1464;
}

.team .team-text p {
  margin: 0;
  color: #999999;
}

.team .team-social {
  position: absolute;
  width: calc(100% - 60px);
  height: 50px;
  top: -25px;
  left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1B1464;
  font-size: 0;
  transition: 0.5s;
}

.team .team-item:hover .team-social {
  width: 100%;
  left: 0;
}

.team .team-social a {
  display: inline-block;
  margin-right: 15px;
  font-size: 18px;
  text-align: center;
  color: #FF9A12;
  transition: 0.3s;
}

.team .team-social a:last-child {
  margin-right: 0;
}

.team .team-social a:hover {
  color: #ffffff;
}

/*******************************/
/*********** FAQs CSS **********/
/*******************************/
.faqs {
  position: relative;
  width: 100%;
  padding: 45px 0;
}

.faqs .faqs-img {
  position: relative;
  height: 100%;
  padding: 10px;
  background: #FF9A12;
}

.faqs .faqs-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .faqs .faqs-img {
    margin-bottom: 30px;
    height: auto;
  }
}

.faqs .card {
  margin-bottom: 15px;
  padding-top: 15px;
  border: none;
  border-radius: 0;
  border-top: 1px solid #1B1464;
}

.faqs .card:last-child {
  margin-bottom: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #1B1464;
}

.faqs .card-header {
  padding: 0;
  border: none;
  background: #ffffff;
}

.faqs .card-header a {
  display: block;
  width: 100%;
  color: #FF9A12;
  font-size: 18px;
  line-height: 40px;
}

.faqs .card-header a span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  text-align: center;
  background: #FF9A12;
  color: #1B1464;
  font-weight: 700;
}

.faqs .card-header [data-toggle="collapse"]:after {
  font-family: "font Awesome 5 Free";
  content: "\f067";
  float: right;
  color: #FF9A12;
  font-size: 12px;
  font-weight: 900;
  transition: 0.3s;
}

.faqs .card-header [data-toggle="collapse"][aria-expanded="true"]:after {
  font-family: "font Awesome 5 Free";
  content: "\f068";
  float: right;
  color: #FF9A12;
  font-size: 12px;
  font-weight: 900;
  transition: 0.3s;
}

.faqs .card-body {
  padding: 15px 0 0 0;
  font-size: 16px;
  border: none;
  background: #ffffff;
}

.faqs a.btn {
  position: relative;
  margin-top: 15px;
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1B1464;
  border: 2px solid #1B1464;
  border-radius: 0;
  background: #FF9A12;
  transition: 0.3s;
}

.faqs a.btn:hover {
  color: #FF9A12;
  background: #1B1464;
}

/*******************************/
/******* Testimonial CSS *******/
/*******************************/
.testimonial {
  position: relative;
  padding: 45px 0;
}

.testimonial .testimonials-carousel {
  position: relative;
  width: calc(100% + 30px);
  left: -15px;
  right: -15px;
}

.testimonial .testimonial-item {
  position: relative;
  margin: 0 15px;
  padding: 30px;
  background: #FF9A12;
  overflow: hidden;
}

.testimonial .testimonial-item i {
  position: absolute;
  top: 0;
  right: 0;
  color: #333333;
  font-size: 60px;
  transform: rotate(45deg);
  z-index: 1;
}

.testimonial .testimonial-item .col-12 {
  margin-top: 20px;
}

.testimonial .testimonial-item img {
  width: 100%;
}

.testimonial .testimonial-item h2 {
  color: #1B1464;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

.testimonial .testimonial-item p {
  color: #999999;
  font-size: 16px;
  margin: 0;
}

.testimonial .owl-nav,
.testimonial .owl-dots {
  margin-top: 15px;
  text-align: center;
}

.testimonial .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #1B1464;
}

.testimonial .owl-dot.active {
  background: #FF9A12;
}

/*******************************/
/*********** Blog CSS **********/
/*******************************/
.blog {
  position: relative;
  width: 100%;
  padding: 45px 0;
}

.blog .blog-carousel {
  position: relative;
  width: calc(100% + 30px);
  left: -15px;
  right: -15px;
}

.blog .blog-item {
  position: relative;
  margin: 0 15px;
  background: #ffffff;
  overflow: hidden;
}

.blog .blog-page .blog-item {
  margin: 0 0 30px 0;
}

.blog .blog-item img {
  width: 100%;
  margin-bottom: 25px;
}

.blog .blog-item h3 {
  font-size: 25px;
  font-weight: 600;
}

.blog .blog-item .meta {
  padding: 0 0 15px 0;
}

.blog .blog-item .meta * {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #999999;
  font-family: "Roboto", sans-serif !important;
}

.blog .blog-item .meta i {
  margin: 0 2px 0 10px;
}

.blog .blog-item .meta i:first-child {
  margin-left: 0;
}

.blog .blog-item p {
  font-size: 16px;
}

.blog .blog-item a.btn {
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1B1464;
  transition: 0.3s;
}

.blog .blog-item a.btn i {
  margin-left: 10px;
}

.blog .blog-item a.btn:hover {
  color: #FF9A12;
}

.blog .owl-nav,
.blog .owl-dots {
  margin-top: 15px;
  text-align: center;
}

.blog .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #1B1464;
}

.blog .owl-dot.active {
  background: #dea148;
}

.blog .pagination .page-link {
  color: #FF9A12;
  border-radius: 0;
  border-color: #1B1464;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
  color: #FF9A12;
  background: #1B1464;
}

.blog .pagination .disabled .page-link {
  color: #999999;
}

.categories {
  border: 1px solid #e3e8f5;
  border-radius: 20px;
  background-color: white;
  color: black !important;
  margin-left: 5px;
}

.categories:hover {
  background-color: #3c5bb8;
  color: white !important;
}

/*******************************/
/********* Timeline CSS ********/
/*******************************/
.timeline {
  position: relative;
  padding: 45px 0;
}

.timeline .timeline-start {
  position: relative;
  width: calc(100% + 30px);
  left: -15px;
  right: -15px;
}

.timeline .timeline-container {
  padding: 0 15px;
  position: relative;
  background: inherit;
  width: 50%;
  margin-top: -5px;
}

.timeline .timeline-container.left {
  left: 0;
}

.timeline .timeline-container.right {
  left: 50%;
}

.timeline .timeline-container::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 5px;
  background: #1B1464;
  z-index: 1;
}

.timeline .timeline-container.left::before {
  top: 0;
  right: 0;
}

.timeline .timeline-container.right::before {
  bottom: 0;
  left: 0;
}

.timeline .timeline-container::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 5px;
  background: #1B1464;
  z-index: 1;
}

.timeline .timeline-container.left::after {
  bottom: 0;
  right: 0;
}

.timeline .timeline-container.right::after {
  top: 0;
  left: 0;
}

.timeline .timeline-container:first-child::before,
.timeline .timeline-container:last-child::before {
  display: none;
}

.timeline .timeline-container .timeline-content {
  padding: 30px;
  background: #FF9A12;
  position: relative;
  border-right: 5px solid #1B1464;
}

.timeline .timeline-container.right .timeline-content {
  border-left: 5px solid #1B1464;
}

.timeline .timeline-container .timeline-content h2 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
  color: #1B1464;
}

.timeline .timeline-container .timeline-content h2 span {
  display: inline-block;
  margin-right: 15px;
  padding: 5px 10px;
  color: #FF9A12;
  background: #1B1464;
  font-family: "Roboto", sans-serif;
  font-style: normal;
}

.timeline .timeline-container .timeline-content p {
  margin: 0;
  font-size: 16px;
  color: #999999;
}

@media (max-width: 767.98px) {
  .timeline .timeline-container {
    width: 100%;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }

  .timeline .timeline-container:last-child {
    padding-bottom: 0;
  }

  .timeline .timeline-container.right {
    left: 0%;
  }

  .timeline .timeline-container.left::after,
  .timeline .timeline-container.right::after,
  .timeline .timeline-container.left::before,
  .timeline .timeline-container.right::before {
    width: 5px;
    height: 35px;
    left: 15px;
  }

  .timeline .timeline-container.left .timeline-content,
  .timeline .timeline-container.right .timeline-content {
    border-left: 5px solid #1B1464;
    border-right: none;
  }
}

/*******************************/
/******** Portfolio CSS ********/
/*******************************/
.portfolio {
  position: relative;
  padding: 45px 0;
  background: #ffffff;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: -15px 0 25px 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}

.portfolio #portfolio-flters li,
.portfolio .load-more .btn {
  cursor: pointer;
  display: inline-block;
  margin: 5px;
  padding: 8px 15px;
  color: #1B1464;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0;
  background: #FF9A12;
  border: 2px solid #1B1464;
  transition: 0.3s;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #1B1464;
  color: #FF9A12;
}

.portfolio .load-more {
  text-align: center;
}

.portfolio .load-more .btn {
  padding: 15px 35px;
  font-size: 16px;
  transition: 0.3s;
}

.portfolio .load-more .btn:hover {
  color: #FF9A12;
  background: #1B1464;
}

.portfolio .portfolio-item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  transition: 0.5s;
}

.portfolio .portfolio-item:hover {
  margin-top: -10px;
}

.portfolio .portfolio-wrap {
  position: relative;
  width: 100%;
}

.portfolio img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio figure {
  position: absolute;
  padding: 30px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  background: linear-gradient(rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 1) 90%);
}

.portfolio figure p {
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 5px;
  color: #ffffff;
  font-size: 18px;
}

.portfolio figure p::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #ffffff;
}

.portfolio figure a {
  font-family: "Roboto", serif;
  color: #1B1464;
  font-size: 25px;
  font-weight: 600;
  font-style: italic;
  transition: 0.3s;
}

.portfolio figure a:hover {
  text-decoration: none;
  color: #ffffff;
}

.portfolio figure span {
  position: relative;
  color: #999999;
  font-size: 16px;
}

/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
  position: relative;
  width: 100%;
  padding: 45px 0 15px 0;
}

.contact .contact-info {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  padding: 30px;
  background: #ffffff;
  padding-top: 0;
}

.contact .contact-item {
  position: relative;
  margin-bottom: 30px;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  flex-direction: row;

}

.contact .contact-item i {
  display: inline-block;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #1B1464;
  border: 2px solid #1B1464;
}

.contact .contact-text {
  position: relative;
  width: auto;
  padding-left: 15px;
}

.contact .contact-text h2 {
  color: #1B1464;
  font-size: 25px;
  font-weight: 600;
}

.contact .contact-text p {
  margin: 0;
  color: black;
  font-size: 16px;
}

.contact .contact-item:last-child {
  margin-bottom: 0;
}

.contact .contact-form {
  position: relative;
  margin-bottom: 30px;
}

.contact .contact-form input {
  height: 60px;
  border-radius: 0;
  border-width: 2px;
  border-color: #FF9A12;
}

.contact .contact-form textarea {
  height: 190px;
  border-radius: 0;
  border-width: 2px;
  border-color: #FF9A12;
}

.contact .contact-form .btn {
  padding: 16px 35px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: white;
  background: #FF9A12;
  border: 2px solid white;
  border-radius: 0;
  transition: 0.3s;
}

.contact .contact-form .btn:hover {
  color: #FF9A12;
  background: #1B1464;
}

/*******************************/
/******* Single Page CSS *******/
/*******************************/
.single {
  position: relative;
  width: 100%;
  padding: 0px 0 0 0;
}

.single img {
  margin: 10px 0 15px 0;
}

.single .table,
.single .list-group {
  margin-bottom: 30px;
}

.single .ul-group {
  padding: 0;
  list-style: none;
}

.single .ul-group li {
  margin-left: 2px;
}

.single .ul-group li::before {
  position: relative;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.single .ol-group {
  padding-left: 18px;
}

/*******************************/
/********** Newsletter *********/
/*******************************/
.newsletter {
  position: relative;
  max-width: 900px;
  margin: 45px auto -140px auto;
  padding: 30px 15px;
  background: #1B1464;
  z-index: 1;
}

.newsletter .section-header {
  margin-bottom: 25px;
}

.newsletter .section-header h2::before,
.newsletter .section-header h2::after {
  border-color: #ffffff;
}

.newsletter .form {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

.newsletter input {
  height: 50px;
  border: 2px solid #FF9A12;
  border-radius: 0;
}

.newsletter .btn {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 40px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #1B1464;
  background: #FF9A12;
  border-radius: 0;
  border: 2px solid #1B1464;
  transition: 0.3s;
}

.newsletter .btn:hover {
  color: #FF9A12;
  background: #1B1464;
}

/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
  position: relative;
  margin-top: 45px;
  padding-top: 30px;
  background: #060400;
  color: #ffffff;
}

.footer .footer-about,
.footer .footer-link,
.footer .footer-contact {
  position: relative;
  margin-bottom: 45px;
  color: #999999;
}

.footer .footer-about h2,
.footer .footer-link h2,
.footer .footer-contact h2 {
  position: relative;
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 600;
  color: #FF9A12;
}

.footer .footer-link a {
  display: block;
  margin-bottom:3px;
  color: #fcf6f6;
  transition: 0.3s;
}

.footer .footer-link a::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .footer-link a:hover {
  color: #FF9A12;
  letter-spacing: 1px;
}

.footer .footer-contact p i {
  width: 25px;
}

.footer .footer-social {
  position: relative;
  margin-top: 20px;
}

.footer .footer-social a {
  display: inline-block;
}

.footer .footer-social a i {
  margin-right: 15px;
  font-size: 18px;
  color: #FF9A12;
}

.footer .footer-social a i {
  margin: 0;
}

.footer .footer-social a:hover i {
  color: #999999;
}

.footer .footer-menu .f-menu {
  position: relative;
  padding: 15px 0;
  background: #000000;
  font-size: 0;
  text-align: center;
}

.footer .footer-menu .f-menu a {
  color: #999999;
  font-size: 16px;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .footer-menu .f-menu a:hover {
  color: #FF9A12;
}

.footer .footer-menu .f-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.footer .copyright {
  padding: 30px 15px;
}

.footer .copyright p {
  margin: 0;
  color: #999999;
}

.footer .copyright .col-md-6:last-child p {
  text-align: right;
}

.footer .copyright p a {
  color: #FF9A12;
  font-weight: 500;
  letter-spacing: 1px;
}

.footer .copyright p a:hover {
  color: #ffffff;
}

@media (max-width: 768px) {
  .navbar-nav .mr-auto {
    font-size: 10px;
  }

  .footer .copyright p,
  .footer .copyright .col-md-6:last-child p {
    margin: 5px 0;
    text-align: center;
  }

  .logo-text {
    font-size: 20px;
  }

  .hidden-mobile {
    display: none;
  }

  .nav-bar-edit {
    margin-top: 0px;
  }

  .hide-desktop {
    display: block !important;
  }

  .about-custum {
    margin-top: 50px !important;
  }

  .foot {
    padding-left: 20px !important;
  }
}

.h3-haut {
  font-size: 1.3rem;
  color: #1B1464;
}

.logo-text {
  font-size: 18px;
  /*font-size: 20px;*/
  color: #FF9A12;
  font-weight: bold;
}

.logo-d {
  line-height: 0;
  font-family: "Roboto";
}

.nav-item.nav-link {
  font-weight: 500;
}

.hidden-mobile p a {
  color: #FF9A12;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  padding: 10px 10px 8px 10px;
  width: auto;
  font-weight: bold;
}

.navbar-dark .navbar-toggler {
  color: #1b1464;
  border-color: #1b1464;
  background: #1b1464;
}

.agrement p {
  font-weight: 500;
  color: #3752a3;
  letter-spacing: 2px;
}

.agrement {
  padding-top: 4px;
}

.hide-desktop {
  display: none;
}

.navbar-dark .navbar-brand {
  color: #fff;
  font-size: 10px;
}

.hidden-mobile a:hover {
  color: #FF9A12;
}

.h3-haut:hover {
  color: #FF9A12;
}

.about-title {
  color: #1B1464;
}

.foot {
  padding-right: 0px;
  padding-left: 0;
}

.img-form {
  width: 100%;
}

.btn-form-left,
.btn-form-right {
  letter-spacing: 0px !important;
  color: white !important;
  border: 1px solid white;
}

.btn-form-left {
  border-right: none !important;
  background: #1B1464 !important;
  border-radius: 20px 0px 0 20px !important;
}

.btn-form-right {
  border-left: none !important;
  background: #FF9A12 !important;
  border-radius: 0px 20px 20px 0px !important;
}

.btn-form-left:hover {
  background: white !important;
  color: black !important;
  border: 1px solid #1B1464;
}

.btn-form-right:hover {
  background: black !important;
  color: white !important;
}

.btn-link {
  color: #1B1464;
  font-family: "Roboto", serif;
  font-size: 18px;
}

.single-2 {
  background: #FF9A12;
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact-form label {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #FF9A12 !important;
}

.sectionlangue {
  color: #FF9A12;
  background: #1B1464;
  padding: 2px;
  border: 1px solid white;
}

.ligne {
  border: 1px solid black;
  margin-top: 15px;
}

.ligne legend {

  color: #1B1464;
  font: normal 20px roboto;
}


.sectionlangue:hover {
  color: #1B1464;
  background: #FF9A12;
}

.options-cours {
  list-style: none;
  text-align: left;
  font-size: 11px;
  color: #000000;
  padding-left: 10px;
}

.nos-formations li {

  text-align: left;
  padding: 8px;
  box-shadow: 1px 1px 1px 1px #FF9A12;
  border-radius: 10px;
  list-style: none;
  margin: 30px;
}

.nos-formations li:hover {

  background-color: #FF9A12;
  color: white;
  font-weight: bold;
}

.bonome-cote-text {
  position: relative;
  float: right;
  margin-top: 3%;
  width: 70%;
}

.whatsapp-message {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 1000;
}

.whatsapp-message img {
  width: 70px;
}

.row.specialise ul li {
  color: #1B1464;
}

.modal-content {
  height: 316px;
}

.col-md-2.eveil {
  border: solid 1px #2822ad;
  border-radius: 5px;
  margin: 0px;
  padding: 0px;
}

.col-md-3.eveil {
  border: solid 1px #2822ad;
  border-radius: 5px;
  margin: 0px;
  padding: 0px;
}

@media (max-width: 768px) {
  .navbar-nav .mr-auto {
    font-size: 10px;
  }

}

/* ------testimonial  close-------*/
.testimonial {
  min-height: 375px;
  position: relative;
  background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg);
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center;
  background-size: cover;
}
#testimonial4 .carousel-inner:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item {
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li {
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active {
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control {
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
  transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}
.testimonial4_control_button .carousel-control.left {
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right {
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header {
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 136px;
  height: 136px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4;
  margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}

.testimonial .carousel {
  padding-bottom: 50px;
}
.testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
  width: 35px;
  height: 35px;
}



.white-heading {
color: #ffffff;
}


.heading {
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  margin-bottom: 70px;
  text-transform: uppercase;
  z-index: 999;
}

.heading:after {
  content: " ";
  position: absolute;
  top: 65%;
  left: 50%;
  height: 40px;
  width: 180px;
  border-radius: 4px;
  transform: translateX(-50%);
  background: url(img/heading-line.png);
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial4_slide p {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4;
  margin: 40px 0 20px 0;
}


.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}
@media (min-width: 1200px) {
  h4, .heading-4 {
      font-size: 24px;
      line-height: 1.25;
  }
}

.formations-courtes .col-md-2 {
  margin-top: 5px;
}
.formations-courtes .col-md-2 .btn-primary{
  color: #FFF;
}
/* ------testimonial  close-------*/

.atouts {
  background-color: #0057b5;
  color: white;
  padding: 10px;
  height: 70px;
  font-weight: bold;
}

/* carousel */
#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
  text-align:center;
}
/* indicator position */
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -10px;
  margin-right: -19px;
  color:#60dfe5;
}
/* indicator color */
#quote-carousel .carousel-indicators li {
  background: #333333;
  height:4px;
  width:50px;
}
/* active indicator */
#quote-carousel .carousel-indicators .active {
  background: #60dfe5;
  height:4x;
  width:50px;
  margin-bottom:1px;
}
/* typography */

.steve-design{
  color: #1b1464;
  font-size: 35px;
}

.atout-2 {
  background: linear-gradient(#0057b5, #1b1464);
  color: white;
  padding: 10px;
  font-weight: bold;
}
  .server_section {
    background: none;
    background-color: #020230;
  }

  .server_section .img-box {
    margin-bottom: 5px;
  }
  .server_section .img-box {
    position: relative;
  }
  
  .server_section .img-box img {
    width: 100%;
  }
  
  .server_section .img-box .play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 65px;
    height: 65px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border: none;
  }
  
  .server_section .img-box .play_btn button {
    background-color: transparent;
    border: none;
    background-color: #03a7d3;
    color: #ffffff;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: relative;
    z-index: 3;
    outline: none;
  }
  
  .server_section .img-box .play_btn:before, .server_section .img-box .play_btn:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #03a7d3;
    opacity: 1;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  
  .server_section .img-box .play_btn:before {
    z-index: 2;
    -webkit-animation: before-animation 1500ms infinite;
            animation: before-animation 1500ms infinite;
  }
  
  .server_section .img-box .play_btn:after {
    z-index: 1;
    -webkit-animation: after-animation 1500ms infinite;
            animation: after-animation 1500ms infinite;
  }
  .cards .card .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.cards .card .content .img {
    height: 130px;
    width: 130px;
    border-radius: 50%;
    padding: 3px;
    background: #00bfff; /* Dark teal background for image circle */
    margin-bottom: 14px;
}

.card .content .img img {
    height: 100%;
    width: 100%;
    border: 3px solid #ffffff; /* White border for image */
    border-radius: 50%;
    object-fit: cover;
}

.card .content .name {
    font-size: 22px; /* Increased font size for name */
    font-weight: 600; /* Bolder weight for name */
    margin-top: 10px;
}

.card .content .job {
    font-size: 18px; /* Slightly smaller font size for job */
    color: #00bfff; /* Dark teal for job title */
    margin: 5px 0;
}

.card .content .description {
    font-size: 14px; /* Description font size */
    color: #555; /* Dark gray for description */
    margin: 10px 0;
    line-height: 1.5; /* Improved line spacing */
}

.card .content .media-icons {
    margin-top: 10px;
    display: flex;
}

.media-icons a {
    text-align: center;
    line-height: 35px;
    height: 35px;
    width: 35px;
    margin: 0 6px; /* Increased margin for spacing */
    font-size: 18px; /* Increased font size for icons */
    color: #ffffff; /* White color for icons */
    border-radius: 50%;
    background: #00bfff; /* Dark teal background for icon circles */
    transition: all 0.3s ease;
}

.media-icons a:hover {
    color: #00796b; /* Dark teal color on hover */
    background-color: #ffffff; /* White background on hover */
    border: 2px solid #00bfff; /* Dark teal border on hover */
}
::selection {
  background: #00bfff;
  color: #fff;
}

.mycontainer {
  width: 100%;
  overflow: hidden;
  padding: 80px 0;
  position: relative;
}

.mycontainer .main-card {
  display: flex;
  justify-content: space-evenly;
  width: 200%;
  transition: 1s;
}

#two:checked ~ .main-card {
  margin-left: -100%;
}

.mycontainer .main-card .cards {
  width: calc(100% / 2 - 10px);
  display: flex;
  flex-wrap: wrap;
  margin: 0 20px;
  justify-content: space-between;
}

.main-card .cards .card {
  width: calc(100% / 3 - 10px);
  background: #ffffff; /* White background for cards */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease;
  position: relative;
}

.main-card .cards .card:hover {
  transform: translateY(-10px);
}

.cards .card .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.cards .card .content .img {
  height: 130px;
  width: 130px;
  border-radius: 50%;
  padding: 3px;
  background: #0d0249; /* Dark teal background for image circle */
  margin-bottom: 14px;
}

.card .content .img img {
  height: 100%;
  width: 100%;
  border: 3px solid #ffffff; /* White border for image */
  border-radius: 50%;
  object-fit: cover;
}

.card .content .name {
  font-size: 22px; /* Increased font size for name */
  font-weight: 600; /* Bolder weight for name */
  margin-top: 10px;
}

.card .content .job {
  font-size: 18px; /* Slightly smaller font size for job */
  color: #0d0249; /* Dark teal for job title */
  margin: 5px 0;
}

.card .content .description {
  font-size: 14px; /* Description font size */
  color: #555; /* Dark gray for description */
  margin: 10px 0;
  line-height: 1.5; /* Improved line spacing */
}

.card .content .media-icons {
  margin-top: 10px;
  display: flex;
}

.media-icons a {
  text-align: center;
  line-height: 35px;
  height: 35px;
  width: 35px;
  margin: 0 6px; /* Increased margin for spacing */
  font-size: 18px; /* Increased font size for icons */
  color: #ffffff; /* White color for icons */
  border-radius: 50%;
  background: #0d0249; /* Dark teal background for icon circles */
  transition: all 0.3s ease;
}

.media-icons a:hover {
  color: #00796b; /* Dark teal color on hover */
  background-color: #ffffff; /* White background on hover */
  border: 2px solid #0d0249; /* Dark teal border on hover */
}

.mycontainer .button {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 20px;
}

.button label {
  height: 15px;
  width: 15px;
  border-radius: 20px;
  background: #ffffff; /* White background for button */
  margin: 0 4px;
  cursor: pointer;
  transition: all 0.5s ease;
}

.button label.active {
  width: 35px; /* Active button size */
}

#one:checked ~ .button .one {
  width: 35px; /* Active button size for first */
}

#one:checked ~ .button .two {
  width: 15px; /* Inactive size for second */
}

#two:checked ~ .button .one {
  width: 15px; /* Inactive size for first */
}

#two:checked ~ .button .two {
  width: 35px; /* Active button size for second */
}

input[type="radio"] {
  display: none;
}

/* Arrow Styling */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  background-color: #0d0249; /* Dark teal background for arrows */
  color: #ffffff; /* White color for arrows */
  cursor: pointer;
  padding: 10px;
  border-radius: 50%; /* Circular buttons for arrows */
  width: 50px; /* Increased width for better click area */
  height: 50px; /* Increased height for better click area */
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); /* Shadow for depth */
}

.arrow.left {
  left: 30px;
}

.arrow.right {
  right: 30px;
}

@media (max-width: 768px) {
  .main-card .cards .card {
      margin: 20px 0 10px 0;
      width: calc(100% / 2 - 10px);
  }
}

@media (max-width: 600px) {
  .main-card .cards .card {
      width: 100%;
  }
}
.section__container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 1rem;
  text-align: center;
}
.myheader {
  margin-bottom: 2rem;
}

.myheader p {
  letter-spacing: 2px;
  font-size: 1rem;
  font-weight: 500;
}

.myheader h1 {
  font-family: "Noto Serif", serif;
  font-size: 2rem;
  font-weight: 900;
}

.testimonials__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 2rem;
}

.mycard {
  padding: 2rem;
  display: grid;
  gap: 1rem;
  background-color: var(--extra-light);
  border-radius: 5px;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.mycard i {
  font-size: 2.5rem;
  color: gold;
}

.mycard p {
  font-size: 1rem;
  font-weight: 500;
}

.mycard hr {
  width: 40px;
  margin: auto;
  color: var(--text-light);
}

.mycard img {
  width: 60px;
  height: 60px;
  margin: auto;
  border-radius: 100%;
  border: 1px solid var(--primary-color);
}

.mycard .name {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--text-light);
  transition: 0.3s;
}

.mycard .name:hover {
  color: var(--primary-color);
}
@media (width < 900px) {
  .testimonials__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

@media (width < 600px) {
  .testimonials__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.myservices .myservice-item:hover .icon img {
  margin-top: -10px;
}

.myservices .myservice-item {
  position: relative;
  margin-top: 95px;
}

.myservices .myservice-item .icon {
  width: 200px;
  height: 200px;
  display: inline-block;
  text-align: center;
  line-height: 190px;
  background-color: #0d0249;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: -95px;
}

.myservices .myservice-item .icon img {
  max-width: 86px;
  transition: all .2s;
}

.myservices .myservice-item .main-content {
  border-radius: 25px;
  padding: 80px 30px 50px 30px;
  background-color: #f1f0fe;
  margin-bottom: 30px;
  margin-right: 80px;
  transition: all .4s;
}

.myservices .myservice-item h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 30px;
  transition: all .4s;
}

.myservices .myservice-item p {
  color: #4a4a4a;
  margin-bottom: 25px;
}
#content .wrapper1 {
  padding: 52px 0;
}
#content .wrapper1__inset1 {
  padding-bottom: 68px;
}
#content .wrapper1__inset2 {
  padding-bottom: 32px;
}
.grid_12 {
  width: 940px;
}
.grid_6 {
  width: 364px;
}
#content .box4 {
  margin-top: 32px;
}
#content .box4 a:hover {
  text-decoration: none;
  color: #444444;
}
#content .box4 h6 {
  margin-bottom: 14px;
}
#content .box4__offset1 {
  margin-top: 25px;
}
#content .heading {
  position: relative;
  text-align: center;
}
#content .heading:before,
#content .heading:after {
  content: '';
  position: absolute;
  width: 96px;
  height: 1px;
  top: 9px;
  left: 50%;
  background: #d3d3d3;
}
#content .heading:before {
  margin-left: -122px;
}
#content .heading:after {
  margin-left: 23px;
}
.centered-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}

.centered-image::before,
.centered-image::after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background-color: #000; /* Couleur des lignes */
  margin: 0 20px; /* Espacement entre l'image et les lignes */
}

.myimg {
  width: 3%; /* La taille de l'image */
  height: 5%;
}
.how_section .how_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 45px 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.how_section .how_container .box {
  text-align: center;
  margin: 10px;
  min-width: 200px;
  width: 325px;
}

.how_section .how_container .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 200px;
  background-color: #f6f5f7;
}

.how_section .how_container .box .img-box svg {
  width: 75px;
  height: auto;
}

.how_section .how_container .box .detail-box {
  margin-top: 15px;
}

.how_section .how_container .box .detail-box h5 {
  font-weight: bold;
  position: relative;
}

.how_section .how_container .box .detail-box h5::before {
  display: none;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 75px;
  height: 2px;
  background-color: #30ae69;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.how_section .how_container .box .detail-box p {
  color: #b8b8b8;
}

.how_section .how_container .box:hover .img-box {
  background-color: #30ae69;
}

.how_section .how_container .box:hover .img-box svg {
  fill: #ffffff;
}

.how_section .how_container .box:hover .detail-box {
  margin-top: 15px;
}

.how_section .how_container .box:hover .detail-box h5::before {
  display: block;
}

.how_section .how_container .box:hover .detail-box p {
  color: #393a3c;
}

.how_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.how_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #171717;
  border: 1px solid #171717;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.how_section .btn-box a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
}
.pricing-tables {
  padding-top: 130px;
}

.pricing-tables  .section-heading {
  text-align: center;
  margin-bottom: 20px;
}

.pricing-tables  .section-heading p {
  margin-top: 10px;
  margin-left: 18%;
  margin-right: 18%;
}

.pricing-item-regular {
  margin-top: 30px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.07);
  border-radius: 50px;
  padding: 90px 30px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.pricing-item-regular:before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/regular-table-top.png);
  z-index: 0;
  content: '';
  width: 274px;
  height: 221px;
}

.pricing-item-regular:after {
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../images/regular-table-bottom.png);
  z-index: 0;
  content: '';
  width: 370px;
  height: 171px;
}

.pricing-item-regular span.price {
  font-size: 40px;
  color: #fff;
  position: absolute;
  font-weight: 700;
  z-index: 1;
  left: 30px;
  top: 30px;
}

.pricing-item-regular h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

.pricing-item-regular .icon img {
  width: 120px;
  height: 106px;
  margin-bottom: 30px;
}

.pricing-item-regular ul li {
  color: #4b8ef1;
  font-size: 15px;
  margin-bottom: 15px;
}

.pricing-item-regular ul li:last-child {
  margin-bottom: 0px;
}

.pricing-item-regular ul li.non-function {
  color: #afafaf;
  text-decoration: line-through;
}

.pricing-item-regular .border-button {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}

.pricing-item-pro {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.07);
  border-radius: 50px;
  padding: 120px 30px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.pricing-item-pro:before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/pro-table-top.png);
  z-index: 0;
  content: '';
  width: 281px;
  height: 251px;
}

.pricing-item-pro:after {
  position: absolute;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/pro-table-bottom.png);
  z-index: 0;
  content: '';
  width: 100%;
  height: 201px;
}

.pricing-item-pro span.price {
  font-size: 40px;
  color: #0d0249;
  position: absolute;
  font-weight: 700;
  z-index: 1;
  left: 30px;
  top: 30px;
}

.pricing-item-pro h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

.pricing-item-pro .icon img {
  width: 120px;
  height: 106px;
  margin-bottom: 30px;
}

.pricing-item-pro ul li {
  color: #0d0249;
  font-size: 15px;
  margin-bottom: 15px;
}

.pricing-item-pro ul li:last-child {
  margin-bottom: 0px;
}

.pricing-item-pro ul li.non-function {
  color: #afafaf;
  text-decoration: line-through;
}

.pricing-item-pro .border-button {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.about-us {
  padding-top: 130px;
  position: relative;
}

.about-us .section-heading {
  margin-bottom: 20px;
}

.about-us .section-heading,
.about-us .box-item,
.about-us p,
.about-us .box-item .gradient-button,
.about-us .box-item span {
  position: relative;
  z-index: 1;
}

.about-us .box-item {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.07);
  padding: 10px 30px;
  background-color: #0d0249;
  border-radius: 40px;
  margin-bottom: 30px;
}

.about-us .box-item h4 a {
  font-size: 20px;
  font-weight: 700;
  margin-top: 8px;
  color: #fcfbfb;
  transition: all .3s;
}

.about-us .box-item p {
  margin-bottom: 0px;
  color: #fcfbfb;
}

.about-us .box-item:hover h4 a {
  color: #0d0249;
}

.about-us .gradient-button {
  margin-top: 30px;
  margin-bottom: 10px;
}

.about-us span {
  font-size: 14px;
  color: #7a7a7a;
}

.about-us .right-image {
  position: relative;
  z-index: 1;
}

.about-us:after {
  background-image: url(../images/about-bg.jpg);
  width: 777px;
  height: 1132px;
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.tm-section-pad-top {
  padding-top: 80px;
  padding-bottom: 40px;
}

.tm-content-box {
  padding-top: 20px;
  padding-bottom: 40px;
}

.tm-text-primary {
  color: #0d0249;
}

.tm-font-big {
  font-size: 1.25rem;
}

.tm-btn-primary {
  color: white;
  background-color: #0d0249;
  padding: 14px 30px;
}

.tm-btn-primary:hover,
.tm-btn-primary:focus {
  color: white;
  background-color: #0d0249;
}
.tm-text-primary {
  color: #0d0249;
}
.page-header .container {
  position: relative;
  padding: 45px 0 45px 35px;
  border-left: 15px solid #FFFFFF;
}

.header-carousel .container::before,
.header-carousel .container::after,
.page-header .container::before,
.page-header .container::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100px;
  height: 15px;
  background: #FFFFFF;
}

.header-carousel .container::after,
.page-header .container::after {
  top: 100%;
  margin-top: -15px;
}
.page-header {
  background: linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, .7)), url('../../site/img/formation/AssistantPRO-Academy-background-image-de-fond-menu-AP.jpg');
  background-size: cover;
  background-image:  
  background-repeat: no-repeat;
  
  padding: 5rem 0;
}
.display-3 {
  font-size: 2.5rem;
}

/* Media Queries */
@media (max-width: 992px) {
  .page-header {
      padding: 4rem 0;
  }
  .display-3 {
      font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .page-header {
      padding: 3rem 0;
  }
  .display-3 {
      font-size: 1.8rem;
  }
}

@media (max-width: 576px) {
  .page-header {
      padding: 2rem 0;
  }
  .display-3 {
      font-size: 1.5rem;
  }
}
.events .section-heading {
  margin-bottom: 10px;
}

.events .item {
  background-color: #f1f0fe;
  border-radius: 25px;
  position: relative;
  padding: 40px;
  margin-bottom: 10px;
}

.events .item .image {
  position: relative;
}

.events .item .image img {
  position: absolute;
  border-radius: 25px;
  max-width: 260px;
  left: 0;
  top: -70px;
}

.events .item ul li {
  display: inline-block;
  width: 17.5%;
  vertical-align: middle;
}

.events .item ul li:first-child {
  width: 35%;
}

.events .item ul li:nth-of-type(2) {
  width: 28%;
}

.events .item ul li span.category {
  font-size: 14px;
  text-transform: uppercase;
  color: #0d0249;
  background-color: #fff;
  padding: 8px 20px;
  border-radius: 25px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 20px;
}

.events .item ul li h4 {
  font-size: 22px;
  font-weight: 600;
}

.events .item ul li span {
  display: inline-block;
  font-size: 14px;
  color: #4a4a4a;
  margin-bottom: 10px;
}

.events .item ul li h6 {
  font-size: 16px;
  color: #0d0249;
  font-weight: 600;
}

.events .item a {
  position: absolute;
  right: 0;
  top: 22px;
  background-color: #0d0249;
  width: 60px;
  height: 120px;
  display: inline-block;
  text-align: center;
  line-height: 120px;
  font-size: 18px;
  z-index: 1;
  color: #fff;
  border-radius: 60px 0px 0px 60px;
}
.events {
  margin-top: 10px;
}
.events .item {
  margin-bottom: 10px;
}
.events .item .image img {
  position: relative;
  max-width: 100%;
}
.events .item ul {
  margin-top: -40px;
}
.events .item ul li:first-child {
  width: 100% !important;
  margin-bottom: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.events .item ul li:nth-child(2) {
  width: 40% !important;
}
.events .item ul li {
  display: inline-block;
  width: 28% !important;
}
.events .item ul li:last-child {
  text-align: right;
}
.events .item a {
  bottom: 150px;
  top: auto;
}
.events .item ul li h6 {
  font-size: 14px;
}
.events_item .thumb {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}

.events_item .thumb img {
  margin-bottom: -5px;
}

.events_item .thumb span.category {
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 14px;
  text-transform: uppercase;
  color: #0d0249;
  background-color: rgba(250, 250, 250, 0.95);
  padding: 8px 20px;
  border-radius: 25px;
  font-weight: 500;
  display: inline-block;
}

.events_item .thumb span.price {
  position: absolute;
  right: -30px;
  top: -50px;
  background-color: #0d0249;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: inline-block;
  transition: all .3s;
}

.events_item .thumb span.price h6 {
  margin-top: 72px;
  margin-left: 22px;
  font-size: 28px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

.events_item .thumb span.price em {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  vertical-align: top;
}

.events_item {
  background-color: #f1f0fe;
  border-radius: 25px;
  margin-bottom: 10px;
  position: relative;
  justify-content: center;
  align-items: center;
} 

.events_item .down-content {
  padding: 20px 30px 25px 30px;
}

.events_item .down-content span.author {
  color: #0d0249;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 6px;
}

.events_item .down-content h4 {
  font-size: 22px;
  font-weight: 600;
  transition: all .3s;
}

.events_item:hover .down-content h4 {
  color: #0d0249;
}

.events_item:hover .thumb span.price {
  transform: scale(1.2);
}
.logo-responsive {
  max-width: 100%;
  height: auto;
}
/* Forcer la taille du logo pour les écrans petits */
@media screen and (max-width: 480px) {
  .small-screen-logo {
    max-width: 100px !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important; /* Centrer le logo */
  }

  /* Ajustement des textes */
  .bonome-cote-text b {
    font-size: 13px !important;
  }

  .bonome-cote-text p {
    font-size: 12px !important;
  }
}

 :root {
    --apa-blue:    #1B1464;
    --apa-blue-lt: #2a1fa0;
    --apa-green:   #00BF1F;
    --apa-green-dk:#009918;
    --apa-grey:    #5f6368;
    --apa-light:   #F7F8FA;
    --apa-border:  #E2E6EF;
    --apa-white:   #ffffff;
    --apa-radius:  12px;
    --apa-shadow:  0 4px 24px rgba(27,20,100,.10);
  }

  /* ── Utilitaires ── */
  .mb-6 { margin-bottom: 4rem !important; }
  .apa-body { color: var(--apa-grey); line-height: 1.75; margin-bottom: 1rem; }

  /* ── Hero ── */
  .apa-hero { padding: 2rem 0 1rem; }
  .apa-hero__title {
    color: var(--apa-blue);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    letter-spacing: -.5px;
    line-height: 1.15;
    margin-bottom: .75rem;
  }
  .apa-hero__sub {
    color: var(--apa-grey);
    font-size: 1.2rem;
    max-width: 600px;
  }
  .apa-hero__divider {
    width: 60px; height: 4px;
    background: var(--apa-blue);
    border-radius: 2px;
  }

  /* ── Section titles ── */
  .apa-section-title {
    color: var(--apa-blue);
    font-size: 1.65rem;
    font-weight: 800;
    line-height: 1.25;
  }
  .apa-section-title-lg {
    color: var(--apa-blue);
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 900;
    margin-bottom: .75rem;
  }
  .apa-sub-heading {
    color: var(--apa-blue);
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
  }

  /* ── Badges inline ── */
  .apa-badges { }
  .apa-badge {
    display: inline-flex; align-items: center;
    font-size: .82rem; font-weight: 600;
    padding: 5px 14px; border-radius: 50px;
  }
  .apa-badge--blue   { color: var(--apa-blue); }
  .apa-badge--green  { color: var(--apa-green-dk); }
  .apa-badge--outline{ border: 1.5px solid var(--apa-border); }

  /* ── Tags (petits labels de catégorie) ── */
  .apa-tag {
    display: inline-block;
    font-size: .75rem; font-weight: 700;
    letter-spacing: .06em; text-transform: uppercase;
    padding: 3px 12px; border-radius: 50px;
  }
  .apa-tag--blue  { background: var(--apa-blue);  color: #fff; }
  .apa-tag--green { background: var(--apa-green); color: #fff; }
  .apa-tag--dark  { background: #2d2d2d;          color: #fff; }

  /* ── Image frame ── */
  .apa-img-frame {
    position: relative;
    border-radius: var(--apa-radius);
    overflow: visible;
  }
  .apa-img-frame img {
    border-radius: var(--apa-radius);
    display: block;
    box-shadow: var(--apa-shadow);
  }

  /* ── Highlight card (bilinguisme) ── */
  .apa-highlight-card {
    background: linear-gradient(135deg, var(--apa-blue) 0%, #2a1fa0 100%);
    color: white;
    border-radius: var(--apa-radius);
    padding: 2.5rem;
    box-shadow: var(--apa-shadow);
  }
  .apa-highlight-card .apa-body { color: rgba(255,255,255,.82); }
  .apa-highlight-card .apa-section-title { color: #fff; }
  .apa-hl-icon {
    width: 48px; height: 48px;
    background: rgba(255,255,255,.12);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem; color: var(--apa-green);
  }
  .apa-partner-link { text-decoration: none; display: inline-block; }
  .apa-partner-logo {
    max-height: 100px;
    filter: brightness(0) invert(1);
    opacity: .9;
    transition: opacity .2s;
  }
  .apa-partner-logo:hover { opacity: 1; }
  .apa-partner-label { font-size: .78rem; color: rgba(255,255,255,.6); text-transform: uppercase; letter-spacing: .08em; }

  /* ── Offre card principale (CQP) ── */
  .apa-offre-card {
    border: 1.5px solid var(--apa-border);
    padding: 2rem 2.5rem;
    position: relative;
    overflow: hidden;
  }
  .apa-offre-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 5px; height: 100%;
    background: linear-gradient(180deg, var(--apa-blue), var(--apa-green));
    border-radius: 3px 0 0 3px;
  }
  .apa-offre-card__header {
    display: flex; align-items: center; gap: 1.2rem;
  }
  .apa-offre-num {
    font-size: 3rem; font-weight: 900; line-height: 1;
    color: rgb(255 154 18);
  }
  .apa-offre-title { color: var(--apa-blue); font-size: 1.4rem; font-weight: 800; }

  /* ── Frise parcours ── */
  .apa-timeline { display: flex; align-items: center; gap: 0; margin-bottom: 1.5rem; }
  .apa-timeline__step {
    display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center;
  }
  .apa-timeline__dot {
    width: 16px; height: 16px;
    background: var(--apa-blue);
    border-radius: 50%;
    border: 3px solid var(--apa-white);
    box-shadow: 0 0 0 2px var(--apa-blue);
  }
  .apa-timeline__dot--green { background: var(--apa-green); box-shadow: 0 0 0 2px var(--apa-green); }
  .apa-timeline__connector { flex: 1; height: 2px; background: var(--apa-border); margin: 0 .4rem; margin-bottom: 1.4rem; }
  .apa-timeline__text strong { display: block; font-size: .9rem; color: var(--apa-blue); }
  .apa-timeline__text span   { font-size: .78rem; color: var(--apa-grey); }

  /* ── Blocs programme ── */
  .apa-bloc-item {
    display: flex; align-items: center; gap: 10px;
    padding: 10px 12px;
    transition: border-color .2s, transform .2s;
  }
  .apa-bloc-item:hover { border-color: var(--apa-blue); transform: translateY(-1px); }
  .apa-bloc-num {
    font-size: .72rem; font-weight: 800; letter-spacing: .04em;
    background: var(--apa-blue); color: #fff;
    padding: 3px 8px; border-radius: 6px; white-space: nowrap; flex-shrink: 0;
  }
  .apa-bloc-label { font-size: .85rem; color: #2d2d2d; font-weight: 500; }

  /* ── Info card (modalités/frais) ── */
  .apa-info-card {
    padding: 1.5rem;
    height: 100%;
  }
  .apa-info-card__heading {
    font-size: .82rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: .08em; color: var(--apa-blue); margin-bottom: .75rem;
  }
  .apa-info-list { list-style: none; padding: 0; margin: 0; }
  .apa-info-list li {
    display: flex; flex-direction: column;
    padding: .2rem 0;
    font-size: .85rem;
  }
  .apa-info-list li span { color: var(--apa-grey); }
  .apa-info-list li strong { color: #2d2d2d; margin-top: 2px; }
  .apa-frais { border: 1px solid var(--apa-border); border-radius: 8px; overflow: hidden; }
  .apa-frais__row {
    display: flex; justify-content: space-between; align-items: center;
    padding: .55rem .9rem; font-size: .88rem;
    border-bottom: 1px solid var(--apa-border);
    background: var(--apa-white);
  }
  .apa-frais__row:last-child { border-bottom: none; }
  .apa-frais__row span { color: var(--apa-grey); }
  .apa-frais__row strong { color: var(--apa-blue); }
  .apa-frais__row--accent strong { color: var(--apa-green-dk); font-size: 1rem; }
  .apa-kit-note {
    font-size: .8rem; color: var(--apa-grey);
    padding: 8px;
    border-left: 3px solid var(--apa-green);
  }

  /* ── Boutons ── */
  .apa-btn {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 11px 26px; border-radius: 10px;
    font-size: .95rem; font-weight: 700; text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
    cursor: pointer; border: none;
  }
  .apa-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,.12); }
  .apa-btn--primary { background: var(--apa-green); color: #fff; }
  .apa-btn--primary:hover { background: var(--apa-green-dk); color: #fff; }
  .apa-btn--outline {
    background: transparent; color: var(--apa-blue);
    border: 2px solid var(--apa-blue);
  }
  .apa-btn--outline:hover { background: var(--apa-blue); color: #fff; }

  /* ── Offer boxes (MasterClass & Langues) ── */
  .apa-offer-box {
    border-radius: var(--apa-radius);
    padding: 1rem;
    transition: transform .2s;
  }
  .apa-offer-box:hover { transform: translateY(-3px); }
  .apa-offer-box--green {}
  .apa-offer-box__top { display: flex; align-items: center; gap: .75rem; margin-bottom: 1.2rem; }
  .apa-offer-num {
    font-size: 2.4rem; font-weight: 900; line-height: 1;
    color: rgba(27,20,100,.12);
  }
  .apa-offer-num--green { color: rgba(0,191,31,.2); }

  .apa-format-badge {
    display: flex; align-items: center; flex-wrap: wrap; gap: .5rem;
    font-size: .85rem; font-weight: 600; color: var(--apa-blue);
  }
  .apa-price-chip {
    background: var(--apa-green); color: #fff;
    padding: 2px 10px; border-radius: 50px; font-size: .8rem;
  }

  .apa-sessions { display: flex; flex-direction: column; gap: .6rem; }
  .apa-session-item {
    display: flex; align-items: flex-start; gap: .5rem;
    font-size: .88rem;
  }
  .apa-session-item i { color: var(--apa-blue); margin-top: 2px; flex-shrink: 0; }
  .apa-session-item strong { display: block; color: #2d2d2d; }
  .apa-session-item small  { color: var(--apa-grey); font-size: .78rem; }

  .apa-callout {
    border-left: 3px solid var(--apa-blue);
    padding: .75rem 1rem;
    font-size: .85rem; color: var(--apa-blue); font-weight: 600;
  }

  /* ── Niveaux langue ── */
  .apa-niveau-card {
    display: flex; flex-direction: column; align-items: center; gap: 4px;
    font-size: .82rem;
    transition: border-color .2s, background .2s;
  }
  .apa-niveau-card:hover { border-color: var(--apa-green); background: rgba(0,191,31,.05); }
  .apa-niveau-card i { font-size: 1.1rem; color: var(--apa-green); margin-bottom: 2px; }
  .apa-niveau-card strong { display: block; color: var(--apa-blue); font-size: .85rem; }
  .apa-niveau-card small  { color: var(--apa-grey); }

  /* ── Vision ── */
  .apa-vision-block {}
  .apa-vision-icon {
    width: 70px; height: 70px;
    background: linear-gradient(135deg, var(--apa-blue), var(--apa-green));
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.8rem; color: #fff;
    margin: 0 auto;
    box-shadow: var(--apa-shadow);
  }

  /* ── CTA final ── */
  .apa-cta-block {
    border-radius: var(--apa-radius);
    padding: 3rem 2rem;
    box-shadow: var(--apa-shadow);
  }
  .apa-cta-title {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 900;
  }
  .apa-cta-sub { color: var(--apa-green); font-size: 1.1rem; font-weight: 600; }

  .apa-cta-block .apa-btn--outline:hover { background: rgba(255,255,255,.1); color: #fff; }

  /* ── Responsive ── */
  @media (max-width: 768px) {
    .apa-offre-card { padding: 1.5rem; }
    .apa-highlight-card { padding: 1.5rem; }
    .apa-timeline { flex-wrap: wrap; gap: 1rem; }
    .apa-timeline__connector { display: none; }
    .apa-cta-block .d-flex { flex-direction: column; }
  }

