:root {
    /* Background colors */
    --background-color-green: #018360;
    --background-color-blue: #008b8b;
    /* Content colors */
    --content-background: #f8f8f8;
    --content-color-muted: #5B5758;
    --raised-content-background: white;
    --input-field-border: #009B9A;
    /* Button colors */
    --green-button-light: #5becc8;
    --green-button-dark: #169474;
    --blue-button-light: #0bb8b8;
    --blue-button-dark: #007575;
    --red-button-light: #ec5f5f;
    --red-button-dark: #961313;
}

html,
body {
    /* background: linear-gradient(to left, var(--background-color-green), var(--background-color-blue)); */
    background: radial-gradient(circle at top right, transparent 10%, #ffffff10 10%, #ffffff10 20%, transparent 21%), radial-gradient(circle at left bottom, transparent 10%, #ffffff10 10%, #ffffff10 20%, transparent 21%), radial-gradient(circle at top left, transparent 10%, #ffffff10 10%, #ffffff10 20%, transparent 21%), radial-gradient(circle at right bottom, transparent 10%, #ffffff10 10%, #ffffff10 20%, transparent 21%), radial-gradient(circle at center, #ffffff10 30%, transparent 31%);
    background-size: 5em 5em;
    background-color: #008b8b;
    opacity: 1;
    width: 100%;
    height: 100%;
    margin: 0%;
    min-width: fit-content;
    font-family: Source Sans Pro, Arial, sans-serif;
    scroll-behavior: smooth;
}

.content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.sub-content {
    background: var(--content-background);
    width: fit-content;
    min-width: 45%;
    max-width: 90%;
    height: fit-content;
    min-height: 50px;
    overflow: hidden;
    border-radius: 20px;
    top: 150px;
    padding: 20px;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.sub-content-small {
    background: var(--content-background);
    width: fit-content;
    min-width: fit-content;
    max-width: 30%;
    height: fit-content;
    min-height: 50px;
    overflow: hidden;
    border-radius: 20px;
    top: 150px;
    padding: 20px;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.sub-content-list {
    width: 100%;
    height: fit-content;
    max-height: 400px;
    overflow: hidden;
    overflow-y: scroll;
    scroll-behavior: smooth;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
}

footer {
    color: var(--content-color-muted);
    font-size: 16px;
    background: var(--content-background);
    width: 96%;
    height: fit-content;
    overflow: hidden;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    /* box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.315), -2px -2px 5px #ffffff57; */
    padding: 5px;
}

.flex-form {}

.flex-label {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    min-width: 250px;
}

h1.Nom-page {
    text-align: center;
    top: 100px;
    color: white;
    font-size: 30px;
    width: 100%;
}

h2 {
    color: var(--content-color-muted);
    text-align: center;
}

h3 {
    color: var(--content-color-muted);
    text-align: center;
    margin: 0px;
}

.footnote {
    margin-left: 10px;
    font-size: 15px;
    font-weight: normal;
    color: var;
    text-align: center;
}

span.red {
    color: #EE142B;
    font-size: 20px;
}

span.green {
    color: #018b66;
    margin-top: 10px;
}

span.orange {
    color: rgb(194, 95, 15);
    margin-top: 10px;
}

.logo-CATP {
    width: fit-content;
    height: fit-content;
    border-bottom-left-radius: 30px;
    padding-bottom: 10px;
    padding-right: 15px;
    margin-left: 20px;
    background-color: white;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.459);
}

.logo-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

img.logo-ensemble {
    margin-left: 30px;
    margin-top: 10px;
    width: 150px;
}

.page-title {
    margin: 20px;
}

.session {
    margin-left: auto;
    width: 230px;
}

.title {
    margin-left: auto;
    margin-right: auto;
    width: 150px;
}

.profil-button-2x {
    font-weight: bold;
    border-radius: 30px;
    background: linear-gradient(160deg, white, rgb(238, 238, 238));
    box-shadow: 2px 2px 7px #00000046;
    overflow: hidden;
    text-align: center;
    color: var(--blue-button-dark);
    border: none;
    padding: 15px;
    margin-left: auto;
    margin-right: 20px;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 25px;
}

.logout-button-2x {
    font-weight: bold;
    border-radius: 50%;
    background: linear-gradient(160deg, var(--red-button-light), var(--red-button-dark));
    box-shadow: 2px 2px 7px #00000046;
    overflow: hidden;
    text-align: center;
    color: white;
    width: 45px;
    height: 45px;
    border: none;
    cursor: pointer;
    margin-right: 2px;
}

.fa-sign-out {
    font-size: 20px;
}

a.logo-ca {
    margin-left: auto;
    margin-right: 50px;
    margin-top: 5px;
    width: 90px;
}

img.logo-ca {
    margin-left: auto;
    margin-right: 50px;
    margin-top: 5px;
    width: 90px;
}

img.logo-fls {
    position: absolute;
    margin-left: 2%;
    margin-top: -62px;
    width: 102px;
    transform: rotate(3deg);
    filter: saturate(85%);
}

#eye {
    color: var(--content-color-muted);
}

button.transparent {
    border: none;
    background: none;
    outline: none;
    border-radius: 50%;
}

.transparent:active {
    box-shadow: none;
}

form {
    display: block;
    color: var(--content-color-muted);
}

.form-line {
    display: flex;
    flex-wrap: wrap;
}

.form-col {
    width: 50%;
    min-width: 100px;
}

label {
    display: block;
    padding: 20px 20px 10px;
    font-family: Source Sans Pro, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--content-color-muted);
    cursor: pointer;
}

.raised-card {
    margin: 10px;
    border-radius: 20px;
    background: #e9e9e9;
    box-shadow: 5px 5px 5px #bbbbbb, -2px -2px 5px #ffffff;
    padding: 10px;
    overflow: hidden;
    border: 2px solid var(--content-color-muted);
}

.green-button-2x {
    margin-top: 10px;
    border-radius: 50px;
    background: linear-gradient(160deg, var(--green-button-light), var(--green-button-dark));
    box-shadow: 5px 5px 5px #bbbbbb, -2px -2px 5px #ffffff;
    padding: 15px;
    overflow: hidden;
    width: 30px;
    height: 30px;
    text-align: center;
    color: white;
    margin-left: auto;
    margin-right: auto;
    border: none;
    cursor: pointer;
}

.new-button-2x {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 90px;
    overflow: hidden;
    padding-left: 7px;
    padding-right: 7px;
    top: 150px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: bold;
    border-radius: 500px;
    background: linear-gradient(160deg, var(--blue-button-light), var(--blue-button-dark));
    box-shadow: 2px 2px 7px #00000046;
    color: white;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.new-button-2x:active {
    box-shadow: inset 2px 2px 5px #0000009d, inset -2px -2px 5px #ffffffc4;
}

.details-button-2x {
    font-weight: bold;
    border-radius: 20px;
    background: linear-gradient(160deg, var(--green-button-light), var(--green-button-dark));
    box-shadow: 2px 2px 7px #00000046;
    overflow: hidden;
    text-align: center;
    color: white;
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer;
    margin-right: 2px;
}

.button-2x {
    margin: 10px;
    border-radius: 10px;
    border: 2px solid rgb(150, 150, 150);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    width: fit-content;
    margin-left: 10px;
    margin-right: 10px;
}

.button-grey {
    font-weight: bold;
    font-size: 14px;
    color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 200px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    border: none;
    text-transform: uppercase;
    border-radius: 30px;
    background: linear-gradient(160deg, #8f8f8f, #616161);
    box-shadow: 2px 2px 7px #00000046;
}

span.neuSpan {
    color: black;
    text-align: center;
    display: inline-block;
    width: 100%;
    min-height: 25px;
    height: fit-content;
    line-height: 27px;
    margin: 5px -15px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: none;
    font-size: 14px;
    font-weight: normal;
    border-radius: 20px;
    background: var(--content-background);
    border: 2px solid rgb(150, 150, 150);
    overflow: hidden;
}

input[type=text],
input[type=email],
input[type=password] {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 27px;
    line-height: 27px;
    margin: 5px -15px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 2px solid var(--input-field-border);
    font-size: 14px;
    font-weight: 200;
    border-radius: 15px;
    background: white;
}

input[type=date] {
    display: inline-block;
    font-weight: bold;
    font-size: large;
    height: 27px;
    margin-left: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 2px solid var(--input-field-border);
    font-size: 14px;
    font-weight: 200;
    text-align: center;
    border-radius: 50px;
    background: var(--content-background);
    /* box-shadow: inset 4px 4px 5px rgba(0, 0, 0, 0.315), inset -4px -4px 5px #ffffffd3; */
}

input[type=date]:disabled {
    border: none;
}

input[type=datetime-local] {
    display: inline-block;
    font-weight: bold;
    font-size: large;
    height: 27px;
    margin-left: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 2px solid var(--input-field-border);
    font-size: 14px;
    font-weight: 200;
    text-align: center;
    border-radius: 50px;
    background: var(--content-background);
    /* box-shadow: inset 4px 4px 5px rgba(0, 0, 0, 0.315), inset -4px -4px 5px #ffffffd3; */
}

input[type=datetime-local]:disabled {
    border: none;
}

ul.dropdown {
    text-align: center;
    margin-top: 3px;
    margin-left: 0px;
    width: 85%;
    display: inline-block;
    font-size: large;
    height: 27px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 200;
    border-radius: 50px;
    background: #eeeeee;
    /* box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.315), -4px -4px 5px #ffffffd3; */
}

ul.dropdown:active {
    box-shadow: inset 4px 4px 5px rgba(0, 0, 0, 0.315), inset -4px -4px 5px #ffffffd3;
}

ul.dropdown.show .options {
    visibility: visible;
    opacity: 1;
    transition: all 500ms ease-in-out;
}

.dropdown i {
    color: black;
    position: absolute;
}

input.dropdown {
    margin-top: -3px;
    width: 100%;
    font-weight: bold;
    background: none;
    border: none;
    box-shadow: none;
    text-align: center;
    cursor: pointer;
    transition: all 500ms ease-in-out;
}

input.dropdown:focus {
    background: none;
    box-shadow: none;
}

option {
    margin: 10px;
    /* position: relative; */
    /* max-width: 40%; */
    cursor: pointer;
    padding: 20px;
    background: #eeeeee;
    /* box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.315), -4px -4px 5px #ffffffd3; */
    /* opacity: 0; */
    /* list-style-type: none; */
    /* font-weight: bold; */
    /* transition: all 500ms ease-in-out; */
    border-radius: 20px;
    border: none;
}

option:hover {
    background: #c3c3c3;
}

.options li {
    position: relative;
    padding: 20px;
    list-style-type: none;
    font-weight: bold;
    transition: all 500ms ease-in-out;
}

select:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.options li:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

textarea {
    display: inline-block;
    width: 100%;
    resize: vertical;
    height: 100px;
    line-height: 27px;
    margin: 5px -15px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 2px solid var(--input-field-border);
    font-size: 14px;
    font-weight: 200;
    border-radius: 20px;
    background: #eeeeee;
    box-shadow: inset 4px 4px 5px rgba(0, 0, 0, 0.315), inset -4px -4px 5px #ffffffd3;
}

textarea:focus {
    background: #ffffff;
    box-shadow: inset 5px 5px 5px #d3d3d3, inset -5px -5px 5px #ffffff;
}

input[type=file] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

select {
    display: inline-block;
    width: 100%;
    padding: 0;
    border: none;
    font-size: 14px;
    font-weight: 200;
    border-radius: 10px;
    background: white;
    border: 2px solid var(--input-field-border);
    color: var(--content-color-muted);
}

input:focus {
    box-shadow: inset 5px 5px 5px #d3d3d3, inset -5px -5px 5px #ffffff;
    border: 2px solid var(--input-field-border);
}

.button-submit {
    font-weight: bold;
    font-size: 14px;
    color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 200px;
    height: 60px;
    cursor: pointer;
    text-align: center;
    border: none;
    text-transform: uppercase;
    border-radius: 30px;
    background: linear-gradient(160deg, var(--green-button-light), var(--green-button-dark));
    box-shadow: 2px 2px 7px #00000046;
}

button:active {
    box-shadow: inset 2px 2px 5px #0000009d, inset -2px -2px 5px #ffffffc4;
}

a[type=button]:active {
    box-shadow: inset 2px 2px 5px #0000009d, inset -2px -2px 5px #ffffffc4;
}

.button-dismiss {
    font-weight: bold;
    font-size: 14px;
    border-radius: 30px;
    background: linear-gradient(160deg, var(--red-button-light), var(--red-button-dark));
    box-shadow: 2px 2px 7px #00000046;
    overflow: hidden;
    text-align: center;
    color: white;
    border: none;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
    width: 200px;
    height: 60px;
    line-height: 60px;
}

hr {
    margin-top: 30px;
    height: 0px;
    border: 1px solid var(--input-field-border);
    background: var(--input-field-border);
    box-shadow: 2px 2px 7px #00000046;
}

@keyframes ripple {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0.5;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: separate;
    border-spacing: 1em;
}

thead {
    height: 40px;
    color: #009b9b;
    border: none;
    font-size: 20px;
}

tbody {
    text-align: center;
    width: 100%;
}

tr.neu-table {
    border-radius: 10px;
    overflow: hidden;
    height: 50px;
    width: fit-content;
    outline: 2px solid rgb(150, 150, 150);
    outline-offset: 3px;
    padding: 12px;
}

tr.neu-table-blank {
    overflow: hidden;
    height: 50px;
    margin-left: 10px;
    padding-left: 10px;
}

th.neu-table {
    margin-left: 20px;
    margin-right: 20px;
}

.file-raised-card {
    opacity: 0.8;
    overflow: hidden;
    height: 195px;
    width: 150px;
    margin-top: 10px;
    margin-left: 20px;
    background-image: url(../images/canvas.png);
    background-size: 100%;
}

.file {
    padding-top: 30%;
}

.file-name {
    text-align: center;
    padding-top: 20px;
    padding-left: 20px;
    color: var(--content-color-muted);
    font-weight: 900;
}

.login-error {
    margin-top: 10px;
    margin-left: auto;
    margin-bottom: 10px;
    margin-right: auto;
    width: 80%;
    background: linear-gradient(160deg, var(--red-button-light), var(--red-button-dark));
    box-shadow: 2px 2px 5px #a1a1a1, -2px -2px 5px #ffffff;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    padding: 30px;
    border-radius: 20px;
}

.introduction {
    /* max-width: 70%; */
    margin: auto;
}

.button-accueil {
    font-weight: bold;
    font-size: 14px;
    color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 150px;
    height: 30px;
    cursor: pointer;
    text-align: center;
    border: none;
    text-transform: uppercase;
    border-radius: 30px;
    background: linear-gradient(160deg, #a1a1a1, #707070);
    box-shadow: 2px 2px 7px #00000046;
}

.etape_aiguillage {
    margin: auto;
    display: flex;
    /* outline: 1px solid black; */
}

.corps_aiguillage {
    width: 100%;
}

.indicateur_aiguillage {
    width: 50px;
    height: 100%;
    /* outline: 1px solid black; */
}

.validation_aiguillage {
    display: flex;
}

.inactif {
    background: linear-gradient(160deg, #a1a1a1, #707070)!important;
}

.trinket {
    width: 90px;
    height: 90px;
}

.new-button-introduction {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 90px;
    /* overflow: hidden; */
    top: 150px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    border-radius: 500px;
    background: linear-gradient(160deg, #a1a1a1, #707070);
    box-shadow: 2px 2px 7px #00000046;
    color: white;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
}

.new-button-text {
    margin: 10px;
}

.new-button-reco-rh {
    /* background: linear-gradient(90deg, var(--blue-button-dark), #707070)!important; */
    background: linear-gradient(90deg, var(--green-button-dark) 45%, #707070 50%)!important;
}

.new-button-hello-talent {
    /* background: linear-gradient(90deg, #707070, #109AAC)!important; */
    background: linear-gradient(90deg, #707070 45%, #109AAC 60%)!important;
}

.container-mails {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.btn-mail {
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    color: white;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    text-align: center;
    border: none;
    border-radius: 30px;
    box-shadow: 2px 2px 7px #00000046;
    line-height: 30px;
}

.btn-mail-1 {
    background: linear-gradient(160deg, #707070, #383838)!important;
}

.btn-mail-2 {
    background: linear-gradient(160deg, #4dbeb6, #1e5652)!important;
}

.btn-mail-3 {
    background: linear-gradient(160deg, #0cb9ae, #077e77)!important;
}

.btn-mail-4 {
    background: linear-gradient(160deg, #db9956, #915c2f)!important;
}

.btn-mail-5 {
    background: linear-gradient(160deg, #f57710, #b65d04)!important;
}

.btn-mail-6 {
    background: linear-gradient(160deg, #b9260c, #7e2b07)!important;
}