:root {
  --white: white;
  --black: #1d1d1d;
  --light-grey: lightgrey;
  --burlywood: #d7a462;
  --dim-grey: #624e48;
  --white-2: rgba(255, 255, 255, .08);
  --white-smoke: whitesmoke;
  --texte-couleur: #8a8a8a;
  --pale-green: #b1ffa2;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--white);
  text-decoration: underline;
  transition: background-color .625s;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 10px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.hero-banniere {
  height: 86vh;
  margin: 0;
  position: relative;
}

.hero-banniere.page-contenu {
  height: 25vh;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.hero-banniere.page-nous-joindre {
  height: 60vh;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.background-video {
  height: 100%;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: -2px;
}

.filter-video {
  background-image: linear-gradient(225deg, rgba(215, 164, 98, .48), rgba(255, 255, 255, .13)), linear-gradient(rgba(215, 164, 98, .34), rgba(215, 164, 98, .34));
  justify-content: center;
  align-items: center;
  margin: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.filter-video.page-nous-joindre {
  align-items: flex-start;
  padding-top: 60px;
}

.wrap-header {
  z-index: 1;
  max-width: 918px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: absolute;
}

.main-navbar {
  background-color: var(--black);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-left: 0;
  margin-right: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container {
  z-index: 3;
  width: 100%;
  max-width: 1080px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.smaller {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.container.footer-container {
  flex-direction: column;
}

.container.down-footer {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 40px;
  display: flex;
}

.container.alignement-center-container {
  text-align: center;
}

.container.align-center {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.container.blogue-container {
  width: 60%;
}

.container.negative-top {
  margin-top: -250px;
}

.container-nav {
  max-width: 1080px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu {
  width: 100%;
  max-width: 1080px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--light-grey);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 4px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-family: Lora, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.nav-link:hover {
  color: #fff;
  background-color: #313131;
}

.nav-link.w--current {
  color: var(--burlywood);
}

.nav-link.small {
  color: silver;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

.nav-link.small.gold {
  color: var(--burlywood);
}

.wrapper-navlinks {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.body {
  background-color: #303030;
  margin: 20px 20px 0;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
}

.wrap-sous-nav {
  border-left: 1px solid #3f3d3d;
}

.section {
  background-color: #fff;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.background-img-sigle {
  height: 80vh;
  background-image: url('../images/backgroundandsigle.svg');
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.section.background-img-sigle.reverse-section {
  background-image: url('../images/backgroundand-flower3-01.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: row-reverse;
}

.section.with-photo-background {
  height: 80vh;
  background-image: linear-gradient(225deg, rgba(0, 0, 0, .78) 10%, rgba(255, 255, 255, 0)), url('../images/flower-web-1920.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  align-items: center;
  display: flex;
}

.section.background-img-flower {
  height: 80vh;
  background-color: #ffecd4;
  background-image: url('../images/backgroundflowers-04.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.section.background-img-flower.screenshots {
  height: auto;
}

.section.avis {
  height: auto;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  align-items: flex-start;
  padding: 40px 20px;
  display: flex;
}

.section.thumbnailfuneraweb {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.contenu {
  height: auto;
  background-color: #222;
  background-image: url('../images/backgroundflowers-whitev2_1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  align-items: center;
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.section.flowers-background {
  background-color: var(--black);
  background-image: url('../images/backgroundflowers-whitev2.svg');
  background-position: 0 49%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.a-propos {
  height: auto;
  background-image: url('../images/backgroundandsigle.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding: 200px 20px;
  display: flex;
}

.section.black-section {
  color: #1d1d1d;
  background-color: #2c2c2c;
}

.section.blogue {
  height: auto;
  background-image: url('../images/backgroundandsigle.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding: 100px 20px 200px;
  display: flex;
}

.section.blogue.demi-section {
  width: 100%;
  background-image: none;
  flex-direction: column;
  align-items: flex-start;
  padding: 60px 40px 40px;
}

.section.blogue._40-section {
  width: 100%;
  background-image: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  padding: 100px 40px;
}

.section.no-hero-banner {
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 60px;
}

.section.politique {
  height: auto;
  background-image: url('../images/backgroundandsigle.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding: 200px 20px;
  display: flex;
}

.section.conf {
  background-image: url('../images/backgroundandsigle.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

#cookiefirst-policy-page { display:none; }

#cookiefirst-policy-page + div { display:none; }

.section.screenshots {
  background-color: rgba(255, 255, 255, 0);
  margin-top: -250px;
}

.img-logo-hero {
  margin-bottom: 200px;
}

.h1-hero {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
}

.wrap-down-hero {
  z-index: 1;
  max-width: 1080px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 100px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-home {
  border: 1px solid var(--black);
  color: var(--black);
  background-color: rgba(215, 164, 98, .37);
  background-image: linear-gradient(rgba(215, 164, 98, .24), rgba(255, 255, 255, 0));
  border-radius: 4px;
  margin-left: 10px;
  padding: 5px 20px;
  font-family: Lora, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.button-home:hover {
  background-image: linear-gradient(270deg, rgba(215, 164, 98, .24), rgba(255, 255, 255, .49));
}

.button-home.padding {
  margin-top: 20px;
  margin-left: 0;
}

.bloc-texte-image {
  margin-top: 0;
  display: flex;
}

.bloc-texte-image.center-bloc {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bloc-texte-image.reverse-bloc {
  flex-direction: row-reverse;
}

.col-img {
  width: 40%;
  position: relative;
}

.col-img.align-center {
  margin-left: auto;
  margin-right: auto;
}

.col-img.a-propos-img {
  width: 75%;
}

.h2-big-title {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Lora, sans-serif;
  font-size: 48px;
  line-height: 52px;
}

.h2-big-title.white-color {
  color: #fff;
  text-align: center;
}

.h2-big-title.white-color.smaller {
  text-align: right;
  font-size: 27px;
  font-weight: 700;
  line-height: 36px;
}

.h2-big-title.white-color.smaller.align-center {
  text-align: center;
  font-size: 35px;
}

.h2-big-title.center-align {
  text-align: center;
}

.h2-big-title.align-right {
  text-align: right;
}

.h2-big-title.or-big-title {
  color: var(--white);
}

.h2-big-title.or-big-title.align-center {
  color: var(--burlywood);
  text-align: center;
}

.h2-big-title.a-propos {
  margin-bottom: 100px;
}

.h2-big-title.a-propos.no-margin {
  margin-bottom: 30px;
}

.h2-big-title.h2-smaller {
  font-size: 36px;
  line-height: 44px;
}

.h2-big-title.h2-smaller.align-center {
  text-align: center;
  font-size: 39px;
}

.texte-courant {
  color: var(--black);
  text-align: left;
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
}

.texte-courant.white-texte-courant {
  color: #fff;
  text-align: right;
  font-weight: 300;
}

.texte-courant.white-texte-courant.align-center {
  text-align: center;
}

.texte-courant.white-texte-courant.align-left {
  text-align: left;
}

.texte-courant.black-texte-courant {
  color: var(--black);
}

.texte-courant.no-margin {
  margin-bottom: 0;
  margin-left: 0;
}

.texte-courant.no-margin strong {
  color: var(--black);
  font-weight: 600;
}

.texte-courant.no-margin a {
  color: var(--burlywood);
}

.texte-courant ul {
  margin-top: auto;
}

.texte-courant.steps {
  margin-bottom: 0;
  margin-left: 20px;
}

.texte-courant.alignt-right {
  text-align: right;
}

.texte-courant.alignt-right.white-font.padding {
  margin-right: 48px;
  line-height: 20px;
}

.texte-courant.align-center {
  text-align: center;
}

.texte-courant a {
  color: var(--burlywood);
}

.texte-courant.description-video {
  text-align: center;
}

.texte-courant.blogue {
  font-family: Lora, sans-serif;
  font-size: 17px;
  line-height: 26px;
}

.texte-courant.blogue h2 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
}

.texte-courant.blogue h3 {
  color: #5e5e5e;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 22px;
}

.texte-courant.blogue h4 {
  color: #6d6d6d;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 20px;
}

.texte-courant.blogue p {
  line-height: 24px;
}

.texte-courant.no-margin-for-real {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.texte-courant.no-margin-for-real strong {
  color: var(--black);
  font-weight: 600;
}

.texte-courant.no-margin-for-real a {
  color: var(--burlywood);
}

.bouton {
  border: 1px solid var(--black);
  color: var(--black);
  text-align: left;
  background-color: rgba(215, 164, 98, .37);
  background-image: linear-gradient(45deg, rgba(215, 164, 98, .24), rgba(255, 255, 255, .49));
  border-radius: 4px;
  margin-left: 0;
  padding: 5px 20px;
  font-family: Lora, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
}

.bouton:hover {
  background-image: linear-gradient(270deg, rgba(215, 164, 98, .24), rgba(255, 255, 255, .49));
}

.bouton.white-bouton {
  color: var(--white);
  letter-spacing: 2px;
  background-color: rgba(215, 164, 98, .13);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, .06));
  border-color: rgba(255, 255, 255, .51);
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 400;
}

.bouton.white-bouton:hover {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .47), rgba(255, 255, 255, .06));
}

.bouton.margin {
  margin-top: 20px;
  margin-left: 20px;
}

.bold-text {
  color: var(--burlywood);
  font-weight: 600;
}

.footer {
  background-color: var(--dim-grey);
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 40px 20px;
}

.down-section-footer {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.col-footer-section {
  width: 100%;
}

.column {
  flex-direction: row;
  display: flex;
}

.link-img-footer {
  margin-bottom: 40px;
}

.titre-footer {
  color: var(--white);
  letter-spacing: 1px;
  margin-bottom: 40px;
  font-family: Lora, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.titre-footer.sans-padding {
  margin-bottom: 10px;
}

.field-label {
  color: var(--white);
  text-align: left;
  font-weight: 400;
}

.field-label.voeux {
  color: var(--black);
  margin-bottom: 6px;
  font-size: 14px;
}

.field-label.black-field {
  color: var(--black);
  font-weight: 600;
}

.text-field {
  background-color: var(--white-2);
  color: var(--white);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  margin-bottom: 10px;
}

.text-field.message {
  height: 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 20px;
}

.text-field.message.voeux-message {
  background-color: var(--white-smoke);
  color: var(--black);
}

.text-field.sympathie-field {
  height: 39px;
  background-color: var(--white-smoke);
  color: var(--black);
  margin-bottom: 10px;
  font-size: 14px;
}

.text-field.on-photo {
  color: #1d1d1d;
  background-color: rgba(255, 255, 255, .7);
}

.text-field.courriel {
  color: var(--white-smoke);
}

.icon-social-img {
  width: 40px;
}

.social-media-icon {
  margin-left: 10px;
}

.social-media-icon:hover {
  opacity: .6;
}

.social-media-icon.first-icon {
  margin-left: 0;
}

.col-footer {
  padding-left: 0;
  padding-right: 40px;
}

.white-font {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.white-font.padding {
  margin-bottom: 20px;
}

.sigle-img {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  display: none;
}

.sigle-img.navbar-contenunav {
  display: flex;
}

.sigle-hebert {
  width: 73px;
}

.link-3 {
  color: #fff;
}

.col-section-photo {
  text-align: right;
}

.bandeau {
  background-color: #4e4e4e;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  display: flex;
}

.icon-alert {
  margin-right: 7px;
}

.text-block {
  color: var(--light-grey);
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
}

.link-4 {
  color: var(--light-grey);
}

.success-message {
  background-color: var(--white);
  border-top: 5px solid #00cc2c;
}

.error-message {
  border-top: 5px solid #ff7373;
}

.text-block-dropdown {
  margin-right: 21px;
}

.dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 25px;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-link {
  background-color: var(--black);
  color: #fff;
  border-radius: 4px;
  margin-top: 6px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 15px;
}

.dropdown-link:hover {
  background-color: rgba(29, 29, 29, .8);
}

.dropdown-link.w--current {
  color: var(--burlywood);
}

.heading {
  color: var(--black);
  font-family: Lora, sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.heading.h-titre-joindre {
  margin-bottom: 60px;
}

.filters-section {
  background-color: #f5f5f5;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 20px 40px;
}

.h3-titre {
  border-bottom-width: 1px;
  border-bottom-color: var(--burlywood);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.recherche-field {
  height: 50px;
  background-color: rgba(255, 255, 255, .7);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0 4px 4px 0;
  margin-bottom: 0;
}

.col-filters {
  padding-left: 0;
}

.select-field {
  height: 50px;
  border-width: 1px;
  border-color: var(--white-smoke);
  color: var(--texte-couleur);
  background-color: rgba(255, 255, 255, .7);
  border-radius: 4px;
  margin-bottom: 0;
}

.select-field.voeux {
  height: 43px;
  background-color: var(--white-smoke);
  border-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
}

.field-label-filter {
  font-size: 15px;
  font-weight: 600;
}

.button-post-it {
  text-align: center;
  background-color: #1d1d1d;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.button-post-it:hover {
  background-color: #624e48;
}

.columns {
  align-items: flex-end;
  margin-bottom: 0;
  display: flex;
}

.filters-block {
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.head-titlre-filter {
  border-bottom: 1px solid var(--burlywood);
  text-align: center;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.wrap-recheche-field {
  display: flex;
}

.div-block {
  background-color: rgba(255, 255, 255, .6);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.image {
  width: 23px;
}

.col-avis {
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, .85), rgba(255, 255, 255, .85)), url('../images/backgroundflowers-04.svg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-right: 5px;
  padding: 22px 22px 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 3px #e7e7e7;
}

.name-avis {
  color: var(--black);
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.name-avis:hover {
  color: var(--burlywood);
  text-decoration: underline;
}

.photo-people {
  width: 195px;
  height: 220px;
  background-image: url('../images/shutterstock_1557421448.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.ornement {
  opacity: .44;
  margin-top: 16px;
  margin-bottom: 13px;
  padding-left: 25px;
  padding-right: 25px;
}

.infos-carte.voeux-date {
  color: var(--black);
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 14px;
}

.infos-carte.date-month {
  border-left: 1px solid var(--burlywood);
  color: var(--black);
  margin-bottom: 0;
  margin-left: 10px;
  padding-bottom: 0;
  padding-left: 10px;
  line-height: 14px;
}

.lieu {
  color: var(--black);
  text-align: center;
  margin-top: 3px;
  margin-bottom: 0;
  line-height: 17px;
}

.lieu.espacement-lieu {
  margin-bottom: 17px;
}

.cadre-photo {
  border: 1px solid rgba(215, 164, 98, .51);
  border-radius: 4px;
  padding: 10px;
}

.cadre-photo.detail-photo {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.ann-e {
  color: var(--black);
  margin-top: 3px;
  margin-bottom: 0;
}

.funeraille {
  color: var(--black);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(215, 164, 98, .53);
  border-radius: 4px;
  justify-content: flex-start;
  margin-top: 7px;
  padding: 3px 5px;
  font-size: 13px;
  text-decoration: none;
  display: flex;
}

.funeraille:hover {
  background-color: var(--black);
  color: var(--burlywood);
}

.funeraille.inde-page-fune {
  background-color: #fff;
  justify-content: flex-start;
  margin-bottom: 7px;
  text-decoration: none;
}

.funeraille.inde-page-fune:hover {
  background-color: var(--black);
}

.funeraille.white-acces-footer {
  color: var(--white);
  border-color: rgba(255, 255, 255, .35);
  text-decoration: none;
}

.funeraille.expo {
  margin-left: 10px;
}

.icon-action-button {
  width: 20px;
}

.funera-link-section {
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.funeraille-text {
  margin-left: 10px;
}

.info-defunt {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.info-defunt.details-defunt {
  text-align: left;
  border-bottom: 1px solid rgba(215, 164, 98, .38);
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 60px;
  margin-right: 0;
  padding-bottom: 20px;
}

.info-defunt.details-defunt.desktop-hide {
  display: none;
}

.block-pagination {
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(215, 164, 98, .3);
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
}

.link-block {
  color: var(--black);
  padding: 6px 10px;
}

.link-block:hover {
  color: var(--burlywood);
}

.page-numbers {
  height: 100%;
  align-items: center;
  display: flex;
}

.number-pagination {
  color: var(--burlywood);
  padding-left: 11px;
  padding-right: 11px;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  transition-property: all;
}

.number-pagination:hover {
  color: var(--black);
}

.number-pagination.current {
  color: var(--dim-grey);
  font-weight: 900;
}

.retour {
  color: var(--burlywood);
  font-size: 15px;
}

.retour:hover {
  color: var(--black);
}

.block-retour-page {
  text-align: right;
  margin-top: 38px;
  margin-bottom: 40px;
}

.block-retour-page.right-retour {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
}

.block-retour-page.right-retour.apropos {
  z-index: 10;
  background-color: var(--white);
  border-bottom: 1px solid #fce2c0;
  border-radius: 0 0 4px 4px;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 87px;
}

.h2-hero {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.row-principal {
  width: 100%;
}

.col-right-infos {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.col-principal {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.rich-text {
  color: var(--black);
  text-align: left;
  margin-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.rich-text a {
  color: var(--burlywood);
}

.rich-text em, .rich-text strong {
  font-weight: 500;
}

.h2-small-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.wrapper-title-lieu {
  align-items: flex-start;
  padding: 10px 10px 10px 0;
  display: flex;
}

.icon-pin {
  margin-right: 10px;
}

.adresse-lieu {
  color: var(--texte-couleur);
  font-size: 14px;
}

.adresse-lieu:hover {
  color: var(--black);
}

.adresse-lieu-col {
  text-align: left;
  margin-left: 26px;
  padding-right: 40px;
}

.h2-title {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Lora, sans-serif;
  font-size: 40px;
  line-height: 52px;
}

.h2-title.white-title {
  color: var(--white);
}

.h2-title.white-title.align-center {
  color: var(--white);
  text-align: center;
  margin-top: 11px;
  margin-bottom: 40px;
  font-size: 41px;
  font-weight: 700;
  line-height: 39px;
}

.wrapper-special {
  width: 100%;
  max-width: 1080px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.section-voeux {
  width: 100%;
  background-color: var(--black);
  background-image: url('../images/backgroundflowers-whitev2_1.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0 40px;
  display: flex;
}

.form-block {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.form-block.align-left {
  width: 100%;
  margin-top: 29px;
  margin-left: 0;
  margin-right: 0;
}

.div-block-6 {
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
}

.wrapper-messages {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.box-message {
  background-color: var(--white);
  border-radius: 4px;
  margin-top: 10px;
  padding: 10px 20px;
}

.box-message.fist-message {
  margin-top: 10px;
}

.bold-text-2 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.titre-smaller {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.sympathies {
  color: var(--black);
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.image-4 {
  margin-bottom: 0;
  margin-right: 9px;
}

.text-block-4 {
  color: var(--black);
  text-align: left;
  margin-bottom: 20px;
  line-height: 18px;
}

.div-block-7 {
  border-bottom: 1px solid rgba(215, 164, 98, .56);
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 15px;
  padding-bottom: 10px;
  display: flex;
}

.heading-3 {
  margin-top: 28px;
}

.thumbnail-funeraweb {
  width: 100%;
  max-width: 1080px;
  text-align: center;
  border: 1px solid #ffe4c0;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 140px;
}

.col-wrap-messages {
  height: 685px;
  border-top: 1px solid rgba(255, 255, 255, .5);
  border-right: 1px solid var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  border-radius: 0 4px 4px 0;
  padding: 20px 20px 0;
  overflow: auto;
}

.h3-small-title {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  line-height: 40px;
}

.col-form-voeux {
  height: 685px;
  background-color: #fff;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  flex-direction: column;
  justify-content: center;
  padding-top: 8px;
  padding-bottom: 20px;
  display: flex;
}

.wrap-ville-lieu {
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.success-message-2 {
  background-color: var(--pale-green);
}

.col-wrap-voeux {
  display: flex;
}

.column-4 {
  padding-right: 0;
}

.grid {
  grid-column-gap: 6px;
  grid-template-columns: 1fr 1fr 1fr;
}

.box-steps {
  background-color: #fff;
  border: 1px rgba(215, 164, 98, .28);
  border-radius: 4px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 40px;
  margin-right: 0;
  padding: 40px 60px;
  display: flex;
}

.big-numbers {
  color: var(--burlywood);
  margin-left: auto;
  margin-right: auto;
  font-family: Lora, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: .8em;
}

.box-numbers {
  width: 60px;
  height: 60px;
  text-align: center;
  border: 1px solid #ffe5c4;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 20px;
  display: flex;
}

.en-tete-box-steps {
  border-bottom: 1px solid #fcebd5;
  align-items: flex-end;
  margin-bottom: 40px;
  padding-bottom: 14px;
  padding-right: 20px;
  display: flex;
}

.title-question {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 40px;
  font-family: Lora, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 26px;
}

.image-5 {
  width: 15px;
  margin-bottom: 6px;
  margin-right: 15px;
}

.fichier-link {
  border-bottom: 1px solid var(--burlywood);
  text-align: left;
  border-top-width: 1px;
  border-top-color: #000;
  align-items: center;
  margin-right: 20px;
  padding: 4px 4px 8px;
  text-decoration: none;
  display: block;
}

.fichier-link:hover {
  background-color: #f3f3f3;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.text-block-5 {
  color: var(--black);
  font-weight: 600;
}

.wrap-link-pdf {
  flex-flow: wrap;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.wrap-titles {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-6 {
  margin-bottom: 5px;
}

.box-question-reponse {
  height: 100%;
  background-color: #fafafa;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 20px;
}

.text-block-7 {
  font-size: 20px;
  font-weight: 700;
}

.box-question {
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid #ffe5c4;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-bottom: 13px;
  margin-right: 20px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.reponse {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  padding-left: 5px;
  display: flex;
}

.box-question-copy {
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid #ffe5c4;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.en-tete-question {
  cursor: pointer;
  border-bottom: 1px solid #fcebd5;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 5px 20px 0 5px;
  transition: background-color .2s;
  display: flex;
}

.en-tete-question:hover {
  background-color: #fff2e0;
}

.en-tete-question.groupes {
  margin-bottom: 0;
}

.wrap-block-titre {
  cursor: pointer;
  align-items: center;
  display: flex;
}

.wrap-block-titre.line {
  border-bottom: 1px solid #fcebd5;
}

.block-contenu {
  width: 100%;
  border: 1px dashed rgba(215, 164, 98, .44);
  border-radius: 4px;
  margin-bottom: 11px;
  margin-right: 5px;
  padding: 40px;
}

.wrap-block-service {
  flex-direction: row;
  display: flex;
}

.wrap-block-service.a-propos {
  flex-direction: column;
}

.wrap-titre {
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.text-block-8 {
  margin-left: 10px;
  font-size: 16px;
}

.icon-flower {
  width: 24px;
}

.icon-flower.valeurs {
  margin-bottom: 10px;
}

.service-titre {
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 40px;
  font-family: Lora, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 26px;
}

.service-titre.white-titre {
  color: var(--white);
}

.section-cta-autre-service {
  display: flex;
}

._50 {
  width: 50%;
  background-image: url('../images/backgroundflowers-04.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  margin-left: 10px;
  padding-top: 87px;
  padding-bottom: 87px;
}

._50.right {
  background-image: url('../images/backgroundflowers-04.svg');
  background-position: 100% 100%;
  border: 1px solid rgba(215, 164, 98, .4);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  text-decoration: none;
  display: flex;
}

._50.right:hover {
  background-color: rgba(215, 164, 98, .2);
}

._50.left {
  background-image: url('../images/backgroundflowers-02.svg');
  background-position: 0 100%;
  border: 1px solid rgba(215, 164, 98, .4);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  text-decoration: none;
  display: flex;
}

._50.left:hover {
  background-color: rgba(215, 164, 98, .2);
}

.text-block-9 {
  color: var(--white);
  font-weight: 300;
}

.titre-link {
  color: #fff;
  margin-top: 8px;
  font-family: Lora, sans-serif;
  font-size: 23px;
  font-weight: 700;
}

.div-block-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-6 {
  margin-bottom: -31px;
}

.col-groupes {
  margin-bottom: 20px;
  display: flex;
}

.text-span {
  font-size: 14px;
}

.link-banner {
  color: #413f3f;
}

.bold-text-3 {
  color: var(--burlywood);
}

.fil-ariane {
  width: 1px;
  height: 200px;
  background-color: var(--burlywood);
  color: var(--burlywood);
}

.cercle-ariane {
  width: 20px;
  height: 20px;
  border: 1px solid var(--burlywood);
  border-radius: 20px;
  margin-left: 0;
}

.cercle-ariane.white-circle {
  border-color: var(--white);
}

.wrap-fil-elements {
  width: 5%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.block-fil-ariane {
  flex-direction: column;
  display: flex;
}

.block-texte {
  margin-left: 20px;
  display: flex;
}

.block-texte.first-block-texte {
  margin-top: 10px;
}

.section-contenu {
  display: flex;
}

.raccourci {
  color: var(--burlywood);
  font-size: 15px;
}

.raccourci:hover {
  color: var(--black);
}

.raccourci.margin {
  margin-left: 35px;
}

.raccourci.blogue {
  color: var(--black);
  border-radius: 4px;
  padding: 5px 10px;
  font-family: Lora, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.raccourci.blogue:hover {
  background-color: #ffe5c4;
}

.slider-apropos {
  height: 60vh;
  border-radius: 4px;
}

.slide {
  background-image: url('../images/1_mini.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/7_mini.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/19_mini-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/20_mini.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/chapelle_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/9_mini.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/5_mini.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/6_mini.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/3_mini.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1 {
  background-image: url('../images/chapelle_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mask {
  border-radius: 4px;
}

.grid-team {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.img-photo-team {
  width: 100%;
  height: 500px;
  background-image: url('../images/André-Bouchard_Préposé-au-transport.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 4px;
}

.img-photo-team._2 {
  background-image: url('../images/Claudy-Fortin_directrice.jpg');
}

.img-photo-team._3 {
  background-image: url('../images/Daniel-Lapolice_préposé-au-transport.jpg');
}

.wrap-team-infos {
  background-color: #fdf4e8;
  border-radius: 4px;
  padding: 10px;
}

.info-name-team {
  background-color: var(--black);
  border-radius: 4px;
  margin-top: 10px;
  padding: 20px;
}

.name-teaem {
  color: var(--burlywood);
  margin-bottom: 7px;
  font-size: 17px;
  font-weight: 700;
}

.poste-team {
  color: var(--burlywood);
  font-size: 16px;
}

.cat-gorie-blogue {
  text-align: right;
  margin-top: 38px;
  margin-bottom: 40px;
}

.cat-gorie-blogue.blogue-cat {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
}

.cat-gorie-blogue.blogue-cat.blogue-cat-gorie {
  z-index: 10;
  width: 100%;
  max-width: 1080px;
  background-color: #fff8ef;
  border-radius: 0 0 4px 4px;
  flex-flow: column wrap;
  justify-content: space-between;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 87px;
}

.heading-6 {
  color: var(--black);
  text-align: center;
  margin-bottom: 40px;
  font-family: Lora, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.wrapper-article {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0;
  padding-right: 0;
  display: flex;
}

.titre-article {
  color: var(--black);
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: opacity .2s, background-color .625s;
}

.img-article-thumbnail {
  width: 100%;
  height: 40vh;
  filter: grayscale();
  background-image: url('../images/hebert_FB_hommageHebert_2-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  transition: all .2s;
}

.img-article-thumbnail:hover {
  filter: none;
}

.img-article-thumbnail.img2-ex {
  background-image: url('../images/rendered.png');
  transition: all .2s;
}

.img-article-thumbnail.img2-ex:hover {
  filter: none;
}

.contain-button {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.bloc-categorie {
  border: 1px solid var(--burlywood);
  color: var(--black);
  text-transform: none;
  border-radius: 4px;
  margin-right: 10px;
  padding: 1px 8px;
  font-family: Lora, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.bloc-categorie:hover {
  background-color: var(--burlywood);
}

.date-blogue {
  color: var(--burlywood);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.titre-article-de-blogue {
  margin-top: 0;
  margin-bottom: 0;
}

.titre-article-de-blogue:hover {
  opacity: .7;
}

.cat-div {
  margin-top: 40px;
  margin-bottom: 20px;
}

.wrap-title-and-date {
  padding-right: 40px;
}

.heading-7 {
  color: var(--black);
  text-transform: none;
  margin-top: 5px;
  font-size: 17px;
  font-weight: 400;
}

.grid-3 {
  grid-column-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-15 {
  text-align: center;
  justify-content: space-between;
  display: flex;
}

.img-article {
  height: 60vh;
  background-image: url('../images/hebert_FB_hommageHebert_2-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.titre-article-main-page {
  color: var(--black);
  font-family: Poppins, sans-serif;
}

.titre-secondaire {
  color: var(--black);
  margin-top: 10px;
  font-family: Lora, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.share-link-single-icon {
  width: 20px;
}

.share-link-single-icon:hover {
  opacity: .5;
}

.share-links {
  align-items: center;
  display: flex;
}

.share-link-single {
  width: 40px;
  height: 40px;
  background-color: var(--burlywood);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.share-link {
  color: #000;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 800;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.col-right-infos-2 {
  width: 100%;
  background-color: #f8f8f8;
  border-width: 1px;
  border-color: #000;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  margin-right: 60px;
  padding: 20px 10px 20px 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 6px;
}

.columns-2 {
  margin-top: 40px;
  display: flex;
}

.col-nous-joindre {
  background-color: rgba(255, 255, 255, .34);
  border-radius: 4px;
  padding: 40px 20px;
}

.titre-h3 {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 21px;
  padding-right: 0;
  font-family: Lora, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 22px;
  display: flex;
}

.info-nousjoindre {
  color: var(--black);
  font-size: 15px;
  font-weight: 500;
}

.wap-contact-info {
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.wap-contact-info.fax {
  margin-left: 21px;
}

.icon-contact {
  margin-right: 10px;
}

.mail {
  color: var(--black);
}

.mail:hover {
  opacity: .8;
}

.wrap-bloc-joindre {
  width: 33.33%;
  border-left: 1px solid var(--black);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0 4px 4px 0;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 9px;
  padding: 40px 20px 20px;
  display: flex;
}

.wrap-nlock-nousjoindre {
  display: flex;
}

.bold-text-4 {
  line-height: 20px;
}

.div-block-18 {
  text-align: center;
  margin-bottom: 30px;
}

.phone {
  color: var(--black);
}

.phone:hover {
  opacity: .7;
  color: #313131;
}

.image-8 {
  margin-bottom: 15px;
}

.heading-8 {
  color: #fff;
  text-align: right;
  margin-top: 40px;
  margin-right: 49px;
  font-family: Lora, sans-serif;
  font-size: 90px;
  line-height: 83px;
}

.select-field-2 {
  background-color: rgba(243, 243, 243, .7);
}

.div-block-19 {
  display: flex;
}

.text-block-10 {
  color: var(--black);
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}

.text-block-11 {
  color: var(--black);
  text-transform: uppercase;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.text-block-12 {
  color: var(--black);
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
}

.image-9 {
  margin-bottom: 40px;
}

.text-block-13 {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 17px;
}

.link-back {
  transition: all .5s, background-color .625s;
}

.link-back:hover {
  color: var(--black);
}

.form-section {
  color: var(--white-smoke);
}

.button-call {
  color: var(--black);
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.button-call:hover {
  opacity: .7;
}

.label-padding {
  padding-left: 10px;
  font-weight: 500;
  text-decoration: none;
}

.portail-screenshots-wrapper {
  width: 100%;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.portail-screenshot-column {
  width: 50%;
}

.screenshot {
  border: 1px solid var(--black);
  border-radius: 11px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.button-wrapper {
  width: 100%;
  justify-content: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .hero-banniere.page-nous-joindre {
    height: 125vh;
  }

  .filter-video {
    padding-left: 40px;
    padding-right: 40px;
  }

  .main-navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container {
    width: 95%;
  }

  .container.down-footer {
    display: flex;
  }

  .container-nav {
    justify-content: space-between;
    align-items: center;
    padding: 5px 25px;
  }

  .nav-link {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .nav-link.small {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 17px;
  }

  .wrapper-navlinks {
    background-color: var(--black);
    flex-direction: column;
  }

  .wrap-sous-nav {
    width: 100%;
    border-top: 1px #000;
    border-left-style: none;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.background-img-sigle {
    height: auto;
    padding: 220px 40px;
  }

  .section.with-photo-background {
    height: auto;
    padding: 100px 40px;
  }

  .section.background-img-flower {
    height: auto;
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .section.avis {
    height: auto;
    padding: 60px 40px;
  }

  .section.thumbnailfuneraweb {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.contenu {
    height: auto;
    padding: 60px 40px;
  }

  .section.a-propos, .section.blogue, .section.politique {
    height: auto;
    padding: 220px 40px;
  }

  .h1-hero {
    line-height: 27px;
  }

  .col-img {
    width: 100%;
  }

  .footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .col-footer {
    padding-right: 0;
  }

  .col-footer-mid {
    margin-top: 20px;
    margin-bottom: 22px;
  }

  .white-font {
    margin-bottom: 7px;
  }

  .sigle-img {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .bandeau {
    text-align: center;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon-alert {
    margin-bottom: 6px;
    margin-right: 0;
  }

  .menu-button {
    height: 100%;
    color: #fff;
    text-align: left;
    font-size: 39px;
    display: block;
  }

  .menu-button.w--open {
    background-color: var(--black);
  }

  .text-block-2 {
    font-weight: 700;
  }

  .success-message {
    background-color: var(--white);
    border-top: 5px solid #00cc2c;
  }

  .error-message {
    border-top: 5px solid #ff7373;
  }

  .dropdown {
    width: 100%;
  }

  .filters-section {
    cursor: pointer;
  }

  .button-post-it {
    margin-top: 10px;
  }

  .columns {
    flex-wrap: wrap;
  }

  .col-avis {
    width: 100%;
    margin-top: 5px;
  }

  .info-defunt.details-defunt.hide-mobile {
    display: none;
  }

  .rich-text {
    margin-top: 40px;
  }

  .wrapper-special, .form-block {
    width: 90%;
  }

  .col-wrap-messages {
    border-left: 1px solid rgba(255, 255, 255, .5);
    border-bottom-left-radius: 4px;
  }

  .col-form-voeux {
    height: auto;
  }

  .col-wrap-voeux {
    flex-wrap: wrap;
  }

  .wrap-recherche {
    flex-wrap: wrap;
    display: flex;
  }

  .column-4 {
    padding-left: 0;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .box-steps {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .fichier-link {
    padding-top: 8px;
    padding-right: 4px;
  }

  .box-question-reponse {
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-cta-autre-service {
    flex-wrap: wrap;
  }

  ._50.right {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  ._50.left {
    width: 100%;
  }

  .col-groupes {
    flex-wrap: wrap;
  }

  .col-groupe-entraide, .column-8 {
    margin-bottom: 20px;
  }

  .wrap-fil-elements {
    display: none;
  }

  .grid-team {
    grid-template-columns: 1fr 1fr;
  }

  .share-links {
    margin-left: 20px;
  }

  .col-right-infos-2 {
    width: 100%;
    display: none;
  }

  .wrap-bloc-joindre {
    width: 100%;
  }

  .wrap-nlock-nousjoindre {
    flex-wrap: wrap;
  }

  .heading-8 {
    text-align: center;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero-banniere.page-contenu {
    height: 30vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-banniere.page-nous-joindre {
    height: 116vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .filter-video {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .container.down-footer {
    flex-direction: column;
  }

  .container.sous-nav-apropos {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .body {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
  }

  .section.background-img-sigle, .section.with-photo-background {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.background-img-flower {
    background-position: 50% 100%;
  }

  .section.avis {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.thumbnailfuneraweb {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.contenu, .section.a-propos, .section.blogue, .section.politique {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .img-logo-hero {
    max-width: 80%;
  }

  .wrap-down-hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .col-img.a-propos-img {
    width: 100%;
  }

  .footer {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .titre-footer {
    margin-bottom: 20px;
  }

  .sigle-img {
    margin-bottom: 0;
  }

  .col-avis {
    width: 100%;
    margin-right: 0;
  }

  .funeraille.white-acces-footer {
    margin-bottom: 16px;
  }

  .block-retour-page.right-retour.apropos {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .h3-small-title {
    font-size: 25px;
  }

  .col-link-rapide {
    padding-left: 0;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .box-steps {
    padding: 40px 20px 20px;
  }

  .en-tete-box-steps {
    align-items: flex-start;
  }

  .title-question {
    text-align: left;
  }

  .box-question-reponse {
    margin-left: 0;
    margin-right: 0;
  }

  .en-tete-question.groupes {
    padding-right: 0;
  }

  .block-texte {
    border-top: 1px solid var(--burlywood);
  }

  .raccourci.margin {
    margin-bottom: 12px;
    margin-left: 0;
  }

  .grid-team {
    grid-template-columns: 1fr;
  }

  .cat-gorie-blogue.blogue-cat.blogue-cat-gorie {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .share-links {
    margin-top: 10px;
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .hero-banniere.page-contenu {
    height: 40vh;
  }

  .hero-banniere.page-nous-joindre {
    height: 130vh;
  }

  .filter-video {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container {
    max-width: 100%;
  }

  .container.down-footer {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .container.alignement-center-container {
    margin-left: 0;
    margin-right: 0;
  }

  .container.negative-top {
    margin-top: -240px;
  }

  .container-nav {
    padding-right: 10px;
  }

  .body {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.background-img-sigle {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.avis {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 40px 20px;
  }

  .section.contenu {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px 0;
  }

  .section.a-propos, .section.blogue, .section.politique {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2-big-title {
    font-size: 43px;
    line-height: 43px;
  }

  .h2-big-title.white-color.smaller {
    font-size: 22px;
    line-height: 28px;
  }

  .h2-big-title.white-color.smaller.align-center {
    line-height: 35px;
  }

  .bouton {
    text-align: center;
    line-height: 19px;
  }

  .bouton.margin {
    text-align: left;
  }

  .footer {
    padding: 40px 20px;
  }

  .down-section-footer {
    align-items: center;
    margin-bottom: 20px;
  }

  .titre-footer {
    text-align: center;
  }

  .social-media-icon {
    margin-left: 0;
  }

  .social-media-icon.first-icon {
    margin-bottom: 21px;
  }

  .col-footer-mid {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    display: flex;
  }

  .sigle-hebert {
    max-width: 80%;
  }

  .menu-button {
    padding-right: 10px;
  }

  .heading {
    font-size: 35px;
  }

  .filters-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .block-retour-page.right-retour.apropos {
    padding-top: 20px;
  }

  .h2-hero {
    font-size: 15px;
    line-height: 18px;
  }

  .h2-title {
    font-size: 43px;
    line-height: 43px;
  }

  .wrapper-special {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .h3-small-title {
    font-size: 34px;
    line-height: 43px;
  }

  .title-question {
    text-align: left;
    line-height: 24px;
  }

  .text-block-6 {
    text-align: left;
  }

  .box-question-reponse {
    margin-left: 0;
    margin-right: 0;
  }

  .en-tete-question {
    flex-flow: column wrap;
    align-items: flex-start;
    padding-bottom: 10px;
  }

  .wrap-block-titre {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10px;
  }

  .block-contenu {
    padding: 20px;
  }

  .service-titre {
    text-align: left;
    line-height: 24px;
  }

  .col-groupe-entraide, .column-8, .column-9, .column-10, .column-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .titre-h3 {
    text-align: left;
    line-height: 24px;
  }
}

#w-node-a58116a1-6311-9618-6c33-7f24f6d77663-a76c015a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4b0fbcc7-1e27-eea5-84c1-acc73e778a29-a76c015a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_9ab81eb7-d549-27fe-b1e6-a466230c6208-a76c015a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_39d60f3f-b60d-8715-16e2-895b8613f1fa-a76c015a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a64cdbd6-2ad4-f801-9326-38b73b0f951b-a76c015a {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-b5599eb3-029f-0bea-f8e5-a3611283cc23-a76c015a {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_88c82bf9-bd27-9c20-f1f0-3013687a0548-a76c015a {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_6e74bcd5-25cb-0e95-eeea-ec7cc01f6b41-a76c015a {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-a064ca46-f56a-225d-89ee-bc31e69d3bca-6bef5c40 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a064ca46-f56a-225d-89ee-bc31e69d3be2-6bef5c40 {
  grid-area: 1 / 3 / 2 / 4;
}

@media (min-width: 991px) {
    img.img-logo-hero {
        margin-bottom: 0;
        width: 40vw;
        margin-top: 70px;
    }
}

.filter-video {
    flex-direction: column;
}

.wrap-header {
    position: initial;
    height: 100%;
}

.wrap-down-hero {
    position: initial;
}

@media (max-height: 700px) and (min-width: 991px) {
    img.img-logo-hero {
        margin-top: 0;
    }
    
    .wrap-down-hero {
        padding-top: 0;
        padding-bottom: 40px;
    }
}
