/* btn menu start */

#menu
{
    position: fixed;
    height: 100vh;
    width: 60%;
    background: rgb(241, 25, 25);
    left: 0px;
    top: 60px;
    box-shadow: 0px 3px 5px rgb(192, 95, 5);
    padding: 0px 30px;
    display: none;
}
#menu ul li a, #menu ul li span
{
    color:white;
    font-weight: bold;
    text-transform: uppercase;
}
#menu ul li ul
{
    top: 40px;
    left: 50px;
    text-align: center;
    font-weight: bold;
    background: rgb(238, 165, 57);
    width: 200px;
    z-index: 100;
    
}



#menu a
{
    width: 100%;
}
#btn-menu
{
    float: right;
    width: 30px;
    margin-right: 10px;
    margin-top: 20px;
}
#btn-menu div
{
    float: left;
    width: 100%;
    height: 2px;
    background: rgb(255, 255, 255);
    margin-top: 3px;
}

/* btn menu ends */

#banner
{
    padding: 100px 10px;
    height: 400px;
}
#banner-items-left
{
    width: 100%;
}
/* .level
{
    font-size: 40px;
} */
#banner-items-left p
{
    font-size: 15px;
    padding: 5px 0px;
    color: rgb(8, 8, 8);
}
.level
{
    font-weight: bold;
    font-size: 40px;
    color: #f52e2e;
    margin-top: 50px;
}
.levelOne
{
    font-weight: bold;
    font-size: 40px;
    color: #f52e2e;
    margin-top: 10px;
}
/* Contact Start */
.form_contact
{
  width: 96%;
  margin-left: 2%;
  padding: 100px 30px 30px 30px;
}
.contact-form
{
  width: 96%;
  margin-left: 2%;
  padding: 100px 30px 30px 30px;
}
#imageContactForm
{
    display: none;
}

/* Contact Ends */


.sidebar{
    position: sticky;
    left: 0;
    top: 0;
    bottom: 0;
    width: 110px;
    height: 100vh;
    padding: 0 0.8rem;
    color: #fff;
    overflow-x: hidden;
    transition: all 0.5s linear;
    background-color: rgb(73, 167, 230);
    float: left;
    padding-right: 50px;
    
}
.sidebar:hover{
    width: 950px;
    transition: 0.8s;
}

.card--container--details{
    overflow-x: scroll;
    overflow: scroll;
}


/* admin mobile stars */


/* 
.col-md-10
{
  float: left;
  width: 100%;
  margin-left: 2px;
  margin-right: 100px;
  display: block;
}
.col-md-2
{
  position: fixed;
  height: 100vh;
  width: 70% !important;
  background-color: #1904ff;
  left: 20px;
  top: 70px;
  box-shadow: 0px 3px 5px rgb(192, 95, 5);
  padding: 70px 30px;
  display: none;
  z-index: 100;
}

.administrateur-container .col-md-2 h2
{
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    color: white;
} */


.modal-form
{
  width: 95%; 
}

/* admin mobile ends */


