body {
    margin: 0;
    background-color: #F3F4ED;
}
.mainhead{
    padding: 30px 0px;
    background-color: #FFC288;
}
.header {
    display: flex;
    justify-content: center;
    text-align: center;
}
.les{
    font-family: 'Rochester', cursive;
    font-size: 45px;
    display: block;
    color: #A35709;
}
.mamie{
    font-family: 'Roboto', sans-serif;
    color: #1B1A17;
    font-size: 30px;
}
.jo{
    font-family: 'Pacifico', cursive;
    font-size: 30px;
}
.input-field {
    display: flex;
    justify-content: center;
    align-items: center;
}
#search {
    height: 30px;
    width: 80%;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    border-radius: 30px;
    border: none;
    padding: 5px 15px;
}
.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.pictPlat{
    width: 300px;
}
.nom{
    font-family: 'Roboto', sans-serif;
    color: #FF5722;
    font-size: 25px;
    display: block;
    text-align: center;
}
.ingredients{
    font-family: 'Roboto', sans-serif;
    color: #1B1A17;
    font-size: 19px;
    padding: 20px;
}
.hiddenSearch{
    font-size: 0px;
    margin: 0;
}

.btn {
    font-family: 'Roboto', sans-serif;
    background-color: #FF7B54;
    font-size: 20px;
    text-align: center;
    border: none;
    border-radius: 30px;
    padding: 10px 20px;
    align-self: center;
    margin: 0px 0px 10px 0px;
    color: #fff;
    cursor: pointer;
}
.dropdown {
    position: relative;
    display: inline-block;
    text-align: center;
}

.dropdown-content {
    font-family: 'Roboto', sans-serif;
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 300px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 5px;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.btn:focus, .btn:hover{
    background-color: #FF5722
}

.dropdown a:hover {
    background-color: #ddd;
}
.show {
    display: block;
}

.recette {
    background-color: #fff;
    margin: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.description{
    font-family: 'Roboto', sans-serif;
    color: #1B1A17;
    font-size: 16px;
}

.game {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-image: url(back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.circ {
    height: 30px;
    width: 30px;
    opacity: 0;
    margin: 3px;
}
.selectCirc {
    opacity: 1;
}
.dessin {
    background-image: url(back2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    }



.link {
    background-color: #161616;
    padding: 10px;
    display: flex;
    justify-content: center;
}

.fb {
    margin: 10px;
}

@media all and (max-width: 500px) {
    .circ {
        height: 10px;
        width: 10px;
        margin: 1px;
    }
}
@media all and (max-width: 800px) {
    .circ {
        height: 20px;
        width: 20px;
        margin: 1px;
    }
}