html {
  height:100%;
  /*scroll-behavior: smooth;*/
} 

body {
  min-height:100%; 
  font-size: 1em;
  /*color: #4a4a4a;*/
  /*position:relative; */
  /*padding-bottom: 4rem; fix-footer*/ 
  /* padding-bottom:[footer-height]  */

  /*Associé au .footer : margin-top: auto;*/
  display: flex;
  flex-direction: column;

}
/*
img {
  width: 400px;
  height: 200px;
  object-fit: cover;
}
*/

.hero.is-primary{
  background-color : #34495e;
  color: #fff;
}

h1,h2,h3,h4,h5 .title, .subtitle{
  color: #e95420; 
  /* margin-top: 1.2rem; */
}
h1{
  font-size: 2.2rem;
}
h2{
  font-size: 2rem;
}
h3{
  font-size: 1.8rem;
}
h4{
  font-size: 1.2rem;
}

.footer{
  /*background-color: #34495e;*/
  font-size: 1rem;
  color: white;
  padding: 1rem 0rem;
   /*opacity: 0.9;*/
  /*Associé au Body flex*/
  margin-top: auto;
}
.fix-footer{ 
  position: absolute; 
  width: 100%; 
  bottom: 0; 
  /* height:[footer-height]; */
} 
.footer-text-right{
  text-align: right;
}

.navbar{
  background-color: #34495e;
  position: relative;
  z-index: 30;
  min-height: 4rem;
}

.navbar-link,
.navbar-item{
  color: white;
  background-color: #34495e;
}

.navbar-content{
  color: #4a4a4a;
  line-height: 1;
}

.navbar-item img{
  width: 32px;
}

.background-image {
  background-image: url("../assets/images/bambou.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}