﻿.ms-hero-img-flower {
    background-image: url(http://epefs.org/wp-content/uploads/2016/08/fresh-flowers-wallpapers-1-1500x550.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ms-hero-img-cross {
    background-image: url(http://epefs.org/wp-content/uploads/2016/08/Dollarphotoclub_103404966-1500x550.jpg);
}
/*
fais bogger la homepage en mobile au niveau des fleches
.ms-navbar {

    margin-bottom:0px;
}
*/



.confession.ms-confession, .confession.ms-confession-inverse {
    padding-top: 0;
    padding-left: 80px;
    position: relative
}

    .confession.ms-confession-inverse:after {
        position: absolute;
        height: 50px;
        width: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 100%;
        background-color: #fff;
        left: 0;
        top: 0;
        color: #9c27b0;
        font-size: 20px;
        font-size: 2rem
    }
    .confession.ms-confession:after {
       
        position: absolute;
        height: 50px;
        width: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 100%;
        background-color: #9c27b0;
        left: 0;
        top: 0;
        color: #fff;
        font-size: 20px;
        font-size: 2rem
    }

    .confession.ms-confession footer {
        text-align: left;
        font-size: 15px;
        font-size: 1.5rem
    }


    .confession.ms-confession[data-index]:after, .confession.ms-confession-inverse[data-index]:after {
        content: attr(data-index);
    }

.list-type-lower-alpha li {
    list-style-type: lower-alpha;
}


iframe.maps-address {
    margin: auto;
}

/*
.service-list .sublist-unstyled li {
    padding: 10px 0 10px 10px;
    list-style-type: lower-alpha;
}

.service-list .sublist-unstyled li:before {
    content: ""; 
    background: none; 
    padding: 0; 
    margin: 0;    
}
    */



@media (min-width: 992px) {
    .col-lg-2-custom {
        -ms-flex: 0 0 9%;
        flex: 9%;
        max-width: 9%;
    }
}

.box {
    background: gray;
    padding: 10px;
    margin: 10px;
}

.box-1 {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 100% 0 0;
    border-radius: 100% 0 0;
}

.box-2 {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 100% 0 0;
    border-radius: 0 0 0 100% ;
}

.box-3 {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 100% 0 0;
    border-radius: 0 100% 0 0;
}

.box-4 {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 100% 0 0;
    border-radius: 0 0 100% 0;
}


.border-radius-3 {
    border: 3px solid;
    border-radius: 20px;
    margin: auto;
    border-color: #00bcd4;
}

.ms-site-title-covid {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
}