
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
{
            margin:0;
            padding:0;
            box-sizing:border-box;
            font-family:Arial, sans-serif;
        }

        body{
            min-height:100vh;
           
        }

        .popup-overlay{
            position:fixed;
            inset:0;
            background:rgba(0,0,0,.7);
            display:none;
            justify-content:center;
            align-items:center;
            z-index:9999;
        }

        .popup{
            width:650px;
            height:600px;
            border-radius:20px;
            overflow:hidden;
            position:relative;
            animation:zoom .1s ease;
            box-shadow:0 15px 40px rgba(0,0,0,.4);
        }

        @keyframes zoom{
            from{
                transform:scale(.8);
                opacity:0;
            }
            to{
                transform:scale(1);
                opacity:1;
            }
        }

        .popup img{
            width:100%;
            height:100%;
            object-fit:cover;

        }

        .overlay-content{
            position:absolute;
            inset:0;
            background:linear-gradient(
                    to top,
                    rgba(0,0,0,.85),
                    rgba(0,0,0,.2)
            );
            display:flex;
            flex-direction:column;
            justify-content:flex-end;
            padding:30px;
            color:white;
        }

        .overlay-content h2{
            font-size:50px;
            margin-bottom:290px;
        }

        .overlay-content p{
            margin-bottom:20px;
            line-height:1.5;
        }

        .cta-btn{
            background:#ff6b00;
            color:#fff;
            border:none;
            padding:15px;
            font-size:18px;
            border-radius:12px;
            cursor:pointer;
            transition:.0s;
        }

        .cta-btn:hover{
            background:#e85f00;
            transform:translateY(-1px);
        }

        .close{
            position:absolute;
            top:15px;
            right:15px;
            width:35px;
            height:35px;
            border-radius:50%;
            background:white;
            color:black;
            display:flex;
            justify-content:center;
            align-items:center;
            cursor:pointer;
            font-weight:bold;
            z-index:2;
        }
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hallo {
  padding-top: 01px;
}

.hallo .carousel {
  width: 100%;
  min-height: 60vh;
  padding: 0;
  margin: 0;
  background-color: var(--background-color);
  position: relative;
}

.hallo img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hallo .carousel-item {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.hallo .carousel-item:before {
 /* content: "";*/
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hallo .carousel-container .section .why-us .light-background .container-fluid {
  position: absolute;
  inset: 40px 64px 64px 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: -90px;
  z-index: 3;
  background-position: center;
}

.hallo h2 {
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
  animation: fadeInDown 1s both;
}

@media (max-width: 768px) {
  .hallo h2 {
    font-size: 30px;
  }
}

.hallo p {
  animation: fadeInDown 1s both 0.2s;
}

@media (min-width: 1024px) {

  .hallo h2,
  .hallo p {
    max-width: 60%;
  }



    .hallo .btn-get-started {
        display: inline-block;
        margin: 10px;
        padding: 8px 32px;
        color: var(--contrast-color, #ffffff);
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 1px;
        text-decoration: none;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        transition: background-color 0.3s ease, transform 0.3s ease;
        animation: fadeInUp 1s both 0.4s;
    }
    .hallo .btn-get-started:hover {
        color: #ffffff;
        transform: translateY(-2px);
    }
    .hallo .btn-get-started:focus {
        outline-offset: 3px;
    }
.hallo .btn-get-started:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

.hallo .btn-get-started:focus {
    outline-offset: 3px;
}

.hallo .btn-get-started:hover {
    color: var(--contrast-color, #ffffff);
    transform: translateY(-2px);
}

.hallo .btn-get-started:focus {
    outline-offset: 3px;
}

.hallo .btn-get-started:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.hallo .carousel-control-prev,
.hallo .carousel-control-next {
  width: 10%;
  transition: 0.3s;
  opacity: 0.5;
}

.hallo .carousel-control-prev:focus,
.hallo .carousel-control-next:focus {
  opacity: 0.5;
}

.hallo .carousel-control-prev:hover,
.hallo .carousel-control-next:hover {
  opacity: 0.9;
}

@media (min-width: 1024px) {

  .hallo .carousel-control-prev,
  .hallo .carousel-control-next {
    width: 5%;
  }
}

.hallo .carousel-control-next-icon,
.hallo .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

.hallo .carousel-indicators {
  list-style: none;
}

.hallo .carousel-indicators li {
  cursor: pointer;
}

@media (max-width: 768px) {
  .about .about-image .annee-academique {
    min-width: 100px;
    min-height: 100px;
    padding: 15px;
    right: 0;
  }
}
.about .about-image .annee-academique .years {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 768px) {
  .about .about-image .annee-academique .years {
    font-size: 2rem;
  }
}
.about .about-image .annee-academique .text {
  font-size: 0.9rem;
  text-align: center;
  line-height: 1.2;
}
	
	
/* Sous-menu masqué par défaut */
.navmenu .submenu {
    display: none;
    list-style: none;
    padding-left: 15px;
    margin: 0;
}

/* Sous-menu ouvert */
.navmenu .dropdown.active > .submenu {
    display: block;
}

/* Mobile */
@media (max-width: 1199px) {

    .navmenu {
        position: fixed;
        top: 80px;
        left: -100%;
        width: 100%;
        background: #fff;
        height: calc(100vh - 80px);
        overflow-y: auto;
        transition: 0.3s;
        z-index: 999;
    }

    .navmenu.mobile-active {
        left: 0;
    }

    .navmenu ul {
        display: block;
        padding: 20px;
    }

    .navmenu li {
        display: block;
        width: 100%;
    }

    .navmenu a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 15px;
    }

    .submenu li a {
        padding-left: 30px;
        font-size: 14px;
    }

    .dropdown.active .toggle-dropdown {
        transform: rotate(180deg);
    }

    .toggle-dropdown {
        transition: transform 0.3s ease;
    }

	
	
	 .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

 .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }
	
	}
