@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");

html,
body {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
p,
a,
span,
button {
    font-family: 'Open Sans', sans-serif
}

i {
    cursor: pointer
}

img {
    max-width: 100%
}

p {
    margin: 5px 0
}

h1 {
    color: #97BF0D;
    font-size: 50px
}

a {
    text-decoration: none;
    color: black
}

.btn-picto {
    cursor: pointer;
    box-shadow: 0 10px 25px #97BF0D;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 60px;
    transition: all 0.5s ease;
    vertical-align: middle;
    width: 230px;
    height: 60px;
    background: #fff;
    border: 1px solid #97BF0D;
    border-radius: 84px;
    font-size: 1rem;
    font-weight: bold;
    color: #97BF0D !important;
    text-align: center;
    position: relative;
    padding-right: 70px
}

.btn-picto:hover {
    padding-right: 2.5rem
}

.btn-picto .arrow {
    background-image: url(../img/picto-arrow.svg)
}

.btn-picto span {
    transition: all 0.5s ease;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px
}

.invisible {
    display: none !important
}

.homescreen .sidebar {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #f7f7f7
}

.page-content {
    padding: 50px;
    margin-left: 100px
}

.top-profil {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px
}

.top-profil img {
    width: 100px;
    border-radius: 50%;
    margin-left: 30px
}

.top-profil i {
    color: #97BF0D;
    font-size: 50px;
    cursor: pointer
}

.top-profil .left-group {
    display: flex;
    text-align: right;
    color: #848484;
    justify-content: flex-start
}

.top-profil .left-group>div {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.top-profil .left-group .welcome {
    font-size: 30px;
    color: #97BF0D;
    margin: 0;
    font-weight: bolder
}

.stagiaires-row .row:first-child>div {
    text-align: center
}

.stagiaires-row .row:first-child>div:first-child {
    text-align: left
}

.stagiaires-row p {
    padding: 15px 0
}

.row-single {
    background: #f8f8f8;
    margin-bottom: 10px
}

.row-single .firstcol {
    text-align: left !important
}

.row-single .btns-coaching a {
    text-decoration: none;
    color: white;
    margin-right: 10px;
    padding: 12px;
    border-radius: 20px;
    position: relative;
    background: #487c00
}

.row-single .btns-coaching a p {
    position: absolute;
    background: white;
    color: black;
    font-size: 14px;
    padding: 5px;
    border-radius: 40px;
    border: 1px solid #487c00;
    top: -13px;
    left: -18px
}

.row-single .btns a {
    text-decoration: none;
    color: white;
    margin-right: 10px;
    padding: 12px;
    border-radius: 20px
}

.row-single .btns a:nth-child(1) {
    background: #00a9f4
}

.row-single .btns a:nth-child(2) {
    background: #97BF0D
}

.row-single .btns a:nth-child(3) {
    background: #487c00
}

.row-single .btns a.nostart {
    background: #c7c7c7 !important;
    cursor: not-allowed !important
}

.row-single .btns a.noeval {
    background: transparent !important;
    color: transparent !important;
    cursor: auto !important
}

.row-single>div {
    display: flex;
    align-items: center
}

.row-single>div p {
    width: 100%;
    text-align: center
}

.row-single>div a {
    width: 100%
}

.row-single>div:first-child p {
    text-align: left
}

.row-single>div:first-child a {
    font-weight: bold;
    font-size: 16px
}

.row-single>div p {
    padding: 15px 0
}

.coaching-btn-row {
    display: flex;
    margin-bottom: 50px;
    text-align: center
}

.coaching-btn-row a {
    padding: 15px 40px;
    margin-right: 40px;
    text-decoration: none;
    background: white;
    flex: 0 1 23%;
    color: black;
    border: 1px solid black;
    border-radius: 40px
}

.coaching-btn-row a.active {
    background: #487c00;
    color: white;
    border: 1px solid transparent
}

.coaching-btn-percent {
    margin-left: 20px
}

.etudepostetop {
    display: block !important;
    margin-bottom: 0 !important
}

#connection .row {
    min-height: 100vh;
    position: relative
}

#connection .row>div {
    padding: 0 40px
}

#connection .row>div:first-child {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

#connection .row>div:first-child .logo_boreale {
    position: absolute;
    top: 28px;
    left: 50px
}

#connection .row .logform {
    background: #97BF0D;
    border-radius: 0 0 130px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white
}

#connection .row .logform button {
    display: block;
    margin: auto;
    margin-top: 2.4rem
}

#connection .row .logform .label_effect {
    position: relative;
    z-index: 10;
    font-size: 18px;
    margin: 0
}

#connection .row .logform input {
    font-size: 17px;
    border-radius: 3.9rem;
    text-align: center;
    font-weight: bold;
    border: 1px solid #fff;
    height: 72px;
    line-height: 72px;
    width: 100%;
    background: transparent;
    padding: 0 1.8rem;
    color: #fff !important;
    margin: 22.5px 0
}

#connection .row .logform label {
    position: absolute;
    top: 46px;
    left: 0;
    width: 100%;
    white-space: nowrap;
    text-align: center;
    z-index: -1;
    transition: 0.4s
}

@media (max-height: 950px) {
    #connection .content img {
        margin-bottom: 3rem
    }
}

.sidebar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 9998
}

.sidebar .logo {
    margin-top: 25px
}

.arrow-menu{
    cursor: pointer;
}

.sidebar .arrow {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.sidebar .menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center
}

.sidebar .menu div {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #848383;
    text-decoration: none;
    font-size: 20px;
    margin-top: 4rem;
    margin-bottom: 6rem;
    width: 100%;
}

.sidebar .menu div img{
    margin-right: 20px;
}

.sidebar .menu a {
    display: flex;
    justify-content: center;
    color: #B5BAD0;
    text-decoration: none;
    font-size: 20px;
    padding: 7px 30px;
    width: 100%;
}

.sidebar .menu a span:first-child{
    margin-right: 20px;
}

.sidebar .menu a.active{
    color: #97BF0D;
    box-shadow: 0.5rem 0 0 0 #97BF0D inset;
}

.sidebar .menu svg{
    width: 100%;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}

.sidebar .menu .deployed-text{
    display: none;
}

.sidebar .menu .deployed-text-active{
    display: block;
}

.sidebar .deco {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    color: #97BF0D;
    text-decoration: none;
    padding: 10px 30px
}

.sidebar .deco-deployed {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    text-decoration: none;
    color: #B5BAD0;
    padding: 10px 30px
}

.sidebar .deco-deployed span:first-child{
    margin-right: 20px;
}

.overview .title1>div:first-child {
    margin-bottom: 50px
}

.overview .title1>div:first-child a {
    text-decoration: none;
    color: grey
}

.overview .title1>div:nth-child(2) p {
    font-size: 30px;
    font-weight: 900
}

.overview .title1>div:last-child {
    margin-bottom: 25px
}

.overview .title1>div:last-child p {
    font-size: 25px
}

.overview h3 {
    text-align: center;
    font-size: 30px
}

.overview .chart2 {
    width: 90%;
    display: block;
    margin: auto
}

.overview .chart {
    width: 40%;
    display: block;
    margin: auto;
    position: relative
}

.overview .chart p {
    color: #97BF0D;
    font-size: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    position: absolute;
    background: white;
    padding: 35px 25px;
    border-radius: 50%
}

.overview .progress-zone {
    margin-top: 30px
}

.overview .progress-zone .progress-single {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.overview .progress-zone .progress-single p {
    margin-right: 20px;
    font-weight: bold;
    flex: 1 0 30%
}

.overview .progress-zone .progress-single span {
    margin-left: 15px;
    color: white;
    padding: 4px 6px;
    border-radius: 40px;
    flex: 1 0 10%;
    text-align: center;
    width: fit-content
}

.overview .progress-zone .progress-single .progress-bg {
    height: 10px;
    background: #c7c7c7;
    border-radius: 20px;
    width: 100%;
    position: relative
}

.overview .progress-zone .progress-single .progress-bg .progress-bar {
    height: 10px;
    position: absolute;
    border-radius: 20px;
    top: 0;
    left: 0
}

.creationEtudePoste h1,
.creationEtudePoste h2 {
    margin-top: 0
}

.creationEtudePoste form {
    padding-right: 50px
}

.creationEtudePoste form select {
    width: 100%;
    padding: 15px;
    font-size: 20px;
    border: 1px solid black;
    color: #949494;
    display: block;
    background: url(https://upload.wikimedia.org/wikipedia/commons/9/9d/Arrow-down.svg) no-repeat right #fff;
    background-position-x: 98%;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-size: 35px;
    appearance: none
}

.creationEtudePoste form select option {
    color: black
}

.creationEtudePoste form select option:first-child {
    color: #949494
}

.creationEtudePoste form textarea {
    resize: vertical;
    min-height: 120px;
    width: 100%;
    padding: 15px;
    font-size: 15px;
    text-align: left;
    border: 1px solid black;
    color: #949494;
    display: block
}

.creationEtudePoste form label {
    display: block;
    margin-top: 30px;
    font-size: 20px;
    margin-left: 20px;
    margin-bottom: 10px
}

.creationEtudePoste form label:first-child {
    margin-top: 0
}

.creationEtudePoste form input[type="submit"] {
    padding: 15px 30px;
    background: #487c00;
    border: none;
    border-radius: 50px;
    margin-top: 30px;
    color: white;
    font-size: 20px
}

.creationEtudePoste .row-label-result {
    font-weight: bold;
    margin-bottom: 10px
}

.creationEtudePoste .row-label-result>div:nth-child(3),
.creationEtudePoste .row-label-result>div:nth-child(4) {
    text-align: center
}

.creationEtudePoste .row-search-result {
    background: #f8f8f8;
    padding: 15px 0;
    margin-bottom: 10px
}

.creationEtudePoste .row-search-result>div:first-child {
    font-weight: bold
}

.creationEtudePoste .row-search-result>div:nth-child(3),
.creationEtudePoste .row-search-result>div:nth-child(4) {
    text-align: center
}

.creationEtudePoste2 .top-profil {
    margin-bottom: 50px
}

.creationEtudePoste2 .top-profil h1 {
    margin: 0
}

.creationEtudePoste2 .top-profil .btn-creation-save {
    padding: 15px 30px;
    background: #487c00;
    border: none;
    border-radius: 50px;
    color: white;
    font-size: 20px
}

.creationEtudePoste2 .zone-them .checkCard {
    display: none !important;
    color: white !important
}

.creationEtudePoste2 .zone-them .begin {
    background: #F9C020 !important
}

.creationEtudePoste2 .zone-them .begin.active::after {
    border-top-color: #F9C020 !important
}

.creationEtudePoste2 .zone-them .begin p,
.creationEtudePoste2 .zone-them .begin span {
    color: white !important
}

.creationEtudePoste2 .zone-them .valide {
    background: #97BF0D !important
}

.creationEtudePoste2 .zone-them .valide .checkCard {
    display: block !important
}

.creationEtudePoste2 .zone-them .valide span {
    display: none !important
}

.creationEtudePoste2 .zone-them .valide.active::after {
    border-top-color: #97BF0D !important
}

.creationEtudePoste2 .zone-them .valide p,
.creationEtudePoste2 .zone-them .valide span {
    color: white !important
}

.creationEtudePoste2 .zone-obj .begin {
    background: #F9C020 !important
}

.creationEtudePoste2 .zone-obj .begin.active::after {
    border-top-color: #F9C020 !important
}

.creationEtudePoste2 .zone-obj .begin p,
.creationEtudePoste2 .zone-obj .begin span {
    color: white !important
}

.creationEtudePoste2 .zone-obj .valide {
    background: #97BF0D !important
}

.creationEtudePoste2 .zone-obj .valide.active::after {
    border-top-color: #97BF0D !important
}

.creationEtudePoste2 .zone-obj .valide p {
    color: white !important
}

.creationEtudePoste2 .zone-obj .valide span {
    display: none
}

.creationEtudePoste2 .zone-act .card .checkCard {
    display: block !important
}

.creationEtudePoste2 .zone-act .card.active::after {
    display: none !important
}

.creationEtudePoste2 .zone-act .card.valide {
    border: 1px solid #97BF0D
}

.creationEtudePoste2 .zone-act .card.valide i {
    color: #97BF0D !important
}

.creationEtudePoste2 .zones-form {
    margin-top: 30px
}

.creationEtudePoste2 .zones-form>div {
    display: flex;
    flex-direction: column
}

.creationEtudePoste2 .zones-form>div .subzone {
    width: 100%;
    background: #EFF4FD;
    height: 50vh;
    overflow-y: auto;
    overflow-x: hidden
}

.creationEtudePoste2 .zones-form>div .subzone .content {
    display: flex;
    flex-direction: column;
    padding: 20px;
    padding-bottom: 0
}

.creationEtudePoste2 .zones-form>div .subzone .content .card {
    padding: 15px;
    margin-bottom: 7px;
    position: relative;
    cursor: pointer;
    background: white
}

.creationEtudePoste2 .zones-form>div .subzone .content .card p {
    color: black;
    font-weight: bold;
    font-size: 20px;
    padding-right: 35px
}

.creationEtudePoste2 .zones-form>div .subzone .content .card i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    display: none;
    color: black
}

.add-attachment{
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    background: lightgray;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.modal-attachment{
    display: none;
    position: fixed;
    z-index: 10;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.creationEtudePoste2 .zones-form>div .subzone .content .card span {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: black
}

.creationEtudePoste2 .zones-form>div .subzone .content .card.active {
    background: #EBEAEA
}

.creationEtudePoste2 .zones-form>div .subzone .content .card.active p {
    color: black
}

.creationEtudePoste2 .zones-form>div .subzone .content .card.active i {
    display: block
}

.creationEtudePoste2 .zones-form>div .subzone .content .card.active::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%) rotateZ(-90deg);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #EBEAEA;
    clear: both
}

.creationEtudePoste2 .zones-form>div .subzone .add {
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 20px
}

.creationEtudePoste2 .zones-form>div .subzone .add img {
    width: 35px;
    margin-right: 20px
}

.creationEtudePoste2 .zones-form>div .subzone .add p {
    margin: 0;
    font-style: italic
}

.creationEtudePoste2 .zones-form>div .titlecol {
    color: #B5BAD0;
    text-transform: uppercase
}

.lookFor {
    position: fixed;
    left: 50%;
    width: 70%;
    border-radius: 33px;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #F2F2F2;
    z-index: 9900;
    padding: 20px 30px
}

.lookFor .checkarea {
    background: white;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px 0;
    margin: 20px 0
}

.lookFor .checkarea .checkdiv {
    display: flex;
    padding: 10px 20px
}

.lookFor .checkarea .checkdiv label {
    margin-left: 20px;
    font-size: 20px
}

.lookFor select {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    z-index: 9900;
    font-size: 20px;
    padding: 20px;
    background: url(https://upload.wikimedia.org/wikipedia/commons/9/9d/Arrow-down.svg) no-repeat right #fff;
    background-position-x: 98%;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-size: 35px;
    appearance: none;
    border: 1px solid #dadada
}

.lookFor p {
    text-align: center;
    font-size: 25px
}

.lookFor .btns {
    display: flex;
    justify-content: center;
    align-items: center
}

.lookFor .btns button {
    font-size: 20px;
    padding: 12px 40px;
    border-radius: 50px;
    cursor: pointer;
    border: none
}

.lookFor .btns button:first-child {
    color: black;
    background: white;
    margin-right: 25px
}

.lookFor .btns button:last-child {
    background: #97BF0D;
    color: white;
    margin-left: 25px
}

.blackfilter {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9800
}