.domain {
    list-style: ndomain;
    padding: 0;
    margin: auto;
}

.domain p {
    font-size: 1rem;
    margin: 0
}

.domain .transition {
    transition: .3s cubic-bezier(.3, 0, 0, 1.3)
}

.domain>li {
    background: #FFF;
    border: 1px solid rgba(150, 150, 150, .29);
    -moz-box-shadow: 0 0 18px 0 rgba(103, 85, 85, .39);
    box-shadow: 0 0 18px 0 rgba(103, 85, 85, .39);
    width: 350px;
    height: 350px;
    display: inline-block;
    margin: 0 20px;
    text-align: center;
    margin-bottom: 30px
}

.domain>li img {
    border: 0px solid #fff;
    display: inline;
}

.domain>li:hover,
.domain>li:focus-visible,
.domain>li:focus-within {
    -moz-box-shadow: 0 0 5px 0 rgba(103, 85, 85, .25);
    box-shadow: 0 0 5px 0 rgba(103, 85, 85, .25)
}

.domain>li:hover .title,
.domain>li:focus-visible .title,
.domain>li:focus-within .title {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    bottom: -500px
}

.domain>li:hover h3,
.domain>li:focus-visible h3,
.domain>li:focus-within h3 {
    margin-top: 25px;
    color: #001a70;
}

.domain>li .wrapper {
    overflow: hidden;
    position: absolute;
    width: 350px;
    height: 350px
}

.domain>li .title {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 600px;
    width: 600px;
    display: block;
    position: absolute;
    bottom: -470px;
    left: -125px;
    z-index: 1;
}

.domain>li .title img {
    margin-top: 0;
    width: 20px;
    border: none
}

.domain>li .title:hover,
.domain>li:focus-visible .title,
.domain>li:focus-within .title {
    background: #FFF;
}

.domain>li .title:hover img,
.domain>li:focus-visible .title img,
.domain>li:focus-within .title img {
    opacity: 0
}

.domain>li h3 {
    margin: 40px 0 10px 0;
    color: rgba(255, 255, 255, 1);
    line-height: 1.2;
}

.domain>li h3 em {
    display: block;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
    margin-top: 5px
}

.domain>li .title::after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background: url('https://www.edf.fr/sites/default/files/contrib/groupe-edf/edf-pulse/porfolio/more_white_20.png') no-repeat;
    margin: 10px auto 0 auto;
}

.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:hover {
    opacity: 1
}

.domain .desc ul {
    padding: 0
}

.domain .desc li {
    list-style: none
}

.domain .desc li::before {
    display: inline-block;
    margin-right: .25rem;
    content: "\2022";
    color: #ff5816;
    font-size: .625rem;
    vertical-align: text-bottom
}

.domain .desc .social {
    list-style: ndomain;
    text-align: left;
    margin: 15px 0 0 0;
    padding: 15px 0 0 0;
    border-top: 1px solid #fff
}

.domain .desc .social li {
    font-size: .8rem;
    display: inline-block;
    padding: 5px
}

.domain .desc .social li em {
    float: left;
    font-style: normal;
    width: 230px
}

.domain .social li img {
    width: 24px
}

.domain>li:hover .desc,
.domain>li:focus-visible .desc,
.domain>li:focus-within .desc {
    opacity: 1
}

@-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: 330px
    }

    .domain>li .wrapper {
        width: 330px
    }
}