body {
    background-color:black;

}
img {
    /* border-style:none; */
    outline: 15px solid transparent;
    /* margin-bottom: -5px; */
    /* padding: 0px;
    border: 0 none;
    text-decoration: none; */
}


@font-face {
    font-family: Alegreya;
    src: url(Alegreya-Regular.otf);
}


.italic {
    font-style: italic;
}

.loader {
    position: fixed;
    z-index: 500;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
}
.loader .pecents {
    font-size: 30px;
    margin-top: 20px;
}

.loaderaa div {
    text-align: center;
    width: 70vw;
    top: 60vh;
    margin-left: 15vw;
    color: white;
    font-family: Alegreya;
    font-size: 3vh;
}
.loaderaaa #boule {
    position: fixed;
    width: 5vw;
    margin-left: 47.5vw;
    margin-top: 40vh;
    vertical-align: middle;
    text-align: center;

}
.loader #casque {
    position: fixed;
    top: 73vh;
    width: 3vw;
    margin-left: 48.5vw;
    vertical-align: middle;
    text-align: center;
}

.warning {
    position: fixed;
    z-index: 500;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: black;
}
.chien {
    height: 90vh;
    vertical-align: middle;
    margin-left: 50%;
    transform: translateX(-50%);
    text-align: center;
    position: fixed;
    z-index: 50;
    display: none;
}
.section img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    z-index: 0 !important;
    will-change: transform;
}
.section [data-parallax-focus] {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    z-index: 0 !important;
    will-change: transform;
}
.section {
    width: 85vw;
    margin: auto;
    display: block;
    position: relative;
    vertical-align: top;
    /* max-width: 1100px; */
    z-index: 0;
    overflow: hidden;
}
.section img {
    width: 100%;
}
.main img {
    width: 100%;
}
.btn_tools {
    position: fixed;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 0 10px;
    right: 10px;
    top: 10px;
    z-index: 100 !important;
}
.btn_tools > * {
    height: 40px; 
    width: 40px;
    margin-bottom: 10px;
    cursor: pointer;
    color: white;
}
.btn_tools > *:hover {
    color: #cbcbcb;
}

.test_tools {
    position: fixed;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 0 10px;
    right: 10px;
    top: 10px;
    z-index: 100 !important;
}
.test_tools > * {
    height: 50px; 
    width: 50px;
    margin-bottom: 10px;
    cursor: pointer;
    color: white;
}
.test_tools > *:hover {
    color: #cbcbcb;
}

.content{
    position:absolute;
    top:0;
    left:0;
    background-color: transparent;
    opacity:0.0;
  }
   
.test_tools:hover .content{
    opacity:1;
  }


/**
 * FIN DU CODE AJOUTE PAR FL0
 */

.container {
    width: 100%;
    max-width: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 20px;
    background: #fcfcfc;
    text-align: center;
    box-shadow: 0 1px 10px #a7a7a7, inset 0 1px 0 #fff;
}
#oMonImage {
    width: 100%;
    height: auto;
    cursor: pointer;
}