body {
    font-family: Arial, Helvetica, sans-serif;
}

html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 0%;
}

nav.topMenu ul {
    display: flex;
    padding: 0;
    position: relative;
}

nav.topMenu ul li {
    list-style-type: none;
}


/* ///////////////////////////////////*/

nav.topMenu ul li a {
    margin-right: 10px;
    text-decoration: none;
    display: inline-block;
    padding: 5px;
    background-color: hsl(0, 21%, 93%);
    /* background-color: hsl(0, 2%, 59%); */
    color: hsl(0, 80%, 30%);
}

nav.topMenu ul li a:hover {
    color: hsl(0, 2%, 59%);
    background-color: hsl(0, 80%, 30%);
}

nav.topMenu ul li a.actif {
    background-color: hsla(225, 8%, 60%, 0.74);
    color: rgb(193, 33, 38);
}

section.retour {
    padding: 10px;
    position: fixed;
    /* background-color: hsl(202, 41%, 95%); */
}

div.ok {
    color: #080;
}

div.ko {
    color: #800;
}

div.date {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: hsl(0, 21%, 93%);
    padding: 10px;
    border-radius: 4px;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
    color: hsl(0, 80%, 30%);
}

div.formTableEtudiant {
    display: flex;
}

div.requeteSQL::before {
    content: "Requete SQL : ";
    display: block;
    font-weight: bold;
}

div.requeteSQL {
    padding: 5px;
    /* position:absolute; 
    top:64px;  */
    width: 450px;
    background-color: rgba(255, 255, 255, 0.8);
}

div.requeteSQL.deuze {
    left: 600px;
}

div.containerPhotos {
    display: flex;
    flex-wrap: wrap;
}

div.containerPhotos img {
    margin: 20px;
    width: 100px;
    height: auto;
    border: 5px #fff solid;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
}


/* Partie de titre et image de la page d'accueil*/

.market {
    background-image: url('../img/hopitalnum2.jpg');
    /* background-image: url('../img/medecin-tenant.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    color: white;
    text-align: center;
    padding-top: 100px;
}

.market div {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5%;
}

.market p {
    font-size: 1.5em;
    line-height: 2;
    margin-bottom: 50px;
}

.market a {
    color: rgba(255, 220, 120, 1.0);
    text-decoration: none;
}

.market strong {
    font-weight: 400;
}

.market cite {
    /* font-family: 'Bad Script', cursive; */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    letter-spacing: 2px;
    margin: 2%;
}

footer {
    color: rgb(25, 22, 202);
}

.itemPiedPage {
    padding: 20px;
    font-weitgh: bold;
    margin-bottom: 20px;
    background-color: rgb185, 211, 245);
}

.sstable {
    border: 3px solid rgb(185, 211, 245);
    width: 10%;
    border-collapse: collapse;
    pandding: 2px;
    margin-bottom: 20px;
    background-color: rgb(185, 211, 245);
    color: rgb(185, 211, 245);
}


/* le corps de la page  */

.appareil {
    /* text-align: center; */
    /* background-image: url(../img/pulse.jpg); */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    width: 100%;
    /* height: 50%; */
}

.appareil div {
    margin: 2% 5% 2% 5%;
    padding: 1px 0 1px 0;
    background-color: rgba(255, 255, 255, 0.8);
}

.appareil h2 {
    padding: 0;
    margin: 0;
    text-shadow: 4px 12px 4px gray;
}

.appareil>p:nth-child(2) {
    /* font-family: 'Bad Script', cursive; */
    font-family: Arial, Helvetica, sans-serif;

    font-weight: bold;
    font-size: 1.3em;
    padding: 10px 15% 10px 15%;
    line-height: 1;
}

.appareil article:hover {
    transform: scale(1.1);
    box-shadow: 3px 3px 3px gray;
    /* box-shadow: 4px 4px 12px gray; */
}

.appareil h3 {
    /* background-color: rgb(73, 117, 173); */
    background-color: rgb(110, 163, 233);
     color: white;
    line-height: 2;
}

.appareil h6 {
    background-color: rgb(140, 157, 235);
    /* background-color: rgb(226, 159, 224); */
    color: white;
    line-height: 2.5;
}

.appareil h4 {
    background-color: rgb(73, 117, 173);
    color: white;
    line-height: 1.5;
}

.appareil img {
    margin-top: 0px;
    width: 80%;
}

.appareil q {
    /* font-family: 'Bad Script', cursive; */
    font-family: Arial, Helvetica, sans-serif;

    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.5;
}

.appareil article {
    width: 300px;
    /* height: 550px; */
    border: gray 1px solid;
    border: 10px 1% 10px 1%;
    border-radius: 4px;
    margin: 10px 1% 10px 1%;
    padding-bottom: 10px;
    background-color: white;
    transition-duration: 1s;
}


/* Flèche de haut de page, de bas de page */

#arrow-down {
    transition-duration: 1s;
    margin-top: 90px;
}

#arrow-down:hover {
    transform: translateY(20px);
}

#arrow-down i {
    font-size: 2em;
    color: orange;
}


/* Graphique avec Charts */

#charts {
    padding: 5px;
    height: 340px;
}

#legend ul li {
    list-style-type: none;
    display: inline-block;
}

#legend ul li span {
    padding: 5px;
    margin-left: 5px;
}

;
#legend ul li span {
    padding: 5px;
    margin-left: 5px;
}

li span {
    padding: 5px;
    margin-left: 5px;
}

.itemMenuMedecin {
    width: 200px;
    height: 50px;
    font-weitgh: bold;
    border-color: rgb(106, 134, 212);
    background: radial-gradient(circle, white, rgb(110, 163, 223));
    background-color: brown;
    border-width: thick;
    border-spacing: 5px 1px;
    border-style: solid;
    margin-bottom: 20px;
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 15%;
}

.itemRetour {
    width: 50px;
    height: 30px;
    font-weitgh: bold;
    border-color: rgb(210, 212, 106);
    background: radial-gradient(circle, white, rgb(110, 163, 223));
    background-color: brown;
    border-width: thick;
    border-spacing: 5px 1px;
    border-style: solid;
    margin-bottom: 20px;
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 2px;
    border-radius: 15%;
    text-align:center;
}

.itemMenuPatient {
    padding: 20px;
    font-weitgh: bold;
    margin-bottom: 20px;
    /* background-color: rgb(218, 180, 218); */
    background-color: rgb(110, 163, 233);
}

.itemMenuAutre {
    padding: 20px;
    font-weitgh: bold;
    margin-bottom: 20px;
    /* background-color: rgb(135, 170, 216);  */
    background-color: hsl(191deg 44% 59%);
}

.itemPatient {
    /* width: 100%; */
    height: 50px;
    border-color: rgb(212, 106, 171);
    background: radial-gradient(circle, white, rgb(218, 180, 218));
    background-color: brown;
    border-width: thick;
    border-spacing: 5px 1px;
    border-style: solid;
    margin-bottom: 20px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 15%;
    /* background-color: rgb(218, 180, 218); */
}

.itemPatient:nth-child(1) {
    align-self: flex-start;
    /* background-color: rgb(218, 180, 218); */
    border-color: rgb(6, 106, 106);
}

.itemPatient:nth-child(2) {
    /* width: 20px; */
    /* flex-grow: 2; */
    border-color: rgb(137, 49, 137);
    /* background-color: orange; */
}

.itemPatient:nth-child(3) {
    border-color: rgb(54, 26, 213);
}

.itemPatient:nth-child(4) {
    border-color: rgb(120, 213, 225);
}

.itemTablePatient {
    /* width: 95%; */
    height: auto;
    background-color: hsl(321, 30%, 90%);
    border-width: thick;
    border-spacing: 5px 1px;
    border-style: solid;
    border: 1px;
}

.itemTableAutre {
    width: 80%;
    height: 100%;
    border-color: rgb(73, 117, 173);
    border-width: thick;
    border-spacing: 5px 1px;
    border-style: solid;
    border: 1px;
}

.itemTableMedecin {
    width: 100%;
    height: auto;
    background-color: hsl(225, 42%, 87%);
    border-width: thick;
    border-spacing: 5px 1px;
    border-style: solid;
    border: 1px;
}

.itemTableData {
    width: 90%;
    height: auto;
    background-color: hsl(117, 40%, 74%);
    border-width: thick;
    border-spacing: 5px 1px;
    border-style: solid;
    border: 1px;
}

.inscription {
    /* font-family: 'Comforter Brush', cursive; */
    font-family: Arial, Helvetica, sans-serif;

    text-align: left;
    width: 50%;
    /* justify-content: center; */
    /* justify-content: space-between; */
}


/* Debut Flexbox*/

#container {
    min-height: 400px;
    /* Hauteur prédéfinie pour mettre en évidence l'axe principal et l'axe secondaire. */
    background-color: rgb(255, 255, 255);
    border: solid black 1px;
    border-radius: 4px;
    padding: 0.7%;
    /* La propriété overflow permet de determiner si les éléments d'un conteneur dépbordent ou non du conteneur. 4 valeurs possibles : visible;  
	hidden; scroll; auto;*/
    /*overflow: scroll;*/
    /* Déclaration des flexbox avec la propriété fondamental display: flex; */
    display: flex;
    /* Définition de l'axe principal & de la direction :  row (par défaut) ou column avec la possibilité d'inverser l'ordre des émléments :  row-reverse & column-reverse */
    flex-direction: calc(2);
    flex-direction: row;
    /* Forcer le retour à la ligne avec la propriété flex-wrap et 3 valeurs possibles : wrap ou nowrap (par défaut) wrap-reverse */
    flex-wrap: wrap;
    /*  justify-content pour aligner les éléments sur l'axe principal. 5 possibilités : flex-start (par défaut) flex-end center space-between space-around */
    /*justify-content: space-around;*/
    /* Aligner tous les élements sur l'axe secondaire avec la propriété align-items et 5 valeurs possibles : flex-start (par défaut) flex-end center baseline stretch */
    /*align-items: center;*/
    /* Aligner chacun des élements sur l'axe secondaire avec la propriété align-self et 5 valeurs possibles : flex-start (par défaut) flex-end center baseline stretch */
    /*align-self: center;*/
}


/* RÈGLES COMMUNES À TOUS LES ÉLÉMENTS */

.element {
    width: 150px;
    height: 40px;
    margin: 2px;
    padding: 5%;
    color: rgb(219, 27, 27);
    font-size: 0.5em;
    font-weight: 900;
    border: solid black 1px;
    border-radius: 4px;
    margin: auto;
}


/* RÈGLES SPÉCIFIQUES POUR CHAQUE ÉLÉMENTS */

.element:nth-child(1) {
    align-self: flex-start;
    background-color: rgb(218, 180, 218);
    border-color: rgb(137, 49, 137);
    /* Aligner un seul élément avec la propriété align-self et 4 valeurs possibles :  flex-start (par défaut) center flex-end stretch ; */
    /*align-self: flex-start;*/
    /* Modifier l'ordre de chaque éléments (dépend des navigateurs) */
    /*order: 3;*/
    /* Agrandir un seul élément  avec la propriété flex-grow. (Necessite que les éléments aient de la place sur l'axe principal pour que la propriété puisse s'appliquer) */
    /*flex-grow: 2;*/
    /* Redimenssionner tous les éléments avec un ratio. On imagine une grille virtuelle avec un nombre de colonnes. exemple avec 2 éléments :  elt-1: 4; elt-2: 8;(1/3  2/3) */
    /*flex: 4;*/
}

.element:nth-child(2) {
    /* width: 20px; */
    /* flex-grow: 2; */
    background-color: orange;
    /* Modifier l'ordre de chaque éléments (dépend des navigateurs) */
    /*order: 2;*/
    /*flex: 4;*/
}

.element:nth-child(3) {
    background-color: green;
    /*align-self: flex-end;*/
}

.element:nth-child(4) {
    background-color: gray;
}

.element:nth-child(5) {
    background-color: maroon;
}

.element:nth-child(6) {
    /* background-color: teal; */
}

.element:nth-child(7) {
    /* background-color: olive; */
}

.element:nth-child(8) {
    /* background-color: darkmagenta; */
}

.element:nth-child(9) {
    /* background-color: red; */
}

.element:nth-child(10) {
    /* background-color: blue; */
}

.element:nth-child(11) {
    /* background-color: yellow; */
}

.element:nth-child(12) {
    /* background-color: purple; */
}

table {
    text-align: justify;
    padding: 10%;
    border-collapse: collapse;
    border-color: #fff;
    /* width: 100%; */
}

td {
    border: solid 1px white;
    text-align: start;
    /* border: solid 1px black; */
}

.mytablecolor table td {
    border: solide 1px white;
}

.itemFlex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.itemFlex table {
    text-align: justify;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
    border-color: #fff;
}

.itemFlex td {
    border: solid 1px white;
    text-align: start;
    /* border: solid 1px black; */
}

.itemFlex div {
    /* border: 1px solid black; */
    /* border: 1px solid ; */
    font-weight: bold;
    padding: 5px;
    text-align: center;
    margin: 0px;
    text-align: justify;
    /* width: 50%; */
}

.bg-blue {
    background-color: rgb(184, 224, 230);
}

.bg-rouge {
    background-color: red;
}

.bg-jaune {
    background-color: yellow;
}

.bg-Blite {
    background-color: rgb(83, 130, 146);
}

.bg-GLite {
    background-color: rgb(210, 231, 204);
}

#monInclusion {
    text-align: justify;
    padding: 5px;
    margin: 50px;
    border-collapse: collapse;
    border-color: #fff;
}

.resize-input {
    width: 30%;
    margin-right: 4%;
    padding: 1% 1% 1% 2%;
    border-radius: 25px;
    border: 1px solid black;
}

.marg-r-3 {
    margin-right: 3%;
}

textarea {
    border: 1px solid black;
    width: 70%;
    border-radius: 4px;
}

#submit input {
    border: 1px solid black;
    padding: 1.5% 3% 1.5% 3%;
    border-radius: 20px;
    color: darkolivegreen;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 2px;
}

.suivi {
    letter-spacing: 2px;
    text-align: justify;
    padding: 10%;
    border-collapse: collapse;
    border-color: #fff;
}
.suivi tr:nth-child(EVEN){
    background-color: rgb(210, 231, 204);   
}
.suivi tr:nth-child(ODD){
    background-color: rgba(242, 192, 239, 0.279);   
}