* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #f5f5f5;
}

body,
div,
p,
h1,
input {
    font-family: 'Open Sans', Arial, sans-serif;
}

a,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    transition: all 0.5s;
}

hr {
    clear: both;
    border: 0;
    background-color: transparent;
}

input {
    border: 1px solid #DDD;
    background-color: white;
    padding: 8px 12px;
    width: 100%;
    outline: none;
}

.hidden {
    display: none;
}

.light {
    font-size: 0.75em !important;
    opacity: 0.7;
}

.button {
    background-color: #FFF;
    text-transform: uppercase;
    color: #96181B;
    font-weight: 600;
    text-align: center;
    width: 100%;
    border-radius: 3px;
    border: 0;
    padding: 12px;
}

h1,
h2 {
    font-weight: 200;
    line-height: 1em;
}

h1 {
    color: white;
    font-size: 50px;
    padding-top: 12px;
}

h2 {
    color: #FFF;
    opacity: 0.5;
    font-size: 26px;
}

h3 {
    color: #96181B;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9em;
}

section {
    position: relative;
    z-index: 1;
}

section.hello {
    background: #96181B;
    padding: 240px 0;
}

section .background {
    background-size: 100%;
    opacity: 0.6;
    top: -40px;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: 0;
}

section .background.enneaintervention {
    background: url(../images/header_enneaintervention.svg) top center no-repeat;
}

section .background.enneatelier {
    background: url(../images/header_enneatelier.svg) top center no-repeat;
}

.header {
    height: 90px;
    top: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
}

#language {
    background: url(../images/language.png) no-repeat scroll 10px center;
    border-radius: 2px;
    color: rgba(255, 255, 255, 0.6);
    font-size: .8em;
    padding: 7px 0 8px 35px;
    position: absolute;
    right: 10px;
    z-index: 9999;
    top: 10px;
}

#language a,
#language span {
    padding-right: 15px;
}

#language a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

#language a:hover {
    color: #FFF;
}

.container {
    margin: 0 auto;
    max-width: 720px;
    position: relative;
    z-index: 1;
}

.logo-container {
    margin: 0 auto;
    width: 100%;
}

.logo-container img {
    float: left;
    height: 120px;
    margin-right: 32px;
}

.hello .row {
    margin-top: 64px;
}

.hello .row .column {
    float: left;
    width: 50%;
}

.hello .row .column:first-child p {
    font-size: 1.1em;
    padding-right: 64px;
}

.hello .row .column:last-child {
    padding-left: 48px;
    padding-right: 0;
}

.hello p {
    text-align: justify;
    color: #FFF;
}

.hello form p {
    font-size: 0.9em;
}

.hello form input,
.order form input {
    margin-top: 12px;
}

.hello form .light,
.order form .light {
    text-align: center;
    margin-top: 8px;
}

.hello h2 {
    margin-top: 10px;
}

.left-feature .column:not(.text) img {
    float: right;
}

.features {
    padding: 128px 0;
}

.feature,
.separator {
    margin: 0 auto;
    max-width: 750px;
}

.separator {
    max-width: 800px;
}

.feature {
    padding: 12px 0;
    min-height: 280px;
}

.feature p {
    text-align: justify;
}

.feature.left-feature .image {
    float: left;
    padding-right: 64px;
}

.feature.right-feature .image {
    float: right;
    padding-left: 64px;
}

.feature .column.text {
    padding-top: 2em;
}

.feature.right-feature {
    position: relative;
}

.feature.right-feature .text {
    margin-right: 280px;
    padding-right: 64px;
}

.feature.right-feature .image {
    position: absolute;
    top: 0;
    right: 0;
}

.feature .column p {
    margin-bottom: 1em;
}

.feature .column.image img {
    width: 280px;
}

.separator {
    padding: 0;
    text-align: center;
    font-size: 1em;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    position: relative;
}

.separator.top {
    position: relative;
    z-index: 1;
}

.separator.top:before,
.separator.bottom:before {
    border-top: 1px solid #DDD;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    z-index: -1;
}

.separator p {
    display: inline;
    background: #f5f5f5;
    padding: 0 10px;
}

.process {
    background: url(../images/process.svg) top center no-repeat;
    background-size: 700px;
    height: 164px;
}

.process.left {
    background-position: center -164px;
}

.process.right {
    background-position: center -278px;
}

.process.end {
    background-position: bottom center;
}

.cloud {
    background: url(../images/cloud-bg.svg) center center no-repeat;
    background-size: cover;
    padding: 128px 0;
}

.cloud .container .row .column:first-child {
    width: 60%;
    padding-right: 48px;
}

.cloud .container {
    width: 100%;
    max-width: 750px;
}

.cloud h3,
.cloud p {
    color: #FFF;
    margin-bottom: 1em;
    text-align: justify;
}

.cloud .container {
    padding-bottom: 0;
}

.order {
    padding: 128px 0;
}

.order .container {
    width: 100%;
    max-width: 520px;
}

.cloud img {
    width: 280px;
}

.cloud img,
.order img {
    max-width: 100%;
}

.cloud .container .row .column,
.order .container .row .column {
    float: left;
}

.order .container .row .column {
    float: left;
    width: 30%;
}

.order .container .row .column:last-child {
    width: 70%;
    padding-left: 48px;
}

.order h3 {
    margin-bottom: 1em;
}

.order p.light {
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
}

.order .button {
    background: #96181B;
    color: white;
}


/* FOOTER */

.footer {
    padding: 84px 0 32px 0;
    text-align: center;
    font-size: 0.875em;
    position: relative;
    z-index: 2;
}

.footer a {
    color: #96181B;
}

.footer a img {
    opacity: 0.1;
    width: 76px;
    transition: all 0.5s;
    margin-bottom: 1em;
}

.footer a:hover img {
    opacity: 0.2;
}

.overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: none;
}

.modal {
    position: absolute;
    background: white;
    padding: 24px;
    z-index: 2;
    max-width: 720px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 32px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    display: none;
}

.modal .slogan {
    font-size: 1em;
    margin-top: 0;
    color: #000;
}

.modal textarea {
    height: 10em;
    margin-top: 0px;
    width: 98%;
    border: 1px solid #DDD;
    padding: 14px;
    outline: none;
    font-family: "Open Sans", sans-serif;
}

.modal p {
    margin-bottom: 1em;
}

.modal a {
    display: block;
    text-align: center;
    border-radius: 3px;
    background: #96181B;
    text-transform: uppercase;
    color: white;
    font-size: 0.875em;
    padding: 10px;
    text-decoration: none;
    margin-top: 1em;
}

.modal a:hover {
    background: #96181B;
}

.modal input {
    width: 48%;
    float: left;
    margin-right: 2%;
    margin-bottom: 10px;
}

.modal form input[type=submit] {
    width: auto;
    position: absolute;
    right: 30px;
    background: #96181B;
    border-radius: 3px;
    border: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    padding: 10px 12px;
    margin-top: -50px;
    cursor: pointer;
}

.modal form input[type=submit]:hover {
    background-color: #96181B;
}

.modal h1,
.modal h2 {
    font-size: 22px;
    color: #6D6E70;
    text-align: left;
    margin: 0;
    font-weight: 600;
    margin-bottom: 0.5em;
    opacity: 1;
}

#modal_response {
    display: none;
}

.parsley-errors-list {
    display: none;
}

.parsley-error {
    border: 1px solid rgba(255, 0, 0, 0.5);
}

@media (max-width: 1400px) {
    section.hello {
        padding: 128px;
    }
    section .background {
        background-size: 130%;
        top: -60px;
    }
}

@media (max-width: 980px) {
    .container {
        max-width: 680px;
    }
    body {
        font-size: 0.9em;
    }
    .feature {
        max-width: 680px;
    }
    .separator {
        max-width: 720px;
    }
    .cloud .container {
        max-width: 80%;
    }
    .cloud img {
        width: 200px;
    }
    .modal {
        min-width: 80%;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 22px;
    }
    section.hello {
        padding: 96px 0;
    }
    section .background {
        background-size: 200%;
        top: -80px;
    }
    .logo-container img {
        height: 100px;
    }
    .container {
        max-width: 80%;
    }
    .hello .row .column:first-child p {
        font-size: 1em;
        padding-right: 48px;
    }
    .hello .row .column:last-child {
        padding-left: 0px;
    }
    .hello .row .column {
        width: 100%;
        float: none;
    }
    .process {
        display: none;
    }
    .features {
        padding: 96px 0;
    }
    .feature {
        max-width: 480px;
    }
    .separator {
        max-width: 520px;
    }
    .separator.top {
        margin-bottom: 32px;
    }
    .feature .column {
        width: 100%;
        float: none;
    }
    .feature .column.image {
        text-align: center;
        padding-right: 0;
        margin-bottom: 32px;
    }
    .feature.right-feature .image {
        padding-left: 0;
        float: none;
    }
    .right-feature .column.image {
        margin-bottom: 0;
        margin-top: 32px;
    }
    .feature.right-feature {
        padding: 32px 0;
        margin: 32px auto;
        border-top: 1px solid #DDD;
        border-bottom: 1px solid #DDD;
    }
    .feature.right-feature .text {
        margin-top: 280px;
    }
    .feature .column img {
        float: none !important;
    }
    .cloud {
        padding: 96px 0;
    }
    .cloud .row {
        position: relative;
    }
    .cloud .container .row .column:first-child {
        padding-top: 300px;
        width: 100%;
        float: none;
        padding-right: 0;
    }
    .cloud img {
        width: 280px;
    }
    .cloud .column:last-child {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        text-align: center;
    }
    .order {
        padding: 92px 0 128px 0;
    }
    .order .container {
        width: 80%;
        max-width: 450px;
    }
    .order img {
        padding-top: 50%;
        transform: translate(0, -20%);
    }
}

@media (max-width: 600px) {
    p {
        font-size: 0.875em;
    }
    h1 {
        font-size: 30px;
    }
    .logo-container img {
        height: 84px;
        margin-right: 24px;
    }
    .hello .row .column:first-child {
        margin-bottom: 2em;
    }
    .hello .row .column:first-child p {
        padding-right: 0;
    }
    .feature,
    .separator {
        max-width: 85%;
    }
    .modal {
        min-width: 90%;
    }
    .modal form input[type=submit] {
        position: static;
        width: 100%;
        margin-top: 5px;
        margin-bottom: 0;
    }
    .modal h2 {
        font-size: 20px;
    }
    footer {
        padding: 64px 0;
    }
}

@media (max-width: 450px) {
    p {
        font-size: 0.8em;
    }
    h2 {
        font-size: 16px;
    }
    .logo-container {
        text-align: center;
    }
    .logo-container img {
        margin-right: 0;
        float: none;
        width: 100px;
    }
    .hello .row {
        margin-top: 32px;
    }
    section .background {
        background-size: 320%;
        top: -60px;
        opacity: 0.2;
        background-position: top right;
    }
    .separator {
        font-size: 1.2em;
    }
    .separator p {
        padding: 0;
    }
    .separator.top:before,
    .separator.bottom:before {
        content: none;
    }
    .cloud {
        padding: 64px 0;
    }
    .cloud .container .row .column:first-child {
        padding-top: 200px;
    }
    .cloud img {
        width: 200px;
    }
    .order {
        padding: 96px 0;
    }
    .order .column:first-child {
        display: none;
    }
    .order .container .row .column:last-child {
        width: 100%;
        float: none;
        padding-left: 0;
    }
    .order .container {
        max-width: none;
        padding-bottom: 0;
    }
    .modal {
        top: 5px;
        left: 5px;
        right: 5px;
        transform: none;
        padding: 24px;
    }
    .modal input,
    .modal textarea {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .g-recaptcha {
        transform: scale(0.865);
        transform-origin: left;
    }
}