* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}
body {
    min-height: 200vh;
    background: #235575;
    background-position: center;
    background-size: cover;
}
nav {
    background-color: rgba(0, 0, 0, 0.723);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 70px;
    position: fixed;
    padding: 10px;
    top: 0;

}
nav ul {
    display: flex;
    justify-content: space-around;
    gap: 10px;
}
nav ul:hover a:not(:hover) {
    color: grey;
}
nav ul li {
    list-style: none;
    font-size: 19px;
    color: chocolate;
    
}
nav ul li a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    transition: 0.5s;
}
nav ul li a:hover {
    text-shadow: 0 0 4px white, 0 0 20px white;
}
.infos {
    width: 91%;
    min-height: 10vh;
    background-color: rgba(0, 0, 0, 0.694);
    box-shadow: 0 0 5px white;
    margin: 90px auto;
    display: grid;
    border-radius: 15px;
    padding: 10px;
    gap: 10px;
}
.logo p{
    font-size: 30px;
    font-family: "Rouge Script", cursive;
    color: white;
    transition: 0.3s;
    
}
.logo p:hover{
    text-shadow: 0 0 4px white, 0 0 20px white;
}
.box {
    background-color: rgba(0, 0, 0, 0.772);
    border: 5px rgb(0, 0, 0) solid;
    border-radius: 15px;
    padding: 10px;
    box-shadow: 0 0 5px white;

}
.infostext p {
    margin: 5px;
    color: white;
    font-size: 20px;
    text-shadow: 0 0 0 1px white, 0 0 10px rgb(255, 255, 255);
}
.creatrice img {
    height: auto;
    width: 100%;
    border-radius: 15px;
    border: 5px black solid;
}
@media screen and (max-width: 250px) {
    .img {
        height: 5vh;
    }
}
@media screen and (min-width: 250px) and (max-width: 300px) {
    .img {
        height: 10vh;
    }
}

@media screen and (min-width: 300px) and (max-width: 350px) {
    .img {
        height: 20vh;
    }
}
@media screen and (min-width: 350px) and (max-width: 375px) {
    .img {
        height: 30vh;
    }
}


@media screen and (min-width: 350px) and (max-width: 1000px) {
    .infos {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;

    }


}
@media screen and (min-width: 350px) and (max-width: 660px) {
    .image {
        grid-template-columns: repeat(1, 1fr);
        
    }
}
@media screen and (min-width: 660px) and (max-width: 1000px) {
    .image {
        grid-template-columns: repeat(2, 1fr);
        
    }
}
@media screen and (min-width: 1000px) {
    .image {
        grid-template-columns: repeat(3, 1fr);
    }
    .img {
        height: 50vh;
    }

}
@media screen and (min-width: 950px) and (max-width: 1000px) {
    .image {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (min-width: 375px) and (max-width: 450px) {
    .img {
        height: 40vh;;
    }
}
@media screen and (min-width: 450px) and (max-width: 550px) {
    .img {
        height: 50vh;;
    }
}
@media screen and (min-width: 550px) and (max-width: 650px) {
    .img {
        height: 60vh;;
    }
}
@media screen and (min-width: 650px) and (max-width: 1000px) {
    .img {
        height: 40vh;;
    }

}





#creation {
    font-family: "Anton", sans-serif;
    text-align: center;

}
.image {
    display: grid;
    justify-items: center;
    padding-top: 5px;

}



.card img {
    width: auto;
    border-radius: 15px;
    margin: 3px;
    box-shadow: 0 0 0 5px white, 0 0 20px rgb(255, 255, 255);
}

.btn {
    height: 35px;
    width: 90px;
    background-color: #235575;
    border-radius: 10px;
    transition: 0.5s;
    margin: 10px auto;

}
.btn a {
    text-decoration: none;
    color: white;
    font-size: 15px;


}.btn:hover {
    transform: scale(1.05);
    box-shadow: 0 0 5px rgb(255, 255, 255) ;
}
.plus {
    display: flex;
    justify-content: center;
}
footer {
    width: 100%;
    height: 160px;
    background-color: rgb(255, 255, 255);
}
.icons {
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: 0.3;
}
.icons-resaux-sociaux {
    display: flex;
    justify-content: center;
    gap: 25px;
    padding-top: 5px;
}
.conctact h1 {
    top: 10px;
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-shadow: 0 0 4px white, 0 0 20px white;
}
.foot p {
    text-align: center;
    margin-top: 35px;
    font-size: 19px;
}
.conctact {
    padding-top: 10px;
}




