.domain {
    list-style: ndomain;
    padding: 0;
    margin: auto;
}
.chapitre {
	font-size: 1.25rem !important;
	color:#001a70;
	display: block;
	font-family: "EDF-Light",sans-serif !important;
    font-weight:normal !important;;
	margin:1rem auto;
}
.domain>li {
    background: #FFF;
    width: 200px;
    height: 200px;
    display: inline-block;
    margin: 0 20px;
    text-align: center;
    margin-bottom: 30px
}

.domain>li img {
    border: 0px solid #fff;
    display: inline;
}

.domain>li .wrapper {
    overflow: hidden;
    position: absolute;
    width: 200px;
    height: 200px
}

.domain>li .title {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 200px;
    width: 200px;
    display: block;
    position: absolute;
    bottom: -70px;
    left: 0px;
    z-index: 1;
}

.domain>li .title img {
    margin-top: 0;
    width: 20px;
    border: none
}
.domain .titre{
	font-size: 0.9rem;
	color:#FFFFFF;
	display: block;
	padding:0 1.5rem;
	line-height: 1.2;
}
.domain .desc {
    opacity: 0;
    position: absolute;
    background-color: rgba(255, 255, 255, 1);
    top: 0;
    height: 100%;
    color: #001a70;
    text-align: left;
    padding: 30px;
    transition: .3s cubic-bezier(.3, 0, 0, 1.3)
}

.domain .desc ul {
    padding: 0
}

.domain .desc li {
    list-style: none
}
.domain .desc .social {
    list-style: ndomain;
    text-align: left;
    margin: 15px 0 0 0;
    padding: 15px 0 0 0;
    border-top: 1px solid #fff
}

@-webkit-keyframes arrow {
    0% {
        background-position: center top;
    }

    50% {
        background-position: center 10px;
    }

    100% {
        background-position: center top;
    }
}

@-moz-keyframes arrow {
    0% {
        background-position: center top;
    }

    50% {
        background-position: center 10px;
    }

    100% {
        background-position: center top;
    }
}

@keyframes arrow {
    0% {
        background-position: center top;
    }

    50% {
        background-position: center 10px;
    }

    100% {
        background-position: center top;
    }
}

@media only screen and (max-width: 380px) {
    .domain>li {
        width: 200px
    }

    .domain>li .wrapper {
        width: 200px
    }
}