/*******************Home**********************/

.carousel-control-prev-icon, .carousel-control-next-icon{
   display: block;
   background-color: rgb(0,0,0);
   color: black ;
   border-radius: 10%;
}

.carousel-inner{
    background:linear-gradient(135deg, #0b1b5c 0%, #0055a5 40%, #00a8e8 100%);
    border-radius: 0 0 150px 0;
    padding: 0px;
    min-height: 82vh;
}

#carousel-indicators-button-1,
#carousel-indicators-button-2,
#carousel-indicators-button-3{
    width: 15px;
    height: 15px;
}

.btn-explore{
  width: 200px;
  height:50px;
  padding-top: 10px;
  border-bottom:3px solid white;
  border-radius:17.05px;
  font-size: 14pt;
}

.list-formation-title{
  font-size: 22pt;
  font-weight: bold;
  color:rgb(0,178,214);
}
/*
.list-formation-description{
  font-weight:;
}*/


/* block for courses list*/
.round{
    background:linear-gradient(135deg, #0b1b5c 0%, #0055a5 40%, #00a8e8 100%);
    width: 100px;
    height:100px;
    border-radius: 50px;
    margin-bottom: 15px;
}

.course{
   width: 120px;
}


.carousel-course{
    overflow-x: auto;     /* enable horizontal scroll if content exceeds width */
    overflow-y: hidden;   /* hide vertical overflow */
    white-space: nowrap; 
    scrollbar-width: none;     /* Eliminate scrollbar for Firefox */
    /*padding: ;
    margin: ;*/
}

.carousel-course::-webkit-scrollbar {    
  display: none;  /* Eliminate scrollbar for Chrome, Safari */
}

.cont{
    overflow: auto;
}

.icon{
  width: 65px;
  height:65px;
}



.characteristic-title{
   font-size: 20pt;
   font-weight: bold;
}

/*
.characteristic-description{

}*/

#characteristics .carte{
  border-radius: 25px;
}

#characteristics .card-blue{
  background:linear-gradient(135deg, rgb(11, 27, 92) 0%, rgb(0, 85, 165) 40%, rgb(0, 168, 232) 100%);
}

#characteristics .card-black{
  background: linear-gradient(
    135deg,
    rgb(30, 30, 30) 0%,   /* soft dark gray */
    rgb(0, 0, 0) 40%,     /* pure black (main tone) */
    rgb(80, 80, 80) 100%  /* lighter graphite gray */
  );
}

#characteristics .card-orange{
  background: linear-gradient(
    135deg,
    rgb(180, 90, 0) 0%,   /* darker burnt orange */
    rgb(240, 156, 0) 40%, /* your main orange */
    rgb(255, 210, 120) 100% /* lighter golden peach */
  );
}

.container-1{
  background-image: linear-gradient(rgba(0, 168, 232, 0) 0%, rgba(0, 168, 232, 0.3) 25%, rgba(0, 85, 165, 0.3) 50%, rgba(0, 85, 165, 0.5) 75%, rgba(11, 27, 92, 0.9) 100%);
  border-radius: 0 0 150px 0;
  margin:0px;
  overflow: hidden;
}


.check{
  width: 20px;
  height: 20px;
}

.container-2{
  background-image: linear-gradient(rgba(255,219,0,0) 0%, rgba(255,219,0,1) 100%);
  background: linear-gradient(
    rgba(255, 210, 120, 0) 0%,   /* darker burnt orange */
    rgba(255, 210, 120,1) 25%,
    rgba(240, 156, 0, 0.7) 50%, /* your main orange */
    rgba(240, 156, 0, 1) 75%,
    rgba(180, 90, 0, 1) 100% /* lighter golden peach */
  );
  border-radius: 150px 0 0 0;
  margin-top:70px;
  margin-right:30px;

}

.container-2-1{
  background-color: rgb(0,0,0);
  border-radius: 150px 80px 60px 60px;
}

.container-2-1-1{
  background:linear-gradient(135deg, rgb(11, 27, 92) 0%, rgb(0, 85, 165) 40%, rgb(0, 168, 232) 100%);
  border-radius: 50px 50px 50px 50px;
}

.card{
  border: 2px solid black;
  border-radius: 50px;
  overflow:hidden;
  padding:0;
}

.card .card-header{
  background-color: black;
  margin:0;
}

.card .card-body{
  background:linear-gradient(135deg, rgb(0, 168, 232) 0%, rgb(0, 85, 165) 100%);
}

.border-radius-1{
  border-radius: 50px;
}

.border-radius-s-1{
  border-radius: 50px 50px 0 0;
}

.border-radius-i-1{
  border-radius: 0 0 50px 50px;
}

.oval{
  border-radius: 50px 50px;
  height:300px;
  width:120px;
}


.carousel-indicators button{
  display:block;
  border-radius: 100%;
  width: 20px;
  height:20px;
}

.border{
  border: 5px solid black;
}





@media screen and (min-width: 576px){


.container-1{
    border-radius: 0 0 250px 0;
}

.container-2-1{
    border-radius: 250px 80px 80px 80px;
    padding-bottom:0 ;
}


/*
  .container-2-1-1 .gratuit{
    margin-right: 0.5rem;

  }

   .container-2-1-1 .premium{

  }*/



.container-1-p, .container-2-p, .container-2-1-p{
     padding-right: 2rem;
     padding-left: 2rem;
  }

.container-2-1-p{
     padding-bottom: 3rem;
 }

.carousel-inner{
  background-color: rgb(0,178,214);
  border-radius: 0 0 250px 0;
  padding: 0px;

  }
}

@media (min-width: 576px) {
  .carousel-inner{
    max-height: 82vh;
  }
}

@media screen and (max-width: 575px){

  .container-2-p, .container-2-1-p{
      padding-right: 0.75rem;
      padding-left: 0.75rem;
  }

  .container-2-1-p{
      padding-bottom: 0.75rem;
  }
}

@media screen and (min-width: 768px){
  .container-2-1-1 .gratuit{
     margin-right: 0.5rem;
  }

   .container-2-1-1 .premium{
     margin-left: 0.5rem;
  }
}


/*****************************************/
/* Bar baseline */
.quido-navbar{
  min-height:72px;
  border-color: var(--muted-20) !important;   /* light divider on white */
  box-shadow: 0 2px 10px rgba(0,0,0,.03);
}

/* Links (match sidebar colors) */
.quido-link{
  color: rgb(0, 85, 165);
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.quido-link:hover,
.quido-link:focus{ color: var(--brand-blue); }
.quido-link::after{
  content:"";
  position:absolute; 
  left:.35rem; 
  right:.35rem; 
  bottom:-6px;
  height:2px; 
  background: transparent; 
  transition: background .15s;
}
.quido-link:hover::after{ background: var(--brand-blue); }

/* Search (pill + blue square btn) */
.search-input{
  border-radius: 999px;
  background: #eaf8ff;                      /* light blue tint on white */
  border: 1px solid var(--muted-20);
  padding: .65rem 1rem;
  color: var(--quido-text-dark);
}
.search-input::placeholder{ color: rgba(33,37,41,.55); }
.search-input:focus{
  border-color: var(--brand-blue);
  box-shadow: 0 0 0 .2rem rgba(0,168,232,.15);
}

.btn-search{
  --size: 44px;
  width: var(--size); height: var(--size);
  border-radius: 12px;
  background:linear-gradient(135deg, rgb(0, 85, 165) 0%, rgb(0, 168, 232) 100%);
  color: var(--quido-text-light);
  border: 1px solid var(--brand-blue);
  display: inline-flex; align-items:center; justify-content:center;
  transition: transform .15s ease, filter .15s ease;
}

.btn-search:hover{ 
  background:linear-gradient(135deg, rgb(0, 168, 232) 0%, rgb(0, 85, 165) 100%); 
}

/* CTAs (same spirit as sidebar) */
.btn-primary-qs{
  background:linear-gradient(135deg, rgb(11, 27, 92) 0%, rgb(0, 85, 165) 40%, rgb(0, 168, 232) 100%);
  color: var(--quido-text-light);
  border: 1px solid var(--brand-blue);
  border-radius: 12px;
  padding: .55rem .9rem;
  font-weight: 600;
  white-space: nowrap;
}

.btn-primary-qs:hover{ 
    background:linear-gradient(135deg, rgb(0, 168, 232) 0%, rgb(0, 85, 165) 40%, rgb(11, 27, 92) 100%); 
}

.btn-outline-qs{
  color: rgb(0, 85, 165);
  background: transparent;
  border: 2px solid rgb(0, 85, 165);
  border-radius: 0px;
  padding: .55rem .9rem;
  font-weight: 600;
  white-space: nowrap;
}

.btn-outline-qs:hover{ 
  border: 2px solid rgb(0, 85, 165);
  color: #fff; 
  background:linear-gradient(135deg, rgb(0, 168, 232) 0%, rgb(0, 85, 165) 100%);  
}




/* === Quido Sidebar — Light Theme === */
.offcanvas-quido-light{
  width: 22rem;
  background: var(--quido-text-light); /* blanc */
  color: var(--quido-text-dark);       /* texte principal foncé */
  border-left: 1px solid var(--muted-20);
  box-shadow: -8px 0 20px rgba(0,0,0,.08);
}

/* Header */
.offcanvas-quido-light .offcanvas-header{
  background: var(--quido-text-light);
  border-bottom: 1px solid var(--muted-20);
  padding: 1rem 1.25rem .75rem;
}
.offcanvas-quido-light .btn-close{ opacity: .6; }
.offcanvas-quido-light .btn-close:hover{ opacity: 1; }

/* Search */
.offcanvas-quido-light .search-wrap{
  padding: .9rem 1.25rem;
  border-bottom: 1px solid var(--muted-20);
}

.offcanvas-quido-light .search-input{
  background: #eaf8ff;
  color: var(--quido-text-dark);
  border: 1.5px solid var(--muted-20);
  border-radius: .75rem;
  height: 40px;
}

.offcanvas-quido-light .search-input::placeholder{
  color: rgba(0,0,0,.45);
}

.offcanvas-quido-light .search-input:focus{
  border-color: var(--brand-blue);
  box-shadow: 0 0 0 3px rgba(0,178,214,.2);
}

.offcanvas-quido-light .btn-search{
  background:linear-gradient(135deg, rgb(0, 85, 165) 0%, rgb(0, 168, 232) 100%);
  color: var(--quido-text-light);
  border: none;
  border-radius: .75rem;
}
.offcanvas-quido-light .btn-search:hover{ 
  background:linear-gradient(135deg, rgb(0, 168, 232) 0%, rgb(0, 85, 165) 100%);
}

/* Section titles */
.offcanvas-quido-light .menu-section-title{
  color: var(--brand-orange);
  font-weight: 800;
  letter-spacing: .2px;
  margin: 1rem 1.25rem .5rem;
}
.offcanvas-quido-light .menu-sep{
  border-color: var(--muted-20);
  opacity: 1;
  margin: .25rem 0;
}

/* Menu links */
.offcanvas-quido-light .menu-list{ padding: .25rem 1.25rem 0; }
.offcanvas-quido-light .menu-link{
  display: flex; align-items: center; gap: .65rem;
  padding: .7rem .5rem;
  color: var(--quido-text-dark);
  text-decoration: none;
  border-radius: .5rem;
  transition: background .15s ease, color .15s ease;
}
.offcanvas-quido-light .menu-link .ico{ 
  width:22px; 
  text-align:center; 
  color: rgb(0, 85, 165); 
}
.offcanvas-quido-light .menu-link:hover{
  background: rgba(0,178,214,.08); /* bleu clair */
  color: var(--brand-teal);
}
.offcanvas-quido-light .menu-link.active{
  background: rgba(0,178,214,.12);
  color: var(--brand-teal);
  font-weight: 600;
}

/* CTA buttons */
.offcanvas-quido-light .btn-cta{
  display: block;
  width: 100%;
  border-radius: 999px;
  font-weight: 700;
  padding: .65rem 1rem;
  text-align: center;
}
.offcanvas-quido-light .btn-primary-qs{
  background:linear-gradient(135deg, rgb(11, 27, 92) 0%, rgb(0, 85, 165) 40%, rgb(0, 168, 232) 100%);
  color: var(--quido-text-light);
}
.offcanvas-quido-light .btn-primary-qs:hover{ 
  background:linear-gradient(135deg, rgb(0, 168, 232) 0%, rgb(0, 85, 165) 40%, rgb(11, 27, 92) 100%); 
}
.offcanvas-quido-light .btn-outline-qs{
  border: 2px solid rgb(0, 85, 165);
  color: rgb(0, 85, 165);
  background: transparent;
}
.offcanvas-quido-light .btn-outline-qs:hover{
  background:linear-gradient(135deg, rgb(0, 168, 232) 0%, rgb(0, 85, 165) 100%); 
  color: var(--quido-text-light);
}

/* Social icons */
/* Social icons */
.offcanvas-quido-light .social-row .btn-icon {
  --size: 40px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: rgb(0, 85, 165);                        /* icon color */
  background: rgba(0, 178, 214, 0.08);             /* light blue tint */
  border: 1px solid rgba(0, 178, 214, 0.15);       /* subtle border */

  transition: transform .15s ease, background .15s ease, color .15s ease;
}

.offcanvas-quido-light .social-row .btn-icon:hover {
  color: var(--quido-text-light);
  background:linear-gradient(135deg, rgb(11, 27, 92) 0%, rgb(0, 85, 165) 40%, rgb(0, 168, 232) 100%);
  border-color: var(--brand-blue);
  transform: scale(1.05);
}

/* Footer note */
.offcanvas-quido-light .side-copy {
  display: block;
  width: 100%;
  color: var(--quido-text-dark);     /* darker for contrast */
  font-size: .8rem;
  text-align: center;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--muted-20);
  line-height: 1.4;
}




/*******************Footer**********************/

/* Footer skin */
.site-footer{
  color:#e9eef5;
  background:
    radial-gradient(900px 300px at 85% -10%, rgba(0,168,232,.10), transparent),
    linear-gradient(180deg, var(--ink-800) 0%, var(--ink-900) 60%, #05080c 100%);
  border-top: 0px solid var(--brand-blue);
}

/* Titles & links */
.foot-title{
  letter-spacing:.4px;
  text-transform:uppercase;
  color:#fff;
  margin-bottom:.75rem;
}

.text-muted-70{ color: var(--muted-70); }
.border-muted-20{ border-color: var(--muted-20) !important; }

.foot-links a{
  color: #e9eef5;
  text-decoration: none;
  opacity: .85;
  transition: color .15s ease, opacity .15s ease;
}
.foot-links a:hover{
  color: var(--brand-blue);
  opacity: 1;
}

/* Icons */
.btn-icon{
  --size: 40px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color:#e9eef5;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  transition: transform .15s ease, background .15s ease, color .15s ease;
}

.btn-icon:hover{
  background: rgba(0,168,232,.15);
  color: var(--brand-blue);
  transform: translateY(-1px);
}


/* Newsletter */
.foot-input{
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
  color:#fff;
}
.foot-input::placeholder{ color: rgba(233,238,245,.6); }
.foot-input:focus{
  border-color: var(--brand-blue);
  box-shadow: 0 0 0 .2rem rgba(0,168,232,.2);
}

.btn-accent{
  background: linear-gradient(90deg, var(--brand-orange), #ffb32c);
  color:#201a00;
  border: none;
  font-weight: 700;
}
.btn-accent:hover{
  filter: brightness(.96);
}

/* Brand */
.brand-name{
  font-weight: 800;
  letter-spacing:.2px;
}

/* Small tune-ups */
.site-footer img{ 
  display:block; 
}
