:root {
  --reading-guide-line-bg: #36A0B6;
  --color-brand: #36A0B6;
  --color-overDue: #36A0B6;
  --color-userCategory: #36A0B6;
}

.commonStyle__zt3BrandBg{
   background-color:#36A0B6;
}
.Icon__brand,
.commonStyle__zt3Brand{
  color:#36A0B6;
}
  
.Button__footerBtn:hover{
  background-color:#36A0B6;
}
.Header__description{
margin-top:15px;
  margin-bottom:30px;
}
.Header__searchTitle{
  font-size:35px;
  margin-bottom:10px;
  text-align:center;
}

.lien-sentiel{
  text-decoration:underline;
  color:white;
}
@media (min-width:1024px){
  
#navBarContainer{
  justify-content:space-evenly;
}
}
.link_footer{
  text-decoration:none;
  color:white;
}
.link_footer:hover{
  color:#36A0B6;
  transition:0.3s;
  text-decoration:underline;
}
.Header__logo img{
  max-height:3.5rem;
}
.Footer__container2{
  display:flex;
  flex-direction:column;
}


