<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 750px;
    font-family: 'Open Sans', sans-serif;
}
.hero.section-1 {
    background-image: url("/themes/landing/images/on-aime-les-defis/bg-section-1.jpg");
    background-position: center;
    background-size: cover;
}
.section-2 {
    background-image: url("/themes/landing/images/on-aime-les-defis/bg-section-2.jpg");
    background-position: center;
    background-size: cover;
}
.section-3 {
    background-image: url("/themes/landing/images/on-aime-les-defis/bg-section-3.jpg");
    background-position: center;
    background-size: cover;
}
.section-4 {
    background-image: url("/themes/landing/images/on-aime-les-defis/bg-section-4.jpg");
    background-position: center;
    background-size: cover;
}
.hero__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* align-items: center; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 860px;
    background-color: hsla(0,0%,100%,.8);
    /* text-align: center; */
    /* padding: 30px 50px; */
}
.hero__content {
    font-size: 18px;
    color: #48433f;
    font-weight: 600;
    max-width: 860px;
    padding: 40px 50px;
}
.hero__video {
    max-width: 600px;
    padding: 60px 0px;
    background-color: hsla(0,0%,100%,.4);
    border: 2px solid white;
}
.hero__video  img {  
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out; 
}
.hero__video  img:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.hero__video figure figcaption {
    font-size: 18px;
    text-transform: uppercase;
    color: #48433f;
    font-weight: 600;
    position: absolute;
    top: 40px;
    left: 57px;
}
.hero.section-4 {
    align-items: flex-end!important;
    padding-bottom: 50px;
}

h1, .h1 {
    display: block;
    /* margin-left: auto; */
    margin-right: auto;
    color: #0b304b!important;
    font-weight: 600!important;
    letter-spacing: .015rem;
    margin-top: 0px!important;
    font-size: 25rem!important;
    font-family:"Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    text-align:left!important;
    line-height: 80px;
    padding-top: 80px;
}
.h1.condensed {
    font-size: 16rem!important;
    line-height: 45px;
    padding-top: 60px;
    font-weight: 700!important;
}
h2 {
    color: #26475f;
    text-transform: uppercase;
    text-align: left!important;
    margin-right: auto;
    text-indent: 10px;
    font-size:4.4rem;
}
h3 {
    font-weight: 700;
    font-size:2.7rem;
    text-transform: uppercase;
    margin: 0;
        line-height: 30px;
    letter-spacing: -1px;
}

.section-1 img {
    text-align: left;
    padding-top: 30px;
    margin-bottom: 30px;
}

footer#hq-main-footer {
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .hero .hero__box {
        padding: 30px;
        margin: 10px;
    }
    .h1.condensed{
        font-size: 12rem!important;
        margin-bottom  : 30px;
    }
    .hero__content {
        padding:0;
    }
}</pre></body></html>