@charset "UTF-8"; #formulaire-titre { background-color: #6ab04c; border-radius: 15px 15px 0 0; color: #FFFFFF; font-size: 26px; margin: 0; padding: 10px; } .formulaire-corps { background-color: #FFFFFF; padding: 25px; border-radius: 10px; box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important; transition: box-shadow .3s ease; } .btn-commander { background-color: #e3a52d; color: white; position: fixed; top: 97px; right: 75px; z-index: 99; } .btn-commander:hover { background-color: #BF5E3A; } @media (max-width: 992px) { #action-commander { bottom: 50px!important; top: auto; right: 50%; transform: translateX(50%); } }