/* Partie Accueil */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.navbar{
    background: rgba(235, 222, 222, 0.6);
    backdrop-filter: blur(6px);
    will-change: transform;
    position: relative;
    z-index: 1050;
}
.navbar-brand{
    font-size: 2rem;
    font-family: "Oswald", sans-serif;
    font-weight: 500;  
    color: black;
    letter-spacing: 2px;
}
.navbar-brand:hover{
    transform: scale(1.05);
    color: black;
    transition: 0.3s ease;
}
.navbar .nav-link{
    margin-right: 10px;
    margin-left: 10px;
    color: black;
    font-family: "Rubik", sans-serif;
    text-transform: uppercase;
    position: relative;
    transition: all 0.1s ease;
    font-weight: 700;
}
.navbar .nav-link:not(.dropdown-toggle)::after{
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    left: 0;
    bottom: -5px;
    background-color: #dc3545;
    transition: width 0.3s ease;
}
.navbar .nav-link:not(.dropdown-toggle):hover::after{
    width: 100%;
}
.nav-link:hover{
    color: black;
}
.navbar .nav-link:hover{
    color: #dc3545;
}
.navbar .nav-link.active{
    color: #dc3545;
    font-weight: 600;
}
.navbar-toggler{
    border: none;
}
.navbar-toggler:focus{
    box-shadow: none;
}

/* Dropdown Styles */
.navbar .dropdown-menu {
    background: rgba(235, 222, 222, 0.95);
    border: 1px solid #dc3545;
    border-top: none;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    padding: 8px 0;
    z-index: 1000;
}

.navbar .dropdown-menu .dropdown-item {
    color: black;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 20px;
    transition: all 0.2s ease;
    font-size: 0.9rem;
}

.navbar .dropdown-menu .dropdown-item:hover {
    background-color: #f8d7da;
    color: #dc3545;
}

.navbar .dropdown-menu .dropdown-item:active {
    background-color: #dc3545;
    color: white;
}

.navbar .nav-link.dropdown-toggle {
    display: flex;
    align-items: center;
    padding-right: 0;
}

.navbar .nav-link.dropdown-toggle::after {
    content: "";
    display: inline-block;
    margin-left: 6px;
    margin-right: 10px;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    transition: transform 0.2s ease;
}

.navbar .nav-link.dropdown-toggle:hover::after {
    color: #dc3545;
}

.navbar .nav-link.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

.btn0{
    height: 40px;
    width: 40%;
    outline: none;
    border: none;
    background: rgb(248,26,92);
    color: white;
    border-radius: 60px;
    font-weight: 700;
}
.main{
    background:url("./Assets/UNIKIN.jpg")no-repeat ;
    background-size: cover;
    height: 100vh;
    background-position: center;
    width: 100%;
    background-size: cover;
    position: relative;
    z-index: 0;
}
.overlay{
    position: absolute;
    inset: 0;
    background: rgba(0 ,0 ,0 , 0.45);
    backdrop-filter: blur(4px);
    z-index: 1;
}
.main .container{
    position: relative;
    z-index: 2;
}
.btn1{
    height: 45px;
    width: 35%;
    border: none;
    outline: none;
    background-color: rgb(231, 228, 228);
    color: black;
    font-weight: 700;
    border-radius: 30px;
    text-align: center;
    transition: all 0.3s ease;
}
.btn1:hover{
    background-color: transparent;
    color: white;
    border: 1px solid white;
    transform: translateY(-5px);
}
.main h1{
     font-family: "Lobster", sans-serif;
    
    font-style: normal;
    font-size: 4rem;
    font-weight: 800;
    letter-spacing: 6px;
    text-transform: uppercase;
    background: linear-gradient(90deg,white,#dcdcdc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 6px 25px rgba(0, 0,0, 0.6);
    
}
.main p{
   color: white;
   font-size: 1.1rem;
   line-height: 1.8;
   max-width: 650px;
   margin: 0 auto;
}
/* Fin Accueil */


/* Partie A propos */
.about{
    background: linear-gradient(rgba(0,0,0,0.85),rgba(0,0,0,0.9));
    color: white;
}
.about-title {
    font-size: 2.6rem;
    font-weight: 800;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
}
.about-title::after{
    content: "";
    width: 70px;
    height: 3px;
    background-color: #dc3545;
    display: block;
    margin: 12px auto 0;
}
.section-subtitle {
    color: #ccc;
    max-width: 600px;
    margin: 15px auto 0;
    font-size: 1rem;
}
.about-image-box {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,0.8);
    transition: transfom 0.4s ease;
}
.about-image-box:hover {
    transform: scale(1.03);
}
.about-image-box:hover{
    width: 100%;
}
/* Styles pour la carte de l'Université */
.map-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.map-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.about-text {
    font-size: 1.05rem;
    line-height: 1.9;
    color: white
}
.about .btn {
    border-radius: 30px;
    padding: 10px 28px;
    transition: all 0.3s ease;
}
.about .btn:hover {
    background-color: #dc3545;
    border-color: #dc3545;
    color: white;
}
/* Fin A Propos */

/* Debut problematique */
.main-content h2, h3, h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}        
.feature-card {
    background: white;
    border-radius: 12px;
    padding: 2rem;  
    margin-bottom: 2rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}
.feature-card:hover {transform: translateY(-7px);
}
.feature-icon {
    font-size: 3rem;
    color: #dc3545;
    margin-bottom: 1rem;
}
/* Fin Problematique */

/* DEBUT OBJECTIFS */
.objectives-section {
    padding: 80px 0;
    background-color: white;
}
.objectives-title {
    font-weight: 700;
    color: black;
    position: relative;
    display: inline-block;
}
.objectives-title::after {
    content: "";
    display: block;
    width: 50%;
    height: 3px;
    background-color: #dc3545;
    margin: 8px auto 0;
    border-radius: 5px;
}
.objectives-subtitle {
    color: #6c757d;
    font-size: 0.95rem;
    margin-top: 10px;
}
/* cartes */
.objective-card {
    background: white;
    border-radius: 15px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}
.objective-card:hover {
    transform: translateY(-23px);
    box-shadow: 0 20px 40px rgba(187, 25, 25, 0.25);
}
.objective-icon {
    font-size: 40px;
    margin-bottom: 15px;
}
.objective-card h5 {
    color: black;
    font-weight: 600;
    margin-bottom: 12px;
}
.objective-card p {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
}
/*FIN OBJECTIFS */
/* Home universitaires */
.home-section {
    background: white;
}
.home-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
    height: 100%;
}
.home-card:hover {
    transform: translateY(-23px);
    box-shadow: 0 18px 40px rgba(0 ,0 ,0 , 0.15);
}
.home-image{
    overflow: hidden;
    position: relative;
}
.home-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all 0.3s ease;
}
.home-card:hover .home-image img {
    transform: scale(1.07);
}
.home-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1),rgba(0,0,0,0.45));
    opacity: 0;
    transition: opacity 0.5s ease;
}
.home-content {
    padding: 20px;
    text-align: center;
}
.home-content h5 {
    font-weight: 600;
    margin-bottom: 10px;
}
.home-content p {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}
.home-content .btn {
    font-weight: 500;
}
.section-subtitle {
    color: #6c757d;
}
/* Fin Home universitaires */
 
/* debut demande */
.demande-section {
    background:white ;
}
.demande-title {
    font-weight: 700;
    color: #dc3545;
}
.demande-subtitle {
    color: #6c757d;
    max-width: 600px;
    margin: auto;
}
.demande-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.8);
    animation: fadeUp 0.8s ease;
}
.form-section-title {
    font-weight: 600;
    color: #212529;
    position: relative;
}
.form-section-title::after {
    content: "";
    width: 50px;
    height: 3px;
    background: #dc3545;
    display: block;
    margin-top: 8px;
    border-radius: 5px;
}
.form-control,
.form-select {
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid white;
    transition: all 0.3s ease;
}
.form-control:focus,
.form-select-focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(13,110,253,0.15);
}
.btn-submit {
    background: linear-gradient(135deg,#dc3545,#dc3545);
    color: white;
    border-radius: 50px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
}
.btn-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(10, 11, 11, 0.3);
} 
/* Fin Demande */
/* debut contact */


/* Fin contact */

footer {
    color: black;
    font-weight: 700;
    background: rgba(235, 222, 222, 0.6); 
}
/* Services */
.page-header {
    background-color: #f1f3f5;
    padding: 20px 0;
    color: #dc3545;
}
.page-header h1 {
    font-weight: 600;
}
.page-header p {
    color: #555;
}
/* intro */
.intro-section {
    padding: 40px 0;
    text-align: center;
    max-width: 800px;
    margin: auto;
}
/* titres */
.section-title {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
    color: red;
}
/* services */
.service-box {
    background: white;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 25px;
    text-align: center;
    box-shadow: 0 0 10px rgba(81, 8, 8, 0.273);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-box h5 {
    margin-bottom: 10px;
    font-weight: 600;
}
.service-box p {
    font-size: 16px;
    color: #555;
}
.service-box:hover {
    transform: translateY(-13px);
    box-shadow: 0 15px 25px rgba(69, 5, 5, 0.501);
}

/* Reglement Page */
.reglement-section {
    background: #f8f9fa;
    min-height: 100vh;
}

.reglement-card {
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(81, 8, 8, 0.1);
    border-left: 4px solid #dc3545;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.reglement-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(81, 8, 8, 0.15);
}

.reglement-title {
    color: #0b2e4f;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-family: "Oswald", sans-serif;
}

.reglement-list {
    list-style: none;
    padding-left: 0;
    margin: 15px 0;
}

.reglement-list li {
    padding: 8px 0 8px 25px;
    position: relative;
    color: #333;
    line-height: 1.6;
}

.reglement-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #dc3545;
    font-weight: bold;
    font-size: 1.2rem;
}

.reglement-info-box {
    background: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(81, 8, 8, 0.1);
    border-top: 4px solid #dc3545;
}

.reglement-info-box h5 {
    color: #0b2e4f;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
}

.reglement-info-box ul li {
    margin-bottom: 10px;
}

.reglement-info-box ul li a {
    color: #dc3545;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
}

.reglement-info-box ul li a:hover {
    color: #0b2e4f;
    text-decoration: underline;
}

/* debut Footer */
.unihome-footer {
  background: linear-gradient(135deg, #0b2e4f 0%, #dc3545 100%);
  color: #ffffff;
  padding: 60px 0 30px;
  margin-top: 60px;
}
.footer-brand {
  margin-bottom: 10px;
}
.footer-logo {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 8px;
  font-family: "Oswald", sans-serif;
}
.footer-slogan {
  font-size: 0.9rem;
  opacity: 0.9;
  line-height: 1.5;
}
.footer-title {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 10px;
}
.footer-links li a {
  color:white;
  
  font-size: 1rem;
}
.footer-links li a:hover {
  color: white
}
.footer-text {
  font-size: 0.95rem;
  line-height: 1.6;
  opacity: 0.9;
  margin: 0;
}
.footer-info {
  font-size: 0.9rem;
  opacity: 0.85;
  line-height: 1.8;
  margin: 0;
}
.footer-info strong {
  color: #fff;
  font-weight: 700;
}
/* Ligne séparatrice */
.footer-divider {
  margin: 40px 0 25px;
  border-color: rgba(255, 255, 255, 0.15);
  border-width: 1px;
}
/* Footer Bottom */
/* Contact Page Styles */
.contact-section {
    background: #f8f9fa;
    min-height: calc(100vh - 200px);
}

.contact-form-box {
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(81, 8, 8, 0.1);
    border-top: 4px solid #dc3545;
}

.contact-form-title {
    color: #0b2e4f;
    font-weight: 700;
    font-size: 1.8rem;
    font-family: "Oswald", sans-serif;
    margin-bottom: 25px;
}

.form-label {
    color: #0b2e4f;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.contact-input {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 12px 15px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    color: #333;
    resize: none;
}

.contact-input:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.1);
    color: #333;
}

.contact-input::placeholder {
    color: #999;
}

.btn-submit {
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(220, 53, 69, 0.3);
}

.contact-info-box {
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(81, 8, 8, 0.08);
    display: flex;
    gap: 20px;
    transition: all 0.3s ease;
}

.contact-info-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(81, 8, 8, 0.15);
}

.contact-info-icon {
    font-size: 2rem;
    color: #dc3545;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
}

.contact-info-content h5 {
    color: #0b2e4f;
    font-weight: 700;
    margin-bottom: 8px;
    font-family: "Oswald", sans-serif;
}

.contact-info-content p {
    color: #666;
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.6;
}

.contact-info-content small {
    color: #999;
    font-size: 0.85rem;
}

.footer-bottom {
  padding-top: 15px;
}
/* Copyright */
.footer-copy {
  font-size: 0.85rem;
  opacity: 0.75;
  letter-spacing: 0.3px;
  margin: 0;
}
/* Fin Footer */

/*Début Details1*/
body {
    font-family: "Segoe UI", Arial, sans-serif;
    background-color: #f8f9fa;
    color: #333;
}

.welcome-section {
    padding: 70px 0;
}

.main-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 35px;
    color: #222;
}

.main-title span {
    color: #dc3545;
}

.intro-text {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #555;
}

.objectives-box {
    background: #ffffff;
    padding: 35px;
    margin: 40px 0;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
    text-align: left;
}

.objectives-box h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #dc3545;
}

.objectives-box ul {
    padding-left: 20px;
}

.objectives-box ul li {
    font-size: 17px;
    margin-bottom: 10px;
}

.highlight-text {
    font-size: 19px;
    margin-top: 30px;
    margin-bottom: 40px;
    color: #444;
}

.alert-box {
    background-color: #fff3e6;
    border-left: 6px solid #dc3545;
    padding: 30px;
    border-radius: 6px;
    text-align: left;
}

.alert-box h4 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #dc3545;
}

.alert-box p {
    font-size: 17px;
    margin-bottom: 15px;
}

.alert-box ul {
    padding-left: 20px;
}

.alert-box ul li {
    margin-bottom: 8px;
    font-size: 16px;
}

.final-note {
    margin-top: 15px;
    font-weight: 600;
    font-size: 17px;
}
/* Fin Details1 */

/*Debut details2 */
/* HEADER */
.page-header {
    background-color: #f1f3f5;
    padding: 70px 0;
}

.page-header h1 {
    font-weight: 700;
    color: #dc3545;
}

.page-header .unihome-brand {
    color: #222;
}

.page-header .unihome-brand .text-danger {
    color: #dc3545;
}

.page-header p {
    font-size: 15px;
    color: #555;
}

/* SECTIONS INFO */
.info-section {
    padding: 70px 0;
}

.info-section h2 {
    font-weight: 600;
    margin-bottom: 25px;
    color: #1f2d3d;
}

.info-section p {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 18px;
}


/* Fin Details2 */


