body,html{
    height: 100%;
    margin: 0;
    padding: 0;
}

a, a p {
    text-decoration: none;
    color: inherit; 
}
.container{
    height: 100%;
    display: flex;
    flex-direction: column;
}

.divImageCompagnie{
    width: auto;
    display: flex;
    justify-content: flex-end;
}

.imageDepuy{
    max-width: 75%;
}

/* ========================= Pour phone ==============*/
@media only screen and (max-width:600px){
    .containerEmplacement{
        display: none;
    }
    .containerInfo{
        display: flex;
        overflow: hidden;
    }
.divSquelette{
    height: 100%;
    display: flex;
    justify-content: center;
    width: 100%;
}

.squelette{
    max-width: 100%;
    max-height: 100%;
}

.zoneClick{
    position: absolute;
}

.bras{
    top: 25%;
    left: 25%;
    width: 10%;
    height: 21%;
}

.epaule{
    top: 25%;
    left: 31%;
    width: 15%;
    height: 5%;
}

.main{
    top: 49%;
    left: 19%;
    width: 12%;
    height: 13%;
}

.hanche{
    top: 43%;
    left: 47%;
    width: 20%;
    height: 20%;
}

.genoux{
    top: 67%;
    left: 55%;
    width: 12%;
    height: 15%;
}

.pied{
    bottom: 4%;
    left: 28%;
    width: 20%;
    height: 11%;
}

.modalBras{
    display: none;
    position: fixed;
    bottom: 1%;
    width: calc(100% - 10px);
    height: 67%;
    background-color: #ffffff;
    border: #E47487 solid  5px;
}

.overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.triangleBras{
    display: none;
    position: fixed;
    bottom: 61%;
    left: 22%;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 100px solid #E47487;
}

.closeModal{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.closeDiv{
    background-color: red;
    font-size: 20px;
}

.modalMain{
    display: none;
    position: fixed;
    top: 8%;
    width: calc(100% - 10px);
    height: 47%;
    background-color: #ffffff;
    border: #E5DC6B solid  5px;
}

.triangleMain{
    display: none;
    position: fixed;
    top: 48%;
    left: 13%;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 100px solid #E5DC6B;
}

.modalHanche{
    display: none;
    position: fixed;
    top: 8%;
    width: calc(100% - 10px);
    height: 47%;
    background-color: #ffffff;
    border: #84C191 solid  5px;
}

.triangleHanche{
    display: none;
    position: fixed;
    top: 48%;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 100px solid #84C191;
}

.modalGenoux{
    display: none;
    position: fixed;
    top: 8%;
    width: calc(100% - 10px);
    height: 63%;
    background-color: #ffffff;
    border: #7191B2 solid  5px;
}

.triangleGenoux{
    display: none;
    position: fixed;
    top: 65%;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 100px solid #7191B2;
}

.modalPied{
    display: none;
    position: fixed;
    top: 8%;
    width: calc(100% - 10px);
    height: 79%;
    background-color: #ffffff;
    border: #B27CA9 solid  5px;
}

.trianglePied{
    display: none;
    position: fixed;
    top: 80%;
    left: 30%;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 100px solid #B27CA9;
}

.divImplent{
    border: #000000 solid 1px;
    margin: 5px;
    max-width: min-content;
    text-align: center;
}

.containerImplent{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow-y: scroll;
    flex-wrap: wrap;
}

.implentNom{
    font-size: 20px;
    margin: 0px;
}



.horizontal-image {
    display: inline-block;
  }
  
  .vertical-image {
    display: block;
  }

}
/*================ Pour tablette =========================== */
@media only screen and (min-width: 600px) and (max-width:1080px){
    .containerEmplacement{
        display: none;
    }
    .containerInfo{
        display: flex;
        overflow: hidden;
    }
    .modalBras{
        display: none;
        position: fixed;
        bottom: 1%;
        width: calc(100% - 10px);
        height: 67%;
        background-color: #ffffff;
        border: #E47487 solid  5px;
    }

    .divSquelette{
        height: 100%;
        display: flex;
        justify-content: center;
        width: 100%;
    }
    
    .squelette{
        max-width: 100%;
        max-height: 100%;
    }
    
    .zoneClick{
        position: absolute;
    }
    
    .overlay{
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .closeModal{
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    
    .closeDiv{
        background-color: red;
        font-size: 20px;
    }
    
    .modalMain{
        display: none;
        position: fixed;
        top: 8%;
        width: calc(100% - 10px);
        height: 47%;
        background-color: #ffffff;
        border: #E5DC6B solid  5px;
    }

    .modalHanche{
        display: none;
        position: fixed;
        top: 8%;
        width: calc(100% - 10px);
        height: 47%;
        background-color: #ffffff;
        border: #84C191 solid  5px;
    }

    .modalGenoux{
        display: none;
        position: fixed;
        top: 8%;
        width: calc(100% - 10px);
        height: 63%;
        background-color: #ffffff;
        border: #7191B2 solid  5px;
    }

    .modalPied{
        display: none;
        position: fixed;
        top: 8%;
        width: calc(100% - 10px);
        height: 79%;
        background-color: #ffffff;
        border: #B27CA9 solid  5px;
    }

    .bras{
        top: 29%;
        left: 35%;
        width: 9%;
        height: 21%;
    }
    
    .epaule{
        top: 26%;
        left: 36%;
        width: 12%;
        height: 8%;
    }
    
    .main{
        top: 50%;
        left: 30%;
        width: 10%;
        height: 14%;
    }
    
    .hanche{
        top: 40%;
        left: 47%;
        width: 15%;
        height: 23%;
    }
    
    .genoux{
        top: 69%;
        left: 50%;
        width: 12%;
        height: 15%;
    }
    
    .pied{
        bottom: 3%;
        left: 35%;
        width: 15%;
        height: 11%;
    }

    .triangleBras{
        bottom: 65%;
        left: 35%;
    }

    .triangleGenoux{
        top: 69%;
        left: 53%;
    }

    .trianglePied{
        top: 85%;
        left: 35%;
    }

    .triangleMain{
        top: 50%;
        left: 30%;
    }

    .modalMain{
        height: 45%;
    }
    
    .triangleHanche{
        top: 52%;
        left: 52%;
    }
    
    .closeDiv{
        font-size: 40px;
    }

    .implentNom{
        font-size: 20px;
    }

    .divImplent{
        border: #000000 solid 1px;
        margin: 5px;
        max-width: min-content;
        text-align: center;
    }
    
    .containerImplent{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        overflow-y: scroll;
        flex-wrap: wrap;
    }
    
    .horizontal-image {
        display: inline-block;
      }
      
      .vertical-image {
        display: block;
      }
}
/* ==================== Pour ordinateur ======================*/
@media only screen and (min-width: 1080px) and (max-width:1920px){
    .divImplentEmplacement{
        display: none;
    }
    
    .imageContainer{
        width: 100%;
        height: 120px;
        background-color: #f4f4f4;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .divImplentOrdi{
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: start;
        padding: 20px;
    }
    
    .divEmplacement{
        border: #BEBEBE solid 1px;
    }
    .titreEmplacement{
        color: #ffffff;
        font-size: 33px;
        margin: 0;
        padding-left: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
        
    }
    .containerEmplacement{
        margin-right: 50px;
        display: flex;
        flex-direction: column;
        
        width: 100%;
        overflow-y: auto;
    }

    .containerInfo{
        display: flex;
        overflow: hidden;
    }

    .divSquelette{
        display: flex;
        overflow: hidden;
        justify-content: center;
    }
    
    .squelette{

    }
    
    .zoneClick{
        display: none;
    }
    
    .bras{
        display: none;
    }
    
    .epaule{
        display: none;
    }
    
    .main{
        display: none;
    }
    
    .hanche{
        display: none;
    }
    
    .genoux{
        display: none;
    }
    
    .pied{
        display: none;
    }
    
    .modalBras{
        display: none;
    }
    
    .overlay{
        display: none;
    }
    
    .triangleBras{
        display: none;
    }
    
    .closeModal{
        display: none;
    }
    
    .closeDiv{
        display: none;
    }
    
    .modalMain{
        display: none;
    }
    
    .triangleMain{
        display: none;
    }
    
    .modalHanche{
        display: none;
    }
    
    .triangleHanche{
        display: none;
    }
    
    .modalGenoux{
        display: none;
    }
    
    .triangleGenoux{
        display: none;
    }
    
    .modalPied{
        display: none;
    }
    
    .trianglePied{
        display: none;
    }
    
    .divImplent{
        width: 160px;
        border: 1px solid #ccc;
        padding: 10px;
        text-align: center;
    }
    
    .containerImplent{
        
    }
    
    .implentNom{
        
    }
    
    .horizontal-image {
        
      }
      
    .vertical-image {
        
    }
}   
