/*animations features*/

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    opacity: 0;
    /* Start invisible */
    animation: fadeInUp 0.5s ease-out forwards;
    /* Animation on page load */
}

.fade-in-up:nth-child(1) {
    animation-delay: 0.2s;
}

.fade-in-up:nth-child(2) {
    animation-delay: 0.4s;
}

.fade-in-up:nth-child(3) {
    animation-delay: 0.6s;
}


/* Initial hidden state for animation */

#feature_2 .feature,
#feature_2 .main_screenshot,
#feature_3 .feature {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s ease-out, transform 0.3s ease-out;
}


/* Final state for the animation */

#feature_2 .main_screenshot.visible,
#feature_2 .feature.visible,
#feature_3 .feature.visible {
    opacity: 1;
    transform: translateY(0);
}

#feature_2 .feature.visible {
    transition-delay: 0.3s;
    /* Delay for the features in feature_2 */
}

#feature_3 .feature.visible {
    transition-delay: 0.3s;
    /* Delay for the features in feature_3 */
}


/* Add initial hidden state for animation */

#feature_4 .feature_line,
#feature_5 .feature_line {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}


/* Final state for the animation */

#feature_4 .feature_line.visible,
#feature_5 .feature_line.visible {
    opacity: 1;
    transform: translateY(0);
}


/*end animations*/

#language a,
a,
a:active,
a:hover,
a:visited {
    text-decoration: none
}

body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #F9F9F9
}

a,
body,
div,
h1,
p {
    font-family: 'Open Sans', Arial, sans-serif;
    transition: all .3s
}

h1,
h1.step-title,
h2.step-title {
    font-family: Roboto, Arial, sans-serif
}

.hidden {
    display: none
}

.visible {
    display: block!important;
    opacity: 1!important;
    visibility: visible!important
}

.scroller {
    height: 0
}

#overlay,
.container,
.main {
    height: 100%
}

.depot_body .main,
.stock_body .main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

h1.step-title,
h2.step-title,
p.step-description {
    position: absolute;
    z-index: 20;
    margin: 0;
    opacity: 0
}

.container {
    display: table;
    width: 100%
}

.centered-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 2em 0
}

h1.step-title,
h2.step-title {
    font-size: 24px;
    color: #6D6E70;
    width: 420px;
    text-align: center;
    padding-top: 10px
}

h2.step-title strong {
    color: #96181B
}

p.step-description {
    font-size: 14px;
    text-align: justify;
    color: #888;
    width: 400px;
    padding-top: 2.5em
}

p.step-description span {
    opacity: 0;
    display: block;
    margin: 0
}

.button,
.centered-content {
    display: inline-block
}

p.step-description strong {
    border-bottom: 3px solid rgba(150, 24, 27, .4)
}

.button {
    border-radius: 3px;
    border: 1px solid #96181B;
    text-transform: uppercase;
    text-align: center;
    font-size: .75em;
    font-weight: 600;
    color: #96181B;
    padding: 10px 12px
}

#overlay,
.modal {
    position: absolute;
    display: none
}

.button:hover {
    background: rgba(200, 200, 200, .15)
}

.button.bold {
    background-color: white;
    color: #96181b;
    font-size: .9em;
    margin-top: 1em;
}

.button.bold:hover {
    opacity: 0.7;
}

#overlay {
    background-image: url(../../../images/loader.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000
}

.modal {
    z-index: 1001;
    top: 25%;
    left: 25%;
    right: 25%;
    background: #FFF;
    padding: 20px;
    min-width: 500px
}

.modal h1 {
    margin: 0;
    padding: 0;
    font-size: 1.6em
}

.header .logo,
.header img {
    margin: 20px 0 0 20px;
    float: left
}

.modal .button {
    background: #961818;
    color: #FFF
}

.modal .button:hover {
    background: #6a0707
}

.header {
    position: fixed;
    height: 90px;
    top: 0;
    left: 0;
    right: 0
}

.header .logo {
    width: 260px;
    height: 60px;
    background: url(../images/icon.png) left center no-repeat
}

.header .button {
    position: absolute;
    right: 120px;
    margin-top: 20px
}

.header .simple_link {
    color: #96181B;
    font-size: .9em;
    margin-top: 30px;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 3px;
    margin-left: 16px
}

.header .simple_link:hover {
    color: #000;
    background: rgba(200, 200, 200, .15)
}

.header_background {
    position: absolute;
    left: 0;
    top: 0;
    background: #FFF;
    width: 100%;
    height: 90px;
    z-index: -1;
    border-bottom: 1px solid #EEE;
    opacity: 1
}

.small_menu_button {
    display: none;
    position: absolute;
    right: 20px;
    top: 19px;
    width: 24px;
    height: 24px;
    background: url(../images/menu_button.png) center center no-repeat
}

.header.menu_opened .small_menu_button {
    background: url(../images/menu_button_close.png) center center no-repeat
}

#language {
    background: url(../images/language.png) 10px center no-repeat;
    border-radius: 2px;
    color: #888;
    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: #96181B
}

#language a:hover {
    color: #000
}

#home img {
    opacity: 0
}

.title-image {
    margin-bottom: 40px
}

.form_image .title-image {
    margin-left: -50px
}

#home .logo {
    margin-top: -50px
}

.centered-container .centered-content .slogan {
    color: #000;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    padding-top: 1em
}

.choices,
.title-image {
    float: left
}

.choices {
    margin-left: 0;
    opacity: 0
}

.choices p {
    font-size: 16px;
    color: #888;
    text-align: left;
    border-bottom: 1px solid #EEE;
    margin: 0
}

.catch {
    padding: 2em 0 1em
}

.choices a {
    display: block;
    line-height: 48px;
    color: #888;
    padding-left: 52px;
    background-position: 12px center;
    background-repeat: no-repeat
}

.choices a:hover {
    color: #96181B;
    background-color: #F2F2F2
}

.choice-stock {
    background-image: url(../images/choices-stock.png)
}

.choice-depot {
    background-image: url(../images/choices-depot.png)
}

.choice-rent {
    background-image: url(../images/choices-rent.png)
}

#steps {
    margin-top: 7%
}

#steps #intro {
    text-align: center;
    padding: 15px;
}

#steps .container .title {
    background-color: #96181B;
    background-image: url(../images/enneastock_header.svg);
    background-size: contain;
    background-attachment: fixed;
    height: 10em;
    place-content: center;
}

#steps .container .title h1 {
    text-align: center;
    color: white;
}

#steps .step_row {
    display: flex;
    justify-content: center;
}

#steps .step_column {
    width: 50%;
    text-align: center;
    background: #ffffffbf;
    margin: 10px;
    padding: 15px;
    border-radius: 15px;
}

#steps .step_column img {
    width: 200px;
}

.step_column {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s, transform 0.5s;
}

.step_column.visible {
    opacity: 1;
    transform: translateY(0);
}

.presentation {
    opacity: 0;
    display: none;
    background: #F9F9F9
}

.presentation .image-background {
    z-index: 1;
    overflow: hidden;
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.presentation #image-wrapper {
    z-index: 2;
    height: 330px;
    position: relative
}

.highlights,
.presentation #image-wrapper img,
.right-menu {
    position: absolute
}

.presentation .centered-content {
    height: 520px;
    width: 400px
}

.centered-container>.centered-content>.step-title>span {
    color: #BBB
}

.highlights {
    z-index: 99;
    height: 5px;
    background: orange
}

p.more-infos {
    font-size: 13px
}

.more_infos_span {
    display: inline-block;
    height: 33px;
    width: 33px;
    float: left;
    margin-right: .5em;
    font-size: 18px;
    color: #FFF
}

.more_infos_span img {
    opacity: 0
}

#title_step3 {
    color: #B863C9
}

#title_step4 {
    color: #00ADEE
}

#title_step5 {
    color: #2ECC75
}

#title_step6 {
    color: #E56461
}

#title_step7 {
    color: #FFA10B
}

#title_step8 {
    color: #009688
}

.right-menu {
    right: 0;
    margin-top: 100px;
    padding: 0 10px;
    z-index: 3
}

.right-menu a {
    display: block;
    margin-bottom: 10px;
    text-align: right;
    font-size: 11px
}

#next,
.right-menu a i,
.right-menu a span {
    display: inline-block
}

.right-menu a i {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #DDD
}

.right-menu a span {
    opacity: 0;
    margin-right: 5px;
    color: #888
}

.right-menu a:hover i {
    background: #888
}

.right-menu a:hover span {
    opacity: 1
}

#next,
hr {
    opacity: 0
}

.link_to_step.current i {
    background: #96181B
}

#link_step1.current i {
    background: #444
}

#link_step2.current i {
    background: #dec124
}

#link_step3.current i {
    background: #B863C9
}

#link_step4.current i {
    background: #00ADEE
}

#link_step5.current i {
    background: #2ECC75
}

#link_step6.current i {
    background: #E56461
}

#link_step7.current i {
    background: #FFA10B
}

#link_step8.current i {
    background: #009688
}

#link_step9.current i {
    background: #444
}

.next_footer {
    position: fixed;
    height: 64px;
    padding: 32px 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center
}

.next_footer.bouncing {
    -webkit-animation: bounce .5s infinite
}

.next_footer.unbouncing {
    -webkit-animation: initial
}

#next {
    background: url(../images/next_arrow.png) center center no-repeat;
    width: 64px;
    height: 64px;
    border-radius: 64px
}

#next:hover {
    opacity: 1;
    background-color: #EEE
}

@-webkit-keyframes bounce {
    0% {
        padding-bottom: 35px
    }
    25%,
    75% {
        padding-bottom: 43px
    }
    50% {
        padding-bottom: 47px
    }
    100% {
        padding-bottom: 32px
    }
}

.order {
    width: 896px;
    margin: 0 auto;
    padding: 128px 2% 0
}

.order .form_image {
    float: left;
    width: 400px;
    padding-top: 2em
}

.order .form {
    float: left;
    width: 496px
}

.callout-warning {
    background: rgba(255, 0, 0, .05);
    padding: 15px 20px;
    border-left: 6px solid red;
    font-size: .875em;
    margin-bottom: 1em
}

.callout-warning h4,
.callout-warning p {
    margin: 0
}

.parsley-error {
    background: rgba(255, 0, 0, .05);
    border-color: #BBB
}

.parsley-errors-list {
    display: none
}

.g-recaptcha {
    position: absolute;
    margin-top: 10px
}

h1 {
    font-size: 27px;
    color: #6D6E70;
    text-align: left;
    margin: 0
}

form .mail,
form .place {
    margin-left: 2%
}

p {
    color: #888
}

form {
    position: relative
}

input,
textarea {
    display: block;
    width: 95.5%;
    background: #fff;
    border: 1px solid #DDD;
    padding: 8px;
    font-family: "Open Sans", Arial, sans-serif;
    margin-top: .5em;
    font-size: .9em
}

hr {
    clear: both;
    border: 0;
    height: 0
}

form .mail,
form .npa,
form .phone,
form .place {
    float: left
}

form .npa {
    width: 30%
}

form .place {
    width: 60%
}

form .mail,
form .phone {
    width: 45%
}

form hr {
    height: 1px
}

form input[type=submit] {
    width: auto;
    position: absolute;
    right: 10px;
    background: #96181B;
    border-radius: 3px;
    border: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    padding: 10px 12px;
    margin-top: 2em;
    cursor: pointer
}

form input[type=submit]:hover {
    background-color: #96181B
}

.order .footer {
    margin-top: 7em
}

.grecaptcha-badge {
    z-index: 999
}


/* .features {
    padding-top: 128px;
    height: 100%
} */

.features h1 {
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400
}

.feature_line {
    max-width: 1200px;
    margin: 0 auto;
    padding: 64px 2%
}

.feature {
    width: 30%;
    /* float: left; */
    text-align: center;
    margin-bottom: 2%
}

.feature_row {
    padding-top: 1em;
    display: flex;
    align-items: center;
}

.feature p,
.left {
    text-align: justify
}

.feature p {
    width: 90%;
    margin: 0 auto;
    font-size: .9em
}

.feature img {
    width: 50%
}

.feature_line.title h2 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.5em;
    font-weight: 300;
    color: white;
    text-align: center;
    width: 80%;
    padding: 2%;
    margin: auto;
}

.feature_line.title h2 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.5em;
    font-weight: 300
}

.feature_line h1,
.features h2 {
    font-family: Roboto, Arial, sans-serif
}

.feature_line.title {
    /* width: 900px;
    margin: 0 auto */
}

.feature_line h1 {
    font-size: 2em;
    font-weight: 400;
    color: #000
}

.feature_line.order {
    padding: 84px 0;
    min-height: 206px
}

.feature_line.order .right {
    width: auto
}

.feature_line.order .left {
    width: 60%
}

.feature_line.order .left h1 {
    margin: 0
}

.feature_line.order .button {
    margin-top: .5em
}

.left {
    float: left;
    width: 45%;
    margin-left: 2%
}

.right {
    width: 45%;
    float: right;
    text-align: right
}

#feature1 .right img {
    margin-top: -40px;
    margin-left: -70px;
    transform: scale(.85)
}

.screenshot {
    border-radius: 4px 4px 0 0;
    border: 2px solid #DDD;
    border-width: 25px 2px 2px;
    -webkit-box-shadow: 5px 7px 17px -1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 5px 7px 17px -1px rgba(0, 0, 0, .05);
    box-shadow: 5px 7px 17px -1px rgba(0, 0, 0, .05);
    width: 90%
}

.computer {
    width: 260px
}

.feature_line.title .left {
    width: 350px;
    padding: 0;
    text-align: left
}

.feature_line.title .right {
    width: 430px;
    text-align: left
}


/* .alternate-feature-container {
    background: #FFF
} */

.alternate-feature-container .right {
    text-align: left;
    float: left
}

.alternate-feature-container .left {
    margin-left: 4%
}

.features h2 {
    padding: 0;
    margin: 0;
    text-align: left;
    color: #888
}

.footer {
    padding: 20px 0 32px;
    background-color: #0000000d;
    text-align: center;
    font-size: 0.875em;
}

.order .footer {
    background-color: transparent;
}

.part_1 .image_container {
    background-image: url(http://enneasoft.ch/wordpress/wp-content/uploads/2017/05/capture_1.png)
}

.part_1 {
    background: #EEE
}

.part_1 .text h1 {
    color: #00ADEE
}

.part_2 .image_container {
    background-image: url(http://enneasoft.ch/wordpress/wp-content/uploads/2017/05/capture_3.png)
}

.part_2 {
    background: 0 0
}

.part_2 .text h1 {
    color: #2ECC75
}

.part_3 .image_container {
    background-image: url(http://enneasoft.ch/wordpress/wp-content/uploads/2017/05/capture_2.png)
}

.part_3 {
    background: #EEE
}

.part_3 .text h1 {
    color: #FFA10B
}

.part_4 .image_container {
    background-image: url(http://enneasoft.ch/wordpress/wp-content/uploads/2017/05/capture_1.png)
}

.part_4 {
    background: 0 0
}

.part_4 .text h1 {
    color: #009688
}

.footer a {
    color: #96181B
}

.footer a img {
    opacity: 0.2;
    width: 76px
}

.footer a:hover img {
    opacity: .2
}


/*new home*/

.features #intro {
    background-color: #96181B;
    background-image: url(../images/enneastock_header.svg);
    background-size: contain;
    background-attachment: fixed;
}


/*features*/

.features #intro {
    background-color: #96181B;
    background-image: url(../images/enneastock_header.svg);
    background-size: contain;
    background-attachment: fixed;
}

.feature-container {
    /* background: rgb(255,255,255); */
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(222, 222, 222, 0.5186449579831933) 100%);
}

.features #feature_1 {
    text-align: center;
    margin-top: 3%;
}

.features #feature_2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4% 0%;
}

.features #feature_4 {
    background-color: #96181B;
    background-image: url(../images/enneastock_header.svg);
    background-size: contain;
    background-attachment: fixed;
}

.features #feature_4 p,
.features #feature_4 h2 {
    color: white;
}

.features #main_logo img {
    width: 12%;
    margin: 0px 22px;
}

.features #main_logo h1 {
    font-size: 6em;
    color: white
}

.features #main_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10vh;
}

.features #feature_2 .main_screenshot {
    text-align: center;
}

.features #feature_2 .main_screenshot img {
    width: 100%;
}

@media (max-width:1000px) {
    body {
        font-size: .9em
    }
    .header .logo {
        width: 54px!important
    }
    #language {
        top: 13px
    }
    .choices,
    .title-image {
        float: left
    }
    .title-image {
        transform-origin: left center;
        transform: scale(.8)
    }
    .choices {
        margin-left: -100px
    }
    .order {
        width: 90%
    }
    .order .form_image {
        width: 40%
    }
    .order .form_image img {
        width: 120%
    }
    .order .form {
        width: 60%
    }
    #feature1 .right img {
        margin-top: 0;
        margin-left: 0;
        transform: scale(.85)
    }
    .feature_line.title {
        width: 90%
    }
    .feature_line.title .left {
        width: 40%
    }
    .feature_line.title .right {
        width: 50%;
        text-align: left
    }
    .feature_line.title .right img {
        width: 100%
    }
    .feature_line {
        padding-top: 32px;
        padding-bottom: 32px
    }
    .feature_line.order .right img {
        width: 200px
    }
    .feature_line.order .left {
        width: 65%
    }
}

@media (max-width:836px) {
    .order .form_image {
        display: none
    }
    .order .form {
        width: 100%
    }
}

@media (max-width:768px) {
    body {
        font-size: .85em
    }
    .header .logo {
        margin: 8px 0 0 12px;
        transform-origin: top left;
        transform: scale(.8)
    }
    .header,
    .header_background {
        height: 64px
    }
    .header .simple_link {
        margin-top: 16px;
        margin-left: 5px
    }
    .header .button {
        margin: 12px 12px 0 0;
        right: 90px;
        padding: 8px 10px
    }
    #language {
        top: 2px;
        right: 0
    }
    .choices p {
        font-size: 1em
    }
    .centered-container .centered-content .slogan {
        font-size: 1.3em
    }
    .feature_line.title {
        width: 80%
    }
    .feature_line.title h1 {
        font-size: 2em
    }
    .feature_line.title h2 {
        font-size: 1.2em
    }
    .feature_line.title .button {
        font-size: .8em
    }
    .feature_line.title .left {
        width: 40%
    }
    .feature_line.title .right {
        width: 50%;
        text-align: left
    }
    .feature_line.title .right img {
        width: 100%
    }
    .feature_line .right,
    .feature_line.order .right {
        width: 100%;
        text-align: center
    }
    .alternate-feature-container .feature_line .right,
    .feature_line .right {
        margin-left: 0
    }
    #feature1 .right img {
        width: 80%
    }
    .feature_line .left {
        width: 90%
    }
    .feature_line.order {
        padding: 64px 0;
        width: 100%
    }
    .feature_line.order img {
        width: 260px
    }
    .feature_line.order .left {
        width: 90%
    }
    .feature_line.order .button {
        display: block;
        width: 200px;
        margin: 3em auto
    }
    .feature_line.order .left h1 {
        margin-top: 1.5em
    }
}

@media (max-width:610px) {
    .header .button,
    .header .simple_link,
    .header_background {
        display: none
    }
    .choices p,
    .header {
        border-bottom: 1px solid #EEE
    }
    .header {
        background: #fff
    }
    .header .simple_link {
        width: 92%;
        margin-top: 0;
        font-size: 1em
    }
    .header .button {
        font-size: .8em;
        right: auto;
        left: 15px
    }
    #language {
        font-size: 1em;
        top: -1px;
        right: 70px
    }
    .small_menu_button {
        display: block
    }
    .small_menu_button img {
        width: auto
    }
    .feature_line.title .left,
    .feature_line.title .right img {
        width: 100%
    }
    .header.menu_opened {
        height: 425px;
        z-index: 2000
    }
    .header.menu_opened .button,
    .header.menu_opened .simple_link {
        display: block;
        clear: both
    }
    .title-image {
        transform: scale(.7)
    }
    .choices {
        margin-left: -150px
    }
    .choices p {
        color: #888;
        text-align: left;
        margin: 0;
        font-size: .9em
    }
    .centered-container .centered-content .slogan {
        font-size: 1.1em
    }
    .order {
        padding-top: 92px
    }
    .feature_line.title .right {
        width: 100%;
        text-align: center
    }
    .features {
        padding-top: 64px
    }
    .feature_line.title .button {
        display: block;
        width: 200px;
        margin: 3em auto
    }
    .feature {
        transform: scale(.75)
    }
    .footer {
        padding: 32px 0 24px
    }
}

@media (max-width:520px) {
    .centered-container,
    .container {
        display: block
    }
    .centered-content {
        transform: scale(.78)
    }
    .feature,
    .home_body .centered-content {
        transform: scale(1)
    }
    .right-menu {
        display: none
    }
    #next {
        width: 48px;
        height: 48px;
        background-size: 24px
    }
    .next_footer {
        padding: 0
    }
    .home_body .title-image {
        transform: scale(1);
        display: block;
        float: none
    }
    .home_body .choices {
        display: block;
        float: none;
        max-width: 320px;
        margin: 0 auto
    }
    .g-recaptcha,
    form input[type=submit] {
        position: static;
        display: block;
        margin: 10px auto;
        width: 304px
    }
    form input[type=submit] {
        margin: 0 auto
    }
    form .mail,
    form .npa,
    form .phone,
    form .place {
        width: 95.5%;
        margin-right: 0;
        margin-left: 0
    }
    .feature_line.title .right img {
        width: 80%
    }
    .feature_line h1 {
        font-size: 1.4em
    }
    .feature {
        float: none;
        width: 100%;
        margin: 32px 0
    }
}

@media (max-width:400px) {
    .header .button {
        display: none
    }
    .centered-content {
        transform: scale(.7);
        margin-left: -30px
    }
}