*{
    margin:0;
    padding:0;
}
a{
    text-decoration: none;
    color:inherit;
}

main a{
    text-decoration: none;
    color:inherit;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: #005d00;
}



div p{
     font-family: Arial, Helvetica, sans-serif;
    color: black;
    }

    .img1{
        max-width: 200px;
        height: auto;
        border-radius: 10px;
        align-items:center;
    }

    .li{
        bottom: 20px;
    }

header {
    display:flex;
    justify-content: right;
    position:fixed;
    z-index: 100;
    align-items:center;
    height:250px;
    width:100%;
    margin-bottom:150px;
    top:0px;
    }
header nav{
    height:100%;
    width:100%;
}
    .bgheader{
height: 100%;
width:100%;
object-fit: cover;
z-index: 0;

    }
header nav div{
    display:flex;
    justify-content: right;
}
    header ul {
        display:flex;
        flex-direction:row;
        position:relative;
        border-radius:7%;
        align-items: center;
        list-style-type: none;
        background-color: rgb(67, 67, 67);
        justify-content: center;
        height: 55px;
        right:100px;
        border-radius: 30px;
        bottom: 160px;
        font-family: Arial, Helvetica, sans-serif;
        z-index: 100;
        padding-left:20px;
    
    }


.fa-solid, .fa-magnifying-glass{
    color:white;
}

    .active{
        text-shadow:  0 0 7px #fff, 
        0 0 10px #fff, 
        0 0 42px #fff,
        0 0 77px #fff, 
        0 0 100px #fff;
        font-weight: bold;
    }

    body{
        background-color: rgb(224, 224, 224);
    }

    header a {
        display:flex;
        margin-right:30px;
        text-decoration:inherit;
        list-style-type: none;
        color: white;
        transition-duration: 0.5s;
        align-items: center;
        justify-content: center;
        height: 25px;
        width:75%;
    
    }
    header a:hover {
        background-color:#7b7b7b;
        border-radius: 7px;
        
    
    }
    main{
        margin-top:350px;
        margin-left: 20px;
        
        
        
    }

    main h1{
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-align:center;
    }

    main h2{
        font-family: Arial, Helvetica, sans-serif;
        text-align:center;
    }
    h2{
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        margin-bottom: 50px;
    }

    li{
        font-family: Arial, Helvetica, sans-serif;
    }

    main h3{
        font-family: Arial, Helvetica, sans-serif;
    }

    p{
        font-family: Arial, Helvetica, sans-serif;
        font-style: oblique;
        text-align: center;
       color: rgb(255, 255, 255);
       }

    section{
        text-align:center;
        display: grid;
        margin: 5px;
        grid-template-columns: 1fr;
    }
    article{
        margin-bottom:50px;
    }
    .img_gal {
        width: 70%;
        height: 60%;
        object-fit: cover;
        margin: 5px;
        transition: 0.25s;
        border-radius: 7%;
        
    }
    .img_gal:hover{
        filter: grayscale(0);
        filter: brightness(1.2);
        transform:scale(1.03);
    }
.formulaire{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

input[type="submit"] {
    background-color: #4caf50;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;

  }

input[type="submit"]:hover {

    background-color: #45a049;
  }
  


form{
    text-align: center;
    margin-top: 40px;
    font-family: Arial, Helvetica, sans-serif;
    
}

.trait{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.recherche{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.crashed{
  border-radius: 20px;
  width: 20%;
  height: 20%;
}

.erreur{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom:50px;

}


    span {
        background-color: red;
    }


    @media screen and (min-width: 480px) {
        section{
            text-align:center;
            margin-top: 50px;
            display:grid;
            grid-template-columns: 1fr 1fr;
        }
        }
        

    footer {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-color: rgb(0, 0, 0);
        color: white;
        height: 200px;
        font-family: Arial, Helvetica, sans-serif;
        }

        @media screen and (min-width: 960px) {
            section{
                text-align:center;
                margin-top: 50px;
                display:grid;
                grid-template-columns: 1fr 1fr 1fr;
            }
        }