/* COMMUNE TILE DEFINITION */

.commune-propositions{
    margin-bottom: 15px;
}

.commune a:hover, .commune a:focus{
    text-decoration: none !important;
}

    #discover{
        position: relative;
        border-bottom: 0px !important;
    }
    
    #discover:after{
        content: '';
        display: block;
        position: absolute;
        left: 0px;
        bottom: 0px;
        height: 1px;
        width: 80%;
        margin-left: 10%;
    }
}
.commune{
        margin-bottom: 30px;
    }

.commune .circle-border{
    position: relative;
    height: 222px;
    width: 222px;
    margin: auto;
}
.commune .circle-border .circle-bg{
    position: absolute;
    height: 220px;
    width: 220px;
    background-image:
        linear-gradient(-70deg, transparent 50%, #e96656 50%),
        linear-gradient(285deg, white 50%, transparent 50%);
    display: block;
    border-radius: 50%;
    background-color: #e96656;
    border: 2px solid #fff;
    z-index: 1;
}

.commune .circle-border .circle-white-bg{
    position: absolute;
    height: 212px;
    width: 212px;
    border-radius: 50%;
    top: 4px;
    left: 4px;
    z-index: 2;
    background-color: #fff;
}

.commune .circle-border .circle-desc{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    z-index: 3;
    color: #e96656;
}

.commune .commune-img{
    position: absolute;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    left: 20px;
    top: 20px;
    z-index: 4;
}

.commune .commune-name{
    text-align: center;
    font-size: 1.8em;
    margin: 0px;
    line-height: 1;
}

.commune .commune-name{
    text-align: center;
    font-size: 1.8em;
    margin: 0px;
    line-height: 1;
}

.commune-img{
    background-size: cover;
    background-position: center;
    height: 300px;
}

.commune .circle-border .circle-desc{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    z-index: 3;
    color: #e96656;
    opacity: 1;
     -webkit-transition: opacity 0.10s linear;
        -moz-transition: opacity 0.10s linear;
        -o-transition: opacity 0.10s linear;
        transition: opacity 0.10s linear;
}

.commune .commune-img{
    position: absolute;
    height: 180;
    width: 180;
    border-radius: 50%;
    left: 20;
    top: 20;
    z-index: 4;
    -webkit-transition: height 0.15s linear, width 0.15s linear, left 0.15s linear, top 0.15s linear;
        -moz-transition: height 0.15s linear, width 0.15s linear, left 0.15s linear, top 0.15s linear;
        -o-transition: height 0.15s linear, width 0.15s linear, left 0.15s linear, top 0.15s linear;
        transition: height 0.15s linear, width 0.15s linear, left 0.15s linear, top 0.15s linear;
}

.commune:hover .commune-img{
    height: 220px;
    width: 220px;
    left: 0;
    top: 0;
}

.commune:hover .circle-border .circle-desc{
    opacity: 0;
}