@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.woff2') format('woff2'),
         url('../fonts/Roboto-Light.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
         url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('../fonts/RobotoSlab-Light.woff2') format('woff2'),
         url('../fonts/RobotoSlab-Light.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('../fonts/RobotoSlab-Bold.woff2') format('woff2'),
         url('../fonts/RobotoSlab-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; /* Assurez-vous que la navbar est au-dessus des autres éléments */
}

.navbar-nav .nav-link:hover {
    background-color: #e0e0e0; /* Couleur gris clair */
}

.nav-item:not(:last-child) .nav-link {
    border-right: 1px solid #333; /* Ajustez la couleur en fonction de votre design */
    padding-right: 15px; /* Ajoute un peu d'espace après la bordure */
    
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
    background-color: #3f3f3f;
    padding-top: 90px;
}

#logo {
    width:149px;
    height:52px;
    padding-right:5px;

    display: inline-block;

}

/* .img-fonctionnalite {
    width:404px;
    height:339px;
    max-width:100%;
    height:auto;
}

.img-accueil {
    width:450px;
    height:450px;
}

.img-professeur {
    width:404px;
    height:404px;
    max-width:100%;
    height:auto;
} */
.lettrine-logo {
    float:left;
    margin:0px;
    padding:0;
    width:52px;
    height:52px
}

.left {
    text-align:left;
}
.connexion {
    height:30px;
    width:30px;
}

th {
    text-align: match-parent;
}

.extra-bold {
    font-weight: 400; /* Valeur maximale pour la plupart des polices */
    color:#0148ac;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
}

hr.titre {
    border-top: 2px solid #0148ac; /* Couleur rouge */
    border-bottom: 0;
}

/* Style de base du bouton */
.btn-inscription {
    background-color: #6290bf;
    background-color: #5178a6;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight:bold;
    transition: 0.3s; /* Durée de l'effet de transition */
    cursor: pointer;
    margin-left:20px;
    margin-top:5px;
    float: right;
}

/* Effet au survol du bouton */
.btn-inscription:hover {
    background-color: #0148ac; /* Une teinte légèrement plus foncée de la couleur principale */
    color:#fff;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); /* Ombre pour donner un effet "élevé" */
}


strong, b {
    font-weight: 700; /* Utilise Roboto Bold pour les éléments en gras */
}

#dropzoneFieldset.disabled {
    opacity: 0.5;
    pointer-events: none;
}

p, li {
    text-align:justify;
}

.info-fieldset {
    display: flex; /* Utilisez Flexbox pour aligner les éléments horizontalement */
    flex-wrap: wrap; /* Permet aux éléments de se replier s'ils ne rentrent pas sur une seule ligne */
    align-items: flex-start; /* Alignez les éléments au sommet */
    gap: 20px; /* Espacement entre les éléments */
}

.info-fieldset .input-group {
    flex: 1; /* Chaque groupe prend autant d'espace que possible */
    min-width: 200px; /* Largeur minimale de chaque groupe */
}

.info-fieldset .input-group label {
    display: block;
    margin-bottom: 5px;
    margin-right: 5px;
}
.modal-backdrop {
    background-color: black;
    opacity: 0.9 !important; /* Vous pouvez ajuster cette valeur selon vos besoins. 0.9 est assez sombre. */
}

.circular-image {
    width: 40px;
    height: 40px;
    margin-top:10px;
    margin-left:10px;
    border-radius: 50%;
    object-fit: cover;
    background-color:#fff;
}

.container {
    background-color: #fff!important;
    box-shadow: -10px 10px 15px rgba(0, 0, 0, 0.3);
    padding: 30px;
    background-image: linear-gradient(to bottom, #e0e0e0, transparent);
    background-repeat: no-repeat;
    background-size: 100% 40px;
    border-radius: 10px;
    margin-bottom: 20px;
}

h2 {
    font-family: 'Roboto Slab', sans-serif;
    padding-top:60px;
    color:#0148ac;
    font-weight: 700;
}
h2 a, h3 a {
    color:#0148ac;
    text-decoration:none
}

.list-sommaire li a {
    text-decoration:none
}
.pdf {
    width:25px;
    height:31px
}

.imprimante {
    width:20px;
    height:20px;
}

.catalogue {
    width:25px;
    height:25px
}

.text-align-right {
    text-align:right;
}

.fond-clair {
    background-color:ff0000;
}

.couleur-titre {
    color:#6290bf
}

.img-fluid {
    width:100%;
    height:auto;
}

#sommaire {
    float: left;
    width: 25%;
    margin-right: 2%;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.table .text-right {
    text-align: right !important;
}

.table-custom-width {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.my-height {
    min-height: 450px;
}

.footer {
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
    color:#fff;
}

#fonctionnalite .card .card-body {
    opacity: 0;position: absolute;top: 0;left: 0;right: 0;bottom: 0;transition: opacity 0.5s;
    background-color: rgba(230, 242, 255, 0.9);
}

#fonctionnalite .card .default-image {
    opacity: 1;
    transition: opacity 0.5s;
}

#fonctionnalite .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border:none;
}

#fonctionnalite .card:hover .card-body {
    opacity: 1;
}

#fonctionnalite .card:hover .default-image {
    opacity: 0;
}

#fonctionnalite .card-link {
    text-decoration: none;
    color: inherit;
}

#fonctionnalite .card {
    border: solid 0px #0148ac;
    background-color: #e6f2ff;
    color: #000;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.card {
    margin-bottom: 15px;
}
.card-title {
    font-weight: bold;
    font-size:95%;
}

#statistiques {
    margin-top:20px;
    background-color: #fff;
    background-image: 
        linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)),  
        linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)),
        url('../images/groupe-mathematiques.webp?v=3');
    background-repeat: no-repeat; 
    background-size: auto, auto, cover; 
    background-position: top, top, top; 
    height: 100%; 
}

.plus-gros {
    font-weight:bold;
    font-size:18px;
}
.accordion-item {
    padding-left:5px;
}

.rating {
    cursor: pointer;
    font-size: 20px;
  }
  
  .rating .star {
    color: #ddd;
  }
  
  .rating .star.selected {
    color: gold;
  }
  
  .row > .col {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.hidden {
    display: none;
}

.top-document {
    padding: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.top-createur {
    padding: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

}

@media (min-width: 1401px) {
    .img-fonctionnalite {
        width:404px;
        height:339px;
    }
    
    .img-accueil {
        width:400px;
        height:400px;
    }
    .img-professeur {
        width:404px;
        height:404px;
    }
    .top-document {
        max-width: 500px;
    }
    .top-createur {
        max-width: 200px;
    }
}

@media (max-width: 1400px) {
    .img-fonctionnalite {
        width:344px;
        height:289px;
    }
    
    .img-accueil {
        width:350px;
        height:350px;
    }
    .img-professeur {
        width:344px;
        height:344px;
    }
    .top-document {
        max-width: 450px;
    }
    .top-createur {
        max-width: 170px;
    }
}

@media (max-width: 1200px) {
    .img-fonctionnalite {
        width:284px;
        height:239px;
    }
    .img-accueil {
        width:300px;
        height:300px;
    }
    .img-professeur {
        width:284px;
        height:284px;
    }
    .top-document {
        max-width: 360px;
    }
    .top-createur {
        max-width: 120px;
    }
}

@media (max-width: 992px) {
    .img-fonctionnalite {
        width:204px;
        height:171px;
    }
    
    .img-accueil {
        width:450px;
        height:450px;
    }
    .img-professeur {
        width:450px;
        height:450px;
        margin-left:auto;
        margin-right:auto;
    }
    .top-document {
        max-width: 370px;
    }
    .top-createur {
        max-width: 370px;
    }
}

@media (max-width: 769px) {
    .img-fonctionnalite {
        width:404px;
        height:339px;
    }
    
    .img-accueil {
        width:450px;
        height:450px;
    }
    .img-professeur {
        width:450px;
        height:450px;
    }
    #sommaire {
        display: none;
    }

    .top-document {
        max-width: 230px;
    }
    .top-createur {
        max-width: 400px;
    }
}

@media (max-width: 506px) {
    
    .img-accueil, .img-fonctionnalite,.img-professeur  {
        display: none;
    }
    .top-document {
        max-width: 190px;
    }
    .top-createur {
        max-width: 400px;
    }
    .matiere {
        display: none;
    }
}

@media (max-width: 425px) {
    .top-document {
        max-width: 150px;
    }
    .top-createur {
        max-width: 160px;
    }
    .matiere {
        display: none;
    }
}
@media (max-width: 380px) {
    .top-document {
        max-width: 150px;
    }
    .top-createur {
        max-width: 160px;
    }
    .matiere, .classe, .pdf-col  {
        display: none;
    }
}
#decompte {
    font-size: 20px;
    color: #333;
    text-align: center;
    margin-top: 20px;
}

.card.shadow {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

.card.shadow:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.prix-highlight {
    color: #28a745;
    font-weight: bold;
}

.progress-bar {
    background-color: #007bff;
}

.produit .card-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.produit .card-text {
    font-family: 'Roboto Slab';
}

.produit ul {
    padding-left: 0;
}

#modal-infoCatalogue ul {
    list-style-type: none;
}

.produit ul.inline-list li:nth-child(n+5) {
    display: none;
}

.produit li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    align-items: center;
    margin-left: 15px;
    font-family: 'Roboto Slab'!important;
    font-size:16px!important;
}
.produit .right {
    text-align:right;
    font-size:16px!important;
    margin:0;
    padding:0;
}
   
.catalogue-pack-titre {
    margin:0;
    padding:0;
}
.tree-content {
    display: none;
}

.tree-branch.open .tree-content {
    display: block;
}

.tree-toggle {
    cursor: pointer;
}

.tree-class {
    text-decoration:none;
    color:#000;
    font-weight:bold;
}

.tree-domain {
    text-decoration:none;
}

#tree-container ul {
    padding-left: 20px;
}
#tree-container li {
    margin-bottom: 5px;
}

.tree-domain.active {
    font-weight: bold;
    text-decoration: underline;
}

#treeView {
    list-style-type: none;
}

#treeView a.tree-domain {
    text-decoration: none;
    color: black;
}

#treeView a.tree-domain:hover {
    text-decoration: underline;
}

.input-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.input-group label {
    margin-bottom: 5px;
    font-weight:bold;
}

.securite h2 {
    font-size: 200%;
}
.securite h3 {
    color:#fff;
    padding-left:15px;
    padding-top:15px;
    padding-bottom:15px;
    background-color:#5178a6;
    width:40%;
}
.securite h4 {
    color:#5178a6;
    font-style:italic;
    padding-left:30px;
    font-weight: bold;;
}

.securite h5 {
    color:#6290bf;
    text-decoration:dotted;
    padding-left:60px;
    font-weight:bolder;
}

#sommaire {
    width:100%;
   columns: 2;
}
#sommaire li {
    text-align:left;
    font-size: 95%;
}

#sommaire ol ol {
    list-style-type: lower-alpha;
}

#sommaire ol ol ol {
    list-style-type: lower-roman;
}

#monCarousel {
    width: 75%;
    margin: auto;
}

#monCarousel .carousel-indicators .active {
    background-color: black!important;
}
#monCarousel .carousel-indicators button {
    background-color: black!important;
}

.documents, .imprimantes div {
    max-width: 350px;
    padding:0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#createur {
    margin-top:2px;
    margin-bottom:4px;
}
#monTableau .right {
    text-align:right;
}
#pagination-container {
    margin-top:10px;
}
.bottom-5 {
    margin-bottom: 5px;
}
.jaune {
    color:#feb734;
}
.logo-windows {
    width:40pt;
    height:24pt;
}
.installation {
    width:1166px;
    height:716px;
}
.imprimante-defaut {
    width:655px;
    height:190px;

}