@font-face {
    font-family: "SFProDisplay";
    src: url("../../fonts/SF-Pro-Display-Regular.eot");
    src: url("../../fonts/SF-Pro-Display-Regular.eot?#iefix") format("embedded-opentype"),
      url("../../fonts/SF-Pro-Display-Regular.otf") format("opentype"),
      url("../../fonts/SF-Pro-Display-Regular.svg") format("svg"),
      url("../../fonts/SF-Pro-Display-Regular.ttf") format("truetype"),
      url("../../fonts/SF-Pro-Display-Regular.woff") format("woff"),
      url("../../fonts/SF-Pro-Display-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "SFProDisplay";
    src: url("../../fonts/SF-Pro-Display-Semibold.eot");
    src: url("../../fonts/SF-Pro-Display-Semibold.eot?#iefix") format("embedded-opentype"),
      url("../../fonts/SF-Pro-Display-Semibold.otf") format("opentype"),
      url("../../fonts/SF-Pro-Display-Semibold.svg") format("svg"),
      url("../../fonts/SF-Pro-Display-Semibold.ttf") format("truetype"),
      url("../../fonts/SF-Pro-Display-Semibold.woff") format("woff"),
      url("../../fonts/SF-Pro-Display-Semibold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Gilroy";
    src: url("../../fonts/gilroy-light.eot");
    src: url("../../fonts/gilroy-light.eot?#iefix") format("embedded-opentype"),
      url("../../fonts/gilroy-light.otf") format("opentype"),
      url("../../fonts/gilroy-light.svg") format("svg"),
      url("../../fonts/gilroy-light.ttf") format("truetype"),
      url("../../fonts/gilroy-light.woff") format("woff"),
      url("../../fonts/gilroy-light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Gilroy";
    src: url("../../fonts/gilroy-extrabold.eot");
    src: url("../../fonts/gilroy-extrabold.eot?#iefix") format("embedded-opentype"),
      url("../../fonts/gilroy-extrabold.otf") format("opentype"),
      url("../../fonts/gilroy-extrabold.svg") format("svg"),
      url("../../fonts/gilroy-extrabold.ttf") format("truetype"),
      url("../../fonts/gilroy-extrabold.woff") format("woff"),
      url("../../fonts/gilroy-extrabold.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
}
html {
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}
body {
	font: normal 15px/1.4 "SFProDisplay", Helvetica, Arial, sans-serif;
    background: #FFF;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Gilroy','Gotham', Helvetica, Arial, sans-serif;
    color: #000;
    font-weight: 900;
}
h1{
    font-size: 43px;
} 
h2{
    font-size: 37px;
} 
h3{
    font-size: 26px;
} 
h4{
    font-size: 24px;
} 
h5{
    font-size: 19px;
} 
h6{
    font-size: 17px;
}
a, .btn {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a:hover, .btn:hover, .form-control:hover, a:focus, .btn:focus, .form-control:focus {
	transition-duration: .1s;
}
a {
	color: #000000;
	text-decoration: none!important;
}
a:hover {
	color: #0f53aa;
}
a:focus {
	outline: none;
}
.btn-main{
    padding: 13px 24px;
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
    outline: none;
    display: inline-block;
    background: #0f53aa;
    border: none;
    font-family: 'SFProDisplay',Arial, Helvetica, sans-serif;
    cursor: pointer;
}
.btn-main:hover{
    color: #FFF;
}
.main-color{
    color: #0f53aa;
}
.offset-top{
    margin-top: 85px;
}
.main-heading{
    margin-bottom: 30px;
    position: relative;
    font-weight: 400;
}
.main-heading:before{
    content: '';
    position: absolute;
    height: 2px;
    width: 70px;
    background: #0f53aa;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

/***********
            =========== HEADER ==========
***********/
header{
    
}
header .navbar-default{
    background: transparent;
    border-bottom: none;
    margin-bottom: 0;
    /*position: absolute;*/
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1024;
}
header .navbar-default .navbar-collapse, .navbar-default .navbar-form{
    margin-bottom: none;
}
header .navbar-brand{
    width: 311px;
    margin-top: 6px;
}
header .navbar-brand>img{
    max-width: 100%;
}
header .navbar-default .navbar-nav>li>a{
    font-family: 'SFProDisplay',Arial, Helvetica, sans-serif;
    color: #FFF;
}
header .navbar-default .navbar-nav>li>a:hover{
    color: #0f53aa;
}
header .navbar-default .navbar-nav>li ul{
    margin-top: 15px;
    margin-bottom: 0;
}
header .navbar-default .navbar-nav>li ul li.ss{
    padding: 5px 0px;
}
header .navbar-default .navbar-nav>li ul li.ss:hover{
    background-color: #f5f5f5;
}
header .navbar-default .navbar-nav>li ul.lang{
    margin-left: 13px;
}
header .navbar-default .navbar-nav>li ul.lang li{
    padding-right: 4px;
    padding-left: 4px;
}
header .navbar-default .navbar-nav>li ul.lang li a{
    font-size: 13px;
    color: #FFF;
}
header .navbar-default .navbar-nav>li ul.lang li:first-of-type a{
    position: relative;
}
header .navbar-default .navbar-nav>li ul.lang li:first-of-type a:before{
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: #FFF;
    right: -7px;
    top: 0px;
}
header .navbar-default .navbar-nav>li ul.social li a{
    color: #FFF;
}

header .background-header{
    background: #FFF;
}
/* header .background-header{
    box-shadow: 0 4px 2px -2px #ededed;
} */

header .background-header .navbar-nav>li>a,
header .background-header .navbar-nav>li ul.lang li a{
    color: #000;
}
header .background-header .navbar-nav>li ul.lang li:first-of-type a:before{
    background: #ededed;
}
@media(max-width:991px){
    .navbar{
        min-height: 75px;
        z-index: 1024;
    }
    header .navbar-default{
       /* background: #0f53aa;*/
    }
    header .navbar-brand>img{
        width: 220px;
    }
    .navbar-toggle{
        margin-top: 20px;
    }
    .navbar-default .navbar-toggle .icon-bar{
        /* background: #FFF; */
    }
    header .navbar-default .navbar-nav>li>a:hover{
        color: #FFF;
    }
    header .navbar-default .navbar-nav>li ul{
        margin-left: 15px;
        margin-bottom: 18px;
        margin-top: 0;
    }
}
header .navbar-brand img:first-of-type{
    display: block;
}
header .navbar-brand img:last-of-type{
    display: none;
}
header .background-header .navbar-brand img:first-of-type{
    display: none;
}
header .background-header .navbar-brand img:last-of-type{
    display: block;
}
header .navbar-brand img{
    -webkit-transition: max-width 200ms ease;
    transition: max-width 200ms ease;
}
header .background-header .navbar-brand img{
    max-width: 250px;
    margin-top: -7px;
    -webkit-transition: max-width 200ms ease;
    transition: max-width 200ms ease;
}
@media(min-width:768px){
    header .navbar-nav{
        margin: 23px 0px!important;
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease;
    }
    header .background-header .navbar-nav{
        margin: 15px 0px!important;
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease;
    }
}
@media(max-width:767px){
    header .background-header{
        box-shadow: none;
    }
}
/******
        ======= HOME ========
*******/
.sc-enreginnering .item,
.sc-enreginnering{
    background-position: center center;
    background-size: cover;
    height: 100vh;
    position: relative;
}
.sc-enreginnering span{
    font-size: 16px;
    color: #FFF;
}
.sc-enreginnering h1{
    font-size: 39px;
    color: #FFF;
    margin-bottom: 0;
    margin-top: 5px;
    margin-bottom: 10px;
}
.sc-enreginnering p{
    color: #FFF;
    font-size: 15px;
    line-height: 1.4;
}
.sc-enreginnering ul{
    margin-top: 27px;
}
.sc-enreginnering ul li a{
    font-size: 16px;
    color: #FFF;
}
.sc-enreginnering ul li a.btn-main{
    padding: 14px 32px;
    font-family: 'Gilroy','Gotham', Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 15px;
}
.sc-enreginnering .metiers-dots{
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 2;
}
.sc-enreginnering .metiers-dots ul li{
    padding: 0px;
    margin: 0px;
    height: 120px;
    width: 25%;
    float: left;
    text-align: center;
}
.sc-enreginnering .metiers-dots ul li a{
    background-color: rgba(255 ,255 ,255 , 0.03);    
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0px 10px;
    border-radius: 0px;
    cursor: default;
}
.sc-enreginnering .metiers-dots ul li.active a,
.sc-enreginnering .metiers-dots ul li a.active,
.sc-enreginnering .metiers-dots ul li a:hover{
    background: #0f53aa;
    font-weight: 600;
}
.sc-enreginnering .metiers-dots ul li a{
    padding-left: 90px;
    position: relative;
    text-align: left;
}
.sc-enreginnering .metiers-dots ul li a svg,
.sc-enreginnering .metiers-dots ul li a img{
    width: 60px;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.sc-enreginnering .metiers-dots ul li a span{
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.sc-enreginnering .metiers-dots ul li.active a svg,
.sc-enreginnering .metiers-dots ul li a.active svg,
.sc-enreginnering .metiers-dots ul li a:hover svg,
.sc-enreginnering .metiers-dots ul li.active a path,
.sc-enreginnering .metiers-dots ul li a.active path,
.sc-enreginnering .metiers-dots ul li a:hover path,
.sc-enreginnering .metiers-dots ul li.active a circle,
.sc-enreginnering .metiers-dots ul li a.active circle,
.sc-enreginnering .metiers-dots ul li a:hover circle,
.sc-enreginnering .metiers-dots ul li.active a rect,
.sc-enreginnering .metiers-dots ul li a.active rect,
.sc-enreginnering .metiers-dots ul li a:hover rect{
    fill: #FFF;
}

.owl-carousel .owl-nav .owl-next, 
.owl-carousel .owl-nav .owl-prev{
    background-color: #364051;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    padding: 0px;
    height: 50px;
    width: 60px;
    font-size: 35px;
    line-height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.owl-carousel .owl-nav .owl-next:hover, 
.owl-carousel .owl-nav .owl-prev:hover{
    background-color: #FFF;
    color: #000;
}
.owl-carousel .owl-nav .owl-next{
    right: -10px;
}
.owl-carousel .owl-nav .owl-prev{
    left: -10px;
}

@media(max-width:991px){
    .owl-carousel .owl-nav{
        display: none;
    }
    .sc-enreginnering .metiers-dots ul li a,
    .sc-enreginnering .metiers-dots ul li{
        padding: 0px;
    }
    .sc-enreginnering .metiers-dots ul li a span{
        display: none;
    }
    .sc-enreginnering .metiers-dots ul li a img{
        width: 50px;
    }
}
/******
        ======= NOS REFERENCES ========
*******/

section.nos-references{
    padding: 50px 0px;
}
section.nos-references h2{
    font-size: 32px;
    margin-bottom: 50px;
}
#slider-refrences .owl-nav .owl-next, 
#slider-refrences .owl-nav .owl-prev{
    background: transparent;
    color: #000;
    font-size: 37px;
}
#slider-refrences .owl-nav .owl-next{
    right: -70px;
}
#slider-refrences .owl-nav .owl-prev{
    left: -70px;
}
#slider-refrences .owl-item {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
#slider-refrences .owl-item img{
    max-width: 115px;
}
/******
        ======= NOS PARTENAIRES ========
*******/
#slider-partenaires .owl-nav .owl-next, 
#slider-partenaires .owl-nav .owl-prev{
    background: transparent;
    color: #000;
    font-size: 37px;
}
#slider-partenaires .owl-nav .owl-next{
    right: -70px;
}
#slider-partenaires .owl-nav .owl-prev{
    left: -70px;
}
#slider-partenaires .owl-item {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
#slider-partenaires .owl-item img{
    max-width: 115px;
}
/******
        ======= Nos Secteurs ========
*******/
.nos-secteurs{
    height: auto;
    margin-top: 30px;
}
.nos-secteurs .nos-secteurs-container{
    padding: 50px 40px;
    background-color: #FFF;
    box-shadow: 2px 2px 20px #ededed;
}
.nos-secteurs .nos-secteurs-container h3{
    margin-bottom: 50px;
    font-size: 33px;
}
.nos-secteurs .nos-secteurs-container .secteur{
    position: relative;
    padding-left: 60px;
    padding: 15px 60px 15px;
}
.nos-secteurs .nos-secteurs-container .secteur img{
    position: absolute;
    left: 0px;
    width: 50px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
@media(max-width: 991px){
    .nos-secteurs .nos-secteurs-container h3{
        font-size: 23px;
    }
    .nos-secteurs .nos-secteurs-container{
        padding: 20px 0px;
        box-shadow: none;
    }
    .nos-secteurs .nos-secteurs-container .secteur{
        padding: 15px 0px 0px 60px;
    }
}
/******
        ======= Nos Secteurs ========
*******/
footer{
    margin-top: 20px;
}
footer .contact-info{
    position: relative;
    padding: 60px 0px 70px 0px;
}
footer .contact-info h4{
    color: #1f1e1e;
    font-size: 20px;
    margin-bottom: 17px;
    margin-top: 0px;
}
footer .contact-info p{
    color: #000000;
    margin-bottom: 10px;
    margin-top: 10px;
}
footer .contact-info ul li a,
footer .contact-info ul li{
    color: #000000;
    margin-bottom: 7px;
}
footer .contact-info ul li a i{
    font-size: 19px;
}
footer .contact-info ul li{
    margin-bottom: 10px;
}
footer .contact-info ul li i{
    margin-right: 4px;
    font-size: 18px;
    color: #194b8a;
}
footer .contact-info .link{
    color: #020202;
    font-size: 15px;
    font-weight: bold;
}
footer .contact-info img{
    display: block;
    margin-bottom: 10px;
}
footer .copyright{
    border-top: 1px solid #eaeaea;
    padding: 17px 0px;
}
footer .copyright p{
    color: #000000;
    margin-bottom: 0;
}
footer .copyright p a{
    color: #000000;
}
@media(max-width:991px){
    footer .contact-info h4{
        margin-top: 20px;
    }
}
/******
        ======= La societe ========
*******/

.presentation p{
    font-size: 15px;
    line-height: 1.5;
    color: #777;
}
.presentation h1,
.presentation h2{
    font-size: 30px;
    margin: 0px;
    margin-bottom: 15px;
}
#qualifications,
#ressources-moyen,
#secteurs,
#notre-savoir-faire,
#mession-valeur,
#mession-valeur{
    height: auto;
    overflow: hidden;
    padding: 40px 0px;
}
#mession-valeur{
    background-image: url('../../img/societe.jpg');
    background-size: cover;
    background-position: center center;
    height: 350px;
}
.societe-description{
    /* background: #FFF; */
    padding: 40px 30px;
    height: 320px;
    position: relative;
}
.societe-description:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 200%;
    background-color: #0d70c1;
    -webkit-transform: translateY(-50%) rotate(20deg);
    transform: translateY(-50%) rotate(20deg);
}
.societe-description h1{
    font-size: 35px;
    color: #FFF;
    margin-bottom: 19px;
}
.societe-description p{
    font-size: 15px;
    color: #FFF;
    line-height: 1.5;
}
.societe{
    height: auto;
    overflow: hidden;
    padding: 90px 0px;
}
.societe span{
    font-size: 17px;
    color: #207ac6;
}
.societe h2{
    font-size: 37px;
    margin-bottom: 8px;
}
.societe p{
    color: #444;
    font-size: 15px;
}

.notre-savoir{
    padding: 50px 0px;
}
.notre-savoir h3{
    font-size: 41px;
    font-weight: 400;
}
.notre-savoir p{
    font-size: 15px;
    margin-bottom: 30px;
}
.notre-savoir .tab {
    padding-top: 50px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    background: #fff;
    margin: 0 auto;
    line-height: 1.5;
    font-weight: 300;
    color: #888;
    -webkit-font-smoothing: antialiased;
}
.notre-savoir .tab .tab_content{
    padding: 0px 10px 8px;
}
.notre-savoir .tabs {
    display: table;
    position: relative;
    /* overflow: hidden; */
    margin: 0;
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
    padding: 0px 8px;
    list-style: none;
}
.notre-savoir .tabs li {
    float: left;
    line-height: 38px;
    padding: 0;
    position: relative;
    width: 25%;
}
.notre-savoir .tabs li.current{
}
.notre-savoir .tabs li svg,
.notre-savoir .tabs li img{
    display: block;
    margin: auto;
    width: 50px;
    margin-bottom: 8px;
}
.notre-savoir .tabs li:last-of-type{
    margin-right: 0;
}
.notre-savoir .tabs a {
    color: #b0afaf;
    font-weight: 400;
    display: block;
    letter-spacing: 0;
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-top: 5px solid transparent;
    line-height: 1.5;
    height: 150px;
    overflow: hidden;
    padding: 0px 24px;
}

.notre-savoir .tabs_item {
    display: none;
    padding: 50px 30px;
}

.notre-savoir .tabs_item.active{
    box-shadow: 2px 2px 16px #ededed;
    position: relative;
}
.notre-savoir .tabs_item h4 {
    font-weight: bold;
    font-size: 20px;
}
.notre-savoir .tabs_item img {
    width: 200px;
    float: left;
    margin-right: 30px;
}
.notre-savoir .tabs_item ul {
    list-style: none;
	padding-left: 0;
}
.notre-savoir .tabs_item:first-child {
    display: block;
}
.notre-savoir .current a {
    color: #0e70c1;
    box-shadow: 2px 2px 10px #ededed;
    border-color: #0e70c1;
    font-weight: 600;
    line-height: 1.2;
}
.notre-savoir .current svg,
.notre-savoir .current path,
.notre-savoir .current circle,
.notre-savoir .current rect{
    fill: #0f53aa;
}
.notre-savoir li.current{
    position: relative;
}
.notre-savoir li.current:after{
    content: '';
    position: absolute;
    left: 0px;
    bottom: -10px;
    z-index: 2;
    height: 14px;
    width: 100%;
    background: #FFF;
}

.notre-savoir .tabs_item ul{
    
}
.notre-savoir .tabs_item ul li{
    padding-left: 15px;
    position: relative;
    margin-bottom: 8px;
}
.notre-savoir .tabs_item ul li:before{
    content: '';
    position: absolute;
    left: 0px;
    top: 6px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #0e70c1;
    border-right: 5px solid transparent;
}
@media(max-width:991px){
    .notre-savoir .tabs li span{
        display: none;
    }
    .notre-savoir .tabs_item{
        padding: 20px 10px;
    }
}


/******
        ======== Banner ======
******/
.banner{
    height: auto;
    overflow: hidden;
    padding: 60px 0px;
}
.banner svg,
.banner img{
    width: 80px
}
.banner svg,
.banner path,
.banner circle,
.banner rect{
    fill: #0f53aa;
}
.banner h1{
    margin-top: 0;
    font-size: 39px;
}
.banner p{
    color: #000000;
}

.services-details{
    background-color: #222c60;
    padding: 50px 0px;
}
.services-details .service-item{
    margin-bottom: 40px;
}
.services-details .service-item img{
    margin: auto;
}
.services-details .service-item h4{
    font-size: 25px;
    color: #FFF;
    margin-top: 30px;
}
.services-details .service-item p{
    font-size: 15px;
    color: #FFF;
}
.services-details-autres{
    padding: 30px 0px;
    background: #192355;
}
.services-details-autres h5{
    font-size: 25px;
    font-weight: 400;
    color: #FFF;
    margin: 0px;
    margin-top: 16px;
}
.services-details-autres ul{
    margin: 0px;
}
.services-details-autres ul li{
    float: left;
    width: 33.33%;
    position: relative;
    padding-left: 80px;
    height: 60px;
}
.services-details-autres ul li img{
    width: 60px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.services-details-autres ul li span{
    display: inline-block;
    color: #FFF;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
@media(max-width:991px){
    .services-details-autres ul{
        margin-top: 20px;
    }
    .services-details-autres ul li {
        width: 100%;
        margin-bottom: 25px;
    }
}
#ressources-moyen{
    margin-top: 20px;
    background-image: url('../../img/ressources.jpg');
    background-position: center center;
    background-size: cover;
    height: 400px;
}   
#ressources-moyen h3{
    font-size: 41px;
    color: #FFF;
    margin-top: 0;
    margin-bottom: 0px;
}
#ressources-moyen span{
    color: #FFF;
    font-size: 22px;
    font-weight: 400;
}
#ressources-moyen img{
    margin: auto;
}

#ressources-moyen ul li{
    color: #FFF;
    margin-bottom: 10px;
    font-size: 16px;
    padding-left: 29px;
    position: relative;
}
#ressources-moyen ul li:before{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    height: 20px;
    width: 20px;
    background-image: url(../../img/icon/checkbox.png);
    background-size: contain
}

@media(max-width:991px){
    #ressources-moyen{
        height: 420px;
    }
    #ressources-moyen h3{
        font-size: 29px;
    }
    #ressources-moyen span{
        font-size: 15px;
    }
    #ressources-moyen ul{
        margin-top: 20px;
    }
}
#qualifications {
    margin-bottom: 50px;
    margin-top: 40px;
}
#qualifications h3{
    font-size: 31px;
}
#qualifications img{
    margin: auto;
}
#qualifications .item{
    margin-bottom: 20px;
    float: left;
    width: 20%;
    height: auto;
    overflow: hidden;
    padding: 40px 13px;
}
#qualifications .item img{
    margin: auto
}
@media(max-width:767px){
    #qualifications .item{
        float: none;
        width: 100%;
        padding: 10px;
    }
    #qualifications .item img{
        max-width: 220px;
    }
}
/******
        ======= References ========
*******/
#references{
    background: #f7f7f7;
    padding: 60px 0px;
}
#references h3{
    font-size: 27px;
    font-weight: 400;
}
#references #slider-refrences{
    margin-top: 60px;
    margin-bottom: 60px;
}
/******
        ======= Partenaires ========
*******/
#partenaires{
    background: #fff;
    padding: 60px 0px;
}
#partenaires h3{
    font-size: 27px;
    font-weight: 400;
}
#partenaires #slider-partenaires{
    margin-top: 60px;
    margin-bottom: 60px;
}
/******
        ======= Secteurs ========
*******/
#secteurs{

}
#secteurs h2{
    font-size: 34px;
}
#secteurs ul{
    margin-top: 70px;
}
#secteurs ul:after{
    content: '';
    display: table;
    clear: both;
}
#secteurs ul li{
    width: 20%;
    float: left;
    text-align: center;
    margin: auto;
    padding: 10px 39px;
    height: 152px;
}
#secteurs ul li .img-container{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #e5e4e3;
    width: 90px;
    height: 90px;
    margin: auto;
    margin-bottom: 5px;
    padding: 20px;
}
#secteurs ul li img{
    max-width: 100%;
}
#secteurs ul li h6{
    font-size: 15px;
    font-weight: 400;
    font-family: 'SFProDisplay',Arial, Helvetica, sans-serif;
    line-height: 1.4;
}


@media(max-width:767px){
    #secteurs ul li{
        width: 50%;
        margin-bottom: 50px;
    }
    #secteurs ul li:last-of-type{
        width: 100%;
    }
}

/******
        ======= Service detail ========
*******/
section.service-detail{
    height: auto;
    overflow: hidden;
}
section.service-detail h1{
    font-size: 34px;
    margin-top: 40px;
    margin-bottom: 50px;
}
section.service-detail p{
    line-height: 1.5;
    color: #777;
}
section.service-detail ul{
    margin-top: 30px;
}
section.service-detail ul li{
    position: relative;
    padding-left: 16px;
    margin-bottom: 22px;
}
section.service-detail ul li:before{
    content: '';
    height: 6px;
    width: 6px;
    background-color: #0f53aa;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0px;
}
section.service-detail ul li h3{
    font-size: 18px;
    color: #0f53aa;
    margin-bottom: 8px;
    margin-top: 0;
}

.autres-services{
    padding: 40px 0px;
    margin-top: 40px;
}
.autres-services h4{
    margin-bottom: 30px;
}
.autres-services a{
    display: block;
    height: auto;
    overflow: hidden;
    text-decoration: none;
    position: relative;
    top: 0px;
    transition: all 20ms ease;
    -webkit-transition: all 20ms ease;
    -moz-transition: all 20ms ease;
    -ms-transition: all 20ms ease;
    -o-transition: all 20ms ease;
    padding: 40px 20px;
}
.autres-services a:hover{
    top: -15px;
    box-shadow: 2px 2px 20px #ededed;
    -webkit-transition: top 20ms ease;
    -moz-transition: top 20ms ease;
    -ms-transition: top 20ms ease;
    -o-transition: top 20ms ease;
}
.autres-services a .item  img{
    display: block;
    margin: auto;
    max-width: 100%;
}
.autres-services a .item  h6{
    color: #000;
    font-size: 15px;
    margin-top: 14px;
}

@media(max-width:767px){
    section.service-detail h1{
        font-size: 27px;
    }
    .autres-services{
        padding: 20px 0px;
    }
    .autres-services a{
        padding: 28px 20px;
    }
}


/*************
            ========= Blog =======
*************/
.banner p{
    color: #777;
    font-size: 16px;
}
.blog{
    height: auto;
    padding: 20px 0px 90px;
}
.blog .cbp-item{
    margin-bottom: 40px;
    box-shadow: 2px 2px 20px #ededed;
    position: relative;
    top: -10px;
    height: 441px;
}
.blog .cbp-item img{
    margin: auto;
}
.blog .cbp-item span{
    font-size: 13px;
}
.blog .cbp-item h3{
    font-size: 22px;
    color: #010101;
    margin: 5px 0px 8px;
}
.blog .cbp-item p{
    color: #4f4f4f;
}

.blog .cbp-item .post-introduction{
    padding: 20px 25px;
}
.blog .cbp-l-filters-alignRight{
    text-align: center;
}

.blog .cbp-l-filters-alignRight .cbp-filter-item{
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    font: 600 14px/29px 'SFProDisplay', Helvetica, Arial, sans-serif;
    padding: 2px 22px;
    color: #a8a8a8;
    border-color: transparent;
    text-transform: none;
}
.blog .cbp-l-filters-alignRight .cbp-filter-counter:before{
    border-top: 4px solid #4c2cc0;
}
.blog .cbp-l-filters-alignRight .cbp-filter-counter{
    background: none repeat scroll 0 0 #4c2cc0;
}
.blog .cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active{
    background: #4c2cc0;
    border-color: #4c2cc0;
}
/*************
            ========= Post =======
*************/
.social-partage{

}
.social-partage li{
    padding-right: 2px;
    padding-left: 2px;
}
.social-partage li a{
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    background: #000;
    font-size: 17px;
}
.social-partage li a.facebook{ background-color:#3b5999 }
.social-partage li a.twitter{ background-color:#55acee }
.social-partage li a.google-plus{ background-color:#dd4b39 }
.social-partage li a.linkedin{ background-color:#0077B5 }
.social-partage li a.whatsapp{ background-color:#25D366 }
.social-partage li a.pinterest{ background-color:#bd081c }
.banner-back{
    margin-top: 60px;
    padding: 12px 45px;
    vertical-align: middle;
    margin-bottom: 10px;
}
.banner-back i{
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -3px;
    margin-right: 8px;
}
.post-container{
    background-color: #FFF;
    box-shadow: 2px 2px 20px #EDEDED;
    padding: 40px 45px;
}
.post-container span.main-color{
    font-size: 15px;
}
.post-container h1{
    font-size: 35px;
    margin-top: 5px;
    margin-bottom: 35px;
    font-weight: bold;
}
.post-container .details{
    padding: 30px 0px;
}
.post-container .details h1{
    font-size: 150px;
    display: inline-block;
}
.post-container .details p{
    line-height: 1.6;
    color: #4f4f4f;
    text-align: justify;
    margin-bottom: 17px;
}
.navigation-post{
    margin-top: 40px;
    margin-bottom: 60px;
    background: #FFF;
    position: relative;
    overflow: hidden;
    box-shadow: 2px 2px 20px #EDEDED;
}
.navigation-post.img-left{
    padding-left: 150px;
    padding-right: 80px;
}
.navigation-post.img-right{
    padding-right: 150px;
    padding-left: 80px;
}
.navigation-post.active{
    background: #4c2cc0;
}
.navigation-post .navigation-post-icon{
    position: absolute;
    top: 0px;
    width: 80px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.navigation-post .navigation-post-icon img{
    width: 29px;
    text-align: center;
    display: block;
    margin: auto;
    height: 100%;
}
.navigation-post .navigation-label{
    padding: 30px 20px;
}
.navigation-post .navigation-label span{
    font-size: 13px;
}
.navigation-post .navigation-label h3{
    margin-top: 1px;
    font-size: 21px;
}
.navigation-post.active .navigation-label h3{
    color: #FFF;
}
.navigation-post.active .navigation-label span{
    color: #a290e3;
}
.navigation-post .navigation-post-image{
    position: absolute;
    top: 0px;
    width: 150px;
    height: 100%;
}
.navigation-post .navigation-post-image img{
    height: 100%;
}
.navigation-post .navigation-post-icon.left,
.navigation-post .navigation-post-image.left{
    left: 0px;
    
}
.navigation-post .navigation-post-icon.right,
.navigation-post .navigation-post-image.right{
    right: 0px;
}


/*************
            ========= Contact =======
*************/
.contact-banner{
    padding-top: 80px;
}
.contact-info-list{

}
.contact-info-list li{
    margin-top: 20px;
    font-size: 14px;
}
.contact-info-list li img{
    width: 40px;
    vertical-align: middle;
}
.contact-info-list li a{
    font-size: 14px;
}
.contact-info-list li > div{
    display: inline-block;
    vertical-align: middle;
    padding: 0px 10px;
    text-align: left;
}
.contact-info-list li > div h6{
    margin: 0px;
    margin-bottom: 4px;
    font-size: 16px;
}
.contact .group{ 
    position:relative; 
    margin-bottom:45px;
}
.contact input{
    font-size:18px;
    padding:10px 10px 10px 5px;
    display:block;
    width:100%;
    border:none;
    border-bottom:1px solid #d4d4d4;
}
.contact input:focus{ 
    outline:none; 
}
.contact label{
    color:#999; 
    font-size:15px;
    font-weight:normal;
    position:absolute;
    pointer-events:none;
    left:5px;
    top:10px;
    transition:0.2s ease all; 
    -moz-transition:0.2s ease all; 
    -webkit-transition:0.2s ease all;
}
.contact input:focus ~ label, .contact input:valid ~ label 		{
    top:-20px;
    font-size:14px;
    color:#5264AE;
}
.contact select{
    font-size:16px;
    padding:10px 10px 10px 5px;
    display:block;
    width:100%;
    border:none;
    border-bottom:1px solid #d4d4d4;
}
.contact .bar{ position:relative; display:block; width:100%; }
.contact .bar:before, .contact .bar:after{
    content:'';
    height:2px; 
    width:0;
    bottom:1px; 
    position:absolute;
    background:#5264AE; 
    transition:0.2s ease all; 
    -moz-transition:0.2s ease all; 
    -webkit-transition:0.2s ease all;
}
.contact .bar:before {
  left:50%;
}
.contact .bar:after {
  right:50%; 
}
.contact input:focus ~ .bar:before, .contact input:focus ~ .bar:after {
    width:50%;
}
.contact .highlight {
    position:absolute;
    height:60%; 
    width:100px; 
    top:25%; 
    left:0;
    pointer-events:none;
    opacity:0.5;
}
.contact input:focus ~ .highlight {
    -webkit-animation:inputHighlighter 0.3s ease;
    -moz-animation:inputHighlighter 0.3s ease;
    animation:inputHighlighter 0.3s ease;
}
.contact .form-container{
    margin-top: 80px;
}
.contact h2{
    font-size: 40px;
    font-weight: bold;
    position: relative;
    margin-bottom: 40px;
}
.contact h2:after{
    content: '';
    position: absolute;
    height: 3px;
    width: 115px;
    background: #0f53aa;
    bottom: -39px;
    left: 0px;
}
.contact .textarea{
    height: 257px;
}
.contact .textarea + .highlight{
    height: 90%;
    top: 45px;
}
.contact .btn-main{
    font-weight: bold;
    padding: 22px 24px;
}
.contact .m-b-none{
    margin-bottom: 0;
}
@-webkit-keyframes inputHighlighter {
	from { background:#5264AE; }
    to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#5264AE; }
    to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
    from { background:#5264AE; }
    to 	{ width:0; background:transparent; }
}

@media(max-width:991px){
    .contact{
        padding: 10px 20px;
    }
    .contact h2{
        font-size: 34px;
    }
}


.main-contact{
    height: 300px;
    background-image: url('../../img/contact.jpg');
    background-position: center center;
    background-size: cover;
}
.main-contact h3{
    color: #FFF;
    font-size: 30px;
}
.main-contact ul{
    margin-top: 20px;
}
.main-contact ul li a.main-btn{
    padding: 16px 27px!important;
    font-weight: bold;
    font-size: 13px;
}
.main-contact ul li a.main-btn.btn-pink{
    background-color:#a13e6c;
    border-color: #a13e6c;
    color: #ff8a22;
}
.main-contact ul li a.main-btn:hover{
    color: #ff8a22;
}