/*Commentaire CSS
z-index:999; au premier plan*/
:root{
    --largeur-6:16%;
    --largeur:width;
    /* --largeur-6:calc(width+300); */
}
    /* --largeur-6:calc(width/6); */
  
body{
    font-size:18px;
    font-family: Arial ,Tahoma,Garamond;
    margin:0px;
    /* background-color: #2b2a33; */
    background-color: #b4e2ff;
    color: #9ca5ac;
}
h1{
   /*height: 0px;
   width: 0px;*/
   border-width: 0px;
   border-color: #FF0088;
   border-style: double;
   border-top-left-radius: 20px;
   border-top-right-radius: 20px;
   border-bottom-left-radius: 5px;
   border-bottom-right-radius: 5px;
   box-shadow: 0px 0px 0px #008888 inset;
   top:0px;
   left:0px;
   font-size:14px;
}

.rubandeenova{
   color: black;
   /* display: block; */
   text-transform: uppercase;
   margin:0px;
   padding: 5px;
   width: available;
   display: grid;
   /* position: fixed; */
   /*background-image: url('Couleur Deenova.png');
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-size: 100% 100%;*/
   background: linear-gradient(to right,#479cb1,#7a3779);
}


.tuiles > div {
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    position: relative;
    transition: all 0.25s ease-in-out;
  }
  .tuiles > div:hover {
    /* border-radius: 20px;
    transform: scale(1.05,1.05); */
    /* background-color: rgb(0, 255, 217); */
    /* box-shadow: 5px 5px 5px rgba(8, 0, 255, 0.212);
    z-index: 5; */
  }
  .grid-container {
    
    display: grid;
    background-image: url("");
    grid: repeat(3, 150px) / repeat(4, 25%); 
    grid-gap: 0px;
    padding: 0px;
  }
  
  .grid-container > div {
    
    text-align: center;
    padding:20px 0;
    font-size: 30px;
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    transition: all 0.2s ease-in-out;
  }
  .grid-container > div:hover {
    transform: scale(1.05,1.05);
  }
.nomsite{
    /* color: #532453; */
    color: rgba(0, 0, 0);
    height: 49.6px;
   margin: 0px;
   padding-top: 5px;
   padding-bottom: 5px;
   padding-left: 10px;
   padding-right: 10px;
}
.codesite{  
    /* font-family: "Bangers","Bahnschrift SemiBold","Lato Black", sans-serif; */
    /* font-family: 'Fredoka One'; */
    font-family: 'Dangrek';
    font-size: 60pt;
    /* color: rgba(121, 53, 119, 1); */
    color: rgba(0, 0, 0, 0.25);
     /*color: rgba(255, 206, 180, 1); */
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    font-style: normal;
    text-align:center;
    /*vertical-align: middle;
    position:absolute; */
    /*height: 100%;*/
    width: 100%;
    z-index: -2;
  }
.codesiteerreur{  
    /* font-family: "Bahnschrift SemiBold","Lato Black", sans-serif; */
    /* font-family: 'Fredoka One'; */
    font-family: 'Dangrek';
    font-size: 60pt;
    /* color: rgba(121, 53, 119, 1); */
    /* color: rgb(255, 255, 0); Jaune*/
    color: rgba(0, 0, 0, 0.5);
     /*color: rgba(255, 206, 180, 1); */
    margin: 0;
    position: absolute;
    top: 50%;
    
    transform: translateY(-50%);
    font-weight: bold;
    font-style: normal;
    text-align:center;
    /*vertical-align: middle;
    position:absolute; */
    /*height: 100%;*/
    width: 100%;
    z-index: -2;
  }


  @media(min-width: 1101px) /*and (max-width: 1388px) */
  {  

    .tuiles{
        display: grid;
        grid: repeat(6, 170px)/ repeat(6, var(--largeur-6));
        grid-gap: 10px;
        padding: 2px;
        margin: 10px;
    }
  }
  @media(min-width: 751px) and (max-width: 1100px) 
{
    .tuiles{
        display: grid;
        grid: repeat(9, 170px)/ repeat(4, 24%);
        grid-gap: 10px;
        padding: 2px;
        margin: 10px;
    }
}
    @media(max-width: 750px)
{
    .tuiles{
        display: grid;
        grid: repeat(9, 170px)/ repeat(2, 49%);
        grid-gap: 10px;
        padding: 2px;
        margin: 10px;
    }}

.tuile{
    border-radius: 10px;
    /* width: 292px; */

    /* width: 250px; le bon*/

    width :32%;


    /* width: minmax(100px, auto); */
    height: 160px;
    position: relative;
    border-style: solid;
    border-width: 2px;
    border-color: #000000;
    margin: 2px;
    /* transition: scale 2s; */
    transition: all 0.2s ease-in-out;
}



.grise{
   /*background-color: rgba(1, 1, 1,0.3);*/
   background: radial-gradient( rgba(120, 120, 120, 0.3),rgba(1, 1, 1,0.3));
   /*background: linear-gradient(217deg, rgba(255,0,0,.8), rgba(255,0,0,0) 70.71%),
            linear-gradient(127deg, rgba(0,255,0,.8), rgba(0,255,0,0) 70.71%),
            linear-gradient(336deg, rgba(0,0,255,.8), rgba(0,0,255,0) 70.71%);*/
}
.verte{
    /* background-color: rgba(127, 178, 57, 0.5); */
    background-color: rgba(0, 180, 96, 0.75);
}
.rouge{
    /* background-color: rgba(255, 20, 20, 0.5); */
    background-color: rgba(255, 0, 66, 0.5);
    /* border-color: rgb(255, 255, 0); */
    border-color:rgb(204, 255, 41);
    transition: all 0.25s ease-in-out;
}
.rouge:hover{
  border-radius: 20px;
  transform: scale(1.05,1.05);
  /* background-color: rgb(0, 255, 217); */
  box-shadow: 5px 5px 5px rgba(8, 0, 255, 0.212);
  z-index: 5;
    /* background-color: rgba(255, 20, 20, 0.5); */
    background-color: rgb(255, 0, 68,0.3);
    /* border-width: 4px; */
    /* border-color: rgb(255, 255, 0); */

}
.bleue{
    /* background-color: rgba(1,151,230,0.5); */
    background-color: rgba(26, 24, 186, 0.5);
    border-color: rgb(0, 0, 0);
}
.bleue:hover{
    /* background-color: rgba(1,151,230,0.5); */
    background-color: rgb(27, 24, 186,0.3);
}
.tuile_legende{
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
}
.MonBouton {
	background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	background-color:#7892c2;
	border-radius:4px;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	padding:10px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}
.MonBouton:hover {
	background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
	background-color:#476e9e;
}
.MonBouton:active {
	position:relative;
	top:1px;
}

.tableaumachine{
    user-select:none;
    display: flex;
    justify-content:space-evenly;
    list-style: none;
    width: 250px;
    position: absolute;
    bottom: 10px;
    border: solid 0px #008888;
}
footer{
    box-sizing:border-box;
    display:block;
    float:none;
    line-height:20.4px;
    position:static;
    z-index:auto;
}
.liste_machine_verticale{
    /* position: relative;
    bottom: 10px; */
    display: flex;
    justify-content: space-between;
    margin-left: 10px;
    margin-right: 10px;
    background-color: transparent;
    writing-mode: vertical-rl;
}
.liste_machine_horizontale{
    /* position: relative;
    bottom: 10px; */
    
    /* display: flex; pour afficher en case gauche droite*/
    justify-content: space-between;
    margin-left: 10px;
    margin-right: 10px;
    height: 98px;
    overflow-x: hidden; /* Hide horizontal scrollbar */
    overflow-y: auto; /* Add vertical scrollbar */
    background-color: transparent;
    writing-mode: horizontal-tb;
    white-space: nowrap;/*test pour supprimer le cr entre emoji et nom machine*/
}

.detail_machine{
    /* display: flex;
    align-items: center;
    flex-direction: column; */
    color: #000000;
    
}
.detail_etat_machine{
    margin:0px;
    color: #000000;
    /* color: rgb(0, 0, 0) */
}
.detail_type_machine{
    margin:0px;
    /* background-color: blue; */
    color: #000000;
    /* writing-mode: vertical-rl; */
    /* color: rgb(0, 0, 0) */
}

#map{
    display: none;
    width: 800px;
    height: 800px
}
/* .tuilesJS{
    position: absolute;
} */



/*
.premierp{
    color:yellow;
}

#deuxiemep {
    color:red;
}
.motlien{
    color:purple;
}
.para1{
    font-size:30px;
}
.para2{
    font-size:150%;
}
.para3{
    font-size:5px;
}

*/

