.domaines{
	/*margin-top: 70px!important;
    padding: 20px 0 30px;*/
}
.domaines h2 span{
	padding-left: 20px;
	color: #db3a3b
}
.domaines ul{
	text-align: center;
}
.domaines li{
    display: inline-block;
    border: 0;
    width: 40%;
    vertical-align: top;
    margin: 10px 2%;
}

.domaines li img{
	display: block;
}

.domaines a span{
	width: 100%;
	height: 210px;
	display: block;
	background-size: cover;	
	border: 2px solid #db3a3b;
    border-radius: 2px 2px 0 0;
    background-position: center;
        -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.domaines a{
	color: #fff;
}
.domaines a div{
	background-color: #db3a3b;
	text-transform: uppercase;
	font-weight: bold;
	padding: 14px; 
	    font-size: 20px;
	    border-radius: 0 0 2px 2px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}




.domaines .axe1{
	background-image: url('../img/img1.jpg');
}
.domaines .axe2{
	background-image: url('../img/img2.jpg');
}
.domaines .axe3{
	background-image: url('../img/img3.jpg');
}
.domaines .axe4{
	background-image: url('../img/img4.jpg');
}


.domaines .axe5{
	background-image: url('../img/img5.jpg');
}
.domaines .axe6{
	background-image: url('../img/img6.jpg');
}
.domaines .axe7{
	background-image: url('../img/img7.jpg');
}
.domaines .axe8{
	background-image: url('../img/img8.jpg');
}

@media screen and (max-width:1230px) {
	.domaines li{
		margin: 10px 1%;
	}
	.domaines a div{
		font-size: 17px;
	    padding: 14px 0;
	}
}
@media screen and (max-width:980px) {
	.domaines a div{
		font-size: 16px;
	}
}
@media screen and (max-width:880px) {
	.domaines li{
	    width: 28%;
	}
}
@media screen and (max-width:680px) {
	.domaines li{
	    width: 48%;
	}
}
@media screen and (max-width:680px) {
	.domaines li{
	    width: 100%;
	}
}


.domaines li:hover a div {
    background-color: #4cb1d3;
}
.domaines li:hover a span {
    border-color: #4cb1d3;
}