@font-face {
    font-family: 'BAHNSCHRIFT';
    src: url('BAHNSCHRIFT.TTF')  format('truetype');
}
:root {
    --bs-btn-hover-bg:#a1c51f;
    --bs-btn-active-bg:var(--bs-btn-hover-bg);
}
body {
    font-family: 'BAHNSCHRIFT';
}
.bg-blue {
    background:#252d57;
}
.bg-rose {
    background:#e83b85;
}
.rose {
    color:#e83b85;
}
.blue {
    color:#252d57;
}
.jumbotron {
    width:60%;
}
.white-tr {
    background:rgba(255,255,255,.85);
}

@media only screen and (max-width: 600px) {
    .jumbotron {
        width:100%;
    }
}
.banner {
    background: url('drone-et-panneaux-solaires.jpg') no-repeat top center/cover;
    height:400px;
}

.testimonial {
    font-style: italic;
    color: #6c757d;
}

.author {
    font-weight: bold;
}
.prestation-text {
    color:#252d57;
    font-weight:bold;
    text-transform: uppercase;
    font-size:1.3em;
}

.bubble {
    border:10px solid #e83b85;
}
.bubble h2 {
    font-weight:bolder;
}