body{
    padding-bottom: 100px;
    background-image: url(../../../img/assets/background.webp);
    background-size: 100%;
    overflow-x: hidden;
}

.btn-primary{
    background-color: #5b4831;
    border-color:#5b4831;
}

.btn-primary:hover{
    background-color: #5b4831;
    border-color:#5b4831;
}

.rhum-list a{
    color: black !important;
}

.rhum-list li {
  list-style-type: none;
  padding: 10px 10px;
  border-bottom: #5b4831 1px solid;
}

.visual-container {
    margin-right:15px;
}

/* Téléphones (portrait, <576px) */
@media (max-width: 575.98px) {

    .visual-container img{
    width: 100% !important;
    }
}

/* Tablettes (≥576px et <768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .visual-container img{
    width: 100% !important;
    }
}
