.slider-home{
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}

.slider-home .carousel .item{
	width: 100%;
	overflow: hidden;
}
.slider-home .carousel .item img{
	width: 100%;
	height: 100%;
}
.slider-home .carousel-indicators {
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    z-index: 15;
    width: 109px;
    padding-left: 0;
    margin-right: 0%;
    text-align: center;
    list-style: none;
    margin: auto;
}
@media (min-width: 1200px)
{
.cont-index {
    width: 1112px;
}}
.index12{
	padding-bottom: 10px;
	position: relative;
}
.index12 h3{
	color: #1f419b;
}
.index1 .cont-index1 {
	border-top: 10px solid #1f419b;
}
.index1{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.index1::after{
	content: "";
	background: url('../img/img1.png') no-repeat center center;
	background-size: 100%;
	opacity: 0.1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;  
}
.index1 p {
    margin: 0 0 10px;
    line-height: 25px;
}
.index1 .index14{
	background:#1f419b;
}
.index1 .index13{
	background: rgba(31, 65, 155, 0.65);
	padding-top: 10px;
    padding-bottom: 10px;

}
.index1 .index12::before{
	content: "";
	background: url('../img/a1.png') no-repeat center center;
    height: 47px;
    width: 52px;
    background-size: auto;
    top: -10px;
	left: 0;
	position: absolute;	
}
.index1 .index12::after{
	content: "";
	background: url('../img/a2.png') no-repeat center center;
    height: 47px;
    width: 52px;
    background-size: auto;
    bottom: 6px;
	right: 0;
	position: absolute;	
}
.index1 .index14 p{
	color: #fff;
	padding-top: 17px;
    padding-bottom: 7px;
}
.index1 .index13 .ico1{
	text-align: center;
}
.td1 .row{
	margin-top: 40px;
}
.prod{
	width: 100%;
	height: 220px;
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}
.prod img{
	width: 100%;
	height: 100%;
	transition: .2s all;
}
.prod .text-prod{
    position: absolute;
    width: 60%;
    bottom: 68px;
    left: 0;
    right: 0px;
    margin: auto;
    background: #2957a4;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding-top: 10px;
    text-align: center;
    transition: .2s all;
	z-index: 555;
}

a.produit:hover .text-prod{
	background: #1f7972;
    color: #fff;
}
a.produit .prod::after{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0px 0px 220px 455px;
    border-color: transparent transparent rgba(41, 75, 119, 0.32) rgba(219, 228, 100, 0.46);
    z-index: 99;
    opacity: 0;
    top: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
a.produit:hover .prod::after{
	opacity: 1;
}
.index .carousel-indicators li {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgb(219, 228, 100);
    border: inherit;
    border-radius: 0px;
}
.index .carousel-indicators .active {
    width: 30px;
    height: 30px;
    margin: 0;
    background-color: #2957a4;
}
.map12{
	width: 100%;
	margin-bottom: 30px;
}
.map12 img{
	width: 100%;
}
.qsn {
	width: 100%;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.qsn a{
	padding: 20px;
    padding-bottom: 14px;
    padding-top: 14px;
    background: #dbe464;
    color: #2957a4;
	transition: .2s;
}
.qsn a:hover{
	background: #2957a4;
    color: #dbe464;
}
.qui-sommes-nous h1, .qui-sommes-nous h3{
	color: #2957a4;
}
@media (min-width:770px){
.produits2{
	position: relative;
}
/* .produits2::after{
    content: 'Nos produits';
    width: 230px;
    height: 230px;
    background: #fff;
	color: #2957a4;
    border: 2px solid #dbe464;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    font-size: 24px;
    line-height: 9.4;
    left: 0;
    right: 0;
    margin: auto;
    top: 119px;
	z-index: 99;
} */

}
.actualite-titre {
    width: 100%;
    text-align: -webkit-center;
    background: #2957a4;
    color: aliceblue;
}
.actualite-titre h3{
	padding-bottom: 10px;
	padding-top: 10px;
}
.actualites{
	width: 100%;
	position: relative;
	padding-bottom: 20px;
}
.actualites::after{
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../img/actualite.png') no-repeat;
	opacity: .2;	
	z-index: -1;
}
.actualites .actualite{
    width: 100%;
    height: 270px;
    position: relative;
    margin-bottom: 8px;
	overflow: hidden;
}
.actualites .actualite img {
    width: 100%;
    height: 100%;
    transition: .2s all;
}
.actualites .actualite::after{
	content: '';
    position: absolute;
    border-style: solid;
    border-width: 0px 0px 270px 455px;
    border-color: transparent transparent rgba(41, 75, 119, 0.32) rgba(219, 228, 100, 0.46);
    z-index: 99;
    opacity: 0;
    top: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.actualites .actualite::before{
	content: '+';
    position: absolute;
    top: 92px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 60px;
    font-weight: 700;
    color: yellow;
    text-align: center;
	opacity: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.actualites .actualite:hover::after, .actualites .actualite:hover::before{
	opacity: 1;
}
.actualites p{
	color: gray;
	text-align: center;
	font-size: 16px;
	margin-bottom: 30px;
}
.actualites .suite{
	width: 100%;
	text-align: center;
	display: table;
}
.actualites .suite a{
	padding: 20px;
    padding-bottom: 14px;
    padding-top: 14px;
    background: #dbe464;
    color: #2957a4;
    transition: .2s;
}
.actualites .suite a:hover{
	background: #2957a4;
    color: #dbe464;
}