@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);

body{
    margin: 0;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    background-color: #f5f8fa;
}

#corps
{
    padding: 1rem;
}

.navbar-laravel
{
    box-shadow: 0 2px 4px rgba(0,0,0,.04);
}

.navbar-brand , .nav-link, .my-form, .login-form
{
    font-family: Raleway, sans-serif;
}

.my-form
{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.my-form .row
{
    margin-left: 0;
    margin-right: 0;
}

.return-link {
    margin: 15px 0;
}

h1.title {
    font-size: 1.5rem;
    padding-bottom: 15px;
    text-align: center;
}

.section {
    margin-bottom: 15px;
}

.section .card-header {
    color: #DF3F3F;
    font-weight: bold;
}

.dashboard-content .card-header
{
    color: #DF3F3F;
    font-weight: bold;
}

#demenagement-ligne th,
#demenagement-ligne td {
    text-align: center;
    vertical-align: middle;
}

#demenagement-ligne input {
    width: 200px;
    margin: auto;
}

#demenagement-ligne input.moyen
{
    width: 100px;
}

#demenagement-ligne input.court {
    width: 50px;
}

#demenagement-ligne .min {
    width: 80px;
}

demande-prestation-form .card .card-body form {
    padding-left: 15px;
}

ajout-technicien-form table {
    margin-top: 3rem;
}

ajout-technicien-form table .delete-btn {
    font-size: 0.8rem;
}

supprimer-technicien-form .confirmation-form {
    margin-top: 3rem;
}

supprimer-technicien-form .confirmation-form .confirmation-text {
    font-size: 1rem;
}

supprimer-technicien-form .confirmation-form .confirmation-text .name-technicien {
    font-weight: bold;
}

prestation-detail .card.demandeur-details {
    margin-bottom: 3rem;
}

prestation-detail .card.demandeur-details > .card-body {
    display: flex;
    gap: 1rem;
}

prestation-detail .card.demandeur-details > .card-card {
    flex-grow: 1;
}

prestation-detail .card.demandeur-details .card-row .label {
    font-weight: bold;
    margin-right: 10px;
}

prestation-detail .card.demandeur-details .card-row .value {

}

.table
{
    width: 100%;
    word-break: break-word;
}

.table th,
.table td
{
    //min-width: 300px;
    vertical-align: middle;
}

.table th
{
    font-weight: bold;
}

#infos-module
{
    margin: 2rem 0;
    text-align: center;
}

#infos-module table
{
    width: 100%;
}

#infos-module thead
{
    font-weight: bold;
}

#feuilles
{
    text-align: center;
}

#prestations-travaux .min
{
    min-width: 110px;
}
