/*Declaration animation et font */
 @-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

@font-face {
  font-family: 'qk_marisaregular';
  src: url('/font/qkmarisa-webfont.woff2') format('woff2'),
       url('/font/qkmarisa-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-light';
  src:  url('/font/Roboto/roboto-light-webfont.woff2') format('woff2'),
        url('/font/Roboto/roboto-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family:"Roboto-thin" ;
  src: url('/font/Roboto/roboto-thin-webfont.woff2') format("woff2"),
       url('/font/Roboto/roboto-thin-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family:"Roboto-regular" ;
  src: url('/font/Roboto/roboto-regular-webfont.woff2') format("woff2"),
       url('/font/Roboto/roboto-regular-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-bold";
  src: url('/font/roboto-bold-webfont.woff2') format("woff2"),
  url('/font/roboto-bold-webfont.woff') format("woff");
}

@keyframes fade-in-bottom {
  0% {
      transform: translateY(50px);
      opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

body{
  margin: 0;
  background-color: #0e1b27;
}
::-webkit-scrollbar {
  display: none;
}

#header a{
  color: #6d4838;
  text-decoration: none;
}

#header a:visited{
  text-decoration: none;
  color: #6d4838;
}

/* Pour les média queries:
    Max width 950 = Smartphone
    Min width 951 Max Width 1023 = tablet
    Min Width 1024 = Desktop */



/* Login bloc principal */
@media screen and (max-width: 390px){
  #bloc_login{
  position: relative;
  background-color: #eeeeee;
  border-radius: 5%;
  width: 75%;
  height: 280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50%;
  box-shadow: 0pt 0pt 350pt 15pt #596168;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  animation: fade-in-bottom 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.1s both;
}
.conbutton{
  top: 76%;
  left: 28%;
	background-color:#0e1b27;
	border-radius:15px;
  position: absolute;
	cursor:pointer;
	color:#ffffff;
	font-family:"qk_marisaregular";
	font-size: 17px;
	padding:5% 8% 2% 3%;
	text-decoration:none;
  transform: 1s;
  text-align: center;
  height: 30px;
  width: 35%;
}
#IconUser{
  width: 5%;
  position: absolute;
  margin-left:6%;
  margin-top: -11%;
  z-index: 3;
}

#IconPassword{
  width: 7%;
  margin-left: 5%;
  margin-top: 8%;
  z-index: 3;
}
  h1.neptune{
    font-family: 'qk_marisaregular';
    font-size: 45px;
    color:#6d4838;
    display: flex;
    justify-content: center;
    margin-top: -30px;
    line-height: 115px;
}
input{
  position: relative;
  border-radius: 10px;
  appearance: none;
  cursor:pointer;
  border: none;
  z-index: 2;
  font-family: 'Roboto-thin';
  font-size: 18px;
  text-align: center;
}
input#mdp{
  position: absolute;
  background-color: #e4e4e4;
  box-shadow: 0 3pt 5pt 0pt rgb(174, 174, 174);
  width: 70%;
  height: 35px;
  top: 55%;
  left: 17%;
}
input#identifiant{
  background-color: #e4e4e4;
  box-shadow: 0 3pt 5pt 0pt rgb(174, 174, 174);
  width: 70%;
  height: 35px;
  top: 36%;
  left: 17%;
}
}

@media screen and (min-width: 820px) and (max-width: 1023px){
  #bloc_login{
  position: relative;
  background-color: #eeeeee;
  border-radius: 5%;
  width: 45%;
  height: 390px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50%;
  box-shadow: 0pt 0pt 350pt 15pt #596168;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  animation: fade-in-bottom 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.1s both;
}
.conbutton{
  top: 76%;
  left: 29%;
	background-color:#0e1b27;
	border-radius:15px;
  position: absolute;
	cursor:pointer;
	color:#ffffff;
	font-family:"qk_marisaregular";
	font-size: 24px;
	padding:2% 8% 2% 3%;
	text-decoration:none;
  transform: 1s;
  text-align: center;
  height: 35px;
  width: 30%;
}
#IconUser{
  width: 4%;
  position: absolute;
  margin-left:6%;
  margin-top: 1%;
  z-index: 3;
}

#IconPassword{
  width: 6%;
  margin-left: 5%;
  margin-top: 16%;
  z-index: 3;
}
  h1.neptune{
    font-family: 'qk_marisaregular';
    font-size: 62px;
    color:#6d4838;
    display: flex;
    justify-content: center;
    margin-top: -20px;
    line-height: 115px;
}
input{
  position: relative;
  border-radius: 10px;
  appearance: none;
  cursor:pointer;
  border: none;
  z-index: 2;
  font-family: 'Roboto-thin';
  font-size: 18px;
  text-align: center;
}
input#mdp{
  position: absolute;
  background-color: #e4e4e4;
  box-shadow: 0 3pt 5pt 0pt rgb(174, 174, 174);
  width: 70%;
  height: 35px;
  top: 55%;
  left: 17%;
}
input#identifiant{
  background-color: #e4e4e4;
  box-shadow: 0 3pt 5pt 0pt rgb(174, 174, 174);
  width: 70%;
  height: 35px;
  top: 36%;
  left: 17%;
}
}

@media screen and (min-width: 1080px) {
#bloc_login{
  position: relative;
  background-color: #eeeeee;
  border-radius: 5%;
  width: 20%;
  height: 395px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 14%;
  box-shadow: 0pt 0pt 350pt 15pt #596168;
  -moz-user-select: none; /* Firefox */
  -webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
  -ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
  user-select: none; /* Propriété standard */
  animation: fade-in-bottom 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.1s both;
}
.conbutton{
  top: 76%;
  left: 28%;
	background-color:#0e1b27;
	border-radius:6px;
  position: absolute;
	cursor:pointer;
	color:#ffffff;
	font-family:"qk_marisaregular";
	font-size:22px;
	padding:3% 5%;
	text-decoration:none;
  transform: 1s;
  text-align: center;
  height: 35px;
  width: 37%;
}
#IconUser{
  width: 4%;
  position: absolute;
  margin-left:6%;
  margin-top: -4%;
  z-index: 3;
}

#IconPassword{
  width: 6%;
  margin-left: 5%;
  margin-top: 10%;
  z-index: 3;
}
  h1.neptune{
    font-family: 'qk_marisaregular';
    font-size: 62px;
    color:#6d4838;
    display: flex;
    justify-content: center;
    margin-top: -20px;
    line-height: 115px;
}
input{
  position: relative;
  border-radius: 10px;
  appearance: none;
  cursor:pointer;
  border: none;
  z-index: 2;
  font-family: 'Roboto-thin';
  font-size: 18px;
  text-align: center;
}
input#mdp{
  position: absolute;
  background-color: #e4e4e4;
  box-shadow: 0 3pt 5pt 0pt rgb(174, 174, 174);
  width: 70%;
  height: 43px;
  top: 55%;
  left: 17%;
}
input#identifiant{
  background-color: #e4e4e4;
  box-shadow: 0 3pt 5pt 0pt rgb(174, 174, 174);
  width: 70%;
  height: 43px;
  top: 36%;
  left: 17%;
}
}

.conbutton:active{
  transform: scale(1.05);
}

#logo{
  width: 40%;
  position: absolute;
  margin-left: -5%;
  margin-top: -33%;
  z-index: 1;
}

::placeholder{
  font-family: 'Roboto-thin';
  color:gray;
  font-size: 20px;
}

input{
  position: relative;
  border-radius: 10px;
  appearance: none;
  cursor:pointer;
  border: none;
  z-index: 2;
  font-family: 'Roboto-thin';
  font-size: 18px;
  text-align: center;
}

#bloc_login>input:focus{
  outline: 0px;
}



/*HEADER */
@media screen and (max-width: 390px){
  #logo_header{
    position: absolute;
    left: 5px;
    top: 0.2%;
    width: 17.5%;
  }

h1.neptune_header{
  font-family: 'qk_marisaregular';
  font-size: 45px;
  color:#6d4838;
  display: flex;
  align-items: center;
  margin-top: -10px;
  line-height: 70px;
  padding-left: 60px;
}
}
@media screen and (min-width: 951px) and (max-width: 1023px) {
  #logo_header{
    position: absolute;
    left: 30%;
    top: 0.2%;
    width: 6.8%;
  }
  h1.neptune_header{
  font-family: 'qk_marisaregular';
  font-size: 50px;
  color:#6d4838;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -10px;
  line-height: 70px;
}
}
@media screen and (min-width: 1100px) {
  #logo_header{
    position: absolute;
    left: 40%;
    top: 0.3%;
    width: 3.4%;
  }
  h1.neptune_header{
  font-family: 'qk_marisaregular';
  font-size: 50px;
  color:#6d4838;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -10px;
  line-height: 70px;
}
}

#header{
  margin: 0;
  padding:10px;
  background: linear-gradient(0deg, rgba(217,217,217,1) 0%, rgba(255,255,255,1) 100%);;
  border-bottom: solid 3px white;
  height: 50px;
  z-index: 7;
}



/* Menu déroulant latérale*/
@media screen and (max-width: 390px){
  #menuIcon{
    position: absolute;
    top: 2.4%;
    left: 86%;
    width: 11%;
    transform .2s;
  }
  
  #MenuT{
    text-align: center;
    font-size: 20px;
    height: 1.5%;
    line-height: 50%;
    color: #12202e;
    font-family: 'Roboto-regular';
  }
  #menuIcon:hover{
    transform: scale(1.2);
  }
  
  #MenuDeroulant{
  position: absolute;
  background-color: white;
  position: absolute;
  width: 72%;
  height: 91%;
  margin-top: 0%;
  text-align: right;
  margin-left: 28%;
  animation: fade-in-right 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0s both;
  z-index: 100;
  }
  #MenuDeroulant a:visited{
    color: #000000;
    text-decoration: none;
  }
  
  #MenuDeroulant a:hover{
    background: #dadada ;
  }
  
  #MenuHRP{
    border-radius: 0 0 90% 90%;
    color: rgb(177, 177, 177);
    width: 95%;
  }
  
  .IconMenu{
    top: 185px;
  }
  
  .HoverMenu:hover{
    background: #dadada;
  }
  
  .MenuHr{
    margin-left: 28%;
    margin-top: 1%;
    border-radius: 90% 0% 0% 90%;
    color: rgb(177, 177, 177);
    width: 70%;
  }
  
  .TextMenu{
    text-align: justify;
    margin-left: 25%;
    color: #12202e;
    font-family: 'Roboto-light' ;
  }
  
  #HR2{
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
    height: 62px;
  }
  
  .TextMenu:visited{
    text-decoration: none;
    color: #12202e;
  }
  
  .TextMenu:hover{
    text-decoration: underline;
  }
  
  #TDBIcon{
    position: absolute;
    margin-left: -95%;
    margin-top: -38%;
    z-index: 3;
    width: 9.8%;
  }
  
  #FunéIcon{
    position: absolute;
    margin-left: -95% ;
    margin-top: -17%;
    z-index: 3;
    width: 9.8%;
  }
}
@media screen and (min-width: 951px) and (max-width: 1023px) {
  #menuIcon{
    position: absolute;
    top: 1%;
    left: 93%;
    width: 5.5%;
    transform .2s;
  }
  
  #MenuT{
    text-align: center;
    font-size: 20px;
    height: 1.5%;
    line-height: 50%;
    color: #12202e;
    font-family: 'Roboto-regular';
  }
  #menuIcon:hover{
    transform: scale(1.2);
  }
  
  #MenuDeroulant{
  position: absolute;
  -moz-user-select: none; /* Firefox */
  -webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
  -ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
  user-select: none; /* Propriété standard */
  background-color: white;
  position: absolute;
  width: 35%;
  height: 94.3%;
  margin-top: 0%;
  text-align: right;
  margin-left: 65%;
  animation: fade-in-right 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0s both;
  z-index: 5;
  }
  #MenuDeroulant a:visited{
    color: #000000;
    text-decoration: none;
  }
  
  #MenuDeroulant a:hover{
    background: #dadada ;
  }
  
  #MenuHRP{
    border-radius: 0 0 90% 90%;
    color: rgb(177, 177, 177);
    width: 95%;
  }
  
  .IconMenu{
    top: 185px;
  }
  
  .HoverMenu:hover{
    background: #dadada;
  }
  
  .MenuHr{
    margin-left: 28%;
    margin-top: 1%;
    border-radius: 90% 0% 0% 90%;
    color: rgb(177, 177, 177);
    width: 70%;
  }
  
  .TextMenu{
    text-align: justify;
    margin-left: 25%;
    color: #12202e;
    font-family: 'Roboto-light' ;
  }
  
  #HR2{
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
    height: 62px;
  }
  
  .TextMenu:visited{
    text-decoration: none;
    color: #12202e;
  }
  
  .TextMenu:hover{
    text-decoration: underline;
  }
  
  #TDBIcon{
    position: absolute;
    margin-left: -95%;
    margin-top: -38%;
    z-index: 3;
    width: 9.8%;
  }
  
  #FunéIcon{
    position: absolute;
    margin-left: -95% ;
    margin-top: -17%;
    z-index: 3;
    width: 9.8%;
  }
  
}

@media screen and (min-width: 1100px) {
  #menuIcon{
    position: absolute;
    top: 2%;
    left: 95%;
    width: 2.3%;
    transform .2s;
    z-index: 4;
  }

  #MenuT{
    text-align: center;
    font-size: 20px;
    height: 1.5%;
    line-height: 50%;
    color: #12202e;
    font-family: 'Roboto-regular';
  }
  #menuIcon:hover{
    transform: scale(1.2);
  }
  
  #MenuDeroulant{
  -moz-user-select: none; /* Firefox */
  -webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
  -ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
  user-select: none; /* Propriété standard */
  background-color: white;
  position: absolute;
  width: 17%;
  height: 92%;
  margin-top: 0%;
  text-align: right;
  margin-left: 83%;
  animation: fade-in-right 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0s both;
  z-index: 5;
  }

  #MenuDeroulant a:visited{
    color: #000000;
    text-decoration: none;
  }
  
  #MenuDeroulant a:hover{
    background: #dadada ;
  }
  
  #MenuHRP{
    border-radius: 0 0 90% 90%;
    color: rgb(177, 177, 177);
    width: 95%;
  }
  
  .IconMenu{
    top: 185px;
  }
  
  .HoverMenu:hover{
    background: #dadada;
  }
  
  .MenuHr{
    margin-left: 28%;
    margin-top: 1%;
    border-radius: 90% 0% 0% 90%;
    color: rgb(177, 177, 177);
    width: 70%;
  }
  
  .TextMenu{
    text-align: justify;
    margin-left: 25%;
    color: #12202e;
    font-family: 'Roboto-light' ;
  }
  
  #HR2{
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
    height: 62px;
  }
  
  .TextMenu:visited{
    text-decoration: none;
    color: #12202e;
  }
  
  .TextMenu:hover{
    text-decoration: underline;
  }
  
  #TDBIcon{
    position: absolute;
    margin-left: -95%;
    margin-top: -38%;
    z-index: 3;
    width: 9.8%;
  }
  
  #FunéIcon{
    position: absolute;
    margin-left: -95% ;
    margin-top: -17%;
    z-index: 3;
    width: 9.8%;
  }
  
}





/*TDB bloc infos*/
@media screen and (max-width: 390px){
  .BlocInfo{
    
    background-color: #ededed;
    border-radius: 5%;
    width: 40%;
    height: 200px;
    border-color: #ffffff;
    border-bottom: solid 7px white;
    -moz-user-select: none; /* Firefox */
    -webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
    -ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
    user-select: none; /* Propriété standard */
    animation: fade-in-bottom 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.1s both;
}
#BlocUn{
  position: absolute;
  margin-left: 5%;
  margin-top: 5%;
  
}

#BlocDeux{
  position: absolute;
  margin-left: 5%;
  margin-top: 70%;
}

#BlocTrois{
  position: absolute;
  margin-left: 55%;
  margin-top: 5%;
}

#BlocQuatre{
  position: absolute;
  margin-left: 55%;
  margin-top: 70%;
}

#chiffre, #caisse, #impaye, #deces {
  display: flex;
  justify-content: center;
  font-family: 'Roboto-regular' ;
  font-size: 19px;
  line-height: 40px;
  color: #12202e;
  }


.ValueC{
  font-size: 45px;
  display: flex;
  justify-content: center;
  margin-top: 28%;
  color: #12202e;
  }

}
@media screen and (min-width: 1100px) {
.BlocInfo{
    
   background-color: #ededed;
    border-radius: 5%;
    width: 10%;
    height: 230px;
    border-color: #ffffff;
    border-bottom: solid 7px white;
    -moz-user-select: none; /* Firefox */
    -webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
    -ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
    user-select: none; /* Propriété standard */
    animation: fade-in-bottom 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.1s both;
}
#BlocUn{
  position: absolute;
  margin-left: 38%;
  margin-top: 0.5%;
  
}

#BlocDeux{
  position: absolute;
  margin-left: 50%;
  margin-top: 0.5%;
}

#BlocTrois{
  position: absolute;
  margin-left: 38%;
  margin-top: 15%;
}

#BlocQuatre{
  position: absolute;
  margin-left: 50%;
  margin-top: 15%;
}

#chiffre, #caisse, #impaye, #deces {
  display: flex;
  justify-content: center;
  font-family: 'Roboto-regular' ;
  font-size: 19px;
  line-height: 40px;
  color: #12202e;
  }


#caissec, #chiffrec, #impayec, #decesc{
  font-size: 45px;
  display: flex;
  justify-content: center;
  margin-top: 28%;
  color: #12202e;
}

}

@media screen and (min-width: 951px) and (max-width: 1023px) {
  .BlocInfo{
      background-color: #ededed;
      border-radius: 5%;
      width: 22%;
      height: 290px;
      border-color: #ffffff;
      border-bottom: solid 7px white;
      -moz-user-select: none; /* Firefox */
      -webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
      -ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
      user-select: none; /* Propriété standard */
      animation: fade-in-bottom 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.1s both;
      z-index: 3;
  }
  #BlocUn{
    position: absolute;
    margin-left: 27%;
    margin-top: 10%;
    
  }
  
  #BlocDeux{
    position: absolute;
    margin-left: 54%;
    margin-top: 10%;
  }
  
  #BlocTrois{
    position: absolute;
    margin-left: 27%;
    margin-top: 44%;
  }
  
  #BlocQuatre{
    position: absolute;
    margin-left: 54%;
    margin-top: 44%;
  }

  #chiffre, #caisse, #impaye, #deces {
    display: flex;
    justify-content: center;
    font-family: 'Roboto-regular' ;
    font-size: 25px;
    line-height: 40px;
    color: #12202e;
    }
  
  
  #caissec, #chiffrec, #impayec, #decesc{
    font-size: 60px;
    display: flex;
    justify-content: center;
    margin-top: 30%;
    color: #12202e;
}
hr{
  display: flex;
  margin-top: -20px;
  border-radius: 0% 0% 90% 90%;
  color: #22384f;
}
}

/* Filtres */
#SociétéPop{
  display: none;
  border-radius: 10%;
  position: absolute;
  top: 15%;
  left: 6%;
  height: 200px;
  width: 140px;
  background-color: white;
  z-index: 50;
  box-shadow: 0px 10px 10px #383838;
}

#SociétéPop span{
  display: flex;
  font-size: 17px;
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: "Roboto-regular";
  display: flex;
  justify-content: center;

}

#SociétéPop hr{
  border-radius: 0 0 90% 90%;
  color: rgb(177, 177, 177);
  width: 70%;
}

#AgencePop{
  display: none;
  border-radius: 10%;
  position: absolute;
  top: 15%;
  left: 27%;
  height: 150px;
  width: 140px;
  background-color: white;
  z-index: 50;
  box-shadow: 0px 10px 10px #383838;
}

#AgencePop span{
  display: flex;
  font-size: 17px;
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: "Roboto-regular";
  display: flex;
  justify-content: center;

}

#AgencePop hr{
  border-radius: 0 0 90% 90%;
  color: rgb(177, 177, 177);
  width: 70%;
}

#AssistantPop{
  display: none;
  border-radius: 10%;
  position: absolute;
  top: 15%;
  left: 48%;
  height: 150px;
  width: 140px;
  background-color: white;
  z-index: 50;
  box-shadow: 0px 10px 10px #383838;
}

#AssistantPop span{
  display: flex;
  font-size: 17px;
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: "Roboto-regular";
  display: flex;
  justify-content: center;

}

#AssistantPop hr{
  border-radius: 0 0 90% 90%;
  color: rgb(177, 177, 177);
  width: 70%;
}

#DatesPop{
  display: none;
  border-radius: 10%;
  position: absolute;
  top: 13%;
  left: 55%;
  height: 220px;
  width: 150px;
  background-color: white;
  z-index: 50;
  box-shadow: 0px 10px 10px #383838;
}

#DatesPop span{
  display: flex;
  font-size: 17px;
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: "Roboto-regular";
  display: flex;
  justify-content: center;

}

#DatesPop hr{
  border-radius: 0 0 90% 90%;
  color: rgb(177, 177, 177);
  width: 70%;
}


@media screen and (max-width: 390px){
   #Filtres{
    color: #d2d2d2;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 3%;
    animation: fade-in-bottom 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.1s both;
  }

  #break390{
    display: block;
  }

  #Filtres select{
  display: none;
  }
  
  .FiltreInline{
    line-height: 30px;
    font-family: "Roboto-regular";
    text-decoration: underline;
    font-size: 18px;
    margin-right: 5px ;
  }

  #AgenceSelection{
    text-align: center;
    line-height: 30px;
    width: 70%;
    font-size: 120%;
  }
  .blueTable td, .blueTable th {
    border: 2px solid #dadada;
    padding-top: 4%;
    padding-bottom: 4%;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    font-family: "Roboto-light";
    font-size: 14px;
  }
  .SelectFiltre{
    background-color: #0e1b27;
    color: #e4e4e4;
    border-color: transparent;
    border-radius: 5%;
    font-family: "Roboto-regular";
    font-size: 90%;
  }
}

@media screen and (min-width: 1100px) {
  #Filtres{
    color: #d2d2d2;
    margin-left: 27%;
    margin-top: 1%;
    margin-bottom: 1%;
    -moz-user-select: none; /* Firefox */
    -webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
    -ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
    user-select: none; /* Propriété standard */
    animation: fade-in-bottom 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.1s both;
  }

  #SociétéValuePop{
    display: none;
  }

  #AgenceValuePop{
    display: none;
  }

  #AssistantValuePop{
    display: none;
  }

  #DatesValuePop{
    display: none;
  }
  
  #break390{
    display: none;
  }

  .FiltreInline{
    height: 10px;
    width: 4%;
    line-height: 15px;
    font-family: "Roboto-regular";
    text-decoration: underline;
  }
  #AgenceSelection{
    text-align: center;
    line-height: 30px;
    width: 17%;
  }
  .blueTable td, .blueTable th {
    border: 2px solid #dadada;
    padding-top: 0.7%;
    padding-bottom: 0.7%;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    font-family: "Roboto-light";
    font-size: 20px;
  }
  .SelectFiltre{
    background-color: #0e1b27;
    color: #e4e4e4;
    border-color: transparent;
    border-radius: 5%;
    font-family: "Roboto-regular";
    font-size: 115%;
  }

}
@media screen and (min-width: 951px) and (max-width: 1023px) {
  #Filtres{
    color: #d2d2d2;
    margin-left: 4%;
    margin-top: 3%;
    margin-bottom: 3%;
    -moz-user-select: none; /* Firefox */
    -webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
    -ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
    user-select: none; /* Propriété standard */
    animation: fade-in-bottom 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.1s both;
  }

  #break390{
    display: none;
  }
  
  .FiltreInline{
    line-height: 10px;
    font-family: "Roboto-regular";
    text-decoration: underline;
    font-size: 25px;
  }

  #AgenceSelection{
    text-align: center;
    line-height: 30px;
    width: 23.5%;
  }

  #SociétéValuePop{
    display: none;
  }

  #AgenceValuePop{
    display: none;
  }

  #AssistantValuePop{
    display: none;
  }

  #DatesValuePop{
    display: none;
  }

  .blueTable td, .blueTable th {
    border: 2px solid #dadada;
    padding-top: 3%;
    padding-bottom: 3%;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    font-family: "Roboto-light";
    font-size: 19px;
  }

  .SelectFiltre{
    background-color: #0e1b27;
    color: #e4e4e4;
    border-color: transparent;
    border-radius: 5%;
    font-family: "Roboto-regular";
    font-size: 22px;
  }
}


/* Changement de valeur de filtre */

.SelectFiltre::after{
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Tableau dossier funéraire */
@media screen and (max-width: 390px){
  .TheadFuné{
    margin-top: 0.8%;
    margin-left: 2%;
    margin-right: 2%;
    animation: fade-in-bottom 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.1s both;
  }
  .blueTable {
    background-color: #ededed;
    width: 100%;
    height: 300%;
    text-align: center;
    border-collapse: collapse;
    border-radius: 5px;
    -moz-user-select: none; /* Firefox */
    -webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
    -ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
    user-select: none; /* Propriété standard */
  }
  
  
  .blueTable thead th {
    font-size: 15px;
    font-family: "roboto-regular";
    color: #949494;
    background-color: #f6f6f6 ;
    border-top: 0;
  }
  
  .HoverUnder:hover{
    background: #dadada;
    text-decoration: underline;
  }
  
  .HoverUnder{
    -moz-user-select: none; /* Firefox */
    -webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
    -ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
    user-select: none; /* Propriété standard */
  }
  
  #CellsFune{
    color: black;
  }
  .TheadFuné a{
    color: #000000;
    text-decoration: none;
  }
}

@media screen and (min-width: 951px) and (max-width: 1023px) {
  .TheadFuné{
    margin-top: 0.8%;
    margin-left: 2%;
    margin-right: 2%;
    animation: fade-in-bottom 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.1s both;
  }
  .blueTable {
    background-color: #ededed;
    width: 100%;
    height: 300%;
    text-align: center;
    border-collapse: collapse;
    border-radius: 5px;
    -moz-user-select: none; /* Firefox */
    -webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
    -ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
    user-select: none; /* Propriété standard */
  }
  
  
  .blueTable thead th {
    font-size: 25px;
    font-family: "roboto-regular";
    color: #949494;
    background-color: #f6f6f6 ;
    border-top: 0;
  }
  
  .HoverUnder:hover{
    background: #dadada;
    text-decoration: underline;
  }
  
  .HoverUnder{
    -moz-user-select: none; /* Firefox */
    -webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
    -ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
    user-select: none; /* Propriété standard */
  }
  
  #CellsFune{
    color: black;
  }
  .TheadFuné a{
    color: #000000;
    text-decoration: none;
  }
}

@media screen and (min-width: 1100px) {
  .TheadFuné{
    margin-top: 0.8%;
    margin-left: 2%;
    margin-right: 2%;
    animation: fade-in-bottom 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.1s both;
  }
  .blueTable {
    background-color: #ededed;
    width: 100%;
    height: 300%;
    text-align: center;
    border-collapse: collapse;
    border-radius: 5px;
    -moz-user-select: none; /* Firefox */
    -webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
    -ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
    user-select: none; /* Propriété standard */
  }
  
  
  .blueTable thead th {
    font-size: 25px;
    font-family: "roboto-regular";
    color: #949494;
    background-color: #f6f6f6 ;
    border-top: 0;
  }
  
  .HoverUnder:hover{
    background: #dadada;
    text-decoration: underline;
  }
  
  .HoverUnder{
    -moz-user-select: none; /* Firefox */
    -webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
    -ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
    user-select: none; /* Propriété standard */
  }
  
  #CellsFune{
    color: black;
  }
  .TheadFuné a{
    color: #000000;
    text-decoration: none;
  }
}



/* Tableau funéraire individuel */
@media screen and (max-width: 390px){
  
  .HideSmart{
    display: none;
  }

  .TableIndiv thead th {
    width: 3px;
    font-size: 15px;
    font-family: "roboto-light";
    color: #000000;
    border: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .PhotosDC{
    margin-left: 0px;
    margin-bottom: 20px;
    width: 100%;
    }

    .TableIndiv tbody tr td{
      border-top: 0;
      border-bottom: 0;
      font-size: 14px;
      padding-left: 16px;
      width: 90px;
      line-height: 18px;
    }

    #Thead1{
      border-radius: 10px 10px 0 0;
      border-bottom: 0;
    }
  
    #IconArrow{
      width: 9%;
      height: 1.5%;
      padding-left: 10px;
      padding-top: 10px;
}
.TheadFunéP{
  margin-top: 10%;
  margin-left: 2%;
  margin-right: 2%;
  animation: fade-in-bottom 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.1s both;
}

td a:visited, th a:visited{
  color: black;
}

.TableIndiv {
  border-bottom: 2px  solid #dadada;
  background-color: #ededed;
  width: 100%;
  height: 300%;
  text-align: left;
  border-collapse: collapse;
}
.TableIndiv td, .TableIndiv th {
  padding-top: 0.1%;
  padding-bottom: 0.1%;
  font-family: "Roboto-regular";
}
#PouvoirTable{
  font-size: 20px;
  font-family: "Roboto-bold";
}

.FakeTable{
  width: 95.8%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  animation: fade-in-bottom 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.1s both;
}

.FakeTable2{
  width: 95.8%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  animation: fade-in-bottom 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.1s both;
}

#HoverTiers:hover{
  background: #dadada ;
  text-decoration: underline;
}

.SpanFakeTable{
  width: 100%;
  display: block;
  font-family: "roboto-regular";
  padding-left: 3px;
  margin-left: -0.1%;
}
#FakeTableConcession{
  width: 96%;
}

}

@media screen and (min-width: 951px) and (max-width: 1023px){
  .TableIndiv thead th {
    width: 3px;
    font-size: 18px;
    font-family: "roboto-light";
    color: #000000;
    border: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 1px;
  }
  
  .PhotosDC{
    margin-left: 25px;
    margin-bottom: 0;
    width: 75%;
    }

  .TableIndiv tbody tr td{
      border-top: 0;
      border-bottom: 0;
      font-size: 20px;
      width: 1px;
  }
  .TheadFunéP{
    margin-top: 0.8%;
    margin-left: 2%;
    margin-right: 2%;
    animation: fade-in-bottom 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.1s both;
  }
  
  td a:visited, th a:visited{
    color: black;
  }
  
  .TableIndiv {
    border-bottom: 2px  solid #dadada;
    background-color: #ededed;
    width: 100%;
    height: 300%;
    text-align: left;
    border-collapse: collapse;
  }
  .TableIndiv td, .TableIndiv th {
    padding-top: 0.1%;
    padding-bottom: 0.1%;
    font-family: "Roboto-regular";
  }
  #PouvoirTable{
    font-size: 20px;
    font-family: "Roboto-bold";
  }
  
  .FakeTable{
    width: 95.8%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    animation: fade-in-bottom 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.1s both;
  }
  
  .FakeTable2{
    width: 95.8%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    animation: fade-in-bottom 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.1s both;
  }
  
  #HoverTiers:hover{
    background: #dadada ;
    text-decoration: underline;
  }
  
  .SpanFakeTable{
    width: 100%;
    height: 50px;
    display: block;
    font-size: 19px;
    font-family: "roboto-regular";
    padding-left: 3px;
    margin-left: -0.1%;
    line-height: 50px;
  }
  #FakeTableConcession{
    width: 96%;
  }
}
@media screen and (min-width: 1100px){
  .TableIndiv thead th {
    width: 3px;
    font-size: 17px;
    font-family: "roboto-light";
    color: #000000;
    border: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  #SetTDValuePicture{
    width: 7%;
  }

  #SetTdValue{
    width: 30%;
  }

  .PhotosDC{
    width: 120%;
    }

    .TableIndiv tbody tr td{
      border-top: 0;
      border-bottom: 0;
      font-size: 18px;
      padding-left: 28px;
    }
    .TheadFunéP{
      margin-top: 0.8%;
      margin-left: 2%;
      margin-right: 2%;
      animation: fade-in-bottom 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.1s both;
    }
    
    td a:visited, th a:visited{
      color: black;
    }
    
    .TableIndiv {
      border-bottom: 2px  solid #dadada;
      background-color: #ededed;
      width: 100%;
      height: 300%;
      text-align: left;
      border-collapse: collapse;
    }
    .TableIndiv td, .TableIndiv th {
      padding-bottom: 0.5%;
      font-family: "Roboto-regular";
    }

    .SousClasse{
      font-family: "Roboto-regular" ;
    }
    #PouvoirTable{
      font-size: 20px;
      font-family: "Roboto-bold";
    }
    
    .FakeTable{
      width: 95.8%;
      margin-left: auto;
      margin-right: auto;
      padding-left: 0px;
      animation: fade-in-bottom 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.1s both;
    }
    
    .FakeTable2{
      width: 95.8%;
      margin-left: auto;
      margin-right: auto;
      padding-left: 0px;
      animation: fade-in-bottom 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.1s both;
    }
    
    #HoverTiers:hover{
      background: #dadada ;
      text-decoration: underline;
    }
    
    .SpanFakeTable{
      width: 100%;
      display: block;
      font-size: 19px;
      font-family: "roboto-regular";
      padding-left: 3px;
      margin-left: -0.1%;
    }

    
  #FakeTableConcession{
    width: 96%;
  }

}



@media screen and (min-width: 951px) and (max-width: 1023px) {

  #Thead1{
    border-radius: 10px 10px 0 0;
    border-bottom: 0;
  }

  #IconArrow{
    width: 4%;
    height: 4%;
    padding-left: 10px;
    padding-top: 10px;
  }
}

@media screen and (min-width: 1100px) {
  #Thead1{
    border-radius: 10px 10px 0 0;
    border-bottom: 0;
  }

  #IconArrow{
    width: 1.5%;
    height: 1.5%;
    padding-left: 10px;
    padding-top: 10px;
  }
  
} 



#IconTriangle1{
  width: 15px;
  height: 15px;
  transform: rotate(90deg);
}
#IconTriangle2{
  width: 15px;
  height: 15px;
  transform: rotate(90deg);
}
#IconTriangle3{
  width: 15px;
  height: 15px;
  transform: rotate(90deg);
}
#IconTriangle4{
  width: 15px;
  height: 15px;
  transform: rotate(90deg);
}
#IconTriangle5{
  width: 15px;
  height: 15px;
  transform: rotate(90deg);
}
#IconTriangle6{
  width: 15px;
  height: 15px;
  transform: rotate(90deg);
}

.AnimDisplay{
    -webkit-animation: fade-in-top 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
            animation: fade-in-top 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  }

#TheadFooter{
  border-radius: 0 0 10px 10px;
  border: 0;
  height: 40px;
}