thead {
    background: #F5F4F5;
}

table thead td {
    color: #617080;
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
    padding: 10px 0 10px 5px;
    border: solid 1px #f5f4f5;
    border-bottom: none;
    flex-flow: nowrap;
    white-space: nowrap;
    position: relative;
    /* display: flex; */
}

tbody tr td {
    border: solid 1px #E3E4E5;
    border-collapse: collapse;
    font-weight: bold;
    font-size: 14px;
    padding: 13px 5px 12px 5px;
    line-height: 18px;
    min-width: 100px;
    position: relative;
}

.dataTables_info {
    /* display: none; */
    float: left;
    padding: 19px;
    font-size: 12px;
    margin-bottom: 50px;
    display: block;
}

tbody tr:hover td {
    background: #fdfcfd;
    cursor: pointer;
}

tbody tr.active td {
    background: #F5F4F5;
}

footer {
    display: none;
    opacity: 0;
}

.check {
    border-right: none;
    text-align: center;
    padding-left: 35px;
    padding-right: 35px;
    width: 15px!important;
    min-width: 15px;
    max-width: 15px;
    line-height: 15px;
    font-size: 15px;
}

.check + td {
    border-left: none;
    padding-left: 0;
}

tbody {
}

tbody tr.active td {
}

td.sorting {
    cursor: s-resize;
}

td.sorting.sorting_asc {
    cursor: n-resize;
}

td.sorting.sorting_desc:after {
    transform: rotate(180deg);
    opacity: 1;
}

td.sorting {
}

td.sorting {
}

td.sorting.sorting_asc:after {
    transform: rotate( 0deg);
    opacity: 1;
}

td.sorting:after {
    content: "⭡";
    display: inline-block;
    font-size: 12px;
    opacity: 0;
    transition: all ease-out 0.2s;
}

td.check.sorting:after {
    display: none;
}

td.dataTables_empty {
    text-align: center;
    color: #F1634A;
}

.actions {
    overflow: scroll;
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
    background: #0075FF;
    text-align: right;
    left: 0;
    padding: 0;
    z-index: 1001;
}

.actions .in {
    align-items: flex-end;
    display: inline-flex;
    /* height: 62px; */
    /* align-items: center; */
    padding-right: 35px;
    box-sizing: border-box;
    padding: 10px 10px 10px 10px;
    min-width: 100%;
    /* width: 100vw; */
    align-items: flex-end;
    justify-content: flex-end;
    gap: 10px;
    margin: 0;
}

.actions button,.actions .btn {
    background: transparent;
    color: white;
    border: solid 1px white;
    margin-left: 10px;
    width: auto;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 20px;
    /* identical to box height */
    letter-spacing: -0.01em;
    margin-bottom: 0;
    flex-wrap: wrap;
    margin: 10px 0 0 10px;
    box-sizing: border-box;
    margin: 0;
    height: auto;
}

.actions button:hover {
    opacity: 0.8;
    cursor: pointer;
}

.dt-buttons {
    display: none;
}

.action.part2 {
    background: transparent;
}

.action a {
    display: block;
    border-bottom: solid 1px #e3e4e5;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    /* identical to box height */
    /* Elephant */
    color: #222D38;
    text-decoration: none;
    padding: 22px 43px 22px 25px;
    position: relative;
}

.action a:last-child {
    border: none;
}

.action a span {
    font-weight: 800;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.03em;
    /* Dark Violet */
    display: inline-block;
    width: 40px;
}

.action a:after {
    border: solid #BDC9D3;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    position: absolute;
    top: 50%;
    right: 25px;
    content: "";
    transform: rotate(-45deg);
    margin-top: -5px;
    border-radius: 1px;
}

.select {
    position: relative;
}

.select:after {
    border: solid #BDC9D3;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    position: absolute;
    top: 50%;
    right: 12px;
    content: "";
    transform: rotate(45deg);
    margin-top: -7px;
    border-radius: 1px;
    display: none;
}

.action-board {
    background: #F7F9FA;
    width: 100%;
    max-width: 400px;
    min-width: 320px;
    padding: 55px 35px;
    border-left: solid 1px #e3e4e5;
    /* flex-wrap: wrap; */
}

.action a:hover:after {
    border-color: #222d38;
}

.head .select {
    display: inline-block;
    margin: 5px;
    /* width: 188px; */
    /* margin-bottom: 0; */
}

.head .select:last-child {
    /* margin-right: 0; */
}

.action {
    display: block;
    border-collapse: collapse;
    border: solid 1px #e3e4e5;
    border-radius: 4px;
    margin-top: 17px;
    background: white;
    overflow: hidden;
}

.action-board h2 {
    margin-bottom: 27px;
}

.select:hover:after {
    border-color: #909fac;
}

.select select {
    padding-right: 30px;
    margin-bottom: 0;
}

.flex-right {
    /* flex-grow: 1; */
    align-items: flex-end;
    text-align: right;
}

.indicator {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    /* margin-bottom: 10px; */
    gap: 10px;
    margin-bottom: 10px;
}

.indicator > div {
    display: block;
    border: solid 1px;
    /* width: 25%; */
    height: 171px;
    padding: 35px 30px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #DCE1E6;
    border-radius: 8px;
    margin: 5px;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    /* identical to box height */
    /* Mortar */
    color: #585858;
    min-width: 211px;
    /* max-width: 400px; */
    flex-grow: 1;
    width: 259px;
    margin: 0;
    background: white;
}

.indicator b {
    font-size: 45px;
    line-height: 59px;
    /* identical to box height */
    letter-spacing: -0.03em;
    display: block;
}

.indicator b small {
    font-size: 18px;
    line-height: 23px;
    margin-left: 10px;
}

.indicator > div > small {
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    /* identical to box height */
    /* Elephant */
    color: #222D38;
}

.indicator b small.green {
    color: #0FAE94;
}

.indicator b small.green:before {
    content: "▲";
    font-size: 8px;
    margin-right: 3px;
}

.indicator b small.red {
    color: #F1634A;
}

.indicator b small.red:before {
    content: "▼";
    font-size: 8px;
    margin-right: 3px;
}

@media screen and (max-width: 770px) {
    .cols2 {
        flex-wrap:wrap;
    }

    .action-board {
        border: none;
        max-width: 100%;
        margin-top: 30px;
        min-width: 0;
        padding: 55px 10px;
    }
}

@media screen and (max-width: 1100px) {
    .main {
        margin:0 10px;
    }
}

div#table_contact_wrapper {
    width: 100%;
    display: block;
    overflow-x: scroll;
    overflow-y: visible;
    /* min-height: 400px; */
    height: 100%;
    margin-bottom: 60px;
}

tbody tr td:first-child {
    border-left-color: transparent;
}

tbody tr td:last-child {
    border-right-color: transparent;
}

.main form {
    padding-top: 20px;
    padding-left: 0;
    max-width: 544px;
    margin-right: 10px;
}

button {
}

div#config a {
    text-decoration: none;
    color: #070b0f;
}

div#config> li {
    padding: 10px 0;
}

h1 {
}

a.btn.left {
    float: left;
    margin-left: 0;
    margin-right: 10px;
}

span.clickable {
    cursor: pointer;
}

.vote {
    display: inline-flex;
    align-items: center;
}

.vote > *:after {
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #ccc;
    border-radius: 100%;
    margin: 0 2px 0 3px;
    transform: scale(0.75);
    box-sizing: border-box;
    content: "";
    transition: all ease-out 0.2s;
}

.vote.score1 *:nth-child(1):after, .vote.score2 *:nth-child(1):after, .vote.score3 *:nth-child(1):after, .vote.score4 *:nth-child(1):after, .vote.score5 *:nth-child(1):after, .vote.score2 *:nth-child(2):after, .vote.score3 *:nth-child(2):after, .vote.score4 *:nth-child(2):after, .vote.score5 *:nth-child(2):after, .vote.score3 *:nth-child(3):after, .vote.score4 *:nth-child(3):after, .vote.score5 *:nth-child(3):after, .vote.score4 *:nth-child(4):after, .vote.score5 *:nth-child(4):after, .vote.score5 *:nth-child(5):after {
    background: #0FAE94;
    border: none;
    transform: none;
}

.vote.tmpscore1:hover *:nth-child(1):after, .vote.tmpscore2:hover *:nth-child(1):after, .vote.tmpscore3:hover *:nth-child(1):after, .vote.tmpscore4:hover *:nth-child(1):after, .vote.tmpscore5:hover *:nth-child(1):after, .vote.tmpscore2:hover *:nth-child(2):after, .vote.tmpscore3:hover *:nth-child(2):after, .vote.tmpscore4:hover *:nth-child(2):after, .vote.tmpscore5:hover *:nth-child(2):after, .vote.tmpscore3:hover *:nth-child(3):after, .vote.tmpscore4:hover *:nth-child(3):after, .vote.tmpscore5:hover *:nth-child(3):after, .vote.tmpscore4:hover *:nth-child(4):after, .vote.tmpscore5:hover *:nth-child(4):after, .vote.tmpscore5:hover *:nth-child(5):after {
    background: black;
    border: none;
    transform: scale(1.25);
}

.candidatflex .main form {
    max-width: 100%;
    width: calc(100% - 30px);
    padding: 0;
    margin: auto;
}

.candidatflex .main {
    margin: 0;
}

.main .form {
    margin: 55px;
    margin-top: 0;
    color: black;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 140%;
    /* identical to box height, or 21px */
    letter-spacing: -0.01em;
    /* Tangaroa */
    color: #070B0F;
}

b#search_result_number {
    padding: 28px 47px 23px 20px;
    display: block;
    border-bottom: solid 1px #dce1e5;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    /* identical to box height */
    letter-spacing: -0.01em;
    /* Tangaroa */
    color: #070B0F;
    border-left: solid 1px #dce1e5;
}

#search_result .content {
    display: flex;
    width: 100%;
    flex-flow: wrap;
    justify-content: stretch;
    /* border-left: solid 1px #dce1e5; */
    margin: 0;
}

#search_result .content>div {
    flex-grow: 1;
    border-left: solid 1px #dce1e5;
    min-width: 150px;
    /* width: 25%; */
}

#search_result .footer {
    display: block;
    border-top: solid 1px #dce1e5;
    padding: 23px 20px 28px 20px;
    border-left: solid 1px #dce1e5;
    display: none;
}

#search_result a.blue {
    color: #0075FF;
    text-decoration: underline;
}

#search_result .footer a.blue {
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
    letter-spacing: -0.01em;
}

#search_result .content>div b {
    padding: 9px 0 9px 20px;
    display: block;
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
    color: #617080;
}

#search_result .content>div a {
    padding: 13px 20px;
    display: block;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #585858;
}

#search_result .content>div a:hover {
    background: #eee;
}

#search_result .content>div.space {
    width: 100%;
    min-width: 100%;
    height: 20px;
}

#search_result .content>div a.blue {
    padding: 13px 20px;
    display: block;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.01em;
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
    color: #0075FF;
    text-decoration: underline;
}

#search_result .content>div a.blue:hover {
    background: transparent;
}

.form form {
    /* margin-top: 50px; */
    /* margin-bottom: 50px; */
}

.main .form .flex {
    display: flex;
    justify-content: stretch;
    /* flex-wrap:wrap; */
}

.main .form .flex > div {
    flex-grow: 1;
    margin-right: 10px;
    margin-top: 20px;
    width: 100%;
}

.main .form .flex > div:last-child {
    margin-right: 0;
}

.candidatflex .infos {
    max-width: 400px;
    min-width: 300px;
    width: 100%;
    background: #F7F9FA;
    box-sizing: border-box;
    padding: 45px 35px;
    font-weight: bold;
    font-size: 13px;
    line-height: 140%;
    /* or 18px */
    /* Tangaroa */
    color: #070B0F;
    border-left: solid 1px #e3e4e5;
}

.candidatflex .infos a {
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 140%;
    /* identical to box height, or 21px */
    letter-spacing: -0.01em;
    /* Tangaroa */
    color: #070B0F;
    word-break: break-word;
}

.infos .photo {
    display: block;
    width: 80px;
    height: 80px;
    background: white;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    border: solid 1px #e3e4e5;
    margin-bottom: 35px;
    background-position: center center;
    background-size: cover;
    transition: ease-out 0.2s;
}

.infos small,.info small {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 17px;
    /* identical to box height */
    /* Blue Bayoux */
    color: #617080;
    display: inline-block;
    padding-right: 15px;
}

.infos > div,.info > div {
    margin-bottom: 10px;
}

div.com {
    /* padding: 0 55px; */
    /* border-top: solid 1px #e3e4e5; */
    padding-bottom: 55px;
}

.com > div,.com > a {
    display: block;
    padding: 22px 25px;
    background: #F7F9FA;
    border-radius: 4px;
    /* Inside Auto Layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 5px 0px;
    font-weight: 600;
    font-size: 15px;
    line-height: 160%;
    /* identical to box height, or 24px */
    letter-spacing: -0.01em;
    /* Tangaroa */
    color: #070B0F;
    text-decoration: none;
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
    background-size: 100px 100px;
    background: white;
}

.com>div>b {
    display: block;
    font-weight: normal;
    padding: 10px 0;
}

.com span.email,.com span.info {
    display: inline-block;
    background: #F0F8FF;
    border-radius: 4px;
    margin-right: 25px;
    padding: 10px 15px 11px;
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
    /* identical to box height */
    /* Dodger Blue */
    color: #0075FF;
}

.com span.date {
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
    /* identical to box height */
    /* Blue Bayoux */
    color: #617080;
}

.form.offre ul.select2-selection__rendered {
    height: auto;
    padding: 0 5px;
    min-height: 35px;
}

span.select2.select2-container.select2-container--default.select2-container--below {
    margin-bottom: 15px;
    /* border: 1px solid #BDC9D3; */
}

span.select2-selection.select2-selection--multiple {
    border: 1px solid #BDC9D3;
}

span.select2-selection.select2-selection--multiple {
    margin-bottom: 15px;
}

span.select2-dropdown.select2-dropdown--below {
    margin-top: -16px;
}

body {
}

.piafBloc {
    /* border: none!important; */
}

in {
    /* flex-grow: 1; */
    /* width: 25%; */
}

.piafBloc .list > div:hover {
    background-color: #F7F9FA;
    border: 1px solid #E3E4E5;
}

.piafBloc:after {
    right: 20px;
    width: 130px;
    text-align: center;
    overflow: hidden;
}

.piafBloc a.btn.contour.open {
    /* position: absolute; */
    /* right: 220px; */
    /* top: 22px; */
    /* width: 3px; */
    /* overflow: hidden; */
    /* height: 14px; */
    /* display: inline-block; */
}

.piafBloc a.btn.contour.download {
    /* position: absolute; */
    /* right: 265px; */
    /* top: 22px; */
    /* width: 3px; */
    /* overflow: hidden; */
    /* height: 14px; */
    display: inline-block;
}

.piafBloc a.btn.contour.upload {
    /* position: absolute; */
    /* right: 175px; */
    /* top: 22px; */
    /* width: 3px; */
    /* overflow: hidden; */
    /* height: 14px; */
    /* display: inline-block; */
    /* margin-bottom: 5px; */
    /* margin-top: 5Px; */
}

.piafBloc b {
}

.piafBloc b {
    /* padding-right: 300px; */
}

.btn.contour span {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 0;
    line-height: 37px;
    font-weight: normal;
}

.btn.open.contour span {
    font-size: 37px;
    line-height: 34px;
}

a.btn.contour.upload span {
    font-size: 28px;
    line-height: 31px;
    display: block;
    margin: 0;
}

a.btn.contour:hover {
    border-color: #070b11;
    opacity: 0.9;
}

.piafflex iframe.pdf {
    display: block;
    width: 100%;
    height: 100vh;
    height: calc(100vh - 120px);
    top: 60px;
    left: 0;
    /* position: absolute; */
}

footer.piaf {
    position: fixed;
    display: block;
    bottom: 0;
    height: 60px;
    width: 100%;
    opacity: 1;
    overflow: hidden;
    padding: 12px 10px;
    box-sizing: border-box;
    text-align: right;
    background: #617080;
    font-size: 20px;
    line-height: 40px;
    font-weight: bolder;
}

footer.piaf form {
    width: 100%;
    max-width: 100%;
}

.header.piaf {
    display: flex;
    background: #222D38;
    height: 60px;
    align-items: center;
    overflow: hidden;
    color: white;
    padding: 0 20px;
    justify-content: space-between;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    /* identical to box height */
    /* White */
    color: #FFFFFF;
}

a#close {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    border: solid 1px white;
    position: relative;
    color: white;
    text-decoration: none;
    font-size: 25px;
    opacity: 0.75;
}

a#close span {
    transform: rotate(45deg);
    position: absolute;
    top: 1px;
    left: 7px;
}

a#close:hover {
    opacity: 1;
}

.danger.btn {
    background: #F1634A;
    color: white;
    border: none!important;
    font-weight: bold;
}

footer.piaf a.btn {
    font-size: 16px;
    font-weight: bolder;
}

.submit_btn a.btn.ouvrir {
    background: #0075FF;
    color: white;
    border: none;
}

.submit_btn a.btn.left.danger.refus {
    color: #F1634A;
    border-color: #F1634A;
    background: white;
}

.pages > div {
    display: block;
    height: 200px;
    width: 200px;
}

.pages > label {
    display: inline-block;
    width: 120px;
    height: 170px;
    background-color: #F7F9FA;
    border: 1px solid #E3E4E5;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 20px 20px 0 0;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
    transition: all ease-out 0.2s;
    background-repeat: no-repeat;
}

.pages input:checked + label {
    border-color: red;
    opacity: 0.75;
    background-color: #f9d3d3;
    border-width: 3px;
}

.pages input:checked + label:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: red;
    content: "";
    opacity: 0.2;
}

.menuCandidat {
    display: block;
    padding: 0px 90px;
    border-bottom: solid 1px #e3e4e5;
}

.menuCandidat a {
    padding: 15px;
    display: inline-block;
    border-bottom: solid 3px white;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    /* identical to box height */
    letter-spacing: -0.01em;
    /* Tangaroa */
    color: #617080;
    text-decoration: none;
}

.menuCandidat a.active {
    border-bottom-color: #0175ff;
    color: #0175ff;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    /* identical to box height */
    letter-spacing: -0.01em;
    /* Tangaroa */
    color: #070B0F;
}

.menuCandidat a:hover {
    color: black;
}

footer.piaf .btn {
    margin: 0;
    width: auto;
    height: auto;
    font-size: 16px;
    padding: 11px 15px;
    font-weight: bolder;
}

.pages input {
    display: none;
}

.blanc {
    padding: 55px 80px;
    border-bottom: solid 1px #bcc9d3;
}

.gris {
}

.blocGris {
    background: #F7F9FA;
    padding: 45px 80px;
    border-bottom: solid 1px #bbc9d3;
}

label big {
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
}

displ {
}

#table_contact td span {
    padding: 2px 5px;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
}

table#table_contact {
    padding-bottom: 400px;
    overflow: visible;
}

thead td .contextMenu {
    position: fixed;
    min-width: 280px;
    top: 28px;
    left: -6px;
    z-index: 10;
    cursor: default;
    overflow-x: hidden;
    max-height: 317px;
    overflow-y: scroll;
}

table thead td .menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 5;
}

.a label {
}

label {
}

.head .filter {
    position: relative;
    /* padding-left: 10px; */
    height: 42px;
    box-sizing: border-box;
}

div#filterList {
    right: 32px;
    left: auto;
    top: 142px;
    /* padding-left: 10px; */
    min-width: 200px;
    /* max-height: 250px; */
    position: fixed;
}

.btn.drop-down {
    /* padding-right: 50px; */
}

.btn.drop-down:after {
    content: "▼";
    font-size: 9Px;
    padding-left: 5px;
    color: #8F8F8F;
}

.btn.drop-down {
    color: #979797;
    font-weight: bold;
    padding-right: 6px;
}

div#filterList .colonne {
    display: none;
}

.contextMenu .triA:before, .contextMenu .triZ:before {
    border-radius: 100%!important;
}

.filters span {
    display: inline-block;
    font-size: 12px;
    /* Solitude */
    background: #F7F9FA;
    border-radius: 2px;
    padding: 2px 5px;
    background: red;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 140%;
    /* identical to box height, or 21px */
    letter-spacing: -0.01em;
    padding-right: 26px;
    background: #F7F9FA;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    margin: 5px;
}

.filters span:after {
    content: "+";
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 4px;
    width: 18px;
    height: 18px;
    background: white;
    transform: rotate(45deg);
    display: block;
    border-radius: 100%;
    overflow: hidden;
    line-height: 18px;
    text-align: center;
}

.filters span:hover {
    opacity: 0.75;
}

.piafflex {
    display: flex;
    width: 100%;
}

iframe.pdf {
    width: 100%;
    flex-grow: 1;
}

.candidatflex.piaf {
    min-height: calc( 100vh - 120px);
}

div#piafs .col1 {
    max-width: 200px;
}

.piafflex {
    display: flex;
    width: 100%;
}

iframe.pdf {
    width: 100%;
    flex-grow: 1;
}

.candidatflex.piaf {
    min-height: calc( 100vh - 120px);
}

div#piafs .col1 {
    max-width: 359px;
    width: 359px;
    max-height: calc(100vh - 78px);
    overflow: scroll;
    background: white;
    color: white;
}

div#piafs.candidatflex {
    min-height: calc(100vh - 78px);
    width: 100%;
}

#piafs .col2 {
    /* width: 100%; */
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.col2 iframe.pdf {
    /* height: 100%; */
}

#piafs h1 {
    padding: 25px 35px 0 35px;
    color: white;
}

#piafs .pl {
    display: block;
    border-top: solid 1px #e3e4e530;
    padding: 22px 25px;
    text-decoration: none;
    font-style: normal;
    font-weight: 800;
    font-size: 15px;
    line-height: 20px;
    /* identical to box height */
    letter-spacing: -0.01em;
    /* Tangaroa */
    color: #070B0F;
    background: white;
}

#piafs .pl small {
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
    /* identical to box height */
    /* Blue Bayoux */
    color: #617080;
    /* margin-left: 15px; */
}

#piafs .pl span {
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
    /* identical to box height */
    /* Blue Bayoux */
    color: white;
    display: block;
}

#piafs div.pl {
    background: #617080;
    color: white;
}

#piafs.candidatflex .infos {
    max-height: 100vh;
    overflow: scroll;
}

#piafs div.infospl {
    background: #617080;
    padding: 22px 25px;
}

.infospl big {
    display: block;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    /* identical to box height */
    letter-spacing: -0.01em;
    /* Tangaroa */
    color: white;
}

.infospl b {
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
    /* identical to box height */
    /* Mortar */
    color: #ffffff66;
    margin-right: 15px;
}

.infospl span {
    font-weight: bold;
    font-size: 13px;
    line-height: 140%;
    /* or 18px */
    /* Tangaroa */
    color: #070B0F;
}

.infospl div {
    padding: 5px 0;
}

.infospl a {
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
    /* identical to box height */
    text-decoration-line: underline;
    /* Dodger Blue */
    color: #F8E85D;
}

#piafs .validation {
    padding: 15px;
    background: #617080;
    text-align: right;
}

.view {
    /* margin-right: 10px; */
}

span.btn {
}

span#addView {
    /* width: 8px; */
    color: #979797;
    margin-left: 0;
    FONT-WIDTH: AUTO;
    height: 42px;
    box-sizing: border-box;
    width: 42px;
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
}

span#removeView {
    color: #757575;
    margin-left: 0;
    width: 3px;
}

div#config form {
    max-width: 900px;
}

small.clickable {
    cursor: pointer;
}

@media screen and (max-width: 1400px) {
    .infos {
        max-width:260px!important;
        min-width: 260px!important;
        padding: 20px!important;
    }

    .parcours {
        padding: 20px 10px 20px 10px;
        width: 250px;
        min-width: 250px;
    }

    .head {
        padding: 20px 10px;
        padding-right: 0;
        z-index: 80;
        position: relative;
    }

    .form {
        margin: 20px!important;
    }

    .menuCandidat {
        padding: 0 20px;
        z-index: 20;
    }
}

@media screen and (max-width: 950px) {
    .candidatflex {
        display:flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .parcours {
        order: 1;
        display: block;
        max-width: 50%!important;
        min-width: 50%!important;
    }

    .infos {
        order: 2;
        display: block;
        max-width: 50%!important;
        min-width: 50%!important;
    }

    .main {
        order: 3;
        width: 100%;
        border-top: solid 2px #eee;
    }

    .menuCandidat {
        padding: 0 20Px;
    }
}

@media screen and (max-width: 550px) {
    .candidatflex {
        display: flex;
        flex-wrap: wrap;
        /* align-items: center; */
    }

    .parcours {
        border-top: solid 2px #eee;
        order: 3;
        display: block;
        max-width: 100%!important;
        min-width: 100%!important;
    }

    .infos {
        border-left: none;
        order: 1;
        display: block;
        max-width: 100%!important;
        min-width: 100%!important;
    }

    .main {
        order: 2;
        width: 100%;
        border-top: solid 2px #eee;
    }

    .headerPiaf {
        flex-direction: column;
    }

    .head {
        flex-wrap: wrap;
        flex-grow: 1;
    }

    .head .btn {
        margin-bottom: 5px;
    }
}

.checkboxZoneGeo div {
    width: 24%;
    display: inline-block;
}

div#zoneGeoGroupe {
    position: relative;
}

div#ZoneGeo {
    min-width: 100%;
    max-height: 80vh;
}

div#ZoneGeo input {
    display: none;
}

div#ZoneGeo b {
    padding: 10px;
    font-size: 14px;
}

div#ZoneGeo > div > div > div {
    width: 200px;
    display: inline-block;
}

div#ZoneGeo > div > div {
    display: flex;
    flex-wrap: wrap;
}

.objectifs tbody td input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.objectifs tbody td {
    position: relative;
}

.danger.btn:hover {
    color: white!important;
    background: #F1634A!important;
}

span#noresult {
    margin: 30px;
    width: calc(100% - 60px);
}

.email.ko {
    background: #FFEFEF;
    /* color: red; */
}

span.date.ko {
    color: #F1634A;
}

a.btn.pullright {
    float: right;
    margin: 0;
    margin-top: -10px;
    font-size: 16px;
    font-weight: bold;
}

table.stripe.hover.order-column.nowrap.dataTable.no-footer {
    width: 100%;
}

li a span {
    color: #0175ff;
    content: "En cours de validation";
    background-color: #F0F8FF;
    border-radius: 4px;
    font-size: 12px;
    padding: 4px 12px;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

li a span.red {
    color: red;
}

a.btn.pull-left {
    float: left;
}

.bandeau a.btn {
    float: right;
    background: #f09d00;
    padding: 2px 10px;
    font-size: 14Px;
    font-weight: bold;
    color: white!important;
    height: 20px!important;
    !importan;!importa;!import;!impor;!impo;!imp;!im;!i;!; border: #f09d01;
}

.com.alternance .red span.email {
    background: #e06c53;
    color: white;
}

.com > div.email.statut .email {
    background: #FFF9EA;
    display: inline-block;
    color: #ce8b0f;
}

.com > div.email.statut .email {
    /* background: transparent; */
    /* color: black; */
}

select#filliere {
}

.piafsListValidation {
    background: #617080;
    padding-bottom: 20px;
}

.select2-container {
    margin-bottom: 20px;
    display: block;
    min-height: 40px;
    margin-bottom: 20px!important;
}

.head.tre select {
    min-width: 100px;
    /* margin-right: 29px; */
    height: 42px;
}

.head.tre form {
    margin-right: 10px;
}

.dataTable thead tr {
    height: 42px;
}

.head .btn {
    height: 20px;
    line-height: 20px;
    box-sizing: border-box;
}

.flexBlock {
    display: flex;
}

.flexBlock input {
    margin: 0;
    border-radius: 0;
}

form[name=traite_rappel] {
    /* margin: auto; */
}

.flexBlock input:first-child {
    border-radius: 4px 0 0 4px;
    border-right: none;
}

.flexBlock input:last-child {
    border-left: 0;
    border-radius: 0 4px 4px 0;
}

.piafBloc.refus .headerPiaf .piafBtns:after {
    content: "CV refusé";
}

div#table_contact_paginate {
    text-align: right;
    padding-bottom: 60px;
    margin-top: 10px;
}

#table_contact_paginate a {
    display: inline-block;
    font-size: 14px;
    margin: 10px 0;
    padding: 15px;
    background: #f5f4f5;
    color: #61707f;
    font-weight: bolder;
    border: solid 1px #f5f4f5;
    cursor: pointer;
}

#table_contact_paginate a:hover {
    opacity: 0.5;
}

#search_result a span span {
    display: inline-block;
    float: right;
}

#search_result .content>div a span {
    display: inline-block;
    /* float: right; */
    max-width: 100px;
    overflow: hidden;
    padding: 2px 5px;
    align-items: center;
    font-size: 12px;
    font-weight: bolder;
    border-radius: 5px;
    line-height: 12px;
    margin-left: 10px;
}

a.paginate_button.current {
    background: #0175ff!important;
    color: white!important;
}

.formations h2 {
    padding-top: 35px;
    border-top: solid 1px #dce1e5;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    /* identical to box height */
    /* Tangaroa */
    color: #070B0F;
    margin-top: 45px;
    position: relative;
    cursor: pointer;
}

.Fhead span.a {
    color: #0FAE94;
}

.Fhead span {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    color: #222D38;
    flex: none;
    flex-grow: 0;
    margin: 10px 15px;
    align-items: flex-end;
    justify-content: flex-end;
}

.Fhead {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    margin-top: 45px;
    justify-content: flex-end;
}

.formations h3 {
    margin: 0;
    flex-grow: 1;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    /* identical to box height */
    /* Mortar */
    color: #585858;
}

.Fhead span.c {
    color: #9400EE;
}

.Fhead span.o,.Fhead span.p {
    font-weight: bold;
    font-size: 12px;
    line-height: 21px;
}

.bar {
    display: flex;
    /* position: absolute; */
    background: #E3E4E5;
    border-radius: 4px;
    height: 8px;
    overflow: hidden;
    width: 100%;
}

.bar .p {
    position: relative;
    height: 8px;
    background: #9300ee;
    display: inline-block;
}

.bar .c {
    position: relative;
    height: 8px;
    background: #0cad94;
    display: inline-block;
}

.Fhead span.r {
    color: #0175ff;
}

.bar .r {
    background: #0175ff;
    height: 8px;
}

.formations h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 33px;
    /* identical to box height */
    letter-spacing: -0.03em;
    /* Tangaroa */
    color: #070B0F;
    /* margin-top: 80px; */
}

input[type="file"] {
    line-height: 40px;
}

input.pj {
    /* padding-top: 7px; */
}

.formations {
    padding-bottom: 45px;
}

.indicator2 > div {
    background: #F7F9FA;
    /* Zircon */
    border: 1px solid #E3E4E5;
    box-sizing: border-box;
    border-radius: 8px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}

.indicator2 > div > .indicator2 > div >big {
}

.indicator2 > div big {
    /* padding: 40px 35px; */
    font-weight: bold;
    font-size: 45px;
    line-height: 59px;
    /* identical to box height */
    letter-spacing: -0.03em;
    /* Elephant */
    color: #9400EE;
}

.indicator2 > div > div {
    padding: 10px 20px;
    text-align: left;
}

.indicator2 > div > div > span {
    margin: 10px 0;
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    /* identical to box height */
    /* Mortar */
    color: #585858;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0 0 10px 0px;
}

.indicator2 > div > div.details > span {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    /* Blue Bayoux */
    color: #617080;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 5px 0px;
}

span.vert {
    color: #10ac94!important;
}

.indicator2 {
    /* margin-top: 35px; */
    display: flex;
    gap: 10px;
    width: 100%;
    align-items: stretch;
    justify-content: stretch;
    margin-bottom: 10px;
}

.indicator3 > div {
}

.indicator3 > div {
    background: #F7F9FA;
    border: 1px solid #E3E4E5;
    box-sizing: border-box;
    border-radius: 8px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-grow: 1;
    /* margin:0 10px 10px 0; */
}

.indicator3 {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    /* margin-top: 35px; */
    gap: 10px;
}

.indicator3 > div > big {
    margin: 40px 35px;
    font-weight: bold;
    font-size: 45px;
    line-height: 59px;
    letter-spacing: -0.03em;
    color: #222D38;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    /* Blue Bayoux */
    color: #617080;
    position: relative;
    text-align: center;
    width: 54px;
    height: 54px;
    border-radius: 100%;
    border: solid 4px #e3e4e5;
    line-height: 55px;
}

.indicator3 span {
    display: block;
    padding: 5px 10px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    /* identical to box height */
    /* Mortar */
    color: #585858;
}

span.blue {
    color: #0175ff;
}

.indicator3 svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
}

.indicator3 path {
    stroke: black;
    stroke-width: 14px;
    fill: none;
}

.entrepriseflex {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    min-height: calc(100vh - 226px);
}

.entrepriseflex .infos {
    /* background: red; */
    background: #F7F9FA;
    width: 480px;
    padding: 55px 35px 55px 50px;
    /* height: 100%; */
    flex-grow: 1;
}

.entrepriseflex .infos div {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    /* identical to box height, or 21px */
    letter-spacing: -0.01em;
    /* Tangaroa */
    color: #070B0F;
    font-weight: normal;
    font-weight: normal;
    margin-bottom: 10px;
}

.entrepriseflex .infos div small {
    display: block;
    text-transform: uppercase;
    font-weight: normal;
}

.entrepriseflex .infos a {
    text-decoration: none;
    color: #444444;
    display: inline-block;
    margin: 0 0 5px 5px;
    font-size: 14px;
}

.entrepriseflex .infos a:hover {
    text-decoration: underline;
}

.contacts > div {
    display: block;
    background: white;
    border: solid 1px #eee;
    padding: 20px;
    /* border-radius: 5px; */
    margin-bottom: 0!important;
    border-radius: 0;
    border-bottom: none;
}

.contacts div b {
    font-weight: bold;
    font-size: 14px;
    line-height: 23px;
    /* Tangaroa */
    color: #070B0F;
    display: block;
    margin-bottom: 5px;
}

b {
}

div#flexLogo {
    /* width: 400px; */
    position: relative;
    width: 400px;
    height: 565px;
    overflow: hidden;
    cursor: move;
}

.candidatflex.piaf.cvlogo {
    background: #222;
    align-items: center;
    justify-content: center;
    cursor: crosshair;
}

div#flexLogo img {
    width: 100%;
    /* position: absolute; */
}

div#flexLogo img#logoCV {
    position: absolute;
    width: 100px;
    height: 50px;
    top: 0;
    left: 0;
}

div#consigne {
    text-align: center;
}

span#repos {
    float: left;
    background: #555;
}

.piafBloc.obsolete .headerPiaf .piafBtns:after {
    content: "Obsolète";
}

.form.offre form {
    max-width: 1400px;
    margin: 0;
    padding: 0;
}

.form.offre input {
    max-width: 100%;
}

select#offre_Filieres {
    height: 40px;
}

.form.offre form .tox-tinymce {
    margin-bottom: 20px;
    /* display: block; */
    /* background: red; */
}

h2 span.btn.pull-right {
    float: right;
    font-size: 16px;
    font-weight: bolder;
    margin-right: 0;
}

span.select2.select2-container.select2-container--default.select2-container--focus {
    /* height: 21px; */
}

.main .form.offre span.selection {
    height: 20px;
    line-height: 1;
    padding: 0;
    margin: 0;
}

li.select2-search.select2-search--inline {
    display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #5896fb;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: transparent!important;
    color: #0175ff;
    font-weight: bolder;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #0175ff!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #c8e0fd!important;
    border: none!important;
    padding: 7px 10px!important;
    font-weight: normal;
    color: #006ced;
    padding-right: 0!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #0175ff!important;
    padding: 0 5px;
    margin: 0!important;
    float: right;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    opacity: 1;
}

li.select2-selection__choice:hover .select2-selection__choice__remove {
    opacity: 1;
}

a.btn.pull-right {
    font-size: 16px;
    float: right;
    margin-right: 0;
    margin-left: 5px;
    font-weight: bold;
    letter-spacing: 1;
}

.entrepriseflex .main {
    flex-grow: 1;
    width: 100%;
}

span.btn.pull-right.btn-secondary {
    background: #979696;
}

div#lOffres {
    border-top: solid 1px #e3e4e5;
    background: white;
}

div#lOffres a {
    border-bottom: solid 1px #e3e4e5;
    display: block;
    padding: 35px 0;
    text-decoration: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

div#lOffres a b {
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    /* identical to box height */
    /* Tangaroa */
    color: #070B0F;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 0;
    display: block;
}

#lOffres a small {
    margin: 5px 15px 0 0;
    display: inline-block;
}

a.btn.retour {
    color: black;
    font-weight: bolder;
    width: 6px;
    padding: 11px;
    padding: 0;
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
}

#dOffre .head {
    padding-left: 36px;
    align-items: center;
}

#dOffre .head h1 small {
    line-height: 14px;
}

.infos a.btn {
    background: #444;
    color: white;
    text-align: center;
    text-decoration: none;
    margin-bottom: 20px;
}

.infos a.btn:hover {
    text-decoration: none;
}

#dOffre .margin {
    padding: 40px;
}

h2 small {
    font-weight: 600;
    font-size: 25px;
    line-height: 33px;
    /* identical to box height */
    letter-spacing: -0.03em;
    /* Blue Bayoux */
    color: #617080;
    margin-left: 20px;
}

a.btn.pull-right.btn-main {
    background: #0175ff;
    color: white!important;
    border-color: #0175ff;
}

a.btn.btn-main {
    background: #0175ff;
    color: white!important;
    border-color: #0175ff;
}

a.btn.btn-main:hover {
    color: white!important;
    border-color: #0175ff!important;
}

a.btn.pull-right.btn-secondary {
    /* background: #888; */
    border: solid 1px #bcc9d3;
    color: #64696c;
    background: white;
    font-weight: normal;
}

button.btn-main {
    background: white;
    color: #0175ff;
}

#searchSimili > div > div {
    display: block;
    padding: 20px;
    border-bottom: solid 1px #eee;
    max-height: 141px;
    overflow: hidden;
}

#searchSimili > div > div:hover {
    background: #0175ff;
    color: white;
}

#searchSimili input[type="search"] {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    border: none;
    border-bottom: solid 1px #ccc;
    border-radius: 0;
}

form#emails {
    display: block;
    padding: 50px;
}

form#emails button {
    /* margin-bottom: 0; */
    /* border-radius: 0; */
    /* background: white; */
    /* border: solid 1px #eee; */
    /* border-bottom: none; */
    /* color: black; */
    /* font-weight: normal; */
    /* text-align: left; */
    background: #0075FF;
    color: white;
}

form#emails button:last-child {
    /* border-bottom: solid 1Px #eee; */
    /* border-radius: 0 0 5px 5px; */
}

form#emails button:hover {
    background: #0075FF;
    color: white;
}

form#emails button:first-child {
    /* border-radius: 5px 5px 0 0; */
}

.infos .contacts hr {
    margin: 5px 0;
}

.listeCandidat h2 {
    margin-bottom: 20px;
}

.listeCandidat> div {
    display: flex;
    padding: 22px;
    border-top: solid 1px #e3e4e5;
    position: relative;
    align-items: center;
}

.listeCandidat div img {
}

.listeCandidat> div:last-child {
    border-bottom: solid 1px #e3e4e5;
}

.listeCandidat> div > img {
    display: block;
    width: 60px;
    border-radius: 100%;
    margin-right: 20px;
}

.listeCandidat> div > div > b {
    display: block;
    color: #070b10!important;
}

.listeCandidat> div > div {
    flex-grow: 1;
    /* width: 100%; */
}

.btn.btn-secondary {
    background: #ccc;
}

.lc span {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
    /* identical to box height */
    /* Blue Bayoux */
    color: #617080;
    background: #F7F9FA;
    margin-right: 10px;
    padding: 10px 10px;
    border-radius: 5px;
    text-align: center;
}

.lc select {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
    /* identical to box height */
    margin: 0;
    width: 200px;
    max-width: 200px;
    min-width: 200px;
    /* Blue Bayoux */
    color: #617080;
    background: #F7F9FA;
    margin-right: 10px;
    padding: 10px 10px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 10px;
}

form.candidatOffre {
    max-width: 100%;
}

.lc span.vert {
    background: #ecf4f2;
}

.lc span.rouge {
    color: #f1634a;
    background: #ffeeeb;
}

span.vert.signe {
    cursor: pointer;
}

.candidatflex .lc {
    cursor: pointer;
}

.header.piaf small {
    flex-grow: 1;
    margin-left: 10;
    margin-left: 10px;
    font-weight: 600;
    font-size: 15px;
    line-height: 140%;
    /* identical to box height, or 21px */
    letter-spacing: -0.01em;
    /* Link Water */
    color: #BDC9D3;
}

form#pdf iframe {
    width: 100%;
    height: calc(100vh - 127px);
    margin: 0;
    padding: 0;
}

#pdf .footer {
    background: #617080;
    height: 60px;
    overflow: scroll;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.pdf {
    background: #617080;
    width: 100%;
    height: calc(100vh - 123px);
    display: block;
}

#pdf button {
    width: auto;
    display: inline-block;
    margin: 8px 4px;
}

#pdf button.pull-right {
    float: right;
}

#pdf button.ignore {
    border: solid 1px white;
    background: transparent;
}

#pdf button.vert.pull-right {
    background: #0cad94;
    color: white;
}

iframe {
    border: 0;
}

.refus {
    padding: 0;
    /* background: #fbebeb; */
    color: #e96161;
    margin: 10px 0;
    /* border: solid 1Px #e96161; */
    border-radius: 5px;
}

.contacts > div:last-child {
    border-bottom: solid 1px #eeeeee;
}

.entrepriseflex .infos div span {
    float: right;
    background: #0175ff;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bolder;
    color: white;
    margin: 5px 0 5px 5px;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
    color: #0175ff;
    background: #f6faff;
    margin-right: 10px;
    padding: 4px 11px;
    border-radius: 5px;
    text-align: center;
}

.form.offre select {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

select#offre_commercial {
}

button.pull-left {
    border-bottom: solid 1px #eeeeee!important;
    float: left;
    margin: 0;
    background: #555!important;
    color: white!important;
}

.btn.contour.obsolete span {
    transform: rotate(45deg);
    margin-top: -2px;
    font-size: 34px;
    margin-left: 1px;
}

#choose span label {
    display: inline-block;
    width: 200px;
    height: 295px;
    background-size: contain;
    border: solid 1px #ccc;
    background-position: center;
    text-align: center;
    padding-top: 10px;
    background-repeat: no-repeat;
    border-radius: 5px;
    position: relative;
    margin: 10px;
}

#choose span label b {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: #ffffffd6;
}

#choose span input[type=radio]:checked + label {
    border-color: #0175ff;
    background-color: white;
}

#choose span input[type=radio]:checked + label b {
    color: #0175ff;
}

#choose span input[type=radio]:checked + label:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0175ff1c;
}

#pdf select {
    width: 100%;
    min-width: 100%;
    border: none;
    margin: 0;
}

.description p {
    padding: 10px 0;
    font-size: 14px;
    color: #0175ff;
    cursor: pointer;
    border-left: solid 2px #0175ff;
    padding-left: 10px;
    margin: 0;
    font-weight: normal;
}

.lc:hover .description.none {
    opacity: 1;
}

.description.none {
    opacity: 0;
    cursor: pointer;
    /* text-decoration: underline; */
}

.lc .description span.btn {
    color: white;
    background: #0075FF;
    opacity: 0;
}

div#lOffres a span.e {
    display: inline-block;
    margin: 5px 0 5px 5px;
    background: #f0f3f5;
    padding: 3px 5px;
    border-radius: 5px;
    color: black;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
    color: #617080;
    background: #F7F9FA;
    margin-right: 10px;
    padding: 10px 10px;
    border-radius: 5px;
    text-align: center;
}

div#lOffres a span.i {
    flex-grow: 1;
}

div#lOffres a span.e.p {
    background: #eff8f7;
    color: #0FAE94;
}

.description:hover {
    /* text-decoration: underline; */
}

.in {
    padding: 20px;
}

.lc:hover span.btn {
    opacity: 1;
}

span.e.orange {
    color: #F09D00!important;
    background: #fdf4e7!important;
}

.qcmresult .note {
    font-weight: 700;
    font-size: 45px;
    line-height: 59px;
    /* identical to box height */
    letter-spacing: -0.03em;
    /* Burnt Sierra */
    width: 135px;
    text-align: center;
    color: #617080;
}

tr td center {
    font-size: 12px;
    color: #888;
}

tr td a {
    color: black;
    text-align: center;
    margin: auto;
    display: block;
    text-decoration: none;
}

.main .flex-right form {
    padding-top: 0;
    padding-left: 0;
    /* min-width: 158px; */
    padding-right: 0;
}

.head a.btn.download {
    height: 40px;
    box-sizing: border-box;
    margin-right: 0;
    width: 45px;
}

.flex-right .menu select#date {
    padding-right: 0;
}

.piafBloc.refus {
    margin: 0;
    border-radius: 0!important;
    padding: 25px 20px;
}

select#candidat_test_relanceTest {
    min-width: 100px;
}

.check div {
    position: relative;
    width: 200px;
    height: 50px;
    /* display: flex; */
}

.check div input {
    display: none;
}

.check div label {
    text-align: left;
    /* width: 200px; */
    padding-left: 42px;
    padding-top: 16px;
    padding-bottom: 16Px;
}

.check {
}

.fc div {
    display: block;
    position: relative;
    max-width: 500px;
}

.fc div span {
    position: absolute;
    right: -15px;
    top: 0;
    height: 40px;
    box-sizing: border-box;
    opacity: 1!important;
    background: #555;
}

.fc div span i {
    display: block;
    transform: rotate(45deg);
    font-style: normal;
    font-size: 29px;
    font-weight: bold;
    position: absolute;
    top: 11px;
    left: 9px;
}

span.select2-selection.select2-selection--single {
    height: 40px;
    line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px!important;
}

.tox.tox-tinymce {
    margin-bottom: 20Px;
}

a.fichier {
    padding: 10px 0;
    display: inline-block;
    text-decoration: none;
    color: #0175ff;
}

a.delete {
    background: #7a7a7a;
    color: white;
    font-size: 20px;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    text-decoration: none;
    margin-left: 20px;
    opacity: 0;
}

li:hover a.delete {
    opacity: 1;
}

a.delete:hover {
    background: red;
}

body {
    counter-reset: h1;
}

body.stopLoading table.dataTable tbody tr:before {
    /*  content: counter(h1) "  ";*/
    /*    counter-increment: h1; */
    left: 5px;
    height: 100%;
    display: table-cell;
    text-align: center;
    background: #a6a6a61c;
    color: #61707f;
    font-size: 12px;
    vertical-align: middle;
    font-weight: bolder;
    padding: 5px!important;
    border-right: solid 1px #e3e4e5;
    border-top: solid 1px #e3e4e5;
}

body.stopLoading table.dataTable thead tr:before {
    content: "#";
    left: 5px;
    height: 100%;
    display: table-cell;
    text-align: center;
    background: #a6a6a61c;
    color: #61707f;
    font-size: 12px;
    vertical-align: middle;
    font-weight: bolder;
    padding: 5px!important;
    border-right: solid 1px #e3e4e5;
    border-top: solid 1px #e3e4e5;
}

div#config.config_main {
    display: flex;
    margin: 0;
    border: 0;
}

div#config_menu {
    width: 100%;
    /* height: 1014px; */
    /* left: 0px; */
    /* top: 78px; */
    /* Solitude */
    background: #F7F9FA;
    /* height: 100%; */
    min-height: 100vh;
    min-width: 300px;
    justify-content: stretch;
    align-items: stretch;
    max-width: 359px;
    flex-grow: 1;
}

#config.config_main #config_menu li {
    font-family: 'HKGrotesk';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    /* identical to box height */
    letter-spacing: -0.01em;
    /* Mortar */
    color: #585858;
    list-style-type: none;
}

#config_menu a {
    padding: 6px;
    padding-left: 95px;
    display: block;
}

#config_menu small {
    padding: 55px;
    display: block;
    padding-bottom: 20px;
    font-weight: 700;
    font-size: 13px;
    line-height: 17px;
    /* identical to box height */
    /* Blue Bayoux */
    color: #617080;
}

div#config_content {
    padding: 55px;
}

#config_menu a.active {
    color: #0075FF;
}

h1 {
    flex-grow: 1;
}

div#config_content {
    flex-grow: 1;
    width: 100%;
    position: relative;
    /* background: red; */
    overflow: auto;
}

h1 {
}

#config_content #config > li,#config_menu > li {
    display: block;
    margin: 0;
    padding: 0;
}

#config_content>ul {
    padding: 0;
    margin: 0;
}

#config_content div#config li a, #config_content div#config .sortable li, #col3 .sortable li {
    display: block;
    margin: 15px 0;
    background: grey;
    background: #F7F9FA;
    border-radius: 4px;
    background: #F7F9FA;
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    /* identical to box height */
    /* Tangaroa */
    color: #070B0F;
    padding: 33px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.head h1 a.btn {
    font-size: 16px;
    float: right;
}

a.btn.left:first-child {
    margin-left: 0;
}

#config_content div#config li a img {
    display: inline-block;
    align-items: center;
    vertical-align: center;
    height: 50px;
    vertical-align: middle;
    margin-right: 5px;
    /* width: 50px; */
    border-radius: 5px;
}

span.btn.delete {
    transform: rotate(45deg);
    background: transparent;
    color: red;
    position: absolute;
    right: 0;
    top: 0;
    background: #eee;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: bolder;
    color: black;
    box-sizing: border-box;
    padding: 0;
}

.fcListe div {
    position: relative;
}

td a {
}

.form-group h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    /* identical to box height */
    /* Tangaroa */
    color: #070B0F;
    margin: 35px 0;
}

.form-group {
    padding-bottom: 30px;
    border-bottom: solid 1px #e3e4e5;
}

button.text {
    margin-top: 55px;
    /* margin-bottom: 0; */
}

h2 button.del.btn {
    float: right;
    width: auto;
    background: transparent;
    border: solid 1px #eee;
    color: #555;
}

#config_menu ul {
    margin: 0;
}

#config_content .head {
    padding-left: 0;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 5px;
}

.QCMq .sortable span.down {
    cursor: s-resize;
}

.QCMq .sortable span.up {
    cursor: n-resize;
}

.QCMq span.sortable span {
    transform: rotate(90deg);
    font-size: 14px;
    font-weight: bolder;
    display: block;
    margin: 1px;
    border: solid 1px black;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    border: 1px solid #BDC9D3;
    border-radius: 4px;
}

.QCMq:first-child span.sortable span.up,.QCMq:last-child span.sortable span.down {
    cursor: default;
    opacity: 0.2;
}

a {
}

#col3 {
    padding: 55px 25px;
}

#col3 .tabs {
    margin: 35px 0;
    padding: 5px 0;
    border-top: solid 1px #E3E4E5;
    border-bottom: solid 1px #E3E4E5;
}

#col3 .tabs span {
    display: inline-block;
    padding: 8px 15px;
    font-weight: 700;
    font-size: 13px;
    line-height: 17px;
    /* identical to box height */
    /* Mortar */
    color: #585858;
}

#col3 .tabs span.actif {
    background: red;
    background: #617080;
    border-radius: 4px;
    color: white;
}

span.sort {
    margin-right: 20px;
    display: inline-block;
    width: 38px;
    height: 38px;
    /* White */
    background: #FFFFFF;
    /* Bali Hai */
    border: 1px solid #909FAC;
    border-radius: 4px;
    line-height: 38px;
    text-align: center;
    color: #070B0F;
    font-size: 20px;
    cursor: move;
    flex-shrink: 0;
}

#col3 .sortable li span {
    display: none;
}

#col3 .sortable li {
    padding: 25px 23px;
    cursor: move;
}

div#tQCM,#tVid {
    height: 100%;
}

.sortable {
    min-height: 100px;
}

video {
    max-width: 100%;
    border-radius: 8px;
}

.video {
    display: block;
    background: #ccc;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #F7F9FA;
    border-radius: 4px 4px 0px 0px;
    padding: 22px 24px;
    border: solid 1px #e3e4e6;
    margin: 10px 0;
}

.video h2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    /* identical to box height */
    /* Tangaroa */
    color: #070B0F;
    margin: 0;
    margin-bottom: 20px;
}

.qcm.total {
}

.qcmresult {
    background: #F7F9FA;
    padding: 38px 35px;
    gap: 10px;
    /* width: 731px; */
    /* height: 135px; */
    /* Light Priwinkle */
    /* background: #DCE1E6; */
    /* Bali Hai */
    border: 1px solid #E3E4E5;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    cursor: pointer;
}

.qcmresult span.ko {
    background: white;
    font-weight: 700;
    font-size: 13px;
    line-height: 17px;
    /* identical to box height */
    /* Burnt Sierra */
    color: #F1634A;
    padding: 10px 15px;
    border-radius: 8px;
}

.qcmresult span.ok {
    background: white;
    font-weight: 700;
    font-size: 13px;
    line-height: 17px;
    /* identical to box height */
    /* Burnt Sierra */
    color: #0FAE94;
    padding: 10px 15px;
    border-radius: 8px;
}

.qcmresult span.titre {
    flex-grow: 1;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    /* identical to box height */
    /* Mortar */
    color: #585858;
}

.qcmresult.total,.qcmresult.open {
    cursor: default;
}

.qcmresult.open {
    background: white;
    border-radius: 8px 8px 0 0;
}

.testqcmresult .details {
    padding: 0;
    border-left: solid 1px #E3E4E5;
    border-right: solid 1px #E3E4E5;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    position: relative;
}

.testqcmresult .details div {
    border-bottom: solid 1px #E3E4E5;
    padding: 35px;
    padding-top: 15px;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    /* identical to box height */
    letter-spacing: -0.01em;
    /* Tangaroa */
    color: #070B0F;
}

.qcmresult.total {
    background: #DCE1E6;
    border: 1px solid #909FAC;
}

.details .question span.ko {
    color: #f1634a;
}

.details .question span.ok {
    color: #06ae94;
}

.details .question small {
    font-weight: 700;
    font-size: 13px;
    line-height: 17px;
    color: #617080;
    margin-bottom: 0px;
    margin-top: 20px;
}

.qcmresult .note.green {
    color: #0dae95;
}

span.note.red {
    color: #F1634A;
}

.qcmresult.total span.titre {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    /* identical to box height */
    /* Elephant */
    color: #222D38;
}

.QCMq {
    border-bottom: solid 1px #E3E4E5;
}

.video .vote {
    float: right;
}

.scroll {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    min-height: 400px;
    min-width: 100%;
}

.paging_simple_numbers button {
    /* width: 20px; */
    background: #f5f4f5;
    padding: 0;
    border-radius: 0;
    text-align: center;
    display: inline-block;
    margin: 0;
    width: auto;
    padding: 0 3px;
    height: 21px;
    font-size: 12px;
    color: #b2b4b5;
    font-weight: normal;
}

.paging_simple_numbers button.actif {
    color: #61707f;
    font-weight: bolder;
}

.dataTables_paginate.paging_simple_numbers {
    display: block;
    text-align: right;
    padding: 20px;
    line-height: 0;
    font-size: 0;
}

.v2 thead td .contextMenu {
    position: absolute;
}

td.num {
    border: solid 1px #E3E4E5;
    border-collapse: collapse;
    font-weight: bold;
    font-size: 14px;
    padding: 13px 5px 12px 5px;
    line-height: 18px;
    min-width: 0;
    color: #61707f;
    background: #E3E4E5!important;
    text-align: center;
}

.view select#annee {
    min-width: 75px;
}

iframe.frPDF {
    width: 100%;
    height: 80vh;
}

.filter input[type=number] {width: 70px;margin: 0!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;text-align: right;padding: 0;height: 27px;background: white;}

select#univers {
    background: transparent;
    position: absolute;
    top: 52px;
    left: 0;
    width: 170px;
    border: none;
    padding-top: 0;
    /* background: red; */
    color: white;
    z-index: 5;
    margin-bottom: 0;
    padding-bottom: 0;
    height: 20px;
    box-sizing: border-box;
    text-align: center;
}
}

.main .com > a {
    background: white;
}

span.secondary.delete {
    transform: rotate(45deg);
    display: inline-block;
    width: 100px;
    height: 100px;
    font-size: 20px;
    opacity: 0;
}

tr:hover span.secondary.delete {
    opacity: 1;
}

tbody tr td select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
}

tbody tr td input[type=date] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
}

th.select {
    min-width: 200px;
}

th.date {
    min-width: 128px;
}

tbody tr td textarea {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
}

.spacer.p20 {
    padding: 20px;
    background: white;
}

.email small {
    display: block;
}

.univers-pedago nav#main_menu .items {
    /* max-width: 373px; */
}

.red, .com > div.red .email {
    /* background: red; */
    /* color: red; */
    color: #F1634A;
    background: #FFF0F0;
}

.green {
    color: #0FAE94;
    background: #EAF8F5;
}

.orange {
    background: #FFF9EA;
    color: #F09D00;
}

.com.alternance > div.red {
    background-image: url('/img/ko.png');
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
    background-size: 100px 100px;
    padding-right: 120px;
}

.com.alternance > div.orange {
    background: #FFF9EA;
    background-image: url('/img/moyen.png');
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
    background-size: 100px 100px;
    color: #F09D00;
    padding-right: 120px;
}

.com.alternance > div.green {
    background: #eaf8f5;
    background-image: url('/img/ok.png');
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
    background-size: 100px 100px;
    padding-right: 120px;
}

.com.alternance .email.orange .email {
    background: #F09D00;
    color: white;
}

.com.alternance .email.green span.email {
    background: #0dae94;
    color: white;
}

.com.alternance>div>b {
    font-weight: bold;
}

.gray {
    padding: 56px;
    /* background: #f7f9fa; */
    margin-top: 50px;
    margin-bottom: 20px;
    border: solid 1px #e3e4e5;
    border-radius: 5px;
    padding-top: 0;
    padding-bottom: 30px;
}

.gray.red * {
    border-color: red;
}

small.site {
    background: #0275ff;
    color: white;
    font-weight: bolder;
    font-size: 10px;
    padding: 0px 5px;
    border-radius: 5px;
    display: inline-block;
    color: var(--Blue-Bayoux, #617080);
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 2px;
    background: var(--Solitude, #F7F9FA);
}

select#ecoleChoix {
    position: absolute;
    top: 0;
    left: 0;
    width: 111px;
    height: 53px;
    opacity: 0;
    z-index: 9999;
}

option {
}

#candidatPhoto input {
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

div#candidatPhoto.drag, div#candidatPhoto:hover {
    background-color: #81b7f7;
    border-color: #0175ff;
    opacity: 0.9;
}

div#candidatPhoto.drag img, div#candidatPhoto:hover img {
    opacity: 0.5;
}

#candidatPhoto img {
    width: 100%;
    /* display: none; */
    transition: all ease-out 0.2s;
}

.loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    display: block;
    opacity: 0;
    transition: all ease-out 0.5s all;
}

.progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #0175ff;
    transition: all linear 0.2s;
}

.loading .value {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 20px;
    color: white;
    text-align: right;
    font-weight: bold;
    /* width: 100%; */
}

#candidatPhoto input {
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

div#candidatPhoto.drag, div#candidatPhoto:hover {
    background-color: #81b7f7;
    border-color: #0175ff;
    opacity: 0.9;
}

div#candidatPhoto.drag img, div#candidatPhoto:hover img {
    opacity: 0.5;
}

#candidatPhoto img {
    width: 100%;
    /* display: none; */
    transition: all ease-out 0.2s;
}

.loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    display: block;
    opacity: 0;
    transition: all ease-out 0.5s all;
}

.progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #0175ff;
    transition: all linear 0.2s;
}

.loading .value {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 20px;
    color: white;
    text-align: right;
    font-weight: bold;
    /* width: 100%; */
}

.chiffreCle .block:nth-child(3) {
    background: background: #77FDED;
    background: #77FDED;
}

.main.editArticle form {
    max-width: 692px;
}

.blockcontent h2 {
    padding-bottom: 20px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.head h2 {
    flex-grow: 1;
}

#config_content .head.noborder {
    border-bottom: none;
    padding-bottom: 0;
}

.head h1 b {
    font-weight: normal;
    max-width: 800px;
    display: block;
}

.passObj {
    padding: 0 0 20px 0;
}

.passObj big {
    color: var(--Tangaroa, #070B0F);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    padding: 15px 25px;
}

.passObj table thead td {
    padding: 10px 25px;
    text-transform: uppercase;
}

.passObj table tbody td {
    padding: 15px 25px;
    cursor: default;
}

.passObj table {
    margin-bottom: 30px;
}

.passObj table {
    width: 100%;
}

#passeport h1 {
    color: var(--Tangaroa, #070B0F);
    font-size: 20px;
    font-style: normal;
    font-weight: bolder;
    line-height: normal;
    padding: 20px 25px!important;
    margin: 0!important;
    position: sticky;
    top: 0;
    z-index: 999;
    background: white;
}

#passeport .btn-list {
    float: right;
    padding: 10px;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    z-index: 1001;
    position: sticky;
    top: 0;
}

.radioList.entlist {
}

#passeport .btn-list .btn {
    margin: 0;
    border: solid 1px #BDC9D3;
    background: white;
    color: #61707f;
}

td.entreprisecol {
    min-width: 300px;
    max-width: 300px;
    width: 300px;
}

td.ecolecol {
    min-width: 100px;
    max-width: 100px;
    width: 100px;
}

td.compcol {
    width: 100%;
}

label {
}

.candidatflex .main#passeport form {
    max-width: 100%;
    width: 100%;
}

#passeport big {
    position: sticky;
    top: 64px;
    background: white;
    z-index: 998;
}

#passeport thead {
    position: sticky;
    top: 113px;
    z-index: 997;
}

.passObj table tbody tr:hover {
    background: #f5f4f5;
}

.head span.violet {
    color: var(--Dark-Violet, #9400EE);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#passeport tr td a {
    text-align: left;
}

.passObj.sortable {
    padding-left: 25px;
}

.passObj.sortable big {
    padding-left: 0;
}

td {
}

.head h1 small.violet {
    font-weight: 900;
    font-size: 14px;
    line-height: 18px;
}

table {
}

#config #passeport form {
    max-width: 100%;
}

.head {
}

td.ecolecol span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.suivi.gray {
    padding: 30px;
    position: relative;
    margin-top: 0;
}

.main .form small.suivi {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    flex-wrap: wrap;
}

.suiviBlock h3 {
    border-radius: 4px 4px 0px 0px;
    /* background: var(--Elephant, #222D38); */
    padding: 30Px 0;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    color: var(--Tangaroa, #070B0F);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 39px */
    letter-spacing: -0.9px;
}

.form.suiviBlock {
    /* margin-top: 50px; */
}

.headSuivi {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headSuivi span.orange,.headSuivi span.red {
    padding: 5px 10px;
    border: solid 1px;
    border-radius: 4px;
}

span.atribue {
    color: var(--Elephant, #222D38);
    text-align: right;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

h3 a.btn {
    background: rgba(0,0,0,0.4);
    font-size: 14px;
}

.com > div.bandeau {
}

.indicator2 > div.obj1 {
    border-radius: 8px;
    border: 1px solid var(--Zircon, #E3E4E5);
    background: var(--Humming-Bird, #EAF8F5);
}

.indicator2 > div.obj2 {
    border-radius: 8px;
    border: 1px solid var(--Zircon, #E3E4E5);
    background: var(--Floral-White, #FFF9EA);
}

.indicator2 > div > div > span.small {
    font-size: 10px;
    font-weight: normal;
    color: var(--Blue-Bayoux, #617080);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.tdb .main h2 {
    padding: 50px 10px 00px 0px;
    display: flex;
    padding-right: 20px;
    align-items: center;
    justify-content: space-between;
}

.Fhead span.p.p1 {
    color: #9400EE;
}

.Fhead span.p.p2 {
    color: #F09D00;
}

.bar .p.p2 {
    background: #F09D00;
}

.Fhead span.p.p3 {
    color: #F1634A;
}

.bar .p.p3 {
    background: #F1634A;
}

.Fhead span.p.p4 {
    color: #7a3326;
}

.bar .p.p4 {
    background: #7a3326;
}

.indicator2 > div.alerte {
    border-radius: 8px;
    border: 1px solid var(--Zircon, #E3E4E5);
    background: var(--Floral-White, #FFF9EA);
}

.indicator2 > div.alerte .violet,.indicator2 > div.alerte big {
    color: #F09D00!important;
}

.indicator2 > div.alerte2 {
    border-radius: 8px;
    border: 1px solid var(--Zircon, #E3E4E5);
    background: var(--Snow, #FFF0F0);
}

.indicator2 > div.alerte2 .violet,.indicator2 > div.alerte2 big {
    color: #F1634A!important;
}

td.blue {
    background: #e9e9ff;
    color: blue;
}

span.statut {
    display: block;
    font-size: 12px;
    background: #F7F9FA;
    border-radius: 2px;
    padding: 2px 5px;
    background: red;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: -0.01em;
    /* padding-right: 26px; */
    background: #F7F9FA;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    margin: 5px;
    border-radius: 4px;
    font-size: 12px;
    /* font-weight: bolder; */
    /* padding-right: 0; */
    align-items: center;
    border: solid 1px #00000033;
    width: fit-content;
}

#main_menu .items .submenu {
    position: absolute;
    background: white;
    z-index: 9999;
    top: 20px;
    margin-top: 20px;
    color: black;
    display: flex;
    width: 259px;
    padding: 15px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 8px;
    background: var(--White, #FFF);
    /* Dropshadow */
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.10);
}

#main_menu .link {
    color: white;
    position: relative;
    cursor: pointer;
    padding-right: 20px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAxMCAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkZyYW1lIDM5NSI+CjxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik0xLjUzMjQ0IDkuMjY2NTFMNS4wMDQ0NyAxMi44MDE4TDguNDc2NTEgOS4yNjY1MUM4LjgyNTUgOC45MTExNiA5LjM4OTI2IDguOTExMTYgOS43MzgyNiA5LjI2NjUxQzEwLjA4NzIgOS42MjE4NyAxMC4wODcyIDEwLjE5NTkgOS43MzgyNSAxMC41NTEzTDUuNjMwODcgMTQuNzMzNUM1LjI4MTg4IDE1LjA4ODggNC43MTgxMiAxNS4wODg4IDQuMzY5MTMgMTQuNzMzNUwwLjI2MTc0NiAxMC41NTEzQy0wLjA4NzI0NjkgMTAuMTk1OSAtMC4wODcyNDY5IDkuNjIxODcgMC4yNjE3NDYgOS4yNjY1MUMwLjYxMDc0IDguOTIwMjcgMS4xODM0NSA4LjkxMTE2IDEuNTMyNDQgOS4yNjY1MVoiIGZpbGw9IiM2MTcwODAiLz4KPC9nPgo8L3N2Zz4K);
    background-position: center right;
    background-repeat: no-repeat;
}

.submenu {
}
#main_menu .link
{
    /* padding: 13px 25px; */
    /* color:black; */
    /* display:block; */
}
#main_menu .submenu a {
    color: var(--Mortar, #585858);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.15px;
    display: flex;
    padding: 13px 25px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

#main_menu .items span.contextMenu {
    left: -10px;
}

.contextMenu input[type="search"] {
    border-radius: 4px;
    border: 1px solid var(--Link-Water, #BDC9D3);
    background: var(--White, #FFF);
    margin: 13px 25px 13px 20px;
    width: calc(100% - 35px);
    box-sizing: border-box;
}

.btn.svg {
    display: inline-flex;
    width: 42px;
    height: 42px;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
    position: relative;
    /* z-index: 80; */
}

.right span.contextMenu {
    left: auto;
    right: 0px;
    top: 42px;
}

a.btn.blue {
    color: #0275ff;
}

a.btn.blue:hover {
    color: #0275ff!important;
    !importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;border-color: #0275ff;
}

.main.dark {
    background: #F7F9FA;
    margin: 0;
    /* padding: 0 55px; */
}

.main.dark .filter {
    border-radius: 0;
    border-bottom: 1px solid var(--Zircon, #E3E4E5);
    background: var(--Solitude, #F7F9FA);
    display: flex;
    padding: 25px 0;
    align-items: center;
    /* gap: 30px; */
    align-self: stretch;
    user-select: none;
    gap: 15px;
    width: 100%;
    flex-wrap: wrap;
}

.main.dark .filter > div {
    border-radius: 10px;
    border: 1px solid var(--Link-Water, #BDC9D3);
    background: var(--White, #FFF);
    display: flex;
    height: 42px;
    padding: 0;
    align-items: center;
    gap: 5px;
    margin: 0;
    /* display: block; */
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main.dark table {
    width: 100%;
    border: none;
}

.main.dark table thead {
    color: var(--Blue-Bayoux, #617080);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    border: none;
    background: none;
}

.main.dark table thead tr {
    color: var(--Blue-Bayoux, #617080);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    border: none;
    background: none;
}

.main.dark table thead th {
    color: var(--Blue-Bayoux, #617080);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    border: none;
    background: none;
    padding: 15px;
}

.main.dark table tbody td {
    border: none;
    background: white;
    padding: 15px;
    border-bottom: solid 3px #f7f9fa;
}

.main.dark table tbody td span {
    display: flex;
    background: #F5F4F5;
    gap: 10px;
    padding: 10px;
    align-item: center;
    border-radius: 4px;
    background: #f7f9fa;
    color: var(--Bali-Hai, #909FAC);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.main.dark table tbody td span b {
    display: flex;
    padding: 3px 8px 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: var(--Bali-Hai, #909FAC);
    color: white;
    text-transform: uppercase;
}

.main.dark table tbody tr.red td {
    background: #FFF0F0;
    color: black;
}

.main.dark table tbody tr.red td span {
    border: 1px solid var(--Burnt-Sierra, #F1634A);
    background: transparent;
    color: #F1634A;
}

.main.dark table tbody tr.red td span b {
    background: #F1634A;
}


.main.dark table tbody tr.orange td {
    background: #FFF9EA;
    color: black;
}

.main.dark table tbody tr.orange td span {
    border: 1px solid var(--Burnt-Sierra, #F09D00);
    background: transparent;
    color: #F09D00;
}

.main.dark table tbody tr.orange td span b {
    background: #F09D00;
}


.main.dark table tbody td:first-child span {
    justify-content: flex-start;
}

.main.dark h3 {
    color: var(--Tangaroa, #070B0F);
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.75px;
    border-bottom: solid 1px #e3e4e5;
    padding: 45px 0 35px 0;
    margin: 0;
}

.popup {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    overflow: auto;
}

.popup > .form {
    position: absolute;
    right: 0;
    max-width: 100vw;
    width: 300px;
    background: white;
    min-height: 100vh;
    display: flex;
    width: 688px;
    padding: 45px 35px;
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
}

span.nb {
    display: inline-flex;
    /* margin: 0 3px; */
    color: var(--White, #FFF);
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 14px;
    background: var(--Blue-Bayoux, #617080);
    height: 20px;
    min-width: 20px;
    align-items: center;
    justify-content: center;
    padding: 0 7px;
    box-sizing: border-box;
}

span.nb.red {
    background: red;
}

span.nb.orange {
    background: #F09D00;
}

.main.dark .filter label {
    max-width: 300px;
    width: max-content;
}

.main.dark form {
    width: 100%;
    max-width: 100%;
    /* padding-top: 0; */
}

.main.dark .filter > div.nobg {
    background: transparent;
    border-color: transparent;
}

.main .info {
    display: flex;
    gap: 20px;
}

body > .main.dark .filter {
    padding: 0 50px 20px 50px;
}

.main iframe {
    width: 100%;
    height: 500px;
    border: solid 1px black;
}

div#refus.popupRefus {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    /* background: rgba(255,255,255,0.9); */
    z-index: 1000;
    min-height: 100vh;
    background: #00000099;
    display: flex;
    align-items: center;
    justify-content: center;
}

#refus .form {
    display: block;
    max-width: 878px;
    height: 400px;
    background: white;
    width: 100%;
    border-radius:10px;
}

div#refus h3 {
    display: flex;
    padding: 35px 54px 25px 54px;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
    align-self: stretch;
    justify-content: flex-start;
    color: var(--Tangaroa, #070B0F);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.9px;
    margin: 0;
}

#refus .form-group {
    background: var(--Solitude, #F7F9FA);
    padding: 35px 54px 45px 54px;
    border-top: solid 1px #bdc9d3;
    border-bottom: solid 1px #bdc9d3;
}

#refus .footer {
    border-radius: 0px 0px 10px 10px;
    background: var(--Solitude, #F7F9FA);
    display: flex;
    padding: 25px 54px 35px 54px;
    justify-content: flex-end;
    align-items: center;
    gap: 25px;
    align-self: stretch;
}

#refus .footer .btn {
    border-radius: 4px;
    background: var(--Burnt-Sierra, #F1634A)!important;!i;!;
    border: none;
    width: 200px;
    color: white!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
}

.inline {
    display: flex;
    font-size: 14px;
    gap: 10px;
}

.main .form .formation {
    border-radius: 8px;
    border: 1px solid var(--Zircon, #E3E4E5);
    background: var(--White, #FFF);
    display: flex;
    padding: 35px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
    margin-bottom: 35px;
}

.main .form .formation h2 {
    color: var(--Tangaroa, #070B0F);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    padding: 0;
}

.main .form .formation .alternance {
    display: flex;
    padding: 25px 25px 22px 25px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
    border-radius: 4px;
    background: var(--Solitude, #F7F9FA);
}

.main.dark .formation h3 {
    color: var(--Tangaroa, #070B0F);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin:0;
    padding:0;
    border: none;
}

.formation a.btn {
    border-radius: 4px;
    border: 1px solid var(--Mountain-Meadow, #0FAE94);
    background: var(--Humming-Bird, #EAF8F5);
    color: var(--Mountain-Meadow, #0FAE94);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.15px;
}

.alternance .links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.formation .alternance b {
    color: var(--Elephant, #222D38);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.formation .alternance span {
    color: var(--Blue-Bayoux, #617080);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.formation .alternance a.btn.btn-secondary {
    color: var(--Mortar, #585858);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.15px;
    border-radius: 4px;
    border: 1px solid var(--Link-Water, #BDC9D3);
    background: var(--White, #FFF);
}

.formation .alternance a.btn.btn-danger {
    color: #F1634A;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.15px;
    border-radius: 4px;
    border: 1px solid #F1634A;
    background: var(--White, #FFF);
}

.main .form .formation .alternance.rupture {
    border: solid 1px #F1634A;
    background: #FFF0F0;
}

.formation .alternance span.tag {
    border-radius: 4px;
    background: var(--Burnt-Sierra, #0275ff);
    color: white;
    padding: 3px 5px;
}

.formation .alternance.rupture span.tag {
    border-radius: 4px;
    background: var(--Burnt-Sierra, #F1634A);
    color: white;
    padding: 3px 5px;
}

h2.rupture {
    color: var(--Tangaroa, #070B0F);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.9px;
    text-transform: none;
}

.indicator.kpi {
    padding: 0 80px 35px 80px;
}

.indicator.kpi > div {
    display: flex;
    gap: 10px;
    padding: 15px 35px;
    height: auto;
}

.indicator.kpi > div > div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.head.noborder {
    border: none!important;
}

.main.dark .filter > div.margin {
    padding: 0 15px;
    gap: 15px;
}

.head select {
    margin-bottom: 0;
}

.main.dark #Emails h3 {
    color: var(--Tangaroa, #070B0F);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-bottom: none;
}

.com > div.orange .email {
    background: #f09d01;
    color: white;
}

.com > div.green .email {
    background: #0dae94;
    color: white;
}

.main .form .email b {
    color: black;
}

.tdbPedago td {
    padding: 10px 25px;
    align-items: center;
    gap: 30px;
    align-self: stretch;
    border: none;
    border-bottom: solid 3px #f5f4f5;
}

.tdbPedago {
    width: 100%;
}

.tdbPedago span {
    display: inline-flex!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    padding: 0px 5px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 2px;
    background: var(--Solitude, #F7F9FA);
    color: var(--Blue-Bayoux, #617080);
    text-align: right;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.tdbPedago th {
    color: var(--Blue-Bayoux, #617080);
    /* font-family: "HK Grotesk"; */
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    padding: 10px 25px;
}


.tdbPedago .filiere td {
    padding: 20px 25px;
}

.tdbPedago .filiere td:nth-child(2) {
    color: var(--Tangaroa, #070B0F);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 24px */
    letter-spacing: -0.15px;
}

.tdbPedago  td:nth-child(1) {
    padding-left: 50px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
}

.tdbPedago .filiere td:nth-child(1) {
    padding-left: 25px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
}

.tdb .main.dark {
    /* padding: 0 55px; */
    margin-top: 50px;
}

.cols2.tdb > div {
    width: 100%;
}

.cols2.tdb .main.dark .filter {
    border-top: 1px solid var(--Zircon, #E3E4E5);
}

.tdb .dark > .formations > div {
    padding-left: 55px;
    padding-right: 55px;
}

.tdb .main.dark h2 {
    border: none;
    padding: 0;
}

.main.dark .Fhead {
    /* margin-top: 0; */
}

.main.dark .Fhead h3 {
    padding: 0;
    font-size: 16px;
    border: none;
}

span.link {}

.Fhead h3 a {
    color: black;
    text-decoration: none;
}

span.openclose,.main.dark table tbody td span.openclose {
    transform: rotate(135deg);
    position: absolute;
    top: 65px;
    right: 7px;
    border-left: solid 2px #e3e4e5;
    border-bottom: solid 2px #e3e4e5;
    width: 7px;
    height: 7px;
}

div#user:after {
  transform: rotate(-45deg);
  position: absolute;
  top: 52px;
  right: 7px;
  border-left: solid 2px #61707f;
  border-bottom: solid 2px #61707f;
  width: 5px;
  height: 5px;
  content:
  "";
  position:absolute;
  right: -19px;
  top: 9px;
  z-index: 999;
}
div#user {overflow: visible;margin-right:30px;}

.close .Fhead {
    display: none;
}
.close .bar {
    display: none;
}

h2 .Fhead {
    margin: 0;
    /* position: absolute; */
    /* top: 39px; */
    /* right: 20px; */
    text-transform: none;
    letter-spacing: normal;
    flex-wrap: wrap;
    display: flex!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    width: auto;
    justify-content: flex-end;
}

div#table_contact___paginate {
    padding-bottom: 50px;
}

.dark span.openclose {
    top: 50%!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    margin-top: -8px;
}

.main.dark table tbody td span.openclose {
    position: absolute;
    right: 14px;
    background: transparent;
    border-top: none;
    border-right: none;
    width: 9px;
    height: 9px;
    padding: 0!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    border-radius: 0;
    gap: 0;
    display: block!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    box-sizing: border-box;
    line-height: 0;
    font-size: 0;
    top: 32px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    border-left: solid 2px #e3e4e5;
    border-bottom: solid 2px #e3e4e5;
    transform: rotate(-45deg);
}

.main.dark table tbody tr.close td span.openclose {
    transform: rotate(135deg);

}

.header.piaf a#close:after,
.header.piaf a#close:before {
    content: none;
    display: none;
}

.header.piaf a#close span{
    border:none;
    display:block;
    width: 32px;
    height: 32px;
    /* background: red; */
    text-align: center;
    justify-content: center;
    display: inline-flex;
    margin-left: -10px;
    font-weight: bolder;
}

.btn.contour.open svg {
    width: 21px;
}