body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

div#navbar {
    width: 100%;
    height: 50px;
    position: absolute;
    z-index: 5;
}

a.navbarlogo {
    height: 100%;
    background-color: white;
    display: inline-block;
    box-shadow: 5px 6px 5px rgba(0, 0, 0, 0.66);
}

a.navbarlogo:hover {
    box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.66);
}

a.navbarlogo:active {
    box-shadow: 0px 0px 0px #888888;
}

.navbarlogo img {
    height: 30px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

div#logoArobase {
    display: inline-block;
    height: 50px;
    float: left;
}

div#lang {
    display: inline-block;
    height: 100%;
    float: right;
}

#lang .langue {
    line-height: 50px;
    display: inline-block;
    margin-right: 15px;
    color: black;
    cursor: pointer;
}

#lang .langue:hover, #lang .langue.active {
    font-weight: bold;
    color: #f7d311;
    font-size: 1.1em;
}

#ratioIphone {
    max-height: 1170px;
    /* height: 100vh; */
}
.widthCorp {
    max-width: 768px;
    margin-left: auto;
    min-width: 320px;
    margin-right: auto;
}

#iconstore {
    position: absolute;
    bottom: -30px;
    height: 60px;
    text-align: center;
    width: 100%;
}

#iconstore img {
    max-height: 100%;
    height: auto;
}

.backgroundbleu {
    background: #93d7da;
    background: -moz-linear-gradient(top, #a2d5d9 , #41bcc5);
    background: -webkit-linear-gradient(top, #a2d5d9 , #41bcc5); 
    background: linear-gradient(to bottom, #a2d5d9 , #41bcc5 ); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2d5d9', endColorstr='#41bcc5',GradientType=0 ); 
}

.backgroundJaune {
    background-color: #ffdd26;
}

#zoneBleu {
    height: 70vh;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center 0%;
    position: relative;
}

#zoneJaune {
    height: 30vh;
    background-image: url('../assets/autres-personnages.png');
    background-repeat: no-repeat;
    background-position: center 34px;
    background-size: 100%;
}

#personnages {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    background-image: url('/assets/perosnnages-jeu.png');
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: center bottom;
}

#personnagesFond {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    background-image: url('/assets/fond-points.png');
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: center bottom;
}
#mainGauche {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    background-image: url(/assets/main-gauche.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: -25% 90%;
}

#mainDroite {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    background-image: url(/assets/main-droite.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 115% 90%;
}

#logo {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    background-image: url(/assets/logo-amorra.png);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center 90%;
}

#bandeauDefi {
    background-image: url(../assets/bandeau-defie.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 479px;
    width: 100%;
    min-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

#bandeauDefi img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 220px;
}

#regleDuJeu {
    padding-top: 0.67em;
    padding-bottom: 0.57em;
    
}
.text {background-color:white;}
.text h1{
    margin : 0;
    padding-top: 0.67em;
}

.text h1, .text h2, .text strong {
    color: #50b5bc;    
}
.text h1, .text h2, .text p{
    padding-left: 10px;
    padding-right: 10px;
}


.text img {
    width: 50%;
    min-width: 320px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    border: solid 1px black;
}

#footer {
    text-align: center;
}

@media screen and (min-width: 768px) {
    #mainGauche {
        background-size: 40%;
        background-position: 0% 90%;
    }

    #mainDroite {
        background-size: 40%;
        background-position: 100% 90%;
    }
     #zoneBleu {max-height: 668px;}
    #zoneJaune {height: 405px;}
    .text h1, .text h2, .text p{
    padding-left: 25px;
    padding-right: 25px;
}
}

@media screen and (min-width: 1024px) {
    #zoneBleu {max-height: 668px;}
    #zoneJaune {height: 405px;}
    #ratioIphone {height: auto;}
    #bandeauDefi img {padding-top: 105px;height: 280px;}
}

@media screen and (max-width: 1100px) {
    #bandeauDefi {height: 300px;}
    #bandeauDefi img {padding-top: 32px;}
}

@media screen and (max-width: 768px) {
   #personnages, #personnagesFond {
    background-size: 90%;}
    #regleDuJeu {
    padding-top: 0px;
    padding-bottom: 0px;
    }
}

@media screen and (max-width: 720px) {
    #bandeauDefi {height: 260px;}
    #bandeauDefi img {height: 100%;}
    #bandeauDefi img {padding-top: 0px;}
}

@media screen and (max-width: 640px) {
    #bandeauDefi {height: 196px;}
    #iconstore {
        height :50px;
        bottom: -25px;
    }
}

@media screen and (max-width: 450px) {
    #bandeauDefi {height: 180px;}
    #bandeauDefi img {height: 100%;}
        
}

@media screen and (max-width: 360px) {
    #bandeauDefi {height: 130px;}
    #bandeauDefi img {height: 100%;}
     #iconstore {
         height :40px;
         bottom: -20px;
    }

    .text img {border: solid 0px black;}
}