.about-section {
    border-bottom: 1px solid #fff;
}
#mainmenu li {
    padding-left: 15px;
}
#mainmenu li ul {
    width: 250px !important;
}
.top-content-wrap ul li {
    font-family: Roboto, sans-serif;
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}
.top-content-wrap ul.social-ico li A {
    text-decoration: none;
}
.top-content-wrap ul.social-icon li i {
    display: inline-block;
    background-color: transparent;
    color: #ddd;
    border: 2px solid #555;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
}
.promo-thumb {
    width: 100%;
    font-size: 50px;
    text-align: center;
    color: #fff;
    vertical-align: top;
}
.promo-content {
    vertical-align: top;
    color: #fff;
    margin-bottom: 10px;
}
.white-btn {
    background-color: #fff;
    color: #fab702;
    line-height: 35px;
    display: inline-block;
    padding: 0 15px;
    border-radius: 4px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}
.about-content {
    text-align: justify;
}
.priere-section {
    background-image: url(../../img/bg-priere.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    padding: 100px 15px;
}

.priere-section .priere-bx{
    padding: 30px;
    background: #fff;
    border-radius:7px;
    box-shadow: 0 10px 13px 0 rgb(0 0 0 / 50%);
}

.gallery-section {
    background-image: url(../../img/gallery-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    padding: 100px 15px;
}
.gallery-section:before {
    background-color: rgba(39, 41, 61, 0.9);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.gallery-section h2 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
.gallery-section .gallery-thumb A IMG {
    width: 100%;
}
.gallery-item {
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.09);
    margin-bottom: 20px;
}
.gallery-thumb {
    position: relative;
    overflow: hidden;
}
.gallery-item:hover .gallery-thumb img {
    transform: scale(1.1);
}
.gallery-details {
    padding: 20px 15px;
}
.gallery-details h3 a {
    color: #333;
}
.gallery-details h3 a:hover {
    color: #fab702;
}
.copyright A {
    color: #fab702;
}
.more-btn {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    background-color: #fab702;
    padding: 10px 15px;
    border-radius: 3px;
    border: 2px solid #fff;
    right: 15px;
    top: 15px;
    width: auto;
    height: auto;
}
.more-btn:hover {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #fab702;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
    border: 2px solid #fab702;
    right: 15px;
    top: 15px;
    width: auto;
    height: auto;
}
.footer-menu A {
    color: #fff;
}
.footer-menu A:hover {
    color: #fab702;
}
.footer-menu A.footer-title {
    color: #fab702;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}
.about-bg {
    position: static;
}
.content-area {
    min-height: 400px;
}
.content-area H1 {
    font-size: 32px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.promo-text {
    text-align: center;
}
.promo-text UL {
    height: 80px;
}
.promo-text UL A {
    color: #fff;
}
.map-section {
    position: relative;
}
.map-section #map_canvas {
    height: 540px;
    width: 100%;
}
.entry-title {
    padding: 20px 0;
}
.entry-title A {
    color: #333;
}
.pretre-box {
    background: #fff;
    transition: all 0.3s;
    padding: 10px;
    border: 1px solid #e7e7e7;
    height: 650px;
    margin-bottom: 25px;
}
.pretre-box:hover {
    box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.2);
}
.pretre-box:hover img {
    transform: scale(1.1);
}
.pretre-box .pretre-photo {
    height: 300px;
    overflow: hidden;
}
.pretre-box .pretre-photo img {
    width: 100%;
}
.pretre-box .pretre-titre H2 {
    height: 50px;
    line-height: 50px !important;
    text-align: center;
}
.pretre-info-item {
    margin-bottom: 10px;
    font-size: 15px;
    text-align: justify;
    position:relative;
}
.pretre-info-item .bold {
    font-weight: 700;
}
.pretre-presentation {
    height: 230px;
    overflow: hidden;
}
#map_wrapper {
    margin-bottom: 20px;
}
.paroisse-box {
    border: 1px solid #e7e7e7;
    height: 600px;
    margin: 0 0 20px 0;
    background: #fff;
    padding: 10px;
    transition: all 0.3s;
}
.paroisse-box:hover {
    box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.2);
}
.paroisse-box .paroisse-photo {
    height: 200px;
    overflow: hidden;
    margin-bottom: 15px;
}
.paroisse-box .paroisse-photo img {
    width: 100%;
}
.paroisse-box:hover .paroisse-photo img {
    transform: scale(1.1);
}

.paroisse-details{
    height:360px;overflow: auto;
}
.paroisse-messes {
    margin-top: 10px;
}

.desktop .promo-content .paroisse-messes {
    height: 180px;
}

.paroisse-info A {
    color: #555;
}
.paroisse-galerie-item {
    padding: 10px;
    background: #fff;
    margin-bottom: 15px;
}
.paroisse-galerie-item img {
    width: 100%;
}
.paroisse-galerie-item:hover {
    box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.2);
}
.paroisse-galerie-item:hover img {
    transform: scale(1.1);
}
.blog-post img {
    height: auto;
}
.blog-post .cat a {
    color: #fff;
}
.pagination_wrap li .current {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-weight: 600;
    background-color: #fab702;
    border: 1px solid #fab702;
    color: #fff;
}
.pagination_wrap li A:empty {
    display: none;
}
.single-post h1,
.single-post h2 {
    width: 100%;
}
.single-post h1 {
    font-size: 24px;
    color: #333;
    margin: 0 0 8px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.04em;
}
.single-post .meta-info .val {
    font-weight: 800;
    color: #777;
}
.single-post .post-content {
    width: 100%;
}
.single-post img.thumb {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
}
.photo-box {
    background: #fff;
    margin-bottom: 15px;
    height: 180px;
    padding: 10px;
}
.photo-box .gallery-wrap {
    height: 160px;
    overflow: hidden;
}
.photo-box:hover {
    box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.2);
}
.photo-box:hover img {
    transform: scale(1.1);
}
.photo-box img {
    width: 100%;
}
.galerie-box {
    background: #fff;
    margin-bottom: 15px;
    height: 280px;
    padding: 10px;
}
.galerie-box .photo {
    height: 200px;
    overflow: hidden;
}
.galerie-box .photo img {
    width: 100%;
}
.galerie-box .titre,
.galerie-box .titre H2 {
    height: 70px;
    line-height: 70px;
    text-align: center;
    margin: 0;
    font-size: 20px;
}
.arianne {
    height: 30px;
    line-height: 30px;
    font-weight: 500;
}
.arianne A {
    color: #555;
}
.galerie-box:hover {
    box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.2);
}
.galerie-box:hover img {
    transform: scale(1.1);
}
.testimonial-area H1 {
    font-size: 30px;
}
.testimonial-inner {
    box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.2);
}
.testimonial-inner img {
    max-width: 150px;
    height: 150px;
}
.testimonial-inner H2 {
    width: 100%;
    font-size: 25px;
}
.testimonial-inner H2 SPAN {
    width: 100%;
    display: block;
    margin-top: 10px;
    font-weight: 500;
    font-size: 16px;
}
.horairesmesses {
    margin-bottom: 20px;
}
.horairesmesses H2 {
    font-size: 18px;
}
.pager-header h1 {
    color: #fff;
    font-size: 24px;
    margin: 0 0 8px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.04em;
}
.motducure-section {
    margin-bottom: 1px;
}
.motducure-section H2 {
    text-align: center;
    padding: 30px;
    font-size: 30px;
}
.motducure-section {
    text-align: justify;
}
.motducure-bg {
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 100%;
    height: 100%;
    min-height: 526px;
}
.temps-liturgique-infos {
    min-height: 80px;
    background-repeat: no-repeat !important;
    padding-left: 80px;
    color: #fff;
    padding-top: 12px;
}
.psaume {
    display: block;
    font-style: italic;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding-top: 12px;
}
.psaume .ref {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}
.evangile {
    display: block;
    margin-top: 15px;
    font-style: italic;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    vertical-align: middle;
    padding: 20px 10px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.lecture-box {
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    color: #fff;
    margin-bottom: 15px;
}
.lecture-box H2 {
    color: #fff;
    margin: 5px 0 15px 0;
}
.lecture-scroll {
    min-height: 200px;
    max-height: 300px;
    overflow-x: auto;
}
.lecture {
    min-height: 80px;
    line-height: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.lecture .ref {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}
.lecture A,
.psaume A {
    display: inline;
    color: #fab702;
    font-weight: 400;
    font-size: 12px;
}
.counter-section {
    padding: 50px 0;
}
.lecture-contenu:not(.actif) {
    display: none;
}
.lecture-contenu {
    text-align: justify;
}
.counters {
    padding-top: 50px;
}
.video-content {
    padding: 100px 0;
}
.testimonial-item {
    margin-bottom: 0 !important;
}
.infos-utiles {
    margin-top: 40px;
}
.infos-box {
    padding: 5px;
    width: 100%;
}
.infos-paroisses {
    height: 230px;
    padding: 5px;
    background: #d9ecff;
    border-radius: 7px;
    border: 1px solid #0060bf;
    color: #002e5b;
}
.infos-paroisses H3 {
    color: #002e5b;
    height: 40px;
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 20px;
}
.infos-paroisses P {
    margin-bottom: 5px;
}
.btn-sm {
    line-height: 40px;
    padding: 0 15px;
}
.btn-xs {
    line-height: 30px;
    padding: 0 10px;
}
.blog-items {
    border-right: 0;
    padding-right: 0;
}
.editor-content .paroisse-box {
    background: #fbfbfb;
    height: 580px;
}
.editor-content .paroisse-box .messes-list {
    overflow-x: unset;
}
.editor-content > div {
    margin-bottom: 15px;
}
i.fa-praying-hands {
    font-style: normal;
}
.footer-newsletter {
    margin-top: 20px;
    color: #fff;
}
.footer-newsletter H2 {
    color: #fab702;
}
.footer-newsletter .form-input {
    height: 45px;
    padding: 10px;
}
.footer-newsletter [type="checkbox"] {
    width: 20px;
    height: 20px;
}
.footer-newsletter .newsletter-fld-row {
    margin-top: 10px;
}
.paroisse-filter {
    width: 100%;
}
.paroisse-filter li {
    margin-right: 10px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-weight: 800;
    background-color: #f7f7f7;
    border: 1px dashed #ddd;
    padding: 10px 20px;
    border-radius: 2px;
    cursor: pointer;
}
.paroisse-filter li.active {
    background-color: #fab702;
    color: #fff;
}
.owl-controls {
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}
.owl-nav .owl-next,
.owl-nav .owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    background: transparent no-repeat center center;
    background-size: 20px;
}
.owl-nav .owl-prev {
    left: 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.owl-nav .owl-next {
    right: 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.videos-filters {
    width: 100%;
}
.videos-filters li {
    margin-right: 10px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-weight: 800;
    background-color: #fff;
    border: 1px dashed #ddd;
    padding: 10px 20px;
    border-radius: 2px;
    cursor: pointer;
}
.videos-filters li.active {
    background-color: #fab702;
    color: #fff;
}
.video-item {
    position: relative;
    margin: 0 0 20px 0;
}
.video-item-link DIV.video-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
    position: absolute;
    margin-top: -50px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-weight: 700;
    color: #fff;
}
.chemindecroix-station {
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.09);
    margin-bottom: 20px;
    height:380px;
}
.chemindecroix-p {
    padding: 15px 0;
}
.evangile-btn {
    color: #000;
    font-weight: 700;
    font-size: 14px;
    display: block;
    padding: 10px 0;
}
.evangile-btn:hover {
    color: #fab702;
}
.chemindecroix-station .evangile-btn H3 {
    font-size: 14px;
    display: inline;
    margin-left: 10px;
    transition: all 0.5s;
}
.chemindecroix-station .evangile-btn:hover H3 {
    color: #fab702;
}
#app-quete-box {
    color: #999;
}
#app-quete-box .app-link {
    font-family: Roboto, sans-serif;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    color: #999;
    font-size: 12px;
    font-weight: 600;
    border: 2px solid #999;
    text-align: center;
    border-radius: 50%;
}
#app-quete-box .app-link i {
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
}
.coloriage-item {
    width: 100%;
    height: 200px;
    background: #fff;
    margin-bottom: 15px;
    padding: 10px;
    transition: all 0.3s;
    margin-top: 15px;
}
.coloriage-item:hover {
    box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.2);
}
.coloriage-item .coloriage-title {
    height: 50px;
}
.coloriage-item .coloriage-icon {
    height: 100px;
    text-align: center;
    font-size: 50px;
    line-height: 100px;
}
.coloriage-item .coloriage-icon A {
    color: #999;
}
.coloriage-item:hover .coloriage-icon A {
    color: #fab702;
}
.coloriage-item .coloriage-date {
    height: 50px;
}
.menu-li-careme{
    color:#8500B2 !important;
}

.contact-btn{
    background-color: #fab702;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    padding: 2px 0px;
    border-radius: 50%;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    right: 30px;
    transition: all .5s;
    border: 2px solid #fab702;
    top:-5px;
}
.contact-btn:hover {   
    color: #fab702;
    background-color: #fff;
    border: 2px solid #fab702;
}
#contact-modal label{
    font-weight:bold;
}
#contact-modal label.required:before{
    content:'* ';
    color:#dc3545
}
#contact-modal .grecaptcha-badge{
    top: 100px;
    position: relative !important;
    right:auto !important;
}
@media screen and (min-width: 992px) {
    .infos-box {
        width: 20%;
    }
    .promo-section {
        margin-top: -100px !important;
    }
}
@media all and (max-width: 576px) {
    .about-bg {
        display: block !important;
        height: 450px;
    }
    .about-title {
        text-align: center;
    }
    .editor-content iframe,
    .post-content iframe {
        width: 100%;
    }
    .footer-newsletter .newsletter-btn {
        width: 100%;
    }
}

.menu-li-ete{
	color:#fab702 !important;
}

.menu-li-ete{
	color:#fab702 !important;
}

.titre-h1{
    font-family: 'Roboto Slab', sans-serif;
    font-size: 24px;
    color: #333;
    margin: 0 0 8px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.04em;
}

.slicknav_nav .slicknav_arrow {
    font-size: .8em;
    /*margin: 0 !important;*/
    width: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
}

.slicknav_nav .slicknav_item a, .slicknav_nav ul li a {
    color: #1f293d;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

.slicknav_nav ul li a {
    font-size:13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #777;
}

.home-paroisse-title{
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto Slab', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    letter-spacing: -.04em;
}