html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline; }

html {
    line-height: 1; }

ol, ul {
    list-style: none; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle; }

a img {
    border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block; }

::selection { background: #a51c20; color: white; }
::-moz-selection { background: #a51c20; color: white; }
/* ---------------------------------------------------------------------------- */
/* Font-face */
/* ---------------------------------------------------------------------------- */


@font-face {
    font-family: 'Open Sans';
    src: url('fonts/opensans-bold-webfont.woff2') format('woff2'),
    url('fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/opensans-light-webfont.woff2') format('woff2'),
    url('fonts/opensans-light-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/opensans-regular-webfont.woff2') format('woff2'),
    url('fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* ---------- Clearfixin' ---------- */
.clear,
.container {
    zoom: 1; }
.clear:before, .clear:after,
.container:before,
.container:after {
    content: "";
    display: table; }
.clear:after,
.container:after {
    clear: both; }


/* ---------------------------------------------------------------------------- */
/* Page temporaire */
/* ---------------------------------------------------------------------------- */

body {
    background: url(background_groupe-morin.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.container {
    position: relative;
    max-width: 1700px;
    margin: 0 auto;
    padding: 250px 250px 100px;
    display: flex;
    justify-content: flex-end;
}

h1, p, h2 { color: black; font-family: 'Open Sans', sans-serif;}

strong { font-weight: bold; }

div.content, div.content img {
    max-width: 500px;
    margin-bottom: 60px;
}

div.content {
    position: relative;
    margin-bottom: 0;
    text-align: left;
}

div.content div {
    padding: 60px 60px 140px 60px;
    background-color: white;
}

div.content div h1 {
    margin-bottom: 40px;
    font: 100 43px/55px 'Open Sans', sans-serif;
}

div.content div h1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 27.4%;
    display: block;
    width: 17px;
    height: 12%;
    background: black;
}


div.content div h1::after {
    content: "";
    position: absolute;
    right: 0;
    top: 27.4%;
    display: block;
    width: 17px;
    height: 12%;
    background: black;
}

div.content div h2{
    margin: 40px 0 50px;
    font: bold 33px/39px 'Open Sans', sans-serif;
    text-transform: uppercase;
}

div.content div p {
    font: 100 18px/30px 'Open Sans', sans-serif;
}

div.content div a {
    border: 2px solid #d51f3e;
    font: 18px/30px 'Open Sans', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 20px;
    color: #d51f3e;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

div.content div a:hover {
    background: #d51f3e;
    color: white;
}

@media all and (max-width: 1024px) {

    .container {
        padding: 160px 0;
        justify-content: center;
    }

    div.content div h1 {
        font-size: 35px;
    }


    div.content div h2 {
        font-size: 30px;
    }


    div.content div h1::after {
        top: 25%;
        height: 8%;
    }

    div.content div h1::before {
        top: 25%;
        height: 8%;
    }

}

@media all and (max-width: 768px) {

    .container {
        padding: 90px 0;
        justify-content: center;
    }

    div.content div h1 {
        font-size: 35px;
    }


    div.content div h2 {
        font-size: 30px;
    }


    div.content div h1::after {
        top: 25%;
        height: 8%;
    }

    div.content div h1::before {
        top: 25%;
        height: 8%;
    }

}

@media all and (max-width: 640px) {

    div.content, div.content img {
        max-width: 450px;
        margin-bottom: 50px;
    }

    div.content div h1 {
        font-size: 30px;
        line-height: 38px;
    }

    div.content div {
        padding: 65px 40px 80px;
    }


    div.content div h1::after {
        display: none;
    }

    div.content div h1::before {
        display: none;
    }

}

@media all and (max-width: 480px) {

    div.content, div.content img {
        max-width: 320px;
        margin-bottom: 50px;
    }

    div.content div h1 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 25px;
    }


    div.content div h2 {
        font-size: 20px;
        line-height: 27px;
        margin: 20px 0 40px;
    }

    div.content div p {
        font-size: 16px;
    }

    div.content div a {
        font-size: 16px;
    }


    div.content div {
        padding: 50px 30px 60px;
    }

}

@media all and (max-width: 320px) {

    div.content, div.content img {
        max-width: 280px;
        margin-bottom: 30px;
    }

    div.content div h1 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 22px;
    }


    div.content div h2 {
        font-size: 18px;
        line-height: 27px;
        margin: 20px 0 40px;
    }

    div.content div p {
        font-size: 14px;
        line-height: 23px;
    }

    div.content div a {
        font-size: 14px;
    }


    div.content div {
        padding: 40px 25px 55px;
    }

}