body {
    background-color: #82fa0272 !important;
}

.header {
    background-color: #02fe45;
}

.banniere {
    display: inline-flex;
    width: 100%;
    height: 100%;

}

.bloc {
    display: block;
    justify-content: center;
    margin: auto;
}

.icone {
    width: 10%;
    height: 10%;
}

.iconePanier {

    display: block;
    width: 20%;
    height: 20%;
    animation: 3s slidein infinite;
    animation-direction: alternate;

}


@keyframes slidein {
    from {
        margin-left: 100%;

    }

    to {
        margin-right: 60%;

    }
}

/*-------------*/


/*-------------*/
.containerNav {
    border: 20px solid #262526;
    margin-top: -5px;

}

.containerNav a {
    text-decoration: none;
    color: black;
}

.container-fluid li {
    padding: 0 5%;
}

.containerNav ul {
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

.containerNav button {
    font-size: .8rem;
}

/*-------------*/
#focus {
    color: #262526;
    font-weight: bold;
}

main a {
    color: black;
}

a:hover {
    color: #262526;
}

.dropend ul {
    padding: 0;
}

.dropend li {
    border: 1px solid black;
    color: #000000;
    text-align: center;
    background-color: #02fe45;
    padding: 0;

}

.dropend li a:hover {
    background-color: #56555a72;
    color: black;
}

/*-------------*/


/*-------------*/
@media screen and (max-width:768px) {
    a.bulleinfo:hover span {
        font-size: 0.7rem;
    }
}

/*-------------*/
.container {
    padding-top: 2%;
}

.container h2 {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}

.main-titre {
    padding: 2% 0;
}

article {
    border: 1px dotted black;
    padding: 2%;
    margin-bottom: 2%;
}

.hautPage,
.retourAbout {
    display: flex;
    justify-content: center;
}

.hautPage a::before {
    content: "\F111";
    font-family: "bootstrap-icons", sans-serif;
}

.hautPage a {
    color: black;
}

/*-------------*/
.photo-bases,
.photo {
    display: flex;
}

.photo-bases img,
.photo img {
    height: 100%;
}

.texte-bases {
    padding-left: 2%;
}

/*-------------*/
.recette h4 {
    margin-bottom: 2%;
}

.ingredient ul {
    margin-bottom: 0;
}

.prepa {
    margin-top: 2%;
}

/*-------------*/
@media screen and (max-width:768px) {
    a.bulleinfo:hover span {
        font-size: 0.7rem;
    }

    .photo-bases,
    .photo {
        display: inline;
    }

    .texte-bases,
    .ingredient {
        padding-top: 2%;
    }
}

/*!*-------------------------*!*/