* {
    box-sizing: border-box;
}

@font-face {
    font-family: myFont;
    src: url(font/Fifty-Regular.otf);

}



::-webkit-scrollbar {
    width: 10px;
    height: 0px;

}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    height: 40px;
    background-color: transparent;
    margin-left: 40%;

}

::-webkit-scrollbar-track-piece {
    background-color: transparent;
    margin-left: 10px;
    -webkit-border-radius: 16px;


}

::-webkit-scrollbar-thumb:vertical {
    height: 40px;
    background-color: white;

    -webkit-border-radius: 0px;

}

h1 {
    text-transform: uppercase;
    font-size: 3em;

}

p {
    font-family: myFont;
    /*    font-weight: bold;*/

}


body {
    font-family: myFont;
    padding: 0;
    margin: 0;
    color: white;
    cursor: url(elements/solo/cursor.png), auto;
    width: 100%;
}

.wrapper {
    width: 100%;
    height: 100vh;
    background-color: mediumseagreen;
}

.wrapper.court2 {
    background-color: red;
}

.top,
.bottom {
    width: 100%;
    height: 12.5%;
    border: solid 10px white;
}

.central {
    width: 100%;
    height: 75%;
    border-right: solid 10px white;
    display: flex;
}

.column {
    width: 25%;
    display: flex;
    flex-direction: column;
    border-left: solid 10px white;
    transition: width 0.5s ease-in-out;
    overflow: hidden;
}

.hoverable:hover {

    background-color: rgba(255, 255, 255, 0);
    /*    background-color: white;*/
}


.row {
    width: 100%;
    height: 50%;
    transition: height 0.5s ease-in-out;
    overflow: hidden;
}

.row:last-child {
    border-top: solid 10px white;
}

.content {
    height: 100%;
    width: 78.5vw;
    /*    margin-left: 5vw;*/
    display: none;
    overflow-y: scroll;
    position: relative;
}

.title {
    font-size: 2vw;
    line-height: 1;
    overflow: hidden;
}


.content h1 {
    margin: 0;
    display: block;
    text-align: center;
    width: 100%;
    transform: scale(1.6, 1);
}

.court {
     transform: scale(1.3, 1);
    
    width: 76%;
    margin-left: 12%;
}

.dopage {
     transform: scale(1.13, 1);

    width: 87%;
    margin-left: 6.5%;
}

.tenu {
     transform: scale(1.28, 1);
    
    width: 76%;
    margin-left: 12%;
}

.histoire {
     transform: scale(1.05, 1);
    width: 94%;
    margin-left: 3%;
}

.imgFull {
     margin: 0;
    padding: 0;
    
}

.imgFull img {
     width: 100%;
    
}


.content p {
/*    margin: 0;*/
    width: 98%;
    margin-left: 1%;
    margin-bottom: 5%;
/*    margin-top: -70px;*/
    text-align: justify;
    font-size: 2em;
}

@media screen and (max-width: 1100px){
    
.content p {
    text-align: left;
    font-size: 1.5em;
}
    
}

.test {
    margin-top: -45px;
    width: 50%;
    margin-left: 10%;
    margin-bottom: 3%;
}

span {
    text-align: left !important;
    font-size: 1em;
    font-family: myFont;
}



.imgBottom, .imgTop {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.arrowBottom{

    transform: rotate(270deg);
    text-align: center;
}

.arrowTop{

    transform: rotate(90deg);
    text-align: center;
}

.arrowBottom img {
    width: 100px;
    margin-top: 3px;
    margin-right: 30px;
    transform: scale(1, 1);
}

.imgBottom, .imgTop {
    display: none;
    opacity: 0;
     transition: all 0.2s ease;
}

.arrowTop img {
    width: 100px;
    margin-top: 6px;
    margin-right: -25px;
    transform: scale(1, 1);
}


.top:hover > .outTop {
    display: block;
    opacity: 1;
}

.bottom:hover > .imgBottom {
    display: block;
    opacity: 1;
}



.outTop {
    text-align: center;
    width: 100%;
    color: white;
    letter-spacing: -0.11em;
    margin-left: -2%;
    font-size: 7vw;
    display: none;
    opacity: 0;
    transform: scale(6.3, 1);
    margin-top: -15px;
    transition: all 0.2s ease;
}

.outBottom {
    text-align: center;
    width: 100%;
    color: white;
    letter-spacing: -0.11em;
    margin-left: -2%;
    font-size: 7vw;
    display: none;
    opacity: 0;
    transform: scale(6.3, 1);
    margin-top: -15px;
    transition: all 0.2s ease;
}

.top:hover > .imgTop {
    display: block;
    opacity: 1;
}

.bottom:hover > .outBottom {
    display: block;
    opacity: 1;
}




.player {
    position: absolute;
    width: 100%;
/*    margin-top: 10px;*/
    
}
.flag {
    position: absolute;
    display: flex;
    flex-flow: column;
    width: 102.5%;
    margin-top: 5px;
}

.flagRow img{
    opacity: 0;
    transition: all 0.2s ease;
}

.flag img {
    margin: -3px;
    padding: 0;
    width: 49%;
    
}

.flagRow {
    margin-top: -4px;
}

.flagRow img:hover {
    opacity: 0.8;
}

.winner {
    opacity: 0;
    transition: all 0.2s ease;
}

.winner:hover {
    opacity: 1;
}

.arrowVid {
    opacity: 0;
    transition: all 0.2s ease;
}

.arrowVid:hover {
    opacity: 1;
}




