/*
Theme Name: Progressif Media
Theme URI: https://progressifmedia.com
Author: L'équipe Progressif Media
Author URI: https://progressifmedia.com/
Description: Thème du site de l'agence de communication Progressif Media
Version: 0.1
*/

/*** COLORS
#ffffff;
****/

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* fix page dancing around in mobile */
#main {
  overflow: hidden;
}

.fsi {
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}

body {
  font-family: "Ubuntu";
  overflow-x: hidden;
}

.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

.aligncenter {
  display: block;
  margin: 0 auto 30px auto;
}

.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

.alignnone {
  float: none;
  display: block;
  margin: 0 0 30px 0;
}

.size-full {
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
}

p .alignleft {
  float: left;
  margin: 5px 15px 15px 0;
}

p .aligncenter {
  display: block;
  margin: 5px auto 30px auto;
}

p .alignright {
  float: right;
  margin: 5px 0 30px 15px;
}

p .alignnone {
  float: none;
  display: block;
  margin: 5px 0 30px 0;
}

p .size-full {
  width: 100%;
  height: auto;
  margin: 5px 0 30px 0;
}

.menu>.menu-item.highlight>a>span {
  background-color: #f99f1c;
  color: #fff;
  padding: 3px;
}

.mon_btn,
.animated,
.navbar-default .navbar-toggle,
.search__form,
.maison-overlay,
.toolbar,
.toolbar-handler svg,
.btn-wrapper a,
input[type="submit"],
.banner__button,
.bea-mce-button:before,
.footer-link,
.rco a svg,
.rco a path,
.ped a svg,
.ped a svg path,
.blog .home-actu-inside,
.home-actu-inside-category,
.blog__categories li a,
.event__categories a,
.event__maisons a,
.search__form input,
.wpcf7-submit,
.homerdv-background {
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.footer-link {
  -webkit-transition: transform .25s, opacity .25s;
  -moz-transition: transform .25s, opacity .25s;
  -ms-transition: transform .25s, opacity .25s;
  -o-transition: transform .25s, opacity .25s;
  transition: transform .25s, opacity .25s;
}

.overlay__maison {
  -webkit-transition: all .3s cubic-bezier(0, 0.48, .52, 1);
  -moz-transition: all .3s cubic-bezier(0, 0.48, .52, 1);
  -ms-transition: all .3s cubic-bezier(0, 0.48, .52, 1);
  -o-transition: all .3s cubic-bezier(0, 0.48, .52, 1);
  transition: all .3s cubic-bezier(0, 0.48, .52, 1);
}

.overlay__maison.opened.delay {
  -webkit-transition: .3s all .3s cubic-bezier(0, 0.48, .52, 1);
  -moz-transition: .3s all .3s cubic-bezier(0, 0.48, .52, 1);
  -ms-transition: .3s all .3s cubic-bezier(0, 0.48, .52, 1);
  -o-transition: .3s all .3s cubic-bezier(0, 0.48, .52, 1);
  transition: .3s all .3s cubic-bezier(0, 0.48, .52, 1);
}

/* .wrapper {
  padding-top: 120px;
} */
.wrapper {
  /* previously only for .front-page */
  padding-top: 0;
}

.pagination {
  text-align: center;
  width: 100%;
  margin: 20px 0px 50px 0;
}

.pagination span.page-numbers,
.pagination a.page-numbers {
  color: #333;
  background: white;
  padding: 5px 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5rem;
  margin-right: 3px;
  display: inline-block;
  margin-top: 7px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.pagination .page-numbers.current,
.pagination a.page-numbers:hover,
.pagination a.page-numbers:focus,
.pagination a.page-numbers:active {
  color: #fff;
  background: #f99f1c;
  text-decoration: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.btn-wrapper {
  text-align: center;
}

.mon_btn,
.bea-mce-button,
.wpcf7-submit,
.btn-wrapper a,
.btn-wrapper input[type=submit],
.banner__button {
  display: inline-block;
  background-color: white;
  color: #f99f1c;
  padding: 15px 40px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.single p a.mon_btn:focus,
.single p a.mon_btn:hover,
.btn-wrapper a:focus,
.btn-wrapper a:hover,
.btn-wrapper input[type=submit]:focus,
.btn-wrapper input[type=submit]:hover,
.wpcf7-submit:hover,
.wpcf7-submit:focus,
.banner__button:hover {
  text-decoration: none;
  color: white;
  background: #f99f1c;
}

.btn-wrapper-ghost a,
.btn-wrapper-ghost input[type=submit] {
  border: 1px solid #f99f1c;
}

.btn-wrapper.btn-wrapper-brown a,
.btn-wrapper.btn-wrapper-brown input[type=submit] {
  background: hsl(24, 51%, 10%);
}

.btn-wrapper.btn-wrapper-brown a:hover,
.btn-wrapper.btn-wrapper-brown input[type=submit]:hover {
  color: white;
  background: hsl(24, 51%, 20%);
}

.btn-wrapper.btn-wrapper-brown.btn-wrapper-ghost a:hover,
.btn-wrapper.btn-wrapper-brown.btn-wrapper-ghost input[type=submit]:hover {
  color: white;
}

.btn-wrapper.btn-wrapper-brown a,
.btn-wrapper.btn-wrapper-brown input[type=submit] {
  background-color: #25160c;
  color: white;
}

.single p a.mon_btn,
.page__content p a.bea-mce-button,
.maison__content p a.bea-mce-button,
.blog__content p a.bea-mce-button,
.agenda__content p a.bea-mce-button,
.single__content p a.bea-mce-button,
.event__content p a.bea-mce-button,
.btn-wrapper.btn-wrapper-orange a,
.btn-wrapper.btn-wrapper-orange input[type=submit] {
  background-color: #f99f1c;
  color: white;
}

.single p a.mon_btn:hover,
a.bea-mce-button:hover,
.btn-wrapper.btn-wrapper-orange a:hover,
.btn-wrapper.btn-wrapper-orange input[type=submit]:hover {
  background-color: white;
  color: #f99f1c;
}

.loading {
  display: flex;
  justify-content: center;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ff9a00;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(19px, 0);
  }
}

/*
.bea-mce-button {
  border: 1px solid #f99f1c;
  display: inline-block;
  background-color: white;
  padding: 15px 40px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  font-size: 1.4rem;
}
.bea-mce-button:focus,
.bea-mce-button:hover {
  text-decoration: none;
}
.bea-mce-button:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 0%;
  background: #f99f1c;
  opacity: .8;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  z-index: 0;
}
.bea-mce-button:hover:before {
  height: 180%;
}
.bea-mce-button span {
  color: #f99f1c;
  position: relative;
  z-index: 100;
}
.bea-mce-button:hover span {
  color: white;
}*/
/*.container-fluid {
  padding: 0;
}*/
.navbar-default {
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}

.navbar-header h1 {
  margin: 0;
}

.navbar-header a {
  margin-top: 0;
  padding: 0 0;
  display: inline-block;
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  height: auto;
  width: 100%;
  margin-right: 45px;
}

.navbar-collapse {
  border: none;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  background-color: transparent;
}

ul.sub-menu {
  display: none;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoWrapper img {
  width: 100%;
  cursor: pointer;
}

.admin-bar .navbar-fixed-top {
  top: 32px;
}

.navbar {
  height: 120px;
}

@media screen and (min-width: 992px) {
  .navbar-container {
    display: flex;
  }

  .navbar-menu {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
  }
}

.navbar-header h1 {
  margin: 0;
}

.navbar-header a {
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  display: block;
  height: 96px;
}

.navbar-header img {
  max-width: 296px;
  max-height: 120px;
  padding: 22px 0;
  margin-right: 45px;
}

.navbar,
.navbar-default {
  -webkit-transition: height .4s ease, background .4s ease;
  -moz-transition: height .4s ease, background .4s ease;
  -ms-transition: height .4s ease, background .4s ease;
  -o-transition: height .4s ease, background .4s ease;
  transition: height .4s ease, background .4s ease;
}

.navbar-header a,
.navbar .navbar-header img,
.navbar .menu-item>a,
.navbar .menu-extra {
  -webkit-transition: padding .4s ease;
  -moz-transition: padding .4s ease;
  -ms-transition: padding .4s ease;
  -o-transition: padding .4s ease;
  transition: padding .4s ease;
}

.dropdown-menu,
.navbar-menu {
  -webkit-transition: max-height .4s ease, padding .4s ease, background .4s ease;
  -moz-transition: max-height .4s ease, padding .4s ease, background .4s ease;
  -ms-transition: max-height .4s ease, padding .4s ease, background .4s ease;
  -o-transition: max-height .4s ease, padding .4s ease, background .4s ease;
  transition: max-height .4s ease, padding .4s ease, background .4s ease;
}

.navbar-small {
  height: 80px;
}

.navbar.navbar-small .navbar-header img {
  padding: 0;
}

.navbar.navbar-small .menu>.menu-item>a {
  padding-top: 30px;
  padding-bottom: 30px;
}

.navbar-small .navbar .menu-item>a,
.navbar-small .menu-extra {
  padding-top: 23px;
  padding-bottom: 23px;
}

.navbar-default {
  /* previously only for .front-page */
  background-color: rgba(255, 255, 255, 0.48);
}

/* .navbar-default {
  background-color: rgb(255, 255, 255);
} */
.navbar-default.navbar-white,
.page-template-trouver-liste.navbar-default {
  background: white;
}

.navbar .menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.menu>.menu-item {
  float: left;
}

.menu>.menu-item>a {
  font-size: 1.4rem;
  padding: 50px 18px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -.75px;
  color: #25160c;
  text-decoration: none;
}

.menu>.menu-item:first-child>a {
  padding-left: 0;
}

.menu>.menu-item>a>span {
  position: relative;
  transition: color .3s;
}

.menu>.menu-item>a[href^="http"]:hover>span {
  color: #a2958d;
}

.menu>.menu-item>a>span:after {
  content: '';
  position: absolute;
  height: 30px;
  width: 6px;
  background-image: url(src/img/menu-sep@2x.png);
  background-repeat: no-repeat;
  background-size: 5px;
  right: -23px;
  top: -6px;
}

.menu>.menu-item:last-child>a>span:after {
  content: none;
}

.caret {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  text-align: center;
  display: block;
  border: none;
  background-size: 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiB3aWR0aD0iMTUiIGhlaWdodD0iMTUiPjxwYXRoIGQ9Ik0xMjEuMyAzNC42Yy0xLjYtMS42LTQuMi0xLjYtNS44IDBsLTUxIDUxLjEtNTEuMS01MS4xYy0xLjYtMS42LTQuMi0xLjYtNS44IDAtMS42IDEuNi0xLjYgNC4yIDAgNS44bDUzLjkgNTMuOWMuOC44IDEuOCAxLjIgMi45IDEuMiAxIDAgMi4xLS40IDIuOS0xLjJsNTMuOS01My45YzEuNy0xLjYgMS43LTQuMi4xLTUuOHoiLz48L3N2Zz4=);
  width: 15px;
  height: 15px;
  margin: 0 auto;
}

.menu>.menu-item {
  position: relative;
}

.dropdown-menu {
  border-radius: 0;
  border: 0;
  width: auto;
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  display: block;
  left: -30px;
  right: -30px;
  background: white;
}

.dropdown-menu {
  /* previously only for .front-page */
  background: linear-gradient(0deg, #ffffff 0%, #ffffff1f 100%);
}

.navbar-default.navbar-white .dropdown-menu,
.page-template-trouver-liste.navbar-default .dropdown-menu {
  background: white;
}

.dropdown-menu>li>a {
  padding: 12px 35px;
  line-height: 1.4rem;
}

.menu-item>a:focus+.dropdown-menu,
.menu-item>a:hover+.dropdown-menu,
.dropdown-menu:focus,
.dropdown-menu:hover {
  padding-top: 15px;
  padding-bottom: 15px;
  max-height: 1000px;
  min-width: 230px;
}

.dropdown-menu>li>a {
  white-space: normal;
  color: #25160c;
}

.current-menu-ancestor .dropdown-menu>li.current-menu-item>a {
  background: #a2958d;
  color: white;
}

.menu-extra {
  float: right;
  padding: 40px 0;
  height: 40px;
  box-sizing: content-box;
}

.show__search,
.menu-extra .languages,
.menu-extra .languages a {
  height: 100%;
}

.show__search {
  float: left;
  padding: 10px 10px 0 0;
  position: relative;
}

.show__search:after {
  content: '';
  position: absolute;
  height: 40px;
  width: 1px;
  background: #f99f1c;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.search__form label,
.search__form input[type="submit"] {
  display: none;
}

.show__search button {
  font-size: 0;
  background: url('src/img/menu-search@2x.png');
  background-size: 100%;
  background-repeat: no-repeat;
  width: 15px;
  height: 16px;
  border: none;
  padding-top: 5px;
  z-index: 100;
  position: relative;
}

.show__search button.opened {
  background: url('src/img/cross.svg');
}

.menu-extra .languages {
  display: flex;
  margin: 0;
  align-items: center;
  flex-wrap: wrap;
  width: 40px;
  height: 40px;
  padding: 7px 10px;
  position: relative;
  overflow: hidden;
}

.menu-extra .languages.clicked,
.menu-extra .languages:hover {
  overflow: visible;
  height: auto;
  background-color: white;
}

.menu-extra .languages a {
  padding: 0;
  position: relative;
  overflow: hidden;
  height: auto;
  justify-content: center;
  color: #212121;
  font-size: 1.4rem;
}

.menu-extra .languages a:hover,
.menu-extra .languages a:focus {
  font-weight: bold;
  text-decoration: none;
}

.menu-extra .languages a:first-of-type {
  margin-bottom: 15px;
  font-weight: bold;
}

.menu-extra .languages .caret {
  bottom: 0;
  top: 30px;
  background-size: 10px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiB3aWR0aD0iMTUiIGhlaWdodD0iMTUiPjxwYXRoIGQ9Ik0xMjEuMyAzNC42Yy0xLjYtMS42LTQuMi0xLjYtNS44IDBsLTUxIDUxLjEtNTEuMS01MS4xYy0xLjYtMS42LTQuMi0xLjYtNS44IDAtMS42IDEuNi0xLjYgNC4yIDAgNS44bDUzLjkgNTMuOWMuOC44IDEuOCAxLjIgMi45IDEuMiAxIDAgMi4xLS40IDIuOS0xLjJsNTMuOS01My45YzEuNy0xLjYgMS43LTQuMi4xLTUuOHoiLz48L3N2Zz4=);
  width: 10px;
  height: 10px;
}

.wpml-ls-legacy-list-horizontal {
  border: none;
  padding: 0;
  float: left;
  clear: none;
}

.wpml-ls ul {
  overflow: hidden;
  height: 50px;
  width: 38px;
}

.wpml-ls ul li.wpml-ls-item {
  position: relative;
  margin: 8px 0 20px;
}

.fr .wpml-ls ul li.wpml-ls-item:first-child {
  display: none;
}

.en .wpml-ls ul li.wpml-ls-item:last-child {
  display: none;
}

/*.wpml-ls ul li:first-child:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  text-align: center;
  display: block;
  border: none;
  background-size: 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMzEuMTEyIDMxLjExMiI+PHBvbHlnb24gcG9pbnRzPSIzMS4xMTIsMS40MTQgMjkuNjk4LDAgMTUuNTU2LDE0LjE0MiAxLjQxNCwwIDAsMS40MTQgMTQuMTQyLDE1LjU1NiAwLDI5LjY5OCAxLjQxNCwzMS4xMTIgMTUuNTU2LDE2Ljk3IDI5LjY5OCwzMS4xMTIgMzEuMTEyLDI5LjY5OCAxNi45NywxNS41NTYgIi8+PC9zdmc+);
  width: 15px;
  height: 8px;
  margin: 0 auto;
}
*/
.wpml-ls-native,
.wpml-ls-display {
  display: none;
}

.search__form {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  z-index: 100;
  transform: scale(.8);
  opacity: 0;
  visibility: hidden;
}

.search__form.opened {
  visibility: visible;
  transform: scale(1);
  opacity: 1;
}

.search__container {
  position: relative;
  padding-right: 30px;
  max-width: 1370px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.search__form button {
  /*position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5px;*/
  background: #f99f1c;
  border-radius: 100px;
  border: none;
  color: white;
  align-self: center;
  padding: 6px 15px;
}

.search__form input[name="s"] {
  width: 35%;
  padding: 15px;
  border: 2px solid #f99e1d;
  margin: 32px 32px 32px 0;
}

.navbar-small .search__form {
  top: 80px;
}

.navbar-small .search__form input[name="s"] {
  padding: 10px 15px;
  margin: 12px 12px 12px 0;
}

main.zindex {
  position: relative;
  z-index: 1050;
}

.banner {
  background: url('src/img/home-header.jpg');
  background-size: cover;
  /*background-attachment: fixed;*/
  background-position: right;
  position: relative;
  padding-top: 320px;
}

.banner-waypoints {
  position: absolute;
  top: 160px;
}

.banner__heureux {
  margin: 0 auto 15px;
  display: block;
  width: 100%;
  max-width: 1215px;
}

.banner__button {
  display: inline-block;
  background-color: white;
  color: #f99f1c;
  padding: 15px 40px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 30px;
  margin-bottom: 75px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.banner__button:hover {
  text-decoration: none;
  color: white;
}

.toolbar,
.toolbar.toolbar-closed.toolbar-closed {
  position: fixed;
  left: 100%;
  top: 50%;
  transform: translateX(-40px) translateY(-50%);
  width: 100px;
  display: flex;
  z-index: 1000;
}

.toolbar:hover,
.toolbar-opened {
  transform: translateX(-100px) translateY(-50%);
  ;
}

.toolbar-handler {
  align-self: center;
  background: rgba(11, 20, 29, 0.8);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 34px 4px 28px 20px;
  cursor: pointer;
}

.toolbar.toolbar-closed.toolbar-closed .toolbar-handler svg,
.toolbar-handler svg {
  transform: rotateZ(180deg);
  width: 16px;
  height: 16px;
  position: relative;
  left: -5px;
}

.toolbar:hover .toolbar-handler svg,
.toolbar-handler:hover svg,
.toolbar-opened .toolbar-handler svg {
  transform: rotateZ(0deg);
}

.toolbar-links ul {
  background: rgba(11, 20, 29, 0.8);
  list-style: none;
  margin: 0;
  padding: 0;
}

.toolbar-links ul a {
  color: white;
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 22px 0;
  display: block;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}

.toolbar-links ul a:focus,
.toolbar-links ul a:hover,
.toolbar-links ul a:focus svg path,
.toolbar-links ul a:hover svg path {
  text-decoration: none;
  fill: #b77514;
  color: #b77514;
}

.toolbar-links ul li:last-child a {
  color: #f99f1c;
}

.toolbar-links ul li:last-child a:focus,
.toolbar-links ul li:last-child a:hover {
  color: #b77514;
}

.accordeon-parent,
.lien_shortcode {
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #f99e1d;
  padding-bottom: 3px;
  padding-right: 30px;
  cursor: pointer;
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 2.7rem;
  margin-bottom: 1.5rem;
}

.accordeon-parent {
  position: relative;
  top: -1.6rem;
}

.lien_shortcode {
  color: #f99e1d;
}

.accordeon-parent:after,
.lien_shortcode:after {
  content: 'V';
  display: flex;
  background: #f99e1d;
  width: 30px;
  height: 30px;
  color: white;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -10px;
  bottom: 0;
  box-shadow: 0 1px 0 0 #f99e1d;
}

.lien_shortcode:after {
  content: '+';
  font-size: 2.25rem;
}

.accordeon-parent.clicked:after {
  transform: rotateX(180deg);
  box-shadow: 0 -1px 0 0 #f99e1d;
}

.page__sidebar .lien_shortcode,
.page__sidebar .accordeon-parent {
  font-size: 1.4rem;
  line-height: 2rem;
}

.page__sidebar .accordeon-parent {
  position: relative;
  top: -10px;
}

#temoignages-mobile {
  display: none;
}

.temoignages {
  background-color: #f2f2f2;
  background-image: url('src/img/typo-jesus@2x.png'), url('src/img/temoignage-fond.jpg');
  background-position: center -150px, center center;
  background-repeat: no-repeat, no-repeat;
  background-size: 1075px, auto;
  padding-top: 120px;
  padding-bottom: 70px;
}

/*.temoignages--empty {
  padding-bottom: 500px;
}*/
.temoignages__headline {
  text-align: center;
  font-size: 4.5rem;
  line-height: 4.5rem;
  max-width: 50%;
  margin: 0 auto 6rem;
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #222;
}

.temoignages__presentation {
  text-align: center;
  font-size: 2rem;
  line-height: 3.5rem;
  max-width: 75%;
  margin: 30px auto 50px;
}

.temoignage__carousel {
  overflow: hidden;
  padding-top: 160px;
}

.temoignages__decouvrir {
  display: inline-block;
  background-color: transparent;
  color: #f99f1c;
  padding: 15px 40px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 160px;
  border-radius: 30px;
}

.temoignages__temoignent {
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  font-size: 4.5rem;
  text-shadow: 0 0 3px rgba(152, 152, 152, 0.4);
}

.temoignage__item {
  background: white;
  border-top: 3px solid #f99f1c;
  margin-bottom: 70px;
  padding: 30px;
}

.temoignage__item img {
  max-width: 100%;
}

.temoignage__item img+.hometemoignage__title {
  margin-top: 30px;
}

.hometemoignage__title {
  text-align: center;
  font-size: 3rem;
  line-height: 3rem;
  margin: 0 auto 30px;
}

.hometemoignage__texte {
  text-align: center;
  margin: 0 auto 30px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  max-height: 7rem;
  overflow: hidden;
}

.hometemoignage__texte p {
  margin-bottom: 0;
}

.temoignage__item img {
  display: block;
  margin: 0 auto;
  border-radius: 200px;
  border: 3px solid #f99f1c;
  margin-top: -100px;
  z-index: 10000;
}

.btn-wrapper a.temoignage__button-read {
  display: inline-block;
  background-color: white;
  color: #3e1a10;
  border: 1px solid #3e1a10;
  padding: 15px 40px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 30px;
}

.btn-wrapper a.temoignage__button-read:hover {
  color: white;
}

.btn-wrapper .temoignage__button-read .btn__wrapper__mask {
  background-color: #3e1a10;
}

.carousel-inner {
  overflow: visible;
}

.carousel-inner>.item>.row {
  padding: 0 50px;
}

.carousel-control {
  width: 0;
}

.carousel-indicators {
  bottom: -15px;
}

.carousel-indicators li {
  border: 1px solid #ff9a00;
}

.carousel-indicators .active {
  background-color: #f99f1c;
  border: 1px solid transparent;
}

.carousel .glyphicon-chevron-right:before,
.carousel .glyphicon-chevron-left:before {
  position: relative;
  left: -2px;
  content: '';
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3Ny4xNzUgNDc3LjE3NSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDc3LjE3NSA0NzcuMTc1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPGc+Cgk8cGF0aCBkPSJNMzYwLjczMSwyMjkuMDc1bC0yMjUuMS0yMjUuMWMtNS4zLTUuMy0xMy44LTUuMy0xOS4xLDBzLTUuMywxMy44LDAsMTkuMWwyMTUuNSwyMTUuNWwtMjE1LjUsMjE1LjUgICBjLTUuMyw1LjMtNS4zLDEzLjgsMCwxOS4xYzIuNiwyLjYsNi4xLDQsOS41LDRjMy40LDAsNi45LTEuMyw5LjUtNGwyMjUuMS0yMjUuMUMzNjUuOTMxLDI0Mi44NzUsMzY1LjkzMSwyMzQuMjc1LDM2MC43MzEsMjI5LjA3NXogICAiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  width: 30px;
  height: 30px;
  display: block;
  background-size: 100%;
}

.carousel .glyphicon-chevron-left:before {
  transform: rotate(180deg);
  left: 2px;
}

.hometemoignage__popup__wrapper,
.soutenir__popup__wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  visibility: hidden;
  transition: all .3s;
}

.hometemoignage__popup__wrapper.popup,
.soutenir__popup__wrapper.popup {
  visibility: visible;
  background: rgba(0, 0, 0, .4);
}

.hometemoignage__popup,
.soutenir__popup {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  background: white;
  z-index: 10000;
  max-width: 1140px;
  margin: 0 auto;
  transform: translateY(-50%) scale(.95);
  opacity: 0;
  visibility: hidden;
  padding: 30px;
  /*box-shadow: 0 2px 25px 0px hsla(0,0%,75%,.3);*/
  overflow: auto;
  transition: all .3s;
  max-height: calc(80vh);
}

.soutenir__popup {
  max-width: 760px;
}

.hometemoignage__popup.popup,
.soutenir__popup.popup {
  transform: translateY(-50%) scale(1);
  visibility: visible;
  opacity: 1;
}

.hometemoignage__popup__cross,
.soutenir__popup__cross {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMzEuMTEyIDMxLjExMiI+PHBvbHlnb24gcG9pbnRzPSIzMS4xMTIsMS40MTQgMjkuNjk4LDAgMTUuNTU2LDE0LjE0MiAxLjQxNCwwIDAsMS40MTQgMTQuMTQyLDE1LjU1NiAwLDI5LjY5OCAxLjQxNCwzMS4xMTIgMTUuNTU2LDE2Ljk3IDI5LjY5OCwzMS4xMTIgMzEuMTEyLDI5LjY5OCAxNi45NywxNS41NTYgIi8+PC9zdmc+);
  opacity: .6;
}

.hometemoignage__popup__image img,
.soutenir__popup__image img {
  float: left;
  border-radius: 200px;
  border: 3px solid #f99f1c;
}

.hometemoignage__popup__title,
.hometemoignage__popup__content,
.hometemoignage__popup__button,
.soutenir__popup__title,
.soutenir__popup__content,
.soutenir__popup__button {
  padding-left: 230px;
}

.hometemoignage__popup__title span,
.soutenir__popup__title span {
  text-transform: uppercase;
  color: #f99f1c;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2rem;
  display: block;
  font-style: normal;
  margin-bottom: 10px;
  font-family: "Ubuntu", serif;
}

.hometemoignage__popup__title,
.soutenir__popup__title {
  margin: 0 0 50px;
  font-size: 3.5rem;
  line-height: 1.5rem;
  color: #3e1a10;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
}

.hometemoignage__popup__content,
.soutenir__popup__content {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #555;
  margin-bottom: 50px;
}

.soutenir__popup__content {
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 50px;
}

.hometemoignage__popup__button,
.soutenir__popup__button {
  text-align: left;
  margin-bottom: 0;
}

.soutenir__popup__button {
  padding-left: 0;
}

.hometemoignage__popup__button,
.soutenir__popup__button {
  text-align: left;
  margin-bottom: 0;
}

a.soutenir__popup__more {
  display: block;
  border: none;
  text-transform: unset;
  padding: 0;
  margin: 10px 0 0 10px;
}

a.soutenir__popup__more:hover,
a.soutenir__popup__more:focus {
  background: none;
  color: #f99f1c;
}


.homerdv {
  background: #f5f5f5;
}

.homerdv-container {
  max-width: 920px;
}

.homerdv h2 {
  margin: 70px auto;
  font-size: 4.5rem;
  text-transform: uppercase;
  color: #3e1a10;
  text-align: center;
}

.agendardv-col,
.homerdv-col {
  margin-bottom: 60px;
  position: relative;
}

.agenda-separator {
  border-top: 3px solid #f99e1d;
  padding-top: 70px;
}

.agendardv-col .event__date {
  top: -40px;
  z-index: 100;
}

.agendardv-col>a,
.homerdv-col>a {
  position: relative;
  display: block;
}

.agendardv-col>a .banner__button,
.homerdv-col>a .banner__button {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: none;
  border: 1px solid #f99f1c;
  color: white;
}

.agendardv-col>a:hover .banner__button,
.homerdv-col>a:hover .banner__button {
  opacity: 1;
  /*background: #f99f1c;*/
}

a:hover .banner__button:hover {
  background: #f99f1c;
}

.agendardv-col>a .agendardv-background,
.homerdv-col>a .homerdv-background {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}

.homerdv-col>a:focus .homerdv-background,
.homerdv-col>a:hover .homerdv-background,
.agendardv-col>a:focus .agendardv-background,
.agendardv-col>a:hover .agendardv-background {
  opacity: 1;
}

.agendardv-col-inside,
.homerdv-col-inside {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: white;
  padding: 15px 30px 30px;
  position: relative;
}

.page-template-page-agenda .agendardv-col-inside {
  padding-bottom: 30px;
}

/*
.page-template-page-agenda .agenda__title {
  margin-bottom: 120px;
}
*/

.page-template-page-agenda .agenda__container {
  padding-bottom: 0;
}

.agendardv-col-inside svg,
.homerdv-col-inside svg {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
}

.agendardv-col-inside svg ellipse,
.homerdv-col-inside svg ellipse {
  fill: white;
  cx: 202;
  cy: 75;
  rx: 300;
  ry: 70;
}

.agendardv-col-inside strong,
.homerdv-col-inside strong {
  color: #707070;
}

.agendardv-col-inside h3,
.homerdv-col-inside h3 {
  text-align: center;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  max-width: 60%;
  margin: 15px auto;
  font-size: 2rem;
}

.agendardv-col-inside h3 a,
.homerdv-col-inside h3 a {
  color: #222;
  text-decoration: none;
}

.agendardv-col img,
.homerdv-col img {
  max-width: 100%;
  height: auto;
}

.agendardv-col-inside h4 a {
  transition: all .3s ease;
}

.agendardv-col-inside h4 a:hover,
.agendardv-col-inside h4 a:focus {
  color: #f99f1d;
  text-decoration: none;
}

.agendardv-col-inside p {
  font-size: 1.6rem;
  height: 6.8rem;
  overflow: hidden;
}

.agendardv .btn-wrapper a,
.homerdv .btn-wrapper a {
  margin-top: 40px;
  margin-bottom: 70px;
}

.agendardv-cat a {
  color: #3e1a10;
  border: 2px solid #3e1a10;
  display: inline-block;
  margin: 5px 0;
  padding: 3px 15px;
  border: 2px solid #f99f1c;
  font-weight: bold;
  color: #f99f1c;
}

.rco {
  background-color: #f2f2f2;
  background: url('src/img/rco-fond.jpg') no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 100px;
  text-align: center;
}

.rco-col {
  padding-left: 70px;
  padding-right: 70px;
}

.rco svg {
  border: 5px solid white;
  padding: 60px;
  border-radius: 200px;
  text-align: center;
}

.rco svg path {
  fill: white;
}

.rco a:focus svg,
.rco a:hover svg {
  background: white;
}

.rco a:focus svg path,
.rco a:hover svg path {
  fill: #333;
}

.rco h4 {
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 3rem;
  margin: 30px 0;
}

.rco p {
  color: white;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.home-citation {
  background-color: #f5f5f5;
  padding-top: 120px;
  padding-bottom: 120px;
}

.home-citation cite {
  text-align: center;
  font-size: 4.5rem;
  line-height: 4.5rem;
  max-width: 90%;
  margin: 0 auto 6rem;
  font-family: "Playfair Display", serif;
  color: #222;
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
  display: block;
}

.home-citation cite small {
  font-family: "Playfair Display", serif;
  font-size: 4.5rem;
}

.ped {
  background: #a2958d;
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 35%;
  text-align: center;
  border-bottom: 4px solid #f99f1c;
}

.ped-inside {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ped-col {
  padding-left: 70px;
  padding-right: 70px;
}

.ped svg {
  border: 5px solid white;
  padding: 60px;
  border-radius: 200px;
  text-align: center;
}

.ped svg path {
  fill: white;
}

.ped a:focus svg,
.ped a:hover svg {
  background: white;
}

.ped a:focus svg path,
.ped a:hover svg path {
  fill: #333;
}

.ped h4 {
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 3rem;
  margin: 30px 0;
}

.ped p {
  color: white;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.home-actus {
  background: url('src/img/typo-actualites@2x.png') no-repeat center 3% #f5f5f5;
  background-size: 900px;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}

.home-actu-une-inside {
  height: 510px;
  background: white;
  margin-bottom: 40px;
  display: flex;
  font-size: 1.6rem;
}

.home-actu-une-content {
  padding: 50px 80px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-actus h2 {
  margin: 0 auto 100px;
  font-size: 4.5rem;
  text-transform: uppercase;
  color: #3e1a10;
  text-align: center;
}

.home-actu-une-content .home-actu-une-content-une {
  color: #f99f1c;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}

.home-actu-une-content h3 {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 50px;
}

.home-actu-une-content h3 a,
.home-actu-inside h3 a {
  color: #222;
  transition: all .3s ease;
}

.home-actu-une-content h3 a:hover,
.home-actu-une-content h3 a:focus,
.home-actu-inside h3 a:hover,
.home-actu-inside h3 a:focus {
  color: #f99f1c;
  text-decoration: none;
}

.home-actu-inside-category {
  position: absolute;
  top: 15px;
  left: 15px;
}

.home-actu-une-content p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  max-height: 13.5rem;
}

.home-actu-une--no-thumbnail .home-actu-une-inside {
  flex-direction: column;
  height: auto;
}

.home-actu-une--no-thumbnail .home-actu-une-content {
  padding-bottom: 0;
  max-width: 65%;
  margin: 0 auto;
}

.home-actu-une-thumbnail {
  background: white;
  display: flex;
  flex-direction: column;
}

.home-actu-une-thumbnail .btn-wrapper {
  flex: 1;
  display: flex;
  height: 150px;
  justify-content: center;
  align-items: center;
  border-bottom: 4px solid #f99f1c;
}

.home-actu-une-thumbnail .btn-wrapper a {
  margin-bottom: 0;
  border: 1px solid #f99f1c;
}

.home-actu-inside {
  background-color: white;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom: 4px solid #f99f1c;
  min-height: 350px;
  font-size: 1.6rem;
  margin-bottom: 30px;
}

.home-actu-inside img {
  max-width: 100%;
  height: auto;
}

.home-actu-inside h3 {
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
  padding: 30px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
}

.home-actu-inside h3 a {
  color: #222;
  text-decoration: none;
}

.home-actu-inside .btn-wrapper a {
  margin-bottom: 30px;
  border: 1px solid #f99f1c;
}

.home-actus .row-second {
  display: flex;
  flex-wrap: wrap;
}

.newsletter {
  background-color: #f2f2f2;
  background: url('src/img/newsletter-fond.jpg') no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 160px;
  text-align: center;
}

.newsletter label {
  color: #fff;
  text-align: left;
  margin-top: 10px;
  font-size: 12px;
  line-height: 20px;
  display: block;
}

.newsletter label input[type=checkbox] {
  display: inline;
  width: 16px;
  float: left;
  margin: 3px 10px 0 0;
  height: 16px;
}

.newsletter h2 {
  color: white;
  margin: 0;
  text-align: left;
  margin-bottom: 40px;
  font-size: 5rem;
  text-shadow: 0 0 3px rgba(47, 47, 47, 0.41);
  font-weight: bold;
}

.newsletter input {
  height: 50px;
  background-color: white;
  width: 100%;
  padding: 0 55px;
  border: none;
}

.newsletter input[type="text"] {
  background: url('src/img/newsletter-name.png') no-repeat white;
  background-position: 25px center;
  background-size: 15px;
}

.newsletter input[type="email"],
.newsletter input[name="EMAIL"] {
  background: url('src/img/newsletter-mail.png') no-repeat white;
  background-position: 25px center;
  background-size: 15px;
}

.newsletter input[type="submit"] {
  background-color: #f99f1c;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 50px;
}

.newsletter input[type="submit"]:focus,
.newsletter input[type="submit"]:hover {
  background-color: hsl(36, 95%, 45%);
}

.grecaptcha-badge {
  display: none !important;
}

/* SENDIBLUE FORM */
.sib-sms-tooltip {
  margin-left: 8px;
  position: relative
}

.sib-sms-tooltip__box {
  display: none;
  border-radius: 5px;
  color: #fff;
  background-color: #333;
  position: absolute;
  bottom: 100%;
  width: 200px;
  padding: 5px;
  right: calc(100% - 60px);
  font-size: 12px
}

.sib-sms-tooltip:hover .sib-sms-tooltip__box {
  display: block
}

.sib-sms-tooltip__icon {
  border-radius: 50%;
  color: #4da6e0;
  width: 24px;
  height: 24px;
  padding: 3px;
  font-weight: 700;
  font-style: normal;
  font-size: 24px
}

.sib-container--medium.sib-container--horizontal .sib-sms-tooltip,
.sib-container--small .sib-sms-tooltip {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  height: 18px;
  width: 18px;
  margin: 12px 8px;
  background: #687484;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center
}

.sib-container--medium.sib-container--horizontal .sib-sms-tooltip__icon,
.sib-container--small .sib-sms-tooltip__icon {
  color: #fff;
  font-size: 16px
}

.sib-sms-input-wrapper {
  display: flex;
  align-items: center;
  position: relative
}

.sib-sms-field .form__label-row--horizontal {
  flex-wrap: wrap
}

@media screen and (max-width:480px) {
  .sib-sms-tooltip {
    position: absolute;
    right: 12px;
    top: 56%;
    width: 18px;
    height: 18px
  }

  .sib-sms-tooltip__icon {
    color: #fff;
    width: 24px;
    height: 24px;
    display: block;
    background: transparent;
    text-align: center;
    font-size: 12px !important;
    padding: 4px
  }
}

@media screen and (max-width:375px) {
  .g-recaptcha.sib-visible-recaptcha {
    transform: scale(.8);
    -webkit-transform: scale(.8);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
  }
}

.sib-form *,
.sib-form :after,
.sib-form :before {
  box-sizing: border-box
}

.sib-form {
  background-attachment: fixed;
  font-size: 16px;
  font-family: Roboto, sans-serif;
  padding: 32px 12px;
  margin: 0
}

.sib-form__declaration {
  display: flex;
  padding: 0 16px;
  align-items: center
}

.sib-form__declaration .declaration-block-icon {
  display: flex;
  padding: 0 16px 0 0;
  margin: 0
}

.sib-form__declaration .declaration-block-icon [class^=sib-svgIcon] {
  width: 65px;
  height: 65px
}

.sib-form__declaration p {
  line-height: 1.5em;
  margin: 0
}

.sib-form ol,
.sib-form ul {
  padding: 0
}

#sib-container {
  background: #fff;
  margin: 0 auto;
  padding: 17px;
  display: inline-block;
  width: 100%
}

#sib-form {
  text-align: left
}

.sib-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  margin-top: 8px
}

.sib-menu .entry__choice {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
  text-indent: 0
}

.sib-menu__item-list {
  margin: 0;
  list-style: none;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: none;
  margin-top: 8px;
  max-height: 360px;
  border: none;
  padding: 12px 0
}

.sib-menu__item {
  line-height: 1.5em;
  cursor: pointer;
  padding: 4px 16px;
  overflow: hidden
}

.sib-menu__item:hover {
  background-color: #8ed8fd
}

.sib-menu__apply {
  text-align: right;
  padding: 8px 12px 12px 0
}

@media screen and (max-width:375px) {
  .sib-menu__apply {
    display: flex;
    flex-direction: column-reverse;
    padding: 8px
  }
}

.sib-menu__apply button {
  padding: 8px 16px
}

.sib-menu__separator {
  font-size: 20px;
  vertical-align: sub
}

.sib-menu__select {
  padding: 0 7px
}

.sib-menu__select button {
  padding: 8px 5px
}

.sib-menu .input_replaced {
  opacity: 0;
  position: static;
  width: 0;
  margin: 0
}

.sib-menu .sib-multiselect__label {
  width: 100%
}

.sib-menu .sib-multiselect__label-text {
  text-indent: 0
}

#sib-other-container .entry__controls--other {
  margin-left: 1.5em
}

#sib-other-container .entry__choice--other {
  width: 100%
}

#sib-other-container #sib-other-reason {
  width: 100%;
  padding: 8px;
  resize: vertical;
  border: 1px solid #687484
}

.sib-checkbox__label {
  word-wrap: break-word
}

.sib-checkbox.checkbox_tick_positive:before {
  left: calc(50% - 1px)
}

.input_display {
  line-height: 1.5rem
}

.entry__choice {
  margin-bottom: 3px;
  font-family: Roboto, sans-serif;
  word-wrap: break-all
}

.entry__choice,
.entry__label {
  width: 100%;
  word-wrap: break-word
}

.entry__label {
  margin-bottom: 10px;
  font-weight: 500;
  word-break: break-word
}

.entry__label_optin {
  display: inline
}

.entry__label>* {
  float: left
}

.entry__label:after {
  content: attr(data-required);
  font-size: 1em;
  color: #ff4949;
  text-decoration: none;
  word-wrap: break-all;
  word-wrap: break-word;
  display: inline
}

.entry__specification {
  margin: 10px 0
}

.entry__controls {
  margin: 0
}

.entry__error {
  display: none;
  margin-top: 6px;
  margin-bottom: 6px;
  background: transparent
}

.sib-entry_mcq .entry__controls {
  display: block;
  background: transparent;
  border: none;
  outline: none
}

.sib-form-block {
  padding: 0 16px;
  word-wrap: break-word;
  outline: none
}

.sib-form-block ol,
.sib-form-block p,
.sib-form-block ul {
  text-align: inherit;
  margin: 0;
  line-height: 1.5em
}

.sib-form-block ol,
.sib-form-block ul {
  list-style-position: inside
}

.sib-form-block__button {
  display: inline-block;
  padding: 8px 18px;
  border: none;
  overflow-wrap: break-word;
  max-width: 100%
}

.sib-form-block__button-disabled {
  opacity: .5
}

.sib-form-block__button-with-loader {
  min-height: 40px;
  line-height: 23px
}

.sib-image-form-block {
  padding: 2px
}

.sib-image-form-block a {
  display: block;
  overflow: hidden
}

.sib-image-form-block img {
  max-width: 100%
}

.sib-divider-form-block {
  border: 0;
  margin: 0
}

.form__label-row {
  display: flex;
  flex-direction: column;
  justify-content: stretch
}

.form__label-row--horizontal {
  flex-direction: row;
  align-items: flex-start;
  margin: 10px 0
}

.form__label-row--horizontal>:first-child {
  margin-right: 20px
}

.form__label-row--horizontal>* {
  width: 50%;
  flex-grow: 1
}

.input {
  width: calc(100% - 1rem)
}

.input--multiselect {
  position: relative;
  padding-right: 32px;
  line-height: 37px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.input--multiselect:before {
  content: "";
  position: absolute;
  right: 8px;
  border: 8px solid transparent;
  border-top-color: #343f4e;
  top: calc(50% - 4px)
}

.input--select {
  position: relative;
  width: 100%
}

.input--select:after,
.input--select:before {
  content: "";
  position: absolute;
  right: 8px
}

.input--select:before {
  top: calc(50% - 12px);
  border: 5px solid transparent;
  border-bottom-color: #343f4e
}

.input--select:after {
  top: calc(50% + 2px);
  border: 5px solid transparent;
  border-top-color: #343f4e
}

.input--hidden {
  display: none !important
}

input::-webkit-input-placeholder {
  color: #bfcad8
}

input::-moz-placeholder {
  color: #bfcad8
}

input:-ms-input-placeholder {
  color: #bfcad8
}

input:-moz-placeholder {
  color: #bfcad8
}

textarea.input {
  padding: calc(.5rem - 1px)
}

.sib-form-container a {
  text-decoration: underline;
  color: #2bb2fc
}

.sib-sms-input {
  width: 100%;
  display: flex;
  align-items: center
}

.sib-sms-input .sib-smscode-select {
  width: 70px;
  margin-right: 10px;
  flex-shrink: 0
}

.sib-sms-input .entry__controls {
  width: 100%
}

.sib-sms-input .sib-menu__item {
  padding: 4px 2px
}

.form__entry {
  position: static;
  margin-left: 0;
  padding-left: 0
}

.sib-panel {
  position: relative;
  width: 100%;
  margin: 24px 0;
  padding: 10px 25px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  color: #3c4858;
  text-align: center;
  box-shadow: none
}

.sib-panel--active {
  display: block
}

.sib-panel--inactive {
  display: none
}

.sib-panel__text {
  margin: 0;
  font-weight: 600;
  text-align: left
}

.sib-panel__link {
  padding: 0 5px;
  color: #3c4858;
  text-decoration: underline;
  cursor: pointer
}

.sib-panel__close-icon {
  position: absolute;
  top: 12px;
  right: 25px;
  cursor: pointer
}

.sib-form-message-panel {
  margin: 0 0 1.25rem;
  width: 100%;
  padding: .4375rem;
  border: 1px solid;
  display: none
}

.sib-form-message-panel--active {
  display: inline-block
}

.sib-form-message-panel__text {
  display: flex;
  align-items: center;
  margin: 0;
  padding: .5rem
}

.sib-form-message-panel__text .sib-icon {
  contain: strict;
  display: inline-block;
  fill: currentColor
}

.sib-form-message-panel__text .sib-notification__icon {
  height: 1.5em;
  width: 1.5em;
  flex-shrink: 0;
  margin-right: calc(1rem - 1px)
}

.sib-loader {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px
}

.checkbox_tick_positive:before {
  left: 49%
}

@media screen and (max-width:500px) {
  #sib-container {
    padding: 32px 9px
  }

  .form__label-row--horizontal {
    flex-direction: column
  }

  .form__label-row--horizontal>* {
    width: 100%
  }
}

.sib-loader div {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  animation: loader 1.2s linear infinite
}

.sib-loader div:first-child {
  animation-delay: 0s;
  top: 29px;
  left: 53px
}

.sib-loader div:nth-child(2) {
  animation-delay: -.1s;
  top: 18px;
  left: 50px
}

.sib-loader div:nth-child(3) {
  animation-delay: -.2s;
  top: 9px;
  left: 41px
}

.sib-loader div:nth-child(4) {
  animation-delay: -.3s;
  top: 6px;
  left: 29px
}

.sib-loader div:nth-child(5) {
  animation-delay: -.4s;
  top: 9px;
  left: 18px
}

.sib-loader div:nth-child(6) {
  animation-delay: -.5s;
  top: 18px;
  left: 9px
}

.sib-loader div:nth-child(7) {
  animation-delay: -.6s;
  top: 29px;
  left: 6px
}

.sib-loader div:nth-child(8) {
  animation-delay: -.7s;
  top: 41px;
  left: 9px
}

.sib-loader div:nth-child(9) {
  animation-delay: -.8s;
  top: 50px;
  left: 18px
}

.sib-loader div:nth-child(10) {
  animation-delay: -.9s;
  top: 53px;
  left: 29px
}

.sib-loader div:nth-child(11) {
  animation-delay: -1s;
  top: 50px;
  left: 41px
}

.sib-loader div:nth-child(12) {
  animation-delay: -1.1s;
  top: 41px;
  left: 50px
}

.entry__choice label p {
  display: inline
}

@keyframes loader {

  0%,
  20%,
  80%,
  to {
    transform: scale(1)
  }

  50% {
    transform: scale(1.5)
  }
}

@media screen and (max-width:400px) {
  #sib-container {
    padding: 32px 0
  }
}

@media screen and (max-width:480px) {
  .sib-image-form-block img {
    height: auto !important
  }
}

.sib-progress-indicator {
  background: transparent
}

.sib-hide-loader-icon {
  display: none
}

#sib-form {
  text-align: left;
  background: url(https://beatitudes.org/wp-content/uploads/2018/10/newslet-3-e1540832287722.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0;
  font-family: "Ubuntu" !important;
}

.sib-form,
.sib-form-block {
  padding: 0;
}

#sib-container {
  max-width: none !important;
  padding: 0;
  border: none !important;
}

.sib-form-block__button {
  background-color: #f99f1c !important;
  color: white !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  border-radius: 50px !important;
  height: 50px !important;
  width: 100% !important;
  text-align: center !important;
}

.entry__error {
  margin: 0;
  border-radius: 0 !important;
  font-size: .8em !important;
}

.entry_errored .entry__error {
  margin: 6px 0;
  padding: 10px;
}

#success-message,
#error-message {
  max-width: 99% !important;
  margin: 10px 0 10px .5% !important;
}

.sib-form-block svg,
.sib-hide-loader-icon {
  display: none !important;
}

/* END SENDINBLUE FORM */

.footer-link {
  height: 225px;
  background: #24160d;
  background-size: cover;
  background-position: center;
  padding: 0;
}

.footer-link:hover {
  opacity: .8;
}

/*
.footer-link:nth-child(1) {
  background-image: url('src/img/footer-link-soutenir.jpg');
}
.footer-link:nth-child(2) {
  background-image: url('src/img/footer-link-communaute.jpg');
}
.footer-link:nth-child(3) {
  background-image: url('src/img/footer-link-trouver.jpg');
}
.footer-link:nth-child(4) {
  background-image: url('src/img/footer-link-agenda.jpg');
}
*/
.footer-links [class*="container"] {
  padding-left: 0;
  padding-right: 0;
}

.footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links a {
  color: white;
  font-size: 3rem;
  line-height: 3rem;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  height: 100%;

  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;

  justify-content: center;
  align-items: center;
  border-right: 1px solid #ccc;
}

.footer-links ul li:last-child a {
  border-right: none;
}

.row>.footer-links:last-child a {
  border-right: none;
}

.footer-links a:hover {
  text-decoration: none;
}

.footer-legal {
  background-color: white;
  text-align: center;
  padding: 30px 0;
  font-size: 2rem;
  color: #222;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-legal li {
  list-style: none;
  position: relative;
}

.footer-legal li:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2px;
  background-color: #333;
}

.footer-legal li:last-child:after {
  content: none;
}

.footer-legal a {
  margin: 0 30px;
  font-size: 2rem;
  color: #222;
  text-transform: uppercase;
}

.footer-legal a:hover {
  text-decoration: none;
}

.page__wrapper,
.maison__wrapper,
.blog__wrapper,
.agenda__wrapper,
.single__wrapper,
.event__wrapper {
  background: #fff;
}

.maison__wrapper {
  overflow-x: hidden;
}

.single__wrapper,
.event__wrapper {
  padding-top: 50px;
}

.page__banner,
.maison__banner,
.blog__banner,
.agenda__banner {
  background-size: cover;
  background-position: 50%;
  height: 500px;
}

/*.js .page__banner,
.js .maison__banner {
  background-size: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 0px 192px;
}*/
.blog__container,
.agenda__container,
.page__container,
.maison__container {
  background: #ffffff00;
  padding: 0px 150px 100px;
}

img+.blog__container,
img+.agenda__container {
  /* margin-top: -100px; */
  position: relative;
  z-index: 1;
}

img+.page__container,
img+.maison__container {
  margin-top: -0px;
  position: relative;
  z-index: 1;
}

.maison__container {
  margin-top: 0;
  background: white;
  padding-left: 50px;
  padding-right: 50px;
}

.post_thumbnail_header {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  /* ajout herve */
  filter: brightness(0.7);
}

/* new banner */
.Banner--default {
  min-height: 90vh;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}

@media only screen and (min-height: 576px) {
  .Banner--default {
    min-height: 50vh;
  }
}

.Banner--default>.container h1 {
  margin-top: 2em;
}

.blog__container,
.agenda__container {
  padding: 50px 50px 100px;
  background: #fff;
}

.page__title,
.maison__title,
.blog__title,
.agenda__title {

  color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 3.7rem;
  font-weight: 100;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 10px;
  text-align: center;

  /* text-transform: uppercase;
  font-weight: bold;
  margin: 0 auto;
  color: #FFF; */

  /* modifications pré refonte */
  font-size: 40px;
  font-weight: 100;
  letter-spacing: 10px;

  /* margin-top: -260px; */
  /* margin-bottom: 212px; */
  border: #fff 1px solid;
  min-height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fade-in 1s ease-in 0s 1 normal forwards;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* .page__title:after,
.page__container:after,
.agenda__tittle:after,
.maison__title:after {
  content: '';
  width: 40%;
  background: #f99f1c;
  height: 9px;
  display: block;
  margin: 63px auto 55px;
} */
.single__thumbnail img {
  max-width: 100%;
  height: auto;
}

.page__content p,
.maison__content p,
.blog__content p,
.agenda__content p,
.single__content p,
.event__content p {
  font-size: 1.6rem;
  line-height: 2.7rem;
  margin-bottom: 1.5rem;
}

.page__content blockquote,
.single__content blockquote,
.event__content blockquote,
.maison__content blockquote {
  padding: 10px 30px;
  margin: 0 0 20px 20px;
  border-left: 5px solid #f99e1d;
}

.page__content blockquote p,
.single__content blockquote p,
.event__content blockquote p,
.maison__content blockquote p {
  font-size: 2rem;
  line-height: 2.75rem;
}

.page__content p a,
.maison__content p a,
.blog__content p a,
.agenda__content p a,
.single__content p a,
.event__content p a,
.page__content a.mon_btn,
.maison__content a.mon_btn,
.blog__content a.mon_btn,
.agenda__content a.mon_btn,
.single__content a.mon_btn,
.event__content a.mon_btn {
  color: #f99f1c;
  text-decoration: none;
}

.page__content a.mon_btn:hover,
.maison__content a.mon_btn:hover,
.blog__content a.mon_btn:hover,
.agenda__content a.mon_btn:hover,
.single__content a.mon_btn:hover,
.event__content a.mon_btn:hover,
.page__content a.mon_btn:focus,
.maison__content a.mon_btn:focus,
.blog__content a.mon_btn:focus,
.agenda__content a.mon_btn:focus,
.single__content a.mon_btn:focus,
.event__content a.mon_btn:focus {
  color: white;
  background-color: #f99f1c;
  text-decoration: none;
}

.page__content a.mon_btn,
.page__content a.bea-mce-button,
.page__sidebar a.mon_btn,
.page__sidebar a.bea-mce-button,
.maison__content a.mon_btn,
.maison__content a.bea-mce-button,
.blog__content a.mon_btn,
.blog__content a.bea-mce-button,
.agenda__content a.mon_btn,
.agenda__content a.bea-mce-button,
.single__content a.mon_btn,
.single__content a.bea-mce-button,
.event__content a.mon_btn,
.event__content a.bea-mce-button {
  padding: 5px 20px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  vertical-align: sub;
}

.page__content p a.mon_btn:hover,
.page__content p a.bea-mce-button:hover,
.page__sidebar p a.mon_btn:hover,
.page__sidebar p a.bea-mce-button:hover,
.maison__content p a.mon_btn:hover,
.maison__content p a.bea-mce-button:hover,
.blog__content p a.mon_btn:hover,
.blog__content p a.bea-mce-button:hover,
.agenda__content p a.mon_btn:hover,
.agenda__content p a.bea-mce-button:hover,
.single__content p a.mon_btn:hover,
.single__content p a.bea-mce-button:hover,
.event__content p a.mon_btn:hover,
.event__content p a.bea-mce-button:hover,
.page__content p a.mon_btn:focus,
.page__content p a.bea-mce-button:focus,
.page__sidebar p a.mon_btn:focus,
.page__sidebar p a.bea-mce-button:focus,
.maison__content p a.mon_btn:focus,
.maison__content p a.bea-mce-button:focus,
.blog__content p a.mon_btn:focus,
.blog__content p a.bea-mce-button:focus,
.agenda__content p a.mon_btn:focus,
.agenda__content p a.bea-mce-button:focus,
.single__content p a.mon_btn:focus,
.single__content p a.bea-mce-button:focus,
.event__content p a.mon_btn:focus,
.event__content p a.bea-mce-button:focus {
  text-decoration: none;
  background-color: #f99f1c;
  color: white;
}

.page__content>ol,
.maison__content>ol,
.page__content>ul,
.maison__content>ul,
.blog__content>ol,
.blog__content>ul,
.agenda__content>ol,
.agenda__content>ul,
.single__content>ol,
.single__content>ul,
.event__content>ol,
.event__content>ul {
  margin-bottom: 1.5rem;
  padding-left: 0;
  list-style-position: inside;
}

.page__content li,
.maison__content li,
.blog__content li,
.agenda__content li,
.event__content li,
.single__content li {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.page__content h2,
.maison__content h2,
.blog__content h2,
.agenda__content h2,
.event__content h2,
.single__content h2 {
  margin: 4rem 0;
  font-size: 3rem;
  line-height: 4rem;
  position: relative;
  /*text-transform: uppercase;*/
  font-weight: bold;
}

.page__content h3,
.maison__content h3,
.blog__content h3,
.agenda__content h3,
.event__content h3,
.single__content h3 {
  margin: 3rem 0;
  font-size: 2.2rem;
  line-height: 2.7rem;
  position: relative;
  /*text-transform: uppercase;*/
  font-weight: bold;
}

.page__content h4,
.maison__content h4,
.blog__content h4,
.agenda__content h4,
.event__content h4,
.single__content h4 {
  margin: 2rem 0;
  line-height: 2.5rem;
  position: relative;
  text-transform: uppercase;
  padding-left: 20px;
}

.page__content h4:before,
.maison__content h4:before,
.blog__content h4:before,
.agenda__content h4:before,
.event__content h4:before,
.single__content h4:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #f99f1c;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 0;
  position: absolute;
}

.page__content img+h2,
.maison__content img+h2,
.blog__content img+h2,
.agenda__content img+h2,
.event__content img+h2,
.single__content img+h2 {
  margin-top: 0;
}

.page__content img,
.maison__content img,
.blog__content img,
.agenda__content img,
.event__content img,
.single__content img {
  max-width: 100%;
  height: auto;
}


.single__title {
  font-size: 2.2rem;
  line-height: 2.2rem;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 auto;
}

.single__date {
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  margin: 5px auto 15px;
  color: #f99f1c;
}

.event__content {
  padding-bottom: 25px;
}

.event__title {
  text-transform: uppercase;
  padding-left: 115px;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 5px;
}

.event__longdate {
  text-transform: uppercase;
  padding-left: 115px;
  color: #ff9f1c;
  margin-bottom: 30px;
}

.event__date {
  min-height: 115px;
  position: absolute;
  top: 0;
  left: 30px;
}

.event__date__inside {
  padding: 30px 15px;
  background: white;
  border: 2px solid #ddd;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.event__thumbnail img {
  max-width: 100%;
  height: auto;
}

.event--no-thumbnail .event__title,
.event--no-thumbnail .event__longdate {
  padding-left: 90px;
}

.event--no-thumbnail .event__date {
  left: 15px;
}

.event--no-thumbnail .event__date .event__date__inside {
  position: static;
  top: 0;
  transform: none;
  box-shadow: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.event--no-thumbnail .event__date .event__longdate {
  margin-top: 15px;
}

.event__date span {
  display: block;
  text-align: center;
  font-size: 4rem;
  line-height: 4rem;
  font-weight: bold;
}

.single__share a,
.event__share a {
  background: #b7a297;
  display: inline-block;
  font-size: 0;
  padding: 6px 0;
  margin-right: 1.25%;
  margin-top: 1.25%;
  width: 19%;
  display: inline-flex;
  vertical-align: bottom;
  justify-content: center;
}

.single__share a:last-child,
.event__share a:last-child {
  margin-right: 0;
}

.single__content,
.event__content {
  margin-top: 40px;
  margin-bottom: 50px;
}

.single__content iframe {
  max-width: 100%;
}

.single__author {
  margin-bottom: 50px;
  background: #b7a297;
  color: white;
  padding: 25px 50px 25px 80px;
  position: relative;
  min-height: 135px;
}

.single__gravatar {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
}

.single__gravatar img {
  border-radius: 50px;
  border: 5px solid white;
  width: 100px;
  height: 100px;
  margin-bottom: 0;
}

.single__author__name {
  font-size: 1.6rem;
  line-height: 1.6rem;
  margin-bottom: 0;
}

.single__author__name span {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2.2rem;
}

.single__author__description {
  font-style: italic;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 0;
  margin-top: 15px;
}

.single__sidebar__inside,
.event__sidebar__inside {
  background-color: white;
  padding: 30px 30px 25px;
  box-shadow: 0 0 20px 2px rgba(200, 200, 200, .5);
  text-align: center;
  margin-bottom: 50px;
  margin-left: 30px;
}

.single__sidebar h4,
.event__sidebar h4 {
  margin-top: 0;
  text-align: center;
  display: inline;
  font-size: 2.25rem;
}

.single__sidebar h4:before,
.single__sidebar h4:after,
.event__sidebar h4:before,
.event__sidebar h4:after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #f99f1c;
  transform: rotate(45deg);
  position: relative;
  top: -3px;
  margin-right: 10px;
}

.event__sidebar h4:before {
  width: 8px;
  height: 8px;
  left: -34px;
}

.single__sidebar h4:after,
.event__sidebar h4:after {
  margin-left: 10px;
  margin-right: 0;
}

.single__sidebar ul,
.event__sidebar ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.single__sidebar ul li,
.event__sidebar ul li {
  display: inline-block;
}

.single__sidebar__themes ul li a {
  display: inline-block;
  background: #b7a297;
  color: white;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 3px 10px;
  margin-right: 5px;
  margin-bottom: 10px;
}

.single__sidebar__tags ul li a {
  display: inline-block;
  color: #b7a297;
  font-weight: bold;
  font-size: 1.4rem;
  margin-right: 5px;
  margin-bottom: 10px;
}

.single__sidebar__tags ul li a:after {
  content: ',';
}

.single__sidebar__themes+.single__sidebar__tags {
  padding-top: 20px;
  border-top: 1px solid #f99f1c;
  margin-top: 30px;
}

.event__sidebar {
  text-align: left;
}

.event__sidebar h4 {
  text-align: left;
  display: block;
  position: relative;
}

.event__sidebar h4:before {
  position: absolute;
  top: 8px;
  left: -34px;
}

.event__sidebar h4:after {
  content: none;
}

.event__categories a,
.event__maisons a {
  display: inline-block;
  margin: 5px 0;
  padding: 3px 15px;
  border: 2px solid #f99f1c;
  font-weight: bold;
  color: #f99f1c;
}

.event__categories a:hover {
  background: #ff9f1c;
  color: white;
  text-decoration: none;
}

.event__categories,
.event__maisons,
.event__infos {
  margin-bottom: 25px;
}

.event__categories,
.event__maisons {
  text-align: left;
}

.event__maisons a {
  color: #3e1a10;
  border: 2px solid #3e1a10;
}

.event__maisons a:hover {
  background: #3e1a10;
  color: white;
  text-decoration: none;
}

.agendardv-col .event__maisons,
.agendardv-col .event__categories {
  display: inline-block;
  margin-bottom: 0;
}

.event__sidebar ul li.event__info {
  display: block;
  position: relative;
  margin-bottom: 25px;
}

.event__info__svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.event__info__svg path {
  fill: #777;
}

.event__info__content {
  border-left: 1px solid #ccc;
  padding: 0 15px;
  margin-left: 50px;
}

.event__info__content h5 {
  font-weight: bold;
  color: #f99f1c;
  margin-top: 0;
  margin-bottom: 2px;
}

.event__inscription a {
  background-color: #f99f1c;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 50px;
}

.interesting-articles {
  background-color: #e4e4e4;
}

.most-read-articles,
.next-events,
.same-events {
  background-color: #efedee;
}

.interesting-articles,
.next-events,
.same-events,
.most-read-articles {
  padding-top: 70px;
  padding-bottom: 70px;
}

.single-maison .next-events {
  padding-top: 50px;
  padding-bottom: 0;
}

.interesting-articles h3,
.next-events h3,
.same-events h3,
.most-read-articles h3 {
  font-size: 3rem;
  float: left;
  margin-top: 0;
  margin-bottom: 70px;
  text-transform: uppercase;
  color: #3e1a10;
}

.next-events h3 {
  float: none;
}

.card-event-title,
.agendardv-col h4 a,
.same-events h4 a,
.next-events h4 a {
  text-align: center;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  max-width: 60%;
  margin: 15px auto;
  font-size: 2rem;
}

.interesting-articles .btn-wrapper,
.same-events .btn-wrapper,
.most-read-articles .btn-wrapper {
  float: right;
  position: relative;
  top: -10px;
}

.other-article-inside {
  background-color: white;
  margin-bottom: 15px;
}

.other-article__thumbnail img {
  max-width: 100%;
  height: auto;
}

.other-article__content {
  padding: 25px;
  min-height: 250px;
}

.other-article__content h4 {
  line-height: 2rem;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}

.other-article__content h4 a {
  text-align: center;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  max-width: 60%;
  margin: 15px auto 0;
  font-size: 2rem;
}

.interesting-articles .other-article__content .btn-wrapper,
.most-read-articles .other-article__content .btn-wrapper {
  float: none;
  text-align: center;
}

.interesting-articles .other-article__content .btn-wrapper a,
.most-read-articles .other-article__content .btn-wrapper a {
  margin-top: 30px;
  border: 1px solid #f99f1c;
}

.blog .home-actu-inside,
.search .home-actu-inside {
  margin-bottom: 30px;
  border-bottom: none;
  position: relative;
}

.blog .home-actu-inside,
.search .home-actu-inside {
  margin-bottom: 30px;
  box-shadow: 0 0 25px 3px rgba(155, 155, 155, .2);
  transition: all .3s ease;
}

.blog .home-actu-inside:hover,
.search .home-actu-inside:hover {
  box-shadow: 0 0 25px 3px rgba(155, 155, 155, .4);
}

.blog h1:after,
.search h1:after {
  content: none;
}

.blog .home-actu-inside h3,
.blog .home-actu-inside p,
.search .home-actu-inside h3,
.search .home-actu-inside p {
  padding: 15px 15px 0;
}

.blog .home-actu-inside[no-thumbnail] a+a+h3,
.search .home-actu-inside[no-thumbnail] a+a+h3 {
  padding-top: 60px;
}

.agenda__sous__title,
.blog__sous__title {
  text-transform: uppercase;
  margin: 0 0 30px;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  color: #f99f1c;
}

.archive .blog__title {
  margin: 0 0 40px;
  padding: 0 0 30px;
  border-bottom: 1px solid #aaa;
}

.blog__categories {
  margin: 20px 0 40px;
  padding: 0 150px 70px;
  list-style: none;
  text-align: left;
  border-bottom: 1px solid #aaa;
  text-align: center;
}

.blog__categories li {
  display: inline-block;
}

.home-actu-inside-category,
.blog__categories li a {
  display: inline-block;
  background: #b7a297;
  color: white;
  font-weight: bold;
  font-size: 1rem;
  padding: 10px 25px 8px;
  margin-right: 5px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.home-actu-inside-category:hover,
.blog__categories li a:focus,
.blog__categories li a:hover,
.blog__categories li a.active {
  text-decoration: none;
  display: inline-block;
  background: #25160c;
  color: white;
}

.blog__categories li a.active {
  position: relative;
}

.blog__categories li a.active:after {
  content: '';
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNv…9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  background-size: 18px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 10000;
}

.agenda__sous__title {
  margin-bottom: 40px;
}

.agenda__form {
  margin-bottom: 50px;
  text-align: center;
}

.agenda__form__select__wrapper {
  display: inline-block;
  width: 250px;
  position: relative;
}

.agenda__form__select__wrapper:after {
  content: '';
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #333;
  z-index: 100;
}

.agenda__form__select {
  border: 1px solid #ccc;
  max-width: 280px;
  width: 100%;
  padding: 10px 15px;
  background: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.agenda__form__select::-ms-expand {
  display: none;
}

.agenda__form__input {
  background-color: #f99f1c;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 50px;
  border: none;
  padding: 10px 40px;
  margin-bottom: 50px;
  margin-left: 30px;
}

.agenda__presentation {
  text-align: left;
  margin: 0 10% 80px;
  border-top: 1px solid #d2d2d2;
  padding-top: 40px;
  overflow: auto;
}

.agenda__presentation p {
  /*max-width: 600px;*/
  margin: 0 auto;
}

.agenda__presentation p img,
.agenda__presentation p iframe {
  max-width: 100%;
  height: auto;
}

.page-template-trouver-map .page__title:after {
  content: none;
}

.page-template-trouver-map .page__title+p {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  color: #f99f1c;
}

.page-template-trouver-map .page__title+p:after {
  content: '';
  width: 100px;
  background: #f99f1c;
  height: 2px;
  display: block;
  margin: 20px auto;
}

.trouver-map-liste {
  margin-bottom: 25px;
}

.trouver-map-liste+p {
  text-align: center;
  margin-bottom: 50px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.trouver-map-form {
  max-width: 70%;
  margin: 0 auto;
  text-align: center;
}

.trouver-map-form input[type=text] {
  width: 100%;
  background: #ececec;
  padding: 12px 25px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
}

.trouver-map-form input[type=submit] {
  display: inline-block;
  background-color: white;
  color: #f99f1c;
  padding: 15px 40px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

/* MODIFICATION JD AVEC HERVE LE 19/09 */
.btn-wrapper.btn-wrapper-brown a.trouver-map-button-hungrois {
  margin-right: 15px;
  margin-bottom: 15px;
  background-color: #f99f1c;
}

.single-maison .acf-map-wrapper {
  width: 50%;
}

.acf-map-wrapper {
  position: relative;
}

.acf-map {
  width: 100%;
  height: 650px;
  margin-left: auto;
  margin-right: auto;
}

.overlay__maison {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #f7f7f7;
  width: auto;
  transform: translate3d(-100%, 0, 0);
  max-width: 450px;
  border-left: 8px solid #f99f1c;
  overflow: auto;
  overflow-x: hidden;
  z-index: 10;
}

.overlay__maison.opened {
  transform: translate3d(0%, 0, 0);
}

.overlay__maison__cross {
  position: absolute;
  top: 0;
  right: 0;
  background: #f99f1c;
  padding: 10px 8px 6px;
  color: white;
  cursor: pointer;
}

.overlay__maison__thumbnail {
  max-width: 100%;
}

.overlay__maison__content {
  padding: 30px;
}

.overlay__maison__go a {
  background: transparent;
  border: 1px solid #f99f1c;
}

.overlay__maison__title {
  margin: 30px auto 25px;
  font-size: 2rem;
  text-transform: uppercase;
  color: #3e1a10;
  font-weight: bold;
}

.overlay__maison__title {
  margin: 30px auto 25px;
  font-size: 2rem;
  text-transform: uppercase;
  color: #3e1a10;
  font-weight: bold;
}

.overlay__maison__thumbnail+.overlay__maison__content .overlay__maison__title {
  margin-top: 0;
}

.overlay__maison__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.overlay__maison__list li {
  display: flex;
  margin-bottom: 5px;
}

.overlay__maison__list li.li_maison_localisation svg {
  width: 29px;
}

.overlay__maison__list svg {
  margin-right: 15px;
}

.maison__liste__search {
  background: #c2b4ab;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 4px solid #968b83;
}

.maison__liste__wrapper {
  display: inline-block;
  position: relative;
  width: 70%;
}

.maison__liste__wrapper input {
  display: inline-block;
  position: relative;
  width: 70%;
  height: 50px;
  padding: 5px 5px 5px 40px;
  border: none;
  width: 100%;
  display: inline-block;
  font-weight: normal;
}

.maison__liste__wrapper:after {
  content: '';
  background: url(src/img/menu-search@2x.png) white;
  background-size: 15px;
  background-repeat: no-repeat;
  position: absolute;
  top: 18px;
  left: 15px;
  z-index: 10;
  width: 15px;
  height: 15px;
}

.maison__liste__search .btn-wrapper {
  display: inline-block;
  width: 30%;
  height: 50px;
}

.maison__liste__search .btn-wrapper input {
  background: none;
  border: 1px solid white;
  color: white;
}

.maison__liste__search .btn-wrapper input:focus,
.maison__liste__search .btn-wrapper input:hover {
  background: #ff9f1c;
  border: 1px solid #f99f1c;
}

.maison__liste__maison {
  margin-bottom: 40px;
  background: white;
}

.maison__metas,
.maison__content {
  margin-top: 80px;
}

.maison__metas {
  min-height: 415px;
  display: flex;
  margin-left: 20px;
  margin-bottom: 30px;
}

.maison__metas ul,
.maison__liste__list {
  border-left: 2px solid #f99f1c;
  background: #f4f4f4;
  margin: 0;
  padding: 0 25px;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.maison__liste__list {
  border-left: none;
  background: none;
  padding: 0;
  justify-content: flex-start;
}

.maison__liste__list li {
  display: flex;
}

.maison__liste__list li p {
  margin-bottom: 0;
}

.maison__metas iframe {
  flex: 1;
}

.maison__metas ul li,
.maison__liste__list li {
  margin-bottom: 10px;
}

.maison__liste__list li:last-child {
  margin-bottom: 0;
}

.maison__liste__list svg {
  margin-right: 15px;
}

.maison__info svg {
  position: absolute;
}

.maison__info p {
  display: inline-block;
  font-size: 1.5rem;
  margin-bottom: 0;
  padding-left: 35px;
}

.maison__pays {
  text-align: center;
  color: #f99f1c;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-size: 2rem;
}

.maison__pays:after {
  content: '';
  width: 100px;
  background: #f99f1c;
  height: 2px;
  display: block;
  margin: 20px auto;
}

.maison__content h2 {
  color: #25160c;
  font-weight: bold;
  margin-top: 0;
}

.maison__content h2:before {
  content: none;
}

.maison__metas {
  float: right;
  width: 60%;
  margin-left: 20px;
}

.maison__metas.collapsed {
  width: 35%;
}

.swiper-container {
  width: 100%;
  height: 330px;
  overflow: visible !important;
  position: relative;
  margin-top: 60px !important;
  margin-bottom: 150px !important;
  z-index: 110 !important;
}

.maison-overlay {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  transform: scale(.8);
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.maison-overlay.opened {
  visibility: visible;
  transform: scale(1);
  opacity: 1;
}

.maison-overlay img {
  max-width: 100%;
  max-height: 80vh;
  height: auto;
}

.maison__liste__maison {
  display: flex;
  overflow: hidden;
}

.maison__liste__thumbnail,
.maison__liste__content,
.maison__liste__button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.maison__liste__content {
  padding: 30px;
  flex: 2;
  max-width: 66%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.maison__liste__title a {
  color: #25160c;
  font-weight: bold;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 15px;
}

.maison__liste__thumbnail+.maison__liste__content {
  flex: 1;
  max-width: 33%;
}

.maison__liste__thumbnail {
  position: relative;
}

.maison__liste__thumbnail__pays {
  display: block;
  padding: 12px 30px;
  background: #25160e;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 2px solid #e0ac56;
  text-decoration: none;
}

.maison__liste__thumbnail__pays:hover,
.maison__liste__thumbnail__pays:focus {
  text-decoration: none;
}

.maison__liste__thumbnail__pays span {
  text-transform: uppercase;
  color: white;
  font-size: 2rem;
  font-weight: bold;
}

.maison__liste__thumbnail__pays small {
  color: #e0ac56;
  font-size: 1.6rem;
}

.maison__liste__thumbnail img {
  max-width: 100%;
  height: auto;
}

.maison__liste__button {
  box-shadow: -10px 0 20px 0 hsla(0, 0%, 60%, 0.09);
  max-width: 250px;
  margin-left: auto;
}

.maison__liste__button a {
  border: 1px solid #ff9f1c;
}

.maison__container .btn-wrapper.btn-wrapper-brown {
  margin-top: 30px;
}

/*.swiper-wrapper {
  width: 10000px;
}*/
.swiper-slide {
  float: left;
  width: 440px !important;
}

.swiper-slide img {
  max-width: 100%;
  width: auto;
  height: 330px;
}

.swiper__prev,
.swiper__next,
.maison-overlay__prev,
.maison-overlay__next {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 330px;
  width: 300px;
  font-size: 0;
  z-index: 1000;
}

.swiper__prev,
.maison-overlay__prev {
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.swiper__next,
.maison-overlay__next {
  right: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.swiper__prev:before,
.swiper__next:before,
.maison-overlay__prev:before,
.maison-overlay__next:before {
  content: '';
  display: block;
  background-color: #f99f1c;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OTIgNDkyIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiI+PHBhdGggZD0iTTE5OC42MDggMjQ2LjEwNEwzODIuNjY0IDYyLjA0YzUuMDY4LTUuMDU2IDcuODU2LTExLjgxNiA3Ljg1Ni0xOS4wMjQgMC03LjIxMi0yLjc4OC0xMy45NjgtNy44NTYtMTkuMDMybC0xNi4xMjgtMTYuMTJDMzYxLjQ3NiAyLjc5MiAzNTQuNzEyIDAgMzQ3LjUwNCAwcy0xMy45NjQgMi43OTItMTkuMDI4IDcuODY0TDEwOS4zMjggMjI3LjAwOGMtNS4wODQgNS4wOC03Ljg2OCAxMS44NjgtNy44NDggMTkuMDg0LS4wMiA3LjI0OCAyLjc2IDE0LjAyOCA3Ljg0OCAxOS4xMTJsMjE4Ljk0NCAyMTguOTMyYzUuMDY0IDUuMDcyIDExLjgyIDcuODY0IDE5LjAzMiA3Ljg2NCA3LjIwOCAwIDEzLjk2NC0yLjc5MiAxOS4wMzItNy44NjRsMTYuMTI0LTE2LjEyYzEwLjQ5Mi0xMC40OTIgMTAuNDkyLTI3LjU3MiAwLTM4LjA2TDE5OC42MDggMjQ2LjEwNHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=);
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 50px;
}

.swiper__next:before,
.maison-overlay__next:before {
  transform: translateY(-50%) rotateY(180deg);
  right: 0;
}

.maison-overlay__prev,
.maison-overlay__next {
  top: 50%;
  transform: translateY(-50%);
  background: none;
  cursor: pointer;
  width: 60px;
  height: 50px;
}

.page-template-page-nous-soutenir-enfant .page__container {
  padding-left: 30px;
  padding-right: 30px;
}

.support-description {
  text-align: center;
  font-size: 2rem;
  max-width: 50%;
  margin: 0 auto 40px;
}

.support-make {
  margin-bottom: 100px;
}

.support-child-make {
  padding-bottom: 20px;
  border-bottom: 2px solid #ccc;
  margin-bottom: 35px;
}

.support-make ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
}

.support-child-make ul {
  flex-direction: column;
}

.support-make li {
  width: 30%;
  padding: 70px 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 350px;
  position: relative;
  -webkit-clip-path: polygon(45% 0, 50% 10px, 55% 0, 100% 0, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(45% 0, 50% 10px, 55% 0, 100% 0, 100% 100%, 0 100%, 0 0);
}

.support-child-make li {
  width: 100%;
  margin-bottom: 15px;
}

.support-make li p {
  color: white;
  font-weight: bold;
  font-size: 2.3rem;
  text-align: center;
  margin-bottom: auto;
}

.support-make li a.support-make-give {
  background: white;
  color: #f9a01b;
  font-weight: bold;
  padding: 12px 40px;
  border-radius: 25px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .3s ease;
  margin-bottom: 10px;
  font-size: 1.6rem;
}

.support-make li a.support-make-give:hover,
.support-make li a.support-make-give:focus {
  background: #f9a01b;
  color: white;
}

.support-make li a:last-of-type {
  color: white;
}

.support-make li:nth-child(1) {
  background: #f9a01b;
}

.support-make li:nth-child(1) a.support-make-give:hover,
.support-make li:nth-child(1) a.support-make-give:focus {
  background: #3f1a12;
  color: white;
}

.support-make li:nth-child(2) {
  background: #3f1a12;
  margin-left: 3%;
  margin-right: 3%;
}

.support-child-make li:nth-child(2) {
  margin-left: 0;
  margin-right: 0;
}

.support-make li:nth-child(3) {
  background: #c2b3ab;
}

.support-other {
  margin: 0 0 50px;
}

.support-other h4 {
  color: #3f1a12;
  margin: 0 0 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2rem;
}

.support-other ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  display: flex;
  justify-content: center;
}

.support-other li {
  display: inline-block;
}

.support-other li:nth-child(2) {
  margin: 0 30px;
}

.support-other li a {
  display: inline-block;
  border: 2px solid #3f1a12;
  border-radius: 30px;
  color: #3f1a12;
  padding: 15px 40px;
  text-transform: uppercase;
  font-weight: bold;
  transition: all .3s ease;
  text-decoration: none;
  background: white;
}

.support-other li a:hover,
.support-other li a:focus {
  border: 2px solid #f9a01b;
  background: #f9a01b;
  color: white;
}

.support-offer {
  border: 2px solid #3f1a12;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0;
  background: white;
}

.support-child-offer {
  padding: 70px 10px;
}

.support-offer h4 {
  text-align: center;
  margin: 0 0 25px;
  text-transform: uppercase;
  color: #3f1a12;
  font-size: 2.5rem;
}

.support-offer a.support-offer-give {
  border: 2px solid #f9a01b;
  color: white;
  background: #f9a01b;
  font-weight: bold;
  padding: 12px 40px;
  border-radius: 25px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .3s ease;
  margin-bottom: 10px;
  font-size: 1.6rem;
}

.support-offer a.support-offer-give:hover,
.support-offer a.support-offer-give:focus {
  background: none;
  color: #3f1a12;
  border: 2px solid #3f1a12;
}

.support-offer a:last-of-type {
  color: #3f1a12;
  font-weight: bold;
}

.mess-personal legend,
.mess-recap legend {
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  border-bottom: 2px solid #3f1a12;
  width: auto;
  color: #3f1a12;
  font-size: 2.1rem;
}

.mess-personal {
  margin: 50px auto;
}

.mess__sens {
  text-align: center;
  margin-bottom: 50px;
  display: block;
  color: #ff9a01;
  font-size: 16px;
}

.mess__sens:hover,
.mess__sens:focus,
.mess__sens:active {
  color: #ff9a01;
}

.mess-personal input {
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 12px 9px;
  padding-left: 35px;
}

.mess-personal [name=name],
.mess-personal [name=firstname] {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSItNTkgNjEgMTAwIDEyNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAtNTkgNjEgMTAwIDEwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Ik0tNy41LDEwOS4yYzEyLjYsMCwyMi45LTEwLjMsMjIuOS0yMi45UzUuMSw2My41LTcuNSw2My41cy0yMi45LDEwLjMtMjIuOSwyMi45Uy0yMC4xLDEwOS4yLTcuNSwxMDkuMnogICBNLTcuNSw2Ny4zYzEwLjUsMCwxOSw4LjUsMTksMTlzLTguNSwxOS0xOSwxOXMtMTktOC41LTE5LTE5Uy0xOCw2Ny4zLTcuNSw2Ny4zeiIvPjxwYXRoIGQ9Ik0zMy4yLDE0NGMtMC4xLTgtMy0xNS4zLTguMi0yMC44Yy00LjctNC45LTEwLjQtNy43LTE2LjgtOC40Yy0wLjUsMC0wLjksMC4xLTEuMywwLjQgIGMtMC4xLDAtNi4yLDQuNC0xNC42LDQuNWMtOC4zLTAuMS0xNC40LTQuNS0xNC41LTQuNWMtMC40LTAuMy0wLjktMC40LTEuMy0wLjRjLTYuNSwwLjctMTIuMSwzLjUtMTYuOCw4LjQgIGMtNS4zLDUuNS04LjIsMTIuOC04LjMsMjAuOGwtMC4xLDEyLjZjMCwwLjUsMC4yLDEsMC42LDEuNGMwLjQsMC40LDAuOSwwLjYsMS40LDAuNmgzNi40aDUuNWgzNi40YzAuNSwwLDEtMC4yLDEuNC0wLjYgIHMwLjYtMC45LDAuNi0xLjRMMzMuMiwxNDR6IE0tNC45LDE1NC43aC01LjVoLTM0LjVsMC4xLTEwLjdjMC4xLTcsMi42LTEzLjQsNy4xLTE4LjJjMy45LTQsOC41LTYuNCwxMy44LTcuMSAgYzEuNywxLjEsNi40LDMuNywxMi43LDQuNmMxLjMsMC4yLDMuMiwwLjMsMy45LDAuM3MyLjktMC4zLDMuMS0wLjNjNi4zLTAuOCwxMS0zLjUsMTIuNy00LjZjNS4zLDAuNyw5LjksMy4xLDEzLjgsNy4xICBjNC41LDQuNyw3LjEsMTEuMiw3LjEsMTguMmwwLjEsMTAuNkwtNC45LDE1NC43TC00LjksMTU0Ljd6Ii8+PHRleHQgeD0iLTU5IiB5PSIxNzYiIGZpbGw9IiMwMDAwMDAiIGZvbnQtc2l6ZT0iNXB4IiBmb250LXdlaWdodD0iYm9sZCIgZm9udC1mYW1pbHk9IidIZWx2ZXRpY2EgTmV1ZScsIEhlbHZldGljYSwgQXJpYWwtVW5pY29kZSwgQXJpYWwsIFNhbnMtc2VyaWYiPkNyZWF0ZWQgYnkgQXJpaml0IEFkYWs8L3RleHQ+PHRleHQgeD0iLTU5IiB5PSIxODEiIGZpbGw9IiMwMDAwMDAiIGZvbnQtc2l6ZT0iNXB4IiBmb250LXdlaWdodD0iYm9sZCIgZm9udC1mYW1pbHk9IidIZWx2ZXRpY2EgTmV1ZScsIEhlbHZldGljYSwgQXJpYWwtVW5pY29kZSwgQXJpYWwsIFNhbnMtc2VyaWYiPmZyb20gdGhlIE5vdW4gUHJvamVjdDwvdGV4dD48L3N2Zz4=');
}

.mess-personal [name=email] {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMzcwLjg4IDM3MC44OCI+PHBhdGggZD0iTTM1NS42LDY2LjE2SDE1LjI4QzYuODQxLDY2LjE2LDAsNzMuMDAxLDAsODEuNDR2MjA4YzAsOC40MzksNi44NDEsMTUuMjgsMTUuMjgsMTUuMjhIMzU1LjYgYzguNDM5LDAsMTUuMjgtNi44NDEsMTUuMjgtMTUuMjh2LTIwOEMzNzAuODgsNzMuMDAxLDM2NC4wMzksNjYuMTYsMzU1LjYsNjYuMTZ6IE0xNS4yOCw3OC4xNkgzNTUuNiBjMS40MzYsMC4wMDcsMi43LDAuOTQ3LDMuMTIsMi4zMkwxODUuNDQsMTg4LjcyTDEyLjE2LDgwLjQ4QzEyLjU4LDc5LjEwNywxMy44NDQsNzguMTY3LDE1LjI4LDc4LjE2eiBNMTIsOTQuMTZMMTM2LjY0LDE3MiBMMTIsMjcwLjg4Vjk0LjE2eiBNMzU4Ljg4LDI4OS4zNmMwLDEuODEyLTEuNDY5LDMuMjgtMy4yOCwzLjI4SDE1LjI4Yy0xLjgxMSwwLTMuMjgtMS40NjktMy4yOC0zLjI4di0zLjJsMTM1LjQ0LTEwNy4wNCBsMzQuOCwyMS43NmMxLjk1NSwxLjIzMyw0LjQ0NSwxLjIzMyw2LjQsMGwzNC44LTIxLjc2bDEzNS40NCwxMDcuMDRWMjg5LjM2eiBNMzU4Ljg4LDI3MC44OGwtMTI0Ljk2LTk4LjU2bDEyNC45Ni03Ny40NFYyNzAuODh6Ii8+PC9zdmc+');
}

.mess-personal [name=address],
.mess-personal [name=address2],
.mess-personal [name=city],
.mess-personal [name=zip] {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHBhdGggZD0iTTI1NiwwQzE1Ni43NDgsMCw3Niw4MC43NDgsNzYsMTgwYzAsMzMuNTM0LDkuMjg5LDY2LjI2LDI2Ljg2OSw5NC42NTJsMTQyLjg4NSwyMzAuMjU3IGMyLjczNyw0LjQxMSw3LjU1OSw3LjA5MSwxMi43NDUsNy4wOTFjMC4wNCwwLDAuMDc5LDAsMC4xMTksMGM1LjIzMS0wLjA0MSwxMC4wNjMtMi44MDQsMTIuNzUtNy4yOTJMNDEwLjYxMSwyNzIuMjIgQzQyNy4yMjEsMjQ0LjQyOCw0MzYsMjEyLjUzOSw0MzYsMTgwQzQzNiw4MC43NDgsMzU1LjI1MiwwLDI1NiwweiBNMzg0Ljg2NiwyNTYuODE4TDI1OC4yNzIsNDY4LjE4NmwtMTI5LjkwNS0yMDkuMzQgQzExMy43MzQsMjM1LjIxNCwxMDUuOCwyMDcuOTUsMTA1LjgsMTgwYzAtODIuNzEsNjcuNDktMTUwLjIsMTUwLjItMTUwLjJTNDA2LjEsOTcuMjksNDA2LjEsMTgwIEM0MDYuMSwyMDcuMTIxLDM5OC42ODksMjMzLjY4OCwzODQuODY2LDI1Ni44MTh6Ii8+PHBhdGggZD0iTTI1Niw5MGMtNDkuNjI2LDAtOTAsNDAuMzc0LTkwLDkwYzAsNDkuMzA5LDM5LjcxNyw5MCw5MCw5MGM1MC45MDMsMCw5MC00MS4yMzMsOTAtOTBDMzQ2LDEzMC4zNzQsMzA1LjYyNiw5MCwyNTYsOTB6IE0yNTYsMjQwLjJjLTMzLjI1NywwLTYwLjItMjcuMDMzLTYwLjItNjAuMmMwLTMzLjA4NCwyNy4xMTYtNjAuMiw2MC4yLTYwLjJzNjAuMSwyNy4xMTYsNjAuMSw2MC4yIEMzMTYuMSwyMTIuNjgzLDI4OS43ODQsMjQwLjIsMjU2LDI0MC4yeiIvPjwvc3ZnPg==');
}

.mess-personal [name=country] {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNjAgNjAiPjxwYXRoIGQ9Ik01MS4zNzEsMy4xNDZjLTAuNDU5LTAuMTg1LTExLjM1OS00LjQ1Mi0xOS44NCwwLjA0NUMyNC44MTEsNi43NTgsMTMuMDE1LDQuMDgyLDEwLDMuMzA4VjFjMC0wLjU1My0wLjQ0Ny0xLTEtMSBTOCwwLjQ0Nyw4LDF2M2MwLDAuMDE0LDAuMDA3LDAuMDI2LDAuMDA4LDAuMDRDOC4wMDgsNC4wNTIsOCw0LjA2Miw4LDQuMDc0VjMzdjEuMDc0VjU5YzAsMC41NTMsMC40NDcsMSwxLDFzMS0wLjQ0NywxLTFWMzUuMzc1IGMyLjI3MywwLjU2Nyw3LjIyNywxLjYzMiwxMi4zNjgsMS42MzJjMy41NTcsMCw3LjItMC41MTEsMTAuMTAxLTIuMDQ5YzcuNjUyLTQuMDYxLDE4LjA1NiwwLjAwNCwxOC4xNiwwLjA0NSBjMC4zMDksMC4xMjQsMC42NTcsMC4wODYsMC45MzItMC4xMDJDNTEuODM1LDM0LjcxNiw1MiwzNC40MDYsNTIsMzQuMDc0di0zMEM1MiwzLjY2NSw1MS43NTEsMy4yOTgsNTEuMzcxLDMuMTQ2eiBNNTAsMzIuNjY1IGMtMy4yNi0xLjAzOC0xMS42NDYtMy4wOTYtMTguNDY5LDAuNTI1QzI0LjgxMiwzNi43NTYsMTMuMDIsMzQuMDgyLDEwLDMzLjMwOFYzM1Y1LjM3NWMzLjg1MywwLjk2MSwxNS4zODEsMy4zNDMsMjIuNDY5LTAuNDE3IEMzOS4wMzUsMS40NzUsNDcuNjI3LDMuOTczLDUwLDQuNzc3VjMyLjY2NXoiLz48L3N2Zz4=');
}

.mess-personal sup {
  color: red;
}

.mess-personal .form-row-checkbox {
  display: flex;
}

.mess-personal .form-row-checkbox label {
  font-weight: normal;
  font-size: 1.25rem;
}

.mess-personal .form-row-checkbox input {
  margin-right: 5px;
}

.mess-recap {
  border: 2px solid #3f1a12;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6rem 30px 30px;
  background: white;
  position: relative;
}

.mess-recap legend {
  position: absolute;
  top: 2rem;
}

.mess-recap label:after {
  content: '*';
  color: red;
  font-size: 1rem;
  position: relative;
  top: -1rem;
}

/* .mess-recap table {
  margin-left: -10px;
*/
.mess-recap table thead {
  border-bottom: 1px solid #ccc;
}

.mess-recap table thead tr th:first-child,
.mess-recap table tbody tr td:first-child {
  padding-left: 0;
}

.mess-recap tbody select,
.mess-recap tbody p {
  display: inline-block;
  vertical-align: middle;
}

.mess-recap tbody p {
  margin-bottom: 0;
}

.mess-recap thead tr,
.mess-recap tr {
  border-bottom: 1px solid #ccc;
}

.mess-recap tr:last-child {
  border-bottom: none;
}

.mess-recap td,
.mess-recap th {
  padding: 10px;
  border-right: 1px solid #ccc;
}

.mess-recap td:last-child,
.mess-recap th:last-child {
  border-right: none;
}

.mess-recap__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mess-recap__total {
  text-transform: uppercase;
  color: #3e1b0f;
  font-weight: bold;
  font-size: 2.1rem;
}

.mess-recap__total span:last-child {
  color: #faa01c;
}

.mess-recap__submit input {
  border: 1px solid #faa01c;
  transition: all .3s cubic-bezier(.5, 0, .5, 1);
}

.mess-recap__submit input:hover,
.mess-recap__submit input:focus {
  background: #faa01c;
  color: #fff;
}

.mess-recap__submit input[disabled],
.mess-recap__submit input[disabled]:hover,
.mess-recap__submit input[disabled]:focus {
  cursor: not-allowed;
  background: white;
  color: #faa01c;
}


.app-right-inside {
  padding: 30px;
  background: #f1f1f1;
  border: 1px solid #1e0204;
  box-shadow: 0 0 20px 0px rgba(88, 88, 88, 0.2);
}

.app-right-inside h4 {
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  border-bottom: 2px solid #3f1a12;
  width: auto;
  color: #3f1a12;
  font-size: 2.1rem;
  text-align: center;
}

.app-right__amount {
  margin-bottom: 10px;
}

.app-right__amount input[readonly],
.app-right__don input[readonly] {
  max-width: 100%;
}

.app-right__total {
  font-size: 2.1rem;
  text-transform: uppercase;
  font-weight: bold;
}

.app-right__total {
  margin: 20px auto 0;
}

.app-right input[type=text] {
  padding: 10px;
}

.mess__wrapper .gold {
  color: #f9a01b;
}

.mess__wrapper .brown {
  color: #3f1a12;
}

.mess__container {
  padding: 50px;
}

.select-wrappers {
  display: flex;
  margin-bottom: 50px;
  justify-content: space-between;
}

.select-wrapper {
  /*flex: 1;*/
  display: flex;
  justify-content: center;
  align-items: center;
}

/*.select-wrapper + .select-wrapper {
  margin-left: 50px;
}*/
.select-wrapper select,
.select-wrapper p,
.select-wrapper label {
  display: inline-block;
  -webkit-appearance: none;
  appearance: none;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding: 20px 50px;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  position: relative;
}

.select-wrapper select {
  font-size: 2rem;
  padding: 16px 30px 16px 15px;
  vertical-align: top;
  flex: 0 1 auto;
}

.select-wrapper p .select-wrapper label {
  position: relative;
  margin: 0;
  flex: 1;
}

.select-wrapper p:before,
.select-wrapper label:before {
  content: '';
  position: absolute;
  left: -18px;
  top: 45%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #fff;
  pointer-events: none;
}

.select-wrappers .select-wrapper:nth-child(1) select {
  background: #e08e19;
}

.select-wrappers .select-wrapper:nth-child(1) p,
.select-wrappers .select-wrapper:nth-child(1) label {
  background: #f9a01b;
}

.select-wrappers .select-wrapper:nth-child(2) select {
  background: #2e130b;
}

.select-wrappers .select-wrapper:nth-child(2) p,
.select-wrappers .select-wrapper:nth-child(2) label {
  background: #3f1a12;
}

.select-wrappers .select-wrapper:nth-child(3) select {
  background: #b1a6a1;
}

.select-wrappers .select-wrapper:nth-child(3) p,
.select-wrappers .select-wrapper:nth-child(3) label {
  background: #c2b3ab;
}

.intentions {
  margin: 0;
  padding: 0;
  list-style: none;
}

.intention {
  position: relative;
}

.intention textarea {
  width: 100%;
  display: block;
  border: 1px solid #d6d6d6;
  padding: 20px;
  margin-bottom: 10px;
}

.intention button {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  border: none;
  cursor: pointer;
}

.intention-messes textarea {
  border-left: 4px solid #f3a029;
}

.intention-messes button {
  background: #f3a029;
}

.intention-neuvaines textarea {
  border-left: 4px solid #3f1a12;
}

.intention-neuvaines button {
  background: #3f1a12;
}

.intention-trentains textarea {
  border-left: 4px solid #c2b3ab;
}

.intention-trentains button {
  background: #c2b3ab;
}

.wp-video-shortcode video,
video.wp-video-shortcode {
  height: auto;
}

.wpcf7-form {
  max-width: 500px;
  margin: 0 auto;
}

.wpcf7-form label {
  margin-bottom: 2.3rem;
}

.wpcf7-form label,
.wpcf7-form label input[type=text],
.wpcf7-form label input[type=email],
.wpcf7-form label textarea {
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.wpcf7-form label input[type=text],
.wpcf7-form label input[type=email],
.wpcf7-form label textarea {
  padding: 4px 10px;
  border: 1px solid #ccc;
  margin-top: 5px;
}

span.wpcf7-list-item {
  margin: 0;
}

.wpcf7-form label input[type=radio] {
  display: none;
}

.wpcf7-form label input[type=radio]+span {
  cursor: pointer;
  color: #333;
  background: none;
  display: inline-block;
  padding: 5px 30px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  transition: all .15s ease;
}

.wpcf7-form label input[type=radio]+span:hover {
  color: #866b45;
}

.wpcf7-form label input[type=radio]:checked+span {
  color: white;
  background: #f99f1c;
}

div.wpcf7-response-output {
  padding: 15px 20px;
  font-size: 2rem;
  width: 100%;
  margin: 3rem 0 0;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #3c6f25;
  background: #388e14;
  color: white;
  box-shadow: 0 0 10px #3c6e26 inset;
}

div.wpcf7-mail-sent-ng {
  border: 2px solid #5d1111;
  background: #8e1414;
  color: white;
  box-shadow: 0 0 10px #5d1111 inset;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #ded008;
  background: #f7e700;
  color: #171717;
  box-shadow: 0 0 10px #ded008 inset;
}

.wpcf7-not-valid {
  border: 1px solid red;
}

[class*=checkbox].wpcf7-not-valid {
  border: none;
}

[class*=checkbox].wpcf7-not-valid label {
  color: red;
}

.wpcf7-not-valid-tip {
  margin-top: -1rem;
  margin-bottom: 1rem;
}

#main .gallery .gallery-item {
  width: 100%;
  max-width: 300px;
  margin: 0 30px;
}

#main .gallery .gallery-item img {
  border: none;
  height: auto;
}

.slick-list {
  cursor: pointer;
  border: 2px solid #3e1a0f;
}

.slick-prev,
.slick-next {
  display: none !important;
}

.jp-carousel-info h2 {
  text-align: center !important;
}

#jp-carousel-comments-loading,
.jp-carousel-comments,
.jp-carousel-comment-form-container,
.jp-carousel-left-column-wrapper,
.jp-carousel-image-meta {
  display: none !important;
}

body[class*="contact"] .page__sidebar,
body[class*="2177"] .page__sidebar,
body[class*="2174"] .page__sidebar {
  /*border: 2px solid #26160d;*/
  padding: 0 30px 20px;
}

body[class*="contact"] .page__sidebar h3,
body[class*="2177"] .page__sidebar h3,
body[class*="2174"] .page__sidebar h3 {
  font-weight: bold;
  font-size: 2rem;
  margin-top: 30px;
}

.page__sidebar {
  margin-top: 50px;
}

.page__sidebar iframe {
  max-width: 100%;
  height: 160px;
}

.page__sidebar img {
  max-width: 100%;
  height: auto;
}

.page__sidebar .embed-youtube {
  margin-left: -30px;
  margin-right: -30px;
}

.alert {
  position: fixed;
  top: 0;
  z-index: 999999;
  width: 100%;
  padding: 15px;
  text-align: center;
  color: white;
  font-weight: bold;
  border-radius: 0;
  animation: hide 5s;
  cursor: pointer;
}

.alert.error {
  background: #ffa200;
}

.alert.success {
  background: hsl(131, 50%, 50%);
}

#recevoir_news_field label.radio {
  display: inline !important;
  margin-left: 5px;
}

#recevoir_news_field input[type=radio] {
  margin-left: 15px;
}

#partners_field input[type=checkbox] {
  margin: 0 5px 0 0;
  position: relative;
}

#recevoir_news_field label.radio:after,
#partners_field label.checkbox:after {
  content: "";
  display: table;
  clear: both;
}

#filtres_agenda{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px 7px;
    flex-wrap: wrap;
}
#filtres_agenda>.e-child{
    width: 100%;
    align-self: stretch;
}
#filtres_agenda>.filtres{
    background-color: #B7A194;
    width: calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );
    display: flex;
    flex-direction: row;
    padding: 0;
}
#filtres_agenda>.e-child>div{
    border-left: 1px #FFF solid;
}
#filtres_agenda>.e-child>div,
#filtres_agenda>.e-child>div>div,
#filtres_agenda>.filtres>div>div>div,
#filtres_agenda>.filtres .elementor-button-wrapper{
    display: flex;
    padding: 0;
    align-content: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
#filtres_agenda>.elementor-widget-divider{
    flex: 0 1 100%;
    --divider-border-style: rhombus;
    --divider-color: #F99F13;
    --divider-pattern-height: 20px;
    --divider-pattern-size: 20px;
    max-width: 100%;
    margin: 0px 0px 30px 0px;
}
#filtres_agenda .elementor-divider{
    text-align: center;
    margin: 0 0 30px;
}
#filtres_agenda .elementor-divider>.elementor-divider-separator{
    display: flex;
    text-align: center;
    margin: 0 auto;
    width: 59px;
    min-height: 20px;
    background: #f99f13;
    -webkit-mask-image: var(--divider-pattern-url);
    mask-image: var(--divider-pattern-url);
    -webkit-mask-size: 20px 100%;
    mask-size: 20px 100%;
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
}
#filtres_agenda .elementor-top-section>.elementor-container>.elementor-column>.elementor-element-populated{
    box-shadow: 0px 9px 26px 4px rgba(0, 0, 0, 0.07);
    padding: 0 0 8px;
}
#filtres_agenda .elementor-grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 30px;
    grid-row-gap: 35px;
}
#filtres_agenda .filtres{
    gap: 0;
}
#filtres_agenda .filtres a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-family: "Ubuntu", Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    border-width: 2px 2px 2px 2px;
    border-color: transparent;
    padding: 14px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: transparent;
    border-style: none;
    border-radius: 0;
}
#filtres_agenda .filtres a:hover,
#filtres_agenda .filtres a.active{
    color: #B7A194;
    background-color: #FFF;
}
#filtres_agenda .elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
    background-color: #69727d;
    color: #fff
}
#filtres_agenda .elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap {
    color: #69727d;
    border: 3px solid;
    background-color: transparent
}
#filtres_agenda .elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
    margin-top: 8px
}
#filtres_agenda .elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter {
    width: 1em;
    height: 1em
}
#filtres_agenda .elementor-widget-text-editor .elementor-drop-cap {
    float: left;
    text-align: center;
    line-height: 1;
    font-size: 50px
}
#filtres_agenda .elementor-widget-text-editor .elementor-drop-cap-letter {
    display: inline-block
}
.elementor-element-fond-actu{
    background: url() 50% 50% / cover no-repeat;
    padding: 80px;
    margin-bottom: 35px;
}
.elementor-element-fond-actu:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000000;
    transition: all .3s ease;
}
.elementor-element-fond-actu:hover:before{
    background: #00000050;
}
.elementor-element-fond-actu:hover .elementor-element.elementor-element-392570c .elementor-button{
    color: #FFFFFF;
    border-color: #F99F1C;
}
#no-results{
    text-align: center;
    margin: 0 auto 40px;
}
.elementor-483615 .elementor-element.elementor-element-3401601 > .elementor-element-populated{
    margin: 0 0 0 5px!important;
}
.elementor-483615 .elementor-element.elementor-element-66d350b:hover .elementor-widget-container{
    color: #FFF;
}
@media (min-width: 1600px) {
  .temoignages {
    background-size: 1450px, cover;
  }
}

@media (min-width: 1400px) {
  .navbar-container {
    width: 1370px;
  }
}

@media (max-width: 1399px) {
  .menu>.menu-item>a {
    font-size: 1.25rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu>.menu-item>a>span:after {
    right: -13px;
  }
}

@media (min-width: 1200px) {}

@media (max-width: 1199px) {
  .navbar-header img {
    padding: 10px 0;
  }

  .navbar .menu-menu-principal-container {
    float: left;
  }

  .menu {
    float: left;
    width: 100%;
    text-align: center;
  }

  .menu>.menu-item>a {
    font-size: 1.3rem;
    padding-left: 0;
  }

  .menu>.menu-item>a>span:after {
    top: -8px;
    right: -8px;
    display: none;
  }

  .menu-extra form:after {
    height: 30px;
    left: 100%;
    top: -5px;
    transform: none;
  }

  .menu-extra input[type="submit"] {
    padding-top: 10px;
  }

  .hometemoignage__popup {
    max-width: 940px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .menu>.menu-item>a>span:after {
    display: none;
  }

  .navbar-header img {
    padding: 40px 0;
    max-width: 150px;
    max-height: 120px;
  }

  .navbar.navbar-small .navbar-header img {
    padding: 20px 0;
  }
}

@media (min-width: 992px) {

  .ped.ped svg,
  .rco.rco svg {
    float: none;
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .navbar-container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .wrapper {
    padding-top: 0px;
  }

  .navbar {
    height: 96px;
  }

  .navbar-small {
    height: 80px;
  }

  .navbar-small .navbar-header a {
    height: 80px;
  }

  .container-fluid>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
  }

  img+.blog__container,
  img+.agenda__container,
  img+.page__container,
  img+.maison__container {
    margin-top: 50px;
  }

  .container>.navbar-header {
    max-width: 750px;
    margin: 0 auto;
    width: 100%;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar-default .navbar-toggle {
    display: block;
    top: 32px;
    margin: 0;
    background: #200e04;
    border: none;
  }

  .navbar-small.navbar-default .navbar-toggle {
    top: 26px;
  }

  .navbar-default {
    /* previously only for .front-page */
    background-color: white;
  }

  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background: #f99f1c;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background: white;
  }

  .navbar-header h1 {
    float: left;
  }

  .navbar.navbar-small .navbar-header img {
    padding: 0 0;
  }

  .navbar.navbar-small .menu>.menu-item>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-white .navbar-menu,
  .page-template-trouver-liste .navbar-menu {
    background: white;
  }

  .navbar-menu {
    overflow: hidden;
    width: 100%;
    max-height: 0;
    background: linear-gradient(0deg, #ffffff 0%, #ffffff1f 100%);
  }

  .navbar-menu.opened {
    max-height: 1000px;
    background-color: white;
  }

  .navbar-container {
    position: relative;
  }

  .navbar-small .search__form,
  .search__form {
    top: auto;
    /*bottom: -118px;*/
  }

  .navbar-small .search__form input[name="s"] {
    padding: 15px;
    margin: 32px 32px 32px 0;
  }

  .menu>.menu-item {
    float: none;
    clear: both;
  }

  .dropdown-menu {
    position: static;
    width: 100%;
    text-align: center;
  }

  .menu-item>a:focus+.dropdown-menu,
  .menu-item>a:hover+.dropdown-menu,
  .dropdown-menu:focus,
  .dropdown-menu:hover {
    padding-top: 0;
    padding-bottom: 0;
    max-height: 0;
  }

  .menu-item>a+.dropdown-menu.opened {
    padding-top: 0;
    padding-bottom: 15px;
    max-height: 1000px;
  }

  .menu>.menu-item>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .caret {
    position: absolute;
    top: -2px;
    bottom: auto;
    left: auto;
    right: -35px;
    background-size: 20px;
    width: 20px;
    height: 20px;
  }

  .menu>.menu-item>a>span:after {
    content: none;
  }

  .navbar .menu-menu-principal-container,
  .menu-extra {
    float: none;
  }

  .menu-extra {
    width: 70px;
    margin: 0 auto;
  }

  .banner {
    padding-top: 150px;
  }

  .temoignages {
    background-size: 1075px, cover;
  }

  .ped-col,
  .rco-col {
    overflow: auto;
    margin-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
  }

  .ped h4,
  .ped p,
  .rco h4,
  .rco p {
    text-align: left;
  }

  .home-citation cite {
    max-width: 80%;
  }

  .footer-link {
    height: 150px;
  }

  .footer-links a {
    color: white;
    font-size: 2rem;
    line-height: 2rem;
  }

  .page__container,
  .maison__container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .interesting-articles h3,
  .same-events h3,
  .most-read-articles h3 {
    margin-bottom: 25px;
    float: none;
  }

  .interesting-articles .btn-wrapper,
  .same-events .btn-wrapper,
  .most-read-articles .btn-wrapper {
    margin-bottom: 15px;
    float: none;
    text-align: left;
    overflow: auto;
  }

  .agendardv-col-inside svg,
  .homerdv-col-inside svg {
    top: -20px;
  }

  .blog__categories {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hometemoignage__popup {
    max-width: 750px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .hometemoignage__popup__image img {
    max-width: 150px;
  }

  .hometemoignage__popup__title,
  .hometemoignage__popup__content,
  .hometemoignage__popup__button {
    padding-left: 165px;
  }

  .select-wrapper label {
    padding: 20px 15px;
  }

  .app-right-inside {
    padding: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-actu-une-content {
    text-align: left;
  }

  .home-actu-une-content .home-actu-une-content-une {
    margin-bottom: 5px;
  }

  .home-actu-une-content h3 {
    margin-bottom: 30px;
  }

  .home-actu-une-thumbnail img {
    max-width: 400px;
    height: auto;
  }

  .home-actu-une-thumbnail .btn-wrapper {
    height: 240px;
  }

  .home-actu-une-content {
    padding: 0 30px;
  }

  .home-actu-inside {
    min-height: 300px;
  }

  .home-actu-inside h3 {
    padding: 15px;
  }

  .home-actu-inside h3 a {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  .newsletter {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .footer-legal {
    padding: 15px;
  }

  .footer-legal a {
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
    #filtres_agenda .elementor-grid {
        grid-template-columns: repeat(2,1fr);
        grid-column-gap: 20px;
    }
  .admin-bar .navbar-fixed-top {
    top: 46px;
  }

  .navbar-header img {
    margin-right: 0;
  }

  #temoignages-desktop {
    display: none;
  }

  #temoignages-mobile {
    display: block;
  }
}

@media (max-width: 767px) {
  .home-actu-une-thumbnail iframe {
    max-width: 100%;
    height: 330px;
  }

  #menu-menu-principal {
    background-color: white;
  }

  .navbar.navbar-small .menu>.menu-item>a {
    padding-top: 19px;
    padding-bottom: 10px;
  }

  .navbar.navbar-small .dropdown-menu>li>a {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .ped svg,
  .rco svg {
    width: 100px;
    height: 100px;
    padding: 20px;
  }

  .home-actus {
    background-position: center 2%;
    background-size: 100%;
  }

  .home-actu-une-inside,
  .home-actu-une-content,
  .home-actu-une-thumbnail .btn-wrapper {
    display: block;
    height: auto;
  }

  .home-actu-une-content {
    padding: 30px;
  }

  .home-actu-une-thumbnail img {
    max-width: 100%;
    height: auto;
  }

  .home-actu-une-thumbnail iframe {
    max-width: 100%;
    height: 330px;
  }

  .home-actu-une-thumbnail .btn-wrapper {
    padding: 30px 0;
  }

  .home-actu-inside {
    margin-bottom: 30px;
  }

  .carousel-inner .row>.col-sm-4 {
    margin-bottom: 100px;
  }

  .carousel-inner .row>.col-sm-4:first-child {
    display: block;
  }

  .hometemoignage__title {
    font-size: 2.5rem;
    max-width: 100%;
    font-weight: bold;
  }

  .newsletter {
    padding-top: 90px;
    padding-bottom: 70px;
  }

  .newsletter input {
    margin-bottom: 30px;
  }

  .page__container,
  .maison__container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .single__author,
  .event__author {
    padding: 15px;
  }

  .single__gravatar,
  .event__gravatar {
    position: static;
    transform: none;
    float: left;
    margin: 0 15px 15px 0;
  }

  .single__sidebar,
  .event__sidebar {
    margin-left: 15px;
    margin-right: 15px;
  }

  .home-actu-inside {
    min-height: 0;
  }

  .hometemoignage__popup {
    max-width: 100%;
  }

  .hometemoignage__popup__image img {
    max-width: 100px;
  }

  .hometemoignage__popup__title,
  .hometemoignage__popup__content,
  .hometemoignage__popup__button {
    padding-left: 115px;
  }

  .hometemoignage__popup__title {
    line-height: 1;
    margin-bottom: 10px;
  }

  .maison__liste__maison {
    flex-flow: column;
  }

  .maison__liste__content {
    flex: auto;
    max-width: 100%;
  }

  .maison__liste__thumbnail+.maison__liste__content,
  .maison__liste__button {
    max-width: none;
    margin-left: 0;
    box-shadow: none;
  }

  .maison__liste__thumbnail,
  .maison__liste__thumbnail__pays {
    display: block;
    position: static;
  }

  .maison__liste__title {
    margin-bottom: 0;
  }

  .maison__liste__list li:first-child {
    margin-top: 15px;
  }

  .maison__liste__button {
    margin-bottom: 30px;
  }

  .maison__liste__wrapper {
    width: 70%;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
  }

  .maison__liste__search .btn-wrapper {
    width: 50%;
    margin: 0 auto;
    display: block;
  }

  .maison__metas {
    width: 100%;
  }

  /* MODIFICATION JD AVEC HERVE LE 19/09 */
  .btn-wrapper.btn-wrapper-brown a.trouver-map-button-hungrois {
    margin-right: 0;
  }

  .newsletter input {
    max-width: 80%;
    width: 350px;
  }

  .support-make li {
    padding: 30px 15px 15px;
    min-height: 300px;
  }

  .support-make li p {
    font-size: 1.8rem;
  }

  .support-make li a.support-make-give {
    margin-top: 50px;
  }

  .swiper__prev {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 30%);
  }

  .swiper__next {
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 30%);
  }

  .page__title,
  .maison__title,
  .blog__title,
  .agenda__title {
    font-size: 3rem;
  }

  .footer-links ul li:nth-child(even) a {
    border-right: none;
  }

  .page__sidebar p {
    font-size: 1.6rem;
    line-height: 2.7rem;
    margin-bottom: 1.5rem;
  }

  .page__sidebar .lien_shortcode,
  .page__sidebar .accordeon-parent {
    font-size: 1.6rem;
  }
    #filtres_agenda>.e-child>div, #filtres_agenda>.e-child>div>div, #filtres_agenda>.filtres>div>div>div, #filtres_agenda>.filtres .elementor-button-wrapper{
        height: auto;
    }
}

@media (min-width: 600px) {

  .ped-inside,
  .rco-inside {
    padding-bottom: 30px;
  }

  .ped svg,
  .rco svg {
    float: left;
    margin: 0 30px 30px 0;
  }

  .ped h4,
  .rco h4 {
    margin: 0 0 10px;
  }
}

@media (max-width: 599px) {
  .hometemoignage__popup__title {
    padding-left: 115px;
  }

  .hometemoignage__popup__content,
  .hometemoignage__popup__button {
    padding-left: 0;
  }

  .hometemoignage__popup__title {
    padding-right: 30px;
  }

  .support-make li a.support-make-give {
    padding: 12px 15px;
    text-align: center;
  }

  .maison__metas {
    flex-direction: column;
  }

  .maison__metas ul {
    padding: 30px;
  }

  .maison__metas .acf-map-wrapper {
    width: 100%;
  }

  .maison__metas .acf-map {
    height: 250px;
  }
}

@media (max-width: 520px) {
  .select-wrappers {
    display: block;
    margin-bottom: 50px;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .select-wrapper {
    display: block;
    text-align: center;
  }

  .select-wrapper label {
    width: 130px;
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .temoignages__headline {
    max-width: 80%;
  }

  .footer-legal {
    font-size: 0;
  }

  .footer-legal a {
    display: block;
    font-size: 1.4rem;
  }

  .support-make ul {
    flex-wrap: wrap;
  }

  .support-make li {
    width: 100%;
    min-height: 0;
    margin-bottom: 10px;
  }

  .support-make li:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }

  .support-other ul {
    flex-wrap: wrap;
  }

  .support-other li,
  .support-other li:nth-child(2) {
    margin: 0 30px 30px;
    width: 100%;
  }

  .home-actu-une-thumbnail iframe {
    height: 220px;
  }
    #filtres_agenda>.filtres{
        flex-direction: column;
    }
    #filtres_agenda .elementor-grid {
        grid-template-columns: repeat(1,1fr);
        grid-column-gap: 5px;
    }
}

@media (max-width: 400px) {
  .wrapper {
    padding-top: 0px;
  }

  .navbar {
    height: 56px;
  }

  .navbar-default .navbar-toggle {
    top: 10px;
  }

  .navbar-header img {
    padding: 0;
    max-width: 200px;
  }

  .banner {
    padding-top: 100px;
  }

  .agendardv-col-inside svg,
  .homerdv-col-inside svg {
    top: -15px;
  }

  .navbar-header a,
  .navbar-small .navbar-header a {
    height: 56px;
  }

  .navbar-small.navbar-default .navbar-toggle {
    top: 12px;
  }

  .navbar-default .navbar-toggle {
    top: 12px;
  }
}

@media (max-width: 320px) {

  .agendardv-col-inside svg,
  .homerdv-col-inside svg {
    top: -10px;
  }
}

@media (max-width: 240px) {
  .select-wrapper label {
    width: 100px;
    padding-left: 5px;
  }
}

/* ajouté par herve */
@media (max-width: 800px) {

  .page__title,
  .maison__title,
  .blog__title,
  .agenda__title {
    text-align: center;
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 auto;
    color: #fff;
    margin-top: -130px;
    margin-bottom: 021px;
  }
}

/* ajouté par herve */
@media (max-width: 991px) {

  img+.blog__container,
  img+.agenda__container,
  img+.page__container,
  img+.maison__container {
    margin-top: 30px;
  }
}

/* ajouté par herve */
@media (max-width: 500px) {
  .wp-post-image {
    max-width: 135%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}



@media (max-height: 600px) {
  .toolbar-links ul a {
    height: 40px;
    padding: 10px 0;
  }
}