*,
*::after,
*::before {
    box-sizing: border-box;
}


.heade{
    background-image: url(img/fond.jpg);
    background-size: cover;
    background-position: center;
    height:100vh;
}




.logo{  
    position: fixed; 
    height: 100px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}


h1{

    font-family: "Bungee Outline", sans-serif;
        font-size: 5.5rem;
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
        margin-top: 0;

}

.thrills{
    margin-top: -80px;
    
}


.container {

    display: flex;
        color: rgb(255, 255, 255);
        flex-direction: column;
        justify-content: space-around;
        margin: auto;
}

.pair {
    display: flex;
    flex-direction: column;
    text-align: center;
    
}

.nom{
    font-size: 1.5rem;
}

.valeur{
    font-family: "Bebas Neue", sans-serif;
    font-size: 3.5rem;
    margin: 0;
    
}

.filtre{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    gap: 20px;
    
}



.activite {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
    cursor: pointer;
}

.block{
    position: relative;
    margin: 30px;
}



.block img {
    width: 100%;
}


h3{
    position: absolute;
    top: -10px;
    left: 20px;
    font-size: 2rem;
    background-color: rgb(255, 255, 255);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #000000;
}

.block a:hover h3{
    color: white;
    background-color: #000000;
    box-shadow: 2px 2px 5px #ffffff;
}

.info{
    font-size: 1.5rem;
    text-decoration: none;
    padding: 15px;
    color: #C28B15;
    border: #C28B15 solid 1px;
}

.pclick{
    font-size:1.2rem;
    color:#C28B15;
}

.boutton{
    text-align: center;
    margin-bottom: 50px;
}

.boutton:hover{
    transform: scale(1.4);
}

.info:hover{
    color: white;
    background-color: #C28B15;
}


@media (height<=600px and width<=200px){

    h1 {
           font-size: 3rem;

        }
    .thrills{
    margin-top:0px;
    
}
    
        
}

@media (width>= 700px){

     .nom{
        font-size: 1.8rem;
    }
    
    .valeur{
        font-family: "Bebas Neue", sans-serif;
        font-size: 4rem;
        margin: 0;
    }
    .activite {
        display: flex;
        flex-wrap: wrap;
    }

    .block {
        width: 45%;   
   }
    h3{
        font-size: 1.5rem;
    }

}

@media (width>=600px){

    .block {
            margin: 10px;

        }

    

    SELECT{
        font-size: 1.5rem;
        width: 40%;
    }

     
        
}

@media (width>=1000px) {


    h1 {
        font-size: 6rem;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 40px;

    }

    .thrills {
        margin-top: 0;
    }

    .container {
        margin-top: 30vh;
        display: flex;
        justify-content: space-around;
        flex-direction: row;
    }


    .nom {
        font-size: 2rem;
    }

    .valeur {
        font-family: "Bebas Neue", sans-serif;
        font-size: 5rem;
        margin: 0;
    }

    .info {
        font-size: 2.5rem;
    }

    h3 {
        font-size: 2rem;
    }


}

