*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}

html, body{
    width: 100%;
    height: 100%;
    
}

body{
    overflow-x: hidden;
}

a{
    text-decoration: none !important;
}

ul{
    list-style-type: none;
}

body::-webkit-scrollbar {
    width: 10px;
    position: relative; 
    right: 20px;
    background-color: rgb(255, 255, 255);
  }
  
body::-webkit-scrollbar-thumb {
background-color: rgb(179, 179, 194);
border-radius: 20px; 
border: 3px solid rgb(255, 255, 255); 

}

.lignes{
    width: 100%;
    height: 6px;
    border-radius: 5px;
    background: #ffffff;
    position: relative;
    transition: all 0.5s ease-in-out;
}
.lignes:nth-child(1){
    top: 0px;
}
.lignes:nth-child(2){
    top: 12px;
}
.lignes:nth-child(3){
    top: 24px;
}

.widthPlusBas{
    width: 100%;
    height: 60px;
    padding: 0 10px auto auto;
    display: flex;
    background-color: rgba(127, 206, 255, 0.5);        
    position: fixed;
    z-index: 999;
    justify-content: flex-end;
    align-items: center;
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    transition: all ease-in 0.3s;
}

.cont-lignes {
    width: 60px;
    height: 100%;
    position: relative;
    vertical-align:center;
    cursor: pointer;
    top: 10px;
    right: 10px;
}

.btn1.active .lignes:nth-child(1){
    top: 18px;
    transform: rotate(135deg);
}

.btn1.active .lignes:nth-child(2){
opacity: 0;
transform:translateX(-30px) ;
}

.btn1.active .lignes:nth-child(3){
    top: 4px;
    transform: rotate(-130deg);
}

.index2{
    display: none;
    width: 70%;
    height: 100%;
    padding: 4% 4% 4% 4%;
    backdrop-filter: blur(19px) grayscale(0.3) opacity(1.8);
    border-radius: 20px;
    text-align: center;
    z-index: 2;
    transition-duration: 0.3s;
    animation-duration: 0.4s;
    animation-name: fondu;
    transition-duration: 1.5s;
    overflow: hidden;

}

@keyframes fondu {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }


.index2 h3{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 50;
    color: rgba(255, 255, 255, 0.411);
    font-size: 1.1em;
    margin-bottom: 25px;
}

.Competence{
    color: #ffffff; font-size: 110px; padding-top: 5%;
}

.indexAnim{
    width: 97%;
    margin: 70px;
    position: fixed;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    height: 90%;
    padding: 4% 4% 4% 4%;
    backdrop-filter: blur(99px) grayscale(0.3) opacity(1.8);
    border-radius: 20px;
    text-align: center;
    transition-duration: 0.3s;
    animation-duration: 0.4s;
    animation-name: fondu;
    box-sizing: border-box;
}

.tableau{
    width: 100%;
    height: 70%;
    padding: 5%;
    margin-top: 80px;
    margin-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    position: relative;
    overflow-y: scroll;
}

.alte{
    
    display: flex;
    width: 200px;
    height: 60px;
    color: #ffffff;
    font-size: 1.5em;
    justify-content: space-evenly;
    align-items: center;
    z-index: 999;
}

.tableau .icojs{
    width: 200px;
    height: 100px;
    margin-block: 1px;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
}



.index2{
    display: none;
}

.LeSupportMenu{
    display: flex;
    justify-content: center;
}

.icojs{
    width: 100% !important;
    height: 100px !important;
    background-color: #337b849c;
    border-radius: 5px;
    transition: all ease-in 0.2s;
}

.icojs:hover{
    background-color: #337b84e0;
}

.tableau{
    width: 100%;
    height: 90%;
    padding: 5%;
    display: flex;
    overflow-y: scroll;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
}

.tableau::-webkit-scrollbar {
    width: 10px;
    position: relative; 
    right: 20px;
    background-color: rgba(255, 255, 255, 0);
  }
  
.tableau::-webkit-scrollbar-thumb {
background-color: rgb(179, 179, 194);
border-radius: 20px; 
border: 3px solid rgb(255, 255, 255); 
visibility: hidden;
}


.icojs a{
    display: flex;
    height: 100%;
    padding-block: 15px;
    font-size: 1.6em;
    color: #ffffff;
    align-items: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    justify-content: center;
    width: 100%;
}

.icojs a img{
    height: 100%;
    margin-inline: 20px;
}

 
@media (width < 1060px) {
    .icojs p{
        font-size: 1.0em;
    }
}

@media (width < 390px){
    .tableau{
        padding: 0;
    }

    .icojs p{
        font-size: 0.7em;
    }
}
    

@media(width < 600px){
    .Competence{
        font-size: 4.9em;
    }

    .tableau div{
        width: 100px;
        height: 50px;
        display: flex;
        justify-content: center;
        /* align-content: center; */
        flex-wrap: nowrap;
        align-items: center;
    }
}

@media (width < 560px){
    .tableau div{
        width: 100px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-wrap: nowrap;
        align-items: center;
    }

    

    .icon{
        width: 50%;
    }
    
    .Competence{
        font-size: 70px;
        
    }
}

.icon{
    height: 5%;
    text-align: center;
    width: 25%;
    margin-left: 37.5%;
    display: flex;
    justify-content: space-evenly;
    font-size: 1.7em;
}

.competence{
    display: flex;
    min-width: 300px;
    width: 100vw;
    height: auto;
    
    backdrop-filter: blur(161px) grayscale(0.2) opacity(39.8);   
    border-radius: 50px;
    flex-direction: column;
    align-items: center;
}

.competence h1{
    font-size:2em;
    font-family:Georgia, 'Times New Roman', Times, serif;
    
}

.RevenirEnHaut{
    display: none;
    width: 50px;
    height: 50px;
    background-color: #1d53a3;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 1;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
}

.RevenirEnHaut i{
    font-size: 1.5em;
}