/** Home bouton **/
.btn-info {background-color: var(--white-8);border-radius: 30px; text-decoration: none;color: var(--darkblue);}
.btn-info:hover {background-color: var(--white);}
.home__infos {background-color: #C4E6E7;}
.home__bg-infos {position: absolute;bottom: 0;left: 0;right: 0; width: 100%; height: calc(100% - 100px); background-image: url('../../images/croquis-fond-marin.jpg'); background-size: 100% auto; background-repeat: no-repeat; background-position: bottom center;}
@media (min-width: 1200px) {
    .home__bg-poisson {position: absolute;top: 50px;right: -20px; width: 415px; height: 355px; background-image: url('../../images/poisson-bas-de-page.png'); background-size: contain; background-repeat: no-repeat;z-index: 10;}
}