
.FicheDIVGeneralBack{
    display: block;
     background-color: #004878;
     z-index: 1;
     width: 54%;
     height: 75vh;
     margin-top: 5vh;
     box-shadow: 0px 0px 14px 7px white;
     position: relative;
     /* left: 25%; */
     /* top: 81%; */
     margin-left: 10%;
     margin-right: 10%;
 }
 
 .FicheDIVGeneral{
    margin-left: 3%;
    margin-right: 3%;
    overflow-y: auto;
    height: 63vh;
 }
 
 .FicheDIVTitle{
    overflow: auto;
    /* position: relative; */
    /* background-color: brown; */
    min-height: 10vh;
 }
 
 .FicheTitle{
    position: inherit;
     text-align: center;
     /* margin-top: 10vh; */
     padding-top: 2vh;
     margin: 0px;
 }
 
 
 .FicheDIVImage{
    position: relative;
     /* background-color: yellow; */
     height: 30vh;
     margin: 0%;
     
 }
 
 /* si il n'y qu'une image  */
 .FicheDIVImageLegende{
    position: relative;
     /* background-color: turquoise; */
     height: inherit;
     width: 50%;
     left: 50%;
     transform: translate(-50%, 0px);
 
 }
 
 .FicheDIVImageLegende1{
    position: relative;
     /* background-color: turquoise; */
     height: inherit;
     width: 50%;
     /* left: 0px; */
     /* margin-bottom: 10%; */
     float: left;
 
 }
 
 .FicheImage{
    position: relative;
     /* background-color: black; */
     width: auto;
     height: 80%;
     transform: scaleX(0.8);
 }
 
 .FicheImageSon{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
 }
 
 .FicheLegende{
    overflow: auto;
    position: relative;
     /* background-color: lightseagreen; */
     width: auto;
     height: 20%;
 }
 
 
 .FicheLegendeSon{
    text-align: center;
     margin: 0%;
 }
 
 .FicheDIVImageLegende2{
    position: relative;
     /* position: absolute; */
     display: inherit;
     /* background-color: green; */
     height: inherit;
     width: 50%;
     right: 0px;
     float: left;
    
 }
 
 .FicheDIVText{
    overflow: auto;
    position: relative;
     /* background-color: purple; */
     min-height: 24vh;
     margin: 0%;
 }
 
 .FicheText{
    /* text-align: center; */
     margin: 0%;
     margin-left: 5%;
     margin-right: 5%;
 }
 
 .FicheDIVButton{
    position: relative;
    /* background-color: goldenrod; */
    min-height: 11vh;
    margin: 0%;
    text-align: center;
    line-height: 11vh;;
 }
 
 .FicheBoutonFermeture{
    width: 25%;
 }
