body {
    margin: 0;
    font-family: Roboto, Geneva, Verdana, sans-serif;
    overflow-x: hidden;
}

#background-menu {
    position: fixed;
    top : 0;
    left: 100%;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 50;
}

.img-close {
    position: absolute;
    top : 10px;
    right: 10px;
}

.slide-out {
    -webkit-animation: slideout 0.5s forwards;
    animation: slideout 0.5s forwards;
}

@-webkit-keyframes slideout {
    0% { left: 0; }
    100% { left: 100%; }
}

@keyframes slideout {
    0% { left: 0; }
    100% { left: 100%; }
}

.slide-in {
    -webkit-animation: slidein 0.5s forwards;
    animation: slidein 0.5s forwards;
}

@-webkit-keyframes slidein {
    100% { left: 0; }
}

@keyframes slidein {
    100% { left: 0; }
}

#scrolling-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 20px;
    padding: 10px;
    padding-top: 5px;
    opacity:0;
    z-index: 50;
}

.hideleft {opacity:0;}
.hideright {opacity:0;}
.hidecenter {opacity:0;}

.h10p {height: 10px;}
.h20p {height: 20px;}
.h40p {height: 40px;}
.h80p {height: 80px;}

.text-solution-plateform {text-align: left;}
.text-solution-mobile {text-align: right;}

.color-white {color: white;}
.color-blue {color: rgba(0, 153, 194, 1);}
.color-grey {color: #666;}

a:hover {text-decoration: none;}
a:focus {text-decoration: none;}

.background-fixed {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -10;
}

.section-title-wrapper {
    font-size: 40px;
    font-weight: 100;
}

.section-title {
    font-size: 30px;
    font-weight: 300;
}

.section-subtitle {
    font-size: 20px;
    font-weight: 300;
}

.section-text {
    font-weight: 500;
}


/* WELCOM */

.solution-img {
    margin-left: 150px;
    margin-top: 100px;
}

.welcom-title {
    font-size: 30px;
    font-weight: 300;
}

.welcom-subtitle {
    font-size: 20px;
    font-weight: 400;
}

#welcom-wrapper {
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    overflow: hidden;
    background-image: radial-gradient(closest-corner, rgba(16, 47, 70, 0) 80%, rgba(16, 47, 70, 0.18)), linear-gradient(150deg, #3a849c, #6cc5c3 45%, #baedec);
}

.welcom-padding {  height: 10%;}

.welcom-logo {
    float: left;
    width: 200px;
}

.btn-header {
    float: right;
    border-radius: 2px;
    color: white;
    outline: none !important;
}

.btn-header:hover {
    color: rgba(255, 91, 0, 1);
    text-decoration: none;
    border-color: transparent;
    outline: none !important;
}

.btn-header:focus {
    color: rgba(255, 91, 0, 1);
    text-decoration: none;
    border-color: transparent;
    outline: none !important;
}


.btn-login {
    background: transparent;
    border-color: rgba(255, 91, 0, 1);
    border-radius: 2px;
    margin-left: 5px;
    margin-right: 5px;
    color: rgba(255, 91, 0, 1);
    font-weight: 500;
}

.btn-login:hover {
    background-color:  rgba(255, 91, 0, 1);
    color: white;
}

.btn-login:focus {
    background-color:  rgba(255, 91, 0, 1);
    color: white;
}

/* SOLUTION */

.logo-title {width: 300px;}
.img100 {height: 400px;}

/* PLATEFORM */

.module {
    height: 300px;
    border-radius: 2px;
    padding: 10px;
}
.module-blue {background-color:rgba(0, 153, 194, 0.8);}
.module-orange {background-color: rgba(255, 91, 0, 0.8);}

/* APPLICATION */

#application-wrapper .row .col-lg-6 {height: 600px;}
#application-wrapper .row .col-md-6 {height: 600px;}
#application-wrapper .row .col-sm-6 {height: 600px;}
#application-wrapper .row .col-xs-6 {height: 600px;}

.iphone {
    position: absolute;
    height: 500px;
    bottom: 0;
    left: 0;
}

/* FOOTER */

.footer-wrapper {
    background-color: black;
}

.section-footer {
    font-weight: 300;
}

.img-join {
    width: 35px;
    height: 35px;
    padding: 5px;
}



/* MEDIA QUERY */


@media (max-width: 767px) {
    .text-solution-plateform {text-align: center;}
    .text-solution-mobile {text-align: center;}
    .welcom-logo {width: 150px;}
    .welcom-subtitle {font-size: 25px;}
}
@media (min-width: 767px) and (max-width: 992px) {
    .text-solution-plateform {text-align: center;}
    .text-solution-mobile {text-align: right;}
    .iphone {height: 450px;}
    .solution-img {
        margin-left: 0px;
        margin-top: 120px;
        width: 450px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .solution-img {
        margin-left: 100px;
        margin-top: 100px;
        width: 500px;
    }
}
