.icon-header{
    width: 10rem;
    height: auto;
    z-index: 1;
}
.jumbotron{
    height:100vh ;/*hauteur 100% du conteneur quelque soit sa taille*/
    background-color: cadetblue;
    background-size: cover;
    background-image: url(sushi-546311_960_720.jpg);
    text-align: center;
    border-radius: 0;
    margin-bottom: 0;
}

.img1,.img2{
    height: 700px;
    background-attachment: fixed;
    background-size: cover;
    background-position: 0 center;
  }
.img1{
    background-image: url(pineapple-5108775_960_720.jpg);
    
  }
  .img2{
    background-image: url(boat-164977_960_720.webp);
  }
h1{
    color: white;
}
.map-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
    
.map-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.logo-footer{
    width: 15rem;
    height: auto;
}