
/*jaune: F9F7BD ou rgb(249,247,189)
bleu foncé: #2F4F71 ou rgb(47,79,113)
*/
.offcanvas{
    background-color: rgb(249,247,189);
}

.navbar{
    background-color: rgb(249,247,189);
    color:rgb(47,79,113);
}

.nav-link{
    background-color: rgb(249,247,189);
    color:rgb(47,79,113);
}

.button{
    background-color: rgb(249,247,189);
    
}
.nav-pills .nav-link.active{
    background-color:rgb(47,79,113);
    color:rgb(249,247,189);
}

.badge-dark{
    background-color:rgb(47,79,113);
    color:rgb(249,247,189);
}

.badge-light{
    background-color:rgb(249,247,189);
    color:rgb(47,79,113);
}

.main-body{
    background-color: white;
}
.container{
    background-color: white;
}
.nav-item{
    background-color:rgb(249,247,189);

}

.dropdown-menu{
    background-color: rgb(249,247,189);
}

.portrait-body{
    background-color: white;
}
.actu-body{
    background-color: white;
}
.square-date{
    fill:rgb(47,79,113);
}
.square-hour{
    fill:rgb(249,247,189);
    fill-opacity: 0,75;
}
.date-text-dark{
    fill:rgb(47,79,113);
}
.date-text-white{
    fill:#dee2e6;
}

.agenda-square-date{
    fill:rgba(249,247,189,0.75);
}

.small-icon{
    color:rgb(47,79,113);
}
.big-icon{
    color:rgb(47,79,113);
}
.button-carroussel{
    background-color: rgb(249,247,189);
    color:rgb(47,79,113);
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(47,79,113)' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(47,79,113)' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");

}
/*.portrait-card{
    background-color:rgb(249,247,189);
}*/
.text-cmdjp{
    color:rgb(47,79,113);
}

.style-hr {
    color: rgb(47,79,113);

    &:before {
      content: '';
      background: linear-gradient(to right, transparent, rgb(47,79,113), transparent);
    }
    &:after {
      color: rgb(47,79,113);
    }
}

.btn-close{
    color:rgb(47,79,113);
}


.presentation-card-image{
    box-shadow: 5px 5px rgb(47,79,113,0.5);
}

.presentation-card-image-2{
    box-shadow: 5px 5px rgb(47,79,113,0.5);
}

.presentation-circle{
    background-color:rgb(249,247,189,0.75);

}
.feature-icon {
    background-color:rgb(47,79,113);
}
.feature-icon2 {
    background-color:rgb(249,247,189,0.75);
}


