body
{
    width:1200px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(227, 227, 227, 0.6);
}

input[type="file"]::placeholder
{
    color:rgb(0,111,255);opacity:1}

.boutton_CSV:disabled
{
    background-color:#808080;border-color:#ff0000;color:Black;font-style:italic}

.bouttons
{
    border:none;padding:4px 8px;text-align:center;text-decoration:none;display:inline-block;font-size:14px;font-family:serif;font-weight:bold;margin:4px 2px;transition-duration:0.4s;cursor:pointer}

.bouttons:disabled
{
    border:2px solid rgba(0,0,0,0.24);
    border-radius:10px;
    -webkit-border-radius:10px;
    padding:4px 8px;text-align:center;
    text-decoration:none;display:inline-block;font-size:14px;font-family:serif;
    font-weight:bold;margin:4px 2px;
    transition-duration:0.4s;}

button.croix {
    background-color: gray;
    background-image: url('/media/croix_vide.png');
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    border: none;
    padding: 3px;
    cursor: pointer;
    margin: 10px;
    display: -webkit-flex;
    display: flex;
    border-radius: 2px;
    width: 25px;
    height: 25px;
}

button.croix:hover {
    border-radius: 4px;
    background-image: url('/media/croix_rouge.png');
}

.style_boutton0
{
    background-color:white;color:black;border:2px solid #56d7c8;border-radius:10px;-webkit-border-radius:10px}

.style_boutton0:hover
{
    background-color: rgba(4, 124, 108, 0.29);box-shadow:0 0 5px #09c2a9;color:black}


.style_boutton1
{
    background-color:white;
    color:black;
    border:2px solid #77d005;
    border-radius:10px;-webkit-border-radius:10px}

.style_boutton1:hover
{
    background-color: rgba(59, 101, 15, 0.27);
    box-shadow:0 0 5px #5c9d18;
    color:black}

.style_boutton1_selected
{
    background-color: rgba(168, 255, 140, 0.27);
    box-shadow:0 0 5px #5c9d18;
    color: #3d7600;
    cursor: not-allowed;
}

.style_boutton0:hover:disabled,
.style_boutton1:hover:disabled,
.style_boutton2:hover:disabled,
.style_boutton3:hover:disabled
{
    border-color: #ff6464;
    color: #cd0000;
    background-color: #eaeaea;
    cursor: not-allowed ;
}

.style_boutton2
{
    background-color:white;
    color:black;
    border:2px solid #e0ad10;
    border-radius:10px;
    -webkit-border-radius:10px}

.style_boutton2:hover
{
    background-color: rgba(255, 177, 0, 0.33);
    box-shadow:0 0 5px #af7f06;
    color:black}

.style_boutton2_selected
{
    background-color: rgba(175, 122, 0, 0.33);
    box-shadow:0 0 5px #af7f06;
    color: #866100;
    cursor: not-allowed;
}


.style_boutton3
{
    background-color:white;
    color:black;
    border:2px solid #ec680b;
    border-radius:10px;
    -webkit-border-radius:10px}

.style_boutton3:hover
{
    background-color: rgba(147, 59, 5, 0.23);
    box-shadow:0 0 5px #e27445;
    color:black}

.style_boutton3_selected
{
    background-color: rgba(172, 22, 2, 0.33);
    box-shadow:0 0 5px #af0606;
    color: #820000;
    cursor: not-allowed;
}

@keyframes clignotement
{
    from
    {
        box-shadow:0 0 0px #d90404;-webkit-filter:brightness(1.8);-moz-filter:brightness(1.8);filter:brightness(1.8)}

    to
    {
        box-shadow:0 0 10px #d90404;-webkit-filter:brightness(1.2);-moz-filter:brightness(1.2);filter:brightness(1.2)}

}

.style_boutton4
{
    background-color:white;color:black;border:2px solid #de6d6d;border-radius:10px;-webkit-border-radius:10px;
    animation: clignotement alternate 1s infinite linear;}

.style_boutton4:hover
{
    background-color: rgb(0, 0, 0);
    box-shadow:0 0 5px #d90404;
    color:white}

.style_boutton4_enabled
{
    background-color:#910202;box-shadow:0 0 20px #d90404;color:white;border:2px solid #ec680b;border-radius:10px;-webkit-border-radius:10px}

.style_boutton4:hover:disabled
{
    border-color:#910202;color:black;background-color:#c0c0c0}

.compartiment
{
    width:1200px;height:1000px;
    margin: 60px auto;
    position:absolute;
    display:inline;
    top:0;right:0;bottom:0;left:0;
    text-align:center;font-size:16px;font-family:serif}

.donnees_page1
{
    position:relative;
    display:flex;
    display:-webkit-flex;
    height:430px;
    max-height:430px;
    justify-content:center;
    align-items:center;
    box-shadow:0 0 20px #a9780b;
    border-spacing:5px;
    text-align: center;
    margin:150px auto;
    border-radius: 40px;
    background-color: white;
}

#div_CSV_identite{
    width:400px;
    max-width:400px;
}

#div_manuell_identite {
    width:400px;
    max-width:400px;
    margin-right: 40px;
}

#div_identification{
    width:400px;
    max-width:400px;
}


.choix_semestre {
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    border-radius:5px;
    -webkit-border-radius: 5px;
    scrollbar-color: #000000 rgba(255, 255, 255, 0);
    scrollbar-width: none ;
    font-size: 14px;
    font-family : cursive;
    font-weight: bold;
    text-align: center;
    height: 50px;
}
.effacement_page2
{
    height: 65px;
    display: flex;
    width: 400px;
    position: relative;
    margin: 30px auto;
    box-shadow: 0 0 18px -2px rgba(182, 19, 2, 0.68);
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background-color: white;
    border-radius: 10px;
}
.div_cote_a_cote
{
    position: relative;
    display: flex;
    align-items: center;
    min-height: 170px;
    height: 250px;
    min-width: 850px;
    width: 1050px;
    margin: 0px auto;
}

.effacement_page3
{
    height: 140px;
    display: flex;
    width: 400px;
    margin: 30px auto;
    box-shadow: 0 0 18px -2px rgba(182, 19, 2, 0.68);
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    text-align : center;
    position:relative;
    left:0px; top:30px;
    border-radius: 10px;
    background-color: white;
}

.donnees_page2
{
    margin:150px auto;height:auto;max-height:1600px;min-height:400px;width:1000px;max-width:1050px;display:flex;flex-direction: column;
    justify-content:flex-start;align-items:center;box-shadow:0 0 10px #8f0319;border-spacing:4px;
    scrollbar-color:#000000 rgba(255,255,255,0);scrollbar-width:thin;
    background-color: white;
    border-radius: 10px;
	overflow: auto;
}

.invisible-scrollbar::-webkit-scrollbar
{
    display:none}

.customized-scrollbar::-webkit-scrollbar
{
    height:10px;width:7px;background:rgba(255,255,255,0)}

.customized-scrollbar::-webkit-scrollbar-thumb
{
    background:#000000;-webkit-border-radius:5px}

.appreciation_conteneur
{
    background-color: white;
    position:relative;
    display:flex;
    display:-webkit-flex;
    flex-direction: column;
    justify-content: space-around;
    margin:5px auto;
    height:200px;
    max-height: 220px;
    width:350px;
    max-width:310px;
    align-items:center;
    box-shadow:0 0 20px #a9780b;
    border-spacing:5px;
    border-radius: 10px;
}

.appreciation_texte
{
    display:inline;position:relative;top:10px;overflow-y:scroll;scrollbar-color:#000000 rgba(255,255,255,0);scrollbar-width:thin;
    justify-content:center;align-items:center;font-size:16px;font-family:serif;margin-bottom:20px;width:250px;max-width:300px;
    height:30px;max-height:60px;max-height:50px;min-height:30px;resize:vertical;border:1px solid #e52e4a;box-shadow:0 0 0 3px #8f0319}

input[type="file"]
{
    font-family:serif;font-size:13px}

.prenom_texte, .fichier_texte
{
    width:250px;font-family:serif;font-size:14px; border: 2px solid; }

.fichier_texte::placeholder
{
    color: #898989;
}
.fichier_texte:hover::placeholder
{
    color: rgb(0, 127, 17);
    font-weight: bold;
}

.nombre_accueil
{
    width:200px;font-family:serif;font-size:14px;text-align:center}
.nombre_accueil:hover::placeholder{
    color: rgb(0, 127, 17);
    font-weight: bold;
}

textarea:focus
{
    outline:none;border-color:#0fff1b;box-shadow:0 0 10px #73b3ff}

input
{
    color:black;border: thin double #0679d5;font-style:italic}

.seconds
{
    vertical-align:middle;line-height:5px;background-color:White;
    position:relative; text-align: left; display: flex; justify-content: center;}

fieldset
{
    border:none;padding:5px}

.premiers
{
    display:table-cell;vertical-align:middle;border-width:4px 4px 0px 4px; text-align: center;
}

.lgn_legende {
    margin-top: 20px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    width: 600px;
}

.partie_lgn {
    padding:5px;
    border: 2px solid;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    user-select: none; /* supported by Chrome and Opera */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    cursor: default;
}
.lgn_complete {
    display: flex; position: relative; height: 30px; align-items: center; justify-content: center; width:990px; left: 0;right: 0;margin: 0 auto;
}


.div_tres_absents{
    background-color: rgba(4, 177, 229, 0.6);
}
.div_encourageable{
    background-color: rgba(97, 142, 158, 0.37);
}
.div_globale{
    background-color: #b6eada;
}
.div_bavardage{
    background-color: rgba(224, 217, 6, 0.55);
}

.div_implication{
    background-color: rgba(226, 154, 0, 0.52);
}

.div_competences{
    background-color: rgba(166, 168, 255, 0.53);
}

.div_competences:hover div_competences_hover{
    background-color: rgb(0, 5, 231);
}

input[type="radio"]
{
    display:none}

input[type="radio"].non_evalue + label,
input[type="radio"].insuffisant + label,
input[type="radio"].fragile + label,
input[type="radio"].suffisant + label,
input[type="radio"].tresbon + label,
input[type="radio"].excellent + label
{
    width:10px;height:10px;border-radius:5px;display:inline-block;position:relative;background-color:#eee}

input[type="radio"].non_evalue + label
{
    border:4px solid #000000}

input[type="radio"].non_evalue:checked + label
{
    background-color:#444444}

input[type="radio"].insuffisant + label
{
    border:4px solid #de0025}

input[type="radio"].insuffisant:checked + label
{
    background-color:#ff7085}

input[type="radio"].fragile + label
{
    border:4px solid #e8d402}

input[type="radio"].fragile:checked + label
{
    background-color:#ffec52}

input[type="radio"].suffisant + label
{
    border:4px solid #008509}

input[type="radio"].suffisant:checked + label
{
    background-color:#06ab13}

input[type="radio"].tresbon + label
{
    border:4px solid #047a9d}

input[type="radio"].tresbon:checked + label
{
    background-color:#0aa7d9}

input[type="radio"].excellent + label
{
    border:4px solid #580eea}

input[type="radio"].excellent:checked + label
{
    background-color:#9969fc}

input[type="radio"]:disabled + label
{
    background:#4f4f4f;-webkit-filter:brightness(1.8);-moz-filter:brightness(1.8);filter:brightness(1.8);border:4px solid #034db1}

.clipboard
{
    position:absolute;left:20px;background-repeat:no-repeat;background-image:url("SVG/icone_copie.svg");display:inline-block;cursor:pointer;animation: agrandissement2 alternate 1s infinite linear;background-size:contain;-webkit-filter:brightness(1.8);-moz-filter:brightness(1.8);filter:brightness(1.8)}

.clipboard:hover
{
    animation:0s; width:33px;height:33px;position:absolute;left:20px;background-repeat:no-repeat;background-image:url("SVG/icone_copie_3.svg");display:inline-block;cursor:pointer;background-size:contain;}

.clipboard:active
{
    animation:0s; width:33px;height:33px;position:absolute;left:20px;background-repeat:no-repeat;background-image:url("SVG/icone_copie_2.svg");display:inline-block;cursor:pointer;background-size:contain;-webkit-filter:brightness(1.8);-moz-filter:brightness(1.8);filter:brightness(1.8)}

@keyframes agrandissement2
{
    from
    {
        width:30px;height:30px;}

    to
    {
        width:33px;height:33px;-webkit-filter:brightness(1.2);-moz-filter:brightness(1.2);filter:brightness(1.2);
        box-shadow:0 0px 10px 5px #f58c61;}

}

@keyframes agrandissement
{
    from
    {
        width:15px;height:15px;-webkit-filter:brightness(1.8);-moz-filter:brightness(1.8);filter:brightness(1.8)}

    to
    {
        width:20px;height:20px;-webkit-filter:brightness(1.2);-moz-filter:brightness(1.2);filter:brightness(1.2)}

}

.mars, .venus
{
    background-repeat:no-repeat;display:inline-block;cursor:pointer;width:15px;height:15px;animation-duration:1s;animation-name:agrandissement;animation-direction:alternate;animation-iteration-count:infinite;-webkit-filter:brightness(1.8);-moz-filter:brightness(1.8);filter:brightness(1.8)}

.mars
{
    background-image:url("SVG/gar_2.svg")}

.venus
{
    background-image:url("SVG/fille_2.svg")}

.mars:hover
{
    background-image:url("SVG/gar.svg")}

.venus:hover
{
    background-image:url("SVG/fille.svg")}

input[type="radio"].mars:checked + label
{
    background-image:url("SVG/gar_3.svg");animation-duration:0s;width:25px;height:25px;position:relative;}

input[type="radio"].venus:checked + label
{
    background-image:url("SVG/fille_3.svg");animation-duration:0s;width:25px;height:25px;position:relative;}

.venus:hover, .mars:hover
{
    animation-duration:0s;width:25px;height:25px;position:relative;}


.venusdown + label
{
    background-image:url("SVG/fille_4.svg");width:20px;height:20px;position:relative;animation-duration:0s;}

.marsdown + label
{
    background-image:url("SVG/gar_4.svg");width:20px;height:20px;position:relative;animation-duration:0s}

::placeholder
{
    color: #0844c9
}
::placeholder:hover
{
    color: #0844c9
}


input:focus::placeholder
{
    color:transparent}

.my_btn {
    font-size: 14px;
    border-radius: 5px;
    padding: 4px;
    border: 2px solid #0098d9;
    background-color: #f1f1f1;
    font-family:serif;
}

.my_btn:hover, .my_btn_pg1:hover {
    font-weight: bold;
    background-color: rgba(255, 202, 202, 0.24);
    cursor: pointer;
}
.div_btn_envoyer{
    width: 80%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.my_btn_pg3, .my_btn_pg3_2 {
    font-size: 14px;
    border-radius: 5px;
    padding: 1px;
    border: 2px solid #0098d9;
    font-family:serif;
}

.my_btn_pg1 {
    font-size: 14px;
    border-radius: 5px;
    padding: 4px;
    border: 2px solid #0098d9;
    font-family:serif;
    background-color: rgba(82, 163, 149, 0.35);
    max-width: 150px;
    min-width: 150px;
}

.my_btn_pg3{
    background-color: #f1f1f1;
}

.my_btn_pg3_2{
    background-color: rgba(133, 215, 148, 0.25);
}

.my_btn_pg3:hover, .my_btn_pg3_2:hover {
    font-weight: bold;
    background-color: rgba(255, 202, 202, 0.24);
    cursor: pointer;
}


.swal2-title
{
    font-family:cursive;font-size:40px !important;}

.swal2-text
{
    font-family:cursive!important;font-size:18px!important;text-align:center!important;}

.swal2-html-container
{
    font-family:serif!important;font-size:18px!important;text-align:center!important;}
.swal2-modal
{
    width:500px}

.hidden{
    display:none;
    visibility:hidden;
}

.is-invalid{
    background-color: transparent;
    outline: none;
    border :solid 2px #e81200;
}

.is-valid{
    background-color: transparent;
    outline: none;
    border :solid 2px green;

}

.champobligatoire{
    text-align: right;
    font-size: 11px;
    display:inline-block;
    font-family: cursive;
    color: red;
}

@keyframes clignotant2
{
    from
    {
        box-shadow:0px 0px 1px 1px #8d0000;}

    to
    {
        -webkit-filter:brightness(1.2);-moz-filter:brightness(1.2);filter:brightness(1.2);
        box-shadow:0px 0px 2px 2px #e84242;}

}
.champcligontant{
    animation: clignotant2 alternate 400ms infinite linear;
}
.taille300{
    width:300px;min-width:300px; max-width:300px;
}

.affichagealerte{
    font-family: serif ;text-align: center; font-style: italic; color:#ff6200;font-size: 16px;
}