h2, h5 {
    font-weight: bold !important;
}

.card {
    background-color: #e9f3fa !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.card .card-body h5 span {
    text-transform: uppercase;
}

.card .card-body .card-text:not(:last-child) {
    margin-bottom: 10px;
}

.card .card-body .card-text.job {
    margin-bottom: 20px;
    color: #00afac;
    font-size: 12px;
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.card .card-body a {
    color: #062d58;
    text-decoration: none;
    word-break: break-all;
}

.card .card-body a:hover,
.card .card-body a:focus {
    text-decoration: underline;
}

#largeur {
    padding: 0;
}

.upload-container {
    position: relative;
}

.upload-container label {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 200px;
    margin: 0;
    background-color: #e9f3fa;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.upload-container a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.1);
}

.upload-container a:hover,
.upload-container a:focus {
    text-decoration: none;
}

.upload-container input {
    display: none;
}

.btn-update {
    margin-right: 5rem;
    width: 350px;
}

input[type="file"] {
    color: transparent;
}

/*  SWITCH BUTTON    */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #b65656;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #00afac;
}

input:focus + .slider {
    box-shadow: 0 0 1px #00afac;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.consentement {
    display: flex;
}

.consentement p {
    margin-left: 15px;
}

.consentement p span {
    font-weight: bold;
}

@media screen and (max-width: 992px) {
    .btn-update {
        margin-right: 0;
        width: 100%;
    }

}

#files {
    cursor: pointer;
}

.no-bottom-margin {
    margin-bottom: 0px;
}
