
.col12 {
    background: #00f;
    color: #FFF;
}
.bgbleu {
    background: #095797;
    font-family: 'Roboto', sans-serif;
}
.colorblanc {
    color: #ffffff;
}
li a {
    text-decoration: none;
    font-family: Muli, "Trebuchet MS", Arial, "Lucida Grande", sans-serif;
    font-weight: 700;
}
li {
    text-align: -webkit-match-parent;
    border-right: 2px solid #fff;

}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

/*.ligne {
    height: 40px;
}*/
.contenu-fluide.piv.second {
    padding: 0 .9375em;
}
#navbarNavDropdown > ul > li > a:hover {
    text-decoration: underline;
    background: #095797;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    padding-top: 0; 
    padding-bottom: 0;
}



     .text-custom {
        font-size: 18px;
    }

          .title-custom {
        font-size: 22px;
    }

                    .main-title-custom {
        font-size: 28px;
    }

h2 {
    margin-bottom: 10px;
    color: #ffcc00; /* Title color */
}
.text-justify {
    text-align: justify;
}


