body:before {
    display: block;
    content: '';
    height: 60px;
    overflow:auto;
}

#map {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

@media(min-width: 768px) {
    .news-input {
        width: 50%;
    }
}

.navbar {
    background-image: linear-gradient(to right,  #000000, #0850b2);
}

footer {
    background-image: linear-gradient(to right,  #0850b2, #000000);
}

#first_section, #que {
    background-image: linear-gradient(to right,  #0850b2, black);
}

#purp, #rentals {
    background-image: linear-gradient(to left,  #0850b2, black);
}

#second_section, #technicians, #bleu, #contact, #services {
    background-color: #E5E5E5;
}

#pop {
    color: #fc5151;
    filter: drop-shadow(5px 5px 10px black);
}

.btn {
    border-radius: 16px;
}

.modal-header {
    background-color: #E5E5E5;
}

.modal-body {
    background-color: #E5E5E5;
}

.modal-footer {
    background-color: #E5E5E5;
}
