body{
    background-color: rgb(38, 38, 38);
color: white;

}

h1{
    padding: 10px;
    display: flex;
    font-family: "le-monde-livre-classic-byol", serif;
    font-weight: 400;
    font-style: normal;
    justify-content: center;

}

.photo{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5%;
    width: 200px;

}
.img{
    
    padding: 10px;
}

.images{
    border-radius: 12px;
    font-size: 12px;
    background-color:rgba(255, 255, 255, 0.744) ;
   color:  rgb(38, 38, 38); 
   margin-bottom: 20px;
   

}
.navbar-toggler{
 
    border: none;
}


.navbar.navbar-expand-sm{
    background-color: #ffffff;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.782) ;
}
.logo{
    width: 30px;
}
#formulaire{
    padding: 10px;
    display: block;
    color:  rgb(38, 38, 38); 
    background-color: #ffffff;
}
.button{
    margin-top: 10px;
    margin-right: auto;
    display: flex;
    background-color:#045747;
    border:none;
    border-radius: 5px;
    padding: 5px;
    color : #ffffff;
}
.button:hover{
    background-color:#d76473;
}
.button2:hover{
    background-color:#d76473;
}
.button2{
    text-align: center;
    margin-left: 3%;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 70px;
    display: flex;
    background-color:#045747;
    border:none;
    border-radius: 5px;
    padding: 5px;
    color :#ffffff;
    text-decoration: none;

}
#loupe{
    width: 4%;
}
.nav-link{
    color:#d76473;
}
.navbar-toggler-icon{
    background-image: url(images/burger.svg);
}
a:hover{
    color: #045747;
}
#formulaire{
    border-radius: 15px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
    height: 200px;
    width: 250px;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.782) ;

}
#reponse{
margin-left: 3%;
}
#disquette{
    display: flex;
    justify-content: center;
}
.p_acceuil{
    display: flex;
    margin-left: auto;
    margin-right: auto;
   width: 50%;
}
footer{
    position: fixed;
    background-color: rgb(38, 38, 38);
    padding:  0% 0% 0%;
    display: flex;
    font-weight: bold;
    bottom :0;
    color: #ffffff;
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
   
}

a{
    text-decoration: none;
}
#liens_admin{
    width: 200px    ;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10%;

    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;

}
.gestion{
    padding: 10px;
    justify-content: center;
    border-radius: 7px;
    font-size: 20px;
    background-color:rgba(255, 255, 255, 0.744) ;
    color:  rgb(38, 38, 38); 
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
   
}
#img_adm{
    width: 70%;
    border-radius: 20px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
.tableau{
    border: white solid 1px;

}


@media screen and (min-width: 480px){
    body{
        background-color : rgb(38, 38, 38); 

    }
    .catalogue{

        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        
    }
    .images{
        margin-left: auto;
        margin-right: auto;
        padding: 5px;
        width: 400px;
        margin-bottom: 20px;
    }
    #img_adm{
       
        width: 60%;
    }
}