html{
    width: 100%;
}

body{
    height: 100%;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
header{
    position: relative;
    background-color: #414141;
    height: 90px;
    font-family:  'Montserrat', sans-serif;
    text-transform: uppercase;
}

.menu li{
    list-style: none;
    display: inline-block;
}

.menu li ul{
    display: none;
    position: relative;
    padding:0;
}

.menu a{
    display: inline-block;
}

.menu li:hover a{
    border-bottom: 2px solid white;
}

.logo{
    position: absolute;
    top: 0%;
    left: 43%;
    width: 11%;
    height: 120%;
    background-color:#414141;
    border: 8px solid #414141;
    border-radius: 0% 0% 60% 68%;
    z-index:10;
}

.suki{
    position: absolute;
    bottom: 6%;
    left: 3%;
    font-weight: bold;
    font-size: larger;
}

.menu h1{
    color: white;
}

a{
    font-family: 'Montserrat', sans-serif ;
    text-decoration: none;
}


.menu li li{
    background-color: #3b3b3b;
    display: block;
    padding: 10px;

}


.menu li ul{
    display: none;
    z-index: 10;
}


.menu li:hover ul{
    display: block;
    position: absolute;

}

.menu li:hover ul li{
    float: none;
    display: block;
    padding: 20px;
}

.menu ul li a{
    color:white;
}

.menuu{
    position: absolute;
    left: 30%;
    bottom: 40%;
}

.contact{
    position: absolute;
    right: 30%;
    bottom: 40%;

}

.contact2{
    position: absolute;
    right: 20%;
    top:70%;
}

.liste a:hover{
    color: white;
    border-bottom: 2px white;

}

.titre img {
    width: 100%;
    height: auto;
    opacity: 85%;
}
.text1 {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-family:  'Montserrat', sans-serif;
}
.text1 h1{
    text-shadow: 2px 2px 2px #000;
    font-size: 350%;
    line-height: 1.5em;
    font-family:  'Montserrat', sans-serif;
}
.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    font-family:  'Montserrat', sans-serif;
}
.button2:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
#menu{
    height: auto;
    width: 80%;
    display: table;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 50px;
    border-color: black;
    background-color: #F9F9F9;
    font-family:  'Montserrat', sans-serif;

}
.logo1{
    position: relative;
    width: 8%;
    top: 20px;
}

#menu h1{
    font-size: 400%;
}
/* Box titre des images*/
* {box-sizing: border-box}

#formule{
    display: flex;
    position: relative;
}
#entree{
    display: flex;
    position: relative;
    left: 15%;
}
#dessert{
    display: flex;
    position: relative;
    left: 15%;

}
#menu h2{
    text-decoration: underline;
}
.container1{
     position: relative;
     width: 30%;
     left: 3%;
 }
.container{
    position: relative;
    width: 30%;
    left: 3%;
}

.container2{
    position: relative;
    width: 30%;
    left: 3%;
}
.container3{
    position: relative;
    width: 30%;
    left: 3%;
}
.container4{
    position: relative;
    width: 30%;
    left: 3%;
}
.container5{
    position: relative;
    width: 30%;
    left: 3%;
}
.container6{
    position: relative;
    width: 30%;
    left: 3%;
}

.image1{
    width: 100%;
    height: 310px;
    border: 2px solid black;
}

.overlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
    padding: 25px;
    text-align: center;
}


.container:hover .overlay {
    opacity: 1;
}
.container2:hover .overlay{
    opacity: 1;
}
.container1:hover .overlay{
    opacity: 1;
}
.container3:hover .overlay{
    opacity: 1;
}
.container4:hover .overlay{
    opacity: 1;
}
.container5:hover .overlay{
    opacity: 1;
}
.container6:hover .overlay{
    opacity: 1;
}







@media screen and (min-width: 480px) and (max-width: 959px) {
    .titre{
        width: 100%;
        position: relative;
    }
    .text1{
        font-size: 60%;
        position: absolute;
    }
    #menu{
        top: 75%
    }
    .logo1{
        width: 65px;
    }
    .image1{
        height: 160px;
    }
    .overlay{
        font-size: 14px;
    }

    .logo{
        visibility: hidden;
    }

    header p{
        visibility: visible;
        width: 3%;
        position: absolute;
        top: 20%;
        left: 1%;
        font-weight: bold;
        color: white;
    }

    .suki{
        position: absolute;
        left: 90%;
        top: 2%;
    }

    footer img{
        padding-left: 5%;
    }
}





@media screen and (min-width: 960px) and (max-width: 1280px){
    .titre{
        width: 100%;
        position: relative;
    }
    .text1{
        font-size: 70%;
        position: absolute;
    }
    #menu{
        top: 100%
    }
    .image1{
        height: 210px;
    }
    .logo1{
        width: 90px;
    }

    .logo{
        visibility: hidden;
    }

    header p{
        visibility: visible;
        width: 3%;
        position: absolute;
        top: 20%;
        left: 1%;
        font-weight: bold;
        color: white;
    }

    .suki{
        position: absolute;
        left: 90%;
        top: 2%;
    }

    footer img{
        padding-left: 5%;
    }
}



@media screen and (max-width: 479px){
    .logo{
        visibility: hidden;
    }

    header p{
        visibility: visible;
        width: 3%;
        position: absolute;
        top: 20%;
        left: 1%;
        font-weight: bold;
        color: white;
    }

    .suki{
        position: absolute;
        left: 90%;
        top: 2%;
    }

    footer img{
        padding-left: 5%;
    }

    .titre{
        width: 100%;
        position: relative;
    }
    .text1{
        font-size: 30%;
        position: absolute;
    }
    .button{
         font-size: 15px;
         width: 100px;
         padding: 4px;
     }
    #menu{
        top: 35%
    }

    #menu h1{
        font-size: 40px;
    }
    .logo1{
        width: 50px;
    }
    #menu h2{
        font-size: 16px;
    }
    menu h4{
        font-size: 8px;
    }
    .image1{
        height: 70px;
    }
    .overlay{
        font-size: 8px;
        height: 10px;
    }
}

footer{
    background-color: #414141;
    position: relative;

}

.menu2{
    background-color: #414141;
    height: 50px;
}

.menu2 ul li{
    list-style: none;
}

.menu2 li:hover a{
    border-bottom: 2px solid white;
}

.contacts{
    color: white;
    text-transform: uppercase;
    position: absolute;
    right: 48%;
    bottom: 32%;
}

.insta{
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 7%;
    right: 1%;
}

.twitter{
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 7%;
    right: 5%;
}

.pinterest{
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 7%;
    right: 9%;
}


@media screen and (max-width: 1280px){

    .logo{
        visibility: hidden;
    }

    header p{
        visibility: visible;
        width: 3%;
        position: absolute;
        top: 20%;
        left: 1%;
        font-weight: bold;
        color: white;
    }

    .suki{
        position: absolute;
        left: 90%;
        top: 2%;
    }

    section input[type="submit"]{
        width: 20%;
        padding-left: 7%;
    }

    footer img{
        visibility: hidden;
    }


}