html * {
    font-family: 'Roboto', sans-serif;
}

body {
    padding-top: 0px;
    padding-bottom: 40px;
    background-color: #eee;
}

.wrapper {
    display: flex;
    align-items: stretch;
}

.stagiaires-table th,
.stagiaires-table td {
    text-align: center;
    font-size: 15px;
}

.table-with-pics th,
.table-with-pics td {
    text-align: center;
    font-size: 15px;
}

.table-with-pics tbody tr {
    height: 105px;
}

#article-table th,
#article-table td {
    text-align: center;
    vertical-align: middle;
}

#table-code th,
#table-code td:not(:first-child) {
    text-align: center;
    vertical-align: middle;
}

#table-planning th,
#table-planning td {
    text-align: center;
    vertical-align: middle;
}

#table-planning thead th:first-child {
    width: 10%;
}

#table-planning tbody td:first-child {
    padding-right: 6px;
    padding-left: 6px;
    font-size: 90%;
}

#table-planning thead tr:first-child th:not(:first-child):not(:last-child) {
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
}

#table-planning thead tr:first-child th,
#table-planning tbody td:first-child {
    border-right: 2px solid #333;
}

#table-planning thead tr:nth-child(2) th:nth-child(4n),
#table-planning tbody td:nth-child(4n) {
    border-right: 2px solid #333 !important;
}

#table-planning thead tr:first-child th:last-child,
#table-planning tbody td:last-child {
    border-left: 2px solid #333;
}

#table-planning tbody tr[data-demijour='0'] {
    background: #eee;
}

#table-planning tbody tr[data-demijour='1'] {
    background: #c8c8c8;
}

.container-overflow {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

.tiny-text {
    font-size: 90%;
}

/*__________*/

#table-planning-des-formateurs {
    table-layout: fixed;
    font-size: 90%;
    overflow-x: scroll;
    overflow: auto;
    border-collapse: separate;
    border-spacing: 0;
}

#table-planning-des-formateurs thead {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
}

#table-planning-des-formateurs thead tr:not(:first-child) th:not([data-escape="1"]) {
    left: 0;
    z-index: 3;
    background: linear-gradient(90deg, #324d5c 0%, #324d5c calc(100% - .15em), #333 calc(100% - .15em), #333 100%);
}


#table-planning-des-formateurs thead tr:first-child th:not(:first-child):not(:last-child) {
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
}

#table-planning-des-formateurs thead tr:first-child th,
#table-planning-des-formateurs tbody td:first-child {
    border-right: 2px solid #333;
}

#table-planning-des-formateurs thead tr:first-child th:last-child,
#table-planning-des-formateurs tbody td:last-child {
    border-left: 2px solid #333;
}

#table-planning-des-formateurs thead tr:first-child th:first-child {
    width: 10%;
}

#table-planning-des-formateurs thead tr:first-child th:last-child {
    width: 10%;
}

#table-planning-des-formateurs tbody td:first-child {
    padding-right: 6px;
    padding-left: 6px;
    font-size: 90%;
}

#table-planning-des-formateurs th,
#table-planning-des-formateurs td {
    text-align: center;
    vertical-align: middle;
}

#table-planning-des-formateurs tbody tr[data-demijour='0'] {
    background: #eee;
}

#table-planning-des-formateurs tbody tr[data-demijour='1'] {
    background: #c8c8c8;
}

#table-planning-des-formateurs thead tr:nth-child(1) th:nth-child(n),
#table-planning-des-formateurs thead tr:nth-child(2) th:nth-child(2n),
#table-planning-des-formateurs tbody td:nth-child(2n + 1) {
    border-right: 2px solid #333 !important;
}

/*__________*/

.little-text {
    font-size: 80%;
}

.stagiairesGroupe-table th,
.stagiairesGroupe-table td {
    text-align: left;
}

.stagiairesGroupe-table th:last-child,
.stagiairesGroupe-table td:last-child {
    width: 10%;
    text-align: center;
}

#planningGroupeTable td:first-child {
    text-align: center;
}

#planningGroupeTable th:first-child {
    width: 3%;
}

#planningGroupeTable th:nth-child(2),
#planningGroupeTable th:nth-child(3) {
    width: 13%;
}

#planningGroupeTable .select2-container {
    width: 100% !important;
}

#prev-week,
#next-week {
    border: 1px solid #ddd;
    cursor: pointer;
    padding: 0.2em;
}

#notification {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    display: none;
    z-index: 1000;
}

.entretien-table .select2-container {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: table;
    table-layout: fixed;
}

#editIdentiteForm .col-6 {
    padding-right: 0px;
    padding-left: 0px;
}

.scrolled {
    height: 50px;
    overflow-y: auto;
}

.half-sized {
    height: 80%;
}

.table-sm .select2-container {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: table;
    table-layout: fixed;
}

form[id^='editEvaluation'] {
    overflow-x: auto;
}

form[id^='editExamen_'] .col-form-label {
    padding-right: 0;
}

.table-bordered .table-bordered-cell {
    border: 1px solid #dee2e6;
    border-top-color: rgb(222, 226, 230);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(222, 226, 230);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(222, 226, 230);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(222, 226, 230);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
}

.table-bordered .table-bordered-th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    border-bottom-color: rgb(222, 226, 230);
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

.col-form-label {
    padding-right: 5px;
}

.select2-container {
    width: 100%;
    /* height: 37px !important; */
    padding: 0;
}


.linkGroupeStagiaires {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    color: white;
    text-align: inherit;
    white-space: nowrap;
    font-weight: 400;
    background-color: transparent;
    border: 0;

}

#editIdentiteForm .select2-container {
    width: 100% !important;
    padding: 0;
}

#editGroupeForm .select2-container {
    width: 100% !important;
    padding: 0;
}

#nouvelExamenForm .select2-container {
    width: 100% !important;
    padding: 0;
}

#editAffectationProdForm .select2-container {
    margin-bottom: 10px;
    width: 100% !important;
    padding: 0;
}

form[id^='postformationForm'] .select2-container {
    width: 100% !important;
    padding: 0;
}

.colWrapSelect2 {
    padding: 0;
}

.table-rythmehebdo thead th {
    text-align: center;
}

.table-rythmehebdo td {
    text-align: center;
}

.table-sm td select2 {
    width: 100% !important;
}

.photo {
    max-width: 80px;
}

#wrapper {
    /* padding-left: 200px; */
    transition: all 0.4s ease 0s;
}

.italic {
    font-style: italic;
}

.dot {
    height: 30px;
    width: 30px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin-left: 100px;
}

.dot[data-couleur='1'] {
    background: #28a745;
}

.dot[data-couleur='2'] {
    background: #ff9f1c;
}

.dot[data-couleur='0'],
.dot[data-couleur='3'] {
    background: #dc3545;
}

.dot[data-couleur='4'] {
    background: #eee;
}

.dot[data-couleur='5'] {
    background: #999;
}

#com {
    background-color: #00f7ff0e;
    /* font-weight: bold; */
    font-size: 17px;
}

table[id^='ccp_table'] td,
table[id^='ccp_table'] th {
    padding: 4px;
}

#nouvelleActionEntModal {
    margin-top: -100px;
}

.tinydot {
    height: 25px;
    width: 25px;
}

.verytinydot {
    height: 12px;
    width: 12px;
}

tr[data-couleur='0'] {
    background: #6dd3ce !important;
}

tr[data-couleur='1'] {
    background: #c8e9a0 !important;
}

tr[data-couleur='2'] {
    background: #f7a278 !important;
}

.bold {
    font-weight: bold !important;
}

.regle-title {
    font-weight: bold;
    font-size: 140%;
    text-decoration: underline;
}

.border-th {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
}

a[aria-expanded=true] .fa-chevron-up {
    display: none;
}

a[aria-expanded=false] .fa-chevron-down {
    display: none;
}

.textareas::placeholder {
    color: Black;
    opacity: 30%;
}

.card {
    margin-bottom: 15px;
}

.blue {
    background-color: #286090 !important;
    color: #fff;
}

.green {
    color: #4caf50;
}


.p-green {
    border: 3px solid #4caf50;
    border-radius: 5px;
    padding: 5px;
    background-color: #4caf50;
    color: #fff;
}

.p-red {
    border: 3px solid #dc3545;
    border-radius: 5px;
    padding: 5px;
    background-color: #dc3545;
    color: #fff;
}

.p-black {
    border: 3px solid #000;
    border-radius: 5px;
    padding: 5px;
}

#btn-add-pv[data-editing='false'] {
    display: none;
}

#btn-add-pv[data-editing='true'] {
    display: inline-block;
}

#btn-add-heures[data-editing='false'] {
    display: none;
}

#btn-add-heures[data-editing='true'] {
    display: inline-block;
}

#btn-add-habilitation[data-editing='false'] {
    display: none;
}

#btn-add-habilitation[data-editing='true'] {
    display: inline-block;
}

i[id^='delete-btn-hrs-'][data-editing='false'] {
    display: none;
}

i[id^='delete-btn-hrs-'][data-editing='true'] {
    display: inline-block;
}

#btn-add-personnes[data-editing='false'] {
    display: none;
}

#btn-add-personnes[data-editing='true'] {
    display: inline-block;
}

i[id^='delete-btn-personnes-'][data-editing='false'] {
    display: none;
}

i[id^='delete-btn-personnes-'][data-editing='true'] {
    display: inline-block;
}

#btn-add-row[data-editing='false'] {
    display: none;
}

#btn-add-row[data-editing='true'] {
    display: inline-block;
}

#btn-add-row-2[data-editing='false'] {
    display: none;
}

#btn-add-row-2[data-editing='true'] {
    display: inline-block;
}

i[id^='delete-btn-row-'][data-editing='false'] {
    display: none;
}

i[id^='delete-btn-row-'][data-editing='true'] {
    display: inline-block;
}

.white {
    background: #fff;
    color: #000 !important;
}

.black {
    background: #000;
    color: #fff;
}

.darkgrey-nohover {
    background: #333;
}

.custom-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

#dupliquerRegleModal .select2-container {
    width: 100% !important;
}

#nouvelleExceptionModal .select2-container {
    width: 100% !important;
}

.custom-container .select2-container {
    margin-bottom: 10px !important;
}

.red {
    background: #dc3545;
    color: #fff;
}

.orange {
    background: #ff9f1c;
    color: #fff;
    border: 0;
}

.orange:hover,
.orange.active {
    background: #e8911a;
    border: 0;
}

.custom-danger {
    color: #fff;
    background-color: #dc3545;
}

.lightgrey {
    background: #eee;
    color: #fff;
}

.lightgrey:hover,
.lightgrey.active {
    background: #ccc;
    color: #fff;
}

.darkgrey {
    background: #999;
    color: #fff;
}

.darkgrey:hover,
.darkgrey.active {
    background: #666;
    color: #fff;
}

.card-title {
    font-size: 140%;
}

.nav-btn {
    background: #fff;
    border: 3px solid #00c7d1 !important;
    color: black !important;
    transition: all 0.25s linear, color 0.15s linear;
}

.nav-btn:hover {
    background: #00c7d1 !important;
    color: #fff !important;
    transition: all 0.25s linear, color 0.15s linear;
}

.nav-btn-onpage {
    border: 3px solid #00c7d1 !important;
    background: #00c7d1 !important;
    color: #fff !important;
    transition: all 0.25s linear, color 0.15s linear;
}

.navbar-font {
    font-size: 1vw;
}

.card1 {
    background: #00acb6;
    color: #fff;
}

.card1:hover {
    color: #fff;
}

.outline-card1 {
    border: 2px solid #00acb6 !important;
}

.outline-card2 {
    border: 2px solid #00acb6 !important;
    width: 75%;
}

.outline-card3 {
    border: 2px solid #00acb6 !important;
    width: 25%;
}

.card1-100 {
    background: #00acb6;
    color: #181818;
}

.card1-200 {
    background: #00c7d1;
    color: #181818;
}

.card2 {
    background: #e37b40;
    color: #181818;
}

.card3 {
    background: #f0ca4d;
    color: #181818;
}

.form-signin {
    padding-bottom: 0px !important;
}

.versioning {
    margin-top: 10px;
    text-align: right;
    width: 100%;
}

.release-note {
    border: 0px none;
}

.entreprise_link {
    color: #fff;
    text-decoration: underline;
}

.table_link {
    color: #000;
    text-decoration: none;
}

.table_link:hover {
    text-decoration: none;
}

.modal div.row {
    align-items: center;
}

.align-center {
    align-items: center;
}

.documents-table th:first-child {
    text-align: left;
}

.documents-table th,
.documents-table td {
    text-align: center;
    vertical-align: middle !important;
}

.documents-table td {
    font-size: 180%;
}

.documents-table tbody tr:not(:last-child) {
    border-bottom: 1px solid rgba(50, 77, 92, 0.5);
}

input:disabled {
    color: #222;
}

input:-read-only {
    color: #222 !important;
}

textarea {
    color: #000 !important;
}

textarea:disabled {
    color: #222 !important;
}

textarea:-moz-read-only {
    color: #222 !important;
}

textarea:-read-only {
    color: #222 !important;
}

.thead-bluewood {
    background: #324d5c;
    color: #fff;
    width: auto;
}

.no_padding_left {
    padding-left: 0;
}

.no_padding_top {
    padding-top: 0;
}

.btn-larger {
    font-size: 2rem;
}

.custom-btn-larger {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 2rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    border: 0;
    color: #fff;
}

.custom-btn-larger:hover {
    text-decoration: none;
    /* color: #fff;
    opacity: 0.75; */
    cursor: pointer;
}

.custom-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    border: 0;
    color: #fff;
}

.custom-btn:hover {
    text-decoration: none;
    /* color: #fff;
    opacity: 0.75; */
    cursor: pointer;
}

.upload-icon {
    color: #212530;
    display: inline-block;
}

.edit-transition1 {
    color: #181818;
    transition: color 0.5s ease-in-out;
}

.edit-transition2 {
    color: #8ddb33;
    transition: color 0.5s ease-in-out;
}

.coul-env {
    color: #fff;
    transition: color 0.5s ease-in-out;
}

.coul-env2 {
    color: #181818;
    transition: color 0.5s ease-in-out;
}

.pointer {
    cursor: pointer;
}

.arrow_box {
    color: #0c5460;
    position: relative;
    background: #d1ecf1;
    border: 2px solid #c2e1f5;
    border-radius: 3px;
}

.arrow_box:after,
.arrow_box:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(55, 181, 213, 0);
    border-right-color: #d1ecf1;
    border-width: 8px;
    margin-top: -8px;
}

.arrow_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #c2e1f5;
    border-width: 11px;
    margin-top: -11px;
}

.margintiny {
    margin: 5px;
}

#table-vacances {
    text-align: center;
}

td[data-formation='1'][data-ccp='1'] {
    background: linear-gradient(90deg, #9fae00 9px, transparent 1%) center,
        linear-gradient(#9fae00 9px, transparent 1%) center, #000000;
    background-size: 10px 10px;
}

td[data-formation='1'][data-ccp='2'] {
    background: linear-gradient(90deg, #00acb6 9px, transparent 1%) center,
        linear-gradient(#00acb6 9px, transparent 1%) center, #000000;
    background-size: 10px 10px;
}

td[data-formation='1'][data-ccp='3'] {
    background: linear-gradient(90deg, #f6a800 9px, transparent 1%) center,
        linear-gradient(#f6a800 9px, transparent 1%) center, #000000;
    background-size: 10px 10px;
}

td[data-formation='1'][data-ccp='4'] {
    background: linear-gradient(90deg, #59287f 9px, transparent 1%) center,
        linear-gradient(#59287f 9px, transparent 1%) center, #000000;
    background-size: 10px 10px;
}

/* AFFICHAGE VACANCES */
td[data-ccp='98'] {
    background-image: radial-gradient(#fff, rgb(87, 95, 83));
}

/* AFFICHAGE STAGE */
td[data-ccp='100'] {
    background-image: radial-gradient(#fff, rgb(255, 69, 0));
}

/* AFFICHAGE EXAMEN */
td[data-ccp='99'] {
    background-image: radial-gradient(#fff, rgb(255, 0, 0));
}

td[data-formation='7'] {
    background-image: radial-gradient(#fff, rgba(81, 209, 22));
}

td[data-ccp='17'] {
    background-image: radial-gradient(#fff, #00acb6);
}

td[data-formation='2'] {
    background-color: #f6a800;
}

td[data-formation='3'] {
    background-color: #59287f;
}

td[data-formation='4'],
td[data-formation='8'] {
    background-color: #9fae00;
}

td[data-formation='5'] {
    background-color: #00acb6;
}

.bandeauStagiaire {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 80%;
    margin-left: auto;
    margin-right: 100px;
    background: #828687;
    color: #fff;
    text-align: center;
}

.bandeauNav {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 100%;
    margin-left: auto;
    margin-right: 100px;
    margin-bottom: 10px;
    background: #828687;
    color: #fff;
}

.bandeauNav a:not(:last-child) {
    margin-right: 10px;
}

/* Sidebar Styles */

.overlay {
    display: none;
    position: fixed;
    /* full screen */
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    /* transparent black */
    background: rgba(0, 0, 0, 0.6);
    /* middle layer, i.e. appears below the sidebar */
    z-index: 1040;
    opacity: 0;
    /* animate the transition */
    transition: all 2s ease-in-out;
}

/* display .overlay when it has the .active class */
.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar-wrapper {
    left: 0px;
    top: 0px;
    width: 80px;
    background: #828687;
    position: fixed;
    min-height: 100%;
    z-index: 1040;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    align-items: center;
    text-align: center;
}

.sidebar-menu {
    margin-left: 5px;
    margin-top: 15px;
    width: 100%;
    list-style: none;
    max-height: 75%;
    display: block;
    text-align: center;
    padding: 5px;
    color: white;
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
}

.sidebar-menu-large {
    margin-left: 5px;
    margin-top: 15px;
    width: 100%;
    list-style: none;
    max-height: 75%;
    display: block;
    text-align: center;
    padding: 5px;
    color: white;
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    font-size: 120%;
}

.sidebar-menu-large li a:hover {
    text-decoration: none;
    color: #ffd69f;
    background: rgba(255, 255, 255, 0.2);
}

.sidebar-menu-large li a i:hover {
    text-decoration: none;
}

.sidebar-menu li,
.sidebar-menu-large li {
    line-height: 50px;
    font-size: 200%;
    width: auto;
}

.sidebar-menu li a,
.sidebar-menu-large li a {
    align-items: center;
    display: inline-flex;
    text-decoration: none;
    color: #fff;
    line-height: 20px;
    width: 100%;
}

.sidebar-menu li a i:hover {
    text-decoration: none;
    color: #ffd69f;
    background: rgba(255, 255, 255, 0.2);
}

.sidebar-menu li a:active,
.sidebar-menu li a:focus,
.sidebar-menu-large li a:active,
.sidebar-menu-large li a:focus {
    text-decoration: none;
}

.sidebar-menu li a i,
.sidebar-menu-large li a i {
    margin-right: 5px;
}

.sidebar-menu li a p,
.sidebar-menu-large li a p {
    font-size: 20px;
    font-weight: 300;
    margin-top: 15px;
}

.sidebar-p {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
}

.divLogo {
    position: absolute;
    width: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.sideLogo {
    left: 0;
    right: 0;
    width: 100%;
    max-height: 25%;
}

.sidebar-brand {
    margin-top: 10px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 200%;
}

.sidebar-menu>.activeSide {
    background: rgba(255, 255, 255, 0.3);
}

.sidebar-menu>.activeSide a {
    color: #ffbf69;
}

.sidebar-nav {
    position: absolute;
    left: 180px;
    top: 0;
    width: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 10px;
    line-height: 50px;
    font-size: 120%;
    width: 100%;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #ffbf69;
    background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
    color: #fff;
    font-weight: bold;
    font-size: 200%;
}

.sidebar-nav>.activeSide {
    background: rgba(255, 255, 255, 0.3);
}

.sidebar-nav>.activeSide a {
    color: #ffbf69;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0;
}

.little-padding {
    padding: 15px;
}

.padding_bottom {
    padding-bottom: 10px;
}

.padding_top_little {
    padding-top: .375rem;
}

.padding_top {
    padding-top: 10px;
}

.padding_left {
    padding-left: 10px;
}

.padding_right {
    padding-right: 15px;
}

.input-group {
    padding-bottom: 10px;
}

.tabUsers tbody tr td:last-child {
    text-align: center;
}

.tabUsers thead tr th:last-child {
    text-align: center;
}

.groupe-titre {
    text-align: center;
    background-color: #666;
    color: #fff;
}

.tr-table-competences {
    font-size: 180%;
    color: #fff;
    background: #444;
}

.competences-table {
    border: 1px solid #666;
}

.competences-table th,
.competences-table td {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}

.competences-table thead th {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666 !important;
    text-align: center;
}

.competences-table thead th:first-child {
    border: 1px solid #666;
    width: 30%;
}

.competences-table thead th:last-child {
    border: 1px solid #666;
}

.competences-table td:nth-child(n + 2):nth-child(-n + 6) {
    width: 11%;
}

.competences-table th:nth-child(n + 3):nth-child(-n + 6),
.competences-table td:nth-child(n + 3):nth-child(-n + 6) {
    border-left: 1px solid #aaa;
}

.competences-table tbody th:first-child {
    border-right: 1px solid #666;
}

.competences-table tbody td:last-child {
    border-left: 1px solid #666;
}

.competences-table td:not(:last-of-type) {
    text-align: center;
}

.evaluations-table thead th:first-child {
    font-size: 180%;
    color: #fff;
    background: #444;
}

.evaluations-table thead th:not(:first-child) {
    width: 10%;
    text-align: center;
}

.evaluations-table th:first-child {
    width: 30%;
}

.evaluations-table td {
    width: 10%;
}

/* .evaluations-table th:not(:first-child),
.evaluations-table td:not(:first-child) {
  text-align: center;
} */

#nouvelleEvaluationModal .select2-container {
    width: 100% !important;
}

#affectation-table th:first-child {
    width: 10%;
}

#affectation-table th:nth-child(2) {
    text-align: right;
    width: 10%;
}

#affectation-table th:nth-child(n + 3),
#affectation-table td:nth-child(n + 3) {
    text-align: center;
}

.btn input[type='radio'] {
    display: none;
}

.btn span.fa-check {
    opacity: 0;
}

.btn.active span.fa-check {
    opacity: 1;
}

.select-yesno-width {
    width: 20%;
    display: inline-block;
}

.label-date {
    width: 235px;
}

.label-m {
    width: 300px;
}

.label-xl {
    width: 400px;
}

.label-xxl {
    width: 460px;
}

.text-width {
    width: 60%;
    display: inline-block;
}

.date-width {
    width: 150px;
    display: inline-block;
}

.num-width {
    width: 40%;
    display: inline-block;
}

.mail-width {
    width: 80%;
    display: inline-block;
}

.ss-width {
    width: 50%;
    display: inline-block;
}

.photoIdentite {
    max-width: 150px;
    max-height: 250px;
}

.logos_formation {
    height: 30px;
    width: 76px;
}

.scrollSide {
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 20px;
}

.rouge {
    background: #e00;
}

.jaune {
    background: #fe0;
}

.vert {
    background: #0e0;
}

.mdpChange {
    margin-right: 150px;
    margin-left: 150px;
}

h5 {
    margin: 0;
}


.bg-lightblue {
    background-color: #29b6f6;
}

.bg-white {
    background-color: #fefefe;
}

.bg-green {
    background-color: #17a2b8;
}

.bg-darkgrey {
    background-color: #181818;
}

.widthcontrol {
    width: 50%;
}

.alignleft tr th {
    text-align: left;
}

.contactTable tbody tr *:nth-child(1) {
    width: 12%;
}

.contactTable tbody tr *:nth-child(2) {
    width: 38%;
}

.contactTable tbody tr *:nth-child(3) {
    width: 12%;
}

.contactTable tbody tr *:nth-child(4) {
    width: 38%;
}

.card-title {
    font-weight: bold;
}

#active {
    /* background: rgba(0, 0, 0, 0.15) !important; */
    background: #00acb6 !important;
    color: #fff !important;
}

.active-link {
    background: #00acb6 !important;
    color: #fff !important;
}

.active-link:hover {
    background: #00848b !important;
    color: #fff !important;
}

.js-example-basic-multiple {
    width: 250px;
}

.top-buttons {
    display: block;
    height: 35px;
}

.nomPrescripteur {
    width: 200px;
    display: inline-block;
}

.inl-block {
    display: inline-block;
}

.input-file {
    display: none;
}

.margbotdouble {
    margin-bottom: 20px;
}

.margbot {
    margin-bottom: 10px;
}

.margbottiny {
    margin-bottom: 5px;
}

.no-margleft {
    margin-left: 0px !important;
}

.margleft {
    margin-left: 10px;
}

.margleftdouble {
    margin-left: 20px;
}

.margleftgreat {
    margin-left: 50px;
}

.margleftgreatest {
    margin-left: 100px;
}

.margtoptiny {
    margin-top: 5px;
}

.margtop {
    margin-top: 10px;
}

.margtopdouble {
    margin-top: 20px;
}

.margtoptriple {
    margin-top: 30px;
}

.margtopgreat {
    margin-top: 40px;
}

.margtopgreatest {
    margin-top: 70px;
}

.vertAlign {
    display: flex;
    align-items: center;
}

.buttonsDivConcats {
    height: 50px;
}

.margrightgreat {
    margin-right: 25px;
}

.margright {
    margin-right: 10px;

}

.margrighttiny {
    margin-right: 5px;
}

.no-margright {
    margin-right: 0;
}

.transparent {
    background: rgba(0, 0, 0, 0.15);
}

.margTopRight {
    margin-right: 5px;
    margin-top: 2px;
}

.text-center {
    text-align: center;
}

.centre {
    margin: auto;
}

.goright {
    float: right;
    margin-top: 0.2rem;
}

.glow:active {
    color: #f00 !important;
    transform: translateY(2px);
    /* transition: color 50ms ease-in-out; */
    transition: all ease 100ms;
}

.entretien-edit-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.timeline-div {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
}

.timeline-span {
    background: rgb(248, 248, 248);
    padding: 6px 10px;
    border-radius: 5px;
    border: 2px solid #00c7d1;
}

.table-stagiaires {
    display: inline-block;
    margin: 0;
}

#tabStagiaires_wrapper {
    padding: 0;
}

#PlanningTBody tr:nth-child(even) {
    background-color: #FFF;
    color: #000;
}

#PlanningTBody tr:nth-child(odd) {
    background-color: #CCC;
    color: #000;
}

.hidden {
    display: none;
}

.smallRow {
    line-height: 12px;
}

.biggerIcon110 {
    font-size: 110%;
}

.biggerIcon115 {
    font-size: 115%;
}

.biggerIcon130 {
    font-size: 130%;
}

.biggerIcon150 {
    font-size: 150%;
}

.biggerIcon200 {
    font-size: 200%;
}

.biggerIcon300 {
    font-size: 250%;
}

.biggerIcon450 {
    font-size: 450%;
}

@media (max-width: 1540px) {
    .biggerIcon450 {
        font-size: 450%;
    }

    .sidebar-menu li a {
        line-height: 20px;
    }
}

@media (max-width: 1480px) {
    .biggerIcon450 {
        font-size: 350%;
    }

    .sidebar-menu li a {
        line-height: 15px;
    }
}

@media (max-width: 1366px) {
    .biggerIcon450 {
        font-size: 250%;
    }

    .sidebar-menu li a {
        line-height: 10px;
    }
}

.red-outline {
    border: #b00 solid;
    border-radius: 5px;
}

.insertionTopRow {
    height: 45px;
}

.fontRed {
    color: #f00;
}

.fontGreen {
    color: #4caf50;
}

.fontOrange {
    color: #f6a800;
}

.fontBlack {
    color: #000 !important;
}

.fontDarkGrey {
    color: #181818 !important;
}

.fontBlue {
    color: #084c9e;
}

.fontGrey {
    color: #333;
}

.fontLightGrey {
    color: #666;
}

.fontWhite {
    color: #fff !important;
}

.border_top {
    border-top: 1px solid rgba(50, 77, 92, 0.5);
    /*#324D5C;*/
}

.border_right {
    border-right: 1px solid rgba(50, 77, 92, 0.5);
    /*#324D5C;*/
}

.border_left {
    border-left: 1px solid rgba(50, 77, 92, 0.5);
    /*#324D5C;*/
}

.border_bottom {
    border-bottom: 1px solid rgba(50, 77, 92, 0.5);
    /*#324D5C;*/
}

.insertionRow {
    height: 55px;
}

.photoBarre {
    height: auto;
    float: right;
    max-width: 110px;
    max-height: 110px;
}

.topdiv {
    position: relative;
    top: 50px;
    z-index: 990;
    margin: auto;
}

.topnavbar {
    align-items: center;
}

.topnavbar li {
    margin: 5px;
    border: 2px solid #00acb6;
    border-radius: 0.25rem;
    background-color: #fff;
}

.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #00acb6;
    color: #fff;
}

.container-margtop {
    margin-top: 70px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.container-margtopgreat {
    margin-top: 100px;
}

.fullscreen {
    position: absolute;
    top: 100px;
    right: 0;
    bottom: 0;
    left: 0;
    /* height: 100%; */
    z-index: 1000;
    margin-top: 0 !important;
}

#parle {
    padding-left: 8em;
}

.dynamic-autorisation {
    padding-left: 0;
}

form[action^='/upsertAutorisation'] .select2-container {
    width: 100% !important;
}

.presencesStagiaire .select2-container {
    width: 100% !important;
}

.entretien-table {
    border-collapse: collapse !important;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table-small {
    height: 35px;
    width: auto;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table-large {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.entretien-table th,
.entretien-table td {
    padding: 0.75rem;
    vertical-align: top;
}

.article-table {
    border-collapse: collapse !important;
}

.article-table th,
.article-table td {
    padding: 0.25rem;
    vertical-align: top;
}

table.entretien-table td:first-child {
    text-align: left;
}

.entretien-table thead th {
    vertical-align: bottom;
}

.truncate {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate-max {
    max-width: 1000px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal-dialog {
    top: -50px;
}

.large-modal {
    width: 800px !important;
}

/*Modal*/
.modal-entretien {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 90;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.modal-entretien-content {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
}

.modal-entretien-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-entretien-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.one-line {
    white-space: nowrap;
    overflow: hidden;
}

.tiny-padding th,
.tiny-padding td {
    padding: 6px;
}

.modal-entretien-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
}

.close-modal {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

.close-modal:hover,
.close-modal:focus {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}

.close-modal:not(:disabled):not(.disabled) {
    cursor: pointer;
}

button.close-modal {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none;
    -webkit-appearance: none;
}

button.return {
    background-color: #828687;
    border: 0;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    appearance: none;
    -webkit-appearance: none;
}

button.return:hover {
    background-color: #646768;
}

button.return:active {
    background-color: #2e2f30;
}

.overflow {
    overflow: auto;
}

#tableTable thead {
    background: #324d5c;
    color: #fff;
}

.adminTableDiv {
    margin-top: 50px;
    width: 100%;
}

.adminTableDiv table {
    text-align: center;
}

.card-header {
    width: 100%;
}

.card-header h5 {
    font-size: 30px;
}

.card-body {
    margin-bottom: 10px;
    width: 100%;
}

#editDotationForm input:disabled {
    background: #f7f7f7;
    color: #222;
    /* border: 0; */
}

#editDotationForm select:disabled {
    color: #222;
    background: #f7f7f7 !important;
    /* border: 0; */
}

.container-dashboard {
    margin-top: 35px;
    margin-left: 50px;
    margin-right: 50px;
}

#grapheStagiairesEnFormation {
    height: auto;
    width: 100%;
}

#sousMenuGroupes .sousmen,
#sousMenuGroupes .sousmenu {
    width: 160px !important;
}

.sousmenu {
    color: #000 !important;
    cursor: pointer;
}

.sousmen {
    margin-top: 120px;
    margin-left: -50px;
    width: 200px !important;
    position: fixed !important;
}

.sub-menu {
    color: #000;
    cursor: pointer;
    position: fixed;
    left: 330px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: .25rem;
    z-index: 1000;
}

.prevpage {
    margin-top: 70px;
    margin-left: 25px;
    width: 40px !important;
    position: fixed !important;
}

.sousmen li a:hover {
    text-decoration: none;
    color: #324d5c !important;
    background: rgba(0, 0, 0, 0.15);
}

.production-groupe-container {
    width: 87%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: 180px;
}

.container-lg {
    margin: 0 auto;
    margin-top: 10px;
    max-width: 70000px;
    width: 95%;
    padding-left: 120px;
}

#planningGlobal.container-lg,
#planningFormateur.container-lg {
    margin-top: 0px;
}

.full-width {
    width: 100%;
}

/* -----------------------------AJOUT DE STYLE AU PLANNING--------------------------- */

/* #table-planning-global{
  cursor: crosshair;
  
}


.tligne:hover{
  background-color: red !important;
}

.tligne {
  font-weight: bold;
}


td, th {
  padding: 10px;
  position: relative; 
}



td:hover::after,
thead th:not(:empty):hover::after,
td:focus::after,
thead th:not(:empty):focus::after { 
  content: '';  
  height: 10000px;
  left: 0;
  position: absolute;  
  top: -5000px;
  width: 100%;
  z-index: 1;
}

.tligne td:hover::after,
#tcolonne:hover {
  background-color: blue;
  opacity: 0.5;
}
 */

/* ---------------------------------------------- */

/* ----------------------------- DRAG & DROP HUMANITES ----------------------------- */

.facet-list {
    width: 100%;
    list-style-type: none;
    margin-right: 10px;
    background: #eee;
    padding: 5px 5px 20px 5px;
    min-height: 4.5em;
    max-height: 30em;
    font-size: 0.85em;
    border-radius: 0.5em;
    overflow-y: auto;
}

.facet-list li {
    margin: 5px;
    padding: 5px;
    font-size: 1.2em;
    width: 100% auto;
}

.facet-list li.placeholder {
    height: 1.2em;
}

.facet {
    border: 1px solid #bbb;
    border-radius: 0.5em;
    background-color: #fafafa;
    cursor: move;
}

.facet.ui-sortable-helper {
    opacity: 0.5;
}

.placeholder {
    border: 1px solid #00acb6;
    background-color: #fffffd;
}

/* ---------------------------------------------- */
@media (min-width: 1900px) {
    .container-fluid {
        width: 1600px !important;
        display: block !important;
        box-sizing: content-box !important;
    }

    .modal-lg {
        width: 1500px !important;
    }
}

@media (min-width: 1600px) {
    .container-fluid {
        width: 1450px !important;
        display: block !important;
        box-sizing: content-box !important;
        margin-right: auto;
        margin-left: 160px;
    }

    .modal-lg {
        width: 1250px !important;
    }

    .modal-xl {
        width: 70%;
        max-width: 1300px;
    }

    .modal-xxl {
        width: 100% !important;
        max-width: 1600px;
        top: 0 !important;
    }

    .modal-l {
        width: 35% !important;
    }
}

@media (min-width: 1781px) {
    .goRightTable {
        width: 100%;
    }
}

@media (max-width: 1780px) {
    .gorightcondit {
        width: 100%;
        margin-left: 50px;
    }

    .production-groupe-container .gorightcondit {
        margin-left: 180px;
        width: 90%;
    }

    .goRightTable {
        width: 100%;
    }
}

@media (max-width: 1660px) {
    .gorightcondit {
        width: 100%;
        margin-left: 80px;
    }
}

@media (max-width: 1600px) {
    .container-fluid {
        width: 80% !important;
        display: block !important;
        box-sizing: content-box !important;
    }

    .modal-lg {
        width: 80% !important;
    }

    .modal-xl {
        width: 70%;
        max-width: 1300px;
    }

    .modal-xxl {
        width: 100% !important;
        max-width: 1600px;
        top: 0 !important;
    }

    .modal-l {
        width: 35% !important;
    }

    .gorightcondit {
        width: 98%;
        margin-left: 110px;
    }

    .barrecondit {
        margin-right: 50px !important;
    }
}

@media (min-width: 1200px) {
    .modal-l {
        width: 60%;
        max-width: 1000px;
    }
}

@media (max-width: 1540px) {

    .sidebar-menu li,
    .sidebar-menu-large li {
        line-height: 25px;
        font-size: 150%;
    }
}

@media (max-width: 1480px) {

    .sidebar-menu li,
    .sidebar-menu-large li {
        line-height: 20px;
        font-size: 120%;
    }
}

@media (max-width: 1366px) {

    .sidebar-menu li,
    .sidebar-menu-large li {
        line-height: 15px;
        font-size: 115%;
    }

    .sousmen {
        width: 150px !important;
    }

    .barrecondit {
        margin-right: 50px !important;
    }
}

@media (max-width: 1280px) {

    .sidebar-menu li,
    .sidebar-menu-large li {
        line-height: 10px;
        font-size: 100%;
    }

    .barrecondit {
        margin-right: 35px !important;
    }
}

@media (max-height: 630px) {
    #sousMenuGroupes li a.sousmenu {
        font-size: 100%;
        height: 50px;
    }

    li a.sousmenu {
        font-size: 90%;
        height: 45px;
    }
}

@media (max-height: 580px) {
    #sousMenuGroupes li a.sousmenu {
        font-size: 100%;
        height: 50px;
    }

    li a.sousmenu {
        font-size: 85%;
        height: 40px;
    }
}

@media (max-height: 520px) {
    #sousMenuGroupes li a.sousmenu {
        font-size: 100%;
        height: 50px;
    }

    li a.sousmenu {
        font-size: 80%;
        height: 35px;
    }
}

#btnprogpeda {
    margin-left: 10px;
}

/* input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none;
   display: none;
 } */

#DocLib,
#DocExt,
#DocPrisonBilans,
#DocPrisonLivrets,
#DocAdmin,
#DocRAN,
#DocFormation,
#DocPrisonSuiteParcours,
#DocPartenaires {
    background-color: rgba(255, 115, 0, 0.185);
}

.categorieDocs {
    background-color: rgba(255, 115, 0, 0.185);
}

#testdumot {
    color: blue;
    font-size: 50px;
    text-align: center;
    page-break-after: always;
}

.cpedago {
    color: #000;
    font-size: 50px;
    text-align: center;
    /* page-break-after: always; */
}

#examens_card_pedag {
    display: none;
}

#evaluations_card_exam {
    display: none;
    text-align: center;
    width: 40px;
}

#remis-a {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 40px;
}

#labelcommentaire {
    font-weight: bold;
}

/* The Modal (background) */
.admin {
    display: none;
    /* Hidden by default */
    z-index: 1;
    /* Sit on top */
    left: 100px;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#select2-chooseOps-container {
    width: 400px;
}

#tcontrat {
    width: 580px;
}

#mcontrat {
    margin-top: 10px;
    margin-bottom: 10px;
}

.evaluations-table thead th:first-child {
    font-size: 40px;
    color: red;
}

.evaluations-table th:first-child {
    width: 30%;
    font-size: 30px;
}

.evaluations-table td {
    width: 10%;
}

/* .margrighttiny {
    display: none;
} */

/* .edit-transition1 {
  display: none;
} */

#topbarstagiaire {
    color: #000;
}

#carnet {
    font-size: 70px;
    font-style: bold;
}

#carnetnom {
    font-size: 70px;
    font-style: bold;
}

#carnetformation {
    font-size: 70px;
    font-style: bold;
}

#dateformation {
    font-size: 70px;
    font-style: bold;
}

#first-page-container {
    max-height: 98vh;
}

.cpedago {
    color: #000;
    background-color: #fff;
    border: 1px solid black;
    font-size: 50px;
    text-align: center;
    margin: 20px;
    max-height: 45vh;
}

.evaluateur {
    font-size: 30px;
}

#adrss {
    text-align: center;
    font-size: 50px;
    font-style: bold;
    page-break-after: always;
}

#logo {
    padding-top: 10%;
}

#logoLogin {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#com {
    background-color: #fff;
    font-weight: bold;
    font-size: 25px;
}

.com {
    font-weight: bold;
    font-size: 25px;
}

.resultatExam {
    font-size: 30px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    bottom: 0.5em;
}

.infobulle {
    color: #000;
}

.infobulle:hover,
.infobulle:focus {
    text-decoration: none;
}

a .infobulle-span {
    position: absolute;
    padding: 15px;
    left: 0px;
    margin-top: 23px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .5);
    transform: scale(0) rotate(-12deg);
    transition: all .25s;
    opacity: 0;
    z-index: 1000;
    width: 800px;
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    cursor: auto;
}

a:hover .infobulle-span,
a:focus .infobulle-span {
    transform: scale(1) rotate(0);
    opacity: 1;
}

a .infobulle-entretien {
    position: absolute;
    padding: 5px;
    left: 65px;
    margin-top: -30px;
    background-color: #fff;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .5);
    transform: scale(0) rotate(-12deg);
    transition: all .25s;
    opacity: 0;
    z-index: 1000;
    width: auto;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    cursor: auto;
}

a .infobulle-entretien-large {
    margin-top: -110px;
}

a:hover .infobulle-entretien,
a:focus .infobulle-entretien {
    transform: scale(1) rotate(0);
    opacity: 1;
}

.bg-evo-red {
    background-color: rgba(255, 0, 0, 0.3) !important
}

.bg-evo-red:hover,
.bg-evo-red:focus,
.bg-evo-red-active {
    background-color: rgba(255, 0, 0, 0.6) !important
}

.bg-evo-red .infobulle-span {
    border: 3px solid rgba(255, 0, 0, 0.3);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
}

.bg-evo-orange {
    background-color: rgba(255, 111, 0, 0.3) !important
}

.bg-evo-orange:hover,
.bg-evo-orange:focus,
.bg-evo-orange-active {
    background-color: rgba(255, 111, 0, 0.6) !important
}

.bg-evo-orange .infobulle-span {
    border: 3px solid rgba(255, 111, 0, 0.3);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
}

.bg-evo-yellow {
    background-color: rgba(255, 203, 0, 0.3) !important
}

.bg-evo-yellow:hover,
.bg-evo-yellow:focus,
.bg-evo-yellow-active {
    background-color: rgba(255, 203, 0, 0.6) !important
}

.bg-evo-yellow .infobulle-span {
    border: 3px solid rgba(255, 203, 0, 0.3);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
}

.bg-evo-green {
    background-color: rgba(119, 222, 55, 0.3) !important
}

.bg-evo-green:hover,
.bg-evo-green:focus,
.bg-evo-green-active {
    background-color: rgba(119, 222, 55, 0.6) !important
}

.bg-evo-green .infobulle-span {
    border: 3px solid rgba(119, 222, 55, 0.3);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
}

.bg-evo-grey {
    background-color: rgba(100, 100, 100, 0.3) !important
}

.bg-evo-grey .infobulle-span {
    border: 3px solid rgba(100, 100, 100, 0.3);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
}

.table-crf {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
}

.table-crf td {
    border-color: rgb(255, 243, 243);
    border-style: solid;
    border-width: 1px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
    text-align: center;
}

.table-crf th {
    border-color: rgb(50, 77, 92, 0.5);
    border-style: solid;
    border-width: 1px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
    text-align: center;
}

.table-crf .table-crf-0lax {
    text-align: center;
    vertical-align: top
}

.table-crf .table-crf-1lax {
    text-align: center;
    vertical-align: top;
    border-color: rgb(50, 77, 92, 0.5);
    border-style: solid;
    border-width: 1px;
}

.ligne-facturedetails {
    height: 50px;
    border-top: solid;
}

.cell {
    border: 2px solid #00acb6 !important;
    width: 25%;
}

.aligntableplanning {
    text-align: center;
}

.NotImportant {
    display: none
}

.day-item.is-highlighted {
    color: #fff !important;
    background-color: #575f53 !important;
}

.item-spe:hover {
    background-color: #6383a8;
    color: #fff;
}

.p-input-disabled {
    background-color: #e9ecef;
    opacity: 1;
}

#chooseProfile+.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}