:root {
    --dark-blue: #0E233D;
    --light-blue: #23E5D7;
    --light-grey: #E6E6E6;
    --weight0: #605f5f;
    --weight1: #ab5d04;
    --weight2: #005400;
    --weight3: #03519b;
    --large-green: #0FD141;
    --medium-yellow: #F4E527;
    --small-orange: #E87E13;
}

#siteContent {
    padding: 10px;
}

#stepTooltip {
    position: absolute;
    top: 30vh;
    max-width: 30vw;
    margin-top: 5vh;
    background-color: var(--dark-blue);
    color: white;
    border-radius: 10px;
    padding: 10px;
}

#stepName {
    margin-bottom: 0px;
    margin-bottom: 0px !important;
    font-size: 2vw;
}

.header > p {
    margin-bottom: 0px !important;
}

.small-circle {
    align-self: center;
    background-color: var(--small-orange);
    width: 1.2vw;
    height: 1.2vw;
    display: flex;
    position: absolute;
    left: .3vw;
    border-radius: 180px;
}

.medium-circle {
    align-self: center;
    background-color: var(--medium-yellow);
    width: 1.75vw;
    height: 1.75vw;
    display: flex;
    position: absolute;
    left: .3vw;
    border-radius: 180px;
}

.large-circle {
    align-self: center;
    background-color: var(--large-green);
    width: 2.2vw;
    height: 2.2vw;
    display: flex;
    position: absolute;
    left: .3vw;
    border-radius: 180px;
}

.picker-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
}

#step-picker {
    position: absolute;
    min-height: 8vh;
    width: 25%;
    visibility:hidden;
    color: white;
    font-size: 1.2rem;
    bottom: 40%;
    justify-content: center;
    border-radius: 60px;
    align-items: center;
}

#repick-row {
    display: grid;
}

#pointeur {
    transition-duration: 1s;
}

#PlateauFR {
    transition-duration: 0.5s;
}

#PlateauNoFR {
    transition-duration: 0.5s;
}

#picker-fr {
    background-color:transparent;
    border: 0px;
    background-position-x: center;
    transform: scale(1.5);
    display: grid;
}

#picker-fr:hover {
    transform: scale(1.7);
}

#picker-nofr {
    background-color:transparent;
    border: 0px;
    background-position-x: center;
    transform: scale(1.5);
    display: grid;
}

#picker-nofr:hover {
    transform: scale(1.7);
}

.ecole-repick-row {
    min-height: 7vh;
    width: 45% !important;
    border-radius: 20px;
    flex: auto;
}

.epicker-fr {
    background: center;
}

.epicker-nofr {
    background: center;
}

.modal-title {
    color: black;
    right: 50% !important;
    position: absolute;
}

.modal-body p {
    color: black;
}

.modal-clique {
    color: black !important;
    font-size: 1.1rem;
    display: grid;
    align-content: center;
    padding: 10px !important;
    margin-bottom: 10px;
}

.modal-dialog {
    max-width: 768px !important;
}

#formulaire {
    text-align: left;
    color: white;
    font-weight: 500;
    padding: 10px;
    margin-bottom: 50px !important;
}

.print-header {
    visibility: hidden;
}

.formulaire {
    transform: scale(.6);
    top: -21vh;
}

.weight0 {
    background-color: var(--dark-blue);
}

.weight1 {
    background-color: var(--dark-blue);
}

.weight2 {
    background-color: var(--dark-blue);
}

.weight3 {
    background-color: var(--dark-blue);
}

.peux-encore {
    background-color: var(--dark-blue);
    padding: 12px !important;
    width: 50% !important;
    margin-bottom: 1vh;
    align-self: center;
}

.peux-encore p {
    margin-bottom: 0 !important;
    margin-top: auto !important;
}

@media (max-width: 966px) {
    .peux-encore {
        width: 30% !important;
    }
}
