body{
  color:#243d55!important;
}
header{
  box-shadow: 0px 0px 5px 0px #d4d4d4;
}
header a{
  color:#243d55!important;
}
header a.active{
  color:#d51749!important;
}
footer{
  background-color: initial!important;
  box-shadow: 0px 0px 5px 0px #d4d4d4;
  color:#243d55!important;
}
footer a{
  color:#243d55!important;
}
footer a:hover{
  color:#243d55!important;
}

.list-nos-services{
  color:#d51749;
  font-weight:bold;
}

.home-img-container{
  height: calc(100vh - 72.98px);
  background-color:#063050;
}

.home-img{
  max-height:100%;
}

.header-container{
  height:72.98px;
}

@media (max-width: 991px){
  .home-img-container{
    height:auto;
  }

  .header-container{
    height:77.75px;
  }
}

.section-informations{
  margin:30px auto 50px auto;
}

@media (min-width: 992px){
  .section-informations{
    margin:100px auto 50px auto;
  }
}

header{
  position:fixed!important;
}
