/* @import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap"); */


/* DEBUG */
.xdebug-error {
    font-size: 16px !important;
}

#doNotUseOnMobile {
    z-index: 99999;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--boreale-LM-background);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

#doNotUseOnMobile span {
    font-size: 60px;
}

/* @media (max-width: 900px) {
    #doNotUseOnMobile {
        display: flex;
    }
}

@media (max-height: 700px) {
    #doNotUseOnMobile {
        display: flex;
    }
} */


/* PROVISOIRE */
/* select {
    width: 100%;
    padding: 10px;
    font-size: 15px;
    height: 60px;
    border: none;
    border-radius: 30px;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

select:focus {
    border-radius: 30px 30px 0 0;
}

.triple-screen__list select {
    background-color: var(--boreale-LM-background);
    border-radius: 16px;
}

.triple-screen__list select:focus {
    border-radius: 16px 16px 0 0;
} */


/**
 * VARIABLES
**/
:root {
    --boreale-LM-background: #F0F3F7;
    --boreale-LM-overground: #FFFFFF;
    --boreale-LM-text: #020C2E;
    --boreale-DM-background: #161930;
    --boreale-DM-overground: #232B45;
    --boreale-DM-text: #FFFFFF;
    --boreale-green: #97bf0d;
    --boreale-green-darker: #3e5b01;
    --boreale-green-lighter: #d4eb67;
    --boreale-start: #00A9F4;
    --boreale-improve: #0C5675;
    --boreale-positive: #27C065;
    --boreale-warning: #FFD402;
    --boreale-negative: #DB3924;
    --boreale-info: #0062C0;
}

/**
 * FONTS
**/
@font-face {
    font-family: 'Switzer';
    src: url('../fonts/switzer/switzer/Switzer-Thin.woff2') format('woff2'),
        url('../fonts/switzer/switzer/Switzer-Thin.woff') format('woff'),
        url('../fonts/switzer/switzer/Switzer-Thin.ttf') format('truetype');
    font-weight: 100;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Switzer';
    src: url('../fonts/switzer/switzer/Switzer-ThinItalic.woff2') format('woff2'),
        url('../fonts/switzer/switzer/Switzer-ThinItalic.woff') format('woff'),
        url('../fonts/switzer/switzer/Switzer-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: 'Switzer';
    src: url('../fonts/switzer/switzer/Switzer-Extralight.woff2') format('woff2'),
        url('../fonts/switzer/switzer/Switzer-Extralight.woff') format('woff'),
        url('../fonts/switzer/switzer/Switzer-Extralight.ttf') format('truetype');
    font-weight: 200;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Switzer';
    src: url('../fonts/switzer/Switzer-ExtralightItalic.woff2') format('woff2'),
        url('../fonts/switzer/Switzer-ExtralightItalic.woff') format('woff'),
        url('../fonts/switzer/Switzer-ExtralightItalic.ttf') format('truetype');
    font-weight: 200;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: 'Switzer';
    src: url('../fonts/switzer/Switzer-Light.woff2') format('woff2'),
        url('../fonts/switzer/Switzer-Light.woff') format('woff'),
        url('../fonts/switzer/Switzer-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Switzer';
    src: url('../fonts/switzer/Switzer-LightItalic.woff2') format('woff2'),
        url('../fonts/switzer/Switzer-LightItalic.woff') format('woff'),
        url('../fonts/switzer/Switzer-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: 'Switzer';
    src: url('../fonts/switzer/Switzer-Regular.woff2') format('woff2'),
        url('../fonts/switzer/Switzer-Regular.woff') format('woff'),
        url('../fonts/switzer/Switzer-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Switzer';
    src: url('../fonts/switzer/Switzer-Italic.woff2') format('woff2'),
        url('../fonts/switzer/Switzer-Italic.woff') format('woff'),
        url('../fonts/switzer/Switzer-Italic.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: 'Switzer';
    src: url('../fonts/switzer/Switzer-Medium.woff2') format('woff2'),
        url('../fonts/switzer/Switzer-Medium.woff') format('woff'),
        url('../fonts/switzer/Switzer-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Switzer';
    src: url('../fonts/switzer/Switzer-MediumItalic.woff2') format('woff2'),
        url('../fonts/switzer/Switzer-MediumItalic.woff') format('woff'),
        url('../fonts/switzer/Switzer-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: 'Switzer';
    src: url('../fonts/switzer/Switzer-Semibold.woff2') format('woff2'),
        url('../fonts/switzer/Switzer-Semibold.woff') format('woff'),
        url('../fonts/switzer/Switzer-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Switzer';
    src: url('../fonts/switzer/Switzer-SemiboldItalic.woff2') format('woff2'),
        url('../fonts/switzer/Switzer-SemiboldItalic.woff') format('woff'),
        url('../fonts/switzer/Switzer-SemiboldItalic.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: 'Switzer';
    src: url('../fonts/switzer/Switzer-Bold.woff2') format('woff2'),
        url('../fonts/switzer/Switzer-Bold.woff') format('woff'),
        url('../fonts/switzer/Switzer-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Switzer';
    src: url('../fonts/switzer/Switzer-BoldItalic.woff2') format('woff2'),
        url('../fonts/switzer/Switzer-BoldItalic.woff') format('woff'),
        url('../fonts/switzer/Switzer-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: 'Switzer';
    src: url('../fonts/switzer/Switzer-Extrabold.woff2') format('woff2'),
        url('../fonts/switzer/Switzer-Extrabold.woff') format('woff'),
        url('../fonts/switzer/Switzer-Extrabold.ttf') format('truetype');
    font-weight: 800;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Switzer';
    src: url('../fonts/switzer/Switzer-ExtraboldItalic.woff2') format('woff2'),
        url('../fonts/switzer/Switzer-ExtraboldItalic.woff') format('woff'),
        url('../fonts/switzer/Switzer-ExtraboldItalic.ttf') format('truetype');
    font-weight: 800;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: 'Switzer';
    src: url('../fonts/switzer/switzer/Switzer-Black.woff2') format('woff2'),
        url('../fonts/switzer/switzer/Switzer-Black.woff') format('woff'),
        url('../fonts/switzer/switzer/Switzer-Black.ttf') format('truetype');
    font-weight: 900;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Switzer';
    src: url('../fonts/switzer/switzer/Switzer-BlackItalic.woff2') format('woff2'),
        url('../fonts/switzer/switzer/Switzer-BlackItalic.woff') format('woff'),
        url('../fonts/switzer/switzer/Switzer-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-display: swap;
    font-style: italic;
}

/*  */


/**
 * GLOBAL
**/
html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    font-family: 'Switzer', Helvetica, sans-serif;
    font-size: 15px;
    background-color: var(--boreale-LM-background);
    color: var(--boreale-LM-text);
}

* {
    box-sizing: border-box;
}

pre {
    margin-left: 5%;
}

h1,
h2,
h3,
p,
a,
span,
button {
    font-family: 'Switzer', Helvetica, sans-serif;
}

i {
    cursor: pointer;
}

img {
    max-width: 100%;
}

p {
    margin: 5px 0;
}

h1 {
    color: var(--boreale-LM-text);
    font-size: 40px;
    line-height: 1.1;
    margin: 0;
}

a {
    text-decoration: none;
    color: var(--boreale-LM-text);
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.table a:hover {
    opacity: .5;
}

/* Selectize dropdown */
.selectize-input {
    margin-top: 10px;
    border-radius: 30px;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.selectize-input,
.selectize-dropdown {
    border: none;
    box-shadow: 0px 8px 48px #b7b7b729;
}
.selectize-input.focus {
    box-shadow: 0px 8px 48px #b7b7b729;
    border-radius: 30px 30px 0 0;
}
.selectize-dropdown .option {
    padding-left: 20px;
}
.selectize-control.single .selectize-input:after {
    right: 20px;
    margin-top: -5px;
    border-width: 10px 10px 0 10px;
}
.selectize-control.single .selectize-input.dropdown-active:after {
    border-width: 0 10px 10px 10px;
}
.selectize-control.single .selectize-input.input-active, .selectize-input {
    display: flex;
}

/* Filters dropdown */
.dropdown {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    cursor: pointer;
    background: var(--boreale-LM-overground);
    border-radius: 20px;
    padding: 10px 15px !important;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.dropdown.active {
    border-radius: 20px 20px 0 0;
}
.dropdown__list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--boreale-LM-overground);
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 20px 20px;
    width: 100%;
}
.dropdown__list-items {
    display: flex;
    flex-direction: column;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: clip;
}
.dropdown__list-items label {
    position: relative;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 10px;
    background-color: var(--boreale-LM-overground);
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.dropdown__list-items label:hover {
    background-color: var(--boreale-LM-background);
}
.dropdown__list-items label.checked {
    background-color: var(--boreale-green-lighter);
}
.dropdown__button {
    width: 100%;
    padding: 0 7px 7px;
}
.dropdown__button input {
    width: 100%;
    border: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 40px;
    background-color: var(--boreale-green);
    color: var(--boreale-LM-text);
    border-radius: 20px;
    margin-top: 10px;
    text-transform: uppercase;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.dropdown__button input:hover {
    background-color: var(--boreale-green-lighter);
}
/* .dropdown [type="radio"]:checked,
.dropdown [type="radio"]:not(:checked) {
    appearance: none;
    background-color: #fff;
    margin: 0;
} */


/* Filters list */
.filter-list {
    display: flex;
    align-items: center;
}
.filter-reset {
    margin-right: 25px;
}
.filter-list ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.filter-list li {
    position: relative;
    cursor: pointer;
    background: lightgrey;
    border-radius: 50px;
    padding: 10px 15px 10px 40px;
    margin: 5px 10px 5px 0;
    line-height: 1;
}
.filter-list li:last-child {
    margin-right: 0;
}
.filter-list li::before,
.filter-list li::after {
    content: "";
    width: 20px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 12px;
    background-color: var(--boreale-LM-text);
    transition: all .3s;
}
.filter-list li::before {
    transform: translateY(-50%) rotate(45deg);
}
.filter-list li::after {
    transform: translateY(-50%) rotate(-45deg);
}


/* Layout */
main {
    min-height: 100vh;
    padding-left: 48px;
    padding-bottom: 50px;
}

.container {
    width: 100%;
    padding-left: 25px;
    padding-right: 50px;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.d-none {
    display: none !important;
}


/* Buttons */
button,
input[type="submit"] {
    cursor: pointer;
}

.btn {
    display: inline-block;
    border: 0;
    min-width: 216px;
    max-height: 70px;
    padding: 22px 24px;
    border-radius: 250px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.btn--lightgreen {
    background-color: var(--boreale-green);
    color: var(--boreale-LM-text);
    box-shadow: 0 24px 48px rgb(159 189 61 / 24%);
}

.btn--lightgreen:hover {
    background-color: var(--boreale-green-lighter);
}

.btn--darkgreen {
    background-color: var(--boreale-green-darker);
    color: var(--boreale-DM-text);
}

.btn--darkgreen:hover {
    background-color: var(--boreale-green);
}

.btn--inactive {
    cursor: not-allowed;
    pointer-events: none;
    background-color: #C7C7C7;
    color: var(--boreale-DM-text);
}

.btn--leave {
    background-color: transparent;
    color: var(--boreale-negative);
    border: 1px solid var(--boreale-negative);
}

.btn--leave:hover {
    background-color: var(--boreale-negative);
    color: var(--boreale-DM-text);
}

.btn--with-ico {
    display: flex;
    align-items: center;
    min-width: auto;
}

.btn--with-ico svg {
    margin-right: 24px;
    width: 26px;
    height: 26px;
}

.btn--small {
    padding: 14px 16px;
    box-shadow: none;
    min-width: 190px;
    font-size: 15px;
    font-weight: 600;
}

button:disabled {
    cursor: not-allowed;
    background-color: var(--boreale-LM-background);
    color: #A3A3A3;
    pointer-events: none;
}

button:disabled svg path {
    fill: #A3A3A3;
}

/* Header */
.header {
    background-color: var(--boreale-LM-overground);
    box-shadow: 0 10px 20px #0000001c;
    margin-bottom: 50px;
    min-height: 176px;
    display: flex;
}

.header .container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.header .col {
    width: 50%;
}

.header .row:last-child .col:first-child {
    width: 60%;
}

.header .row:last-child .col:last-child {
    width: 40%;
    display: flex;
    align-items: center;
}

.header .row:last-child .col:last-child p{
    margin-right: 1rem;
}

.header .btn {
    box-shadow: none;
}

.header__breadcrumbs a:hover {
    text-decoration: underline;
}

.header__title-main {
    display: flex;
    align-items: center;
}

.header__title-ico {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--boreale-LM-text);
    border-radius: 19px;
    width: 64px;
    height: 64px;
    min-width: 64px;
    margin-right: 16px;
    box-shadow: 0 10px 16px rgba(34, 2, 45, .24);
}

.header__title img, .header__title svg {
    width: 35px;
}

.header__ps-name {
    padding-left: 80px;
    color: var(--boreale-info);
    font-size: 16px;
    font-weight: 700;
}

.header__top-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 17px;
    font-style: italic;
}

.header__top-right a {
    margin-right: 1rem;
}

.header__top-right img, .header__top-right svg {
    margin-right: 5px;
}

.header__btns {
    display: flex;
    justify-content: flex-end;
}

.header__btns .status__div{
    display: flex;
}

.header__btns .status__div p{
    margin-left: 0.5rem;
}

.header__btns .complet p, .header__btns .complet svg path{
    color: var(--boreale-green);
    fill: var(--boreale-green);
}

.header__btns .incomplet p, .header__btns .incomplet svg path{
    color: var(--boreale-negative);
    fill: var(--boreale-negative);
}

.header__btns .btn:last-child,
.header__btns #saveCoaching {
    margin-left: 10px;
}

.header__progress {
    position: relative;
    margin: 0px 5px;
    padding: 5px 0;
    border-radius: 50%;
    background-color: #FAFAFA;
    box-shadow: 0 5px 3px rgba(39, 39, 39, 0.2);
}

.header__progress:hover {
    box-shadow: 0 0 5px 5px rgba(186, 216, 66, 0.8);
}

.header__progress canvas{
    margin-top: -10px;
}

.header__progress > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    font-size: 10px;
}

.header__btns #saveCoaching,
.header__btns #finishCoaching {
    margin-top: 20px;
}


/* Search bar */
.search {
    padding-bottom: 40px;
}

.search .col {
    width: 50%;
}
#displayAttachment > div a svg {
    margin: 0 10px;
}
#displayAttachment > div a svg path {
    fill: var(--boreale-green);
}
#displayAttachment > div svg {
    cursor: pointer;
}
.modal__attachments-title {
    text-align: left;
    font-size: 13px;
    opacity: .6;
    font-weight: 700;
}


.search .col:last-child {
    display: flex;
    justify-content: flex-end;
}

.search h2 {
    font-size: 24px;
    font-weight: 400;
}

.search__input {
    width: 460px;
    min-width: 300px;
    height: 60px;
    margin-left: auto;
    padding: 10px 55px 10px 16px;
    border: none;
    border-radius: 60px;
    background-image: url("../picture/COA_ico_search.svg");
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    background-size: 40px;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.search__input::-webkit-input-placeholder {
    font-style: italic;
    font-size: 14px;
}

.search__input::-moz-placeholder {
    font-style: italic;
    font-size: 14px;
}

.search__input:-ms-input-placeholder {
    font-style: italic;
    font-size: 14px;
}

.search__input::-ms-input-placeholder {
    font-style: italic;
    font-size: 14px;
}

.search__input::placeholder {
    font-style: italic;
    font-size: 14px;
}


/* Modal attach */
#modal.modal {
    display: none;
    justify-content: center;
    align-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 20;
}

#modal .modal-attachment {
    display: none;
    position: fixed;
    z-index: 10;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

#modal .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 600px;
    border-radius: 32px;
    text-align: center;
    display: block;
    height: auto;
    cursor: auto;
}

#modal .modal-content h3 {
    font-size: 25px;
    padding: 0 10%;
}

#modal .modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 48px;
    height: 48px;
    background-color: var(--boreale-LM-background);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#modal .modal-close svg {
    height: 20px;
    width: 20px;
    margin-left: 0;
}

#modal .modal-close svg path {
    fill: var(--boreale-negative);
}

#modal .modal-content form {
    margin-bottom: 25px;
}

#displayAttachment > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 8px 0;
    font-size: 13px;
    font-weight: 700;
    border-left: 1px solid rgba(0, 0, 0, 0.5);
}
#displayAttachment > div a {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
}
#displayAttachment > div a svg {
    margin: 0 10px;
}
#displayAttachment > div a svg path {
    fill: var(--boreale-green);
}
#displayAttachment > div svg {
    cursor: pointer;
}
.modal__attachments-title {
    text-align: left;
    font-size: 13px;
    opacity: .6;
    font-weight: 700;
}


/* Custom select */
.triple-screen__list>div>div.selectize-control {
    position: relative;
    justify-content: center;
    padding: 0;
}

.triple-screen__list .selectize-input,
.triple-screen__list .selectize-control.single .selectize-input.input-active {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    background-color: #E9EBEF;
    border: none;
    box-shadow: none;
    padding: 0 20px;
    border-radius: 16px;
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}

.triple-screen__list .selectize-input input[placeholder] {
    font-style: italic;
    font-size: 16px;
    font-weight: 300;
}

.triple-screen__list .selectize-input.full {
    background: #E9EBEF;
}

.triple-screen__list .selectize-input.focus {
    box-shadow: none;
}

.triple-screen__list .selectize-control.single .selectize-input:after {
    border-width: 10px 10px 0 10px;
    border-color: var(--boreale-LM-text) transparent transparent transparent;
}

.triple-screen__list .selectize-control.single .selectize-input.input-active:after {
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent var(--boreale-LM-text) transparent;
}

.triple-screen__list .selectize-control.single .selectize-input.dropdown-activ:after {
    border: none;
}

.triple-screen__list .selectize-dropdown {
    background: #E9EBEF;
    border: none;
    box-shadow: none;
    border-radius: 0 0 16px 16px;
    margin: -15px 0 0 0;
    padding-bottom: 16px;
}

/* Sidebar menu */
.sidebar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
    width: 210px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: var(--boreale-DM-overground);
    transform: translateX(-100%);
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.sidebar.deployed {
    transform: translateX(0);
}

.sidebar__opener {
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    width: 48px;
    transform: translateX(100%);
    background-color: var(--boreale-LM-text);
    cursor: pointer;
}

.sidebar__opener span {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    font-size: 20px;
    font-weight: 700;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.sidebar__top {
    padding-top: 65px;
    width: 100%;
}

.sidebar__logo {
    display: block;
    margin: 0 auto 65px;
}

.sidebar__nav {
    width: 100%;
}

.sidebar__nav a,
.sidebar__bottom-help a,
.sidebar__bottom-logout a {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 15px;
    margin-bottom: 16px;
    height: 56px;
}

.sidebar__nav a:last-child {
    margin-bottom: 0;
}

.sidebar__nav-icon svg,
.sidebar__bottom-icon svg {
    width: 35px;
}

.sidebar__nav-title {
    color: var(--boreale-DM-text);
}

.sidebar__nav-title,
.sidebar__bottom-title {
    padding-left: 19px;
    font-size: 14px;
    font-weight: 700;
}

.sidebar__nav a::before,
.sidebar__bottom-help a::before {
    content: '';
    background-color: var(--boreale-LM-text);
    border-radius: 0 30px 30px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 95%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.sidebar__nav a:hover::before,
.sidebar__bottom-help a:hover::before {
    opacity: 1;
}

.sidebar__nav a.active::before {
    background-color: var(--boreale-green);
    opacity: 1;
}

.sidebar__nav a.active .sidebar__nav-title {
    color: var(--boreale-LM-text);
}

.sidebar__nav a.active .sidebar__nav-icon svg path {
    fill: var(--boreale-LM-text);
}

.sidebar__bottom {
    width: 100%;
}

.sidebar__bottom-help .sidebar__bottom-title {
    color: var(--boreale-DM-text);
}

.sidebar__bottom-logout {
    background-color: var(--boreale-LM-overground);
}

.sidebar__bottom-logout a {
    margin-bottom: 0;
}

.sidebar__bottom-logout .sidebar__bottom-title {
    color: var(--boreale-LM-text);
}

.sidebar__bottom-logout .sidebar__bottom-title span {
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
}

.sidebar__background {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100vh;
    background-color: #000;
    z-index: 8;
    opacity: 0%;
    transition: width .4s, opacity .3s;
    -o-transition: width .4s, opacity .3s;
    -moz-transition: width .4s, opacity .3s;
    -webkit-transition: width .4s, opacity .3s;
}

.sidebar__background.active {
    width: 100vw;
    opacity: 56%;
}

/* Default table */
.table {
    overflow-x: auto;
    padding: 0;
    height: calc(100vh - 400px);
}

.table__main {
    width: 100%;
    min-width: 1500px;
}

.table__head {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9;
    padding: 10px 0;
    background-color: var(--boreale-LM-background);
}

.table__head-row,
.table__body-row {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}

.table__body {
    margin: 20px 0 50px;
}

.table__body-row {
    background-color: #fff;
    border-radius: 25px;
    min-height: 72px;
    margin-top: 8px;
    margin-bottom: 8px;
    box-shadow: 0 8px 48px 0 #0000001c;
}

.table__head .table__cell {
    font-weight: 700;
    font-size: 16px;
}

.table__body .table__cell {
    font-size: 15px;
}

.table__cell {
    flex-basis: 12.5%;
    max-width: 12.5%;
    padding: 10px 15px;
}

.table__cell:first-child {
    padding-left: 0;
}

.table__cell:last-child {
    padding-right: 0;
}

/* Large devices (desktops, less than 1366px) */
@media (max-width: 1366px) {
    h1 {
        font-size: 40px;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/**
 * LOGIN PAGE
**/
.login {
    background-color: var(--boreale-LM-overground);
}

.login main {
    width: 100vw;
    padding: 0;
}

.login .col {
    position: relative;
    min-height: 100vh;
}

.login .col:first-child {
    width: 33.33%;
}

.login .col:last-child {
    width: 66.66%;
    background-image: url("../picture/login/COA_login_background.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 32px 0 0 32px;
}

.login h1 {
    color: var(--boreale-green);
}

.login__logo-boreale {
    margin-top: 40px;
    margin-left: 25px;
}

.login__form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login__form-content {
    width: 60%;
}

.login__form-top {
    text-align: center;
}

.login__form-top h1 {
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 27px;
}

.login__form input::-webkit-input-placeholder {
    color: var(--boreale-LM-text);
    opacity: .75;
}

.login__form input::-moz-placeholder {
    color: var(--boreale-LM-text);
    opacity: .75;
}

.login__form input:-ms-input-placeholder {
    color: var(--boreale-LM-text);
    opacity: .75;
}

.login__form input::-ms-input-placeholder {
    color: var(--boreale-LM-text);
    opacity: .75;
}

.login__form input::placeholder {
    color: var(--boreale-LM-text);
    opacity: .75;
}

.login__form-label-group label {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

.login__form-label-group input {
    font-size: 17px;
    border-radius: 70px;
    border: 1px solid var(--boreale-green);
    height: 70px;
    line-height: 70px;
    width: 100%;
    background: transparent;
    color: var(--boreale-LM-text);
    margin: 11px 0 22.5px 0;
    padding: 0;
    text-align: center;
}

.login__form-btn {
    cursor: pointer;
    display: block;
    margin: 45px auto 0;
    padding: 25px;
    width: 236px;
    background-color: var(--boreale-green);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 70px;
    border: 0;
    box-shadow: 0 10px 25px rgba(159, 189, 61, .16);
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.login__form-btn:hover {
    background-color: var(--boreale-green-lighter);
    color: #fff;
}

.login__form-forget {
    text-align: center;
}

.login__form-forget a {
    color: var(--boreale-green);
    text-decoration: underline;
}

/* Large devices (desktops, less than 1366px) */
@media (max-width: 1366px) {
    .login .col:first-child {
        width: 45%;
    }

    .login .col:last-child {
        width: 55%;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1200px) {
    .login .col:first-child {
        width: 45%;
    }

    .login .col:last-child {
        width: 55%;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 992px) {
    .login .col:first-child {
        width: 50%;
    }

    .login .col:last-child {
        width: 50%;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 768px) {
    .login .col:first-child {
        width: 100%;
    }

    .login .col:last-child {
        width: 0%;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 576px) {
    .login .col:first-child {
        width: 100%;
    }

    .login .col:last-child {
        width: 0%;
    }

    .login__form-content {
        width: 85%;
    }

    .login__form-top h1 {
        margin-top: 5px;
    }
}


/**
 * MY INTERNS PAGE
**/
.home .search__input {
    background-color: var(--boreale-LM-background);
}

.home .table__head .table__cell:nth-child(4) {
    text-transform: none;
}

.home .table__cell:nth-child(4) {
    flex-basis: 8%;
    max-width: 8%;
    text-transform: uppercase;
}

.home .table__cell:nth-child(5) {
    flex-basis: 17.25%;
    max-width: 17.25%;
}

.home .table__cell:nth-child(7) {
    flex-basis: 18.75%;
    max-width: 18.75%;
}

.home .table__cell:last-child {
    padding: 0;
    flex-basis: 6%;
    max-width: 6%;
}

/* Coaching course column */
.home .table__cell:nth-child(6) .btn {
    padding: 0 8px 0 16px;
    color: var(--boreale-LM-text);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 155px;
    height: 40px;
    min-width: initial;
}

.home .table__cell:nth-child(6) .btn--create {
    background-color: var(--boreale-LM-background);
    border: 1px solid #C4C7CA;
    width: 153px;
}

.home .table__cell:nth-child(6) .btn--unfollowed {
    background-color: #EAF79B;
}

.home .table__cell:nth-child(6) .btn--in-progress {
    background-color: #BAD842;
}

.home .table__cell:nth-child(6) .btn--completed {
    background-color: var(--boreale-green);
}

.home .table__cell:nth-child(6) .btn>div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    min-width: 24px;
    height: 24px;
    border-radius: 24px;
}

.home .table__cell:nth-child(6) .btn--create>div::before,
.home .table__cell:nth-child(6) .btn--create>div::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 2px;
    background-color: var(--boreale-LM-text);
}

.home .table__cell:nth-child(6) .btn--create>div::before {
    width: 12px;
    height: 2px;
}

.home .table__cell:nth-child(6) .btn--create>div::after {
    width: 2px;
    height: 12px;
}

.home .table__cell:nth-child(6) .btn--unfollowed>div,
.home .table__cell:nth-child(6) .btn--in-progress>div {
    padding: 0 8px;
}

/* Activity column */
.home .table__cell:nth-child(7) {
    display: flex;
}

.home .table__cell:nth-child(7) .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 0 24px;
    height: 40px;
    min-width: initial;
    color: var(--boreale-DM-text);
}

.home .table__cell:nth-child(7) .btn--inactive {
    background-color: #C7C7C7 !important;
    cursor: not-allowed;
}

.home .table__cell:nth-child(7) .btn--start {
    background-color: var(--boreale-start);
}

.home .table__cell:nth-child(7) .btn--improve {
    background-color: var(--boreale-improve);
    margin-left: 16px;
}

/* Files column */
.home .table__cell:last-child>div svg {
    height: 23px;
    margin: 0 0 0 10px;
}

.home .table__cell:last-child .with-attachment {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    min-width: 40px;
    height: 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: var(--boreale-info);
    margin-left: auto;
    cursor: pointer;
    padding: 0 8px 0 11px;
}

.home .table__cell:last-child .with-attachment svg path {
    fill: #fff;
}

.home .table__cell:last-child .with-attachment p {
    background: #fff;
    color: var(--boreale-info);
    width: 24px;
    height: 24px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/**
 * POST STUDY PAGE
**/
.post-study .table__cell {
    flex-basis: 10%;
    max-width: 10%;
}

.post-study .table__cell:first-child {
    flex-basis: 18%;
    max-width: 18%;
    display: flex;
}

.post-study .table__cell:first-child a{
    flex-basis: 60%;
    max-width: 80%;
}

.post-study .table__cell:nth-child(9) {
    flex-basis: 6%;
    max-width: 6%;
}

.post-study .table__cell:nth-child(2),
.post-study .table__cell:nth-child(3),
.post-study .table__cell:nth-child(4) {
    flex-basis: 9%;
    max-width: 9%;
}

.post-study .table__cell:nth-child(5) {
    flex-basis: 13%;
    max-width: 13%;
}

.post-study .table__cell:last-child {
    padding: 0;
    flex-basis: 6%;
    max-width: 6%;
}

.post-study .table__cell .complet{
    color: var(--boreale-green);
}

.post-study .table__cell .incomplet{
    color: var(--boreale-negative);
}

/* Edit/Duplicate column */
.post-study .table__cell:nth-child(9) {
    display: flex;
    justify-content: space-around;
}

.post-study .table__cell:nth-child(9) svg {
    min-height: 26px;
    min-width: 28px;
    cursor: pointer;
}

/* Files column */
.post-study .table__cell:last-child > div > div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    min-width: 40px;
    height: 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: var(--boreale-info);
    margin-left: auto;
    cursor: pointer;
}

.post-study .table__cell:last-child>div>div svg {
    height: 23px;
}

.post-study .table__cell:last-child>div>div svg path {
    fill: var(--boreale-green-darker);
}

.post-study .table__cell:last-child .with-attachment {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    min-width: 40px;
    height: 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: var(--boreale-info);
    margin-left: auto;
    cursor: pointer;
    padding: 0 8px 0 11px;
}

.post-study .table__cell:last-child .with-attachment svg path {
    fill: #fff;
}

.post-study .table__cell:last-child .with-attachment p {
    background: var(--boreale-LM-overground);
    width: 24px;
    height: 24px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0;
}

.info_bulle svg{
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.post-study-details{
    position: absolute;
    width: 25%;
    background-color: #FFF;
    box-shadow: 0 8px 48px 0 #0000001c;
    padding: 15px;
    border-radius: 25px;
    z-index: 100;
    display: flex;
    justify-content: space-between;
}

.post-study-details :nth-child(1){
    width: 100%;
    height: 100%;
    text-align: justify;
}

.post-study-details :nth-child(2){
    width: 25px;
    height: 25px;
    margin-left: 10px;
    cursor: pointer;
}

.post-study-details::after{
    content: "";
    position: absolute;
    top: 100%;
    left: 10%;
    margin-left: -6px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #FFF;
}


/**
 * POST STUDY CREATION PAGE
**/
.ps-create .col {
    width: 50%;
}

.ps-create__intro p {
    font-size: 12px;
    font-style: italic;
    color: #858484;
    margin-top: 0;
    margin-bottom: 10px;
}

.ps-create__form {
    display: flex;
    flex-direction: column;
}

.ps-create__form label {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 700;
}

.ps-create__form select {
    border: 0;
    height: 60px;
    border-radius: 60px;
    padding: 0 15px;
    margin-top: 7px;
}

.ps-create__form .selectize-dropdown {
    text-transform: uppercase;
}

.ps-create__form textarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 125px;
    border: 0;
    border-radius: 32px;
    margin-top: 7px;
    padding: 15px;
}

.ps-create .row:last-child .col:first-child {
    display: flex;
}

.ps-create .col:first-child .btn {
    min-width: auto;
    padding: 18px 34px;
    text-transform: uppercase;
    margin-right: 15px;
}

.ps-create .col:last-child .btn {
    /* display: inline-block; */
    min-width: auto;
    padding: 18px 34px;
    float: right;
}

/**
 * POST STUDY MODIFICATION PAGE
**/
.triple-screen {
    height: calc(100vh - 226px - 140px);
}

.triple-screen .container,
.triple-screen .row {
    height: 100%;
}

.triple-screen .col {
    max-height: 100%;
    width: 32%;
    margin-right: 2%;
    display: flex;
    flex-direction: column;
}

.triple-screen .col:nth-child(1) {
    width: 25%;
}

.triple-screen .col:nth-child(2) {
    width: 31%;
}

.triple-screen .col:nth-child(3) {
    width: 40%;
}

.triple-screen .col:last-child {
    margin-right: 0;
}

.triple-screen h2 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px;
}

.triple-screen__list {
    height: 100%;
    padding: 24px;
    border-radius: 32px;
    background-color: var(--boreale-LM-overground);
    overflow-y: auto;
    overflow-x: hidden;
}

.triple-screen__list .attach {
    margin-left: auto;
}

.triple-screen__list #count {
    margin-left: auto;
    margin-right: 14px;
}

.triple-screen__list select {
    width: 100%;
    height: 60px;
    border: none;
    border-radius: 16px;
    background-color: #E9EBEF;
    padding: 10px 20px;
}

.triple-screen__list>div>div[hidden] {
    display: none;
}

.triple-screen__list > div > div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 60px;
    background-color: #E9EBEF;
    padding: 10px 20px;
    border-radius: 16px;
    margin-bottom: 16px;
    cursor: pointer;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.triple-screen__list .newElement{
    display: block;
    background-color: inherit;
}

.triple-screen__list .newElement > div{
    margin-top: 20px;
}

.triple-screen__list .newElement .create-element{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--boreale-green);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    margin-right: 10px;
}

.triple-screen__list .newElement .create-element svg path{
    fill: #FFF;
}

/* .triple-screen__list>div>div:hover {
    filter: brightness(90%); 
    -webkit-filter: brightness(90%); /* fais bug la pj à voir comment la mettre sans que les éléments enfant hérite
    background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
} */

.triple-screen__list > div > select {
    width: 100%;
}

.triple-screen__list > div > div > select {
    width: 100%;
}

.post-study .triple-screen__list > div > div p {
    max-width: 60%;
}

.post-study #modalObj .triple-screen__list>div>div>div:first-child {
    max-width: 60%;
}

.triple-screen__list-item>div>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.triple-screen__list-item>div>div:last-child {
    margin-bottom: 0;
}

.triple-screen .col>div>div {
    font-size: 16px;
    font-weight: 700;
}

/* .triple-screen .col:first-child>div>div p {
    font-size: 24px;
} */
.triple-screen .col:first-child>div>div p#score {
    font-size: 15px;
}

.triple-screen__list div.active {
    background-color: var(--boreale-green-lighter);
}

.triple-screen__list div.active::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    right: 0;
    background-color: var(--boreale-green-lighter);
    transform: translate(50%) rotate(45deg);
    transform-origin: center;
}

.triple-screen__list #actDiv div.active::after {
    display: none;
}

/**
 * COACHING HOME PAGE
**/
.cards__card {
    /* flex-basis: calc((100% / 4) - 16px); */
    /* max-width: calc((100% / 4) - 16px); */
    flex-basis: 24.25%;
    max-width: 24.25%;
    margin-right: 1%;
    margin-bottom: 1%;
    background-color: var(--boreale-LM-overground);
    box-shadow: 0 8px 48px rgba(199, 199, 199, .16);
    border-radius: 16px;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.cards__card:nth-child(4n) {
    margin-right: 0;
}

.cards__card > div {
    display: flex;
    padding: 16px;
    height: 100%;
}

.card__col:first-child {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card__col:last-child {
    width: 35%;
}

.card__col p {
    margin: 0 0 6px 0;
}

.card__col p:first-child {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--boreale-LM-overground);
    background: var(--boreale-info);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 4px 10px;
    border-radius: 50px;
}

.card__col p:nth-child(2) {
    font-size: 24px;
    font-weight: 700;
}

.card__col p:nth-child(3) {
    font-size: 14px;
    font-weight: 400;
    color: var(--boreale-info);
}

.card__col a {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    display: flex;
    align-items: center;
}

.card__col:first-child a{
    background-color: var(--boreale-green);
    border-radius: 10px;
    height: 34px;
    width: fit-content;
    padding: 10px;
}

.card__col:first-child a svg{
    margin-right: 2px;
}

.card__col:first-child a:hover{
    background-color: var(--boreale-green-lighter);
}

.card__col a img {
    width: 34px;
    height: 34px;
    margin-right: 10px;
}

.card__progress {
    height: 100%;
}

.card__progress a{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card__progress a canvas{
    margin: -10px -5px 0 -5px;
}

.card__progress a div:first-child{
    width: 100%;
    background-color: #FAFAFA;
    box-shadow: 0 3px 12px rgba(39, 39, 39, 0.2);
    border-radius: 50%;
    padding: 5px;
    margin: 0 0 10px 0;
}

.card__progress a:hover div:first-child{
    box-shadow: 0 0 5px 5px rgba(186, 216, 66, 0.8);
}

.card__progress a div:last-child{
   text-align: center;
}

/* Large devices (desktops, less than 1366px) */
@media (max-width: 1366px) {
    .cards__card {
        flex-basis: 32.333333%;
        max-width: 32.333333%;
    }

    .cards__card:nth-child(3n) {
        margin-right: 0;
    }

    .cards__card:nth-child(4n) {
        margin-right: 1%;
    }
}


/**
 * COACHING CREATE PAGE
**/
.coa-create .row:first-child .col:first-child {
    width: 35%;
}

.coa-create .row:first-child .col:last-child {
    width: 63%;
    margin-left: 2%;
    background-color: var(--boreale-LM-overground);
    border-radius: 30px;
    padding: 25px;
}

.coa-create__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.coa-create__top p {
    font-size: 24px;
    font-weight: 700;
    padding-right: 20px;
}

.coa-create__top .search__input {
    background-color: var(--boreale-LM-background);
}

.coa-create .table {
    max-height: 500px;
}

.coa-create .table__main {
    min-width: auto;
}

.coa-create .table__head {
    background-color: var(--boreale-LM-overground);
}

.coa-create .dropdown {
    background-color: var(--boreale-LM-background);
}

.coa-create .dropdown__list-items {
    background-color: var(--boreale-LM-background);
}

.coa-create .dropdown__list-items label:hover {
    background-color: var(--boreale-LM-overground);
}

.coa-create .table__cell:first-child {
    flex-basis: 50%;
    max-width: 50%;
}

.coa-create .table__cell {
    flex-basis: 16.666667%;
    max-width: 16.666667%;
}

.coa-create .table__body .table__cell:first-child {
    font-weight: 700;
    display: flex;
}

.coa-create .table__body .table__cell:first-child a{
    flex-basis: 85%;
    max-width: 85%;
}

.coa-create .table__body-row {
    cursor: pointer;
    background-color: var(--boreale-LM-background);
    box-shadow: none;
}

.coa-create .table__body-row.active {
    background-color: var(--boreale-green-lighter);
}

.coa-create .row:last-child {
    padding-top: 25px;
}

.coa-create .row:last-child .col {
    width: 50%;
}

.coa-create .row:last-child .col:last-child button {
    float: right;
}

.coa-create__filters {
    margin-bottom: 20px;
}

/* Large devices (desktops, less than 1366px) */
@media (max-width: 1366px) {
    .coa-create .row:first-child .col:first-child {
        width: 25%;
    }

    .coa-create .row:first-child .col:last-child {
        width: 73%;
    }

    .coa-create__top .search__input {
        width: 100%;
    }

    .coa-create .table__cell:first-child {
        flex-basis: 35%;
        max-width: 35%;
    }

    .coa-create .table__cell {
        flex-basis: 21.666667%;
        max-width: 21.666667%;
    }
}

/* Small devices, height less than 768px */
@media (max-height: 768px) {
    .coa-create .table {
        max-height: 300px;
    }
}


/**
 * COACHING PERFORM PAGE
**/
.triple-screen__list>div>div>div:nth-child(2) {
    /* z-index: 1; */
    display: flex;
    align-items: center;
}
.triple-screen__list-item>div:first-child {
    max-width: 60%;
    padding-right: 15px;
}

.triple-screen__list .valid {
    background-color: #2ddd74 !important;
}

.triple-screen__list .valid::after {
    background-color: #2ddd74 !important;
}

.triple-screen__list .valid #commentDiv {
    background-color: #2ddd74 !important;
}

.triple-screen__list .progress {
    background-color: var(--boreale-warning) !important;
}

.triple-screen__list .progress::after {
    background-color: var(--boreale-warning) !important;
}

.triple-screen__list .progress #commentDiv {
    background-color: var(--boreale-warning) !important;
}

.triple-screen__list .comment .without-comment,
.triple-screen__list .attach .without-attachment,
.triple-screen__list .validation {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

.triple-screen__list .comment,
.triple-screen__list .attach {
    margin-right: 10px;
}

.triple-screen__list .without-validation {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(207, 207, 207);
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

.triple-screen__list .validation {
    margin-right: 0;
}

.triple-screen__list .comment svg {
    width: 21px;
    height: 19.85px;
}

.triple-screen__list .attach svg {
    height: 22.78px;
}

.triple-screen__list .attach .with-attachment,
.triple-screen__list .comment .with-comment {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    min-width: 40px;
    height: 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: var(--boreale-green-darker);
    margin-left: auto;
    cursor: pointer;
    padding: 0 8px;
}

.triple-screen__list .attach .with-attachment svg path,
.triple-screen__list .comment .with-comment svg path{
    fill: #fff;
}

.triple-screen__list .attach .with-attachment p,
.triple-screen__list .comment .with-comment p {
    background: #fff;
    color: var(--boreale-green-darker);
    width: 24px;
    height: 24px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.triple-screen__list .validation svg {
    width: 18.85px;
    height: 12.69px;
}

.triple-screen__list-item {
    position: relative;
}

/* .triple-screen__list-item.valid #addComment {
    display: none;
} */

#commentDiv[hidden] {
    display: none;
}

#commentDiv {
    display: none;
    z-index: -1;
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(100% - 15px);
    padding: 20px;
    flex-direction: column;
    background-color: #E9EBEF;
    height: initial;
    border-radius: 0 0 16px 16px;
}

#commentDiv>div {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #B5BAD0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.commentDiv__row {
    display: flex;
    justify-content: space-between;
    font-weight: 400;
}

#commentDiv #user,
#commentDiv p:nth-child(1) {
    width: 60%;
    font-size: 20px;
    font-weight: 400;
}

#commentDiv #date,
#commentDiv p:nth-child(2) {
    width: 40%;
    font-size: 14px;
    text-align: right;
    font-weight: 400;
}

#commentDiv #commentary,
#commentDiv p:nth-child(3) {
    font-size: 14px;
    width: 80%;
    margin-top: 0;
    font-weight: 400;
    word-wrap: break-word;
}

#addComment {
    display: flex;
    flex-wrap: wrap;
    background-color: var(--boreale-LM-overground);
    padding: 15px !important;
    border-radius: 8px;
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
}

#addComment label {
    width: 100%;
}

#addComment textarea {
    width: calc(100% - 108px);
    margin: 0;
    border-width: 0 0 1px 0;
    padding: 10px 5px;
    font-size: 15px;
    resize: vertical;
}

#addComment button {
    color: var(--boreale-green-darker);
    background-color: transparent;
    box-shadow: none;
    border: 0;
    width: 105px;
    height: 40px;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    margin: auto;
}

.nav__help ul{
    list-style-type: none;
    background-color: var(--boreale-LM-overground);
    width: 15%;
    position: fixed;
    right: 1%;
    padding: 0.5rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.nav__help li{
    border-bottom: 1px solid grey;
    margin: 1rem;
}

.nav__help a:hover{
    color: var(--boreale-info);
}

.help__section h2{
    margin-left: 2rem;
}

.help__section img{
    width: 60%;
    display: flex;
    margin: 2rem auto 2rem auto;
}

.comment__background{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.comment__content{
    display: none;
    position: fixed;
    bottom: 150px;
    right: 50px;
    background-color: var(--boreale-LM-overground);
    border-radius: 20px;
    padding: 15px 10px;
    width: calc(40vw - 50px);
    
}

.comment__content > .comment__content-container{
    height: calc(70vh - 150px);
    overflow-y: scroll;
}

.comment__content h3{
    margin: 0;
}

.comment__content-item{
    background-color: var(--boreale-LM-background);
    margin: 10px 0;
    padding: 10px;
    border-radius: 10px;
}

.comment__content-item__header p:first-child{
    font-size: 10px;
}

.comment__content-item__body{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.comment__content-item__body p{
    width: 80%;
}

.comment__content-item__footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.comment__content-item__footer textarea{
    resize: vertical;
    border: none;
    border-bottom: 1px solid gray;
    width: 85%;
}

.comment__content-item__footer button{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--boreale-green);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: none;
}

.comment__content-item__footer button svg path{
    stroke: var(--boreale-DM-text);
}

.comment__openner{
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--boreale-green);
    border: none;
}

.comment__openner:hover{
    background-color: var(--boreale-green-lighter);
}

.comment__openner span{
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: var(--boreale-LM-overground);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: var(--boreale-LM-text);
}

.comment__closer{
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: none;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--boreale-LM-background);
    border: none;
}

.comment__closer svg path{
    stroke: red;
}

.comment__closer:hover{
    background-color: var(--boreale-LM-overground);
}