


.full {
    background: url('img/montage0.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height:100%;  

}




@media (max-width: 768px) {
    .full {
        background-attachment: scroll; /* Désactive le "fixed" sur mobile. Sans cela, l'image apparait complètement zoomée sur mobile. Juste du bleu comme le ciel est visible 
    }
}*/
