.modal-content {
    background: #003dff;
    border: 3px solid #003dff;
    border-radius: 0;
}
.modal-header{
    background-color: #003dff;
    border-radius: 0;
    padding: .25rem .5rem;
    border-bottom: 0;
    font-size: 1rem;
}
.modal-header-url{
    background-color: #ff1200;
    border-radius: 0;
    padding: .2rem .2rem;
}
.modal-header-url input, .modal-header-url input:focus, .modal-header-url input:active{
    background-color: transparent;   
    color: white;
    border: none;
    box-shadow: none;;
}
.modal-header-url input::placeholder{
    color: white;
    font-style: italic;
    
}


.modal-body{
    background: white;
    padding-top: 0.75rem;
}

.modal-body.modal-search{
    padding: 1.5rem;
}

#url_modal_titre{
    color: #003dff;
}
#url_modal_description{
    color: #5c5c5c;
}
#url_modal_button, #info_modal_btn_close, #content_modal_btn_change{
    background-color: #ff1200;
    border-radius: 0;
    border-color: #ff1200;
}
#url_modal_position{
    font-style: italic;
    font-size: small;
}

#content_modal_link_number{
    color: white;
}

#content_modal_link_number, #content_modal_rate{
    color: white;
}

#content_modal_url{
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    background-color: #ff1200;
    border-radius: 0;
    padding: .2rem .2rem;
    margin: 0;
}
#content_modal_url input, #content_modal_url input:focus, #content_modal_url input:active{
    background-color: transparent;   
    color: white;
    border: none;
    box-shadow: none;;
}
#content_modal_url input::placeholder{
    color: white;
    font-style: italic;
}

.modal-body a{
    color: #003dff;
    text-decoration: underline;
}

.close, .close:hover{
    font-size: 2rem;
    font-weight: 100;
    line-height: 0.7;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}

.input-search::placeholder{
    background: transparent url('../images/search-gray.svg') left center no-repeat;
}

#search_modal_results .resultats-lies{
    margin-top: 1.5rem !important;
}

.form-control, .btn{
    padding-top: 0.35rem;
    padding-bottom: 0.18rem;
}