/* cmsms stylesheet: bouchard - Cookies modified: 06/10/24 23:09:24 */
section#cookie_notice .row {
    text-align: center;
    } 
section#cookie_notice .row .col {
    display: inline-block;
    } 
section#cookie_notice .col p {
    text-align:center;
    } 
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.btn {
    margin: -0.6em 0 0 2em;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #fff;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.bg-dark {
    background-color: rgba(0, 0, 0, .9);
    padding:2em 5% 2em 5%;
}
.btn-outline-success {
    color: #fff;
    background-color: #ae6e08;
    border-color: #fff;
    float: right;
}
.btn-outline-success:hover {
    color: #ae6e08;
    border-color: #ae6e08;
   background-color: #fff;
}
