@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap");
/*
Theme Name:   GeneratePress-child
Description:  Theme enfant de GeneratePress
Author:       jimmy
Author URL:   www.tabularasa.fr
Template:     generatepress
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  generatepress-child
*/
body {
  overflow-x: hidden;
}

.container.grid-container {
  width: 100%;
  max-width: initial;
}
.container.grid-container .e-con-full {
  padding: 0;
}

h1 {
  color: #870720;
  font-weight: bold;
  font-family: "Bree Serif", sans-serif;
  font-size: 34px;
  line-height: 36px;
}

h2 {
  color: #870720;
  font-family: "Bree Serif", sans-serif;
  margin-bottom: 10px;
}

h3 {
  color: #8f0f28;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  margin-bottom: 4px;
}

h3,
p,
ul li,
ol li {
  font-family: "Open Sans", sans-serif !important;
}

p,
ul li,
ol li {
  color: #574f51;
}

.elementor-widget-text-editor p {
  margin-bottom: 20px;
}
.elementor-widget-text-editor p:last-child {
  margin-bottom: 0 !important;
}

.site-header {
  position: relative;
}

/*HEADER*/
#masthead {
  width: 100%;
  position: absolute;
  background-color: transparent;
  z-index: 9;
}
#masthead .inside-header {
  flex-wrap: wrap;
}
#masthead #site-navigation {
  background-color: transparent;
  margin: 0 auto;
}
#masthead #site-navigation ul#menu-menu-principal {
  gap: 20px;
}
#masthead #site-navigation ul#menu-menu-principal > li > a {
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 10px;
}
#masthead .header-image {
  position: relative;
  z-index: 2;
}
#masthead .site-logo {
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}

.separate-containers .site-main {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

/*BOUTONS*/
.elementor-widget-button .elementor-button-wrapper {
  position: relative;
  display: inline-block;
}
.elementor-widget-button .elementor-button-wrapper .elementor-button {
  background: #870720;
  border-radius: 0px;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s ease-out !important;
  font-style: italic;
  letter-spacing: 1px;
  padding: 6px 12px 8px;
}
.elementor-widget-button .elementor-button-wrapper .elementor-button:hover {
  background: #d6bf60;
}

/*TOP HEADER*/
.top-bar {
  display: none;
}
.top-bar p {
  margin-bottom: 0px !important;
}

/*SLIDER*/
#slider_accueil {
  position: relative;
}
#slider_accueil::before {
  content: "";
  background: #707070;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.95;
  z-index: 2;
}
#slider_accueil .elementor-widget-wrap {
  align-content: flex-start;
  padding: 0px !important;
}

/*VIGNETTES*/
#vignettes {
  width: 95%;
  margin: -65px auto 0;
}
#vignettes .vignette {
  box-shadow: 0px 0px 13px -2px rgba(34, 30, 31, 0.2);
  background-color: #870720;
  padding: 20px;
}
#vignettes .vignette h2 {
  color: #fff;
  font-size: 23px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
#vignettes .vignette p {
  color: #fff;
  margin-bottom: 0;
}

/*TITRE h1*/
#titre_h1,
.entry-header {
  max-width: 700px;
  width: 95%;
  margin: 100px auto;
}
#titre_h1 h1,
#titre_h1 p,
.entry-header h1,
.entry-header p {
  text-align: center;
}

#titre_h1_accueil {
  position: relative;
}
#titre_h1_accueil > div {
  max-width: 700px;
  width: 95%;
  margin: 100px auto;
}
#titre_h1_accueil h1,
#titre_h1_accueil p {
  text-align: center;
  color: #fff;
}
#titre_h1_accueil::before {
  content: "";
  background: url("/wp-content/themes/generatepress-child/assets/images/fond_presentation.jpg") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 300px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

/*PRESENTATION*/
#presentation {
  position: relative;
  z-index: 3;
  /*&::before {
      content: "";
      background: url($path + "fond_presentation.jpg") center center no-repeat;
      background-size: cover;
      width: 100%;
      height: 300px;
      position: absolute;
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%;
  }*/
}
#presentation .elementor-element-9222e29 {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0px 0px 13px -2px rgba(34, 30, 31, 0.2);
}
#presentation .elementor-element-2b97546 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 0px 13px -2px rgba(34, 30, 31, 0.2);
}
#presentation h2 {
  font-size: 26px;
  line-height: 29px;
  color: #8f0f28;
}
#presentation .elementor-widget-button .elementor-button-wrapper {
  margin-right: 20px;
}
#presentation .elementor-widget-button .elementor-button-wrapper .elementor-button {
  background-color: #d6bf60;
}
#presentation .elementor-widget-button .elementor-button-wrapper .elementor-button:hover {
  background-color: #8f0f28;
}

/*SERVICES*/
.services {
  margin: 100px auto;
}
.services .elementor-icon,
.services svg {
  fill: #d6bf60;
  width: 75px;
  height: auto;
}
.services h2 {
  color: #221e1f;
}
.services p {
  font-style: italic;
}

.elementor-element-5729cee h2 {
  color: #870720;
  font-family: "Bree Serif", sans-serif;
}
.elementor-element-5729cee {
  box-shadow: 0px 0px 13px -2px rgba(34, 30, 31, 0.2);
  background: #fff;
  margin: 50px auto;
  padding: 50px 25px 25px 25px;
}

.elementor-15 .elementor-element.elementor-element-b35e675 {
  margin: -49px 40px 0px 0px;
}

img.attachment-full.size-full.wp-image-33.lazyloaded {
  position: relative;
}

/*ACTUALITE*/
#actualites {
  background: url("/wp-content/themes/generatepress-child/assets/images/fond_actus.jpg") center bottom no-repeat;
  background-size: cover;
  padding: 50px 0px;
}
#actualites h2 {
  color: #fff;
  text-align: center;
}
#actualites > .e-con-inner {
  max-width: 1100px;
}
#actualites #les_actus h3,
#actualites #les_actus p {
  color: #fff;
}
#actualites #les_actus h3 {
  font-weight: bold;
  text-transform: initial;
}
#actualites #les_actus p .read-more {
  display: none;
}

#les_actus {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 5%;
}
#les_actus .unPost {
  flex: 0 0 calc(100% / 3 - 5% / 3 * (3 - 1));
}
#les_actus .unPost .contenuActu {
  position: relative;
}
#les_actus .unPost .contenuActu::before {
  content: "";
  background: url("/wp-content/themes/generatepress-child/assets/images/ic_actus.svg") center center no-repeat;
  background-size: cover;
  width: 47px;
  height: 47px;
  display: block;
  margin-bottom: 15px;
}
#les_actus .unPost .contenuActu .date {
  display: none;
}
#les_actus .unPost .contenuActu .bt2 {
  background-color: #d6bf60;
  color: #fff;
  padding: 5px 15px;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease-out !important;
  float: right;
}
#les_actus .unPost .contenuActu .bt2:hover {
  background-color: #221e1f;
}
#les_actus .unPost .postImg {
  display: none;
}

.post .inside-article {
  max-width: 1300px;
  margin: 30px auto;
}
.post .inside-article img {
  display: inline;
  width: 500px;
  line-height: 0px;
}

/*Témoignages*/
#temoignages {
  width: 33%;
  background: #d6bf60;
  padding: 20px;
  box-shadow: 0px 0px 13px -2px rgba(34, 30, 31, 0.2);
  margin: -45px auto auto;
}
#temoignages h2 {
  color: #221e1f;
  text-transform: uppercase;
  font-size: 23px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 0;
}
#temoignages h2::after {
  content: "";
  background-color: #870720;
  width: 70px;
  height: 8px;
  display: block;
  margin: 20px auto 0;
}
#temoignages .elementor-element-459abdb {
  margin-bottom: 0;
}
#temoignages .n2-section-smartslider {
  position: relative;
}
#temoignages .n2-section-smartslider::before, #temoignages .n2-section-smartslider::after {
  content: "";
  background: url("/wp-content/themes/generatepress-child/assets/images/quote.svg") center center no-repeat;
  background-size: cover;
  width: 84px;
  height: 57px;
  position: absolute;
  opacity: 0.2;
}
#temoignages .n2-section-smartslider::before {
  content: "";
  top: 0;
  left: 0;
  transform: rotate(180deg);
}
#temoignages .n2-section-smartslider::after {
  content: "";
  bottom: 0;
  right: 0;
}
#temoignages p {
  width: 78%;
  margin: 0 auto;
}

/*REASSURANCES*/
#reassurances .elementor-image-box-wrapper {
  position: relative;
}
#reassurances .elementor-image-box-wrapper .elementor-image-box-img {
  margin-bottom: 0px;
}
#reassurances .elementor-image-box-wrapper .elementor-image-box-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#reassurances .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title,
#reassurances .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
  color: #fff;
  margin-bottom: 0px;
}
#reassurances .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
  font-size: 22px;
  font-weight: initial;
}
#reassurances .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
  font-style: italic;
}

/*SEPARATEUR*/
.separateur {
  background: url("/wp-content/themes/generatepress-child/assets/images/fond_actus.jpg") center bottom no-repeat;
  background-size: cover;
  padding: 50px 0px;
  margin: 100px 0px !important;
}
.separateur h2,
.separateur h3,
.separateur p,
.separateur ul li {
  color: #fff !important;
}
.separateur p {
  margin-bottom: 20px;
}
.separateur p:last-child {
  margin-bottom: 0px;
}

#separateur_activite_1 {
  margin-top: 0 !important;
}

.mis_avant {
  width: 95%;
  max-width: 600px !important;
  margin: 0 auto;
}

.encart {
  background-color: #221e1f;
  padding: 15px;
}
.encart h2,
.encart h3,
.encart p,
.encart ul li {
  color: #fff;
}
.encart p {
  margin-bottom: 20px;
}
.encart p:last-child {
  margin-bottom: 0px;
}

.num p {
  font-size: 30px;
  color: #fff;
}

/*FOOTER*/
.footer-widgets {
  background-color: #221e1f;
}

.footer-widgets .widget :last-child {
  color: #fff;
}

.site-footer {
  margin-top: 100px;
}

footer.site-info {
  display: none;
}

.inside-footer-widgets {
  align-items: center;
}
.inside-footer-widgets .footer-widget-1 img {
  width: 200px;
  height: auto;
}
.inside-footer-widgets .footer-widget-2 p {
  text-align: right;
  margin-bottom: 0px;
}
.inside-footer-widgets .footer-widget-2 #tabularasa {
  margin-top: 10px;
}
.inside-footer-widgets .footer-widget-2 #tabularasa a {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 8px 12px;
  color: #fff;
  transition: all 0.3s ease-out !important;
}
.inside-footer-widgets .footer-widget-2 #tabularasa a:hover {
  background-color: #8f0f28;
}

/*ACCORDEONS*/
.elementor-accordion-item {
  margin-bottom: 20px;
  border: 0px !important;
}
.elementor-accordion-item .elementor-toggle-item {
  margin-bottom: 20px;
}
.elementor-accordion-item .elementor-toggle-item:last-child {
  margin-bottom: 0px;
}
.elementor-accordion-item .elementor-tab-title {
  background-color: #b7d331;
  color: #fff !important;
  border: 0px;
  font-size: 18px;
}
.elementor-accordion-item .elementor-tab-title a,
.elementor-accordion-item .elementor-tab-title i {
  color: #fff !important;
}
.elementor-accordion-item .elementor-active {
  background-color: #8e1cd4;
}
.elementor-accordion-item .elementor-tab-content {
  background-color: #fff;
  border: 0px !important;
  padding: 20px !important;
}

/*BACK TO TOP*/
.generate-back-to-top {
  bottom: 85px;
}

/*COOKIES*/
#tarteaucitronRoot #tarteaucitronAlertBig {
  background: rgba(34, 30, 31, 0.8);
}

/*CONTENU*/
body:not(.home) header#masthead {
  background: url("/wp-content/themes/generatepress-child/assets/images/slide1.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  border-bottom: 5px #d6bf60 solid;
}
body:not(.home) header#masthead::after {
  content: "";
  background: #221e1f;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  position: absolute;
  top: 0;
}
body:not(.home) #titre_h1 {
  margin: 75px auto;
}
body:not(.home) h2 {
  font-size: 27px;
  line-height: 31px;
  color: #8f0f28;
}
body:not(.home) .services .e-con-inner > div {
  flex: 0 0 calc(100% / 3 - 50px / 3 * (3 - 1));
}
body:not(.home) .services .elementor-widget-icon {
  margin-bottom: -10px;
}
body:not(.home) #les_actus .unPost {
  background-color: #fff;
  padding: 15px;
}
body:not(.home) #les_actus .unPost .contenuActu::before {
  display: none;
}

@media (max-width: 1725px) {
  #actualites > .e-con-inner {
    max-width: 60%;
  }
}
@media (max-width: 1100px) {
  .site-footer .footer-widgets-container {
    width: 95%;
    margin: 0 auto;
  }
  #temoignages {
    width: 100%;
    margin-top: 0;
  }
  #temoignages > .elementor-container {
    max-width: 700px;
    width: 95%;
    margin: 0 auto;
  }
  #actualites > .e-con-inner {
    max-width: 95%;
    margin: 0 auto;
  }
}
@media (max-width: 940px) {
  #masthead .site-logo {
    width: auto;
  }
  /*MENU NORMAL*/
  button.menu-toggle {
    background-color: #870720 !important;
    color: #fff !important;
  }
  .has-inline-mobile-toggle #site-navigation.toggled {
    margin-top: 0;
  }
  nav#site-navigation {
    background: inherit !important;
    position: relative;
  }
  nav#site-navigation ul#menu-menu-principal {
    position: absolute;
    right: 0;
    width: 300px;
    background: #fff;
    top: -42px;
  }
  nav#site-navigation ul#menu-menu-principal a {
    line-height: 17px;
    padding: 20px !important;
    color: #221e1f;
    transition: all 0.3s ease-out !important;
  }
  nav#site-navigation ul#menu-menu-principal a:hover {
    color: #fff;
  }
  nav#site-navigation ul#menu-menu-principal a .dropdown-menu-toggle {
    padding: 0;
  }
  nav#site-navigation ul#menu-menu-principal .current_page_item a {
    color: #fff;
  }
  nav#site-navigation .main-nav ul ul {
    background-color: rgba(34, 30, 31, 0.1);
  }
  nav#site-navigation .main-nav ul ul li a {
    color: #221e1f !important;
  }
  #presentation {
    margin-top: -100px;
  }
  #presentation .elementor-element-463ef42 {
    width: 100%;
  }
  #presentation .elementor-element-2b97546 {
    display: none;
  }
}
@media (max-width: 768px) {
  .separate-containers .inside-article {
    padding: 0 !important;
  }
  /*MEGAMENU*/
  /*.secondary-navigation ul, .secondary-navigation:not(.toggled) .main-nav > ul{
      display: flex !important;
  }*/
  .footer-widget-2 p {
    text-align: center !important;
  }
  .separate-containers .inside-article,
  .separate-containers .comments-area,
  .separate-containers .page-header,
  .separate-containers .paging-navigation,
  .one-container .site-content,
  .inside-page-header {
    padding: 0px 30px;
  }
  #actualites #les_actus .unPost,
  .page-template-default #les_actus .unPost {
    flex: 0 1 100%;
    margin-bottom: 25px;
  }
  #presentation {
    margin-top: 0;
  }
  #slider_accueil::before {
    height: 100%;
  }
  #vignettes {
    margin-top: 50px;
  }
}
@media (max-width: 550px) {
  /*MEGAMENU*/
  /*#secondary-navigation a{
      font-size: 16px;
      letter-spacing: normal;
      padding: 0px 8px;
  }*/
}
@media (max-width: 430px) {
  #masthead .header-image {
    max-width: 160px;
  }
}/*# sourceMappingURL=style.css.map */