
* {
  box-sizing: border-box;
}
/* OVERRIDE BOOTSTRAP */

.form-control:focus {
  border-color: #363636!important;
  box-shadow: none!important;
}

.bg-primary {
  background-color: #d32f2f !important;    
}

/* .bg-categorie {
  background-color: #d32f2f;
  opacity: 1;
  background-image: radial-gradient(circle at center center, #ffffff, #e73c3e), repeating-radial-gradient(circle at center center, #ffffff, #ffffff, 17px, transparent 34px, transparent 17px);
  background-blend-mode: multiply;
} */

/* .bg-bandeau-categorie2 {
  background-color: #C4683D;
  opacity: 1;
  background-image: radial-gradient(circle at center center, #ffffff, #C4683D), repeating-radial-gradient(circle at center center, #ffffff, #ffffff, 17px, transparent 34px, transparent 17px);
  background-blend-mode: multiply;
} */

.bg-bandeau-categorie2 {
  background-image: repeating-linear-gradient(
      0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05) 1px, transparent 1px, transparent 20px
  ), repeating-linear-gradient(
      90deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05) 1px, transparent 1px, transparent 20px
  ), linear-gradient(to bottom, #B35729, #A94E24);
  background-color: #A94E24;
}


/* Bandeau Pages */
.bg-bandeau-categorie {
  background-image: repeating-linear-gradient(
    0deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04) 1px, transparent 1px, transparent 20px
  ), repeating-linear-gradient(
    90deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04) 1px, transparent 1px, transparent 20px
  ), linear-gradient(to bottom, #800000, #990000);
  background-color: #800000;
}


/* Bouton de catégories */
.categorie-card {
  border-radius: 0 15px 0 0;
  background: linear-gradient(145deg, #fff, #f5f5f5);
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease;
}

.categorie-card:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.95);
}

@media (max-width: 768px) {
  .categorie-card {
    transition: all 0.4s ease-out;
  }
}


.bg-bandeau-categorie h1, 
.bg-bandeau-categorie p {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
/* Fin Bandeau Pages */




/* Hero Categories */
.subcategory-title { font-weight: 800; letter-spacing: .3px; }

.promo-title{
  border:1px solid #e9d4d6 !important;
  border-radius:.75rem;
  box-shadow:0 2px 8px rgba(0,0,0,.03);
}

.price-row .old { opacity:.6; text-decoration:line-through; font-weight:600; }
.price-row .new { font-weight:800; line-height:1; }

.promo-bar {
  background: #fff5f5;      
  border-top: 1px solid #eed6d6;
  border-bottom: 1px solid #eed6d6;
  box-shadow: 0 6px 12px rgba(0,0,0,.04);
}
.promo-icon { font-size: 1.1rem; }
.btn-danger-subtle {
  background: #f8d7da;
  border: 1px solid #f1bcc2;
  color: #b02a37;
  border-radius: .6rem;
  padding: .5rem 1rem;
}
.btn-danger-subtle:hover { filter: brightness(0.97); }


.sticky-top-1 {
  top: 90px;
}

/* Fin Hero Categories */



/* Encart de catégories 1 */
.text-block {
  position: relative;
  background: linear-gradient(135deg, #ffffff, #f9f9f9);
  border: 1px solid #ddd;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 30px; 
  line-height: 1.6; 
  border-radius: 10px 15px 0 0; 
}

.text-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 5px; 
  background-color: #800000; 
  border-radius: 10px 0 0 10px; 
  
}

.text-block h2 {
  font-weight: bold; 
  color: #333; 
}

.text-block p {
  color: #666; 
  font-size: 1rem;
}


.row.align-center {
  display: flex;
  align-items: stretch; 
}

.image-block img {
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
/* Fin Encart de catégories 1 */


.evaluation-test {
  background: linear-gradient(to right, #fff, #f8f9fa);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin: 20px 0;
}

.evaluation-test h3 {
  font-weight: bold;
}

.evaluation-test p {
  color: #555;
}

.evaluation-test .btn {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.evaluation-test .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
} 




/****************************************/

.category-block {
  margin-bottom: 40px;
}

.category-title {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
}


.subcategory-title {
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 0 15px 0 0;
  border: 1px solid #e0e0e0;
  padding: 10px 15px;
  color: #343a40; 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
  position: relative; 
  text-transform: uppercase;
  letter-spacing: 0.5px; 
}

.formation-card {
  height: 100%;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position:relative;
  overflow: hidden;
}

.formation-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.95);
}

.formation-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0); 
  transition: background 0.3s ease; 
  z-index: 5; 
}

.formation-card:hover::before {
  background: rgba(0, 0, 0, 0.1); 
}

.ribbon.promo-ribbon{
  position:absolute; top:10px; right:-12px;
  background: #ff7f50; color: #fff; font-weight: 800; font-size: .8rem;
  padding:.35rem .75rem;
  transform: rotate(15deg);
  border-radius:.4rem;
  box-shadow:0 4px 10px rgba(0,0,0,.08);
  pointer-events:none; 
}
@media (max-width: 576px){
  .ribbon.promo-ribbon{ top:8px; right:-10px; font-size:.75rem; }
}



.hover-cta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 70, 43, 0.9);
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  padding: 10px 0;
  transform: translateY(100%); 
  transition: transform 0.3s ease;
  z-index: 10; 
  outline: 2px solid rgba(255, 70, 43, 0.8);
}

.formation-card:hover .hover-cta {
  transform: translateY(0);
}

.formation-card .content {
  position: relative;
  z-index: 5;
}



.formation-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.badges span {
  margin-right: 5px;
  font-size: 0.9rem;
}

.duration {
  font-size: 0.9rem;
  color: #777;
}

.badges .badge {
  padding: 6px 12px;
  border-radius: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.badges .bg-success {
  background-color: #28a745;
}

.badges .bg-danger {
  background-color: #d32f2f;
}

.badges .bg-dark {
  background-color: #343a40;
}

.badges .bg-blue {
  background-color: #0056B3;
}


.level {
  font-size: 1rem;
  font-weight: bold;
  color: #555;
}

.level .badge {
  font-size: 0.85rem;
  padding: 5px 10px;
  border-radius: 12px;
  margin-left: 5px;
}

.rating {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 10px;
}

.duration {
  font-size: 0.9rem;
  color: #555;
}






/*************************************/

.bg-asbeo-light-gray {
  opacity: 1;
  background-image: radial-gradient(circle at center center, #ffffff, #fcfcfc), repeating-radial-gradient(circle at center center, #ffffff, #ffffff, 17px, transparent 34px, transparent 17px);
  background-blend-mode: multiply;
}


.btn-primary {
  /* background: #e73c3e;
  border-color: #e73c3e; */
  background-color: #d32f2f;
  /* background: rgba(255, 70, 43, 0.9); */
  border-color: #d32f2f;

}


.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .btn-primary.visited, .open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #606060!important;
  border-color: #363636!important; /*set the color you want here*/
  box-shadow: transparent!important;
  outline: none !important;
}


.btn-outline-primary {
  background-color: transparent;
  color: #d32f2f;
  border-color: #d32f2f;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .open>.dropdown-toggle.btn-outline-primary {
  background-color: #d32f2f!important;
  color: white!important;
  border-color: #d32f2f!important;
}

.border-primary {
  /* border-color: #d32f2f !important;  */
  border-color: #800000 !important;
}

.text-primary {
  color: #d32f2f !important;
}

.btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 60, 62, 0.5) !important;
}


/* HEADER */
.bandeau-social {
  /*background: #e73c3e;*/
  background-color: #d32f2f;
  opacity: 1;
  background-image: radial-gradient(circle at center center, #ffffff, #e73c3e), repeating-radial-gradient(circle at center center, #ffffff, #ffffff, 17px, transparent 34px, transparent 17px);
  background-blend-mode: multiply;  
}

/* .logo-font {
  font-size: 3rem;
  line-height: 0;
} */

.logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}


.logo-font {
  font-size: 3rem; 
  line-height: 1;
  margin-bottom: 0.rem;
}

.slogan {
  font-size: 0.8rem;
  color: #555555;
  font-family: "Rubik", sans-serif;
  /* margin: 0; Aucun espacement supplémentaire */
}



a.logo-font, a.logo-font:hover {
  text-decoration: none;
  color: #000000;
  font-family:"Rubik", sans-serif;
}

.logo-font span {
  color: #d32f2f;
}



@media (min-width: 769px) and (max-width: 992px) {
  .navbar-menu {
      font-size: 0.75rem;
  }
}

/* NAVBAR */
nav{
  z-index: 99;
  width: 100%;
  background: #ffffff;
}
nav .wrapper{
  /* position: relative; */
  /* max-width: 1300px; */
  height: 100px;
  /* margin: auto; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

:target {
  scroll-margin-top: 100px; 
}


nav .wrapper ul {
    margin-bottom: 0;
}



a.logo-span {
    text-decoration: none;
}

a.logo-span:hover {
    text-decoration: underline;
}

.wrapper .nav-links{
  display: inline-flex;
}


/* Menu Links  */
.menubar-link {
  position: relative;
  color: #000000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  padding: 9px 15px;
  font-family: "Rubik", sans-serif;
}

.menubar-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #d32f2f;
  transition: width 0.3s ease;
}

.menubar-link:hover::after {
  width: 100%;
}

.nav-links li{
  list-style: none;
}

/* .nav-links li a {
  position: relative;
  color: #000000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  padding: 9px 15px;
} */

/* .nav-links li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #d32f2f;
  transition: width 0.3s ease;
} */

/* .nav-links li a:hover::after {
  width: 100%;
} */


.nav-links .mobile-item{
  display: none;
}
.nav-links .drop-menu{
  position: absolute;
  background: #ffffff;
  width: 180px;
  line-height: 45px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
}




/* **************************************** */

.submenu-link:hover {
  color: #d32f2f !important; 
}




.drop-menu li a{
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}
.mega-box{
  position: absolute;
  left: 0px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.mega-box .content{
  background: #ffffff;
  display: flex;
  box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1);
}

.mega-box .content .row{
  width: 45%;
}

.row .mega-links li{
  padding: 0 40px;
}
.row .mega-links li a {
  padding: 0px;
  display: block;
}

/* .row .mega-links li a:hover {
  color: #d32f2f;
  border-bottom: 3px #ffffff solid;
} */

.mega-links li .mega-links-title {
  padding: 0px;
  display: block;
  font-size: 18px;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
}

.link-reset {
  all: unset !important; 
  cursor: pointer !important;
  display: inline;
  text-decoration: none;
}

.menu-column {
  border-right: 1px solid #ccc;
  padding-right: 10px;
}

.menu-column:last-child {
  border-right: none; 
}


.article-title {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #333;
}

.article-date {
  font-size: 0.85rem;
  color: #d32f2f;
  margin-right: 5px;
  font-weight: bold;
}


.article-title a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.recent-articles {
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #fff;
  transition: transform 0.3s ease;
}

.recent-articles:hover {
  transform: scale(1.02);
}

.blog-menu-intro-phrase {
  padding: 10px 15px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}



.wrapper .btn{
  color: #000000;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.wrapper .btn.close-btn{
  position: absolute;
  right: 30px;
  top: 10px;
}

@media screen and (max-width: 992px) {
  .wrapper .btn{
    display: block;
  }
  .wrapper .nav-links{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #ffffff;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
    overflow-x: hidden;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #ffffff;
  }
  ::-webkit-scrollbar-thumb {
    background: #000000;
  }
  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
  .nav-links li{
    margin: 15px 10px;
  }
  .nav-links li a{
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }
  .nav-links .drop-menu{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop-menu,
  #showFormations:checked ~ .mega-box{
    max-height: 100%;
  }
  .nav-links .desktop-item{
    display: none;
  }
  .nav-links .mobile-item{
    display: block;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }

  .drop-menu li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 18px;
  }
  .mega-box{
    position: static;
    top: 65px;
    width: 100%;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }


  .mega-box .content{
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .content .row{
    width: 100%;
    margin-bottom: 15px;

    /*border-top: 1px solid rgba(255,255,255,0.08);*/
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2){
    border-top: 0px;
  }
  .content .row .mega-links{
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li{
    margin: 0;
  }
  .content .row header{
    font-size: 19px;
  }
}
nav.domainesFormations input{
  display: none;
}


/* EFFECTS */
.halo {
box-shadow:0 0 29px 0 hsla(0,0%,40%,.1);
}


/* ALL PAGES */
body {
  margin: 0;
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  overflow-x: hidden;
}

h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
  color: #353B40;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
} 

h1 {
  font-size: 2.8rem;
  margin: 0 0 10px;
  font-family: "Rubik", sans-serif;
  font-weight: bold;
  /* color: #fff; */
}

p {
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #353B40;
}

a.ariane {
  color: #333741;
}

a.ariane:hover {
  color: #d32f2f;
}

a {
  color: #d32f2f;
}

a:hover {
  color: #d32f2f;
}

a.nounderline {
  text-decoration: none;
}

a.nounderline:hover {
  text-decoration: underline;
}

.text-niveau {
  color: #cacaca;
}

#scroll_to_top {
  position: fixed;
  width: 35px;
  height: 35px;
  bottom: 230px;
  right: 50px;
  display: none;
  cursor: pointer;
  z-index: 50;
}


/* IMAGES */
.thumb {
  position: relative;
}
.thumb img {
  min-height: 100px;
  max-height: 300px;
  width: 100%;
  object-position: 100% center;
  object-fit: cover;

}

a.categorie-link {
  text-decoration: none;
}

a.tag {
  position: absolute;
  top: 20px;
  left: 20px;
  color: white;
  border-radius: 3px;
  text-decoration: none;
}

a.tag:hover {
  background-color: #606060 !important;
  text-decoration: underline;
}

.auteur-img {
  max-width: 25px;
  border-radius: 50%;
  vertical-align: middle;
  border: 0;
}

.overflow-hide {
  overflow: hidden;
}

.img-thumb-widget {
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: 50% 50% !important;
}

.img-domaine-header {
  max-height: 250px;
  object-fit: cover;
  object-position: 50% 10% !important;                                    
}

.card-img-top {
  width: 100%;
  max-height: 200px;
  object-position: 100% center;
  object-fit: cover;
}


/* FORMATION */
.bg-hover {
  background-color : #E9ECEF;
}


.markdown.formation-profil li {
  list-style-type: none;
  line-height: 1.25;
  margin-bottom: 20px;
}

.markdown.formation-profil ul {
  padding-left: 0px;
}

.markdown.description li {
  list-style-type: none;
  margin-bottom: 15px;
}
.markdown.description ul {
  padding-left: 0px;
}

.markdown h3 {
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.markdown h4 {
  font-size: 1.25rem;
  margin-bottom: 5px;
}

.markdown h5 {
  font-size: 1rem;
  margin-left: 20px;
}

.markdown p, .markdown li {
  text-align: justify;
}

.b-rounded-5px {
  border-radius: 5px;
}

.footer-modal {
  margin-bottom: -45px;
  position: relative;
  z-index: 1;
}

.markdown img {
  max-width: 100%;
  height: auto;
}

.markdown table {
  display: block;
  width: 100%;
  overflow-x: auto;
}

/* ===== Tarifs & promos  ===== */
.price {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: .4rem .6rem;
}

.price .new { font-weight: 800; line-height: 1; }
.price .old { opacity: .6; text-decoration: line-through; font-weight: 600; }

.price .suffix {
  white-space: nowrap;
  font-weight: 500;
  opacity: .9;
  line-height: 1;
}

.price .disc {
  display: inline-block;
  padding: .15rem .45rem;
  border-radius: .35rem;
  background: #dff7df;
  color: #0a7d00;
  font-size: .85rem;
  font-weight: 700;
}

.savings {
  display: inline-block;
  margin-left: .25rem;
  color: #0a7d00;
  font-weight: 600;
  font-size: .9rem;
}

.promo-badge {
  display: inline-block;
  margin-left: .35rem;
  padding: .15rem .5rem;
  border-radius: .35rem;
  background: #ffe9e9;
  color: #b40000;
  font-weight: 700;
  font-size: .85rem;
  line-height: 1.1;
}

.promo-ends {
  margin-top: .25rem;
  font-size: .9rem;
  opacity: .8;
}

.duration-icon {
  width: 16px;
  height: 16px;
  vertical-align: -2px;
  margin-right: .25rem;
  fill: currentColor;
  opacity: .8;
}

.training-content {
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: .5rem;
  padding: 1rem 1.25rem;
  background: #fff;
}

@media (max-width: 576px) {
  .price { gap: .3rem .45rem; }
  .price .new { font-size: 1.1rem; }
  .price .suffix { font-size: .95rem; }
  .promo-badge, .price .disc { font-size: .8rem; }
  .savings { display: block; margin-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .price, .promo-badge, .savings { transition: none; }
}


/* PROMOTIONS */

/* ===== HERO PROMO ===== */
.promo-hero{
  position: relative;
  width: 100%;
  min-height: clamp(260px, 34vw, 420px);
  display: grid;
  align-items: end;
  border-radius: 1rem;
  overflow: hidden;
}

.promo-hero-bg{ position:absolute; inset:0; z-index:0;
  background: #f6f6f6 center/cover no-repeat;
  transform: scale(1.01);
  filter: contrast(1.06) saturate(1.06) brightness(.98);
}
.promo-hero-overlay{ position:absolute; inset:0; z-index:1; pointer-events:none; }
.promo-hero .container{ position:relative; z-index:2; }

.promo-hero-overlay{
  background: linear-gradient(90deg,
      rgba(0,0,0,.60) 0%,
      rgba(0,0,0,.42) 42%,
      rgba(0,0,0,.18) 70%,
      rgba(0,0,0,0) 100%);
}

.promo-hero-content{ padding: 2.2rem 0 2rem; max-width: 860px; color:#fff; }
.promo-hero-title{
  font-weight: 800; letter-spacing:.2px; line-height:1.12;
  margin:0 0 .35rem; font-size:clamp(1.6rem,1rem + 2.5vw,2.4rem);
  text-shadow: 0 2px 8px rgba(0,0,0,.35);
}
.promo-hero-text{
  color: rgba(255,255,255,.95);
  font-size:clamp(1rem,.9rem + .3vw,1.1rem);
  text-shadow: 0 1px 4px rgba(0,0,0,.25);
}

.promo-hero::after{
  content:""; position:absolute; inset:auto 0 0 0; height:3px;
  background: linear-gradient(90deg,#ffd7de,#f1bcc2); opacity:.9;
}

@media (max-width:575.98px){
  .promo-hero{ min-height: 260px; }
  .promo-hero-overlay{
    background: linear-gradient(90deg,
      rgba(0,0,0,.64) 0%,
      rgba(0,0,0,.46) 52%,
      rgba(0,0,0,.16) 78%,
      rgba(0,0,0,0) 100%);
  }
  .promo-hero-content{ padding: 1.4rem 0 1.2rem; max-width: 92%; }
  .promo-hero-content::before{ inset:-.5rem -.6rem -.6rem -.6rem; }
}

.badge-soft-danger{
  background:#f8d7da; border:1px solid #f1bcc2; color:#b02a37;
}

.promo-hero-content{ position: relative; color:#fff; }
.promo-hero-title{ color:#fff; mix-blend-mode:normal; filter:none;
  text-shadow: 0 2px 8px rgba(0,0,0,.45);
}
.promo-hero-text{ color:rgba(255,255,255,.96);
  text-shadow: 0 1px 5px rgba(0,0,0,.35);
}

.promo-hero-content::before{
  content:""; position:absolute; inset:-.75rem -1rem -1rem -1rem; z-index:-1;
  background:
    radial-gradient(140% 140% at 0% 0%, rgba(0,0,0,.65) 0%, rgba(0,0,0,.35) 55%, rgba(0,0,0,0) 100%);
  border-radius: 1rem;
  backdrop-filter: blur(2px) saturate(1.05);
  -webkit-backdrop-filter: blur(2px) saturate(1.05);
}

.promo-hero-title{
  font-size: clamp(1.8rem, 1.1rem + 3vw, 2.6rem); /* un chouïa plus ample desktop */
  word-break: break-word;
  hyphens: auto;
}

/* FIN PROMOTIONS */




/* ARTICLES */
a.anchor {
  display: block;
  position: relative;
  top: -90px;
  visibility: hidden;
}

.markdown h2 {
  /* font-size: 1.5rem; */
  font-size: 1.8rem;
  border-bottom: 2px solid #800000;
  margin-bottom: 15px;
  line-height: 1.5;
  font-weight: bold;
  color: #333;
  font-family: "Rubik", sans-serif;
}

.markdown blockquote {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 3px #d32f2f solid;
}

/* CONTACT */
.contact-box {
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
}

.contact-info {
  position: absolute;
  left: 0;
  top: 0;
}

.contact-icon {
  font-size: 30px;
  color: #d32f2f;
}

/* FOOTER */
.logo-footer {
  font-size: 3rem;
  font-family: "Rubik", sans-serif;
}  

.logo-footer span {
  color: #d32f2f;
}

/* WIDGET */
.widget-title {
  font-size: 25px;
}

.widget-body {
  font-size: 16px;
  /* font-weight: 300; */
  font-family: "Rubik", sans-serif;
}

.widget-body a {
  text-decoration: none;
}

.widget-body a:hover {
  text-decoration: underline;
}


/* SOCIAL MEDIA */
.btn-social { 
  color: white;
  border-radius: 5px;
  width: 75px;
  cursor:pointer;
}

.btn-facebook {
  background-color: #4267B2;
}

.btn-twitter {
  background-color: #00acee;
}

.btn-linkedin {
  background-color: #006fa6;
}

.btn-sms {
  background-color: #20c16c;
}

.btn-mail {
  background-color: #ff961C;
}

.btn-copy-link {
  background-color: #607D8B;
}


/* NEWSLETTER */

.widget-box-success {
  display:block !important;
  border-color: #28a745;
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;   
}

.widget-check-success1 {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 5px;
  background-color: #28a745;
  display: block;
  border-radius: 2px;
  position: absolute !important;
  z-index: 2;     
}


.widget-check-success2 {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); 
  height: 5px;
  background-color: #28a745;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.widget-check-circle {
  width: 80px;
  height: 80px;
  border: 4px solid #28a745;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;    
}

.widget-text {
  font-size: 12px;
  text-align: justify;
}




/* MEDIA QUERIES */
@media (min-width: 576px) {
  .card-deck .card {
    min-width: 50.1%; /* 1 Column */
    margin-bottom: 12px;
  }
}

@media (min-width: 768px) {
.imgCard .img-fluid {
  height: 100%;
  object-position: 50% 50% center;
  object-fit: cover;
}
.card-deck .card {
  min-width: 33.4%; /* 2 Columns */
}
}

@media (min-width: 992px) {
  .card-deck .card {
    min-width: 33.4%; /* 2 Columns */
  }
}

@media (min-width: 1200px) {
  .card-deck .card {
    min-width: 33.4%; /* 2 Columns */
  }
}



/* INDEX */
/*================================================
Main Banner Area CSS
=================================================*/
.main-banner-img1 {
  background-image: url(https://ik.imagekit.io/oo249jkliffxg/test-ab-2023/test5_e4p7BnpjK.jpg?ik-sdk-version=javascript-1.4.3&updatedAt=1677787069517) !important;
}

.main-banner-img2 {
  background-image: url(https://ik.imagekit.io/oo249jkliffxg/test-ab-2023/test1_43Nv5NT0r.jpg?ik-sdk-version=javascript-1.4.3&updatedAt=1677786414239&?tr=f-webp) !important;
}

.main-banner-img3 {
  background-image: url(https://ik.imagekit.io/oo249jkliffxg/test-ab-2023/test2_5FGsELYoW.jpg?ik-sdk-version=javascript-1.4.3&updatedAt=1677786513277) !important;
}

.main-banner-img4 {
  background-image: url(https://ik.imagekit.io/oo249jkliffxg/test-ab-2023/test6_1540hNQH4.jpg?ik-sdk-version=javascript-1.4.3&updatedAt=1677787191862) !important;
}

.main-banner-img5 {
  background-image: url(https://ik.imagekit.io/oo249jkliffxg/test-ab-2023/test4_M_8jr-DgZ.jpg?ik-sdk-version=javascript-1.4.3&updatedAt=1677786957401) !important;
}

.main-banner-img6 {
  background-image: url(https://ik.imagekit.io/oo249jkliffxg/test-ab-2023/test3_AmfAyKXWc.jpg?updatedAt=1677786766132) !important;
}



.main-banner-area {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  position: relative;
  z-index: 1;
  background-attachment: scroll;
  padding-top: 125px;
}


.main-banner-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .40;
}



.main-banner-area .container-fluid {
  max-width: 1470px;
}

.main-banner-content {
  max-width: 900px;
  position: relative; 
  z-index: 1; 
  color: #ffffff; 
}

.main-banner-content::before {
  content: ''; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; 
  height: 100%; 
  background: rgba(0, 0, 0, 0.8); 
  z-index: -1; 
  border-radius: 10px;
}

.main-banner-content span {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

.main-banner-content p {
  color: #ffffff;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}



/*================================================
Approvals Area CSS
=================================================*/
.approvals-area {
  position: relative;
  z-index: 1;
  border-top: 1px solid #9ca2a0;
  margin-top: 125px;
}

.approvals-area .container-fluid {
  max-width: 1470px;
}

.approvals-area.bg-color {
  border-top: none;
  margin-top: 0;
  background-color: #fdfdfb;
}

.approvals-area.bg-color .container {
  max-width: 1140px;
}

.col-lg-4:last-child .approvals-content::before {
  display: none;
}

.approvals-content {
  position: relative;
  padding: 35px 20px 35px 60px;
}

.approvals-content::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  content: '';
  height: 100%;
  background-color: #9ca2a0;
}

.approvals-content .icon {
  position: absolute;
  left: 0;
  top: 38px;
}

.approvals-content .icon i, .approvals-content .icon svg {
  font-size: 40px;
  color: #d32f2f !important;
}

.approvals-content span {
  font-size: 18px;
  color: #f5f7fa;
}

.approvals-content p {
  font-size: 18px;
  color: #f5f7fa;
  margin-bottom: 0;
}

.approvals-item {
  background-color: #f5f4ef;
  padding-left: 50px;
  padding-right: 50px;
}

.approvals-item .approvals-content {
  position: relative;
  padding: 20px 20px 20px 60px;
}

.approvals-item .approvals-content::before {
  right: 40px;
  top: 20px;
  height: 60%;
}

.approvals-item .approvals-content .icon {
  top: 22px;
}

.approvals-item .approvals-content span {
  color: #606060;
}

.approvals-item .approvals-content p {
  color: #606060;
}


/*================================================
Section Title CSS
=================================================*/
.section-title {
  text-align: center;
  margin-bottom: 45px;
}

.section-title span {
  /* color: #e73c3e; */
  color: #d32f2f;
}

.section-title h2 {
  font-size: 36px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 14px;
}

.section-title p {
  max-width: 570px;
  margin: auto;
}


/*================================================
Process Area CSS
=================================================*/
.process-area {
  background-color: #f9fafb;
}


.process-area.bg-color .container {
  max-width: 1140px;
}

.process-item {
  text-align: center;
  background-color: #ffffff;
  padding: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
}

.process-item::before {
  position: absolute;
  content: "";
  height: 65%;
  width: 90%;
  left: 0;
  right: 0;
  margin: auto;
  top: -110px;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.process-item .icon {
  margin-bottom: 20px;
  position: relative;
}

.process-item .icon i, .process-item .icon svg {
  display: inline-block;
  height: 90px;
  width: 90px;
  line-height: 90px;
  background-color: #ffffff;
  text-align: center;
  font-size: 50px;
  color: #d32f2f;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}


.process-item h3 {
  font-size: 25px;
  margin-bottom: 20px;
}

.process-item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.process-item:hover .icon i {
  background-color: #d32f2f;
  color: #ffffff;
}

/*================================================
Company Area CSS
=================================================*/
.company-area .container-fluid {
  padding-left: 0;
}


.company-area.bg-color .company-content {
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.company-image {
  
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.company-image-background {
  background-image: url();
  
}

.company-image-background.visible {
  background-image: url(https://ik.imagekit.io/oo249jkliffxg/img-accueil2a_H3hxx0GW0wzf.jpg);
  
}



.company-image img {
  display: none;
}

/*================================================
Deserve Area CSS
=================================================*/
.deserve-item h3 {
  font-size: 36px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.4;
}

.deserve-item .deserve-content {
  position: relative;
  padding-left: 65px;
  margin-top: 30px;
}

.deserve-item .deserve-content::before {
  width: 1px;
  height: 140%;
  background-color: #d32f2f;
  content: '';
  z-index: -1;
  position: absolute;
  left: 20px;
  top: 0;
}

.deserve-item .deserve-content:nth-child(5)::before {
  display: none;
}

.deserve-item .deserve-content span {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #f9fafb;
  border: 1px solid #d32f2f;
  text-align: center;
  font-size: 24px;
  color: #d32f2f;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
}

.deserve-item .deserve-content h4 {
  font-size: 24px;
  margin-bottom: 10px;
}

.deserve-item .deserve-content p {
  margin-bottom: 0;
}

.deserve-item .deserve-btn {
  margin-top: 25px;
}

/*================================================
Blog Area CSS
=================================================*/
.blog-item {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
}

.blog-item .content {
  margin-top: 25px;
}

.blog-item .content span {
  font-size: 16px;
  color: #d32f2f;
  font-family: "Rubik", sans-serif;
}

.blog-item .content h3 {
  font-size: 25px;
  line-height: 1.2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 12px;
  margin-bottom: 14px;
}

.blog-item .content .blog-btn {
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  color: #111111;
  display: inline-block;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-item:hover .blog-btn {
  color: #d32f2f;
  letter-spacing: 1px;
}

/*================================================
Partner Area CSS
=================================================*/
.partner-area {
  background-color: #fafbfc;
}

.partner-area.bg-color {
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}

.partner-area.bg-f5f4ef {
  background-color: #f5f4ef;
}

.partner-item {
  display: flex;
  align-items: center; 
  justify-content: center; 
  height: 150px; 
}


.partner-item img {
  width: auto !important;
  margin: auto;

  object-fit: contain;
  margin: auto;
}

.glide__slide {
  min-height: 150px; /* Fixe une hauteur minimale pour le conteneur de chaque slide */
  display: flex;
  justify-content: center;
  align-items: center;
}

.glide__slide img {
  max-height: 150px; /* Limite la hauteur des images pour éviter qu'elles ne dépassent */
  width: auto;       /* Garde les proportions de l'image */
}


/*================================================
Page Title Area CSS
=================================================*/
.page-title-area {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  background-attachment: fixed;
}

.page-title-area.item-bg-1 {
  background-image: url(https://ik.imagekit.io/oo249jkliffxg/img-accueil3_sBRChgYmw.jpg);
}


.page-title-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: .77;
}

.page-title-content {
  text-align: center;
  margin-top: -10px;
}

.page-title-content h2 {
  margin-bottom: 0;
  color: #111111;
  font-family: "Roboto", sans-serif;
  font-size: 48px;
}






/* RESPONSIVE */
@media only screen and (max-width: 767px) {
  .pb-100 {
    padding-bottom: 50px;
  }
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  p {
    font-size: 15px;
  }
  .navbar-area .others-options .option-item .info {
    display: none;
  }
  .navbar-area .others-options .option-item .search-btn {
    display: none;
  }
  .navbar-area .others-options .option-item .close-btn {
    display: none;
  }
  .navbar-area .others-options .option-item .default-btn {
    position: absolute;
    top: -3px;
    right: 45px;
    font-size: 12px;
    padding: 8px 15px;
  }
  .main-responsive-nav .logo {
    max-width: 30%;
    width: unset;
  }
  .mean-container a.meanmenu-reveal {
    padding: 1px 0 0 0;
  }
  .mean-container a.meanmenu-reveal span {
    display: block;
    background: #000;
    height: 4px;
    margin-top: -5px;
    border-radius: 3px;
    position: relative;
    top: 8px;
  }
  .mean-container .mean-bar {
    background-color: unset;
    border-bottom: none;
  }
  .mean-container .mean-nav {
    margin-top: 40px;
  }
  .banner-social-buttons {
    position: relative;
    right: 0;
    -webkit-transform: unset;
            transform: unset;
  }
  .main-banner-content {
    max-width: 100%;
  }
  /* .main-banner-content h1 {
    font-size: 30px;
  } */
  .main-banner-content .banner-btn {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .main-banner-area {
    padding-top: 50px;
  }
  .approvals-area {
    margin-top: 55px;
  }
  .approvals-area.bg-color .approvals-content {
    border-bottom: none;
  }
  .approvals-content {
    border-bottom: 1px solid #9ca2a0;
  }
  .approvals-content::before {
    display: none;
  }
  .approvals-content span {
    font-size: 16px;
  }
  .approvals-content p {
    font-size: 14px;
  }
  .about-image {
    padding-right: 0;
    padding-bottom: 10px;
  }
  .about-image img {
    width: 100%;
  }
  .about-image img:nth-child(2) {
    position: relative;
    right: 0;
    bottom: -12px;
  }
  .experience {
    position: relative;
    text-align: center;
    padding: 25px;
    border-left: none;
  }
  .experience h4 {
    position: relative;
    font-size: 45px;
    left: 0;
    top: 0;
  }
  .experience p {
    font-size: 16px;
    padding-left: 0;
  }
  .about-content {
    margin-top: 50px;
  }
  .about-content h3 {
    font-size: 25px;
    margin-bottom: 14px;
  }
  .section-title {
    margin-bottom: 30px;
  }
  .section-title h2 {
    font-size: 25px;
  }
  .section-title p {
    font-size: 15px;
  }
  .process-item .icon i {
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 40px;
  }
  .company-image {
    height: 400px;
  }
  .company-content {
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .company-content h3 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .company-content p {
    font-size: 15px;
  }
  .company-content .company-text h4 {
    font-size: 20px;
  }
  .company-area .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .deserve-item h3 {
    font-size: 25px;
  }
  .deserve-item .deserve-content h4 {
    font-size: 20px;
  }
  .deserve-item .deserve-btn {
    margin-top: 25px;
    margin-bottom: 30px;
  }
  .rate-form {
    padding: 30px 15px;
  }
  .rate-form .rate-content {
    margin-bottom: 30px;
  }
  .rate-form .rate-content h3 {
    font-size: 20px;
  }
  .projects-slider.owl-theme .owl-nav [class*=owl-] {
    left: 0;
  }
  .projects-slider.owl-theme .owl-nav [class*=owl-].owl-next {
    right: 0;
  }
  .clients-item {
    padding: 25px;
    margin-bottom: 30px;
  }
  .clients-item .icon i {
    font-size: 35px;
  }
  .blog-item .content h3 {
    font-size: 20px;
  }
  .main-banner-area.bg-two {
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .main-banner-area.bg-two .banner-social-buttons {
    display: none;
  }
  .main-banner-area.bg-two .main-banner-content {
    max-width: 100%;
  }
  .main-banner-area.bg-two .main-banner-content .banner-btn {
    margin-bottom: 0;
  }
  .about-wrap {
    text-align: center;
  }
  .about-wrap .about-shape {
    right: 0;
    left: 0;
    margin: auto;
  }
  .choose-title {
    text-align: center;
  }
  .choose-title h2 {
    font-size: 25px;
  }
  .choose-title p {
    max-width: 100%;
  }
  .choose-image {
    text-align: center;
  }
  .choose-image .video-btn {
    left: 0;
    right: 0;
  }
  .solution-item {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .solution-item .content h3 {
    font-size: 30px;
  }
  .solution-item .content::before {
    display: none;
  }
  .solution-item .solution-info {
    padding-left: 0;
    text-align: center;
    margin-top: 30px;
  }
  .solution-item .solution-info i {
    position: relative;
    left: 0;
    top: 0;
  }
  .solution-item .solution-info h3 {
    font-size: 25px;
    margin-top: 10px;
  }
  .company-wrap {
    margin-top: 30px;
    text-align: center;
  }
  .services-tab-image {
    margin-bottom: 30px;
    text-align: center;
  }
  .clients-slider.owl-theme .owl-dots {
    display: none;
  }
  .clients-slider .clients-item .clients-info-text {
    text-align: center;
    max-width: 100%;
  }
  .clients-slider .clients-item .clients-info-text p {
    font-size: 18px;
  }
  .clients-slider .clients-item .clients-image {
    margin-top: 30px;
  }
  .services-list-tab .tab_content .tabs_item .list h3 {
    font-size: 22px;
  }
  .services-list-tab .tab_content .tabs_item .services-tab-content h3 {
    font-size: 22px;
  }
  .main-banner-area.bg-three {
    height: 100%;
    padding-top: 50px;
  }
  .main-banner-area.bg-three .main-banner-content h1 {
    font-size: 25px;
  }
  .main-banner-area.bg-three .main-banner-content p {
    max-width: 100%;
    font-size: 16px;
  }
  .main-banner-area.bg-three .main-banner-content .banner-btn {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .approvals-item {
    padding-left: 25px;
    padding-right: 25px;
  }
  .single-fun-fact {
    border-right: none;
  }
  .single-fun-fact h3 {
    font-size: 30px;
  }
  .single-fun-fact p {
    font-size: 16px;
  }
  .tabs-list {
    margin-bottom: 25px;
  }
  .tabs-list li {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    max-width: unset;
    padding: 10px;
    width: 100%;
  }
  .tabs-list li i {
    font-size: 40px;
  }
  .tabs-list li span {
    font-size: 16px;
  }
  .services-tab-image1 {
    margin-top: 30px;
    text-align: center;
  }
  .value-content {
    margin-top: 30px;
  }
  .value-content h3 {
    font-size: 25px;
  }
  .value-features li {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    max-width: unset;
  }
  .clients-area.bg-color {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
  }
  .clients-area.bg-color .clients-slider .clients-item .clients-image {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .clients-area.bg-color .clients-slider .clients-item .clients-image .icon-1 {
    bottom: 16px;
    left: 0;
    right: 0;
    text-align: center;
  }
  .process-item-two {
    margin: 0 auto 30px;
  }
  .page-title-area {
    height: 265px;
  }
  .page-title-content h2 {
    font-size: 30px;
  }
  .solution-area.bg-top {
    margin-bottom: 0;
    padding-bottom: 50px;
  }
  .footer-area.bg-top .single-footer-widget {
    margin-top: 0;
  }
  .faq-list-tab .tabs-list li {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    max-width: unset;
    width: 100%;
  }
  .faq-contact {
    margin-top: 50px;
  }
  .faq-contact .section-title h2 {
    font-size: 25px;
  }
  .table-responsive {
    overflow-x: auto;
  }
  .calculator-form {
    padding: 40px 20px;
  }
  .calculator-form .calculator-btn .btn-one {
    padding: 10px 25px;
    margin-right: 0;
  }
  .calculator-form .calculator-btn .btn-two {
    padding: 10px 20px;
    margin-top: 25px;
  }
  .projects-details-content .projects-details-info .single-info-box {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    max-width: unset;
    margin-bottom: 20px;
  }
  .projects-details-content .projects-details-info .single-info-box:last-child {
    margin-bottom: 0;
  }
  .sign-in-form {
    padding: 20px;
  }
  .sign-in-form .forgot-password {
    margin-top: 0;
    text-align: left;
  }
  .signup-form {
    padding: 20px;
  }
  .terms-of-condition-sidebar {
    margin-top: 30px;
  }
  .contact-side-box {
    margin-top: 30px;
  }
  .funding-image img {
    height: auto;
    width: 100%;
  }
  .funding-content {
    margin-top: 30px;
  }
  .funding-content h3 {
    font-size: 26px;
  }
  .works-shape .shape {
    display: none;
  }
  .works-shape .shape2 {
    display: none;
  }
  .funding-form-area {
    overflow: hidden;
  }
  .funding-form-area .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .loan-content {
    margin-top: 30px;
  }
  .loan-content h3 {
    font-size: 30px;
  }
  .overview-shape .shape {
    display: none;
  }
  .overview-shape .shape2 {
    display: none;
  }
  .check-content {
    margin-top: 30px;
  }
  .check-content h3 {
    font-size: 26px;
    font-weight: 500;
  }
  .check-text h3 {
    font-size: 26px;
  }
  .inquiry-btn {
    margin-bottom: 30px;
  }
  .loan-image {
    text-align: center;
  }
  .loan-image .loan-shape {
    right: 0;
    left: 0;
    margin: auto;
  }
  .default-image {
    text-align: center;
  }
  .check-image {
    text-align: center;
  }
  .services-details-desc {
    margin-top: 30px;
  }
  .services-details-desc .content h3 {
    font-size: 26px;
  }
  .services-details-features {
    padding: 50px 20px;
  }
  .services-details-features .content {
    margin-bottom: 0;
  }
  .services-details-features .features-item {
    margin-top: 30px;
  }
  .services-details-others h3 {
    font-size: 25px;
  }
  .widget-area .widget .widget-title {
    font-size: 20px;
  }
  .single-blog .post-meta li {
    margin-right: 8px;
    font-size: 13px;
  }
  .single-blog .content h3 {
    font-size: 22px;
  }
  .pagination-area {
    margin-top: 10px;
    margin-bottom: 45px;
  }
  .blog-details-desc .post-meta li {
    margin-right: 8px;
    font-size: 13px;
  }
  .blog-details-desc .content h3 {
    font-size: 24px;
  }
  .blog-details-desc .desc-text h3 {
    font-size: 20px;
  }
  .blog-details-desc .article-share .social {
    padding: 12px 20px;
  }
  blockquote, .blockquote {
    padding: 25px !important;
    text-align: center;
  }
  blockquote i, .blockquote i {
    position: relative;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .comment-reply .form-submit {
    margin-bottom: 40px;
  }
  .best-services-slider .tabs-item span {
    font-size: 15px;
  }
  .blog-item .image img {
    width: 100%;
  }
  .team-item .image img {
    width: 100%;
  }
  .projects-slider .projects-item .content {
    text-align: center;
  }
}

@media only screen and (min-width: 414px) {
  .navbar-area .others-options .option-item .default-btn {
    top: 2px;
  }
  .mean-container a.meanmenu-reveal {
    padding: 6px 0 0 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .navbar-area .others-options .option-item .info {
    display: none;
  }
  .navbar-area .others-options .option-item .search-btn {
    display: block;
    position: absolute;
    top: 8px;
    right: 145px;
  }
  .navbar-area .others-options .option-item .close-btn {
    display: none;
    position: absolute;
    top: 8px;
    right: 145px;
  }
  .navbar-area .others-options .option-item .close-btn.active {
    display: block;
  }
  .navbar-area .others-options .option-item .default-btn {
    position: absolute;
    top: 2px;
    right: 45px;
    font-size: 12px;
    padding: 8px 15px;
  }
  .main-responsive-nav .logo {
    max-width: 22%;
    width: unset;
  }
  .search-overlay.search-popup {
    left: 0;
    right: 0;
    margin: -4px auto 0;
  }
  .mean-container a.meanmenu-reveal {
    padding: 6px 0 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-100 {
    padding-bottom: 70px;
  }
  .ptb-100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pb-70 {
    padding-bottom: 40px;
  }
  .pt-100 {
    padding-top: 70px;
  }
  .navbar-area .others-options .option-item .info {
    display: none;
  }
  .navbar-area .others-options .option-item .search-btn {
    display: block;
    position: absolute;
    top: 8px;
    right: 145px;
  }
  .navbar-area .others-options .option-item .close-btn {
    display: none;
    position: absolute;
    top: 8px;
    right: 145px;
  }
  .navbar-area .others-options .option-item .close-btn.active {
    display: block;
  }
  .navbar-area .others-options .option-item .default-btn {
    position: absolute;
    top: 2px;
    right: 45px;
    font-size: 12px;
    padding: 8px 15px;
  }
  .main-responsive-nav .logo {
    max-width: 17%;
    width: unset;
  }
  .search-overlay.search-popup {
    left: 0;
    right: 0;
    margin: -4px auto 0;
  }
  .mean-container a.meanmenu-reveal {
    padding: 6px 0 0 0;
  }
  .mean-container a.meanmenu-reveal span {
    display: block;
    background: #000;
    height: 4px;
    margin-top: -5px;
    border-radius: 3px;
    position: relative;
    top: 8px;
  }
  .mean-container .mean-bar {
    background-color: unset;
    border-bottom: none;
  }
  .mean-container .mean-nav {
    margin-top: 52px;
  }
  .banner-social-buttons {
    position: relative;
    right: 0;
    -webkit-transform: unset;
            transform: unset;
  }
  .main-banner-content {
    max-width: 100%;
  }
  .main-banner-content h1 {
    font-size: 50px;
  }
  .main-banner-content .banner-btn {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .main-banner-area {
    padding-top: 70px;
  }
  .approvals-area {
    margin-top: 75px;
  }
  .approvals-area.bg-color .approvals-content {
    border-bottom: none;
  }
  .approvals-content {
    border-bottom: 1px solid #9ca2a0;
  }
  .approvals-content::before {
    display: none;
  }
  .about-content {
    margin-top: 60px;
  }
  .about-content h3 {
    margin-bottom: 14px;
  }
  .about-image img:nth-child(2) {
    right: 0;
  }
  .section-title {
    margin-bottom: 30px;
  }
  .process-item .icon i {
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 40px;
  }
  .company-image {
    height: 400px;
  }
  .company-content {
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .company-content h3 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .company-content p {
    font-size: 15px;
  }
  .company-content .company-text h4 {
    font-size: 20px;
  }
  .company-area .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .deserve-item h3 {
    font-size: 25px;
  }
  .deserve-item .deserve-content h4 {
    font-size: 20px;
  }
  .deserve-item .deserve-btn {
    margin-top: 25px;
    margin-bottom: 30px;
  }
  .rate-form {
    padding: 30px 15px;
  }
  .projects-slider.owl-theme .owl-nav [class*=owl-] {
    left: 0;
  }
  .projects-slider.owl-theme .owl-nav [class*=owl-].owl-next {
    right: 0;
  }
  .clients-item {
    padding: 25px;
    margin-bottom: 30px;
  }
  .clients-item .icon i {
    font-size: 35px;
  }
  .blog-item .content h3 {
    font-size: 20px;
  }
  .main-banner-area.bg-two {
    height: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .main-banner-area.bg-two .banner-social-buttons {
    display: none;
  }
  .main-banner-area.bg-two .main-banner-content {
    max-width: 100%;
  }
  .main-banner-area.bg-two .main-banner-content .banner-btn {
    margin-bottom: 0;
  }
  .about-wrap {
    text-align: center;
  }
  .about-wrap .about-shape {
    right: 0;
    left: 0;
    margin: auto;
  }
  .choose-title {
    text-align: center;
  }
  .choose-title h2 {
    font-size: 25px;
  }
  .choose-title p {
    max-width: 100%;
  }
  .choose-image {
    text-align: center;
    margin-bottom: 30px;
  }
  .choose-image .video-btn {
    left: 0;
    right: 0;
  }
  .solution-item {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .solution-item .content h3 {
    font-size: 30px;
  }
  .solution-item .content::before {
    display: none;
  }
  .solution-item .solution-info {
    padding-left: 0;
    text-align: center;
    margin-top: 30px;
  }
  .solution-item .solution-info i {
    position: relative;
    left: 0;
    top: 0;
  }
  .solution-item .solution-info h3 {
    font-size: 25px;
    margin-top: 10px;
  }
  .company-wrap {
    margin-top: 30px;
    text-align: center;
  }
  .services-tab-image {
    margin-bottom: 30px;
    text-align: center;
  }
  .clients-slider .clients-item .clients-info-text {
    text-align: center;
    max-width: 100%;
  }
  .clients-slider .clients-item .clients-info-text p {
    font-size: 18px;
  }
  .clients-slider .clients-item .clients-image {
    margin-top: 30px;
  }
  .clients-slider .clients-item .clients-image img {
    margin: auto;
  }
  .clients-slider .clients-item .clients-image .icon-1 {
    left: 0;
    right: 0;
    text-align: center;
  }
  .clients-slider.owl-theme .owl-dots {
    right: 0;
  }
  .services-list-tab .tab_content .tabs_item .list h3 {
    font-size: 22px;
  }
  .services-list-tab .tab_content .tabs_item .services-tab-content h3 {
    font-size: 22px;
  }
  .main-banner-area.bg-three {
    height: 100%;
    padding-top: 70px;
  }
  .main-banner-area.bg-three .main-banner-content p {
    max-width: 100%;
    font-size: 16px;
  }
  .main-banner-area.bg-three .main-banner-content .banner-btn {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .approvals-item {
    padding-left: 25px;
    padding-right: 25px;
  }
  .single-fun-fact {
    border-right: none;
  }
  .single-fun-fact h3 {
    font-size: 30px;
  }
  .single-fun-fact p {
    font-size: 16px;
  }
  .tabs-list {
    margin-bottom: 25px;
  }
  .tabs-list li {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    max-width: unset;
    padding: 10px;
    margin-right: 10px;
  }
  .tabs-list li i {
    font-size: 40px;
  }
  .tabs-list li span {
    font-size: 13px;
  }
  .services-tab-image1 {
    margin-top: 30px;
    text-align: center;
  }
  .value-content {
    margin-top: 30px;
  }
  .value-content h3 {
    font-size: 25px;
  }
  .value-features li {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    max-width: unset;
  }
  .clients-area.bg-color {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
  }
  .clients-area.bg-color .clients-slider .clients-item .clients-image {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .clients-area.bg-color .clients-slider .clients-item .clients-image .icon-1 {
    bottom: 16px;
    left: 0;
    right: 0;
    text-align: center;
  }
  .process-item-two {
    margin: 0 auto 30px;
  }
  .page-title-area {
    height: 265px;
  }
  .page-title-content h2 {
    font-size: 30px;
  }
  .solution-area.bg-top {
    margin-bottom: 0;
    padding-bottom: 50px;
  }
  .footer-area.bg-top .single-footer-widget {
    margin-top: 0;
  }
  .faq-list-tab .tabs-list li {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    max-width: unset;
    width: 100%;
  }
  .faq-contact {
    margin-top: 50px;
  }
  .faq-contact .section-title h2 {
    font-size: 25px;
  }
  .projects-details-content .projects-details-info .single-info-box {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    max-width: unset;
    margin-bottom: 20px;
  }
  .projects-details-content .projects-details-info .single-info-box:last-child {
    margin-bottom: 0;
  }
  .terms-of-condition-sidebar {
    margin-top: 30px;
  }
  .contact-side-box {
    margin-top: 30px;
  }
  .sign-in-form {
    padding: 20px;
  }
  .sign-in-form .forgot-password {
    margin-top: 0;
    text-align: left;
  }
  .signup-form {
    padding: 20px;
  }
  .terms-of-condition-sidebar {
    margin-top: 30px;
  }
  .contact-side-box {
    margin-top: 30px;
  }
  .funding-image img {
    height: auto;
    width: 100%;
  }
  .funding-content {
    margin-top: 30px;
  }
  .funding-content h3 {
    font-size: 26px;
  }
  .works-shape .shape {
    display: none;
  }
  .works-shape .shape2 {
    display: none;
  }
  .funding-form-area {
    overflow: hidden;
  }
  .funding-form-area .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .loan-content {
    margin-top: 30px;
  }
  .loan-content h3 {
    font-size: 30px;
  }
  .overview-shape .shape {
    display: none;
  }
  .overview-shape .shape2 {
    display: none;
  }
  .check-content {
    margin-top: 30px;
  }
  .check-content h3 {
    font-size: 26px;
    font-weight: 500;
  }
  .check-text h3 {
    font-size: 26px;
  }
  .inquiry-btn {
    margin-bottom: 30px;
  }
  .loan-image {
    text-align: center;
  }
  .loan-image .loan-shape {
    right: 0;
    left: 0;
    margin: auto;
  }
  .default-image {
    text-align: center;
  }
  .check-image {
    text-align: center;
  }
  .services-details-desc {
    margin-top: 30px;
  }
  .services-details-desc .content h3 {
    font-size: 26px;
  }
  .services-details-features {
    padding: 50px 20px;
  }
  .services-details-features .content {
    margin-bottom: 0;
  }
  .services-details-features .features-item {
    margin-top: 30px;
  }
  .services-details-others h3 {
    font-size: 25px;
  }
  .widget-area .widget .widget-title {
    font-size: 20px;
  }
  .single-blog .post-meta li {
    margin-right: 8px;
    font-size: 13px;
  }
  .single-blog .content h3 {
    font-size: 22px;
  }
  .pagination-area {
    margin-top: 10px;
    margin-bottom: 45px;
  }
  .blog-details-desc .post-meta li {
    margin-right: 8px;
    font-size: 13px;
  }
  .blog-details-desc .content h3 {
    font-size: 24px;
  }
  .blog-details-desc .desc-text h3 {
    font-size: 20px;
  }
  .blog-details-desc .article-share .social {
    padding: 12px 20px;
  }
  blockquote, .blockquote {
    padding: 25px !important;
    text-align: center;
  }
  blockquote i, .blockquote i {
    position: relative;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .comment-reply .form-submit {
    margin-bottom: 40px;
  }
  .blog-item .image img {
    width: 100%;
  }
  .team-item .image img {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-navbar .navbar .navbar-brand img {
    max-width: 100px !important;
  }
  .main-navbar .navbar .navbar-nav .nav-item {
    margin-left: 5px;
    margin-right: 5px;
  }
  .main-navbar .navbar .navbar-nav .nav-item a {
    font-size: 14px;
  }
  .main-navbar .navbar .navbar-nav .nav-item a i {
    font-size: 14px;
  }
  .about-content h3 {
    font-size: 30px;
    font-weight: 500;
  }
  .deserve-item h3 {
    font-size: 30px;
  }
  .rate-item {
    padding: 50px 40px;
  }
  .rate-item .rate-dollar li {
    margin-right: 85px;
  }
  .rate-item .rate-month li {
    margin-right: 75px;
  }
  .projects-slider.owl-theme .owl-nav [class*=owl-] {
    left: 0;
  }
  .projects-slider.owl-theme .owl-nav [class*=owl-].owl-next {
    right: 0;
  }
  .solution-item .content h3 {
    font-size: 30px;
  }
  .solution-item .solution-info i {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .solution-item .solution-info h3 {
    font-size: 24px;
  }
  .clients-slider.owl-theme .owl-dots {
    right: 10px;
  }
  .process-item-two {
    height: 245px;
    width: 220px;
  }
  .process-item-two .text {
    top: 30px;
  }
  .process-item-two .text .icon i {
    font-size: 40px;
  }
  .process-item-two .text h3 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .process-item-two .text p {
    font-size: 12px;
  }
  .tabs-list li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 14.666667%;
            flex: 1 0 14.666667%;
  }
  .tabs-list li i {
    font-size: 45px;
  }
  .tabs-list li span {
    font-size: 16px;
  }
  .value-features li {
    font-size: 16px;
  }
  .clients-area.bg-color {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
  }
  .projects-details-content .projects-details-info .single-info-box {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    max-width: unset;
  }
  .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    right: -250px;
    left: auto;
  }
  .funding-content h3 {
    font-size: 32px;
  }
  .funding-content .funding-list li {
    font-size: 15px;
  }
  .works-shape .shape {
    left: 24%;
  }
  .works-shape .shape2 {
    right: 24%;
  }
  .overview-shape .shape {
    left: 24%;
  }
  .overview-shape .shape2 {
    right: 24%;
  }
  .approvals-item .approvals-content::before {
    right: 10px;
  }

  img {
    max-width: 100%;
    height: auto;
  }


}

@media only screen and (min-width: 1200px) and (max-width: 2500px) {
  .container {
    max-width: 1250px;
  }

  img {
    max-width: 100%;
    height: auto;
  }

}

@media only screen and (min-width: 1800px) {
  .rate-item .rate-month::before {
    height: 6px;
  }
  .main-banner-area.bg-two .banner-social-buttons {
    left: 235px;
  }
  .works-shape .shape {
    left: 35%;
  }
  .works-shape .shape2 {
    right: 35%;
  }
  .overview-shape .shape {
    left: 34%;
  }
  .overview-shape .shape2 {
    right: 34%;
  }

  img {
    max-width: 100%;
    height: auto;
  }

}





a.link-tab-sessions[name]::before {
  content: "";
  display: block;
  height: 110px; 
  margin: -110px 0 0; 
  visibility: hidden;
  pointer-events: none;
}



/* COOKIE CONSENT BANNER */

.ch-cookie-consent__category-toggle input:checked + label, .ch-cookie-consent__category-toggle input + label:hover {
  background-color: #d32f2f !important;
  color: #fff !important;
}

.ch-cookie-consent__category-toggle input + label {
  color: #d32f2f !important;
  border: 1px solid #d32f2f !important;
}

.ch-cookie-consent__category-title {
  font-size: 18px !important;
}

.ch-cookie-consent {
  font-size: 14px !important;
  padding: 17px 20px !important;
  opacity: 0.87 !important;
}

.ch-cookie-consent__form {
  margin-top: 20px !important;
}

.ch-cookie-consent__btn-wrapper {
  margin-bottom: 10px !important;

}


.icon-placeholder::before {
  content: '';
  display: inline-block;
  height: 1em;
  width: 20px;
}


.icon-placeholder.fa-2x::before {
  width: 2em; 
  height: 2.50em;
}

.icon-loaded::before {
  display: none;
}


.lp-right-form {
  position: absolute; 
  top: 10px; 
  right: 15px; 
  width: 450px; 
  padding: 10px;
  box-shadow: -5px 0 15px rgba(0,0,0,0.1); 
  height: 75%;
  z-index: 999;
}


/* jost-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/jost-v15-latin-300.woff2') format('woff2');
}
/* jost-300italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/jost-v15-latin-300italic.woff2') format('woff2'); 
}
/* jost-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/jost-v15-latin-regular.woff2') format('woff2'); 
}
/* jost-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/jost-v15-latin-500.woff2') format('woff2'); 
}
/* jost-500italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/jost-v15-latin-500italic.woff2') format('woff2'); 
}

/* rubik-300italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/rubik-v28-latin-300italic.woff2') format('woff2'); 
}
/* rubik-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/rubik-v28-latin-regular.woff2') format('woff2'); 
}
/* rubik-italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/rubik-v28-latin-italic.woff2') format('woff2'); 
}
/* rubik-500 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/rubik-v28-latin-500.woff2') format('woff2'); 
}
/* rubik-500italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/rubik-v28-latin-500italic.woff2') format('woff2'); 
}















.bandeau-accroche {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 20px;
}

.bandeau-accroche .infos-clefs {
  margin: 10px 0 20px 0;
}

.bandeau-accroche .infos-clefs span {
  display: inline-flex;
  align-items: center;
  margin-right: 30px;
  font-size: 1.2rem;
  color: #fff;
}

.bandeau-accroche .infos-clefs span svg {
  margin-right: 5px;
  fill: #fff;
  width: 1.2rem;
}

.bandeau-accroche .sous-titre {
  font-size: 1.2rem;
  margin: 10px 0;
  color: #eaeaea;
}

.infos-clefs span {
  display: inline-block;
  margin-right: 15px;
  font-size: 1.1rem;
  color: #fff;
}


.cta .btn {
  background-color: #e63946; 
  color: #fff; 
  font-size: 1.2rem;
  font-weight: bold;
  padding: 15px 30px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.cta .btn:hover  {
  background-color: #d62839; 
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}


.conteneur-image img {
  max-width: 500px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
}

.conteneur-image {
  position: relative;
  display: inline-block;
}

.cpf-overlay {
  position: absolute;
  bottom: 10px; 
  left: 10px; 
  background-color: rgba(255, 255, 255, 1); 
  border-radius: 5px; 
  padding: 5px; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); 
}

.cpf-logo {
  width: 125px; 
  height: auto;
  display: block;
}


.btn-primary:hover {
  transform: scale(1.05);
  background-color: #d12e2e;
  transition: 0.3s;
}




/* Menu sticky */
.menu-sticky {
  position: sticky; 
  top: 110px; 
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.menu-sticky ul {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.menu-sticky ul li {
  margin-bottom: 12px;
}

.menu-sticky ul li a {
  text-decoration: none;
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
  transition: color 0.3s ease, transform 0.3s ease;
}

.menu-sticky ul li a svg {
  margin-right: 10px;
  width: 18px; /* Ajuste la taille */
  height: 18px;
  fill: #FF6F61; /* Définit la couleur */
  transition: fill 0.3s ease, transform 0.3s ease;
}

.menu-sticky ul li a:hover svg {
  fill: #800000; /* Change la couleur au survol */
  transform: rotate(10deg);
}




.menu-sticky ul li a:hover {
  color: #800000;
  transform: translateX(5px)
}

/* Bouton CTA */
.menu-sticky .cta {
  text-align: center;
  margin-top: 16px;
}

.menu-sticky .cta a {
  display: inline-block;
  background: linear-gradient(to right, #800000, #990000);
  color: #fff;
  padding: 12px 20px;
  text-align: center;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.menu-sticky .cta a:hover {
  background: linear-gradient(to right, #990000, #cc0000);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
  transform: scale(1.05);
}

/* Style actif */
.menu-sticky ul li a.active {
  font-weight: bold;
  color: #800000;
  text-decoration: underline;
}


/* Cartes droites articles - tutos - fiches métiers */
.right-card {
  top: 110px; 
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.right-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.right-card ul li {
  margin-bottom: 12px;
}

.right-card ul li a {
  text-decoration: none;
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
  transition: color 0.3s ease, transform 0.3s ease;
}

.right-card ul li a svg {
  margin-right: 10px;
  width: 18px; /* Ajuste la taille */
  height: 18px;
  fill: #FF6F61; /* Définit la couleur */
  transition: fill 0.3s ease, transform 0.3s ease;
}

.right-card ul li a:hover svg {
  fill: #800000; /* Change la couleur au survol */
  transform: rotate(10deg);
}




.right-card ul li a:hover {
  color: #800000;
  transform: translateX(5px)
}

/* Style actif */
.right-card ul li a.active {
  font-weight: bold;
  color: #800000;
  text-decoration: underline;
}



/* Encarts */
.highlight-contact-card {
  background: linear-gradient(to bottom, #FFF6F6, #FFECEC); /* Rouge pastel plus doux */
  border: 2px solid #e63946;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 20px;
  background-image: repeating-linear-gradient(
    45deg,
    rgba(230, 57, 70, 0.02), 
    rgba(230, 57, 70, 0.02) 20px,
    transparent 20px,
    transparent 40px
  );
}

.highlight-contact-card .highlight-name {
  color: #e63946;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.highlight-contact-card .highlight-subtext {
  color: #666; /* Gris foncé pour un contraste doux */
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 15px;
  line-height: 1.4;
}




.highlight-contact-card p {
  color: #e63946; 
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 15px;
  line-height: 1.6;
}




.highlight-card {
  background: linear-gradient(to bottom, #FFFDF9, #FFEFD9); 
  border: 2px solid #FFA500;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 20px;
  background-image: repeating-linear-gradient(
    45deg,
    rgba(255, 165, 0, 0.03), 
    rgba(255, 165, 0, 0.03) 20px,
    transparent 20px,
    transparent 40px
  ), linear-gradient(to bottom, #FFFDF9, #FFEFD9); 
}


.highlight-card img {
  border-radius: 50%; 
  background-color: #FFF; 
  padding: 5px; 
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
}

.highlight-card .highlight-name {
  color: #FF3300;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);   
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-weight: bold;
}



.highlight-card .text-warning svg {
  width: 1.5rem; 
  margin-right: 2px; 
  fill: #FFD700; 
}

.highlight-card .rating-value {
  font-size: 1rem; 
  color: #FF4500; 
  font-weight: bold;
  margin-left: 5px;
}


.highlight-card p {
  color: #444; 
  margin-bottom: 15px;
  margin-top: 15px;
  line-height: 1.6;
}



/* Bouton CTA */
.highlight-card .cta {
  text-align: center;
  margin-top: 16px;
}

.highlight-card .cta a {
  display: inline-block;
  background: linear-gradient(135deg, #FF6347, #FF4500); 
  color: #fff; 
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); 
  padding: 12px 20px;
  text-align: center;
  border-radius: 12px;
  text-decoration: none;
  border: 2px solid #FF8C00; 
  box-shadow: 0 4px 8px rgba(255, 69, 0, 0.3); 
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}


.highlight-card .cta a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 20px; 
  background: rgba(255, 200, 50, 0.5); 
  animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1.05);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.15);
        opacity: 0.4;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.7;
    }
}



.highlight-card .cta a:hover {
  border: none;
  background: linear-gradient(135deg, #FF4500, #FFD700); 
  box-shadow: 0 6px 12px rgba(255, 69, 0, 0.5);
  transform: scale(1.1);
}


.highlight-card .cta a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transform: scale(0.8);
}

.highlight-card .cta a:hover::after {
  opacity: 1;
  transform: scale(1.2);
}


@media (max-width: 768px) {
  .highlight-card .cta a {
    padding: 14px 24px; 
    font-size: 18px;
    margin-bottom: 10px;
  }
}






/* Contenu Markdown */
/* **************** */
.contenu-markdown {
  color: #666 !important;
  padding: 20px 30px;
}

.contenu-markdown h2 {
  font-size: 1.8rem;
  border-bottom: 2px solid #800000;
  margin-bottom: 10px;
}

.contenu-markdown ul > li,
.contenu-markdown ol > li {
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 1rem;
}

.contenu-markdown :is(ul, ol) > li:last-child { margin-bottom: 0; }

/* Exentension du contenu Markdown */
.contenu-markdown.modern-green-checkbox ul {
  list-style: none;
  padding: 5px;
}

.contenu-markdown.modern-green-checkbox ul li::before {
  content: "✅";
  color: #28a745;
  font-size: 1rem;
  margin-right: 8px;
}

.formation-bg {
  background: linear-gradient(to bottom, #ffffff, #f7f4f0);
  padding: 20px 0;
}



/* Formation Public concerné */
/* ************************* */
.public-concerne ul {
  list-style-type: disc;
  padding-left: 20px;
  color: #555;
}

.public-concerne ul li {
  margin-bottom: 12px;
  font-size: 1rem;
  line-height: 1.5;
}

.public-concerne ul li strong {
  font-weight: bold;
  color: #666;
  /* color: #333; */
}




/* Accordion - Formation */
/* ********************* */
.accordion-button {
  background-color: #800000; 
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  border: 1px solid #800000;
  border-radius: 0;
  transition: all 0.3s ease;
}

/* Section active */
.accordion-button:not(.collapsed) {
  background-color: #fff; 
  color: #800000;
  border: 1px solid #800000;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23800000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
  transition: color 0.3s ease; 
}

.accordion-item {
  margin-bottom: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

/* Section inactive (fermée) */
.accordion-button.collapsed:hover {
  background-color: #a00000; 
  color: white;
  border: 1px solid #a00000;
}

/* Corps de l'accordéon */
.accordion-body {
  border: 1px solid #800000;
  border-top: none; 
  padding: 15px;
  background-color: #fdfdfd;
}

/* Transitions */
.accordion-button, .accordion-body {
  transition: all 0.3s ease;
}

.accordion-body h4 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.accordion-body h5 {
  font-size: 1rem;
  margin-bottom: 10px;
}

.accordion-button.collapsed svg {
  color: red;
}

.accordion-button:focus {
  box-shadow: none !important;
}










.competences {
  text-align: center;
  margin: 50px 0;
  padding: 20px;
  background: #f9f9f9;
}

.competences h2 {
  font-size: 2rem;
  color: #800000;
  margin-bottom: 10px;
}

.competences p {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 30px;
}

.competences svg {
  width: 1rem;
  color: #555;
}

.competences-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.competence-card {
  position: relative;
  background: linear-gradient(135deg, #f3f3f3, #ffffff);
  border-radius: 8px;
  padding: 20px;
  margin-bottom:20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 230px;
  height: 200px;
}

@media (max-width: 768px) {
  .competence-card {
    width: 100%; 
    max-width: 100%;
    height: 120px; 
    padding: 15px; 
  }

  .competence-card .overlay {
    height: 100%; 
    padding: 10px; 
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; 
  }

  .competences-grid {
    grid-template-columns: 1fr; 
    gap: 15px; 
  }
}

.competence-card.competence-technique {
  border: 2px solid #009e60;
}

.competence-card.competence-personnelle {
  border: 2px solid #0056b3;
}


.competence-card:hover {
  border-color: transparent; 
  box-shadow: 0 6px 12px rgba(128, 0, 0, 0.3);
  transform: translateY(-8px);
}

.competence-card .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.competence-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: linear-gradient(135deg, rgba(153, 0, 0, 0.9), rgba(204, 102, 0, 0.8));*/
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.3s ease;
  transform: scale(0.95);
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  z-index: 2;
}

.competence-card.competence-technique .overlay {
  background: linear-gradient(135deg, rgba(0, 158, 96, 0.9), rgba(0, 100, 50, 0.9)); /* Vert pour les compétences techniques */
}

.competence-card.competence-personnelle .overlay {
  background: linear-gradient(135deg, rgba(0, 86, 179, 0.9), rgba(0, 60, 120, 0.9)); /* Bleu pour les compétences personnelles */
}

.competence-card:hover .overlay {
  opacity: 1;
  transform: scale(1);
}

.competence-card h3 {
  font-size: 1.2rem;
  margin: 10px 0;
  padding: 0 10px 0 10px;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.competence-card p {
  margin-top:25px;
  font-size: 0.95rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
}

.level-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 0.85rem;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 12px;
  white-space: nowrap;
  min-width: 100px;
  text-align: center;
  z-index:20;
}

.level-badge.competence-technique {
  background-color: #009e60;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
}

.level-badge.competence-personnelle {
  background-color: #0056b3;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
}

.level-badge svg {
  width: 1rem; 
  height: 1rem;
  fill: gold;
  stroke: #d4af37;
  stroke-width: 2px; 
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3)); 
  transition: transform 0.2s ease, filter 0.2s ease; 
  display: inline-block;
  vertical-align: middle; 
}

.level-badge svg:hover {
  transform: scale(1.1); 
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5)); 
}




/* Formation - Programme */

/* .btn {
  margin-top: 10px;
  padding: 10px 15px;
  background-color: #800000;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.btn:hover {
  background-color: #a00000;
} */




.training-content {
  text-align: left;
  margin-bottom: 15px;
}

.reserve-btn {
  background-color: #800000;
  color: white;
  padding: 10px 20px;
  font-size: 1rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.reserve-btn:hover {
  background-color: #a10000;
  transform: scale(1.05);
}


.training-title {
  color: #800000;
  font-size: 1.4rem;
  font-weight: bold;
}

.price {
  color: #333 !important; 
  font-weight: bold;
  font-size: 2rem !important;
  font-family: "rubik", "sans-serif";
  margin-right: 10px;
}

.duration {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1rem;
  color: #555;
}

.duration-icon {
  width: 1rem;
  height: 1rem;
  fill: #800000;
}

.price-details {
  font-style: italic;
  font-size: 0.75rem !important;
  margin-top: 0px;
}

.icon-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.icon-title svg {
  width: 3rem;
  fill: #800000;
}


.review {
  margin-top: 10px;
  background-color: #f9f9f9;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}



.review h3 {
  margin: 0;
  color: #800000;
  font-size: 1.2rem;
}

.review p {
  margin: 5px 0;
  font-size: 0.9rem;
  color: #555;
}


.indicators-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
  padding: 1.5rem;
  border-radius: 10px;
}

.indicator-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
  text-align: center; 
  min-height: 200px; 
  background: linear-gradient(to bottom, #ffffff, #f8f9fa);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.indicator-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.indicator-title {
  font-size: 1.1rem;
  font-weight: bold;
  color: #800000;
  text-transform: uppercase;
  margin-bottom: 1rem;

 


}

.indicator-icon {
  margin-right: 0.5rem;

}

.indicator-icon svg {
  fill: #800000; 
  width: 32px;
  height: 32px;
}



.indicator-description {
  font-size: 0.9rem;
  font-style: italic;
  color: #555;
  margin-bottom: 0.5rem;
}

.indicator-value {
  font-size: 1.5rem; 
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-top: 10px;
  font-family: "Rubik", sans-serif;  

}



.certification-container {
  padding: 1rem;
}

.certification-header {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1.5rem;
}

.certification-header-logo {
  max-width: 100px;
  max-height: 100px;
  border-radius: 10px;
  padding:5px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.certification-header-logo img {
  max-width: 100%;
  height: auto;
}

.certification-header-name {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  font-family: 'Rubik', sans-serif;
}

.certification-description {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.certification-details {
  margin-top: 1.5rem;
}

.certification-detail {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  gap: 1rem;
}

.certification-detail-icon {
  background: #f3f4f6;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #800000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.certification-detail a {
  font-weight: bold;
  color: #800000;
  text-decoration: none;
}

.certification-detail a:hover {
  text-decoration: underline;
}

.certification-detail-icon svg {
  fill: #800000;
  width: 1.2rem;
}

.tabs-container {
  width: 100%;
  overflow: hidden;
}

.tabs-header {
  margin-top:1.5rem;
  display: flex;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ccc;
  overflow-x: auto; 
  white-space: nowrap;
}

.tab {
  flex: 1;
  padding: 10px 15px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  border: none;
  background: none;
  outline: none;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  border-radius: 15px 15px 0 0;
  white-space: nowrap; 
}

.tab.active {
  background-color: #800000;
  color: white;
  box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}

.tab:hover {
  background-color: #ddd;
  color: #800000;
}

.tabs-content {
  padding: 20px;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.tab-content {
  display: none;
  animation: fadeIn 0.3s ease-in-out; 
}

.tab-content.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.session-table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0;
}

.session-table th, .session-table td {
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
}

.session-table td:first-child {
  width: 50%; 
  word-wrap: break-word; 
}

.session-table tr:hover {
  background-color: #f8f9fa;
}

.session-table .btn {
  background-color: #800000;
  color: #fff;
  padding: 8px 12px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.session-table .btn:hover {
  background-color: #660000;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .tab {
    font-size: 0.9rem;
    padding: 8px 10px;
  }

  .tabs-header {
    overflow-x: auto;
  }

  .tabs-content {
    padding: 10px;
  }

  .session-table th, .session-table td {
    font-size: 0.9rem;
  }

  .session-table .btn {
    font-size: 0.85rem;
    /* padding: 6px 10px; */
    padding:15px;
  }


}


.session-badge .badge {
  margin-top: 5px;
  margin-right: 5px;
}

@media (max-width: 768px) {
  .session-badge {
    display: block;
    margin-top: 5px;
  }

  .badge {
    font-size: 0.85rem;
  }
}


.badge-full {
  background-color: #d9534f; 
}

.badge-limited {
  background-color: #e68a00;
}

.badge-guaranteed {
  background-color: #5cb85c; 
}


/* **** MODAL ***** */
.modal-content {
  display: flex;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.modal-image {
  background: url('https://ik.imagekit.io/oo249jkliffxg/images-webp/modal1_Ww4nvuDej.webp?updatedAt=1736359584846') center/cover no-repeat;
  width: 40%;
  height: auto;
}

.modal-image-newsletter {
  background: url('https://ik.imagekit.io/oo249jkliffxg/images-webp/newsletter_ZPuF8M8od.webp?updatedAt=1737103673042') center/cover no-repeat;
  width: 40%;
  height: auto;
}

.modal-body {
  padding: 2rem;
  background: #fff;
  width: 60%;
}

.modal-body input[type="text"],
.modal-body input[type="email"],
.modal-body input[type="tel"] {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px;
  width: 100%;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.modal-body input:focus {
  border-color: #28a745;
  box-shadow: 0 0 5px rgba(40, 167, 69, 0.5);
}

.modal-footer button {
  font-weight: bold;
  transition: transform 0.2s, box-shadow 0.2s;
}

.modal-footer .btn-success {
  background-color: #28a745;
  border: none;
  color: white;
}

.modal-footer .btn-success:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}


@media (max-width: 768px) {
  .modal-image {
      display: none;
  }

  .modal-image-newsletter {
    display: none;
  }

  .modal-body {
      width: 100%;
  }
}

#successModal .modal-content {
  display: flex;
  flex-direction: row !important;
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

#successModal .modal-body i {
  animation: pop 0.3s ease;
}

@keyframes pop {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.appellation-badge {
  display: inline-block;
  background-color: #f8f9fa; /* Couleur de fond douce */
  color: #333;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 5px 15px;
  margin: 5px;
  font-size: 0.9rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}

.appellation-badge:hover {
  background-color: #eaeaea;
  border-color: #ccc;
}

.sticky-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(195, 0, 0, 0.9);
  color: white;
  padding: 15px;
  text-align: center;
  z-index: 9999;
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.3s ease-in-out;
}

.sticky-banner.active {
  display: block;
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.sticky-banner.hidden {
  transform: translateY(100%); 
  opacity: 0;
  pointer-events: none;
}

.sticky-banner .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sticky-banner .cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.sticky-banner .cta p {
  margin: 0;
  font-size: 16px;
  color: #fff;
}

.sticky-banner .cta p > svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: #fff;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.sticky-banner .cta a {
  margin-left: 20px;
}

.sticky-banner .btn {
  background-color: white;
  color: #C30000;
  border: 1px solid white;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}

.sticky-banner .btn:hover {
  background-color: #a30000; 
  color: white;
  border: 1px solid white;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  transform: scale(1.05);
}



@media (max-width: 768px) {
  .sticky-banner .cta {
      flex-direction: column;
      text-align: center;
  }

  .sticky-banner .cta a {
      margin-top: 10px;
  }
}



#quiz-container {
  font-family: Arial, sans-serif;
  margin: 20px auto;
  max-width: 800px;
  width: 80%;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f9f9f9;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeSlideIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeSlideOut {
  from { opacity: 1; transform: translateY(0); }
  to { opacity: 0; transform: translateY(-10px); }
}

.quiz-title {
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: #b30000;
  font-family: 'Rubik', sans-serif;
  animation: fadeIn 0.3s ease-in-out;
}

.quiz-question p {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 20px;
  animation: fadeSlideIn 0.4s ease-in-out;
}

.quiz-question.slide-out {
  animation: fadeSlideOut 0.4s ease-in-out;
}

.quiz-answers {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.quiz-answer {
  padding: 12px 15px;
  font-size: 1em;
  color: #fff;
  background-color: #b30000;
  border: 1px solid #800000;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s, transform 0.2s;
  animation: fadeIn 0.3s ease-in-out;
}

.quiz-answer:hover {
  background-color: #990000;
  transform: scale(1.02);
}

.quiz-answer:active {
  background-color: #800000;
  transform: scale(0.95);
  animation: bounce 0.2s ease;
}

@keyframes bounce {
  0% { transform: scale(0.95); }
  50% { transform: scale(1.02); }
  100% { transform: scale(1); }
}

.quiz-progress {
  margin-top: 20px;
  font-size: 0.9em;
  color: #555;
  animation: fadeIn 0.3s ease-in-out;
}

.progress-bar-container {
  width: 100%;
  background-color: #ddd;
  border-radius: 8px;
  margin: 10px 0;
  height: 12px;
}

.progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #b30000 0%, #ff6600 50%, #b30000 100%);
  border-radius: 8px;
  transition: width 0.3s ease;
}

.quiz-score-box {
  background: linear-gradient(135deg, #ff4500, #ff8000);
  padding: 15px 25px;
  border-radius: 10px;
  color: #fff;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  max-width: 350px;
  margin: 0 auto 15px;
}

.quiz-score {
  margin: 0;
  font-size: 1.6em;
  font-weight: 900;
  color: #fff;
}

.quiz-message {
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
  color: #b30000;
  padding: 15px;
  background: rgba(255, 235, 235, 0.9);
  border-left: 6px solid #b30000;
  width: 100%;
  max-width: 90%;
  display: block;
  margin: auto;
}

.quiz-results form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  gap: 15px;
  width: 100%;
}

.quiz-results input[type="email"] {
  padding: 12px;
  font-size: 1em;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 80%;
  max-width: 320px;
  text-align: center;
  background: #fff;
}

.quiz-results button {
  padding: 12px 18px;
  font-size: 1.1em;
  color: #fff;
  background: linear-gradient(135deg, #28a745, #218838);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  gap: 8px;
}

.quiz-results button:hover {
  background: linear-gradient(135deg, #218838, #1e7e34);
  transform: scale(1.05);
}

.quiz-results button:active {
  background: #1e7e34;
  transform: scale(0.95);
}


/* Correction bug sticky top avec mega menu */
body:has(.mega-box:hover) .promo-bar.sticky-md-top { 
  position: static; 
  z-index: auto; 
}

body:has(.mega-box.open) .promo-bar.sticky-md-top { 
  position: static;
  z-index: auto;
} 

body:has(.nav-links > li:hover > .mega-box) .promo-bar.sticky-md-top,
body:has(.nav-links > li:focus-within > .mega-box) .promo-bar.sticky-md-top {
  position: static;
  z-index: auto;
}

body:has(#showFormations:checked) .promo-bar.sticky-md-top,
body:has(#showBlog:checked) .promo-bar.sticky-md-top {
  position: static;
  z-index: auto;
}
