body {
  background: white !important;
  font-family: "Montserrat", sans-serif !important;
  /* Global */
  /* header */
  /* Contenus */
  /* Footer */
}
body h1, body h2, body h3, body h4, body h5, body h6, body #main-content, body .entry-content h1, body .entry-content h3 .page-title {
  font-family: "Montserrat", sans-serif !important;
}
body h4, body h5, body h6 {
  font-weight: bold;
}
@media (max-width: 900px) {
  body h3 {
    font-size: 1.55em;
  }
}
@media (max-width: 700px) {
  body h1 {
    font-size: 2em;
  }
  body h2 {
    font-size: 1.6em;
  }
  body h3 {
    font-size: 1.4em;
  }
  body h4, body h5, body h6 {
    font-size: 1.2em;
  }
}
body .clearfix {
  position: relative;
}
body .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
body .my-3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
body #content {
  margin-bottom: 0 !important;
}
body .gsc-control-cse {
  height: auto !important;
  width: auto !important;
  border: none !important;
}
body .wp-pagenavi {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
body .wp-pagenavi .nextpostslink, body .wp-pagenavi .previouspostslink {
  position: relative;
}
body .wp-pagenavi a, body .wp-pagenavi span {
  height: 28px;
  border-radius: 30px;
  width: 28px;
  box-sizing: border-box;
}
body .wp-pagenavi a.last, body .wp-pagenavi span.last {
  width: auto;
}
@media (max-width: 700px) {
  body .revert-mobile {
    flex-direction: column-reverse;
    display: flex;
  }
}
@media (max-width: 700px) {
  body .vc_row {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
body #breadcrumb {
  border: none;
  padding: 0;
}
body #breadcrumb > span {
  padding: 8px 5px;
  display: block;
  margin: 0 0 10px;
}
@media (max-width: 900px) {
  body #breadcrumb > span {
    padding: 8px 0 4px 0;
  }
}
body .btn-outline {
  border: 1px solid white;
  color: white;
  padding: 11px 20px;
  font-size: 13px;
  line-height: 17px;
  display: inline-block;
}
body .btn-outline:hover {
  color: inherit;
  border-color: inherit;
  opacity: 0.7;
}
body.admin-bar #custom-header {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar #custom-header {
    top: 46px;
  }
}
body #custom-header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #c9c9c9;
  z-index: 20;
  background: white;
}
body #custom-header .fake-sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  height: 0;
  transition: 0.3s;
}
body #custom-header .fake-sub-menu.active {
  border-bottom: 1px solid lightgrey;
}
body #custom-header .custom-menu-wrapper {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  padding: 0 20px;
  position: relative;
  box-sizing: border-box;
  min-height: 50px;
}
body #custom-header .custom-menu-wrapper #logo-link {
  display: block;
  padding-right: 20px;
}
body #custom-header .custom-menu-wrapper #logo-link img {
  padding: 5px 0;
  width: auto;
  height: auto;
  max-height: 80px;
  max-width: 220px;
}
@media (max-width: 600px) {
  body #custom-header .custom-menu-wrapper #logo-link img {
    max-height: 65px;
  }
}
body #custom-header .custom-menu-wrapper #burger-icon {
  width: 20px;
  height: 14px;
  position: relative;
  transform: rotate(0);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 20;
  display: none;
  align-self: center;
  margin-left: auto;
}
@media (max-width: 1000px) {
  body #custom-header .custom-menu-wrapper #burger-icon {
    display: block;
  }
}
body #custom-header .custom-menu-wrapper #burger-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  opacity: 1;
  left: 0;
  transform: rotate(0);
  transition: 0.25s ease-in-out;
}
body #custom-header .custom-menu-wrapper #burger-icon span:nth-child(1) {
  top: 0;
  transform-origin: left center;
}
body #custom-header .custom-menu-wrapper #burger-icon span:nth-child(2) {
  top: 6px;
  transform-origin: left center;
}
body #custom-header .custom-menu-wrapper #burger-icon span:nth-child(3) {
  top: 12px;
  transform-origin: left center;
}
body #custom-header .custom-menu-wrapper #burger-icon.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 0;
  left: 0;
}
body #custom-header .custom-menu-wrapper #burger-icon.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}
body #custom-header .custom-menu-wrapper #burger-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 14px;
  left: 0;
}
body #custom-header .custom-menu-wrapper .mobile-wrapper {
  display: flex;
  width: 100%;
  position: relative;
}
body #custom-header .custom-menu-wrapper .mobile-wrapper:not(.active) {
  height: auto !important;
}
@media (min-width: 1000px) {
  body #custom-header .custom-menu-wrapper .mobile-wrapper {
    height: auto !important;
  }
}
@media (max-width: 1000px) {
  body #custom-header .custom-menu-wrapper .mobile-wrapper {
    position: absolute;
    top: 100%;
    background: white;
    left: 0;
    display: none;
  }
  body #custom-header .custom-menu-wrapper .mobile-wrapper #menu-navigation {
    display: block;
  }
  body #custom-header .custom-menu-wrapper .mobile-wrapper.active {
    display: flex;
    flex-direction: column;
    padding: 10px;
    box-sizing: border-box;
    overflow-y: scroll;
    height: calc(100vh - 130px);
  }
  body #custom-header .custom-menu-wrapper .mobile-wrapper.active #custom-menu ul[id*=menu-] {
    display: block;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
  }
  body #custom-header .custom-menu-wrapper .mobile-wrapper.active #custom-menu ul[id*=menu-] > li > a {
    padding: 8px;
    text-align: left;
  }
  body #custom-header .custom-menu-wrapper .mobile-wrapper.active #custom-menu ul[id*=menu-] > li > a + .sub-menu {
    position: relative;
  }
  body #custom-header .custom-menu-wrapper .mobile-wrapper.active #custom-menu ul[id*=menu-] > li.menu-item-has-children > a {
    position: relative;
    padding-right: 25px;
  }
  body #custom-header .custom-menu-wrapper .mobile-wrapper.active #custom-menu ul[id*=menu-] > li.menu-item-has-children > a .mobile-toggler {
    position: absolute;
    right: 10px;
    padding: 0 10px;
  }
  body #custom-header .custom-menu-wrapper .mobile-wrapper.active #custom-menu ul[id*=menu-] > li.open-sub-menu > a + .sub-menu {
    display: block;
    box-sizing: border-box;
    padding: 0 10px 15px 20px;
  }
  body #custom-header .custom-menu-wrapper .mobile-wrapper.active #custom-menu ul[id*=menu-] > li.open-sub-menu > a .mobile-toggler i {
    transform: rotate(180deg);
    display: inline-block;
    transition: 0.3s;
  }
  body #custom-header .custom-menu-wrapper .mobile-wrapper.active #search_form {
    order: -1;
    width: 100%;
    max-width: 650px;
    margin: 0 auto 10px auto;
  }
  body #custom-header .custom-menu-wrapper .mobile-wrapper.active #search_form #site_search_bis {
    width: 100%;
    background-color: #eeeeee;
    border-color: #eeeeee;
  }
  body #custom-header .custom-menu-wrapper .mobile-wrapper.active #search_form input[type=submit] {
    text-indent: inherit;
    color: black;
    position: relative;
    width: auto;
    height: auto;
    border: 1px solid #eeeeee;
    padding: 7px 10px;
    overflow: visible;
    background-color: #eeeeee;
  }
  body #custom-header .custom-menu-wrapper .mobile-wrapper.active #search_form button[type=submit] {
    border: 1px solid #eeeeee;
    background-color: #eeeeee;
    color: #acacac;
  }
  body #custom-header .custom-menu-wrapper .mobile-wrapper.active .social-menu {
    padding: 20px 0;
    margin-top: auto;
  }
  body #custom-header .custom-menu-wrapper .mobile-wrapper.active .social-menu ul.menu li a {
    font-size: 25px;
  }
}
body #custom-header .custom-menu-wrapper .mobile-wrapper #custom-menu {
  display: flex;
  z-index: 21;
}
body #custom-header .custom-menu-wrapper .mobile-wrapper #custom-menu.search-open {
  z-index: 0;
}
body #custom-header .custom-menu-wrapper .mobile-wrapper #custom-menu.opened > ul > li > .sub-menu {
  display: block;
  transform: translateY(-40px);
  opacity: 1 !important;
}
body #custom-header .custom-menu-wrapper .mobile-wrapper #custom-menu.opened > ul > li > .sub-menu:hover {
  display: block;
}
body #custom-header .custom-menu-wrapper .mobile-wrapper #custom-menu > ul {
  display: flex;
  align-items: center;
}
@media (min-width: 1000px) {
  body #custom-header .custom-menu-wrapper .mobile-wrapper #custom-menu > ul > li {
    height: 100%;
    display: flex;
    align-items: center;
  }
}
body #custom-header .custom-menu-wrapper .mobile-wrapper #custom-menu > ul > li > a {
  font-weight: bold;
  padding: 36px 8px;
  text-align: center;
  display: block;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
  color: #002D4D;
  position: relative;
}
@media (min-width: 1000px) {
  body #custom-header .custom-menu-wrapper .mobile-wrapper #custom-menu > ul > li > a:hover + .sub-menu {
    z-index: 20;
  }
}
@media (min-width: 1000px) {
  body #custom-header .custom-menu-wrapper .mobile-wrapper #custom-menu > ul > li > a span.line {
    position: absolute;
    left: 0;
    top: 35px;
    background: #EBCB6E;
    height: 20px;
    width: 1px;
    z-index: 30;
    transition: 0.3s;
  }
}
@media (max-width: 1000px) {
  body #custom-header .custom-menu-wrapper .mobile-wrapper #custom-menu > ul > li > a {
    font-size: 16px;
    line-height: 19px;
  }
}
body #custom-header .custom-menu-wrapper .mobile-wrapper #custom-menu > ul > li > a + .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  padding: 15px;
}
@media (min-width: 1000px) {
  body #custom-header .custom-menu-wrapper .mobile-wrapper #custom-menu > ul > li > a + .sub-menu {
    top: 100%;
    width: 100%;
    opacity: 0 !important;
    transition: 0.3s opacity !important;
  }
  body #custom-header .custom-menu-wrapper .mobile-wrapper #custom-menu > ul > li > a + .sub-menu:after {
    content: "";
    clear: both;
    display: block;
  }
  body #custom-header .custom-menu-wrapper .mobile-wrapper #custom-menu > ul > li > a + .sub-menu > li {
    float: left;
    width: 33%;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  body #custom-header .custom-menu-wrapper .mobile-wrapper #custom-menu > ul > li > a + .sub-menu > li .sub-menu {
    padding-left: 30px;
  }
}
body #custom-header .custom-menu-wrapper .mobile-wrapper #custom-menu > ul > li > a + .sub-menu a {
  display: block;
  margin-bottom: 10px;
}
body #custom-header .custom-menu-wrapper .mobile-wrapper #custom-menu > ul > li > a + .sub-menu:hover {
  display: block;
}
body #custom-header .custom-menu-wrapper .mobile-wrapper #custom-menu > ul > li.show-sub-menu .sub-menu {
  display: block;
}
body #custom-header .custom-menu-wrapper .mobile-wrapper #custom-menu > ul > li.show-sub-menu .sub-menu:hover {
  display: block;
}
body #custom-header .custom-menu-wrapper .mobile-wrapper #search_form {
  margin-left: auto;
  float: none;
  top: auto;
  right: auto;
  position: relative;
  display: flex;
  align-items: center;
  align-self: center;
}
body #custom-header .custom-menu-wrapper .mobile-wrapper #search_form .search-opener {
  padding: 4px 8px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 18px;
  transform: rotate(90deg);
}
@media (max-width: 1000px) {
  body #custom-header .custom-menu-wrapper .mobile-wrapper #search_form .search-opener {
    display: none;
  }
}
body #custom-header .custom-menu-wrapper .mobile-wrapper #search_form .search-opener.active {
  position: relative;
  border: none;
  background: transparent;
  color: transparent;
}
body #custom-header .custom-menu-wrapper .mobile-wrapper #search_form .search-opener.active:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: black;
}
body #custom-header .custom-menu-wrapper .mobile-wrapper #search_form .search-wrapper {
  display: flex;
}
@media (max-width: 1000px) {
  body #custom-header .custom-menu-wrapper .mobile-wrapper #search_form .search-wrapper {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  body #custom-header .custom-menu-wrapper .mobile-wrapper #search_form .search-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    transition: 0.3s;
  }
  body #custom-header .custom-menu-wrapper .mobile-wrapper #search_form .search-wrapper.active {
    opacity: 1;
    top: 0;
    transform: translateY(200%);
    z-index: 30;
    background: white;
  }
}
body #custom-header .custom-menu-wrapper .mobile-wrapper #search_form .search-wrapper input[type=text] {
  display: inline-block;
  width: calc(100% - 30px);
  margin-right: 0;
  border-radius: 0;
  font-size: 13px;
  padding: 8px 12px;
  border: 1px solid #dadada;
}
body #custom-header .custom-menu-wrapper .mobile-wrapper #search_form .search-wrapper button {
  padding: 4px 8px;
  border-radius: 0;
  border: none;
  background: #002d4d;
  color: white;
  font-size: 15px;
}
body #custom-header .custom-menu-wrapper .mobile-wrapper #search_form .search-wrapper button i {
  transform: rotate(90deg);
}
body #custom-header .custom-menu-wrapper .mobile-wrapper .social-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
}
body #custom-header .custom-menu-wrapper .mobile-wrapper .social-menu a {
  margin: 0 3px;
  font-size: 20px;
}
body #custom-header .custom-menu-wrapper .mobile-wrapper #fastaccess {
  display: none;
  justify-content: center;
}
@media (max-width: 1000px) {
  body #custom-header .custom-menu-wrapper .mobile-wrapper #fastaccess {
    display: flex;
    background-color: #eeeeee;
    padding: 15px 0 50px 0;
    position: relative;
    z-index: 10;
  }
  body #custom-header .custom-menu-wrapper .mobile-wrapper #fastaccess:after {
    content: "";
    z-index: -1;
    background-color: #eeeeee;
    position: absolute;
    top: 0;
    left: -30px;
    height: 100%;
    width: calc(100% + 60px);
  }
}
body #custom-header .custom-menu-wrapper .mobile-wrapper #fastaccess .fastaccess-item {
  text-align: center;
  margin: 0 3px;
  width: 85px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body #custom-header .custom-menu-wrapper .mobile-wrapper #fastaccess .fastaccess-item .fastaccess-link {
  width: 60px;
  height: 60px;
  display: flex;
  margin: 5px 2px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: grey;
  color: white;
}
body #custom-header .custom-menu-wrapper .mobile-wrapper #fastaccess .fastaccess-item .fastaccess-text {
  font-size: 13px;
  font-weight: bold;
}
body #custom-header .custom-menu-wrapper .mobile-wrapper #fastaccess .fastaccess-item .fastaccess-icon span {
  font-size: 21px;
}
@media (min-width: 1000px) {
  body #custom-header .custom-menu-wrapper .mobile-wrapper #custom-menu ul[id*=menu-] > li.menu-item-has-children > a .mobile-toggler {
    display: none;
  }
}
body body #content-wrapper {
  box-sizing: border-box;
}
@media (min-width: 1140px) {
  body body #content-wrapper {
    max-width: 1140px !important;
  }
}
@media (min-width: 1260px) {
  body body #content-wrapper {
    max-width: 1260px !important;
  }
}
body .wrapper {
  box-sizing: border-box;
}
@media (min-width: 1140px) {
  body .wrapper {
    max-width: 1140px !important;
  }
}
@media (min-width: 1260px) {
  body .wrapper {
    max-width: 1260px !important;
  }
}
body #content {
  margin-top: 30px;
}
@media (min-width: 990px) {
  body #content #main-content {
    padding: 0;
  }
}
@media (min-width: 600px) {
  body #content .wpb_row {
    margin-bottom: 0 !important;
  }
}
body #content-page {
  background: transparent;
  margin: 0;
}
body #content-page:after {
  display: none;
}
body #main-content {
  background: transparent;
  padding: 0;
}
body #content-wrapper {
  padding: 0 30px;
}
@media (max-width: 700px) {
  body #content-wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
body .gfield input, body .gfield textarea {
  border-radius: 0;
  border: 1px solid lightgray;
  background: white;
  padding: 8px !important;
}
body .gfield select {
  border: 1px solid lightgray;
  padding: 8px;
  min-height: 37px;
}
body #footer a:hover {
  opacity: 0.7;
}
body #footer .wrapper {
  padding: 0 30px;
}
body #footer #footer-content {
  padding-bottom: 30px;
}
body #footer .footer-grid {
  display: grid;
  grid-template-columns: 70fr 35fr 22fr;
  text-align: left;
}
@media (max-width: 1000px) {
  body #footer .footer-grid {
    grid-template-columns: 1fr;
  }
}
body #footer .footer-grid .footer-col-2, body #footer .footer-grid .footer-col-3, body #footer .footer-grid .footer-col-4 {
  padding-top: 10px;
  padding-right: 20px;
}
body #footer .footer-grid .footer-col-2 .infos, body #footer .footer-grid .footer-col-3 .infos, body #footer .footer-grid .footer-col-4 .infos {
  padding-right: 10px;
}
body #footer .footer-grid .footer-col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 800px) {
  body #footer .footer-grid .footer-col-2 {
    grid-template-columns: 1fr;
  }
}
body #footer .footer-grid .infos-footer {
  padding-right: 15px;
  margin-bottom: 30px;
}
body #footer .footer-grid .infos-footer img {
  max-width: 90px;
  height: auto;
  float: left;
}
body #footer .footer-grid .infos-footer .infos {
  float: left;
  width: calc(100% - 105px);
  padding-top: 20px;
  padding-left: 15px;
}
body #footer .footer-grid .infos-footer .infos .site-title {
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 20px;
  width: 150px;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 1140px) {
  body #footer .footer-grid .infos-footer .infos .site-title {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (max-width: 700px) {
  body #footer .footer-grid .infos-footer .infos .site-title {
    display: inline-block;
    vertical-align: top;
  }
}
body #footer .footer-grid nav {
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  body #footer .footer-grid nav {
    margin-top: 30px;
  }
}
body #footer .footer-grid nav ul.custom-footer-menu > li {
  margin-bottom: 8px;
}
body #footer .footer-grid nav ul.custom-footer-menu > li a {
  display: block;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 16px;
}
body #footer .footer-grid nav ul.custom-footer-menu > li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #EBCB6E;
}
body #footer .footer-grid nav ul.custom-footer-menu > li > a {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}
body #footer .footer-grid nav ul.custom-footer-menu > li > .sub-menu {
  display: none;
  padding: 15px 0 10px 30px;
}
body #footer .footer-grid nav ul.custom-footer-menu > li > .sub-menu li a {
  text-transform: inherit;
  padding-bottom: 10px;
  margin-bottom: 0;
}
body #footer .footer-grid nav ul.custom-footer-menu > li.open-sub-menu > .sub-menu {
  display: block;
}
body #footer .footer-grid .a-la-une {
  margin-bottom: 30px;
  padding-top: 10px;
  padding-right: 15px;
}
body #footer .footer-grid .a-la-une .content {
  position: relative;
  padding: 5px 0 0 15px;
}
body #footer .footer-grid .a-la-une .content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #DEC26C;
}
body #footer .footer-grid .a-la-une .content h3 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
}
body #footer .footer-grid .a-la-une .content a {
  display: block;
  margin-bottom: 8px;
  color: white;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
body #footer .footer-grid .connexion-aumonier {
  margin-bottom: 30px;
  padding-top: 10px;
}
body #footer .footer-grid .connexion-aumonier a {
  border: 1px solid white;
  display: flex;
  flex-direction: column;
  padding: 15px;
  align-items: center;
  text-align: center;
  max-width: 120px;
  font-size: 13px;
  line-height: 17px;
}
@media (max-width: 700px) {
  body #footer .footer-grid .connexion-aumonier a {
    margin: 0 auto;
  }
}
body #footer .footer-grid .connexion-aumonier a i {
  font-size: 45px;
  margin-bottom: 15px;
}
body #footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 700px) {
  body #footer .footer-bottom {
    display: block;
    text-align: left;
  }
}
body #footer .footer-bottom .social-menu {
  display: flex;
}
@media (max-width: 700px) {
  body #footer .footer-bottom .social-menu {
    margin-bottom: 20px;
    justify-content: center;
  }
}
body #footer .footer-bottom .social-menu a {
  background: #EBCB6E;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black !important;
  font-size: 20px;
  border-radius: 50%;
  margin-right: 10px;
}
body #footer .footer-bottom .social-menu a img {
  max-width: 100%;
  height: auto;
}
body #footer .footer-bottom p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

/* Articles */
.single-post .single-post-wrapper {
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 0;
}
.single-post .single-post-wrapper h1 {
  text-align: center;
  max-width: 570px;
  margin: 0 auto 20px auto;
}
@media (max-width: 1000px) {
  .single-post .single-post-wrapper h1 {
    text-align: left;
  }
}
.single-post .single-post-wrapper .single-post-date {
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.single-post .single-post-wrapper .single-post-content {
  margin: 0 auto;
}
.single-post .single-post-wrapper .single-post-content > *:not(.wp-caption), .single-post .single-post-wrapper .single-post-content > *:not(img) {
  max-width: 570px;
  margin: 25px auto !important;
}
.single-post .single-post-wrapper .single-post-content figure.alignleft {
  margin-right: 20px !important;
}
.single-post .single-post-wrapper .single-post-content figure.alignright {
  margin-left: 20px !important;
}
.single-post .single-post-wrapper .single-post-content p img:not(.alignleft):not(.alignright) {
  max-width: 760px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 25px 0;
}
@media (max-width: 900px) {
  .single-post .single-post-wrapper .single-post-content img, .single-post .single-post-wrapper .single-post-content > * {
    max-width: 100% !important;
  }
}

/* Saints */
.post-type-archive h1 {
  margin: 30px 0 20px 0;
  font-size: 32px;
}

.grid-4-col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 16px;
}
@media (max-width: 1150px) {
  .grid-4-col {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 750px) {
  .grid-4-col {
    grid-template-columns: 1fr 1fr;
  }
}

body.post-type-archive-saint {
  background-color: #eff0f1 !important;
}
body.post-type-archive-saint .top-post-heading {
  padding-bottom: 40px;
}
body.post-type-archive-saint #content-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.post-type-archive-saint .saint-list .single-saint-list {
  background: #fff;
}
body.post-type-archive-saint .saint-list .single-saint-list .image {
  padding-top: 54%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  background-color: #c7c7c7;
}
body.post-type-archive-saint .saint-list .single-saint-list .image .date {
  position: absolute;
  left: 0;
  bottom: 0;
  background: grey;
  color: white;
  padding: 6px 10px;
  font-size: 20px;
  text-align: center;
}
body.post-type-archive-saint .saint-list .single-saint-list .image .date div:first-child {
  font-size: 25px;
  margin-bottom: 4px;
}
body.post-type-archive-saint .saint-list .single-saint-list .image .date div:nth-child(2) {
  text-transform: uppercase;
  font-size: 14px;
}
body.post-type-archive-saint .saint-list .single-saint-list .description {
  background: #fff;
  padding: 10px 15px 15px 15px;
}
body.post-type-archive-saint .saint-list .single-saint-list .description .title {
  font-weight: bold;
  margin-bottom: 6px;
  font-size: 17px;
  color: black;
}
body.post-type-archive-saint .saint-list .single-saint-list .description .excerpt {
  color: black;
}
@media (max-width: 900px) {
  body.post-type-archive-saint .saint-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 750px) {
  body.post-type-archive-saint .saint-list {
    grid-template-columns: 1fr;
  }
  body.post-type-archive-saint .saint-list .single-saint-list {
    background: transparent;
  }
  body.post-type-archive-saint .saint-list .single-saint-list a {
    position: relative;
    display: block;
  }
  body.post-type-archive-saint .saint-list .single-saint-list a:after {
    content: "";
    display: block;
    clear: both;
  }
  body.post-type-archive-saint .saint-list .single-saint-list a .image {
    float: left;
    width: 40%;
    padding-top: 25%;
  }
  body.post-type-archive-saint .saint-list .single-saint-list a .image .date {
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  body.post-type-archive-saint .saint-list .single-saint-list a .description {
    float: left;
    width: 60%;
    background: transparent;
    padding-top: 0;
  }
}

body.single-saint #content-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.single-saint-jour {
  display: grid;
  grid-template-columns: 380px 1fr;
  padding: 20px 0 50px 0;
}
.single-saint-jour .thumbnail {
  padding-right: 40px;
}
.single-saint-jour .thumbnail .image {
  position: relative;
}
.single-saint-jour .thumbnail .image .date {
  position: absolute;
  left: 20px;
  top: -15px;
  background: grey;
  color: white;
  padding: 12px 10px;
  font-size: 18px;
  text-align: center;
}
.single-saint-jour .thumbnail .image .date div:first-child {
  margin-bottom: 5px;
  font-size: 25px;
}
.single-saint-jour .thumbnail .image .date div:nth-child(2) {
  text-transform: uppercase;
  font-size: 14px;
}
@media (max-width: 800px) {
  .single-saint-jour {
    grid-template-columns: 1fr;
  }
  .single-saint-jour .thumbnail {
    max-width: 400px;
    margin-bottom: 30px;
  }
}
.single-saint-jour .saint-content span.excerpt {
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 1000px) {
  body.admin-bar #main-menu {
    padding-top: 46px;
  }
}

.footer-offset-left {
  padding-top: 25px;
  padding-left: 80px;
}

#breadcrumb {
  color: #002D4D !important;
  font-size: 14px !important;
  line-height: 18px !important;
}
#breadcrumb a, #breadcrumb span {
  color: #002D4D !important;
  font-size: 14px !important;
  line-height: 18px !important;
}

@media (max-width: 1000px) {
  .mt-nopadding.vc_row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mt-nopadding.vc_row .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.vc_tta-tabs .vc_tta-tab a {
  border-radius: 0 !important;
  background-color: #f8f8f8 !important;
}
.vc_tta-tabs .vc_tta-tab.vc_active a {
  background-color: white !important;
}
.vc_tta-tabs .vc_tta-panel-body {
  border-radius: 0 !important;
  background-color: white !important;
}

.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading, .vc_tta-accordion .vc_tta-panel .vc_tta-panel-body {
  border-radius: 0 !important;
}
.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading, .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-body {
  background-color: white !important;
}

@media (max-width: 700px) {
  #custom-menu li.don {
    margin-left: 0;
  }
}

.widget_pages > ul > li > a {
  font-family: "Montserrat", sans-serif !important;
  text-transform: inherit !important;
  font-weight: 500 !important;
}

/* Mtflat menu */
body {
  /* Single event */
  /* List event damier */
}
@media (min-width: 1000px) {
  body #custom-header.mtflat-header .custom-menu-wrapper #custom-menu > ul > li:hover:hover > .sub-menu {
    opacity: 1 !important;
    display: block !important;
    background-color: white;
    padding: 40px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.27);
    width: 1140px;
    box-sizing: border-box;
    max-width: 100vw;
  }
  body #custom-header.mtflat-header .custom-menu-wrapper #custom-menu > ul > li:hover:hover > .sub-menu > li {
    margin-bottom: 10px;
    padding-right: 0;
  }
  body #custom-header.mtflat-header .custom-menu-wrapper #custom-menu > ul > li:hover:hover > .sub-menu > li a {
    padding-right: 20px;
  }
}
body #custom-header.mtflat-header .custom-menu-wrapper .mobile-wrapper.active .sub-menu {
  width: auto !important;
  left: auto !important;
}
body #footer-partner {
  background-color: #f3f3f3 !important;
}
body .custom-container {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}
body .text-center {
  text-align: center;
}
body .single-event-page {
  margin-top: 0 !important;
}
body .single-event-page #breadcrumb {
  padding: 0 30px;
}
body .single-event-page #breadcrumb span {
  color: white !important;
  font-weight: bold;
}
body .single-event-page #breadcrumb span a {
  color: white !important;
  text-decoration: underline;
}
body .single-event-page .post-top-banner {
  background-color: lightgray;
  padding: 25px 0 0 0;
  text-align: center;
  z-index: 5;
  position: relative;
  margin-bottom: 60px;
}
body .single-event-page .post-top-banner h1 {
  padding: 15px 30px;
  color: white !important;
}
@media (max-width: 1000px) {
  body .single-event-page .post-top-banner h1 {
    font-size: 1.6em;
  }
}
body .single-event-page .post-top-banner .single-event-place {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  color: white !important;
}
body .single-event-page .post-top-banner .single-event-date {
  display: inline-block;
  background-color: #434343;
  color: white;
  padding: 8px;
  transform: translateY(50%);
  font-weight: 700;
}
body .single-event-page .single-event-post-content {
  width: 570px;
  max-width: 100%;
  margin: 0 auto;
}
body .single-event-page .single-event-thumbnail img {
  display: block;
  margin: 0 auto 30px auto !important;
}
body .list-agenda-damier {
  background-color: #e8e8e8;
  padding: 25px 0;
}
body .list-agenda-damier .events-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 1000px) {
  body .list-agenda-damier .events-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  body .list-agenda-damier .events-list {
    grid-template-columns: 1fr;
  }
}
body .important-events {
  background-color: #002D4D;
  padding: 25px 0;
}
body .important-events .important-events-link {
  text-align: right;
}
body .important-events .important-events-link a {
  color: white;
}
body .important-events h3 {
  color: white;
  text-transform: uppercase;
}
body .important-events .events-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 1000px) {
  body .important-events .events-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  body .important-events .events-list {
    grid-template-columns: 1fr;
  }
}
body .agenda-filter {
  background-color: #d4d4d4;
  padding: 25px 0;
}
@media (min-width: 1000px) {
  body .agenda-filter .agenda-filter-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
body .agenda-filter .agenda-filter-container h3 {
  text-transform: uppercase;
  color: black;
  margin: 0;
}
@media (max-width: 1000px) {
  body .agenda-filter .agenda-filter-container h3 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1000px) {
  body .agenda-filter .agenda-filter-container form {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
}
body .agenda-filter .agenda-filter-container form .filter-select {
  display: flex;
  align-items: center;
}
@media (min-width: 1000px) {
  body .agenda-filter .agenda-filter-container form .filter-select {
    margin-left: 20px;
  }
}
@media (max-width: 1000px) {
  body .agenda-filter .agenda-filter-container form .filter-select {
    margin-bottom: 10px;
  }
}
body .agenda-filter .agenda-filter-container form .filter-select label {
  margin-right: 6px;
  font-weight: bold;
}
@media (max-width: 1000px) {
  body .agenda-filter .agenda-filter-container form .filter-select label {
    width: 60px;
  }
}
body .agenda-filter .agenda-filter-container form .filter-select select {
  padding: 6px;
  height: auto;
  cursor: pointer;
}
body .agenda-filter .agenda-filter-container form button {
  background-color: #002D4D;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  padding: 6px 12px;
  cursor: pointer;
}
@media (max-width: 1000px) {
  body .agenda-filter .agenda-filter-container form button {
    margin-left: 67px;
  }
}
body .agenda-damier-item {
  background-color: white;
  font-family: "Montserrat", sans-serif !important;
}
body .agenda-damier-item a {
  display: block;
}
body .agenda-damier-item a:hover {
  text-decoration: none;
  opacity: 0.9;
}
body .agenda-damier-item .agenda-damier-item-img {
  position: relative;
}
body .agenda-damier-item .agenda-damier-item-img img {
  width: 100%;
}
body .agenda-damier-item .agenda-damier-item-img .agenda-damier-item-date {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 100%;
  padding: 5px;
  background-color: grey;
  color: white;
  font-weight: 500;
  width: 100%;
}
body .agenda-damier-item .agenda-damier-item-theme {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  background-color: grey;
  color: white;
  font-weight: 500;
}
body .agenda-damier-item .agenda-damier-item-title {
  padding: 12px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}
body .agenda-damier-item .agenda-damier-item-excerpt {
  padding: 0 12px 12px 12px;
  font-size: 14px;
  line-height: 17px;
}
body .agenda-damier-item .agenda-damier-item-excerpt p {
  margin-bottom: 8px;
}
body .agenda-month-splitter {
  background: #1469b0;
  padding: 25px 0;
  margin-bottom: 25px;
  margin-top: 50px;
}
body .agenda-month-splitter.first-splitter {
  margin-top: -25px;
}
body .agenda-month-splitter p {
  margin-bottom: 0;
  color: #FFF;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 25px;
  font-family: "Montserrat", sans-serif !important;
}
body .full-width-wrapper {
  width: calc(var(--vw, 1vw) * 100);
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: calc(var(--vw, 1vw) * -50);
  margin-right: calc(var(--vw, 1vw) * -50);
}
body .full-width-wrapper .wrapper {
  max-width: 1260px !important;
  padding: 0 45px;
}
body .hide-hour .hour {
  display: none;
}
body .content-auto-b {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 2px;
}
@media (max-width: 1000px) {
  body .content-auto-b {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 800px) {
  body .content-auto-b {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  body .content-auto-b {
    grid-template-columns: 1fr;
  }
}
body .content-auto-b.content-grid-one {
  grid-template-columns: 1fr;
}
body .content-auto-b.content-grid-two {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 600px) {
  body .content-auto-b.content-grid-two {
    grid-template-columns: 1fr;
  }
}
body .content-auto-b.content-grid-three {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 800px) {
  body .content-auto-b.content-grid-three {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  body .content-auto-b.content-grid-three {
    grid-template-columns: 1fr;
  }
}
body .content-auto-b .content-auto-b-card {
  padding-top: 150%;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-color: #e4e4e4;
}
body .content-auto-b .content-auto-b-card .entry-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  font-size: 18px;
  color: white;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.149737395) 0%, rgba(0, 0, 0, 0) 100%);
}

.mt-saint-date {
  font-size: 18px;
  margin-bottom: 8px;
  display: block;
  font-weight: 500;
}

.mt-saint-link {
  margin-bottom: 4px;
}

.icon-arrow-right3 {
  display: none !important;
}

.hide-hour .hour {
  display: none;
}

.type-icon-wrapper {
  padding-top: 56%;
  background-color: #d1d1d1;
  position: relative;
}
.type-icon-wrapper > div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.type-icon-wrapper > div:before {
  font-size: 60px;
}

.more-informations-btn {
  position: relative;
  display: inline-block;
  margin: 0 0 8px 0 !important;
  padding: 8px 20px 8px 20px;
  background-color: #434343;
  color: white;
  border-radius: 50px;
  font-size: 13px;
  font: 700 0.867em/1 "Gudea", Arial, Helvetica, sans-serif;
}
.more-informations-btn:hover {
  color: white;
  text-decoration: none;
  opacity: 0.85;
}

.entry-related-title {
  margin-top: 30px;
}

/* Map */
.imgmap-dialog.ui-dialog {
  z-index: 50;
  left: 50% !important;
  transform: translateX(-50%);
}
.imgmap-dialog.ui-dialog .ui-dialog-titlebar-close {
  color: #000;
}

/* Partners */
#footer-partner-slider {
  padding: 0 30px;
}
@media (max-width: 600px) {
  #footer-partner-slider {
    padding: 30px;
  }
}
#footer-partner-slider .slick-next:before,
#footer-partner-slider .slick-prev:before {
  color: black;
  content: "";
  width: 24px;
  height: 30px;
  display: block;
  background-image: url("../img/chevron-left.svg");
}
#footer-partner-slider .slick-next:before {
  background-image: url("../img/chevron-right.svg");
}
#footer-partner-slider img {
  margin: 0 auto;
}
#footer-partner-slider h4 {
  text-align: center;
  color: #595959;
  margin: 0;
  padding-top: 10px;
}

/* VC slider auto */
.bloc-vc-slider-auto .full-width-wrapper {
  background-color: #002D4D;
}
.bloc-vc-slider-auto .full-width-wrapper .bloc-vc-slider-wrapper {
  margin: 0 auto;
}
.bloc-vc-slider-auto .bloc-vc-slider {
  margin-bottom: 0;
}

.bloc-vc-slider-wrapper {
  position: relative;
}
.bloc-vc-slider-wrapper .bloc-vc-slider {
  background-color: #002D4D;
  color: white;
  position: relative;
}
.bloc-vc-slider-wrapper .bloc-vc-slider .slick-track {
  display: flex;
}
.bloc-vc-slider-wrapper .bloc-vc-slider .slick-track .single-slide {
  height: inherit;
  position: relative;
  display: flex;
}
.bloc-vc-slider-wrapper .bloc-vc-slider .slick-track .single-slide .slider-container {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  z-index: 5;
  position: relative;
  display: flex;
}
@media (max-width: 1260px) {
  .bloc-vc-slider-wrapper .bloc-vc-slider .slick-track .single-slide .slider-container {
    max-width: 1100px;
  }
}
@media (max-width: 1140px) {
  .bloc-vc-slider-wrapper .bloc-vc-slider .slick-track .single-slide .slider-container {
    max-width: 960px;
  }
}
@media (max-width: 992px) {
  .bloc-vc-slider-wrapper .bloc-vc-slider .slick-track .single-slide .slider-container {
    margin-top: 186px;
  }
}
.bloc-vc-slider-wrapper .bloc-vc-slider .slick-track .single-slide .slider-container .content-wrapper {
  width: 34%;
  background-color: #002D4D;
}
@media (max-width: 992px) {
  .bloc-vc-slider-wrapper .bloc-vc-slider .slick-track .single-slide .slider-container .content-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.bloc-vc-slider-wrapper .bloc-vc-slider .slick-track .single-slide .slider-container .content-wrapper .content {
  padding: 60px 60px 167px 30px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .bloc-vc-slider-wrapper .bloc-vc-slider .slick-track .single-slide .slider-container .content-wrapper .content {
    padding: 20px 30px 30px 30px;
  }
}
@media (max-width: 600px) {
  .bloc-vc-slider-wrapper .bloc-vc-slider .slick-track .single-slide .slider-container .content-wrapper .content .vc-slider-title {
    margin-bottom: 0;
  }
}
.bloc-vc-slider-wrapper .bloc-vc-slider .slick-track .single-slide .slider-container .content-wrapper .content .vc-slider-title a {
  font-size: 28px;
  line-height: 35px;
  color: white;
  margin-bottom: 20px;
  font-weight: bold;
}
@media (max-width: 550px) {
  .bloc-vc-slider-wrapper .bloc-vc-slider .slick-track .single-slide .slider-container .content-wrapper .content .vc-slider-title a {
    font-size: 20px;
    line-height: 27px;
  }
}
.bloc-vc-slider-wrapper .bloc-vc-slider .slick-track .single-slide .slider-container .content-wrapper .content .excerpt {
  font-size: 15px;
  line-height: 18px;
  color: white;
  margin-bottom: 20px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .bloc-vc-slider-wrapper .bloc-vc-slider .slick-track .single-slide .slider-container .content-wrapper .content .excerpt {
    display: none;
  }
}
.bloc-vc-slider-wrapper .bloc-vc-slider .slick-track .single-slide .slider-container .content-wrapper .content .vc-slider-link {
  padding: 12px 36px;
  min-width: 260px;
  background-color: #EBCB6E;
  color: #002D4D;
  text-transform: uppercase;
  font-weight: 900;
  display: inline-block;
  text-align: center;
}
.bloc-vc-slider-wrapper .bloc-vc-slider .slick-track .single-slide .slider-container .content-wrapper .content .vc-slider-link:hover {
  opacity: 0.8;
}
@media (max-width: 600px) {
  .bloc-vc-slider-wrapper .bloc-vc-slider .slick-track .single-slide .slider-container .content-wrapper .content .vc-slider-link {
    display: none;
  }
}
.bloc-vc-slider-wrapper .bloc-vc-slider .slick-track .single-slide .slider-container .image-link {
  position: absolute;
  top: 0;
  left: 34%;
  height: 100%;
  width: calc(66% + (100vw - 100%) / 2);
}
@media (max-width: 992px) {
  .bloc-vc-slider-wrapper .bloc-vc-slider .slick-track .single-slide .slider-container .image-link {
    top: -186px;
    left: 0;
    height: 186px;
    width: 100%;
  }
}
.bloc-vc-slider-wrapper .bloc-vc-slider .slick-track .single-slide .vc-slider-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 66%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 992px) {
  .bloc-vc-slider-wrapper .bloc-vc-slider .slick-track .single-slide .vc-slider-img {
    width: 100%;
    height: 200px;
  }
}
.bloc-vc-slider-wrapper .bloc-vc-slider .slick-dots {
  position: absolute;
  width: 100%;
  max-width: 1220px;
  left: 50%;
  transform: translateX(-610px);
  bottom: 0;
  padding: 30px 30px 45px 30px;
  text-align: left;
  margin: 0;
}
@media (max-width: 1260px) {
  .bloc-vc-slider-wrapper .bloc-vc-slider .slick-dots {
    max-width: 1100px;
    transform: translateX(-550px);
  }
}
@media (max-width: 1140px) {
  .bloc-vc-slider-wrapper .bloc-vc-slider .slick-dots {
    max-width: 960px;
    transform: translateX(-480px);
  }
}
@media (max-width: 992px) {
  .bloc-vc-slider-wrapper .bloc-vc-slider .slick-dots {
    max-width: 100%;
    bottom: auto;
    top: 143px;
    left: 50%;
    text-align: center;
    padding: 0;
    width: auto;
    transform: translateX(-50%);
  }
}
.bloc-vc-slider-wrapper .bloc-vc-slider .slick-dots li button {
  width: 13px;
  height: 13px;
  color: inherit;
  border: 1px solid currentColor;
  border-radius: 50px;
}
.bloc-vc-slider-wrapper .bloc-vc-slider .slick-dots li button:before {
  display: none;
}
.bloc-vc-slider-wrapper .bloc-vc-slider .slick-dots li.slick-active button {
  background-color: currentColor;
}
.bloc-vc-slider-wrapper .bloc-vc-slider-arrows {
  position: absolute;
  z-index: 20;
  width: 100%;
  max-width: 1220px;
  left: 50%;
  transform: translateX(-610px);
  bottom: 100px;
  padding-left: 30px;
  text-align: left;
  margin: 0;
}
@media (max-width: 1260px) {
  .bloc-vc-slider-wrapper .bloc-vc-slider-arrows {
    max-width: 1100px;
    transform: translateX(-550px);
  }
}
@media (max-width: 1140px) {
  .bloc-vc-slider-wrapper .bloc-vc-slider-arrows {
    max-width: 960px;
    transform: translateX(-480px);
  }
}
@media (max-width: 992px) {
  .bloc-vc-slider-wrapper .bloc-vc-slider-arrows {
    display: none;
  }
}
.bloc-vc-slider-wrapper .bloc-vc-slider-arrows .slick-arrow {
  width: 36px;
  height: 36px;
  border-radius: 50px;
  border: 1px solid white;
  color: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  margin-right: 8px;
  font-size: 20px;
  cursor: pointer;
}
.bloc-vc-slider-wrapper .bloc-vc-slider-arrows .slick-arrow.slick-disabled {
  cursor: auto;
  opacity: 0.6;
}
.bloc-vc-slider-wrapper .bloc-vc-slider-arrows .slick-arrow:hover {
  opacity: 0.9;
}

@media (min-width: 900px) {
  #share-posts-container {
    position: fixed;
    left: 0;
    bottom: 190px;
    z-index: 9;
    width: 90px;
  }
}
@media (max-width: 900px) {
  #share-posts-container {
    padding: 20px 30px 20px 20px;
    display: flex;
    align-items: center;
  }
}
#share-posts-container p {
  font-weight: bold;
  padding: 10px;
  margin: 0;
}
#share-posts-container .links {
  display: flex;
  flex-direction: column;
  padding-left: 16px;
}
@media (max-width: 900px) {
  #share-posts-container .links {
    align-items: center;
    flex-direction: row;
    padding: 0;
  }
}
#share-posts-container .links a {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0c61ff;
  color: white !important;
  font-size: 17px;
  border-radius: 50px;
  margin-bottom: 8px;
}
@media (max-width: 900px) {
  #share-posts-container .links a {
    margin-right: 6px;
    margin-bottom: 0;
    border-radius: 0;
  }
}
@media (min-width: 350px) and (max-width: 900px) {
  #share-posts-container .links a {
    width: 40px;
    height: 40px;
    font-size: 21px;
  }
}
#share-posts-container .links a:hover, #share-posts-container .links a:active, #share-posts-container .links a:focus {
  filter: brightness(90%);
}
#share-posts-container .links a.wa i {
  font-size: 21px;
  transform: translateY(-1px);
}

.custom-pagination {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.custom-pagination .page-numbers {
  height: 28px;
  width: 28px;
  border-radius: 50px;
  color: #76767c;
  display: inline-block;
  line-height: 20px;
  text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 3px 5px;
  margin: 2px;
  text-align: center;
}
.custom-pagination .page-numbers:hover, .custom-pagination .page-numbers:active, .custom-pagination .page-numbers:focus, .custom-pagination .page-numbers.current {
  border-color: #000;
  color: #fff;
  background: #313336;
}

#wpadminbar a {
  color: white !important;
}

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