html, body {
 margin:0;
 padding:0;
 }
#formCentre{
  height: 80%;
}
.segment{
  background-color: #E5E5E5 !important; /* idée de nouvelle couleur : #fcebde */
}
a{
  color: black !important;
}
b{
  color: black !important;
}
.ui.grid{
  width: 100%;
}
h3{
  margin-block-start: 0em !important;
  margin-block-end: 0em !important;
}

.segment img{
  margin:auto;
}

.edit{
  font-size: 1.8rem !important;
}

.edit:hover{
  color: #FFAE19;
}

#annuler{
  color: orange !important;
}

#annuler:hover{
  color: white !important;
}
#btnConge{
  background-color: rgba(255, 255, 255, 0);
}

@media only screen and (max-width: 767px) {
  .tablet.computer{
    display: none;
  }
  .mobile{
    display: block;
  }
  span img{
    display: none;
  }
}
@media only screen and (max-width: 806px){
  #logo{
    display: none;
  }
}

#subHeader{
  text-decoration: underline;
}
#subHeader:hover{
  color: orange !important;
}

.fluid.tiny.image{
  height: 46px;
  object-fit: contain;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#linkLogo{
  padding: 1px;
}
.search-found{
  text-decoration: underline;
}

