
a{
    text-decoration: none;
    color: white;
}

body{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: aliceblue;
    padding:0;
    margin:0;
    
    
}
header,footer{
    background-image: url("images/fightback.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
header{
    position: relative;
    font-family:Arial, Helvetica, sans-serif;
    height: 300px;
    overflow: hidden;
}
footer{
    position: relative;
    bottom: 0;
    height: 100px;
}
header h1{
    display: flex;
    position: relative;
    font-size: 40px;
    color: white;
    padding-inline: 20px;
    justify-content: center;
}
header h2{
    position: relative;
    display: flex;
    font-size: 30px;
    color: rgb(226, 226, 226);
    padding-inline: 20px;
    justify-content: center;
    text-align: center;
}
h3{
    display: flex;
    font-size: 60px;
    justify-content: center;
    margin-block: 50px;
}

#change{
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-size: 50px;
    margin: 50px;
}
#change2{
    display: none;
}
#intro{
    display: flex;
    margin-block: 50px;
    font-size: xx-large;
    justify-content: center;
}
#challenger{
    position: absolute;
    overflow: hidden;
    left:-350px; 
}
#challenger2{
    position: absolute;
    overflow: hidden;
    right:-70px; 
    width: 437px;
    height:261px;
}
#liste{
    display: grid;
    grid-template-columns: 2fr 2fr 1fr 2fr 2fr;
    grid-template-rows: 2fr 2fr 2fr 2fr;
}
.taille{
    justify-self: center;
    padding: 20px;
    max-width: 100%;
    width: 350px;
    max-height: 100%
}
.texte{
    padding-inline: 20px;
    max-height: 100%;
    text-align:left;
    
}
.boldo{
    font-weight:bolder;

}
ul{
    margin: 0;
    padding: 0;
    display: inline-block;
}
li{
    display: flex;
}

#menu{
    position: relative;
    display: flex;
    justify-content: space-around;
    background-color: rgb(44, 44, 44);
    width: 100%;
    height: 40px;
    padding-top: 15px;
}
.vignette{
    height: 50%;
    width: 50%;
}
.image{
    width: 500px;
    height: 300px;
    margin:20px
}
#total{
    display: flex;
    flex-direction: column;
    
}
#liste{
    display: flex;
    justify-content: start  ;

}
#verti{
    display: flex;
    flex-direction: column;

}

@media screen and (max-width: 481px) {
    header{
        height: 350px;

    }
    
    #challenger, #challenger2{
        width: 50%;
        height:35%;
        top:200px
    }
    #challenger{
        left:0;
        translate: -40px 0;
        
    }
    #challenger2{
        right:0;
        translate: 50px 0;
    }

    #liste{
        display:block
    }
    header h2{
        font-size:18px;
        top: 20px;
    }
    h3{
        font-size: 30px;
        margin-bottom: 80px;
    }
    .taille{
        padding: 0;
        width: 100vw;

    }
    .texte{
        margin-bottom: 100px;

    }
    #change{
        display: none 
    }
    #change2{
        display: flex;
        justify-content: center;
        font-weight: bold;
        font-size: 30px;
        margin: 10px;
        text-align: center;
    }
}

