@font-face {
    font-family: 'silkaregular';
    src: url('../fonts/silka-regular-webfont.eot');
    src: url('../fonts/silka-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/silka-regular-webfont.woff2') format('woff2'),
        url('../fonts/silka-regular-webfont.woff') format('woff'),
        url('../fonts/silka-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


* {
    font-family: 'silkaregular';
}

html,
body {
    padding: 0;
    margin: 0;
    height: 100%;
    /*scroll-behavior: smooth;*/
    background-color: #f7fafb;
}

html {
    scroll-behavior: smooth;
}

section {
    min-height: 100%;
}

.header {
    background-color: #e40063;
    height: 100px;
    display: flex;
    flex-direction: row;
}

.header .logo {
    position: absolute;
    margin: 10px 20px;
    transition: 500ms;
}

.header .logo:hover {
    margin-top: 25px;
}

.header .titre {
    position: relative;
    margin: auto auto;
    font-size: 50px;
    color: white;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;

}

.header .titre .stitre {
    font-size: 30px;
    position: absolute;
    top: 10px;
    right: -12px;
}

/* FLECHE TOP */

.btn-scroll {
    height: 100px;
    width: 100px;
    color: #e40063;
    position: fixed;
    right: -20px;
    bottom: -40px;
    cursor: pointer;
    opacity: 0;
    z-index: 1;
}

.btn-scroll img {
    width: 100px;
    color: #e40063;
}

@keyframes fleche-top {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* FOOTER
==========================================================================================
*/

.footer {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #e40063;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: white;
}

.footer a {
    color: white;
    text-decoration: none;
    margin: 0 30px;
}

/* MESSAGES
==========================================================================================
*/

.message {
    z-index: -10;
    position: absolute;
    left: 0;
    right: 0;
    top: 451px;
    bottom: 0;
    margin: 0 auto;
    opacity: 0;
    width: 650px;
    height: 50px;
    background-color: rgb(206, 238, 206);
    border: 1px solid rgb(17, 89, 17);
    border-radius: 5px;
    padding: 5px;
    transition: 2s;
    padding: 0;
    display: flex;
    align-items: center;
}

.message p {
    text-align: center;
    color: black;
    padding: 5px;
    margin: auto;
    font-size: 18px;
}

/* MENU
==========================================================================================
*/

.menu {
    position: absolute;
    display: flex;
    top: 0;
    bottom: 0;
    left: 170px;
    margin: auto 10px;
    justify-content: center;
}

.menu a {
    color: white;
    font-weight: 900;
    margin: auto 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: 1s;
    font-size: 17px;
    text-align: center;
}

.menu a {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 3px 0;
    color: #fff;
    text-decoration: none;
}

.menu a:hover {
    color: #fff;
    text-decoration: none;
}

.menu a:before,
a:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: -2px;
    background: #fff;
}

.menu a:before {
    left: 0;
}

.menu a:after {
    right: 0;
    background: #fff;
    transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.menu a:hover:before {
    background: #fff;
    width: 100%;
    transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.menu a:hover:after {
    background: transparent;
    width: 100%;
    transition: 0s;
}

/* ALERTES
==========================================================================================
*/

.alert {
    background-color: #e40063;
    color: white;
    font-weight: 500;
    border-radius: 5px;
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 462px;
    margin: 30px auto;
    text-align: center;
}


/* CONNEXION
==========================================================================================
*/

.connexion {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.connexion .img-connexion {
    margin: 70px auto;
    width: 250px;
}

.main-login {
    display: flex;
    flex-direction: column;
    height: 700px;
    width: 1200px;
    justify-content: center;
    /*background: linear-gradient(to top left, #297ef2, white);*/
    background-color: white;
}

.img-login {
    margin: 15px auto 0px auto;
    width: 400px;
    position: relative;
}

.img-login2 {
    margin: 35px auto 0px auto;
    width: 300px;
    position: relative;
}

.input-login {
    border: 0.8px solid grey;
    border-radius: 5px;
    height: 50px;
    width: 280px;
    background-color: white;
    font-size: 22px;
    font-family: 'silkaregular';
    text-align: center;
    margin: 12px;
}

.input-login:hover {
    border: 0.8px solid #008d6a;
}

.form-login {
    margin: auto;
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 300px;
    align-items: center;
}

.form-login div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.label-login,
.label-saison {
    position: absolute;
    background-color: white;
    color: #e40063;
    padding: 2px;
    margin: 0 22px;
    z-index: 1;
    font-size: 15px;
}

.password-lost {
    text-align: center;
    font-size: 13px;
}

/* DECONNEXION
==========================================================================================
*/

.header {
    position: relative;
}

.header .ul-user {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    color: green;
    right: 30px;
    top: 30px;
    margin: 0;
}

.header .ul-user img {
    width: 35px;
    border-radius: 3px;
    margin-top: 5px;
}

.header .li-user {
    color: white;
    font-size: 23px;
    margin: 0 10px;
    text-decoration: none;
    font-weight: 700;
}

.header .span-li-user {
    font-size: 10px;
    color: white;
    margin-right: 10px;
    align-items: center;
}

.header li .fa {
    color: white;
    transition: 1s;
}

.header li .fa:hover {
    color: black;
    transform: scale(1.2);
}

/* BOUTON CONNEXION
==========================================================================================
*/

#wrapper {
    width: 100vw;
    height: 20vh;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-super-cool-btn {
    position: relative;
    text-decoration: none;
    color: #fff;
    letter-spacing: 1px;
    font-size: 2rem;
    box-sizing: border-box;
}

.my-super-cool-btn span {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    cursor: pointer;
}

.my-super-cool-btn span:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    border-radius: 100%;
    border: 7px solid #e40063;
    box-sizing: border-box;
    transition: all .85s cubic-bezier(0.25, 1, 0.33, 1);
    box-shadow: 0 30px 85px rgba(0, 0, 0, 0.14), 0 15px 35px rgba(0, 0, 0, 0.14);
}

.my-super-cool-btn:hover span:before {
    transform: scale(0.8);
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.14), 0 15px 35px rgba(0, 0, 0, 0.14);
}

.my-super-cool-btn .dots-container {
    opacity: 0;
    animation: intro 1.6s;
    animation-fill-mode: forwards;
}

.my-super-cool-btn .dot {
    width: 8px;
    height: 8px;
    display: block;
    background-color: #e40063;
    border-radius: 100%;
    position: absolute;
    transition: all .85s cubic-bezier(0.25, 1, 0.33, 1);
}

.my-super-cool-btn .dot:nth-child(1) {
    top: 50px;
    left: 50px;
    transform: rotate(-140deg);
    animation: swag1-out 0.3s;
    animation-fill-mode: forwards;
    opacity: 0;
}

.my-super-cool-btn .dot:nth-child(2) {
    top: 50px;
    right: 50px;
    transform: rotate(140deg);
    animation: swag2-out 0.3s;
    animation-fill-mode: forwards;
    opacity: 0;
}

.my-super-cool-btn .dot:nth-child(3) {
    bottom: 50px;
    left: 50px;
    transform: rotate(140deg);
    animation: swag3-out 0.3s;
    animation-fill-mode: forwards;
    opacity: 0;
}

.my-super-cool-btn .dot:nth-child(4) {
    bottom: 50px;
    right: 50px;
    transform: rotate(-140deg);
    animation: swag4-out 0.3s;
    animation-fill-mode: forwards;
    opacity: 0;
}

.my-super-cool-btn:hover .dot:nth-child(1) {
    animation: swag1 0.3s;
    animation-fill-mode: forwards;
}

.my-super-cool-btn:hover .dot:nth-child(2) {
    animation: swag2 0.3s;
    animation-fill-mode: forwards;
}

.my-super-cool-btn:hover .dot:nth-child(3) {
    animation: swag3 0.3s;
    animation-fill-mode: forwards;
}

.my-super-cool-btn:hover .dot:nth-child(4) {
    animation: swag4 0.3s;
    animation-fill-mode: forwards;
}

@keyframes intro {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes swag1 {
    0% {
        top: 50px;
        left: 50px;
        width: 8px;
    }

    50% {
        width: 30px;
        opacity: 1;
    }

    100% {
        top: 20px;
        left: 20px;
        width: 8px;
        opacity: 1;
    }
}

@keyframes swag1-out {
    0% {
        top: 20px;
        left: 20px;
        width: 8px;
    }

    50% {
        width: 30px;
        opacity: 1;
    }

    100% {
        top: 50px;
        left: 50px;
        width: 8px;
        opacity: 0;
    }
}

@keyframes swag2 {
    0% {
        top: 50px;
        right: 50px;
        width: 8px;
    }

    50% {
        width: 30px;
        opacity: 1;
    }

    100% {
        top: 20px;
        right: 20px;
        width: 8px;
        opacity: 1;
    }
}

@keyframes swag2-out {
    0% {
        top: 20px;
        right: 20px;
        width: 8px;
    }

    50% {
        width: 30px;
        opacity: 1;
    }

    100% {
        top: 50px;
        right: 50px;
        width: 8px;
        opacity: 0;
    }
}

@keyframes swag3 {
    0% {
        bottom: 50px;
        left: 50px;
        width: 8px;
    }

    50% {
        width: 30px;
        opacity: 1;
    }

    100% {
        bottom: 20px;
        left: 20px;
        width: 8px;
        opacity: 1;
    }
}

@keyframes swag3-out {
    0% {
        bottom: 20px;
        left: 20px;
        width: 8px;
    }

    50% {
        width: 30px;
        opacity: 1;
    }

    100% {
        bottom: 50px;
        left: 50px;
        width: 8px;
        opacity: 0;
    }
}

@keyframes swag4 {
    0% {
        bottom: 50px;
        right: 50px;
        width: 8px;
    }

    50% {
        width: 30px;
        opacity: 1;
    }

    100% {
        bottom: 20px;
        right: 20px;
        width: 8px;
        opacity: 1;
    }
}

@keyframes swag4-out {
    0% {
        bottom: 20px;
        right: 20px;
        width: 8px;
    }

    50% {
        width: 30px;
        opacity: 1;
    }

    100% {
        bottom: 50px;
        right: 50px;
        width: 8px;
        opacity: 0;
    }
}

button {
    border: none;
    background-color: white;
}


.span-accueil {
    display: block;
    position: relative;
    margin: 20px auto;
    text-align: center;
    width: 70%;
    font-size: 30px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
}

.titre-station {
    text-align: center;
    font-size: 27px;
    color: white;
    background-color: #e40063;
    margin: 0 35% 50px 35%;
    padding: 0 10px;
    border-radius: 5px;
}

.semaine {
    text-align: center;
    font-size: 27px;
    color: white;
    background-color: orange;
    margin: 50px 40%;
    padding: 0 10px;
    border-radius: 5px;
}

/* BACKGROUND 
==========================================================================================
*/

.div-bc {
    width: auto;
    height: 50%;
    position: absolute;
    z-index: -5;
    opacity: 0.3;
    top: 150px;
    left: 0;
    right: 0;
    background-position: center;
    display: flex;
    justify-content: center;
    background-image: url('../assets/images/charte-frise.svg');
    background-size: cover;
    background-repeat: no-repeat;

}

/* FORMULAIRE
==========================================================================================
*/

.formulaires {
    position: relative;
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    margin: 80px 50px;
    padding: 30px 5px;
    border: 2px solid #c00154;
    border-radius: 5px;
}

.formulaires label {
    position: absolute;
    top: -11px;
    left: 15px;
    font-size: 19px;
    background-color: white;
    padding: 0 5px;
}

.formulaires .form-formulaire {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}

.formulaires .titre-formulaire {
    position: absolute;
    top: -17px;
    left: 35px;
    font-size: 25px;
    border: none;
    border-radius: 5px;
    color: black;
    font-weight: 900;
}

.formulaires .form-formulaire .input {
    position: relative;
    margin: 25px 10px;
}

.formulaires .form-formulaire .input .input-form {
    border: 1px solid grey;
    border-radius: 3px;
    text-align: center;
    height: 30px;
    font-size: 15px;
    width: 150px;
}

.formulaires .form-formulaire .input .span-form {
    font-size: 13px;
    position: absolute;
    top: 40px;
    left: 10px;
}

.formulaires .form-formulaire .input .label-form {
    position: absolute;
    top: -7px;
    left: 7px;
    font-size: 12px;
    border: none;
    border-radius: 5px;
}

.btn {
    --c: #c00154;
    /* the color*/

    box-shadow: 0 0 0 .1em inset var(--c);
    --_g: linear-gradient(var(--c) 0 0) no-repeat;
    background:
        var(--_g) calc(var(--_p, 0%) - 100%) 0%,
        var(--_g) calc(200% - var(--_p, 0%)) 0%,
        var(--_g) calc(var(--_p, 0%) - 100%) 100%,
        var(--_g) calc(200% - var(--_p, 0%)) 100%;
    background-size: 50.5% calc(var(--_p, 0%)/2 + .5%);
    outline-offset: .1em;
    transition: background-size .4s, background-position 0s .4s;
}

.btn:hover {
    --_p: 100%;
    transition: background-position .4s, background-size 0s;
    color: white;
}

.btn:active {
    box-shadow: 0 0 9e9q inset #0009;
    background-color: var(--c);
    color: #fff;
}

.btn {
    cursor: pointer;
    padding: 5px;
    font-weight: bold;
    border: none;
    border-radius: 3px;
    height: 30px;
    font-size: 17px;
    margin: auto 50px;
}

.total-calibre {
    position: absolute;
    top: 1011px;
    left: 670px;
    font-size: 25px;
    margin: 0;
    background-color: red;
    color: white;
    border-radius: 5px;
    padding: 3px;
}

.total-volume {
    position: relative;
    font-size: 25px;
    margin: 0;
    background-color: #008000;
    color: white;
    border-radius: 5px;
    padding: 3px;
    margin-left: 150px;
}


/* TABLEAU DONNEES
==========================================================================================
*/

.tables,
.prevision-recolte {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tables {
    margin: 100px 0px;
}

.tables h3 {
    text-align: center;
    margin: auto;
}


.tables .table {
    margin: 10px auto;
}

.tables .table th {
    background-color: #c00154;
    color: white;
    height: 30px;
    border-radius: 3px;
    padding: 0 5px;
    font-size: 12px;
    min-width: 50px;
}

.tables .table tr {
    height: 30px;
}

.tables .table tr:nth-child(even) {
    background-color: #f1b4ce;
}

.tables .table tr:nth-child(odd) {
    background-color: white;
}

.tables .table td {
    text-align: center;
    border-spacing: 0;
    font-size: 14px;
    padding: 0 10px;
}

.fa-times {
    color: red;
}

.fa-6 {
    width: 150px;
}

.w30 {
    width: 30px;
}

.w50 {
    width: 50px;
}

.w100 {
    width: 100px;
}

.w200 {
    width: 200px;
}

/* FORMULAIRE ENQUETE
==========================================================================================
*/

.formulaire-enquete {
    position: relative;
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    margin: 145px 50px 50px 50px;
    padding: 30px 20px;
    border: 2px solid #c00154;
    border-radius: 5px;
}

.formulaire-question {
    display: flex;
    flex-direction: column;
}

.formulaire-question .div-question {
    display: flex;
    flex-direction: row;

}

.formulaire-question .number-question {
    background-color: #c00154;
    color: white;
    border-radius: 50%;
    padding: 10px;
    font-size: 20px;
    font-weight: 900;
}

.formulaire-question h3 {
    margin: auto 10px;
    /*width: 850px;*/
}

.formulaire-question h3 .span-question,
.inputs-question .span-question {
    font-size: 13px;
    font-weight: 400;
}

.formulaire-question .inputs-question {
    position: relative;
    text-align: left;
}

.formulaire-question .inputs-question .label-question {
    position: absolute;
    top: 3px;
    left: 70px;
    background-color: white;
    font-size: 13px;
}

.formulaire-question .inputs-question .input-question {
    width: 180px;
    height: 40px;
    border: 1px solid #e40063;
    border-radius: 5px;
    margin: 10px 60px;
    text-align: center;
    font-size: 20px;
}

.formulaire-enquete button {
    margin-top: 50px;
}

.varDisplayNone {
    display: none;
}

.varStyleMarginLeft {
    margin-left: 180px !important;
}

.img-alert {
    margin: 0px auto;
    width: 150px;
}

.form {
    margin: 50px auto;
    text-align: center;
}



/* FORMULAIRE ENQUETE : DIV MOIS
==========================================================================================
*/
.mois {
    display: flex;
    flex-direction: column;
    margin: 25px auto 0 auto;
    width: auto;
    justify-content: center;
    align-items: center;
}

.mois a {
    text-decoration: none;
    background-color: #c00154;
    color: white;
    padding: 5px;
    border-radius: 5px;
    transition: 1s;
    margin: 0 5px;
}

.mois a:hover {
    background-color: white;
    color: #c00154;
    padding: 5px;
    border: 1px solid #c00154;
}

.mois p {
    text-align: center;
    font-size: 18px;
}

.valeur-manquante {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 2px auto 0 auto;
    text-align: center;
    color: red;
    font-size: 14px;
}


/* ACCUEIL
==========================================================================================
*/

.accueil {
    width: 70%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    justify-items: center;
    margin: 50px auto;
}

.portail {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 50px;
    border: 1px solid rgb(189, 186, 186);
    border-radius: 10px;
    width: 180px;
    height: 189px;
    box-shadow: 10px 5px 5px grey;
    transition: 1s;
    text-decoration: none;
}

.portail:hover {
    transform: scale(1.1);
}

.portail img {
    position: absolute;
    top: 0;
    width: 200px;
    margin: auto;
    border-radius: 10px;
}

.portail span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    text-align: center;
    color: white;
    background-color: #e40063;
    margin: 0;
    padding: 0;
    padding: 5px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.bouton-admin {
    margin: 0 5px;
    text-decoration: none;
}

/* MENTIONS LEGALES
==========================================================================================
*/

.mentions-legales {
    width: 50%;
    margin: 0 auto;
}

.titre-mentions {
    text-align: center;
    font-size: 40px;
    margin-bottom: 100px;
}

.sous-titre-mentions {
    font-size: 40px;
    color: #e40063;
    font-weight: 900;
    margin: 50px 0 10px 0;
}

.p-mentions-legales {
    font-size: 16px;
}


/* NOUVEAU MOT DE PASSE
==========================================================================================
*/

.nouveau-mdp {
    display: flex;
    flex-direction: column;
}

.nouveau-mdp h1 {
    margin: 0 auto 50px auto;
}

.nouveau-mdp h2 {
    margin: 4px auto;
    font-size: 21px;
}

.nouveau-mdp .fa-exclamation-triangle {
    color: red;
    font-size: 55px;
}

.nouveau-mdp .a-back {
    margin: 30px auto;
    width: 150px;
    text-align: center;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    text-decoration: none;
}

.nouveau-mdp img {
    width: 250px;
    border-radius: 10px;
    margin: 50px auto;
}

.fa-tab-enquete {
    position: absolute;
    left: 53px;
}

.p-alerte-formulaire-existe {
    position: absolute;
    left: 0;
    right: 0;
    width: 650px;
    margin: 30px auto;
    text-align: center;
    background-color: #f8d7da;
    color: #68272f;
    padding: 3px;
    border-radius: 0px;
    border-left: 1px solid red;
    border-right: 1px solid red;
}

.aout {
    top: 369px;
    /*369*/
}

.septembre {
    top: 393px;
}

.form2 {
    top: 560px;
}

/* CHOIX STATION ENQUETE DE VOLUME
==========================================================================================
*/

.stations-EV {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 20px auto 0px auto;
}


.stations-EV a {
    text-decoration: none;
    background-color: #c00154;
    color: white;
    padding: 5px;
    border-radius: 5px;
    transition: 1s;
    margin: 0 5px;
    border: 1px solid #c00154;
}

.stations-EV a:hover {
    background-color: white;
    color: #c00154;
    padding: 5px;
}

.h2-admin {
    color: white;
    background-color: #027be3;
    border-radius: 5px;
    text-align: center;
}

.btn-mesure-moyenne {
    margin: 0 auto;
}


.div-rech-variete {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
}

.div-rech-variete h3 {
    text-align: center;
    margin: 0;
}

.div-rech-variete .ul-rech-variete {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.div-rech-variete .ul-rech-variete li {
    list-style-type: none;

}

.div-rech-variete .ul-rech-variete a {
    text-decoration: none;
    color: black;
    margin: 0 10px;
    text-align: center;
}

.maturite-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.sav {
    position: absolute;
    top: 35px;
    right: 10px;
    color: white;
    text-decoration: none;
    color: white;
    font-weight: 600;
}

.span-question-form2 {
    position: absolute !important;
    top: 60px !important;
    left: 70px !important;
    font-size: 13px;
}

.informations {
    position: absolute;
    top: 103px;
    left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #1d9e74;
    border-radius: 5px;
    width: auto;
    padding: 10px;
    background-color: #1d9e74;
    color: white;
}

@keyframes clignote {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.informations .informations-titre {
    animation: clignote 1.5s;
    animation-iteration-count: infinite;
    text-align: center;
    font-size: 22px !important;
}

.informations h5 {
    margin: 5px 0 20px 0;
    text-align: center;

}

.informations a {
    text-decoration: none;
    color: white;
    transition: 1s;
    margin: 3px auto;
    cursor: pointer;
}

.informations a:hover {
    color: black;
}

/* CHOIX SEMAINE
==========================================================================================
*/
.div-semaines {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 60px auto;
}

.div-semaines .semaine {
    text-align: center;
    font-size: 27px;
    color: white;
    background-color: orange;
    margin: 10px 40%;
    padding: 0 10px;
    border-radius: 5px;
}

.div-semaines h3 {
    text-align: center;
    margin: 0;
}

.choix-semaines {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}


.choix-semaine {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 5px;
}

.choix-semaine a {
    text-decoration: none;
    background-color: #ffa500;
    color: white;
    padding: 5px;
    border-radius: 5px;
    transition: 1s;
    margin: 0 5px;
    border: 1px solid #ffa500;
    display: flex;
    align-items: center;
    text-align: center;
}

.choix-semaine a:hover {
    background-color: white;
    color: #ffa500;
    padding: 5px;
}



.green {
    background-color: #1d9e74 !important;
    border-color: #1d9e74 !important;
}

.green:hover {
    color: #1d9e74 !important;
    background-color: white !important;
    border-color: #1d9e74 !important;
}

.btn-retour {
    display: flex;
    text-decoration: none;
    background-color: #1d9e74 !important;
    border-color: #1d9e74 !important;
    border: 1px solid #1d9e74 !important;
    border-radius: 3px;
    color: white;
    padding: 5px;
    width: 150px;
    margin: 10px auto;
    justify-content: center;
}

.btn-retour:hover {
    color: #1d9e74 !important;
    background-color: white !important;
}

.bilan-suivi-recole {
    margin-top: 70px !important;
    background-color: #1d9e74;
    color: white;
    border-radius: 3px;
    padding: 5px 15px;
}



/* SEPARATEUR DANS LE BILAN SUIVI RECOLTE
==========================================================================================
*/
.divider {
    /* minor cosmetics */
    display: table;
    font-size: 24px;
    text-align: center;
    width: 75%;
    /* divider width */
    margin: 40px auto;
    /* spacing above/below */
}

.divider span {
    display: table-cell;
    position: relative;
}

.divider span:first-child,
.divider span:last-child {
    width: 50%;
    top: 13px;
    /* adjust vertical align */
    -moz-background-size: 100% 2px;
    /* line width */
    background-size: 100% 2px;
    /* line width */
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
}

.divider span:first-child {
    /* color changes in here */
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#000));
    background-image: -webkit-linear-gradient(180deg, transparent, #000);
    background-image: -moz-linear-gradient(180deg, transparent, #000);
    background-image: -o-linear-gradient(180deg, transparent, #000);
    background-image: linear-gradient(90deg, transparent, #000);
}

.divider span:nth-child(2) {
    color: #000;
    padding: 0px 5px;
    width: auto;
    white-space: nowrap;
}

.divider span:last-child {
    /* color changes in here */
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(transparent));
    background-image: -webkit-linear-gradient(180deg, #000, transparent);
    background-image: -moz-linear-gradient(180deg, #000, transparent);
    background-image: -o-linear-gradient(180deg, #000, transparent);
    background-image: linear-gradient(90deg, #000, transparent);
}


/* MODAL PASSWORD OUBLIE
==========================================================================================
*/

.password-lost {
    text-align: center;
    font-size: 13px;
    cursor: grab;
    color: blue;
    text-decoration: underline;
}

.mdp-lost {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 150px;
    background-color: #f5f9ea;
    border: 1px dashed gray;
    border-radius: 5px;
    width: 350px;
    z-index: 999;
    display: none;
    transition: 1s;
    padding-top: 5px;
}

.mdp-lost .form-login {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 150px;
}

.mdp-lost .form-login label {
    background-color: transparent;
}

.mdp-lost p {
    text-align: center;
    font-size: 13px;
    margin: 0;
    padding: 0;
    color: black;
}

.mdp-lost .form-login button {
    border: 1px solid #e40063;
    border-radius: 5px;
    padding: 5px 10px;
    transition: 1s;
    font-size: 15px;
}

.mdp-lost .form-login button:hover {
    background-color: #e40063;
    color: white;
}

.fa-window-close {
    margin-left: 5px;
    color: red;
    transition: 1s;
}

.fa-window-close:hover {
    color: orange;
}

.description-modalite {
    text-align: center;
    background-color: #1d9e74;
    color: white;
    font-family: 'silkaregular';
    font-size: 14px;
    padding: 5px 10px;
    margin: 20px auto 0 auto;

}

.table-description-modalite {
    margin: 30px auto 0 auto;
}

.table-description-modalite td {
    border: 1px solid gray;
    border: 0 5px;
    border-radius: 3px;
    padding: 5px 10px;
    text-align: center;
    background-color: #f7b5d0;
    font-size: 13px;
}

.plus-table .fa-plus-square {
    font-size: 24px;
    transition: 1s;
}

.plus-table .fa-plus-square:hover {
    font-size: 24px;
    color: #1d9e74;
}

.consigne {
    margin: -10px auto 10px 40px;
    background-color: #d1e7dd;
    color: #0a3622;
    border: 1px solid #a3cfbb;
    border-radius: 5px;
    font-size: 13px;
    width: auto !important;
    padding: 5px 10px;
    /*animation: consigne 2500ms infinite ease-in-out*/
}

@keyframes consigne {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.mois .p-mois {
    font-weight: 600;
    color: white;
    background-color: #789060;
    padding: 5px 10px;
    border-radius: 5px;
}

.a-histo {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 385px;
    left: 20%;
    text-decoration: none;
    font-size: 10px;
    color: #e40063;
    text-align: center;
}

.a-histo .fa-table {
    font-size: 30px;
    color: #e40063;
}

.table .tr-validate {
    background-color: #a5e1a8 !important;
}

.tables .h2-validation-DA {
    font-size: 13px;
    color: orange;
}