﻿/* Set padding to keep content from hitting the edges */
.body {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    overflow-x: hidden;
}

.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: "Raleway";
    font-size: 14px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default
input,
select,
textarea {
    max-width: 280px;
}
 */

.box-shadow {
    box-shadow: 0 .5em 1em -.125em rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .02);
}

.nav-link.active {
    text-decoration: none;
    border-bottom: 2px solid currentColor; /* Épaisseur et couleur de la ligne */
    padding-bottom: 4px; /* Distance entre le texte et la ligne */
}

#mainNav {
    border-color: #f5f6f8;
    border-color: var(--bs-gray-100);
}
