.content{
    max-width: 833px;
    margin: 0 auto;
    font-family: "Noto Sans", sans-serif;
    line-height: 1.25;
}

.content h6{
    font-weight: 700;
 
    font-size: 1.2rem;

}

.text-rose{
    color: #e95668;
}
.bg-vert{
    background-color: #b6cf55;
}
.bg-vert-clair{
    background-color: #e0eac5;
}
.btn-primary {
    font-weight: 600;
    color: #fff;
    background-color: #b6cf55;
    border-color: #b6cf55;
    transition: all 0.75s cubic-bezier(.19, 1, .22, 1);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    background-color: #b7dd4e;
    border-color: #b7dd4e;
}
.tdn{
        text-decoration: none;

}
.text-dark{
    font-size: .9rem;
    color: #333!important;
    font-weight: 300;
}