@charset "UTF-8";
@font-face {
  font-family: "Nobel";
  src: url("../fonts/Nobel-Bold.eot");
  src: url("../fonts/Nobel-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Nobel-Bold.woff2") format("woff2"), url("../fonts/Nobel-Bold.woff") format("woff"), url("../fonts/Nobel-Bold.ttf") format("truetype"), url("../fonts/Nobel-Bold.svg#Nobel-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  font-stretch: normal;
}
@font-face {
  font-family: "Nobel";
  src: url("../fonts/Nobel-Regular.eot");
  src: url("../fonts/Nobel-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Nobel-Regular.woff2") format("woff2"), url("../fonts/Nobel-Regular.woff") format("woff"), url("../fonts/Nobel-Regular.ttf") format("truetype"), url("../fonts/Nobel-Regular.svg#Nobel-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-stretch: normal;
}
@font-face {
  font-family: "Nobel";
  src: url("../fonts/Nobel-RegularCondensed.eot");
  src: url("../fonts/Nobel-RegularCondensed.eot?#iefix") format("embedded-opentype"), url("../fonts/Nobel-RegularCondensed.woff2") format("woff2"), url("../fonts/Nobel-RegularCondensed.woff") format("woff"), url("../fonts/Nobel-RegularCondensed.ttf") format("truetype"), url("../fonts/Nobel-RegularCondensed.svg#Nobel-RegularCondensed") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-stretch: condensed;
}
@font-face {
  font-family: "Nobel";
  src: url("../fonts/Nobel-BoldCondensed.eot");
  src: url("../fonts/Nobel-BoldCondensed.eot?#iefix") format("embedded-opentype"), url("../fonts/Nobel-BoldCondensed.woff2") format("woff2"), url("../fonts/Nobel-BoldCondensed.woff") format("woff"), url("../fonts/Nobel-BoldCondensed.ttf") format("truetype"), url("../fonts/Nobel-BoldCondensed.svg#Nobel-BoldCondensed") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  font-stretch: condensed;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .dropdown-menu li {
    position: relative;
  }

  .nav-item .submenu {
    position: absolute;
    top: -1px;
    left: 100%;
    display: none;
  }

  .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }

  .dropdown-menu > li:hover {
    background-color: #f1f1f1;
  }

  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}
/* ============ desktop view .end// ============ */
/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu {
    margin-right: 0.7rem;
    margin-bottom: 0.5rem;
    margin-left: 0.7rem;
  }
}
/* ============ small devices .end// ============ */
html, body {
  color: #1D1D1B;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-rendering: optimizelegibility;
  text-size-adjust: 100%;
  -webkit-box-direction: normal;
  -webkit-font-smoothing: antialiased;
}

body.admin-bar .fixed-top {
  top: 32px;
}
@media (max-width: 781px) {
  body.admin-bar .fixed-top {
    top: 46px;
  }
}

img {
  max-width: 100%;
}

nav .navbar-brand {
  max-width: 150px;
}

a {
  text-decoration: none;
  color: #114C96;
}

a:hover {
  color: rgba(17, 76, 150, 0.7);
}

a.color-black {
  color: #1D1D1B;
}

a.color-black:hover {
  color: rgba(29, 29, 27, 0.7);
}

footer {
  height: 300px;
}

.ff-nobel {
  font-family: Nobel, Arial, sans-serif;
  font-weight: normal;
}

b.ff-nobel, .fw-bold {
  font-weight: bold;
}

.limit-one-line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.limit-two-lines {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.limit-three-lines {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Nobel, Arial, sans-serif;
  font-weight: bold;
}

h1, .h1 {
  text-transform: uppercase;
  font-size: 38px;
  line-height: 48px;
}

h2, .h2 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 40px;
}

h3, .h3 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 34px;
}

h4, .h4 {
  text-transform: uppercase;
  font-size: 21px;
  line-height: 30px;
}

h5, .h5 {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 25px;
}

h6, .h6 {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 21px;
}

.form-control:focus,
.btn-check:focus + .btn, .btn:focus {
  box-shadow: none;
}

.tt-uppercase {
  text-transform: uppercase;
}

.tt-none {
  text-transform: none;
}

.badge {
  font-family: Nobel, Arial, sans-serif;
  font-weight: normal;
}

p {
  margin: 0;
  padding: 0;
}

.color-blue {
  color: #114C96;
}

.bg-blue {
  background-color: #114C96;
}

.bg-light-blue {
  background-color: rgba(17, 76, 150, 0.1);
}

.color-yellow {
  color: #DBA000;
}

.bg-yellow {
  background-color: #DBA000;
}

.color-black {
  color: #1D1D1B;
}

.btn {
  padding: 8px 15px;
  text-transform: uppercase;
  font-family: Nobel, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
}

.btn.btn-white {
  color: #1D1D1B;
  border-color: #ffffff;
  background-color: #ffffff;
}

.btn.btn-red {
  color: #fff;
  border-color: #E5312E;
  background-color: #E5312E;
}

.btn.btn-blue {
  color: #fff;
  border-color: #114C96;
  background-color: #114C96;
}

.btn.btn-yellow {
  color: #fff;
  border-color: #DBA000;
  background-color: #DBA000;
}

.btn.btn-white.btn-bordered {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}

.btn.btn-bigger {
  padding: 1rem 1.8rem;
}

.btn-grey {
  color: #FFFFFF;
  border-color: #A1A1A1;
  background-color: #A1A1A1;
}

.bg-light {
  background-color: #ffffff !important;
}

.carousel.colored-button .carousel-control-next, .carousel.colored-button .carousel-control-prev {
  display: block;
  width: 3rem !important;
  opacity: 1;
}
.carousel.colored-button .carousel-control-next-icon, .carousel.colored-button .carousel-control-prev-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.25rem;
  background-color: #114C96;
  background-size: 100% 70%;
}

.carousel.carousel-control-title-line .carousel-control-next, .carousel.carousel-control-title-line .carousel-control-prev {
  position: relative;
  display: inline-block !important;
  width: 2rem;
}
.carousel.carousel-control-title-line .carousel-control-prev {
  width: 2.5rem !important;
}
.carousel.carousel-control-title-line .carousel-control-block {
  position: relative;
  height: 100%;
}
.carousel.carousel-control-title-line .carousel-control-buttons {
  position: absolute;
  right: 0;
  bottom: 0;
}
.carousel.carousel-control-title-line .carousel-control-next-icon, .carousel.carousel-control-title-line .carousel-control-prev-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}

.navbar-light .navbar-toggler {
  border: 0;
}

header .rs {
  padding-top: 8px;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  header .rs {
    display: none;
  }
}
header .navbar-light .navbar-nav .nav-link {
  color: #1D1D1B;
}
header .navbar .navbar-nav {
  font-family: Nobel, Arial, sans-serif;
  font-size: 12px;
}
header .navbar .navbar-nav > li.level-0 {
  text-transform: uppercase;
}
header .navbar .navbar-nav > li.level-0 .dropdown-item {
  text-transform: none;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
}
header .navbar .navbar-nav > li.level-0 .dropdown-item.with-children {
  padding-right: 24px;
}
header .navbar .navbar-nav .dropdown-menu {
  padding: 0;
  border-radius: 0;
}
header .navbar .navbar-nav .dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
}
header .navbar .dropdown-item.active, header .navbar .dropdown-item:active {
  color: #1e2125;
  background-color: #e9ecef;
}
@media (max-width: 991px) {
  header .navbar .navbar-nav {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) and (max-width: 450px) {
  header .navbar .navbar-nav {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  header .navbar .navbar-collapse {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  header .navbar .level-0 .nav-link {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  header .navbar .dropdown-menu {
    width: 100%;
    border: 0;
  }
}
@media (max-width: 991px) {
  header .navbar li.level-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #DBA000;
  }
}
@media (max-width: 991px) {
  header .navbar li.level-1:first-child {
    border-top: 1px solid #DBA000;
  }
}
@media (max-width: 991px) {
  header .navbar .level-1.nav-link, header .navbar .navbar-nav > .nav-item .dropdown-item {
    font-family: Nobel, Arial, sans-serif;
    font-size: 14px;
  }
}
header .nav-item.dropdown a.dropdown-item.with-children:after {
  content: "»";
  position: absolute;
  right: 0.8rem;
  left: auto;
}
@media (min-width: 992px) {
  header .nav-item .submenu {
    left: calc(100% - 1px);
  }
}
@media (max-width: 991px) {
  header .navbar .d-flex.right-block {
    display: block !important;
  }
}
header .navbar .menu-tablet-search {
  margin-left: auto;
}
@media (min-width: 991px) {
  header .navbar .menu-tablet-search {
    display: none;
  }
}
@media (max-width: 450px) {
  header .navbar .menu-tablet-search {
    display: none;
  }
}
header .navbar .reseaux-sociaux {
  height: 21px;
  margin-top: 8px;
  padding: 0 0 0 5px;
}
@media (max-width: 991px) {
  header .navbar .reseaux-sociaux {
    margin-top: 20px;
    text-align: center;
  }
}
header .navbar .reseaux-sociaux a {
  margin: 0 1px;
}
@media (max-width: 991px) {
  header .navbar .reseaux-sociaux {
    display: block;
  }
  header .navbar .reseaux-sociaux img {
    height: 30px;
    margin-right: 30px;
  }
}
header .navbar .around-searchbar {
  position: relative;
  overflow-x: hidden;
  height: 39px;
  margin-right: 10px;
}
@media (max-width: 991px) and (min-width: 450px) {
  header .navbar .around-searchbar {
    display: none;
  }
}
@media (max-width: 991px) {
  header .navbar .donner-eglise {
    width: auto;
  }
  header .navbar .donner-eglise.show-lg {
    display: none !important;
  }
}
@media (min-width: 992px) {
  header .navbar .donner-eglise {
    display: none;
  }
  header .navbar .donner-eglise.show-lg {
    display: block !important;
  }
}
@media (max-width: 450px) {
  header .navbar .donner-eglise {
    margin-left: auto;
  }
}
header .navbar .submit-search {
  padding-right: 10px;
  padding-left: 10px;
  transition: background-color 0.8s, color 0.8s, border 0.8s;
  color: #A1A1A1;
  border: 0;
  background-color: #ffffff;
}
@media (max-width: 450px) {
  header .navbar .submit-search {
    color: black;
  }
}

main {
  margin-top: 69px;
}

footer .footer-nav-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: Arial, sans-serif;
}
footer .footer-nav-container a:hover {
  color: rgba(255, 255, 255, 0.8);
}
footer .footer-nav-container > ul.footer-nav > li.menu-item {
  text-transform: uppercase;
  font-family: Nobel, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
}
footer .footer-nav-container > ul.footer-nav > li.menu-item > a {
  display: block;
  margin-bottom: 20px;
}
footer .footer-nav-container > ul.footer-nav > li.menu-item > ul.sub-menu > li.menu-item {
  margin-bottom: 20px;
  text-transform: none;
  font-family: Nobel, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
}
footer .footer-nav-container > ul.footer-nav > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item {
  margin-bottom: 0;
  text-transform: none;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
}

.carousel-item img {
  object-fit: cover;
}

.carousel-control-next, .carousel-control-prev {
  width: 6%;
}

.soutenir {
  position: relative;
  min-height: 250px;
  margin-bottom: 30px;
  color: #ffffff;
  background-image: url("../img/home-soutenir-eglise-bg.jpg");
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px 20px;
}
.soutenir h3 {
  width: 100%;
  margin-top: auto;
}
.soutenir .donner-button {
  width: 100%;
  text-align: center;
  margin-bottom: auto;
}

.tous-nos-dossiers, .dossiers-grid-image {
  padding: 0;
}
.tous-nos-dossiers .dossier, .dossiers-grid-image .dossier {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 50%;
  color: #ffffff;
  background-image: no-repeat;
  background-size: cover;
}
.tous-nos-dossiers .dossier .in-dossier-bg, .dossiers-grid-image .dossier .in-dossier-bg {
  width: 100%;
  padding-top: 50%;
  background: transparent linear-gradient(180deg, #1D1D1B00 0%, #1D1D1B 100%) 0% 0% no-repeat padding-box;
}
.tous-nos-dossiers .dossier:hover, .dossiers-grid-image .dossier:hover {
  opacity: 0.8;
}
.tous-nos-dossiers .dossier h4, .dossiers-grid-image .dossier h4 {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

#home .soutenir {
  height: 100%;
  padding-top: 0;
}

#carouselExampleFade {
  height: 100%;
}

#home .slider {
  margin-bottom: 20px;
  height: 340px;
}
#home .slider .container {
  height: 100%;
}
@media screen and (min-width: 768px) {
  #home .slider {
    height: auto;
  }
}
#home .sub-slider {
  padding: 15px 0 10px;
  font-family: Nobel, Arial, sans-serif;
  display: none;
}
@media screen and (min-width: 768px) {
  #home .sub-slider {
    display: block;
    margin-bottom: 64px;
  }
}
#home .sub-slider a {
  text-decoration: underline;
  color: #DBA027;
}
#home .sub-slider a:hover {
  text-decoration: none;
  opacity: 0.6;
}
#home .sub-slider .col-md-4 {
  text-align: center;
}
#home .sub-slider img {
  height: 25px;
}
#home .sub-slider .lecture, #home .sub-slider .saint, #home .sub-slider .messe {
  text-align: center;
}
@media (max-width: 991px) {
  #home .sub-slider .lecture, #home .sub-slider .saint {
    margin-bottom: 20px;
  }
}
#home .sub-slider .lecture img {
  margin-top: -8px;
  margin-right: 5px;
}
#home .sub-slider .saint img {
  margin-top: -10px;
  margin-right: 5px;
}
#home .sub-slider .messe img {
  margin-top: -3px;
}
#home .main-post {
  display: block;
  color: #1D1D1B;
}
#home .main-post:hover {
  opacity: 0.8;
}
#home .side-posts a {
  display: block;
  color: #1D1D1B;
}
#home .side-posts a:hover {
  opacity: 0.8;
}
#home .side-posts p {
  font-size: 13px;
}
#home .actu-mgr-rouge {
  color: #ffffff;
  position: relative;
  background: transparent;
  text-align: center;
  height: auto !important;
}
#home .actu-mgr-rouge img {
  position: relative;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  #home .actu-mgr-rouge img {
    height: 100%;
  }
}
@media (min-width: 768px) {
  #home .actu-mgr-rouge {
    display: flex;
    align-items: flex-end;
    text-align: left;
  }
  #home .actu-mgr-rouge img {
    width: 100%;
  }
}
#home .actu-mgr-rouge-texte {
  padding: 20px 30px;
  position: relative !important;
}
@media screen and (max-width: 992px) {
  #home .actu-mgr-rouge-texte {
    min-height: 300px;
  }
}
@media screen and (min-width: 768px) {
  #home .actu-mgr-rouge-texte {
    align-items: center;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  #home .actu-mgr-rouge-texte {
    position: absolute;
    bottom: 0;
  }
  #home .actu-mgr-rouge-texte p {
    display: none;
  }
}
@media (min-width: 768px) {
  #home .actu-mgr-rouge-texte {
    z-index: 9;
    top: 0;
    left: 0;
    padding-left: 40%;
    text-align: left;
  }
}
#home .newsletter {
  height: 100%;
  min-height: 250px;
  padding: 24px;
  color: #ffffff;
  background-image: url(../img/home-ecoute-bg.png);
  background-position: bottom left;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#home .newsletter a {
  background-color: #dba000;
  border-radius: 3px;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  margin: 10px 25px 10px 25px;
  padding: 10px 25px 10px 25px;
  border: 0px;
  text-transform: uppercase;
  font-family: Nobel, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
}
#home .questions {
  margin: 80px auto;
  padding: 80px 30px;
  text-align: center;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#home .questions p {
  width: 100%;
  padding: 20px 48px;
  text-align: center;
}
#home .services-diocesains {
  padding: 60px 0 80px;
  background-color: rgba(17, 76, 150, 0.1);
}
#home .services-diocesains .service {
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
}
#home .services-diocesains .service .content {
  padding: 30px 15px 40px;
}
#home .services-diocesains .service .content p {
  margin: 20px 0 40px;
}

.evenements .evenement {
  display: block;
  color: #1D1D1B;
  border-radius: 4px;
  box-shadow: 0 3px 6px #00000029;
  height: 100%;
}
.evenements .evenement .row {
  height: 100%;
}
.evenements .evenement:hover {
  opacity: 0.8;
}
.evenements .evenement .img-date {
  height: 100%;
  position: relative;
}
.evenements .evenement .img-date img {
  object-fit: cover;
  aspect-ratio: 4/4;
}
.evenements .evenement .img-date .date {
  position: absolute;
  top: 0;
  right: auto;
  left: 0;
  padding: 10px 10px 5px;
  text-align: center;
  color: #ffffff;
  background-color: #114C96;
}
.evenements .evenement .img-date .date .day {
  font-size: 24px;
}
.evenements .evenement .img-date .date .month {
  text-transform: uppercase;
  font-size: 12px;
}
.evenements .evenement .infos {
  position: relative;
  height: 100%;
}
.evenements .evenement .infos .content {
  padding: 10px 20px 0 0;
}
.evenements .evenement .infos .content .categories {
  margin-bottom: 10px;
  color: rgba(29, 29, 27, 0.5);
  font-size: 11px;
}
.evenements .evenement .infos .content .h5 {
  margin: 0;
}
.evenements .evenement .infos .hour-place {
  position: absolute;
  bottom: 0;
  left: calc(var(--bs-gutter-x) * 0.5 * 2 * -1);
  width: calc(100% + var(--bs-gutter-x) * 0.5 * 2);
  padding: 0 2px 0 calc(var(--bs-gutter-x) * 0.5 * 2);
  color: #ffffff;
  border-radius: 0 0 4px 0;
  background-color: #114C96;
  font-size: 11px;
}
@media (max-width: 767px) {
  .evenements .evenement .infos .hour-place {
    position: relative;
    left: 0;
    width: 100%;
    padding: 5px 5px 5px calc(var(--bs-gutter-x) * 0.5 * 2);
    border-radius: 0 0 4px 4px;
  }
}

.home .evenements .evenement .img-date .date {
  right: auto;
  left: 0;
}

.single .dossiers {
  margin-bottom: 80px;
}

.single .service-bloc-info {
  margin: 40px 0;
  padding: 40px;
  color: #144C96;
  background-color: rgba(17, 76, 150, 0.1);
}
.single .service-bloc-info.with-map {
  padding: 0;
}
.single .service-bloc-info .inside-padding {
  padding: 40px;
}
.single .service-bloc-info h2 {
  margin-top: 0;
}
.single .service-bloc-info .with-icon img {
  max-height: 30px;
  margin-bottom: 14px;
}
.single .service-bloc-info .row .icon {
  padding-top: 6px;
  text-align: right;
}
.single .service-bloc-info .row .icon img {
  max-height: 30px;
  margin-top: -3px;
}

.dossier-vertical {
  display: block;
  cursor: pointer;
  color: #1D1D1B;
  box-shadow: 0px 3px 6px #00000029;
}
.dossier-vertical:hover {
  opacity: 0.8;
  color: #1D1D1B;
}
.dossier-vertical .dossier-image {
  width: 100%;
  aspect-ratio: 4/4;
}
.dossier-vertical .dossier-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .dossier-vertical .dossier-image {
    height: 300px;
  }
}
.dossier-vertical .dossier-infos {
  padding: 10px 15px;
}
.dossier-vertical .dossier-infos h5 {
  margin-top: 15px;
}
.dossier-vertical .dossier-infos .excerpt {
  margin-bottom: 30px;
  font-size: 13px;
}

.post-grid-white-bg .dossier-vertical {
  color: #1D1D1B;
  background-color: #ffffff;
}

.service-vertical {
  display: block;
  color: #1D1D1B;
  background-color: #ffffff;
}
.service-vertical:hover {
  opacity: 0.8;
}
.service-vertical .service-image {
  width: 100%;
  height: 200px;
  border-radius: 5px 5px 0 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.service-vertical .service-content {
  padding: 30px 20px;
}

.services-list .service-vertical {
  border-radius: 5px;
  box-shadow: 0px 3px 6px #00000029;
}

.category-header, .page-header {
  padding: 64px 20px;
  color: #ffffff;
  background-color: #9B9B9A;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  text-align: center;
  position: relative;
}
.category-header h1, .category-header p, .page-header h1, .page-header p {
  position: relative;
  z-index: 9;
}
.category-header:before, .page-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .category-header, .page-header {
    text-align: center;
  }
}

.category-title, .page-title {
  font-size: 38px;
}

.page-description {
  margin: 10px auto 0;
}
@media screen and (min-width: 768px) {
  .page-description {
    padding: 0 20%;
  }
}

.breadcrumb {
  margin: 20px 0;
  opacity: 0.5;
}
.breadcrumb a {
  color: #1D1D1B;
}
.breadcrumb a:hover {
  color: rgba(29, 29, 27, 0.8);
}
.breadcrumb .chevron {
  margin-right: 10px;
  margin-left: 10px;
}

.sub-categories {
  padding: 30px 0;
  text-align: center;
}
.sub-categories ul.category-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  text-transform: uppercase;
  font-family: Nobel, Arial, sans-serif;
}
@media screen and (max-width: 768px) {
  .sub-categories ul.category-list {
    padding-bottom: 20px;
    display: flex;
    white-space: nowrap;
    overflow: auto;
  }
  .sub-categories ul.category-list::-webkit-scrollbar-track {
    background: white;
  }
}
.sub-categories ul.category-list li {
  display: inline-block;
  margin: 0 20px;
}
.sub-categories ul.category-list li a {
  color: #1D1D1B;
}
.sub-categories ul.category-list li a:hover {
  opacity: 0.7;
}
.sub-categories ul.category-list li.active {
  border-bottom: 2px solid #DBA000;
}

.post-grid {
  margin: 50px 0;
}
.post-grid .post-content {
  display: block;
  color: #1D1D1B;
  box-shadow: 0px 3px 6px #00000029;
}
.post-grid .post-content:hover {
  opacity: 0.8;
}
.post-grid .post-content .thumbnail {
  width: 100%;
  overflow: hidden;
  height: 290px;
}
@media screen and (min-width: 768px) {
  .post-grid .post-content .thumbnail {
    height: 220px;
  }
}
.post-grid .post-content .thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.post-grid .post-content .infos {
  padding: 20px 15px;
}
.post-grid .post-content .infos h3, .post-grid .post-content .infos .h3 {
  margin-top: 10px;
}
.post-grid .post-content .infos .excerpt {
  font-size: 14px;
  line-height: 22px;
}
.post-grid.post-grid-no-shadow .post-content {
  box-shadow: none;
}
.post-grid.post-grid-no-shadow .post-content .infos {
  padding: 10px 0;
}
.post-grid.post-grid-no-shadow .post-content h3, .post-grid.post-grid-no-shadow .post-content .h3 {
  margin-top: 10px;
}

.child-services .post-grid .post-content {
  border-radius: 5px;
  background-color: #ffffff;
}
.child-services .post-grid .post-content .thumbnail {
  border-radius: 5px 5px 0 0;
}

#single .thumbnail-image {
  height: 400px;
}
#single .thumbnail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#single .single-content {
  width: calc(100% - 30px);
  margin: -180px 15px 100px 15px;
  padding: 0 15px;
  background-color: #ffffff;
  position: relative;
  z-index: 99;
  text-align: center;
}
#single .single-content .chapo {
  width: 80%;
  margin: 20px auto 0;
  text-align: center;
  font-size: 17px;
  line-height: 28px;
}
#single .single-content .categories, #single .single-content .reading-time, #single .single-content figcaption {
  padding: 40px 0;
  text-align: center;
  opacity: 0.5;
  color: #1D1D1B;
  font-size: 12px;
}
#single .single-content .categories a {
  color: #1D1D1B;
}
#single .single-content .reading-time img {
  height: 14px;
  margin-top: -2px;
  margin-right: 3px;
}

.single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  margin-top: 40px;
  margin-bottom: 20px;
}
.single-content p, .page-content p {
  margin-bottom: 20px;
}
.single-content p, .single-content ul, .single-content li, .page-content p, .page-content ul, .page-content li {
  font-size: 15px;
  line-height: 26px;
}
.single-content figcaption, .page-content figcaption {
  padding-top: 0;
  font-style: italic;
}
.single-content blockquote, .page-content blockquote {
  position: relative;
}
.single-content blockquote p:before,
.single-content blockquote p:after, .page-content blockquote p:before,
.page-content blockquote p:after {
  position: absolute;
  height: 0;
  opacity: 0.15;
  color: #144C96;
  font-size: 150px;
}
.single-content blockquote p:before, .page-content blockquote p:before {
  content: "“";
  top: 30px;
  left: 0;
}
.single-content blockquote p:after, .page-content blockquote p:after {
  content: "”";
  top: auto;
  right: 0;
  bottom: 0;
}
.single-content blockquote p, .page-content blockquote p {
  text-align: center;
  color: #144C96;
  font-family: Nobel, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
}

.title-with-link {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.title-with-link h2 {
  margin-top: 20px;
  margin-bottom: 0 !important;
}

.share-block {
  margin-top: 40px;
  padding: 40px 0;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
.share-block .addtoany_shortcode {
  display: inline-block;
}

.previous-next-post {
  margin-top: 80px;
  margin-bottom: 80px;
}
.previous-next-post .previous {
  border-right: 1px solid #E5E5E5;
}
.previous-next-post .previous.no-border {
  border: 0;
}
.previous-next-post .little-display {
  display: block;
  margin-bottom: 50px;
  padding: 0 5px 0 0;
  color: #1D1D1B;
  border-radius: 5px;
  box-shadow: 0 3px 6px #00000029;
}
@media screen and (min-width: 768px) {
  .previous-next-post .little-display {
    height: 150px;
  }
}
.previous-next-post .little-display:hover {
  opacity: 0.8;
}
.previous-next-post .little-display .image {
  width: 100%;
  height: 100%;
  border-radius: 5px 0 0 5px;
  background-position: center center;
  background-size: cover;
}
.previous-next-post .little-display .col-md-9 {
  padding: 20px;
}
.previous-next-post .little-display h4 {
  font-size: 15px;
}
.previous-next-post .little-display p {
  margin-right: 20px;
}
.previous-next-post h5 {
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .previous-next-post .next h5 {
    text-align: right;
  }
}

#page .child-page {
  margin-bottom: 40px;
}
#page .child-page img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 250px;
}
#page .child-page .excerpt {
  margin-bottom: 20px;
}
#page .sub-page {
  margin-top: 52px;
}

.wp-block-button__link {
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 5px;
  background-color: #114C96;
  font-family: Nobel, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.footer-soutenir-eglise {
  margin: 80px auto;
  padding: 50px 0;
  text-align: center;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.footer-soutenir-eglise .btn {
  margin-top: 20px;
}

footer {
  margin: 0;
  color: #ffffff;
}
footer .newsletter {
  padding: 52px 0;
  color: #ffffff;
  background-color: #163e72;
  background-image: url("../img/footer/newsletter-bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 50% auto;
}
@media screen and (min-width: 768px) {
  footer .newsletter {
    padding: 80px 0;
  }
}
footer .footer-menu {
  background-color: #01224d;
}
footer .footer-menu a {
  color: #ffffff;
}
footer .footer-menu .with-icon {
  margin-bottom: 20px;
  padding-left: 30px;
}
footer .footer-menu .with-icon:before {
  content: " ";
  position: absolute;
  left: 0;
  width: 20px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100%;
}
footer .footer-menu .with-icon-address:before {
  background-image: url("../img/footer/icons/location_icon.svg");
}
footer .footer-menu .with-icon-phone:before {
  background-image: url("../img/footer/icons/telephone_icon.svg");
}
footer .footer-menu .with-icon-mail:before {
  background-image: url("../img/footer/icons/envelope_icon.svg");
}
footer .footer-menu .reseaux-sociaux {
  padding: 50px 0;
  border-bottom: 1px solid #ffffff;
}
footer .footer-menu .reseaux-sociaux h2 {
  margin-bottom: 20px;
}
footer .footer-menu .reseaux-sociaux a {
  margin-right: 15px;
}
footer .footer-menu .reseaux-sociaux a img {
  height: 40px;
}
footer .footer-menu .content {
  margin: 50px 0;
}
footer .footer-menu .content h2 {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}
footer .footer-menu .last-line {
  padding: 20px 0;
  border-top: 1px solid #ffffff;
  font-size: 12px;
}

#carte-interactive #map, #carte-interactive .map-block {
  height: 490px;
}

.navigation {
  display: flex;
  justify-content: center;
}
.navigation .page-numbers {
  border: 1px solid #114C96;
  font-weight: bold;
  font-size: 20px;
  margin: 0 6px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.navigation .page-numbers:hover {
  background: #114C96;
  color: white;
}
.navigation .page-numbers.current {
  background: #114C96;
  color: white;
}
.navigation .page-numbers.dots {
  background: transparent;
  border: none;
}
.navigation .page-numbers.dots:hover {
  color: #1D1D1B;
}

@media screen and (max-width: 767px) {
  .slider-home {
    height: 100%;
  }
  .slider-home .carousel-item {
    height: 100%;
  }
  .slider-home .carousel-item img {
    height: 100%;
  }
  .slider-home .carousel-item .carousel-caption {
    text-align: left;
    position: absolute;
    width: 100%;
    padding: 20px;
    bottom: 0;
    left: 0;
    top: initial;
    color: white;
  }
  .slider-home .carousel-item .carousel-caption p {
    margin-bottom: 8px;
  }
  .slider-home .carousel-control-next, .slider-home .carousel-control-prev {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .slider-home .carousel-item {
    display: flex;
    align-items: center;
  }
  .slider-home .carousel-item .carousel-caption {
    text-align: left;
    position: absolute;
    width: 65%;
    padding: 20px 0 20px 72px;
    bottom: 0;
    left: 0;
    top: 0;
    background: linear-gradient(270deg, rgba(22, 22, 26, 0) 0%, rgba(22, 22, 26, 0.85) 100%);
    display: flex;
    align-items: center;
  }
  .slider-home .carousel-item .carousel-caption p {
    margin-bottom: 8px;
  }
  .slider-home .carousel-item .carousel-caption .btn {
    border: 1px solid white !important;
    color: white !important;
  }
  .slider-home .carousel-control-next, .slider-home .carousel-control-prev {
    opacity: 1;
  }
}
.mj-subscribe-button {
  display: inline-block;
}

.event {
  display: block;
}

.card-event {
  display: grid;
  grid-template-columns: 96px 1fr;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .card-event {
    grid-template-columns: 64px 1fr;
  }
}
.card-event .event-date {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background: #114C96;
  color: white;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: left;
  padding: 8px;
  flex-wrap: wrap;
}
.card-event .event-date .day, .card-event .event-date .month {
  font-weight: bold;
}
.card-event .event-date .month {
  text-transform: uppercase;
  font-size: 12px;
}
.card-event .event-data {
  padding: 16px;
}
.card-event .event-data .categories {
  text-transform: uppercase;
  color: #114C96;
  font-weight: 600;
  font-size: 12px;
}
.card-event .event-data h4 {
  color: #1D1D1B;
  font-size: 16px;
  text-transform: initial;
  margin-bottom: 0;
}
.card-event .event-data p {
  color: #1D1D1B;
  font-size: 14px;
}

.card-actu .tag {
  padding: 2px 8px;
  border-radius: 3px;
  background: #DBA000;
  color: white;
  font-weight: 600;
  font-size: 10px;
}
.card-actu .card-thumbnail .tag {
  position: absolute;
  top: 12px;
  left: 12px;
}
.card-actu .card-thumbnail img {
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .card-actu .card-thumbnail img {
    aspect-ratio: 1/1;
  }
}
.card-actu .card-content {
  margin-top: 16px;
}
.card-actu .card-content .tag {
  display: none;
}
.card-actu .card-content h3 {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 8px;
  font-size: 14px;
}
.card-actu .card-content p {
  font-size: 16px;
  line-height: 24px;
}

.featured-posts {
  height: fit-content;
  margin-bottom: 24px;
}
.featured-posts .post-0 a, .featured-posts .post-1 a, .featured-posts .post-2 a, .featured-posts .post-3 a, .featured-posts .post-4 a {
  color: inherit;
}

@media screen and (min-width: 768px) {
  .featured-posts {
    margin-bottom: 0;
  }
  .featured-posts .swiper-wrapper {
    height: auto;
    display: grid;
    grid-gap: 1rem;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(4, 108px);
    gap: 1rem;
    grid-template-areas: "featured post-one" "featured post-two" "featured post-three" "featured post-four";
  }
  .featured-posts .post-0 {
    grid-area: featured;
  }
  .featured-posts .post-1 {
    grid-area: post-one;
  }
  .featured-posts .post-2 {
    grid-area: post-two;
  }
  .featured-posts .post-3 {
    grid-area: post-three;
  }
  .featured-posts .post-4 {
    grid-area: post-four;
  }
  .featured-posts .post-0 .card-actu {
    position: relative;
  }
  .featured-posts .post-0 .card-actu .card-thumbnail img {
    aspect-ratio: 4/3;
  }
  .featured-posts .post-1 .card-actu, .featured-posts .post-2 .card-actu, .featured-posts .post-3 .card-actu, .featured-posts .post-4 .card-actu {
    display: grid;
    grid-template-columns: 96px 1fr;
    grid-gap: 1rem;
  }
  .featured-posts .post-1 .card-actu .card-thumbnail, .featured-posts .post-2 .card-actu .card-thumbnail, .featured-posts .post-3 .card-actu .card-thumbnail, .featured-posts .post-4 .card-actu .card-thumbnail {
    width: 96px;
    height: 96px;
  }
  .featured-posts .post-1 .card-actu .card-thumbnail .tag, .featured-posts .post-2 .card-actu .card-thumbnail .tag, .featured-posts .post-3 .card-actu .card-thumbnail .tag, .featured-posts .post-4 .card-actu .card-thumbnail .tag {
    display: none;
  }
  .featured-posts .post-1 .card-actu .card-thumbnail img, .featured-posts .post-2 .card-actu .card-thumbnail img, .featured-posts .post-3 .card-actu .card-thumbnail img, .featured-posts .post-4 .card-actu .card-thumbnail img {
    aspect-ratio: initial;
  }
  .featured-posts .post-1 .card-actu .card-content, .featured-posts .post-2 .card-actu .card-content, .featured-posts .post-3 .card-actu .card-content, .featured-posts .post-4 .card-actu .card-content {
    margin-top: 0;
  }
  .featured-posts .post-1 .card-actu .card-content p, .featured-posts .post-2 .card-actu .card-content p, .featured-posts .post-3 .card-actu .card-content p, .featured-posts .post-4 .card-actu .card-content p {
    font-size: 14px;
    line-height: 20px;
  }
  .featured-posts .post-1 .card-actu .card-content .tag, .featured-posts .post-2 .card-actu .card-content .tag, .featured-posts .post-3 .card-actu .card-content .tag, .featured-posts .post-4 .card-actu .card-content .tag {
    display: inline-block;
    margin-bottom: 4px;
    background: #DBA000;
  }
  .featured-posts .post-1 .card-actu .card-content h3, .featured-posts .post-2 .card-actu .card-content h3, .featured-posts .post-3 .card-actu .card-content h3, .featured-posts .post-4 .card-actu .card-content h3 {
    margin-bottom: 0;
  }
}
.card-folder {
  position: relative;
  min-height: 140px;
}
@media screen and (min-width: 768px) {
  .card-folder {
    height: 490px;
  }
}
.card-folder .card-thumbnail {
  height: 100%;
}
.card-folder .card-thumbnail img {
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  width: 100%;
}
.card-folder .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  padding: 60px 20px 32px 20px;
  text-align: center;
  background: #16161a;
  background: linear-gradient(180deg, rgba(22, 22, 26, 0) 0%, rgba(22, 22, 26, 0.85) 100%);
}
@media screen and (max-width: 400px) {
  .card-folder .card-content {
    padding: 16px;
  }
}
@media screen and (max-width: 450px) {
  .card-folder .card-content .title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 768px) {
  .card-folder {
    height: auto;
  }
  .card-folder .card-thumbnail {
    aspect-ratio: 4/4;
  }
}

.folders-listing {
  margin: 80px 0;
  padding: 40px 0;
  background-color: rgba(219, 160, 39, 0.1);
}
.folders-listing h3 {
  color: #DBA000;
}

.swiper-folder {
  height: fit-content;
}
.swiper-folder .swiper-slide {
  height: auto;
}

#carte-interactive .before-left-block {
  height: 350px;
}
@media screen and (min-width: 768px) {
  #carte-interactive .before-left-block {
    height: 490px;
  }
}

.swiper-services {
  height: fit-content;
}
.swiper-services .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.swiper-services .swiper-wrapper .swiper-slide {
  height: 100%;
}

.services-swiper-container {
  padding-left: 16px;
}
@media screen and (min-width: 768px) {
  .services-swiper-container {
    padding-left: var(--margin-container-auto);
  }
}

.searchbar-wrapper {
  margin-top: 20px;
  width: 100%;
  font-family: Nobel, Arial, sans-serif;
  margin-bottom: 40px;
  max-width: 700px;
}
.searchbar-wrapper form {
  display: flex;
  align-items: stretch;
  width: 100%;
  justify-content: space-between;
}
.searchbar-wrapper input {
  padding: 12px 16px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #DCDBDB;
  margin-right: 16px;
}
.searchbar-wrapper input:focus {
  border-color: #E4E4E4;
  outline: 0;
}

#search .search-element img {
  aspect-ratio: 1/1;
  object-fit: cover;
  max-width: 250px;
  width: 100%;
}

.paginationcustom .nav-links {
  display: flex;
}

.swiper-events {
  height: fit-content;
  padding-bottom: 6px !important;
}
@media screen and (max-width: 768px) {
  .swiper-events {
    padding: 0 16px 32px 16px !important;
  }
}
.swiper-events .swiper-slide {
  height: auto;
}

.swiper-actu {
  padding-left: 16px !important;
  padding-bottom: 2px !important;
}
@media screen and (min-width: 768px) {
  .swiper-actu {
    padding-left: initial;
  }
}
.swiper-actu .swiper-flex .col-lg-3 a {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .swiper-actu .swiper-flex {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }
  .swiper-actu .swiper-flex .col-lg-3 {
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
  }
}
@media screen and (min-width: 768px) {
  .swiper-actu .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
}

.card-services-vertical a {
  width: 100%;
}

.logo-footer {
  height: 96px;
}

@media screen and (max-width: 992px) {
  .d-sm-none {
    display: none;
  }
}

#single .single-content {
  text-align: left;
}
#single .single-content h1 {
  text-align: center;
}

@media (max-width: 992px) {
  nav.fixed-top {
    overflow-y: auto;
    max-height: 100vh;
  }
}

.swiper {
  padding-left: 34px !important;
  padding-right: 34px !important;
}
.swiper:before, .swiper:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  background-color: white;
  z-index: 2;
}
.swiper:before {
  right: auto;
  left: 0;
}
.swiper .swiper-button-prev:after,
.swiper .swiper-button-next:after {
  font-size: 25px;
  font-weight: 700;
  color: #767676;
}
.swiper .swiper-button-prev {
  left: -5px;
}
.swiper .swiper-button-next {
  right: -5px;
}
.swiper.swiper-wheat:before, .swiper.swiper-wheat:after {
  background-color: #FBF6EC;
}
.swiper.swiper-blue:before, .swiper.swiper-blue:after {
  background-color: #E9EFF5;
}
.swiper.no-arrows {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.swiper.no-arrows:before, .swiper.no-arrows:after {
  display: none;
}
.swiper.no-arrows .swiper-button-prev,
.swiper.no-arrows .swiper-button-next {
  display: none;
}

/*# sourceMappingURL=main.css.map */
