@import url('https://fonts.googleapis.com/css2?family=Holtwood+One+SC&family=Lobster&family=Poppins:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Holtwood+One+SC&family=Lobster&family=Poppins:wght@300;500&display=swap');


body {
    background: url(../images/bg.png);
}
.site {
  font-family: 'Holtwood One SC', serif;
    font-size: 20px;
    text-align: center;
}
.text-logo {
  font-family: 'Holtwood One SC', serif;
    color: #FF5733;
    text-shadow: 2px 2px #F0F600;
    font-size: 50px;
    padding: 40px 0px;
    text-align: center;
}
.text-logo span {
    color: #F0F600;
    text-shadow: 0px 0px #F0F600;
}
.nav {
   margin-bottom: 40px;
}
.nav-link {
    color: #eee;
    font-size: 18px;
    text-shadow: 2px 2px #333;
    cursor: pointer;
}
.nav-link.active {
    background-color: #FF5733 !important;
}
.nav-link:hover {
    color: #FF5733;
    background-color: #eee;
}
.img-thumbnail {
    position: relative;
    margin-bottom: 20px;
}
.img-thumbnail img {
    background: #F0F600;
	width: 100%;
}
.img-thumbnail .price {
    background: #5cb85c;
    box-shadow: 0 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px rgba(0,0,0,0.2);
    color: #eee;
    text-shadow: 2px 2px #333;
    position: absolute;
    right: -10px;
    top: 16px;
    padding: 5px 10px;
    font-size: 20px;
    border-radius: 3px;
}
.img-thumbnail .price:before {
    border: 4px solid transparent;
    border-bottom: 4px solid #4a934a;
    border-left: 4px solid #4a934a;
    content: "";
    position: absolute;
    right: 1px;
    top: -8px;
}
.img-thumbnail .caption {
    padding: 9px;
}
.img-thumbnail .caption h4 {
    color: #FF5733;
    font-size: 18px;
}
.img-thumbnail .btn-order {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: #eee;
    background-color: #FF5733;
    text-shadow: 2px 2px #333;
}
.img-thumbnail .btn-order:hover, 
.img-thumbnail .btn-order:focus {
    color: #eee;
    background-color: #FF5733;
}

/*Formulaire détail products*/
.detail{
    background-color: #eee;
    color: #333;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    font-size: 20px;
}
/*Admin*/
.admin {
    background-color: #eee;
    color: #333;
    border-radius: 10px;
 
}

.help-inline {
    color: #ff0000;
}

/*Footer*/
footer{
    font-style: normal;
    color: #eee;
    margin-top: 20px;
    text-align: center;
}

/*Cookies*/
#cookie-banner {
    width: 100%;
    background: #333;
    color: #eee;
}

.btn2 {
    color: #eee;
    font-size: 18px;
    text-shadow: 2px 2px #333;
    cursor: pointer;
}
.btn2.active {
    background-color: #FF5733 !important;
}
.btn2:hover {
    color: #FF5733;
    background-color: #eee;
}

/*Mention légal*/
.footer-links {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px; /* Espacement entre les éléments de la liste */
    font-family: 'Poppins', sans-serif;
}

.footer-links a {
    color: #eeeeee; /* Couleur du texte du lien */
    font-size: 1.3rem;
    font-family: 'Poppins', sans-serif;
    text-decoration: none; /* Suppression du soulignement du lien */
    transition: color 0.3s ease; /* Animation de transition pour le survol */

}

.footer-links a:hover {
    color: #FF5733; /* Couleur du texte du lien au survol (vous pouvez choisir une autre couleur) */
}

article{
    color: #eee;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
}

address{
    color: #eee;
    font-family: 'Poppins', sans-serif;
    border-radius: 10px;
    font-size: 20px;
    text-align: center;
}

ul .footer-links{
    color: #eee;
    font-family: 'Poppins', sans-serif;
    border-radius: 10px;
    font-size: 20px;
    text-align: center;
}

/*Formulaire*/
.form{
    color: #eee;
}

/*Commande*/
.services{
    color: #eee;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
}

.image-commande{
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 10px;
}

/*Mieux nous connaitre*/
.about-us{
    color: #eee;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
}