/*S'il y a une modification du css il faut changer la version, écrite en dur (headers.php) pour que le css soit mis à jour*/

#overlay,
.home_body .main {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

#language a,
a,
a:active,
a:hover,
a:visited {
    text-decoration: none
}

.button,
form input[type=submit] {
    text-transform: uppercase;
    font-weight: 600
}

body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #F9F9F9
}

body,
div,
h1,
p {
    font-family: 'Open Sans', Arial, sans-serif
}

h1,
h2.step-title {
    font-family: Roboto, Arial, sans-serif
}

.hidden {
    display: none
}

.scroller {
    height: 20000px
}

#overlay,
.container,
.features,
.main {
    height: 100%
}

.home_body .main {
    position: fixed
}

.container {
    display: table;
    width: 100%
}

h2.step-title,
p.step-description {
    width: 400px;
    position: absolute;
    margin: 0;
    opacity: 0
}

.centered-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 2em 0
}

.button,
.centered-content {
    display: inline-block
}

h2.step-title {
    font-size: 27px;
    color: #6D6E70;
    text-align: left
}

p.step-description {
    font-size: 14px;
    text-align: justify;
    color: #888;
    padding-top: 2.5em
}

.button {
    border-radius: 3px;
    border: 1px solid #96181B;
    text-align: center;
    font-size: .75em;
    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%;
    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
}

.modal .button {
    background: #961818;
    color: #FFF
}

.modal .button:hover {
    background: #96181B
}

.header {
    position: fixed;
    height: 90px;
    top: 0;
    left: 0;
    right: 0
}

.header .logo {
    margin: 20px 0 0 20px;
    float: left;
    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: 0 */
}

.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 {
    width: 385px;
    margin-bottom: 40px
}

#home .logo {
    margin-top: -50px
}

.centered-container .centered-content .slogan {
    color: #888;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    margin-top: -50px;
    opacity: 0
}


/*steps*/

#steps {
    margin-top: 7%
}

#steps #intro {
    text-align: center;
    padding: 15px;
}

#steps .container .title {
    background-color: #96181B;
    background-image: url(../images/enneadigital_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);
}


/*end steps*/


/* .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: 0;
    overflow: hidden;
    margin: 0 0 30px 36px
}

.presentation .centered-content {
    height: 520px
}

.animation-image {
    overflow: hidden;
    position: relative;
    width: 327px;
    height: 327px;
    border-radius: 327px;
    border: 1px dashed #888
}

.animation-image img {
    position: absolute;
    top: 327px;
    left: 0
}

.centered-container>.centered-content>.step-title>span {
    color: #BBB
}

.highlights {
    position: absolute;
    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;
    margin-bottom: 1em
}

.more_infos_span img {
    opacity: 0
}

#background_step1 {
    background: #DADADA
}

.step1_image {
    z-index: 2
}

#step1_image1 {
    top: -40px;
    left: -380px
}

#step1_image2 {
    top: 88px;
    left: 380px
}

#step1_image3 {
    top: 217px;
    left: -380px
}

#background_step2 {
    background: #F9F1C5;
    z-index: 3
}

.step2_image {
    z-index: 4
}

#step2_image1 {
    opacity: 0;
    top: -19px;
    left: -155px
}

#step2_image2 {
    top: 240px;
    left: 0
}

#background_step3 {
    background: #ECDBEF;
    z-index: 5;
    transform: matrix(0, 0, 0, 0, 0, 0);
    opacity: 1;
    border-radius: 327px
}

#title_step3 {
    color: #B863C9
}

#more_infos_step3 {
    padding-top: 8.5em;
    color: #B863C9
}

.step3_image {
    z-index: 6
}

#step3_image1 {
    top: -400px;
    left: 300px
}

#step3_image2 {
    top: -350px;
    left: -350px
}

#step3_image3 {
    top: 500px;
    left: 350px
}

#step3_image4 {
    top: 500px;
    left: -350px
}

#background_step4 {
    background: #C7EAF7;
    z-index: 7
}

#title_step4 {
    color: #00ADEE
}

#more_infos_step4 {
    padding-top: 9.5em;
    color: #00ADEE
}

.step4_image {
    z-index: 10
}

#background_step5 {
    background: #D0F0DF;
    z-index: 8
}

#title_step5 {
    color: #2ECC75
}

#highlight1_step5 {
    opacity: .5
}

#more_infos_step5 {
    padding-top: 9.5em;
    color: #2ECC75
}

#background_step6 {
    background: #F5DBDB;
    z-index: 9
}

#title_step6 {
    color: #E56461
}

.step6_image {
    z-index: 11
}

#more_infos_step6 {
    padding-top: 9.5em;
    color: #E56461
}

#background_step7 {
    background: #FAE7C9;
    z-index: 9
}

#title_step7 {
    color: #FFA10B
}

.step7_image {
    z-index: 9;
    opacity: 0
}

#more_infos_step7 {
    padding-top: 9.5em;
    color: #FFA10B
}

#background_step7_5,
#background_step8 {
    background: #E0EFED;
    z-index: 12;
    width: 327px;
    height: 327px;
    border-radius: 327px
}

#background_step7_5 {
    background: #E1DFC2
}

#title_step8 {
    color: #009688
}

.step8_image {
    z-index: 13;
    top: -500px
}

#more_infos_step8 {
    padding-top: 9.5em;
    color: #009688
}

#background_step9 {
    background: #EEE;
    z-index: 13
}

.step9_image {
    z-index: 14
}

#step9_image1 {
    width: 202px;
    height: 1000px;
    background: #F2F7F9;
    left: -58px;
    top: 327px;
    position: absolute;
    border: 120px solid #96181B
}

#button_step9 {
    margin-top: 190px;
    opacity: 0
}

.right-menu {
    position: absolute;
    right: 0;
    margin-top: 100px;
    padding: 0 10px
}

.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
}

.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 {
    opacity: .8;
    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;
    opacity: 0;
    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;
    color: #fff;
    padding: 10px 12px;
    margin-top: 2em;
    cursor: pointer
}

form input[type=submit]:hover {
    background-color: #96181B
}

.grecaptcha-badge {
    z-index: 999
}

.features {
    padding-top: 80px
}

.features h1 {
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400
}


/* VIDEO */

#video {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* z-index: 1000; */
    display: none;
    padding: 10px;
    box-sizing: border-box;
}

#video .video_container {
    width: 854px;
    /* height: 480px; */
    margin: 6% auto 0 auto;
    position: relative;
    aspect-ratio: 16 / 9;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

#video #player,
#video iframe,
#video video {
    width: 100% !important;
    height: 100% !important;
}

#video a {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    background: url(../images/menu_button_close.png) center center no-repeat;
    opacity: 0.7;
}

#video a:hover {
    opacity: 1;
}

#sheet_video_overlay {
    background-color: rgba(0, 0, 0, 0.1);
    width: 720px;
    height: 420px;
    position: relative;
    opacity: 0;
    z-index: 4;
    margin-left: 24px;
    position: absolute;
}

#sheet_video_overlay .play_video {
    position: absolute;
    background-image: url(../images/play_button.png);
    background-position: center center;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

#sheet_video_overlay .play_video:hover {
    background-image: url(../images/play_button_hover.png);
}


/*end VIDEO*/


/*features*/

.features #intro {
    background-color: #96181B;
    background-image: url(../images/enneadigital_header.svg);
    background-size: contain;
    background-attachment: fixed;
}

.features #feature_1 {
    text-align: center;
}

.features #feature_2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.features #feature_4 {
    background-color: #96181B;
    background-image: url(../images/enneadigital_header.svg);
    background-size: contain;
    background-attachment: fixed;
}

.features #feature_4 p,
.features #feature_4 h2 {
    color: white;
}

.features #main_logo img {
    width: 15%;
}

.features #main_logo h1 {
    font-size: 4em;
    color: white
}

.features #main_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10vh;
}

.features .main_screenshot {
    width: 35%;
    text-align: right;
    position: relative;
    border: 3px solid #c4c4c4;
}

.features .main_screenshot img {
    width: 100%
}

.features .play_video {
    position: absolute;
    background-image: url(../images/play_button.png);
    background-position: center center;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.features .play_video:hover {
    background-image: url(../images/play_button_hover.png)
}

.feature_line {
    max-width: 1200px;
    margin: 0 auto;
    padding: 64px 2%
}

.feature {
    width: 30%;
    /* float: left; */
    text-align: center;
    margin-bottom: 2%
}


/* .feature_column {
    display: flex;
    flex-direction: column;
    width: 20%;
    justify-content: center;
} */


/* .feature p,
.left {
    text-align: justify
} */

.feature_row {
    margin-top: 1em;
    display: flex;
}

.feature p {
    width: 90%;
    margin: 0 auto;
    font-size: .9em
}

#feature_2 .feature img {
    width: 50%
}

#feature_3 .feature img {
    width: 70%
}

.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 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: 60px 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
}

@media (max-width:1000px) {
    body {
        font-size: .9em
    }
    #language {
        top: 13px
    }
    .header .logo {
        width: 54px
    }
    .order {
        width: 90%
    }
    .order .form_image {
        width: 40%
    }
    .order .form_image img {
        width: 95%
    }
    .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%
    }
    #steps .step_row {
        flex-direction: column;
    }
    #steps .step_column {
        width: 90%;
        margin: 10px auto;
    }
}

@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
    }
    .feature_line.order .left {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .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
    }
    #video .video_container,
    #sheet_video_overlay {
        width: 100%;
        margin-top: 50%;
    }
}

@media (max-width:610px) {
    .header .button,
    .header .simple_link,
    .header_background {
        display: none
    }
    .header {
        background: #fff;
        border-bottom: 1px solid #EEE
    }
    .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
    }
    .header.menu_opened {
        height: 425px;
        z-index: 2000
    }
    .header.menu_opened .button,
    .header.menu_opened .simple_link {
        display: block;
        clear: both
    }
    .order {
        padding-top: 92px
    }
    .features #main_logo h1 {
        font-size: 3em;
    }
    .features .main_screenshot {
        text-align: center;
        float: none;
        width: 100%;
        margin-bottom: 2em
    }
    .feature_line.title .left {
        width: 100%
    }
    .feature_line.title .right {
        width: 100%;
        text-align: center;
        margin-bottom: 2em
    }
    .feature_line.title .right img {
        width: 100%
    }
    .features {
        padding-top: 64px
    }
    .feature_line.title .button {
        display: block;
        width: 200px;
        margin: 3em auto
    }
    .feature {
        transform: scale(.75)
    }
    .footer {
        padding: 32px 0 24px;
    }
    .features #feature_1 {
        background: url(../images/enneadigital_header.svg);
    }
    #feature_2,
    #feature_3 {
        flex-direction: column;
        align-items: center;
    }
    #feature_2 .main_screenshot {
        order: -1;
        width: 80%;
    }
    #feature_3 .feature img {
        width: 50%;
    }
    .feature {
        width: 80%;
        background: #8080800d;
        padding: 5% 0%;
    }
    #steps {
        margin-top: 15%;
    }
}

@media (max-width:520px) {
    .centered-container,
    .container {
        display: block
    }
    .centered-content {
        transform: scale(.78)
    }
    .right-menu {
        display: none
    }
    #next {
        width: 48px;
        height: 48px;
        background-size: 24px
    }
    .next_footer {
        padding: 0
    }
    .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 {
        /* transform: scale(1); */
        float: none;
        width: 100%;
        /* margin: 32px 0 */
    }
}

@media (max-width:400px) {
    .header .button {
        display: none
    }
    .centered-content {
        transform: scale(.7);
        margin-left: -30px
    }
    .slider {
        height: 70px !important;
    }
    .slide img {
        width: 80% !important;
        height: 50% !important;
        margin-top: 10px !important;
    }
}


/*slider*/

:root {
    --slide-width: 250px;
    --num-slides: 27;
    --visible-slides: 9;
    /* Number of slides visible at once */
}

.slider {
    overflow: hidden;
    width: 100%;
    height: 100px;
    position: relative;
    background: white;
    border: 1px solid #96181b4a;
    place-content: center;
    /* background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(222, 222, 222, 0.5186449579831933) 100%); */
}

.slide-track {
    display: flex;
    width: calc(var(--slide-width) * var(--num-slides));
    animation: scroll 20s linear infinite;
}

.slide {
    width: var(--slide-width);
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide img {
    width: auto;
    height: 100px;
    /* filter: grayscale(1); */
    opacity: 0.7;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.slide img:hover {
    cursor: pointer;
    transform: scale(1.1);
    opacity: 1;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-1 * var(--slide-width) * var(--visible-slides)));
    }
}


/*end slider*/

.references {
    padding: 20px 0px 1px 0px;
    text-align: center;
    background: white;
}

.references h2 {
    color: #96181B;
    text-align: center;
}


/*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 {
    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 {
    opacity: 1;
    transform: translateY(0);
}


/*end animations*/