
*{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html{
    background:#3c3c3c;
}

body{
    background:#3c3c3c;
}

html, body,.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'geinspira', helvetica , Arial, sans-serif;
}
h2{font-size:34px;}
h3{font-size: 23px;color:#18284a;}
h4{font-size: 18px;}
sup{font-size:60%;}
.fc_bleu{color:#00b0e3;}

.container{
    background: #fff;
}
@media (min-width: 1200px){
    .container {
        max-width: 1200px;
    }
}


/*============ CONTENT LANDINPAGE============*/

@media(max-width:575px){
    header img{max-width: 120px}
}

#cover{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+17,131544+84 */
background: #3c3c3c; /* Old browsers */

}

#smartTech ul{
    padding-left:15px;
}
#smartTech li{
    color:#6f7072;
    font-size: 21px;
}


#formContainer{
    background: #f5f5f5;
}

#formContainer:after{
    content:'';
    position: absolute;
    left:0;right:0;
    height:50px;
    background: url('http://landing1.gehealthcare.com/rs/005-SHS-767/images/EUR-EU_CTevo201803-shadow.png') no-repeat right bottom;
    background-size: cover;
    top:100%;
}


.big{
    color:#18284a;
    font-size:23px;
    font-weight:bold;
    font-style: italic;
}

footer .container{
   background:#3c3c3c;
   background-size: 100%
   color:#898989;
   font-size:13px;
}
footer .container:first-child{
    background:#3c3c3c url('http://landing1.gehealthcare.com/rs/005-SHS-767/images/EUR-EU_CTevo201803-footerShadow.png') no-repeat center top;
}
footer .container,footer .container p, footer .container a{
    color:#898989;
    margin-bottom: 0;
}

.mb-4, .my-4{
  margin-top:40px !important;
  margin-bottom:10px !important;
}

#footer_CTA{
padding-top:0px !important;
padding-bottom:20px !important;
}

.py-5, .py-5{
padding-top:0px !important;
  padding-bottom:0px !important;
}



/*============ CONTENT GALERY============*/

#menu_carousel{background: #137cd9;}

.menu_col{
    position: relative;
    color:#fff;
    background:#137cd9;
    text-align: center;
    font-size: 18px;
    padding-top:.5rem;
    padding-bottom:.5rem;
    z-index: 2;
}

.menu_col.active{background: #3ec7fb;}

@media (min-width:992px){

    .menu_col{padding-right: 5px;padding-left: 0;}

    .menu_col:before{
        content: " ";
        position: absolute;
        display: block;
        width: 11px;
        height: 100%;
        top: 0px;
        left: 0px;
        z-index: 1;
        border-left: 1px solid #3ec7fb;
        transform-origin: bottom left;
        -ms-transform: skew(-30deg, 0deg);
        -webkit-transform: skew(-30deg, 0deg);
        transform: skew(13deg, 0deg);
        background: #147bd9;
    }

    .menu_col:first-child:before{
        display: none;
    }

    .menu_col.active:before{background:#3ec7fb;}

}

@media (max-width:991px){
    .menu_col{font-size:14px; padding: .25rem 5px;}
}
@media (max-width:575px){
    .menu_col{font-size:12px;padding: .25rem 10px;}
}


/*triangle sous le menu*/

.menu_col.active:after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #3ec7fb transparent transparent transparent;
    border-width: 20px 20px 0 20px;
    bottom: -20px;
    left: 50%;
    margin-left: -1.25rem;
}


#carousel{
    background:#000;
}


.swiper-button-next{
    background-image: url('http://landing1.gehealthcare.com/rs/005-SHS-767/images/EUR-EU_CTevo201803-next.png');
    background-size: 100%;
    right: 0px;
    top: 33%;
    margin-top: 0;
    width: 35px;
    height: 129px;
}

.swiper-button-prev{
    background-image: url('http://landing1.gehealthcare.com/rs/005-SHS-767/images/EUR-EU_CTevo201803-prev.png');
    background-size: 100%;
    left: 0px;
    top: 33%;
    margin-top: 0;
    width: 35px;
    height: 129px;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom:0;
    left: 50%;
    margin-left: -133px;
    width: auto;
    background:#3ec7fb;
    padding:.25rem .5rem;
}
.swiper-pagination-bullet{
    background:#fff;
}



@media (max-width: 767px) {
    .swiper-button-next,.swiper-button-prev{width:15px;top:13%;}
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{background:transparent;}
    .menu_col.active:after{display: none;}
}


/*FOOTER*/


#footer_CTA h3{
    color:#c2c2c2;
    font-size:23px;
}

#footer_CTA a.btn{
    border-radius: 32px;
    color:#fff;
    background: #3ec7fb;
    font-size:22px;
    font-weight: bold;
    padding: .375rem 1.5rem;
    border:0;
}

 @media (max-width:767px) {
     #footer_CTA h3,#footer_CTA a.btn{font-size: 18px;}
 }
