<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 12px;

}

.ui-dialog-titlebar {
    background-color: #FFFFFF;
    border: none;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}

.w-50 {
    width: 50%;
}

.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

.w-100 {
    width: 100%;
}

.d-none {
    display: none !important;
}



.modal-header div {
    display: flex;
    justify-content: space-between;
    padding: 5px;
}

.modal-header .close {
    font-size: 24px;
    font-weight: 800;
}

.separator {
    border-color: rgba(35, 32, 32, 0.095);
    border-width: 2px;
}

.contenu {
    display: block;
    margin-top: 40px;
    width: 100%;
}


.contenu .date {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.contenu .date .div {
    margin: 0px 10px;
}

.contenu .date-annonce {
    display: flex;
    justify-content: center;
}

.contenu .date-periode {
    display: block;
}

.info {
    margin: 5px 0px;
    display: flex;
    align-items: center;
}

label {
    display: block;
    margin-bottom: 8px;
}

.form-input {
    width: 100%;
}

.form-input-file {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-control textarea {
    padding: 19px 5px;
    width: 100%;
    height: 100px;
    border: none;
    outline: none;
    background-color: rgba(47, 47, 48, 0);
    border-radius: 10px;
}

.form-control input {
    padding: 12px 0px;
    width: 100%;
    border: none;
    outline: none;
    background-color: rgba(47, 47, 48, 0);
    border-radius: 10px;
}

.form-group {
    display: flex;
    justify-content: space-around;
    position: relative;
    justify-items: center;
    align-items: center;
    background-color: rgba(47, 47, 48, 0.05);
    border-radius: 10px;
    padding: 0px 10px;
}

.form-group label {
    position: absolute;
    top: -30px;
    left: 0px;
    margin-top: 5px;
}

.input-icon img {
    width: 24px;
    height: 24px;
    margin: 0px 10px;
    color: gray;
}

.form-control {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.d-flex{
    display: flex;
}

input:focus {
    border: none;
}

.custom-checkbox {
    width: 20px;
    height: 20px;
    border: 2px solid #3498db;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 10px;
}


.custom-checkbox:checked {
    background-color: #3498db;
    border-color: #3498db;
}


.checkbox-label {
    margin-left: 8px;
}

.form-image {
    display: inline-block;
    padding: 8px 12px;
    cursor: pointer;
    border: 2px solid #3498db;
    color: #3498db;
    border-radius: 4px;
    background-color: white;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.form-image:hover {
    background-color: #3498db;
    color: white;
    border-color: #3498db;
}

.image-contenu {
    display: flex;
    margin-bottom: 40px;
}

.drop-area {
    height: 140px;
    background-color: rgba(47, 47, 48, 0.05);
    display: flex;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-style: dashed;
    border-color: #7a7a7c31;
    border-width: 4px;
    z-index: 100;
}

.dashed-over {
    border: 2px dashed #333;
}

.dashed-leave {
    border: 2px dashed #004ff97d;
}

.drop-area {
    border-color: #a3a5a916;

}

.input-img-view img {
    width: 20px;
    height: 20px;
    margin-bottom: 10px;
}

.input-img-view {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 11px;
}

.input-img-view small,
.info-input small {
    font-weight: 100;
    color: rgba(47, 47, 48, 0.3);
}

.info-input {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
    padding: 20px;
}

.checkbox-btn {
    width: 50px;
    height: 30px;
    background-color: rgba(47, 47, 48, 0.05);
    border-radius: 100px;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
}

.checkbox-btn::before {
    content: "";
    position: absolute;
    background-color: #FFFFFF;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    margin: 5px;
    transition: 0.4s;

}

input.info-checkbox:checked+.checkbox-btn {
    background-color: #3498db;
}

input.info-checkbox:checked+.checkbox-btn::before {
    transform: translate(20px);
}


.info-input .action-info-input {
    margin: 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.btn {
    border-radius: 5px;
    padding: 10px;
    color: #FFFFFF;
    background-color: #FFFFFF;
    cursor: pointer;
}

i {
    margin: 0px 5px;
    cursor: pointer;
    transform: rotateY(180deg);
}

.border-primary {
    border: 2px solid #116ACC;
    color: #116ACC;
}

.border-premium {
    border: 2px solid #FA8949;
    color: #FA8949;
}

.border-danger {
    border: 2px solid #FA8949;
    color: #FA8949;
}

.border-dark {
    border: 2px solid #2F2F30;
    ;
    color: #2F2F30;
    ;
}

.btn-primary {
    background-color: #116ACC;
}

.btn-danger {
    background-color: #BA0000;
}

.btn-dark {
    background-color: #1F2532;
}

.btn-transparent {
    background-color: #FFFFFF;
    color: #1F2532;
    border: none;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.modal-footer {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.action-left button,
.action-info-input button {
    margin: 5px 10px;
}

.action-left button {
    /* padding: 12px 20px; */
    border-radius: 10px;
}


.journal-media-file-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.journal-media-file-link .media-link,
.journal-media-file-link .media-file {
    height: 60px;
    width: 100%;
    border-radius: 10px;
    border: rgba(47, 47, 48, .05) dashed 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .journal-media-file-link .media-link {
    background-color: rgba(47, 47, 48, .05);
} */

.journal-contenu{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    position: relative;
    margin-top: 20px;
}
.journal-title{
    margin-top: 40px;
}</pre></body></html>