#bigContain {
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    max-width: 100vw;
    padding: 0;
    margin: 0
}

.headerFull {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 15%
}

.actionHead {
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: center;
    position: absolute;
    background-color: transparent;
    height: auto;
    width: 10%;
    left: 1%
}

.actionHead img {
    height: auto;
    width: 35%
}

#ConfirmAdd, #AnnuleAdd {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: 5vh;
    font-weight: bold;
}


span[role="alert"] {
    position: relative;
    background-color: rgba(255, 0, 0, 1);
    height: auto !important;
    border-radius: 0 0 1vh 1vh;
    /* border: 0.2vh solid red; */
    color: white !important;
    padding: 0.25vh 0.5vh !important;
    width: 100% !important;
}

.rowInput p.contentBox {
    width: 30%;
    height: 5vh;
    margin: 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#lstRolesFilter p.contentBoxF {
    width: 30%;
    height: 5vh;
    margin: 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#lstTypesFilter p.contentBoxF {
    width: 40%;
    height: 5vh;
    margin: 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#text-modalLstNotif, #text-modalNotif {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    height: auto;
    width: 100%;
}

.imgModal {
    min-width: 30%;
    height: auto;
    margin: 1vh 0;
    min-height: 15vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.onlytxtModal {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
}

.OneNotif {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    /* padding-bottom: 1vh; */
    border-bottom: 0.5vh solid #064C78;
}

.OneNotif:last-of-type {
    border-bottom: unset!important;
}

.title_notif {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-weight: bold;
    width: 100%;
    height: 5vh;
    font-size: 2.5vh;
    padding: 0 0;
    margin: 0 0;
    /* margin-bottom: 2vh; */
}

.infos_notif {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    height: 3vh;
    margin-bottom: 2vh;
}

.date_notif {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: 100%;
}

.tag_notif {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
}

.tagDesign, .importantDesign {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    background-color: #064C78;
    height: 100%;
    padding: 0 5%;
    border-radius: 1vh;
}

.importantDesign {
    background-color: #FF0000;
}

.degre_notif {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: 100%;
    margin-bottom: 2vh;
}

.descri_notif {
    width: 100%;
    height: auto;
    margin-bottom: 1vh;
}

p {
    margin: 0 0;
}

p.contentBoxF label {
    text-align: center;
}
/*
.contentBox label {
    color: #064C78;
    width: 100%;
} */

h3, h4, h5, h6 {
    margin: 0 0!important;
}

.rowInput span {
    margin: 0;
    padding: 0;
    font-size: 1.2vw
}

#RolesFilter, #TypesFilter, #StructEtaFilter, #DatesFilter {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    height: auto!important;
    width: 100%;
    margin-bottom: 2vh!important;
}

.titleFilter {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#lstRolesFilter, #lstTypesFilter {
    width: 75%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;

}

#select_date {
    width: 75%;
    height: 4vh;
    font-size: 2vh!important;
    text-align: center;
}

#StructFilter, #EtaFilter {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 45%;
    height: auto;
}

#struct_notifFilter, #eta_notifFilter {
    height: 4vh!important;
    margin-top: 1vh!important;
    width: 80%!important;
    font-size: 1vw!important;
}

#degrate {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 4vh;
    min-height: 80% !important;
    padding: 0 0;
    margin-bottom: 1vh;
}

.MsgFilterEtat {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: auto;
    padding: 0 1vw;
    margin-left: 1vw;
    border-radius: 1vh;
    color: #fff;
    font-weight: 700;
    font-size: 2vh
}

.MsgFilterEtat label {
    margin: 0 0;
}

.switch {
    height: 0;
    width: 0;
    visibility: hidden;
    display: none
}

.switch+label {
    cursor: pointer;
    text-indent: -9999px;
    width: 15%;
    height: 2vh;
    margin: 0;
    background: grey;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 2vh;
    background: #00FF00
}

.switch+label[for=CheckPasFix] {
    cursor: pointer;
    text-indent: -9999px;
    width: 5%;
    height: 2vh;
    margin: 0;
    background: grey;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 2vh;
    position: absolute
}

.switch+label:after {
    content: '';
    position: relative;
    top: 0;
    left: 0;
    width: 1.5vh;
    height: 1.5vh;
    background: #fff;
    border-radius: 100%;
    transition: .3s ease-in-out;
    margin-left: .2vw
}

.switch:checked+label {
    background: #FF0000
}

.switch:checked+label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%)
}

.contentBox input[type="checkbox"], .contentBoxF input[type="checkbox"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.contentBox input[type="checkbox"]+label, .contentBoxF input[type="checkbox"]+label {
    width: 100%;
    border: 0.1vw solid #064C78;
    background-color: white;
    border-radius: 1vh;
    color: #064C78;
    margin: 0 0;
    cursor: pointer;
    padding: 0.6vh 0.6vh;
}

.contentBox input[type="checkbox"]:checked+label, .contentBoxF input[type="checkbox"]:checked+label {
    background-color: #064C78;
    color: white;
    font-weight: bold;
    border-radius: 2vh;
}

::-ms-reveal {
    display: none !important;
}


.rowInput select, #struct_notifFilter, #eta_notifFilter {
    padding: 0;
    margin: auto auto;
    border-radius: 1vh;
    color: #064C78;
    border: .2vh solid #064C78;
    height: 4vh;
    min-height: 80% !important;
    width: 55%;
    font-size: 1.1vw;
    text-align: center;
    text-align-last: center
}

.typeNotif, #degrate {
    width: 100% !important;
    margin-bottom: 1vh !important;
}

.rowInput input::placeholder {
    font-style: italic;
    color: #89AABF
}

.containsImg {
    width: 95%;
    height: 40vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto !important;
}

.actionsImg {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    width: 40% !important;
}

.buttonsImg {
    display: flex;
    flex-direction: row;
    align-self: center;
    align-items: center;
    justify-content: center;
    height: 25%;
    width: 100%;
}

.select_img, .retire_img {
    height: 100%;
    width: 100%;
    color: #fff;
    font-size: 1vw;
    text-align: center;
    border-radius: 1vh;
    font-weight: 700;
    border: none;
    background-color: #064C78
}

.select_img:disabled, .retire_img:disabled {
    background-color: #89AABF
}

.visuImg {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-self: center;
    height: 100%;
    width: 45%;
    border-radius: 2vh;
    background-color: #fff;
    border: .2vh #064C78 solid;
    color: #064C78
}

.previ_img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
    width: 90%;
    max-width: 90% !important;
    height: 77.5%;
    border-radius: 2vh;
    background-color: #fff
}

.img_previ {
    height: auto;
    max-height: 100%;
    width: auto;
    max-width: 100% !important;
    object-fit: contain;
    object-position: 50% 50%;
    border-radius: 1.5vh
}

button:focus {
    box-shadow: none;
    outline: none
}


.rowInput input:focus, .rowInput select:focus {
    box-shadow: none;
    outline: none;
    color: #064C78;
    border: 0.2vh solid #064C78;
}

#title_notif {
    width: 100%;
    height: 4vh !important;
}

.tox-tinymce {
    width: 95%;
    border: 0.2vh solid #064C78;
}

.titleHead {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
    border: .8vh solid #89AABF;
    height: 90%;
    width: 35vw;
    margin: 0;
    border-radius: 1.7vh;
    background-color: #fff;
    color: #064c78
}

h1 {
    margin: 0;
    text-align: center;
    font-size: 2.5vw;
    line-height: .9em
}

.notif {
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: center;
    position: absolute;
    height: auto;
    width: 20%;
    right: 1%
}

.bigContentNotif {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-self: flex-start;
    margin: 0 auto;
    height: 85%;
    width: 100%
}

table {
    margin: 0 auto;
    padding: 0;
    width: 100%
}

thead {
    text-align: center;
    margin: 0;
    height: 100%;
    width: 100%
}

tr {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 1.5vw
}

th {
    margin: 0;
    padding: 0
}

.btn {
    margin-left: 2vh!important;
    /* padding-left: 0.8vw!important; */
}

tbody {
    text-align: center;
    width: 100%;
    color: #064C78;
    font-size: 1.3vw
}

.modify, .resend, .delete, .visu, .modifyDisabled, .deleteDisabled, .resendDisabled {
    border: none;
    background-color: transparent;
    outline: none
}

.modify:focus, .resend:focus, .delete:focus, .visu:focus, .modifyDisabled:focus, .deleteDisabled:focus, .resendDisabled:focus {
    outline: none
}

.visu {
    pointer-events: auto
}

 .footer-visu {
    padding: 1vh !important
}

.content-visu {
    padding: 2vh !important
}

.allContentVisu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto
}

.msgNoImg {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 5vh;
    font-size: 1vw !important
}

.ImgVisu {
    width: 40%;
    min-height: 30vh;
    height: auto;
    background-image: url(/img/Profil2.svg);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat
}

.identityRight {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

.visuLabel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    width: 55%;
    font-weight: 700;
    font-size: 1.6vw !important
}

.visuData {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    width: 40%;
    font-size: 1.4vw !important
}

.rowVisu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 5vh
}

.footer-visu div:first-of-type {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-content: center;
    align-self: center;
    width: 100%
}

.footer-visu div button {
    width: 50%;
    padding: 1vh 1vw !important;
    font-size: 1.5vw !important
}

#notifsuccess {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 75%
}

#notifsuccess div {
    font-size: 1.3vw;
    width: 100%
}

#notifsuccess div span {
    color: red
}

#notifsuccess button {
    width: 15%;
    height: auto;
    font-size: 2vw
}

.footer-filter, .BodyFilter {
    padding: 1vh 0 !important
}

.footer-visu div:first-of-type, .footer-filter div:first-of-type {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-content: center;
    align-self: center;
    width: 100%
}

.footer-visu div button, .footer-filter div button {
    width: 50%;
    padding: 1vh 1vw !important;
    font-size: 1.5vw !important
}

.footer-filter div button {
    width: 35%
}

.header-filter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%
}

.title-filter {
    font-size: 4vh !important;
    text-decoration: underline
}

@media screen and (max-aspect-ratio: 13/9) {
    .actionHead {
        width: 25% !important
    }

    .titleHead {
        width: 50vw !important;
        font-size: 4vw !important
    }

    h1 {
        font-size: 4vw !important
    }

    th {
        font-size: 3vw !important;
        word-wrap: break-word !important;
        width: auto
    }

    th:first-child {
        width: 10% !important
    }

    th:nth-child(4), tbody tr td:nth-child(4) {
        display: none !important
    }

    th:last-child {
        font-size: 3vw !important;
        width: 30% !important;
        text-align: left;
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    tr {
        font-size: 2.4vw !important
    }

    div.dataTables_wrapper div.dataTables_filter {
        width: 30% !important
    }

    div.dataTables_wrapper div.dt-buttons {
        width: 65% !important
    }

    .notif {
        width: 30% !important
    }

    #notifsuccess div {
        font-size: 2.5vw !important;
        width: 100%
    }

    .visuLabel {
        font-size: 3vw !important
    }

    .visuData {
        font-size: 2.8vw !important
    }

    .footer-visu div button {
        font-size: 3.5vw !important
    }

    .msgNoImg {
        font-size: 2.2vw !important
    }

}
