body{
  background-color: #fff;
}
.service-img{
    padding-bottom: 37.5%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
@media only screen and (min-width: 340px){
    .service-img{
        background-image: url('../images/backgrounds/mobile/contact.png');
    }
}
@media only screen and (min-width: 768px) {
    .service-img{
        background-image: url('../images/backgrounds/Tablet/contact.png');
    }
}

@media only screen and (min-width: 1200px) {
    .service-img{
        background-image: url('../images/backgrounds/pc/contact.png');
    }
}
h1{
    color:#c54239;
    text-transform: uppercase;
}
input,textarea{
    width: 100%;
    padding: 9px;
    border:1.3px solid #adadad;
    background-color: #f2f2f1;
}
.service-img{
    position: relative;
}
.service-img h1{
    position: absolute;
    bottom: 0;
    left:30%;
    width: 40%;
    text-align: center;
    font-family: 'Oswald-Medium';
}
label{
    font-family: 'Oswald-Light';
    font-size: 19px;
}
form button{
    border-radius: 0;
    font-family: 'Oswald-Medium';
    padding: 7px 50px;
    font-size: 24px;
    margin: 50px;;
    background-color: #c54239;
    color:#ffffff;
    border: none;
    outline: none;
}
.flex-center{
    display: flex;
    justify-content: center;
    justify-items: center;
}
#adresse{
    position: absolute;
    width: 50%;
    background-color: white;
    left: 25%;
    text-align: center;
    color:#000000;
    font-family: 'Oswald-Light';
    font-size: 19px;
    z-index: 2;
}
form{
    margin-top: 50px;
}
textarea{
    resize: none;
}
#design-bottom-right,
#design-bottom-left{
    z-index: 1;
}
@media (max-width:865px){
    .service-img h1{
        bottom: -33px;
    }
}

.modal{
    z-index: 100;
}
.modal-backdrop{
    display: none !important;
}
