.main_block_small{
    display: flex;
    flex-direction: column;
    width: 18%;
    height: 50vh;
    display: none;
    position: absolute;
    margin: 3VH;
    right: 0;
}
.head_new_menu{
    width: 85%;
    display: flex;
    justify-content: space-around;
    margin-top: 5vh;
    margin-left: auto;
    margin-right: auto;
    
}

.image_content{
    margin-top: 5%;
    height: 20%;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.3s linear;
    margin-bottom: 5%;

}
.small_image_content{
    height: 3vh;
    width: 10%;
    transition: all 0.3s linear;
}
#project-image{

    background-image: url("../images/project.png ");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

}
#faisability-image{
    
    background-image: url("../images/faisabilite.png ");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

}
#information-image{
    
    background-image: url("../images/information.png ");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

}
#highlight-image{
    background-image: url("../images/highlight_icone.png ");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

}
#stats-image{
    background-image: url("../images/stat.png ");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;  
}
.title_new_menu{

    font-size: 2.2rem;
    margin-bottom: 5%;
    text-align: center;

}
.title_new_menu_small{
    font-size: 2.2rem;
    text-align: center;
    display: flex;
    align-items: center;
    margin-top: 1vh;
    margin-bottom: 1vh;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.small_sub_title{
    width: 90%;
    
}

.main_bloc_menu{
    width: 30%;

}

.bloc_menu {
	 
	 height: 50vh;
	 background: #fff;
	 box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.4);
	 font-family: 'Open Sans', Helvetica, Arial, sans-serif;
     border-radius: 15px;
     opacity: 0.9;
     transition: all 0.2s linear;
     display: flex;
     flex-direction: column;
}
.bloc_menu:hover {
	 
    -webkit-box-shadow: 0 7px 11px rgb(112, 107, 107);
    -moz-box-shadow: 0 7px 11px rgb(112, 107, 107);
    box-shadow: 0 7px 11px rgb(112, 107, 107);
    transform: translate(0px, 1px);
    opacity: 1;
}

 .bloc_menu__content {
	 position: relative;
	 height: 100%;
     transition: all 0.5s linear;
     border-radius: 15px !important;
}

.bloc_menu_small {
	 
    width: 100%;
    height: 5vh;
    margin-bottom: 3vh;
    transition: all 0.3s linear;

    
}
.bloc_menu__elems {
    position: relative;
    height: 50%;
    cursor: pointer;
    font-size: 110%;
}
.bloc_menu__elem {
    height: 33%;
    padding-left: 1.2rem;
    border-top: 1px solid #e7e7e7;
    display: flex;
    align-items: center;
    font-size: 110%;
}

.bloc_menu__elem_small{
   


}
.bloc_menu__elems_small{
   display: none;
   margin-bottom: 1vh;
   height: 65%;


}
.bloc_menu_small:hover {
	 
    height: 20vh;

    
}
.bloc_menu_small:hover .bloc_menu__elems_small{
	 
    display: block;

    
}

 .bloc_menu__heading {
	 color: #313131;
}

 .bloc_menu__hover {
	 z-index: 2;
	 position: absolute;
	 left: 0;
	 width: 100%;
	 height: 33%;
	 cursor: pointer;
}
 .bloc_menu__hover-1 {
	 top: 0;
}
 .bloc_menu__hover-1:hover ~ .bloc_menu__highlighter {
	 transform: translateY(0);
}
 .bloc_menu__hover-1:hover ~ .bloc_menu__highlighter .bloc_menu__elems {
	 transform: translateY(0);
}
 .bloc_menu__hover-2 {
	 top: 33%;
}
 .bloc_menu__hover-2:hover ~ .bloc_menu__highlighter {
	 transform: translateY(100%);
}
 .bloc_menu__hover-2:hover ~ .bloc_menu__highlighter .bloc_menu__elems {
	 transform: translateY(-33%);
}

 .bloc_menu__hover-3 {
	 top: 66%;
}
 .bloc_menu__hover-3:hover ~ .bloc_menu__highlighter {
	 transform: translateY(200%);
}
 .bloc_menu__hover-3:hover ~ .bloc_menu__highlighter .bloc_menu__elems {
	 transform: translateY(-66%);
}

 .bloc_menu__highlighter {
	 z-index: 1;
	 position: absolute;
	 top: 0;
	 left: -6%;
	 width: 106%;
	 height: 33%;
	 background: #39a5f7;
	 background: var(--selected);
     border-top-left-radius: 15px;
     border-bottom-left-radius: 15px;
     border-top-right-radius: 0;
     border-bottom-right-radius: 0;
     overflow: hidden;
	 box-shadow: 0 0.3rem 0.2rem rgba(0, 0, 0, 0.3);
	 transition: transform 0.3s cubic-bezier(0.59, 0.04, 0.3, 1.43);
}
 .bloc_menu__highlighter .bloc_menu__elems {
	 position: absolute;
	 top: 0;
	 left: 1rem;
	 transition: transform 0.35s cubic-bezier(0.59, 0.04, 0.3, 1.43);
     height: 300%;
     width: 100%;
}
 .bloc_menu__highlighter .bloc_menu__elem {
	 color: #fff;
	 border: none;
}
 

/*** bloc point d'interrogetion ***/ 
 

 
 .box {
   position: absolute;
   width: 20vw;
   z-index: 50;
   margin-left: 22vw;
   background-color : #fff ;
   display: none;
   font-size: 13px;
   color: #5d6494;
   line-height: 20px;
   padding: 1vw;
   border-radius: 5px;
   -webkit-box-shadow: 0 2px 5px rgb(112, 107, 107);
    -moz-box-shadow: 0 2px 5px rgb(112, 107, 107);
    box-shadow: 0 2px 5px rgb(112, 107, 107);
    opacity: 1;

 }


 .icon_bg {
   width: 2vw;
   height: 2vw;
   border-radius: 100%;
    background-image: url("../images/interrogation3.png ");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 50;
    cursor: pointer;
    transition: all 0.3s linear;

}
.icon_bg:hover {
   
    cursor: pointer;
    border: none;
 }


 .super-box {
     position: absolute;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
           z-index: 50;

 }

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

    .main_block_small{

        width: 33%;
        height: 60vh;
        position: relative;

    }
    .bloc_menu {
	 
        height: 60vh;
   
    }
    .bloc_menu_small {
	 
        height: 8vh;
    
        
    }
    .head_new_menu {
        
        width: 95%;
        
    }
    
    .box_main {

    width: 30vw;
    margin-left: 32vw;
 
    }

    .box {

    width: 15vw;
    margin-left: 17vw;
     
    }

}

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

    .main_block_small{

        width: 33%;
        height: 60vh;
        position: relative;

    }
    .bloc_menu {
	 
        height: 60vh;
   
    }
    .bloc_menu_small {
	 
        height: 8vh;
    
        
    }
    .head_new_menu {
        
        width: 95%;
        
    }
    
    .box_main {

    width: 30vw;
    margin-left: 32vw;
 
    }

    .box {

    width: 20vw;
    margin-left: 22vw;
     
    }

}
.top_block_title {
    height: fit-content;
    background: var(--selected);
    margin-bottom: 2vh;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    margin-top: -20px;
    padding: 15px;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px #4DADF8;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px #4DADF8;
    color: #fff;
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.fixed-plugin {
    position: absolute;
    top: 18vh;
    right: 0;
    width: 2.5vw;
    height: 2.5vw;
    background: var(--main_color);
    z-index: 3;
    border-radius: 10% 0% 0% 10%;
    text-align: center;
    background-image: url("../images/hamburger_icon.png ");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    transition: all 0.3s linear;
    opacity: 0.8;
    border :none ;

}


#fixed-plugin:focus{
    outline:0;
}

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

    .cancelbtn,
    .deletebtn {
      width: 100%;
    }

    .main_bloc_menu {
        width: 100%;
        margin-bottom: 5vh;
    }

    .head_new_menu {
        width: 100%;
        display: flex;
        justify-content: space-around;
        margin-top: 5vh;
        margin-left: auto;
        flex-direction: column;
        margin-right: auto;
        text-align: center;
        align-items: center;
    }

    .card-project-user {
        width: 100%;
    }
  }


#dev-warning{
    width: 100%;
    border: 2px solid #2c94e8;
    border-radius: 5px;
    background-color: #8dc8f8;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;

}

.navbar {
    font-size: 1.2em;
}

#maintenance-warning{
      width: 100%;
  border: 2px solid #f31d1d;
  border-radius: 5px;
  background-color: #ef9b9b;
  text-align: center;
  padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}