/**
 * GENERAL STYLE
 */
html {
    overflow-x: hidden !important;
    height: 100%;
}

ol, ul, dl {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none !important;
}

/* Global styles
================================================== */
body {
    font-family: 'Calibri','Open Sans', sans-serif;
    font-weight: normal;
    color: #6a6a6a !important;
    line-height: 1.5em;
    border: 0;
    margin: 0 auto;
    padding: 0;
    height: 100%;
    font-size: 120%;
}

.main-nav {
    width: auto;
}

video {
    background-attachment: fixed;
    min-width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
}

#section_header .header-fixed {
    padding: 0;
}

#section_header {
    padding: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}

#section_header .header-fixed, #section_header {
    background: #fff;
}

.navbar-toggle .icon-bar {
    background: #000;
}

.navbar-toggle {
    background: #fff;
    border: none;
    border-radius: 0;
}

.navbar {
    position: relative;
    margin-top: 10px;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0 !important;
}

.navbar-brand {
    font-size: 40px;
    color: #222;
}

.navbar-brand img {
    height: 200%;
    width: auto;
    vertical-align: middle;
    max-width: 100%;
}

.navbar {
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
}

ul.navbar-nav a {
    font-weight: 700;
    font-size: 18px;
    padding: 10px;
    line-height: 40px;
    display: inline-block;
    color: #222;
    border-bottom: 4px solid transparent;
}

#menu-main-menu li:nth-of-type(7) a{
    color: #B40431;
}

#section_header .nav a:hover, .navbar-nav a.active {
    color: #999;
    background: transparent;
    border-bottom: 4px solid #6895CA;
}

.nav > li > a:focus {
    background: transparent !important;
}

/**
 * SLIDER
 */

#slider_part {
    height: 100%;
    background: #ffffff;
}

#slider_part .carousel {
    height: 80%;
}


#slider_part #next_section {
    height: 20%;
    position: relative;
}
#next_section_link {
    position: absolute;
    bottom:30%;
    padding:10px;
    color: #6A6A6A;
}


#content.site-content, p, ul, a, .content{
    font-size: 120%;
    line-height: 1.3;
}

/**
 * Carrousel
 */
.carousel-control {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 20px;
    height: 40px;
    margin-top: -20px;
    color: #ffffff;
    text-align: center;
    background: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius:0 ;
    border-radius: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);

}
.carousel-control.left {
    left:0;
}

.carousel-control.right {
    right: 0;
}

.carousel-control.left .glyphicon
{
    top:20%;
    left:20%;
}

.carousel-control.right .glyphicon {
    right:20%;
    top:20%;
}

.carousel-control.right, .carousel-control.left{
    background: none;
}

.carousel-control:hover,
.carousel-control:focus {
    outline: none;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#slider_part .carousel .item,
#slider_part .carousel .item.active,
#slider_part .carousel .carousel-inner {
    height: 100%;
}

#slider_part .carousel .item {
    position: relative;
}

#slider_part .carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

#slider_part .carousel .carousel-caption {
    background-color: #FAFAFA;
    box-shadow: none;
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    opacity: 0.8;
    width: 50%;
    height: 100%;
    z-index: 1;
    position: absolute;
    padding: 0;
    bottom: 0;
    left: 0;
    text-shadow: none;
    font-weight: bold;
}

#slider_part .carousel .carousel-caption p {
    font-size: 30px;
    text-align: right;
    line-height: 40px;
    margin-top: 40%;
    margin-right: 2%;
    color: #073B65;
}

#slider_part .carousel .carousel-caption.right p {
    font-size: 30px;
    text-align: left;
    line-height: 40px;
    margin-top: 40%;
    margin-left: 2%;
    color: #073B65;
}

#slider_part .carousel .carousel-caption.right {
    background-color: #FAFAFA;
    opacity: 0.8;
    width: 50%;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 50%;
}

/****** PARALAX *****/

.parallax-section {
    padding: 20px 0 20px;
    position: relative;
    transition: background-position 1.4s  cubic-bezier(.49,.22,.52,1.35);
    -webkit-transition: top 1.4s cubic-bezier(.49,.22,.52,1);
    background-attachment: fixed;
}

.parallax-section h1, .title{
    font-size: 34px;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    padding: 0 20px;
    font-weight: bold;
    margin-bottom: 50px;
}

.parallax-section h1 span, .title span{
    position: relative;
    display: inline-block;
}

.parallax-section h1 span:after, .title span:after{
    content: "";
    position: absolute;
    width: 50%;
    top:100%;
    left:50%;
    margin-left: -25%;
    margin-top: 10px;
    border-bottom: 2px solid;
    border-color: inherit;
}

.btn
{
    padding:8px 20px;
    border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
}

input[type="text"],
input[type="number"],
textarea,
input[type="color"],
input[type="date"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"] {
    border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
}

.form-control{
    border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
}



/*** HELPER FOR TRIANGLE ***/
.triangle-separator-contact{
        width: 100%;
        height: 0;
        border-bottom: 50px solid transparent;
        border-left: 2500px solid #9b9b8c;
        border-right: 100px solid transparent;

  }
.triangle-separator.left {
    width: 100%;
    height: 0;
    border-left: 2500px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 200px solid ;
  }

.triangle-separator.right {
    width:100%;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 2500px solid transparent;
    border-bottom-width: 200px;
    border-bottom-style: solid;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.dropdown-shadow{
    -moz-box-shadow: 0 2px 2px 0 #656565;
    -webkit-box-shadow: 0 2px 2px 0 #656565;
    -o-box-shadow: 0 2px 2px 0 #656565;
    box-shadow: 0 2px 2px 0 #656565;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=2);
}
/** new class for responsive **/
.comp-vid-text{
   font-size: 250%;
   line-height:45px;
   padding-bottom:100px;
}
.p-vid-text{
  font-size: 250%; 
  line-height: 1.3;
}
.p-on-video{
   font-size: 240%; line-height: 1.3;
}
.border-left{
  border-left: 2px solid #8181F7;
}
.border-right{
   border-right: 2px solid #fff;
}
.moteur3d{
   margin-top: 50px; border-left: 2px solid #8181F7;
}
.moteurTop{
   margin-top: 100px;
}
.marginErpTop{
   margin-top: 50px;   
}   
.redbox-text{
  font-size: 150%;
  line-height: 1.3;
}
.redbox-link{
   text-align: right; font-size: 250%; line-height: 1.3; 
}
.div-order{
   text-align: left; 
}
 .leftw{
    border-left: solid 1px #fff;
 }
 .rightw{
    border-right: solid 1px #fff;
 }
.right-white2{
    border-right: solid 2px #fff;
 }
 .leftb{
    border-left: 1px solid #000;
 }
 .rightb{
    border-right: solid 1px #000;
  }
.right-to-center{
      text-align:right;
  }
.left-to-center{
      text-align:left;
  }
.border-right-ca{
      border-right: 2px solid #90c7ff;
}
.border-right-mv{
     border-right: 2px solid #90c7ff;
}
.ct-padding{
   	padding:100px;
   }
.rdrealiste{
	margin-bottom: 50px;
}
@media screen and (max-width: 990px){
    h1{
        font-size: 24px;
    }
    h2{
        font-size: 20px;
    }
    h3{
        font-size: 18px;
    }
    h4{
        font-size: 16px;
    }
    h5{
        font-size: 14px;
    }
    h6{
        font-size: 12px;
    }
    .parallax-section h1, .title{
        font-size: 34px;
        text-transform: uppercase;
        line-height: 1.2;
        text-align: center;
        padding: 0 20px;
        font-weight: 300;
        margin-bottom: 50px;
    }
   .comp-vid-text{
       font-size: 22px;
       line-height:27px;
       padding-bottom:10px;
   }
   .moteur3d{
        margin-top: -15px;
   }
   .rdrealiste{
	margin-top:10px;
	margin-bottom:10px;

   }
  .marginErpTop{
     margin-top: -10px;   
  } 
  .aligncenter-erp{
	padding:10px;
  }
  .solution-padding{
	padding: 10px;
        margin-top: -80px;
  }
  .redboxMargin{
	height: 170px;
        width: 100%;
   }
  .redbox-link{
        text-align: center; font-size: 200%; line-height: 1.3; 
   }
  .redbox-heart{
  	margin-left : 45%
  }
  .ct-padding{
   	padding:10px;
   }
   .padding-country{
        padding:5px;
   }
   .contact-info {
  	border-left: 0px solid #ccc;
	padding: 15px;
   }
   .erpPadding{
	padding: 15px;
   }
  
}

@media screen and (max-width: 480px){
    .parallax-section h1, .title{
        font-size: 18px;
        text-transform: uppercase;
        line-height: 1.2;
        text-align: center;f
        padding: 0 20px;
        font-weight: 300;
        margin-bottom: 50px;
    }

    ul.navbar-nav a {
        font-weight: 700;
        font-size: 20px;
        padding: 10px;
        line-height: 40px;
        display: block;
        color: #222;
        border-bottom: 4px solid transparent;
    }

    #section_header .nav a:hover, .navbar-nav a.active {
        color: #999;
        background: transparent;
    }

    .navbar-header {
        padding: 10px;
    }
 .comp-vid-text{
     font-size: 22px;
     line-height:27px;
     padding-bottom:10px;
   }
  .tlog h1{
        text-align: center;
    }
 .tlog p{
        text-align: center;
    }
  .img-solution img{
	margin-left:15px;
   }
   .border-left{
     border-left: 0px solid #fff;
   }
  .border-right{
     border-right: 0px solid #fff;
  }
 .moteur3d{
     margin-top: 0px; border-left: 0px solid #8181F7;
 } 
 .moteurTop{
   margin-top: 10px;
 }  
  .marginErpTop{
    margin-top: 5px;   
  } 
 .p-vid-text{
   font-size: 22px;
   line-height:27px;
 }  
  .p-on-video{
     font-size: 22px;
     line-height:27px
  }  
  .redbox-text{
    font-size: 65%;
    line-height: 1.2;
  }
  .redbox-link{
     text-align: center; font-size: 200%; line-height: 1.3; 
  }
  .redbox-heart{
   margin-left: 40%;
  }
.div-order{
   text-align: center; 
  }
 .leftw{
    border-left: 0px solid #fff;
 }
 .leftb{
    border-left: 0px solid #000;
 }
 .rightw{
    border-right: solid 0px #fff;
  }
.rightb{
    border-right: solid 0px #000;
  }
  .right-to-center{
      text-align:center;
  }
 .left-to-center{
      text-align:center;
   }
    .border-right-ca{
        border-right: 0px solid #90c7ff;
    }
   .border-right-mv{
        border-right: 0px solid #90c7ff;
    }
    .text-right{
    	text-align: left;
    }
   .right-white2{
        border-right: solid 0px #fff;
   }
   .ct-padding{
   	padding:10px;
   }
   .padding-country{
        padding:5px;
   }
   .contact-info {
  	border-left: 0px solid #ccc;
	padding: 15px;
   }

   #slider_part .carousel .carousel-caption p {
        font-size: 20px;
        line-height: 30px;
        margin-top: 80%;
        margin-right: 2%;
   }
   #slider_part .carousel .carousel-caption.right p {
       font-size: 20px;
       line-height: 30px;
       margin-top: 80%;
       margin-left: 2%;
   }
   .solution-padding{
        margin-top: 0px;
   }
   .imageERP{
        height: 25px;
    }
    .redboxMargin{
	height: 120px;
        width: 100%;
    }
}

.primary-color {
    color: #073B65;
}


/** software page **/
   #red-animation{
    animation: pulse 5s infinite;
   }
    .triangle-log {
        width: 100%;
        height: 0;
        border-bottom: 200px solid #131304;
        border-left: 2500px solid transparent;
        border-right: 0 solid transparent;

    }
    .triangle-log:first-child:before {
        background:linear-gradient(to right, #212107, #131304);
    }
    .triangle-log1 {
        width: 100%;
        height: 0;
        border-left: 2500px solid transparent;
        border-right: 0 solid transparent;
        border-bottom: 200px solid #2929b2;


    }
    .triangle-log122 {
        width: 100%;
        height: 0;
        border-left: 2500px solid transparent;
        border-right: 0 solid transparent;
        border-bottom: 100px solid #fff;


    }
    .triangle-log12 {
        width: 100%;
        position:absolute;
        height:40px;
        z-index: 3;
        margin-top: -105px;


    }
    .triangle-log2 {
        width: 100%;
        height: 0;
        border-left: 2500px solid transparent;
        border-right: 0 solid transparent;
        border-bottom: 50px solid #fff;
        margin-top: -30px;


    }
    .triangle-log3 {
        width: 100%;
        height: 0;
        border-left: 2500px solid #ddddf1;
        border-right: 0 solid transparent;
        border-bottom: 200px solid #20202e;
        margin-top: -30px;


    }
    .triangle-log4 {
        width: 100%;
        height: 0;
        border-left: 2500px solid transparent;
        border-right: 0 solid transparent;
        border-bottom: 200px solid #98e3fd;


    }
    .rect {
        width: 100%;
        height: 50px;
    }
    .logiciels{
        background: #131304;
        width:100%;
        position:relative;
    }
    div.logiciel-title {
    }
    div.logiciel-title h1{

        font-size: 200%;
        color: white;
        text-align: center;
        font-weight: bold;
    }
   div.logicielle-title h1{

        font-size: 200%;
        color: white;
        text-align: right;
        font-weight: bold;
    }

    .tlog h1{
       font-size: 200%;
        color: white;
        font-weight: bold;
    }
    .tlog p{
        font-size: 150%;
        line-height: 1.3;
    }
   .tlog {
        text-align: right;
    }
    .neutral {
        width: 100%;
        background:transparent;
    }
    .neutral img {
        width: 100%;
        height: 100%;
    }
    .d2 img{
        width: 100%;
        height: 100%;
    }

    .t122 {
        width: 100%;
        height: 0;
        border-left: 2500px solid transparent;
        border-right: 0 solid transparent;
        border-bottom: 50px solid #fff;


    }
    .t12 {
        width: 100%;
        position:absolute;
        height:40px;
        z-index: 3;
        margin-top: -50px;

    }
    .tlast {
        width: 100%;
        height: 0;
        border-left: 2500px solid transparent;
        border-right: 0 solid transparent;
        border-bottom: 200px solid #001a66;
        margin-top: -30px;


    }
    .b2 {
        width: 100%;
        height: 0;
        border-left: 2500px solid transparent;
        border-right: 0 solid transparent;
        border-bottom: 180px solid #fff;


    }
    .b1 {
        width: 100%;
        position:absolute;
        height:40px;
        z-index: 3;
        margin-top: -180px;

    }
    .video-text {
        position:absolute;
        margin-top:5%;
        z-index: 3;

    }

    .r122 {
        width: 100%;
        height: 0;
        border-left: 2500px solid transparent;
        border-right: 0 solid transparent;
        border-bottom: 150px solid #fff;


    }
    .r12 {
        width: 100%;
        position:absolute;
        height:40px;
        z-index: 3;
        margin-top: -150px;


    }
   .rb122 {
        width: 100%;
        height: 0;
        border-left: 2500px solid transparent;
        border-right: 0 solid transparent;
        border-bottom: 150px solid #fff;


    }
    .rb12 {
        width: 100%;
        position:absolute;
        height:40px;
        z-index: 3;
        margin-top: -150px;


    }

/***
 Enterprise
 **/
 .triangle-ets {
        width: 100%;
        height: 0;
        border-left: 2500px solid transparent;
        border-right: 0 solid transparent;
        border-bottom: 200px solid #e1e9ff;

    }

    .entreprise {
        background-color: #e1e9ff;
        width: 100%;
        position: relative;
    }

    div.ets-title h1 {

        font-size: 200%;
        color: #424242;
        text-align: center;
        font-weight: bold;
    }

    div.ets-text {
        margin-top: 20px;
        text-align: center;
        margin-right: 5px;
        margin-left: 5px;
    }

    div.ets-text p {
        font-size: 150%;
        line-height: 1.3;

    }

    #video-wrap {
        position: absolute;
        height: 100%;
        width: 100%;
        overflow: hidden;
    }

    #video {
        min-width: 100%;
        min-height: 100%;
    }

    .e122 {
        width: 100%;
        height: 0;
        border-left: 2500px solid transparent;
        border-right: 0 solid transparent;
        border-bottom: 200px solid #fff;

    }

    .e12 {
        width: 100%;
        position: absolute;
        height: 40px;
        z-index: 3;
        margin-top: -200px;

    }

    video::-webkit-media-controls {
        display: none !important;
    }

/**
 Solution Page
**/
div.solution-title{
        background: #ffffff;
        width:100%;
        height:150px;
        position:relative;
    }

    div.solution-title h1{

        font-size: 200%;
        color: white;
        text-align: center;
        font-weight:bold;
    }
    div.temoingnage1{
        background-color: #0080ff;
        width:100%;
    }