@font-face {
    font-family: "Lora";
    src: url("Lora-Regular.ttf");
        
}


*{
    font-family: Lora, Baskerville, Georgia, Times, serif !important;
}

body{
    margin: 0;
}
a{
    color: #4d4d4d;
}
.colonne a{
    color: #ffffff !important;
}
ul{
    line-height:175%;
    font-size:19px
}
.bandeaux{
    font-size: 24px;
    text-align: center;
    

    color: white;
    text-shadow: 1px 1px 8px black;    
    
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    /* Prevent image from repeating */
    background-repeat: no-repeat;
    height: 550px;
    background-size: cover;

    display: table;
    width: 100%!important;
}
.bandeaux_texte{
    display: table-cell;
    vertical-align: middle;
}

#lesribines{
    background-image:
    url(img/home.jpg);
}

#menu{
    background-image:
    url(img/bar.jpg);
}

#nos_valeurs{
    background-image:
    url(img/salle.jpg);
}

#contact{
    background-image:
    url(img/ext.jpg);
}

#footer{
    background-image:
    url(img/vue_exterieure_terrasse_2.jpg);
    /*filter: grayscale(100%);*/
    padding-top: 60px;
}

.text{
    color: #444;
    padding: 60px 15em;
    font-size: 22px;
    font-weight: 100!important;
}

h2{
    text-align: center;
    font-size: 32px;
    padding-bottom: 60px;
}

#tableau_footer{
    display: block;
    padding: 30px 12em;
    text-align: center;

}
.colonne{
    display: table-cell;
    font-size: 19px;
    table-layout: fixed;
    width: 33%;

}
table{
    margin: auto;
}

@media (max-width: 640px) {
	
    
    
    .text {
        padding: 60px 2em;
    }
    .colonne {
        display: table-cell;
        font-size: 30px;
        table-layout: fixed;
        width: 33%;
    }
    #tableau_footer {
        display: block;
        padding: 30px 4em;
        text-align: center;
    }
    .bandeaux {
        height: 200px;
        background-attachment: initial;
    }
    #footer {
        display: none;
    }
    /*
    ul {
        line-height: 260%;
    }
    h1 {
        font-size: 80px;
    }
    
    */
}

@media (max-device-width:768px) and (orientation: landscape) {
    html {
     -webkit-text-size-adjust: 100%;
     -ms-text-size-adjust: 100%;
    }
  }
