/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22-Sep-2019, 7:56:15 PM
    Author     : jude
*/

.main-menu, .footer{
    background-color: #2C3E50;
}

.flyer{
   width: 100%;
   height: 100%;  
}

.carousel{
    background: #F8F9FA;
    margin-top: 20px;
}
.carousel-item{
    text-align: center;
    min-height: 280px; /* Prevent carousel from being distorted if for some reason image doesn't load */
}


.contact, .inscription, .cours, .apropos, .bs-example, .horaire_cours, .listeetudiants{
    padding-top: 70px;
}

.propos{
   list-style-type: none; 
}

.info-inscription-samx {
/*    background-color: #F1FFFA;*/
/*    background-image: url("/public/images/maison_samx_background.jpeg");
    background-repeat: no-repeat;
    opacity: 0.5;*/
}

.image-fond{
    position: relative;   
    opacity: 0.3;    
}

@media only screen and (max-width: 600px) {
 .image-fond {
    width: 75%;
  }
}

.info-text{
   position: absolute;
   top: 10px;
   left: 10px;
}

#message{
    height: 200px;
    
}


.login,.register, .verify, .email, .reset, .home{
    padding-top: 70px;
}

.adminBar{
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-top: 70px;
   background-color:#E4F0F0; 
}

.adminBar a:hover {
  background-color: #ddd;
  color: black;
}

.panneau{
   background-color: #E4F0FE; 
}
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: center;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

/*.sub-menu{
    position: relative;
}

.sub-menu{
    left: 170px;
    top: 50px;
}*/

#navbarDropdown1{
    position: relative;
}

#navbarDropdown1{
    left: 20px;
}

.footer-text li {
  text-align: center;
  list-style:none;
}

.active{
    background-color: #80BCE0;
}

.temoi1{
 height: 220px;
 width: auto;
}

.temoignage{
    background-color: #D4E5FB;
}
/*
.modal-title{
    position: center;
}*/

.card {
  margin-bottom: 30px;

}

.titre-sanitaire{
  text-align: center;
}

.break{
    page-break-after: always;
}

.col1{
    background-color: lightgray;
    text-align: center;
}

.table2 td, .table1 td{
   border-color: black;
}

.cours1, .telephone1, .statut1{
    width: 120px;
    Height: 50px;
}

.arrive1, .depart1{
    width:70px;
    Height: 50px;
}

.symptome1{
    width:120px;
    Height: 120px;
    outline:none;
}

.nom1, .date1{
    Height: 50px;
    outline:none;
}

.button{
    font-size: 1.45rem;
}
.button1{
    font-size: 1.3rem;
}

.table-liste-etudiants {
  border: 4px solid black;
}

.tel, .emai { margin:0 }

.cell-notes{
    width: 30px;
}

.div-left{
    padding-bottom: 10px;
    padding-left:10px;
}

.div-right{
    display: block;
    background-color: lightskyblue;
    float: right;
    padding-right:10px;
    Text-align: center ;
}

.texte_correction{
    font-size: 40px;
    padding-top: -30px;
    padding-left:10px;
    Text-align: center ;
}

/* Styles généraux */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f9;
}

.container {
    max-width: 100%;
    margin: 50px auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Section générale */
.section {
    margin-bottom: 40px;
}

.section-content {
    text-align: center;
}

/* Section Introduction */
.intro {
    margin-bottom: 50px;
}

.intro h1 {
    font-size: 48px;
    color: #2c3e50;
}

.intro p {
    font-size: 20px;
    color: #7f8c8d;
}

/* Section "Qu'est-ce qu'un ordinateur ?" */
.computer h2 {
    font-size: 32px;
    color: #2980b9;
}

.computer p {
    font-size: 18px;
    color: #34495e;
}

/* Section "Les bases de l'informatique" */
.basics {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
}

/* AI css */

/* Navbar background and font styles */
.main-menu {
    background-color: #2c3e50; /* Darker background */
    padding: 10px 20px;
}

.main-menu .navbar-brand {
    font-size: 24px;
    font-weight: bold;
    color: #ecf0f1;
    display: flex;
    align-items: center;
    gap: 10px;
}

.main-menu .navbar-brand img {
    width: 32px;
    height: 32px;
}

/* Navbar links */
.navbar-nav .nav-item .nav-link {
    color: #ecf0f1 !important; /* Light color for text */
    font-size: 16px;
    padding: 8px 15px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

/* Hover effect for navbar items */
.navbar-nav .nav-item .nav-link:hover {
    background-color: #3498db; /* Highlight color on hover */
    color: #fff;
    border-radius: 5px;
}

/* Active link styling */
.navbar-nav .nav-item.active .nav-link {
    background-color: #3498db; /* Active item background */
    color: #fff;
    border-radius: 5px;
}

/* Dropdown menu styling */
.navbar-nav .nav-item.dropdown .dropdown-menu {
    background-color: white; /* Dropdown background */
    border: none;
    border-radius: 5px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}

/* Dropdown item hover effect */
.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #3498db; /* Highlight on hover */
    color: #fff;
}

/* Right-aligned dropdown items */
.navbar-nav .nav-item .dropdown-menu-right {
    right: 0;
    left: auto;
}

/* Small screen adjustments (for mobile views) */
@media (max-width: 767px) {
    .navbar-toggler {
        border: none;
    }

    .navbar-toggler-icon {
        background-color: #ecf0f1; /* Toggler icon color */
    }

    .navbar-nav {
        margin-top: 10px;
    }

    .navbar-nav .nav-item .nav-link {
        font-size: 18px; /* Larger font size on mobile */
        padding: 12px 15px;
    }
}

/* Form styling inside dropdown */
.navbar-nav .nav-item form {
    margin: 0;
}

.navbar-nav .nav-item .nav-link nav-contact {
    color: #ecf0f1;
    font-weight: 600;
    text-transform: capitalize;
}

/* Logout link */
.navbar-nav .nav-item .nav-link.logout-link {
    color: #e74c3c; /* Red color for logout link */
}

.navbar-nav .nav-item .nav-link.logout-link:hover {
    background-color: transparent;
    color: #e74c3c;
}


