@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 {
    background:url("../images/ecosse_tom-3.jpg") no-repeat top center #efeff1;
    background-size:cover;
    background-attachment: fixed;
    font-family: "Avenir",Helvetica,Arial,sans-serif;
}
h1 {
    font-family: "canvas";
}
h2 {
    margin-top: 0;
    font-family: "canvas";
}

.presentation {
    margin: auto;
    width: 90%;
    background-color: rgba(255, 255, 255, 0.5);
    margin-bottom: 50px;
}
.presentation h1 {
    padding-top: 20px;
}
.presentation h1, .presentation h2 {
    margin-left: 40px;
}

.content {
}

.tete {
    width: 30%;
}
.tete h1, h2 {
    text-align: justify;
}
.tete h1:after, .tete h2:after {
    content: "";
    display: inline-block;
    width: 100%;
}
.tete img {
    width: 100%;
    margin-bottom: 50px;
}

.video {
    width: 100%;
    margin: auto;
    margin-top: 50px;
}

.video_media {
    width: 100%;
    margin: auto;
}


.video video {
    width: inherit;
}

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

footer p {
}

footer img {
    margin-right: 30px;
}
.row {
    margin : 0;
}

.video iframe {
    margin-top: 50px;
}

.nom {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    padding-top: 50px;
}

.mention {
    width: 90%;
    background-color: white;
    padding: 50px;
    margin: auto;
    margin-bottom: 50px;
}


@media only screen and (max-width: 1450px) {
    h2 {
        font-size: 25px;
    }
}


@media only screen and (max-width: 1024px) {
    iframe, video {
        margin: auto;
        display: block;
    }

    h1, h2 {
        text-align: center;
    }
    .presentation {
        width: 100%;
    }


    body {
        background-position: right;
    }

    .content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .video iframe {
     }

    }



