@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900');

html, body{
    background-image: url('../images/bg-burger-king-villars.png');
    font-family: Maven Pro, sans-serif !important;
}

img.logo {
    margin: auto;
    text-align: center;
    display: block;
    margin-top: 30px;
    max-width: 270px;
}

#infos_burger_king{
    margin: auto;
    text-align: center;
    color: black;
    font-family: 'Maven Pro', sans-serif;
}

#infos_burger_king h1{
    color: black;
    font-weight: bold;
    font-size: 34px;
    margin-top: 30px;
    font-family: 'Maven Pro', sans-serif;
}

section#infos_burger_king p {
    font-size: 21px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 18px;
 }


section#block_infos a {
    display: block;
    padding-bottom: 10px;
    color: white;
    text-decoration: none;
}


.red, .jaune, .marron, .bleu{
box-shadow: 13.106px 9.177px 17.64px 0.36px rgba(0, 0, 0, 0.08);
transition: box-shadow .35s ease-out, transform .3s ease-out, opacity .2s ease-out;
}
.red:hover, .jaune:hover, .marron:hover, .bleu:hover {
      box-shadow: 13.106px 9.177px 17.64px 0.36px rgba(0, 0, 0, 0.08);
transform: translate(0, -10px);
}

.jaune:hover {
    background: #f7a600f5;
}



section#block_infos h2 {
    font-size: 22px;
    font-weight: 800;
}

.red:hover {
    background: #ee2e24f2;
}


.red {
    background: #ee2e24;

}

.jaune {
    background: #f7a600;

}

.marron {
    background: #6e3c31;

}

.bleu {
    background: #0033a1;

}

.marron:hover {
    background: #6e3c31fa;
}

.bleu:hover {
    background: #0033a1f5;
}

section#block_infos {
    color: white;
    text-align: center;
    margin-bottom: 60px;
}


section#block_infos {
    color: white;
    text-align: center;
    margin-top: 80px;
    font-size: 15px;
    font-weight: 100;
}

section#block_infos p{
    font-style: italic;
}
section#block_infos img {
    height: 80px;
    margin-top: 30px;
    margin-bottom: 20px;
}

#infos_burger_king h1 {
    color: black;
    font-weight: 900;
    font-size: 31px;
    margin-top: 30px;
    font-family: 'Maven Pro', sans-serif;
}

section#infos_burger_king {
    background: white;
    margin-top: 40px;
    padding-bottom: 18px;
}



/*MEDIA QUERIES*/

@media screen and (max-width:991px) {

section#block_infos{
    margin-top: 30px;
    }

    
    section#block_infos a{
        margin-bottom: 15px;
    }
    
    .red:hover, .jaune:hover, .marron:hover, .bleu:hover {
      box-shadow: 13.106px 9.177px 17.64px 0.36px rgba(0, 0, 0, 0.08);
transform: none;
}
}


@media screen and (max-width:768px) {
img.logo {
    margin: auto;
    text-align: center;
    display: block;
    margin-top: 30px;
    max-width: 220px;
}
    
    section#infos_burger_king{
        margin-top: 20px;
    }
    
    
}
