/*=======================*/
/*-- Commun CSS --*/
/*=======================*/
* {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Myriad-Regular', calibri, Arial, sans-serif;
    color: #323232;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}
body, html {
    height: 100%;
    background-color: #FFFFFF;
}

body {
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    overflow-x: hidden;
}
.section {
    position: relative;
    overflow-x: hidden;
}
.bgBlack {
    background-color: #323232;
}
.imgBlock {
    display: block;
    margin: 0 auto;
}
.imgInline{
    display: inline-block;
    margin: 0 auto;
    vertical-align: baseline;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.nopadding {
    padding: 0 !important;
}
.nopadding-r {
    padding-right: 0 !important;
}
.nopadding-l {
    padding-left: 0 !important;
}
a, a:visited, a:focus, a:active, a:hover{
    outline:0 none !important;
}
.block {
    display: block !important;
}
.bold {
    font-weight: bold !important;
    font-family: 'Myriad-Bold', calibri, Arial, sans-serif !important;
}
.light {
    font-weight: normal !important;
    font-family: 'Myriad-Light', calibri, Arial, sans-serif !important;
}
.medium {
    font-family: 'Myriad-semi', calibri, Arial, sans-serif !important;
}
.text-vert {
    color :#369c96 !important;
}
.text-gris {
    color :#545454 !important;
}
.bg-vert {
    background-color :#369c96; !important;
}
.bg-gris {
    background-color :#545454 !important;
}
.bg-white {
    background-color :#FFFFFF !important;
}
.text-white {
    color: #FFFFFF !important;
}
.text-size{ font-size: 1.3em;

}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    text-align:left;
    margin-right:-4px;
}
.vBaseLineMiddle {
    vertical-align: -webkit-baseline-middle;
}
.input-xs {
    height: 24px;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.hide {
    /*display: none;*/
    visibility: hidden;
    opacity:0;
}
.visible {
    /*display: block;*/
    visibility: visible;
    opacity:1;
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: .7s;
    animation-name: fadeIn;
    animation-duration: .7s;
}

@-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    20% { opacity: 0; }
    40% { opacity: 0.3; }
    60% { opacity: 0.5; }
    80% { opacity: 0.9; }
    100% { opacity: 1; }
}

@keyframes fadeIn {
    0% { opacity: 0; }
    20% { opacity: 0; }
    40% { opacity: 0.3; }
    60% { opacity: 0.5; }
    80% { opacity: 0.9; }
    100% { opacity: 1; }
}
.button {
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 14px 30px;
    text-align: center;
    text-decoration: none !important;
    font-family: 'Myriad-semi';
    letter-spacing: .19em;
    font-size: 17px;
    display: -webkit-inline-box;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 20px;
}
.button.rounded {
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}
.button:hover, button:focus {
    color: #d3d3d3;
    opacity: .8;
    transform: scale(1.01);
    cursor: pointer;
}
/*=======================*/
/*-- header navbar CSS --*/
/*=======================*/
.header {
    z-index: 9999;
    width: 100%;
    margin: 3% 0 0 0;
}
.navbar-brand {
    /*position: absolute;*/
    /*width: 100%;*/
    /*max-width: 100%;*/
    /*left: 0;*/
    /*top: 0;*/
    /*text-align: center;*/
    /*margin:auto;*/
}
.navbar-brand img {
    width: 200px;
    margin-top: -20px;
}
.navbar-toggle {
    z-index:3;
    border: 1px solid #d3d3d3;
    margin-top: -5px;
}
.navbar-toggle .icon-bar {
    border:1px solid #FFFFFF;
}
.navbar {
    margin-bottom: 0;
}
.navbar li a {
    color: #FFFFFF;
    transition: all .8s;
}
.navbar a.active {
    color: #dade46 !important;
}
.navbar .nav >li {
    padding: 0 15px 0 15px;
}
.navbar .nav >li >a {
    padding: 15px 0 10px 0;
    text-transform: uppercase;
/*    background-color: transparent !important;*/
    font-family: 'Myriad-semi';
    font-size: 18px;
    letter-spacing: 1px;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    opacity: .67;
}
.navbar .nav >li >a.dropdown-toggle span {
    color: #FFFFFF;
    font-size: 18px;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
}
.navbar .dropdown-menu {
    background-color: transparent;
    box-shadow: none;
    border: none;
}
.navbar .nav >li >a .active {
 color: red !important;
  }
/*=======================*/
/*-- Section CSS --*/
/*=======================*/
.header .container-fluid, .section .container-fluid, .footer .container-fluid {
    padding-right: 45px;
    padding-left: 45px;
}
.section .border-right {
    border-right: 1px solid #cccccc;
}
.section .border-left {
    border-left: 1px solid #cccccc;
}
.section .border.border-blue {
    border-color: #8ac8d7;
}
.section .title{
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    /*font-family: 'Myriad-Bold';*/
    font-size: 31px;
}
.section .link {
    text-transform: uppercase;
    color: #369c96;
    font-family: 'Myriad-Bold';
    padding-right: 15px;
    padding-left: 4%;
}
.section .link img {
    vertical-align: text-top;
}
/*=======================*/
/*-- sectionBanner CSS --*/
/*=======================*/
section.section.sectionBanner.bg {
    background: url(../images/home/bgInovasquad.png) no-repeat top center;
    background-size: cover;
    text-align: center;
    height: 100%;
}
.section.sectionBanner .caption-header{
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.section.sectionBanner .caption-header.short {
    max-width: 40%;
}
.section.sectionBanner .caption-header.long {
    max-width: 50%;
}
.section.sectionBanner .caption-header.extra-long {
    max-width: 90%;
}
.section.sectionBanner .caption-header span {
    color: #FFFFFF;
    font-size: 5rem;
    text-transform: uppercase;
}
.section.sectionBanner .caption-header .light {
    font-size: 4rem;
}
.section.sectionBanner .caption-header .sep {
    border-bottom: 1px solid #FFFFFF;
    max-width: 200px;
    height: 1px;
    display: block;
    margin: 3% 0 1.5% 0;
}
.section.sectionBanner .caption-header .desc {
    color: #f9f7f7;
    font-size: 1.8rem;
    margin: 2% 0 3% 0;
}
.section.sectionBanner .caption-header .link {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 1.6rem;
}
.section.sectionBanner .carousel-caption {
    bottom: 0;
    padding: 15px 0;
}

.carousel-indicators li{
    display: block;
    width: 14px;
    height: 14px;
    margin-bottom: 10px;
}

.carousel-indicators .active {
    width: 16px;
    height: 16px;
    margin-bottom: 10px;
    background-color: #fff;
}

.carousel-indicators{
    height: 50%;
    display: table-cell;
    width: 100%;
    right: -94%;
    left: inherit;
    margin: 0;
}
/*=======================*/
/*-- sectionSolutions CSS --*/
/*=======================*/
.section.sectionSolutions {
    background-image: url('../images/home/design1.png');
    background-repeat: no-repeat;
    background-position: top;
    background-color: #FFFFFF;
    width: 100%;
    height: 399px;
    overflow: visible !important;
    background-size: cover;
    text-align: center;
    position: relative;

}
.section.sectionSolutions .title {
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 24px;
    margin: 2% 0 0 0;
}
.section.sectionSolutions .design {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
}
.section.sectionSolutions .button {
    z-index: 999;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    width: 80%;
    margin: 1% auto;
}
.section.sectionSolutions .design.design2 {
    top: 75px;
}
.section.sectionSolutions .design.design3 {
    top: 150px;
}
/*=======================*/
/*-- sectionServices CSS --*/
/*=======================*/
.sectionServices {
    position: relative;
    /*z-index: -1;*/
}

.sectionServices .service {
    padding: 15px;
}
.sectionServices .service .head {
    margin: 4% 0;
}
.sectionServices .service .head.icn {
    background-size: contain;
    width: 115px;
    height: 115px;
    margin: 2% auto;
}
.sectionServices .service .head.icn-dev {
    background: url('../images/home/dev.png') no-repeat top center;
}
.sectionServices .service .head.icn-quantity {
    background: url('../images/home/quality_icn.png') no-repeat top center;
}
.sectionServices .service .head.icn-deliver {
    background: url('../images/home/deliver_icn.png') no-repeat top center;
}

.sectionServices .service.active .head.icn-dev{
    background: url('../images/home/devA.png') no-repeat top center;
}
.sectionServices .service.active .head.icn-quantity{
    background: url('../images/home/quality_icnA.png') no-repeat top center;
}
.sectionServices .service.active .head.icn-deliver{
    background: url('../images/home/deliver_icnA.png') no-repeat top center;
}
.sectionServices .service .title {
    font-size: 23px;
    margin: 2% 0;
}
.sectionServices .service .description p {
    text-align: justify;
    margin-bottom: 1%;
}

.sectionServices .tech {
    width: 100%;
    background-color: #f1f0f0;
    margin: 4px 0 0 0;
    padding: 5px 15px;
    display: block;
}
.sectionServices .tech .item img {
    width: 35%;
}
/*=======================*/
/*-- sectionProduits CSS --*/
/*=======================*/
.section.sectionProduits {
    /*margin-top: 6px;*/
}
.section.sectionProduits .bg {
    background: url('../images/home/bg1.png') no-repeat top center;
    background-size: cover;
    text-align: center;
}
.section.sectionProduits img.multiDevices {
    margin: 3%;
    padding: 0 18px;
}
.section.sectionProduits .list-items {
    padding: 8% 15% 6% 15%;
}
.section.sectionProduits .list-items li {
    color: #FFFFFF;
    background: url(../images/home/checkMark.png) no-repeat 0 14px transparent;
    list-style-type: none;
    margin: 0;
    vertical-align: middle;
    padding: 15px 0 15px 50px;
    font-size: 16px;
    text-align: left;
}
.section.sectionProduits .button {
    margin: 2% auto;
}
/*=======================*/
/*-- sectionStuff CSS --*/
/*=======================*/
.section.sectionStuff {
    margin: 5% 0 0 0;
    overflow: hidden;
}
.section.sectionStuff .pargh {
    padding: 0 30% 0 15%;
    margin: 4% 0;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}
/*=======================*/
/*-- sectionContact CSS --*/
/*=======================*/
.section.sectionContact {
    background-color: #222222;
    margin: 0;
    padding: 0;
}
.section.sectionContact .infosContact .contact{
    font-family: 'Myriad-semi';
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;
}
.section.sectionContact .infosContact .coordones, .section.sectionContact .infosContact .contact {
    padding: 0 0 0 27%;
}
.section.sectionContact .infosContact .contact, .section.sectionContact .infosContact .coordones li, .section.sectionContact .infosContact a{
    color: #FFFFFF;
}
.section.sectionContact .infosContact .coordones .icn {
    list-style-type: none;
    margin: 2%;
    vertical-align: middle;
    padding: 15px 0 15px 40px;
    text-align: left;
}
.section.sectionContact .infosContact .coordones .icn, .section.sectionContact .infosContact .coordones .icn a {
    font-size: 16px;
}
.section.sectionContact .infosContact .coordones .icn.icn-marker{
    background: url(../images/home/marker.png) no-repeat 0 14px transparent;
}
.section.sectionContact .infosContact .coordones .icn.icn-phone{
    background: url(../images/home/cellPhone.png) no-repeat 0 14px transparent;
}
.section.sectionContact .infosContact .coordones .icn.icn-mail{
    background: url(../images/home/letter.png) no-repeat 0 14px transparent;
}
.section.sectionContact #map {
    margin-bottom: -6px;
}
/*=======================*/
/*-- footer CSS --*/
/*=======================*/
.footer .footer-top {
    padding: 2% 0;
    background-color: #2d2d2d;
}
.footer .footer-top ul li, .footer .footer-top .col-centered {
    vertical-align: text-top;
}
.footer .footer-top ul li, .footer .footer-top ul li a {
    color: #FFFFFF;
    letter-spacing: .38px;
}
.footer .footer-top ul li.item-title {
    font-size: 18px;
    margin-bottom: 5px;
}
.footer .footer-botom .reseaux {
    margin: 10px 0;
}
.footer .footer-botom .copyright {
    margin: 0;
    font-weight: bolder;
    font-size: 16px;
}
.footer .footer-botom .reseaux a {
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    opacity: 1;
}
.footer .footer-botom .reseaux a:hover {
    opacity: .8;
}
section.section.footer {
    margin-top: 5%;
}
section.section.footer.accueil {
    margin: 0;
}

/*===========================================page-devloppment===============================================*/
#slide-techno{
    background: url(../images/services/img_dev.png) ;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background-size: cover;
    display: block;
    margin-bottom: 5%;
  }
#slide-techno .titre-slide {
  margin-top: 20%;
  padding-left: 8%;
    color: #494948;
    text-align: left;
 /*       float: right;*/
  }
#slide-techno h1{
      border-left: 6px solid #d5da2c;
/*       padding-left: 1%;*/
           font-size: 2.3em;
}
#dev {
margin: 0 auto;
}
#dev .text-ptech p{
    color: #333;
    font-size: 1.4em;
    text-align: justify;
    line-height: 30px;
}
#dev .text-ptech a{
    font-family: "tahoma", Helvetica, Arial, sans-serif;
    color: #333;
    font-size: 1em;
    text-decoration: initial;
    font-weight: bold;
}

#dev .blockQ{
    background-color: #4cb598;
    padding: 4%;
    text-align: center;
    color: white;
}
#qstion h3{
    border-left: 6px solid #d5da2c;
    padding-left: 1%;
}
#carousel {
    margin:  5%;
}

#carousel .col-lg-4.block1{
    background-color: #87e4ca;
    padding: 2%;
    height: 410px;
    text-align: center;
}

#carousel .col-lg-4.block2{
    background-color: #70d2b6;
    padding: 2%;
    height: 410px;
     text-align: center;
}
#carousel .col-lg-4.block3{
    background-color: #4cb598;
    padding: 2%;
    height: 410px;
     text-align: center;
}
#carousel .col-lg-4 img {
    width: 70%;
    margin: 0 ;
}
#carousel p{
    text-align: justify;
}

/*
#carousel .carousel-3d-container {
height: 755px!important;
    padding: 8% 20% 6% 20%!important;
    background-color: #098db7;
    margin: auto;
    position: inherit !important;
}


#carousel .carousel-3d-slide {
  border-color: rgba(0, 0, 0, 0.13)!important;
      color: white !important;
      height: 525px !important;
      background-color: #00a1bd !important;
      border-radius: 10px !important;
      text-align: center!important;
      padding: 5%;
      width: 370px !important;
    } 

#carousel .carousel-3d-slide p{
      color: white !important; 
    }

#carousel .slide {
  background-color: #00a1bd;
  color: white;
}

*/

/*===========================================FIN--page-devloppment==============================================*/

/*===========================================page-assurancequalité==============================================*/
#slide-assur{
    background: url(../images/services/img_qualite.png) ;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background-size: cover;
    display: block;
    margin-bottom: 5%;
  }
#slide-assur .titre-slide {
  margin-top: 20%;
  padding-left: 8%;
    color: #494948;
    text-align: left;
  }
#slide-assur h1{
      border-left: 6px solid #d5da2c;
       padding-left: 1%;
}
#assur{
margin: 0 auto;
}
#assur .normal.text-ptech {
    margin-bottom: 5%;
}

#assur .text-ptech p{
    color: #333;
    font-size: 1.4em;
    text-align: justify;
    line-height: 30px;
}
#assur-test{
    margin: 0 auto;
}
#assur-test p{
    color: #333;
    font-size: 1.4em;
    text-align: justify;
    line-height: 30px;
}
#assur-test .outils{
    padding: 3%;
    background-color: #f5f5f5;
}
#assur-test span{
    font-size: 1.4em;
}
#assur-test img{
    display: block;
    margin: 0 auto;
}
#assur-test h2 {
    border-left: 6px solid #d5da2c;
    padding-left: 1%;
}
#assur-test .block{
    margin-bottom:5%;
}
#assur-test .imgico img{
    padding-top: 5%;
    max-width: 100%;
    height: auto;
}


/*=========================================== FIN page-assurancequalité==============================================*/


/*===========================================page-support client ==============================================*/
#slide-support{
    background: url(../images/services/img_suppo.png) ;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background-size: cover;
    display: block;
    margin-bottom: 5%;
  }
#slide-support .titre-slide {
  margin-top: 20%;
  padding-left: 8%;
    color: #494948;
    text-align: left;
  }
#slide-support h1{
      border-left: 6px solid #d5da2c;
       padding-left: 1%;
}
#support{
margin: 0 auto;
}
#support .normal.text-ptech {
    margin-bottom: 3%;
}
#support h2.bold {
    padding: 0 15%;
    font-size: 2em;
}

#support .text-ptech p{
    color: #333;
    font-size: 1.4em;
    text-align: justify;
    line-height: 30px;
}
#support-test{
    margin: 0 auto;
}
#support-test ul{
    display: block;
    width: 100%;
    text-align: center;
}
#support-test li {
    display: inline-block;
    padding: 0 2%;
}
#support-test li span {
    display: block;
    text-align: center;
    margin-top: 5%;
    color: #323232;
}
#support-test p{
    color: #333;
    font-size: 1.4em;
    text-align: justify;
    line-height: 30px;
}
#support-test .outils{
    padding: 3%;
    background-color: #f5f5f5;
}
#support-test span{
    font-size: 1.4em;
}

#support-test h3 {
    border-left: 6px solid #d5da2c;
    padding-left: 1%;
}
#support-test .block{
    background-color: #c1fffb
}
#support-test .stock{
   
    padding: 5%;
    height: 270px;
     margin-bottom:5%;
}
#support-test .nuance1{
    background-color: #aefbf7;  
}
#support-test .nuance2{
    background-color: #92e4e0;
}
#support-test .nuance3{
    padding: 2% 5% 2% 5%;
}

#support-test .stocks {
    
    padding: 5%;
    height: 270px;
    margin-bottom: 5%;
}


/*=========================================== FIN page-support client ==============================================*/

/*=======================*/
/*-- Media Queries --*/
/*=======================*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    /*=======================*/
    /*-- Section CSS --*/
    /*=======================*/
    .header .container-fluid, .section .container-fluid, .footer .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    /*=======================*/
    /*-- header navbar CSS --*/
    /*=======================*/
    .section.sectionCabinet .content.overlap {
        position: relative;
    }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

    .sectionAx {
       height: 100vh;
        margin-bottom: 8px;
    }
    .sectionAx .sectionSolutions {
       height: 40vh;
    }
    .sectionAx .sectionServices #techSilde {
        height: 60vh;
    }
    .sectionAx .sectionServices .tech {
        position: absolute;
        bottom: 0;
    }
    /*=======================*/
    /*-- sectionBanner CSS --*/
    /*=======================*/
    .section.sectionBanner img.slide {
        height: 100vh;
        width: 100%;
        max-width: 100%;
    }

    .section.sectionProduits .bg {
        height: 100vh;
    }
    .section.sectionProduits .list-items {
        padding: 30% 15% 3% 15%;
    }

    .section.sectionStuff {
        /*height: 100vh;*/
    }
}

@media only screen and (min-width : 1024px) {
    /*=======================*/
    /*-- header navbar CSS --*/
    /*=======================*/
    .navbar li.btn-contact a {
        border: 1px solid #FFFFFF;
        margin: 11px 2px;
    }
    .navbar li.btn-contact a {
        padding: 3px 10px;
        text-align: center;
    }
    .navbar .dropdown-menu {
       /* width: 106.77px;*/
        min-width: inherit;
    }
    .navbar .dropdown-menu li a {
        /*font-size: x-small;*/
    }
}

/* Tablettes Screens */
@media only screen and (max-width : 1024px) {

    section {
        overflow-x: hidden;
    }
    .input-xs {
        height: inherit;
        padding: inherit;
        font-size: inherit;
        line-height: inherit;
        border-radius: inherit;
    }


    .navbar-brand.main {
        left: 0;
        margin: 0;
    }
    .navbar-brand.main img {
        margin: 0;
        margin-left: 14%;
    }
    .navbar-header {
        float: none;
        margin-top: 2%;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .header .navbar .navbar-collapse {
        margin: 0;
        padding: 0;
        overflow: hidden;
    }
    .header .navbar .navbar-collapse .container {
        width: 100%;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    ul.navbar-nav {
        float: none!important;
        background: rgba(0,0,0,.7);
        width: 100%;
        margin: 0 auto;
    }
    ul.navbar-nav.navbar-left {
        margin-bottom: -20px;
    }
    ul.navbar-nav.navbar-right {
        margin-top: 20px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .header .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0;
    }
    .header .dropdown-menu li {
        border: none;
    }

    /*=======================*/
    /*-- sectionBanner CSS --*/
    /*=======================*/
    .section.sectionBanner .caption-header {
        top: 30%;
    }
    .section.sectionBanner .caption-header span {
        font-size: 4rem;
    }
    .section.sectionBanner .caption-header .light {
        font-size: 2rem;
    }

}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .pad-md-l {
        padding-left: 20px;
    }
    .pad-md-r {
        padding-right: 20px;
    }
}
@media only screen and (max-width : 992px) {
    .section .border-right, .section .border-left {
        border: none;
    }
    /*=======================*/
    /*-- sectionBanner CSS --*/
    /*=======================*/
    .section.sectionBanner .caption-header span {
        font-size: 3rem;
    }
    .section.sectionBanner .caption-header .light {
        font-size: 2rem;
    }
    /*=======================*/
    /*-- sectionLaFondAll CSS --*/
    /*=======================*/
    .section.sectionLaFondAll .header span{
        font-size: 1.8em;
    }

    .section.sectionSolutions .design.design3 {
        top: 100px;
    }
    .sectionServices .tech .item img {
        width: 90%;
    }
}

@media only screen and (max-width : 990px) {

}

@media only screen and (max-width : 767px) {
    .input-xs {
        height: 24px;
        padding: 2px 5px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
    }

    .section.sectionEnConstruction .content .construction .title span {
        font-size: 3.5em;
    }
}

@media only screen and (min-width : 768px) {
    .vertical-align {
        display: flex;
        align-items: center;
    }

    .footer .logo {
        clear: both;
        width: 200px;
        display: block;
        text-align: right;
        margin-right: 0;
    }
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    /*=======================*/
    /*-- sectionBanner CSS --*/
    /*=======================*/
    .section.sectionBanner .caption-header span {
        font-size: 3rem;
    }
    .section.sectionBanner .caption-header .light {
        font-size: 2rem;
    }

    .sectionAx {
        height: initial;
        overflow: visible;
        /*margin-bottom: -10px;*/
    }

    .sectionAx .sectionSolutions {
        height: 21vh;
    }
    .sectionAx .sectionServices #techSilde {
        height: initial;
    }
    .sectionAx .sectionServices .tech {
        position: relative;
    }

    .section.sectionStuff .pargh {
        padding: 0 15px;
    }
    /*=======================*/
    /*-- sectionContact CSS --*/
    /*=======================*/
    .section.sectionContact .infosContact .coordones, .section.sectionContact .infosContact .contact {
        padding: 0 0 0 15%;
    }

    /*=======================*/
    /*-- row reorder CSS --*/
    /*=======================*/
    .row.reorder-xs {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        direction: rtl;
    }

    .row.reorder-xs > [class*="col-"] {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
        direction: ltr;
    }


    .rotate-xs{
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        float: right;
    }

    .section.sectionContact .form .contactForm .col {
        padding: 0 15px !important;
    }

    .section.sectionAllSolutions .backquout .plus-sign, .section.sectionAllSolutions .minbackquout .plus-sign {
        right: 0;
        top: 20%;
        z-index: 9;
        transform: rotate(180deg);
    }
}

@media screen and (min-width:768px){
    .equal, .equal > div[class*='col-'] {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex:1 0 auto;
    }
}

@media only screen and (max-width : 600px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .section.sectionSolutions .button {
        position: relative !important;
        margin-bottom: 12% !important;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}
