.carousel-indicators .active {
    background: url('../img/nav-slid-active.png')!important;
    background-repeat: no-repeat;
    background-size: cover!important;
    border: none!important;
    width: 16px!important;
    height: 16px!important;
}

.carousel-indicators li {
    background: white!important;
    width: 12px!important;
    height: 12px!important;
}

.left-slider-home {
    width: 40px;
    height: 40px;
    background: url('../img/slide-prev2.png');
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    background-repeat: no-repeat;
}

.right-slider-home {
    width: 40px;
    height: 40px;
    background: url('../img/slide-next2.png');
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    background-repeat: no-repeat;
}

.apropo {
    margin-top: -1px;
    background: #dc7a4e;
    position: relative;
    min-height: 293px
}

.apropo:after {
    background: url('../img/back_apropo.jpg');
    content: " ";
    width: 50%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 65;
    background-repeat: no-repeat;
    background-size: cover;
}

.titre_apropo {
    font-size: 26px;
    color: #005395;
    font-weight: bold;
}

.titre_apropo {
    background: url('../img/apropo.png');
    display: block;
    background-repeat: no-repeat;
    padding-left: 34px;
    background-position: 1px 2px;
}

.plus_apropo {
    font-size: 18px;
    color: white;
    font-family: 'Merriweather';
    font-weight: bold;
    line-height: 25px;
}

.desc_apropo {
    font-size: 18px;
    color: white
}

.btn_apropo {
    color: #000;
    text-transform: uppercase;
    background: #f3f3f3;
    padding: 10px;
    border: 2px solid #000;
    width: 155px;
    height: 39px;
    margin-top: 30px;
    margin-bottom: 30px;
    float: left;
    z-index: 6586;
    padding-left: 18px;
    text-decoration: none;
}

.btn_apropo:hover {
    color: #005395;
    border: 2px solid #005395;
}

.btn_apropo:hover {
    color: #005395;
    text-decoration: none;
}

.btn_apropo:after {
    background: url('../img/lire-plus.png');
    content: "";
    display: block;
    width: 20px;
    height: 19px;
    background-repeat: no-repeat;
    float: right;
    margin-left: 10px;
}

.shadow1, .shadow2 {
    position: absolute;
}

.shadow1 {
    z-index: 6547
}

.shadow2 {
    width: 155px;
    height: 39px;
    border: 2px solid #dadada;
    margin-top: 37px;
    margin-bottom: 30px;
    z-index: 10;
    margin-left: 6px;
}

#gallery {
    width: 100%;
    float: left;
    background: #fbfbfb;
    padding-bottom: 30px;
}

.titre_gallery{
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 36px;
  color: #005291;
  font-weight: bold;
  margin-bottom: 60px;
}
.titre_gallery:after{
	content: "";
	position: absolute;
  width: 60px;
  height: 3px;
  background: #015794;
  left: 50%;
  transform: translate(-50%,0);
  bottom: -10px;
}

.testimonial-item blockquote {
    background-color: #dedede;
    border-radius: 3px;
    border: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 1.4rem;
    line-height: 1.78;
    padding: 39px 45px;
    position: relative;
    margin-bottom: 30px
}

.testimonial-item blockquote:before {
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 2rem;
    position: absolute;
    line-height: 100%;
    top: 8px;
    left: 10px;
    color: #105495;
}

.testimonial-item blockquote i {
    width: 15px;
    height: 15px;
    border-left: solid 15px #dedede;
    border-bottom: solid 15px transparent;
    border-top: solid 15px transparent;
    position: absolute;
    bottom: -15px;
    left: 25%
}

.testimonial-item .commenter .mock {
    width: 57px;
    height: 57px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    margin-left: 65px;
}

.testimonial-item .client-name {
    color: #7b7b7b;
}

.testimonial-item .client-info {
    color: #105495
}


#testimonial .section-title {
    text-transform: uppercase;
    margin: 40px 0px;
    font-family: 'lato',sans-serif;
}
