@font-face {
    font-family: 'canvas';
    src: url('../fonts/canvas3dsans-regular-webfont.eot');
    src: url('../fonts/canvas3dsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/canvas3dsans-regular-webfont.woff2') format('woff2'),
         url('../fonts/canvas3dsans-regular-webfont.woff') format('woff'),
         url('../fonts/canvas3dsans-regular-webfont.ttf') format('truetype'),
         url('../fonts/canvas3dsans-regular-webfont.svg#canvas_3d_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    height: 100%;
    margin: 0;
    color: #777;
    background: #505050;
    font-family: "Avenir",Helvetica,Arial,sans-serif;

}

h2 {
    font-size: 25px;
    text-align: center;
    color: black;
    font-family: "canvas";
}
p {
    color: black;
    font-size: 20px;
    text-align: center;
}
p i {
    color: #777;
}
.menu {
    margin-bottom: 50px;
}

.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6 {
    position: relative;
    opacity: 1;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.bgimg-1 {
    background-image: url("../images/ecosse_tom-3.jpg");
    min-height: 500px;
}

.bgimg-2 {
    background-image: url("../images/ete_2017-3.jpg");
    min-height: 400px;
}

.bgimg-3 {
    background-image: url("../images/iceland-5.jpg");
    min-height: 300px;
}

.bgimg-4 {
    background-image: url("../images/Argentine.jpg");
    min-height: 300px;
}

.bgimg-5 {
    background-image: url("../images/ecosse_tom-4.jpg");
    min-height: 300px;
}

.bgimg-6 {
    background-image: url("../images/bruson_zoe.jpg");
    min-height: 400px;
}

.caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
    font-family: "canvas";
}

.caption span.border {
    background-color: #111;
    color: #fff;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 10px;
}

h3 {
    letter-spacing: 5px;
    text-transform: uppercase;
    font: 20px  'Roboto Condensed', sans-serif;
    color: #111;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: transparent;
    color: white;
    text-align: center;
}

footer p {
    margin-top:14px;
    margin-bottom: 14px;
}

footer img {
    margin-right: 30px;
}

.diaph:hover {
    transform: rotate(360deg);
    transition-duration: 3s;
}

.picto {
    max-width: 50px;
    max-height: 50px;
}
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6 {
        background-attachment: scroll;
    }
    footer img {

    }
}

@media only screen and (max-width: 1450px) {
    .picto {
        max-width: 50px;
        max-height: 50px;
    }
}


@media only screen and (max-width: 1024px) {
    .picto {
        max-width: 50px;
        max-height: 50px;
    }
}