html {
    /*scroll-behavior: smooth;*/
}
body{
    font-size: .4rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: 0;
    /*display: grid;*/
    /*grid-template-columns: min-content 1fr;*/
    /*font-family: system-ui, sans-serif;*/

    /* this breaks position sticky in Firefox */
    /* overflow-x: hidden; */
}
nav{
    width: auto;
    height: 100px;
}
textarea, input{
    font-size: 2em;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, ul{
    margin-bottom: 0;
}
input[type=checkbox] {
    width: 5mm;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 5mm;
    background-color: white;
    border: 0.1mm solid white;
}
input[type=checkbox]:focus{
    outline-style: none;
}
input[type=checkbox]:checked {
    background-color: rgba(32, 168, 220, 1);
}
input[type=checkbox]:checked:after {
    margin-left: 1.4mm;
    margin-top: -2.5mm;
    margin-bottom: 6mm;
    width: 4mm;
    height: 7mm;
    border: solid white;
    border-width: 0 2mm 2mm 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    display: inline-block;
}
label, footer p{
    font-weight: 200;
}
label a, footer a{
    text-decoration: underline;
}
.navbar-isp .navbar-toggler{
    border-color: rgba(32, 168, 220, 0);
}
.navbar-isp .navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(32, 168, 220, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
ul p, #Usages p, #Technology p, #business-model p{
    font-size: 2.25em;
    line-height: 1.4;
    font-weight: 300;
}
/*#modalDiv ol { counter-reset: item }
#modalDiv li { display: block }
#modalDiv li:before { content: counters(item, ".") " "; counter-increment: item }
*/
.menu-size{
    font-size: 1.2em;
}
.btn, .chevron, footer .fa, .footer-text, .modal-body{
    font-size: 2em;
}
.btn:focus{
    box-shadow: 0 0 0 0 transparent;
}
.btn-isp{
    color: white;
    background: rgba(32, 168, 220, 1);
    border-color: rgba(32, 168, 220, 1);
    border-radius: 3px;
}
.btn-outline-isp{
    color:rgba(32, 168, 220, 1);
    border-color: rgba(32, 168, 220, 1);
    border-radius: 3px;
}
.text-isp{
    color:rgba(32, 168, 220, 1);
}
.text-isp-grey{
    color:rgba(116, 132, 139, 1);
}
#Homepage /*, #partners, #idea2success, #Solution, #Usages, #Technology, #business-model*/ {
    margin-top: 0px;
    padding-top: 100px;
}
#Homepage:after, #partners:after, #Solution:after, #Usages:after, #Technology:after{
    content: "";
    display: block;
    margin-bottom:100px;
}
#idea2success:after{
    content: "";
    display: block;
    margin-bottom:102px;
}
#Homepage:before, #partners:before, #idea2success:before, #Solution:before, #Usages:before, #Technology:before, #business-model:before{
    content: "";
    display: block;
    padding-top:100px;
    margin-top:-100px;
}
#ask-demo:before{
    content: "";
    display: block;
    padding-top: 100px;
    /*margin-top: -220px;*/
}
.first-part{
    /*margin-top: 100px;*/
    height: 800px;
    color: white;
    background: linear-gradient(
        3deg,
        rgba(16, 84, 110, 1),
        rgba(32, 167, 218, 1),
        rgba(32, 168, 220, 1) 58%,
        rgba(58, 70, 87, 1) 58.1%,
        rgba(12, 14, 17, 1)
    );
}
.first-part-picto{
    height: 100px;
    width: 30%;
}
.second-part{
    background: linear-gradient(
        -12deg,
        rgba(116, 132, 139, .1) 82.75%,
        rgba(12, 14, 17, 1) 82.85%,
        rgba(58, 70, 87, 1)
    );
}
.third-part{
    background: linear-gradient(
        1.7deg,
        rgba(16, 84, 110, 1),
        rgba(32, 167, 218, 1),
        rgba(32, 168, 220, 1) 75%,
        rgba(58, 70, 87, 1) 75.1%,
        rgba(12, 14, 17, 1)
    );
}
.mt--third-part{
    margin-top: -85px;
}
.fourth-part{
    background: linear-gradient(
        -12deg,
        rgba(16, 84, 110, 1),
        rgba(32, 167, 218, 1),
        rgba(32, 168, 220, 1) 66%,
        rgba(58, 70, 87, 1) 66.1%,
        rgba(12, 14, 17, 1)
    );
}
.triangle{
    position: relative;
    height: 30px;
}
.triangle-left{
    position: absolute;
    left: 0%;
    width: 50%;
    height: 0;
    border-right: 25px solid transparent;
}
.triangle-right{
    position: absolute;
    right: 0%;
    width: 50%;
    height: 0;
    border-left: 25px solid transparent;
}
#Usages .triangle-left, #Usages .triangle-right{
    border-bottom: 30px solid white;
}
#Technology .triangle-left, #Technology .triangle-right{
    border-bottom: 30px solid rgba(241, 242, 243, 1);
}
.h-90{
    height: 90%;
}
.h-10{
    height:10%;
}
.h-25em{
    height: 25em
}
.main-title{
    line-height: 1.2;
    font-size: 4.9375em;
}
.main-description{
    font-size: 2.25em;
}
.chevron{
    position: absolute;
    left:50%;
    top:16px;
    transform:translate(-50%);
}
.chevron-carousel{
    color: rgba(58, 70, 87, 1);
    height: 3em;
    width: 3em;
}
.carousel-control-next{
    z-index: unset;
}
.users{
    background-color: #EAEFF3;
}
.title-part{
    font-size: 4.125em;
    font-weight: 300;
}
.subtitle-part{
    font-size: 3.4375em;
}
.picto-use-case{
    height: 20vh;
    padding: 0;
}
#Homepage h2, #Solution h3, #Usages h3, #Usages h4, #Technology h3, #business-model h3{
    font-size: 2.5625em;
    font-weight: 400;
    line-height: 1.4;
}
#Technology h3{
    margin-bottom: 1rem;
}
.title-part span{
    font-weight: 400;
}
.dashboard{
    position:relative;
    right: 0;
    width: 184.36%;
}
#Usages{
    background-color: rgba(116, 132, 139, .1);
}
#Usages ul{
    background-color: white;
}
#business-model, #ask-demo{
    background-color:rgba(241, 242, 243, 1);
}
.ask-demo{
    background: linear-gradient(
        rgba(58, 70, 87, 1),
        rgba(23, 25, 28, 1)
        )
}
.label{
    font-size: 3.1875em;
}
.policy{
    font-size:2em;
    font-weight: 200;
}
.linkedin{
    font-size:2.8em;
}

/*responsive image*/
nav .aspect-ratio-box {
  height: 0;
  width: 50%;
  overflow: hidden;
  padding-top: 90px;
  position: relative;
}
nav .aspect-ratio-box-inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
nav .flexbox-centering {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#Homepage .aspect-ratio-box{
    height: 30%;
    width: 60%;
    overflow: hidden;
    padding-top: 0;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
#Homepage .aspect-ratio-box-inside{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#Homepage .flexbox-centering{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#Homepage .viewport-sizing{
    max-width: 100%;
    max-height: 100%;
}
#ModalPrivacyPolicy .modal-content{
    height: 75vh;
}
#ModalPrivacyPolicy .modal-body{
    overflow: auto;
}
#modalDiv p, #modalDiv ul{
    font-size: 1rem;
}
.title-policy{
    font-size:1.3rem;
}
.block-policy{
    font-size:1rem;
}
.weight-policy{
    font-weight:400;
}
.normal-weight-policy{
    font-weight: 200;
}
.ml--40{
    margin-left:-40px;
}
.saas{
    text-align: center;
    position: relative;
    top: 70px;
}
#presentation-picto, #contact-picto{
    width: 70%;
}
#solution-picto, #usages-picto, #technology-picto{
    width:80%;
}
/*---------------------------------------------
    SIDE BAR CSS
----------------------------------------------- */
nav a,
nav a:hover,
nav a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
.li-top{
    border-top: 1px solid rgba(112, 112, 112, .23);
    border-bottom: 1px solid rgba(112, 112, 112, .23);
}
.li{
    border-bottom: 1px solid rgba(112, 112, 112, .23);
}
.navbar {
    padding: 5px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 1031;
    background: rgba(234, 239, 243, 1);
    color: rgba(58, 70, 87, 1);
    transition: all 0.3s;
    overflow-y: scroll;
}
#sidebar.active {
    left: 0;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
#dismiss {
    display: flex;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: rgba(234, 239, 243, 1);
    color: rgba(32, 168, 220, 1);
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#dismiss:hover {
    background: rgba(32, 168, 220, 1);
    color: #fff;
}
#dismiss p{
    margin: auto 0 auto auto;
}
#dismiss i, #dismiss svg{
    margin: auto 20px auto 10px;
    font-size: 20px;
}
.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.8em;
    display: flex;
}
#sidebar li div{
    width: 41px;
}
#sidebar ul li:hover{
    color: #fff;
    background: rgba(32, 168, 220, 1);
}
#sidebar li:hover img{
    filter: invert(1) sepia(1) saturate(10%) hue-rotate(346deg) brightness(104%) contrast(97%);
    transition: all 0.3s;
}
#mCSB_1:focus{
    outline-style: none;
}
a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.to-b1st{
    display:flex;
    width: 100%;
    flex: 1 1 auto;
}
.to-b1st p, #dismiss p, .sidebar-left-title{
    font-size:1rem;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}
/* ---------------------------------------------------
    Right Sidebar
----------------------------------------------------- */
aside {
    white-space: nowrap;
    display: none;
}
aside ul {
    z-index: 999;
    list-style: none;
    background-color: rgba(58, 70, 87, .2);
    margin: 100px auto 0 auto;
    padding: 30px 0;
    border-radius: 30px;
    width: 30px;
    box-shadow: 0px 0px 2px #888888;
}
/* Only stick if you can fit */
@media (min-height: 300px) and (min-width: 1200px) {
    aside {
        width: 100px;
        display: flex;
        justify-items: center;
        align-items: center;
        position: fixed;
        height: 100%;
        top: 0;
        right: 0;
    }
}
aside ul li a {
    display: flex;
    padding: 0.5rem 0;
    color: white;
    text-decoration: none;
}
aside ul li a .svg-inline--fa {
    margin-right: auto;
    margin-left:auto;
    font-size: 20px;
    color: rgba(32, 168, 220, 1);
    padding: 5px;
}
aside ul li a.current svg{
    border: 1px solid rgba(32, 168, 220, 1);
    font-size: 22px;
    border-radius: 100%;
    box-shadow: 0px 0px 10px;
}
.line{
    max-width: 100%;
}
.line img{
    max-width: 100%;
    transform: rotate(-90deg);
}
.rotation-sidebar-title-outer{
    display:table;
}
.rotation-sidebar-title-inner{
    padding: 50% 0;
    height: 0;
}
.sidebar-title{
    display: block;
    font-size:12px;
    transform-origin: top left;
    /* Note: for a CLOCKWISE rotation, use the commented-out
       transform instead of this one. */
    transform: rotate(-90deg) translate(-90%);
    /* transform: rotate(90deg) translate(0, -100%); */
    margin-top: -50%;
    margin-left: 6.5px;
    /* Not vital, but possibly a good idea if the element you're rotating contains
   text and you want a single long vertical line of text and the pre-rotation
   width of your element is small enough that the text wraps: */
    white-space: nowrap;
    color: rgba(32, 168, 220, 1);
}

/*Spin icon*/

.fa-spinner{
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (min-width: 576px) {
    .first-part{
        /*margin-top: 100px;*/
        background: linear-gradient(
            3deg,
            rgba(16, 84, 110, 1),
            rgba(32, 167, 218, 1),
            rgba(32, 168, 220, 1) 50%,
            rgba(58, 70, 87, 1) 50.1%,
            rgba(12, 14, 17, 1)
        );
    }
    .second-part{
        background: linear-gradient(
            -12deg,
            rgba(116, 132, 139, .1) 70.75%,
            rgba(12, 14, 17, 1) 70.82%,
            rgba(58, 70, 87, 1)
        );
    }
    #ModalPrivacyPolicy .modal-dialog {
        max-width: 50%;
        margin: 1.75rem auto;
    }
    #Homepage .aspect-ratio-box{
        height: 60%;
    }
}
@media (min-width: 768px) {
    .h-md-100{
        height: 100% !important;
    }
    .chevron-carousel{
        height: 5em;
        width: 5em;
    }
    .third-part{
        background: linear-gradient(
            1.7deg,
            rgba(16, 84, 110, 1),
            rgba(32, 167, 218, 1),
            rgba(32, 168, 220, 1) 75%,
            rgba(58, 70, 87, 1) 75.1%,
            rgba(12, 14, 17, 1)
        );
    }
    .mt--third-part{
        margin-top: -130px;
    }
    #Usages .h4-list{
        height: 90px;
    }
    .dashboard-wrapper{
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 100px auto 1fr;
        grid-template-columns: 100px auto 1fr;
    }
    .dashboard{
        position:absolute;
        max-width: 3000px;
    }
    #business-model .picto-server{
        height: 94px;
    }
}
@media (min-width: 992px) {
    body{
        font-size: .54rem;
    }
    .first-part{
        height: calc(100vh - 100px);
    }
    #Homepage .viewport-sizing{
        max-width: 75%;
        max-height: 75%;
    }
    .btn, p, .chevron, .footer-text, .modal-body{
        font-size:1.5em;
    }
    .h-lg-100{
        height: 100% !important;
    }
    .first-part-picto{
        height: 150px;
    }
    .third-part{
        background: linear-gradient(
            1.7deg,
            rgba(16, 84, 110, 1),
            rgba(32, 167, 218, 1),
            rgba(32, 168, 220, 1) 75%,
            rgba(58, 70, 87, 1) 75.1%,
            rgba(12, 14, 17, 1)
        );
    }
    .mt--third-part{
        margin-top: -150px;
    }
    #Usages .h4-list{
        height: 110px;
    }
    #business-model .picto-server{
        height: 130px;
    }
    #Homepage .aspect-ratio-box{
        height: 0;
        width: 50%;
        overflow: hidden;
        padding-top: 90vh;
        position: relative;
        margin-left: 0;
        margin-right: 0;
    }
    #Homepage .aspect-ratio-box-inside{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    #Homepage .flexbox-centering{
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media (min-width: 1200px) {
    body{
        font-size: .67rem;
    }
    ul p, #Usages p, #Technology p, #business-model p{
        font-size: 1.8em;
    }
    #Homepage h2, #Solution h3, #Usages h4, #Technology h3, #business-model h3{
        font-size: 2.1em;
    }
    #sidebar ul li a, .menu-size{
        font-size: 1.5em;
    }
    .btn, p, .chevron, .footer-text, .modal-body{
        font-size: 1.3em;
    }
    .label{
        font-size: 2.75em;
    }
    #business-model .picto-server{
        height: 225px;
    }
    .first-part-picto{
        height: 180px;
    }
    .mt--third-part{
        margin-top: -170px;
    }
}
@media (min-width: 1400px) {
    body{
        font-size: .8rem;
    }
    ul p, #Usages p, #Technology p, #business-model p{
        font-size: 1.5em;
    }
    #Homepage h2, #Solution h3, #Usages h4, #Technology h3, #business-model h3{
        font-size: 1.875em;
    }
    .menu-size{
        font-size: 1.2em;
    }
    .label{
        font-size: 2.4375em;
    }
    .policy{
        font-size: 2em;
    }
    .first-part-picto{
        width:25%;
    }
    .mt--third-part{
        margin-top: -200px;
    }
}
@media (min-width: 1700px) {
    body{
        font-size: 1rem;
    }
    .col-xxxl-9{
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}
