.fermer img{

width:30px;
margin-top:37px;
  margin-right:32px;
}
.modal-fullscreen-menu .close {
  color: white;
  opacity: 1;

  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  /*font-size: 5vh;  padding: 30px;*/
}
.modal-fullscreen-menu .modal-dialog {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  display: flex;
  height: 100%;
  align-items: center;
}
.modal-fullscreen-menu .modal-content {

}
.modal-fullscreen-menu .navbar-nav {

line-height: 3em;
  text-align: left;
  padding-left:12%;
  margin: 0 auto;
  width: 100%;
}
.modal-fullscreen-menu .navbar-nav a {

font-size: 30px;
  border: none;
  /*transition: all 0.25s ease;*/
  background-color: transparent;
  color: white;

    margin-bottom: 10px;
color: #FFFFFF;

}
.modal-fullscreen-menu{

  background-color:rgba(0, 0, 0, 0.49);
  background-position:left center;
  background-size:cover;

}

.modal-fullscreen-menu .navbar-nav a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: white;*/
  z-index: -1;
  opacity: 0;
/*  transform: scale3d(0.7, 1, 1);
  transition: transform 1s, opacity 1s;*/
}
.modal-fullscreen-menu .navbar-nav a:hover {
  color: var(--main-color);
  text-decoration:none;
}
.modal-fullscreen-menu .navbar-nav a:hover:before {
/*  transform: translate3d(0, 0, 0);*/
  opacity: 1;
}

.modal-backdrop.in {
  opacity: 1;
}


/* Rectangle: */
.degrade{
  background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 0%, #000000 100%);
  height:300px;
  width:100%;
  margin-top:-150px;
}




.modal-dialog {
    pointer-events:visible;
}
@media (max-width: 576px){
.modal-fullscreen-menu .navbar-nav a {font-size:18px;margin-bottom:unset;}

}