﻿/* Fonts */
@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.eot');
    src: url('../fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold-webfont.woff2') format('woff2'),
         url('../fonts/lato-bold-webfont.woff') format('woff'),
         url('../fonts/lato-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
.red{
  /* color:red; */
}
header .top_bar a{
  color:#FFF;
  font-size: 14px;
}
header .top_bar a:hover{
  text-decoration: underline;
}
header nav ul li a.active{
    background-color: #3FA3DA;
    border-radius: 6px;
    color: #FFFFFF !important;
}
nav ul li a{
    color: #555555 !important;
    text-transform: uppercase;
    font-family: 'latobold';
    font-size: 13px;
    text-decoration: none !important;
    padding: 10px 12px !important;
    margin-right: 2px;
}
nav ul li:last-child a{
    margin-right: 0px;
}
header nav ul li a:hover{
    background-color: #3FA3DA;
    border-radius: 6px;
    color: #FFFFFF !important;
}
a:hover , a:focus{
	text-decoration: none;
}

.top_bar{
    height: 59.5px;
	padding: 1.4em 0;
	text-align: right;
	background-color: #042a4f;
}
.top_bar a{
	letter-spacing: -0.5px;
}
.top_bar a span{
    vertical-align: middle;
    color: #2da2f9;
}
.top_bar a span img{
	width: 1.5em;
    vertical-align: baseline;
}
.logo_img{
	position: absolute;
    top: -2em;
    z-index: 999;
}
.year{
	font-size: 2em;
	font-weight: bold
}
.listed div{
	margin-bottom: .5em;
}
/* accueil */
.slider {
    /* background-color: yellow; */
}
.slider .presentation{
    background-color: #39a1d7;
    color: #FFF;
    /*height: 372px;*/
    padding: 30px;
}
.slider .presentation ul li{
    list-style: none;
}
.slider .image{
    height: 372px;
}
.slider .image img{
    width: 100%;
    height: 100%;
}




.single-service-item{
    box-shadow: 0px 3px 6px 0px rgba(153,153,153,0.5);
    position: relative;
    overflow: hidden;
    margin: 15px 0px;
}
.service-item-bg img{
    /* background-color: #a7a7a7;
    background-position: center;
    background-size: cover; */
    width: 100%;
    height: 200px;
}
.service-content {
    padding: 20px;
}
.service-content h4 {
    color: #444444;
    text-transform: uppercase;
    position: relative;
    margin-top: 0px;
    margin-bottom: 15px;
}
.location_map:before {
    position: absolute;
    right: 0px;
    bottom: -60px;
    width: 60px;
    height: 60px;
    border-top: 80px solid transparent;
    border-right: 80px solid #39a1d7;
    border-bottom: 50px solid transparent;
    content: "";
    display: block;
    transition: all 0.3s ease 0s;
}
.location_map:hover:before {
    border-right-color: #042a4f;
}
.readmore-btn {
    color: #39a1d7;
    text-transform: uppercase;
    font-size: 12px;
}
.location_map {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.location_map i.fa {
    color: #fff;
    font-size: 18px;
    position: absolute;
    right: 12px;
    bottom: 10px;
}
.partenaire .item {
    border: 1px solid #ccc;
    padding: 10px;
}
.partenaire .item img{
    width: 160px !important;
    margin: 0px auto;
}
footer{
    /* height: 200px; */
    background-color: #042a4f;
    /* margin-top: 50px; */
}
footer a{
    text-transform: uppercase;
    color: #FFF;
}
footer ul li a i{
    font-size: 10px !important;
    margin-right: 5px;
}
.footer-copyright{
    background-color: #042648;
    color: #FFF;
}
.inner-bg-1 {
    background-image: url("../images/inner-banner.jpg");
}
.wshipping-breadcroumb {
    background-position: center;
    background-size: cover;
    color: #a3a3a3;
    position: relative;
}
.wshipping-content-block {
    padding: 80px 0px;
    background-color: #fff;
}
.wshipping-breadcroumb:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(22,0,1,0.8);
    display: block;
    content: "";
    left: 0px;
    top: 0px;
}
.wshipping-breadcroumb h1 {
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    color: #fff;
    font-size: 32px;
}
.wshipping-breadcroumb a, .wshipping-breadcroumb h4 span {
    color: #eb0028;
}
.wshipping-breadcroumb h4 {
    margin: 0px;
    color: #fff;
    line-height: 26px;
}
.qui_sommes_nous{
    /* margin-top: 10px; */
}
.qui_sommes_nous ul li{
    list-style: none;
    color: #888888;
}
.qui_sommes_nous ul li i{
    color: #d74515;
}
.qui_sommes_nous img{
    width: 100%;
}
.contact .contact_info{
    /* transition: all .2s; */
}
.contact .contact_info:hover .contact_block{
    text-decoration: underline;
}
.contact h4{
    background-color: #042a4f;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 16px;
    margin: 0px;
    padding: 10px 15px;
    border-radius: 4px 4px 0px 0px;
    text-align: center;
}
.contact .contact_block{
    background-color: rgb(247, 247, 247);
    padding: 15px 10px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    transition: all .2s;
    /* min-height: 200px; */
}
.contact .contact_block .fa{
    color: #d74516;
    font-size: 20px;
    margin-right: 5px;
}
.contact .contact_block p{
    font-weight: 600;
}
.contact .contact_block p:last-child{
    margin-bottom: 0px;
}
/* prestation */
.prestation .card-title{
  margin-top: 5px;
}


/*Media Query*/
@media (max-width: 992px) {
	.navbar-list{
		padding-top: 5em !important;
    }
    .distinctions_reseaux img.slide-image{
        display: none;
    }
    .distinctions_reseaux .card p{
        text-align: center;
        margin: 0px;
    }
    header .top_bar{
        height: 77.5px;
    }
    header .top_bar a:first-child{
        display:block;
    }

}
.img-responsive{
  display: block;
  max-width: 100%;
  height: auto;
}
/* distinctions_reseaux */
.distinctions_reseaux .card{
    border-left: 5px solid #39a1d7;
    border-radius: 10px 0px 0px 10px;
    cursor: pointer;
    transition: all .4s;
}
.distinctions_reseaux .card:hover{
    border-left: #2e375f 5px solid ;
}
.distinctions_reseaux .card p{
    font-size: 18px;
    font-weight: 450;
}
.distinctions_reseaux .card span.membre_réseaux{
    color:#999999;
    font-size: 14px;
}


.hide{
    display:none;
}
.titre span{
    background-color: #2e375f;
    color:#FFF;
    padding:8px 22px;
    font-size: 15px;
}
