.root .btn-primary {
    border-radius: 0px 0px 16px 0px !important;
}
.find-services label{
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 0;
    white-space: nowrap;
}
.find-services select{
    font-size: 1.5rem;
    font-weight: 100;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 3px;
    background: none;
    border: none;
    border-bottom: 1px solid #c3c3c3;
    color:#5894e1;
    height: 39px;
}
.find-services select option{
    color:#5894e1;
    font-size: 1.1rem;
}

.find-services .InputElement:focus,.find-services .form-control:focus{
    background-color: transparent;
    box-shadow: none;
}
.bloc-blog_latest_posts .card-text p, .bloc-catalog .card-text p, .card-text p{
    word-break:inherit;

}

/*[data-id="63bd435417769c0c7cc2c15c"] .carousel-item, [data-id="63bd435417769c0c7cc2c15c"] img{width: 100% !important} */
@media (min-width: 992px){

 .find-services label{
        font-size: 1.5rem;
        margin-right: 20px;
    }
    .find-services select {font-size: 1.5rem; width: 70%; height: 49px}

}