#corps-menu{
  position: fixed;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
}

#background-img{
  display: flex !important;
  min-width: 100%;
  flex: 1 1 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;

}

#background-img img{
  flex: 1 0 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  /*position: fixed;*/
  width: 100%;
}

#menu-liste{
  position: absolute;
  width:60%;
  height: 40vw;
  top: -webkit-calc(50% - 40vw / 2);
  top: -moz-calc(50% - 40vw / 2);
  top: -o-calc(50% - 40vw / 2);
  top: -ms-calc(50% - 40vw / 2);
  top: calc(50% - 40vw / 2);
  left:20%;
}

.menu-item{
  background-color: white;
  width: -webkit-calc(60vw / 3 - 30px);
  width: -moz-calc(60vw / 3 - 30px);
  width: -o-calc(60vw / 3 - 30px);
  width: -ms-calc(60vw / 3 - 30px);
  width: calc(60vw / 3 - 30px);
  height: -webkit-calc(20vw - 30px);
  height: -moz-calc(20vw - 30px);
  height: -o-calc(20vw - 30px);
  height: -ms-calc(20vw - 30px);
  height: calc(20vw - 30px);
  border-radius: 20px;
  margin: 15px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}


.menu-item a{
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  text-decoration: none;
}

.menu-item h4{
  text-align: center;
  line-height: -webkit-calc(20vw - 30px);
  line-height: -moz-calc(20vw - 30px);
  line-height: -o-calc(20vw - 30px);
  line-height: -ms-calc(20vw - 30px);
  line-height: calc(20vw - 30px);
  margin:0px;
  font-family: "Cogito", sans-serif;
  color: var(--bleu-charte);
  text-decoration: none;
  font-size: 2em;
}

#technique-part{
  position: fixed;
  bottom:10px;
  color:white;
  font-family: "Cogito", sans-serif;
}

#technique-part a{
  color: white;
  padding:10px;
  font-family: "Cogito", sans-serif;
  text-decoration: none;
}




@media screen and (max-width:1024px){

  #menu-wrapper{
    margin-top: -webkit-calc(50vh / 2);
    margin-top: -moz-calc(50vh / 2);
    margin-top: -o-calc(50vh / 2);
    margin-top: -ms-calc(50vh / 2);
    margin-top: calc(50vh / 2);
  }

  .menu-item h4{
    font-size: 1.5em;
  }
    .menu-item {
    background-color: white;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    margin: 15px 0px;
    display: block;
    box-sizing: border-box;
    position: relative;
  }
  #menu-liste {
    position: initial;
    height: auto;
    margin: auto;
    margin-top: 50vh;
    transform: translateY(-50%);
  }
  .menu-item h4{
    line-height: 50px;
  }
}

@media screen and (max-width:700px){

}
