body {
    padding-top: 4rem;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

.btn {
    border-radius: 5px !important;
    padding: 8px 15px;
    text-transform: uppercase;
}

.btn-rounded {
    border-radius: 5 !important;
    padding: 8px 15px;
}

.btn-baignoir {
    border-radius: 15px 15px 35px 35px !important;
}

.banner-blue {
    background: #3652AD !important
}

.text-primary {
    color: #3652AD !important
}

.btn-warning {
    background: #FE7A36 !important;
    color: #fff !important;
    border: 1px solid #FE7A36
}

.bg-warning {
    background: #FE7A36 !important
}

.btn-outline-warning {
    border: 1px solid #FE7A36 !important;
    color: #FE7A36 !important;
}

.quot-panel {
    background: #3652AD;
    max-width: 80%;
    position: relative;
    margin-top: -200px;
}

.quot-panel .form-control {
    border-radius: 0
}

.opacity-1 {
    opacity: 1.0 !important
}

.wowo-panel {
    max-width: 60%;
}

.home-img {
    height: 350px;
    border-radius: 15px;
    object-fit: cover;
}

.border-red {
    border: 1px solid red
}

.logo {
    width: 140px
}

@media (max-width: 62em) {
    .logo {
        width: 120px
    }

    body {
        padding-top: 4rem;
    }
}

.form-control {
    border-radius: 5px !important;
    padding: 8px 10px
}

.navbar-nav a {
    text-transform: uppercase;
    font-size: 0.92rem
}

.rounded-img {
    border-radius: 0 0 45px 10px
}

.banner {
    padding-top: 7px !important;
    padding-bottom: 0px  !important
}

.lead {
    font-size: 1.0rem;
    font-weight: 400 !important;
    color: #474747
}

.beauty-shadow {
    box-shadow: 3px 3px 10px #c6c6c6
}

.beauty-rounded {
    border-radius: 22px
}

.beauty-gray {
    background: #c6c6c6
}

.circle {
    border-radius: 50%
}

footer div {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem
}

footer ul {
    list-style: none;
    padding-left: 0
}

.rounded-panel {
    border-radius: 45px;
    border: 15px dashed #fff
}

.h2 {
    display: block;
    margin-bottom: 3rem !important;
    margin-top: 3rem !important
}

.h2 span {
    border-bottom: 5px solid #FE7A36;
}