/* .navbar {
    border-radius: 0px !important;
} */

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 1px !important;
    padding-left: 1px !important;
}

.navbar {
    border-radius: 0px !important;
    /* height: 30px; */
    margin: 30px 40px 0px 40px;
}

.navbar-brand {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}


h1 {
    font-style: bold !important;
    /* font-size: 22px !important; */
    font: 'Poppins' !important;
    color: #4a4949 !important;
}

h2 {
    font-style: normal !important;
    /* font-size: 17px !important; */
    font: 'Poppins' !important;
    color: #3D2683 !important;
}

h3 {
    font-style: normal !important;
    /* font-size: 12px !important; */
    font: 'Poppins' !important;
    color: #3D2683 !important;
}

p {
    font-style: light !important;
    /* font-size: 12px !important; */
    font: 'calibri' !important;
    color: #4a4949 !important;
}

/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/

footer {
    background-color: black;
    padding-right: 1px !important;
    padding-left: 1px !important;
    text-align: center;
    margin: 30px 40px 30px 40px;
}

.footer-audap {
    color: white !important;
}

.site-footer-bottom {
    text-align: center;
}

.copyright-text {
    font-size: 14px;
}

/* Style pour le lien copyright */
.copyright-text a {
    color: #fff;
    text-decoration: none;
}

.copyright-text a:hover {
    text-decoration: underline;
}