@charset "UTF-8";
/*
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
*/
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
/* Permet de mettre la bonne largeur de colonne en flex lorsque l'on utilise un gap.
* $colCount = Le nombre de colonnes que l'on veux
* $gap = le gap entre les colonnes, en px ou en %
* $grow = le flex grow, pas obligé a renseigné
* $shrink = le flex shrink, pas obligé a renseigné
**
* Exemple, pour un bloc avec 4 colonnes et un gap de 25px, on l'appel de cette manière : @include columnWithGap(4,25px);
*/
body {
  overflow-x: hidden;
  font-family: "Urbanist", sans-serif !important;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1300px !important;
  width: 95%;
}

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

.menu-item-has-children .dropdown-menu-toggle {
  padding-right: 0 !important;
}

/*TITRE*/
h2::after {
  content: "";
  background-color: #F7BCAE;
  height: 8px;
  width: 58px;
  border-radius: 20px;
  display: block;
  margin: 10px auto 0;
}

/*BOUTONS*/
.elementor-widget-button .elementor-button-wrapper {
  position: relative;
  display: inline-block;
}
.elementor-widget-button .elementor-button-wrapper .elementor-button {
  background: #8DC24C;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.5s ease-out !important;
  letter-spacing: 1.5px;
}
.elementor-widget-button .elementor-button-wrapper .elementor-button:hover {
  background: #F7BCAE;
}

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

/*HEADER*/
header .site-logo img {
  max-width: 158px;
}
header #primary-menu #menu-menu-principal > li > a {
  border-radius: 5px;
}
header #primary-menu a {
  transition: all 0.5s ease-out !important;
  background-color: transparent;
  padding: 8px 10px;
  line-height: 16px;
}
header #primary-menu a:hover {
  background-color: #8DC24C;
}
header #primary-menu a ul.sub-menu a {
  border-radius: 0 !important;
}

.header-widget {
  position: fixed;
  top: 200px;
  right: -75px;
  z-index: 9;
}
.header-widget a {
  background-color: #31723C;
  padding: 10px 87px 3px 20px !important;
  margin: 5px 0px;
  transition: all 0.5s ease-out !important;
}
.header-widget a img {
  height: 30px;
  width: auto;
}
.header-widget a:hover {
  background-color: #F7BCAE;
}

/*NAVIGATION*/
#site-navigation .current_page_item a {
  color: #8DC24C !important;
}
#site-navigation .current_page_item a:hover {
  color: #fff !important;
}

/*#menu-item-586 {
    display: none;
}*/
/*SLIDER*/
#slider_accueil {
  position: relative;
}
#slider_accueil:after {
  content: "";
  width: 100%;
  height: 149px;
  position: absolute;
  bottom: -60px;
  right: 0px;
  background: url("/wp-content/themes/generatepress-child/assets/images/bottom_slider.svg") center center no-repeat;
  background-size: cover;
}
#slider_accueil .elementor-widget-wrap {
  padding: 0px !important;
}
#slider_accueil #titre_h1 {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1300px;
  width: 95%;
}
#slider_accueil #titre_h1 h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 900;
  line-height: 55px;
  max-width: 666px;
}

.elementor-widget-container p:last-child {
  margin-bottom: 0 !important;
}

/*PRESENTATION*/
#presentation h2 {
  text-transform: initial;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 10px;
}
#presentation h2::after {
  margin-left: 0;
}
#presentation #img_pres {
  position: relative;
}
#presentation #img_pres .elementor-widget-container::before {
  content: "";
  width: 136px;
  height: 108px;
  position: absolute;
  bottom: 40px;
  left: -55px;
  background: url("/wp-content/themes/generatepress-child/assets/images/motif_03.svg") center center no-repeat;
  background-size: contain;
}
#presentation #img_pres a {
  position: relative;
}
#presentation #img_pres a::before {
  content: "";
  width: 198px;
  height: 183px;
  position: absolute;
  top: -120px;
  right: -45px;
  background: url("/wp-content/themes/generatepress-child/assets/images/motif_01.svg") center center no-repeat;
  background-size: cover;
}
#presentation #img_pres a::after {
  content: "";
  width: 110px;
  height: 130px;
  position: absolute;
  bottom: -20px;
  left: -20px;
  background: url("/wp-content/themes/generatepress-child/assets/images/motif_02.svg") center center no-repeat;
  background-size: cover;
}
#presentation #img_pres a img {
  border-radius: 5px;
}

/*SAVOIR-FAIRE*/
#savoir-faire {
  padding: 100px 0px;
  position: relative;
}
#savoir-faire::before {
  content: "";
  width: 186px;
  height: 235px;
  position: absolute;
  bottom: -117px;
  left: 0px;
  background: url("/wp-content/themes/generatepress-child/assets/images/triangle_cote.svg") center center no-repeat;
  background-size: cover;
}
#savoir-faire::after {
  content: "";
  width: 100%;
  height: 170px;
  position: absolute;
  top: -100px;
  right: 0px;
  background: url("/wp-content/themes/generatepress-child/assets/images/separateur_noir.svg") center center no-repeat;
  background-size: cover;
}
#savoir-faire > .elementor-container {
  max-width: 1000px;
  width: 95%;
}
#savoir-faire h2 {
  text-align: center !important;
  color: #fff;
  margin-bottom: 0;
}
#savoir-faire h2::after {
  background-color: #31723C;
  margin-left: auto !important;
}
#savoir-faire a {
  text-align: center !important;
  padding: 15px;
  display: block;
  background-color: transparent;
  transition: all 0.5s ease-out !important;
  border-radius: 5px;
}
#savoir-faire a:hover {
  background-color: #fff;
}
#savoir-faire a h3 {
  margin-top: 15px;
}
#savoir-faire a p {
  color: #204523;
}

/*PARTENAIRES*/
#partenaires h2 {
  text-align: center !important;
}
#partenaires h2::after {
  margin-left: auto !important;
}

/*RECRUTEMENT*/
#recrutement {
  padding: 100px 0px;
  position: relative;
}
#recrutement > .elementor-container {
  max-width: 575px !important;
}
#recrutement > .elementor-container h2,
#recrutement > .elementor-container p {
  text-align: center !important;
}
#recrutement > .elementor-container h2 {
  color: #fff;
}
#recrutement > .elementor-container h2::after {
  background: #31723C;
  margin-left: auto !important;
}
#recrutement > .elementor-container p {
  color: #204523;
}
#recrutement::before {
  content: "";
  width: 186px;
  height: 235px;
  position: absolute;
  bottom: 10px;
  right: 0px;
  background: url("/wp-content/themes/generatepress-child/assets/images/triangle_cote.svg") center center no-repeat;
  background-size: cover;
  transform: rotate(180deg);
  z-index: 2;
}
#recrutement::after {
  content: "";
  width: 100%;
  height: 170px;
  position: absolute;
  bottom: -100px;
  right: 0px;
  background: url("/wp-content/themes/generatepress-child/assets/images/separateur_noir.svg") center center no-repeat;
  background-size: cover;
  transform: rotate(180deg);
}
#recrutement .elementor-button-wrapper {
  text-align: center;
  display: block;
}
#recrutement .elementor-button-wrapper a {
  background-color: #31723C;
}
#recrutement .elementor-button-wrapper a:hover {
  background-color: #F7BCAE;
}

/*ACTUALITES*/
#actualites {
  margin: 100px auto;
}
#actualites > .elementor-container {
  gap: 8%;
}
#actualites #les_actus {
  display: block;
}
#actualites #les_actus .unPost a {
  display: block;
  padding: 21px;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  transition: all 0.5s ease-out !important;
}
#actualites #les_actus .unPost a .read-more {
  display: none;
}
#actualites #les_actus .unPost a .contenuActu {
  background: initial !important;
}
#actualites #les_actus .unPost a .contenuActu .date {
  display: none;
}
#actualites #les_actus .unPost a .contenuActu h3,
#actualites #les_actus .unPost a .contenuActu p {
  padding: 0 !important;
  color: #fff !important;
  transition: all 0.5s ease-out !important;
}
#actualites #les_actus .unPost a .contenuActu p {
  margin-bottom: 0px;
}
#actualites #les_actus .unPost a:hover {
  background-color: #EBEBEB;
}
#actualites #les_actus .unPost a:hover .contenuActu h3 {
  color: #F97769 !important;
}
#actualites #les_actus .unPost a:hover .contenuActu p {
  color: #204523 !important;
}
#actualites #les_actus .unPost a .bt2,
#actualites #les_actus .unPost a .postImg {
  display: none;
}
#actualites .elementor-element-30ef6c9 .elementor-image-box-wrapper {
  justify-content: center;
}
#actualites .elementor-element-30ef6c9 .elementor-widget-image-box .elementor-image-box-content {
  width: auto;
}

/*NEWSLETTER*/
#newsletter {
  padding: 100px 0px;
  background: url("/wp-content/themes/generatepress-child/assets/images/fond_newsletter.svg") center center no-repeat;
  background-size: cover;
  position: relative;
}
#newsletter::after {
  content: "";
  width: 90%;
  height: 36px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
  background: url("/wp-content/themes/generatepress-child/assets/images/bandeau_footer.svg") center center no-repeat;
  background-size: cover;
}

/*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 {
  padding: 100px 0px 60px;
  margin: 100px 0px;
  position: relative;
  background: url("/wp-content/themes/generatepress-child/assets/images/fond_separateur.jpg") center center no-repeat;
  background-size: cover;
}
.separateur::before {
  content: "";
  width: 186px;
  height: 235px;
  position: absolute;
  bottom: -100px;
  right: 0px;
  background: url("/wp-content/themes/generatepress-child/assets/images/triangle_cote.svg") center center no-repeat;
  background-size: cover;
  transform: rotate(180deg);
  z-index: 2;
}
.separateur::after {
  content: "";
  width: 100%;
  height: 170px;
  position: absolute;
  top: -100px;
  right: 0px;
  background: url("/wp-content/themes/generatepress-child/assets/images/separateur_noir.svg") center center no-repeat;
  background-size: cover;
}
.separateur > .elementor-container {
  max-width: 1000px;
  width: 95%;
}
.separateur h2 {
  color: #fff;
}
.separateur h2::after {
  background-color: #31723C;
}
.separateur h3 {
  color: #31723C;
}
.separateur p,
.separateur ul li {
  color: #204523;
}

.encart {
  background-color: #2D2D2D;
  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;
}

.page h3 {
  color: #31723C;
}

.wpcf7-form input {
  width: 100%;
}
.wpcf7-form .wpcf7-form-control {
  border-radius: 5px;
}

.bloc_contact p {
  display: flex;
  align-items: center;
}
.bloc_contact p img {
  margin-right: 5px;
}

/*FOOTER*/
footer.site-info {
  background-color: #202020;
  padding: 8px;
}
footer.site-info .copyright-bar {
  display: none;
}
footer.site-info p {
  margin-bottom: 0px !important;
}

.footer-widgets {
  background-color: transparent;
}

.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
  flex: initial;
}

.inside-footer-widgets .footer-widget-1 figure {
  width: 200px;
}
.inside-footer-widgets .footer-widget-1 .wp-block-column-is-layout-flow p {
  display: flex;
  align-items: center;
  margin-bottom: 5px !important;
}
.inside-footer-widgets .footer-widget-1 .wp-block-column-is-layout-flow p img {
  margin-right: 5px;
}
.inside-footer-widgets .footer-widget-1 div.wp-block-buttons {
  margin-top: 10px !important;
}
.inside-footer-widgets .footer-widget-1 a.wp-block-button__link {
  border-radius: 5px !important;
  padding: 9px 15px !important;
  line-height: 16px;
}
.inside-footer-widgets .footer-widget-2 h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
  margin-bottom: 0px !important;
}
.inside-footer-widgets .footer-widget-2 h2::after {
  display: none;
}
.inside-footer-widgets .footer-widget-2 #block-13 {
  margin-bottom: 0;
}
.inside-footer-widgets .footer-widget-2 a {
  color: #fff;
  display: flex;
  align-items: center;
}
.inside-footer-widgets .footer-widget-2 a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  margin-right: 5px;
}
.inside-footer-widgets .footer-widget-2 a:hover {
  color: #8DC24C;
}
.inside-footer-widgets .footer-widget-3 {
  flex: 0 1 20% !important;
  display: flex;
  justify-content: center;
  justify-items: center;
  flex-wrap: wrap;
  gap: 3%;
  align-content: center;
  align-items: center;
}
.inside-footer-widgets .footer-widget-3 aside {
  flex: initial;
}
.inside-footer-widgets .footer-widget-3 .widget {
  margin-bottom: 0 !important;
}

.site-footer .footer-widgets-container .inner-padding {
  padding: 0 !important;
}

/*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: #8DC24C;
  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: #F97769;
}
.elementor-accordion-item .elementor-tab-content {
  background-color: #fff;
  border: 0px !important;
  padding: 20px !important;
  color: #2D2D2D !important;
}
.elementor-accordion-item .elementor-tab-content a {
  color: #31723C !important;
}
.elementor-accordion-item .elementor-tab-content a:hover {
  color: #F97769 !important;
}

/*TITRE PAGE*/
body:not(.home) #titre_h1 h1,
body:not(.home) .entry-header h1,
body:not(.home) .headerArticle h1 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}
body:not(.home) #titre_h1 {
  background: url("/wp-content/themes/generatepress-child/assets/images/slide.jpg");
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 20px auto 100px auto;
  padding: 65px 0;
}
body:not(.home) #titre_h1:before {
  content: "";
  background: #fff;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body:not(.home) #titre_h1 h1 {
  position: relative;
  color: #31723C !important;
  z-index: 9;
  max-width: 800px;
  margin: 0 auto;
}
body:not(.home) h2 {
  text-align: left;
  font-size: 25px;
}
body:not(.home) h2::after {
  margin-left: 0;
}
body:not(.home) .elementor-widget-image img {
  border-radius: 5px;
}
body:not(.home) #recrutement::after {
  display: none;
}
body #savoir-faire {
  margin-top: 100px;
}

.page-template-default #les_actus {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.page-template-default #les_actus .unPost {
  flex: 0 1 32%;
  box-shadow: 5px 5px 5px 0px #2D2D2D;
}
.page-template-default #les_actus .unPost .contenuActu {
  background: #fff;
}
.page-template-default #les_actus .unPost .contenuActu .date {
  display: none;
}
.page-template-default #les_actus .unPost .contenuActu h3 {
  padding: 20px 20px 0px;
}
.page-template-default #les_actus .unPost .contenuActu p {
  padding: 0px 20px 20px;
  margin-bottom: 0px;
}
.page-template-default #les_actus .unPost .contenuActu .bt2 {
  display: block;
  background-color: #8e1cd4;
  color: #fff;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease-out !important;
}
.page-template-default #les_actus .unPost .contenuActu .bt2:hover {
  background-color: #2D2D2D;
}
.page-template-default #les_actus .unPost .postImg {
  padding: 10px 10px 0px;
  background-color: #fff;
}
.page-template-default #les_actus .unPost .postImg img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-default #les_actus .unPost a.read-more {
  display: none;
}

/*PAGE ACTUS*/
body:not(.single-post) .generate-columns-container {
  margin-top: 100px;
}
body:not(.single-post) .generate-columns-container .inside-article {
  background-color: #fff !important;
  padding: 20px !important;
  border-radius: 5px;
}
body:not(.single-post) .generate-columns-container .inside-article .post-image {
  display: none;
}
body:not(.single-post) .generate-columns-container .inside-article h2.entry-title {
  font-size: 18px;
}
body:not(.single-post) .generate-columns-container .inside-article h2.entry-title a {
  color: #31723C !important;
  transition: all 0.5s ease-out !important;
}
body:not(.single-post) .generate-columns-container .inside-article h2.entry-title a:hover {
  color: #8DC24C !important;
}
body:not(.single-post) .generate-columns-container .inside-article .entry-summary {
  margin-top: 10px !important;
}
body:not(.single-post) .generate-columns-container .inside-article .entry-summary p {
  color: #2D2D2D;
}

.single-post #titre_h1 {
  width: 100vw;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}
.single-post #titre_h1:before {
  content: "";
  background: #fff;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-post img.attachment-post-thumbnail {
  float: right;
  margin-left: 50px;
  max-width: 600px;
}
.single-post .site-footer {
  margin-top: 100px;
}

/*TEMOIGNAGE*/
#temoignages h2 {
  text-align: center;
}
#temoignages h2:after {
  margin-left: auto;
  margin-right: auto;
}
#temoignages .elementor-testimonial-wrapper {
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
}
#temoignages .elementor-testimonial-wrapper .elementor-testimonial-content {
  color: #204523;
  font-size: 16px;
}
#temoignages .elementor-testimonial-wrapper .elementor-testimonial-details {
  color: #31723C;
}

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

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

/*REFERENCES*/
.search-by .filter {
  text-decoration: none;
  display: inline-block;
  background-color: #8DC24C;
  padding: 5px 10px;
  transition: all 0.5s ease-out !important;
  font-weight: 700;
}
.search-by .filter:hover {
  background-color: #F97769;
  color: #fff;
}

#category-posts .posts-container {
  justify-content: flex-start !important;
  gap: 3%;
}
#category-posts .posts-container .post {
  flex: 0 0 calc(100% / 3 - 3% / 3 * (3 - 1));
}
#category-posts .posts-container .post a {
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap-reverse;
  transition: all 0.5s ease-out !important;
}
#category-posts .posts-container .post a h2 {
  font-size: 18px;
  color: #204523;
  transition: all 0.5s ease-out !important;
  margin: 15px auto 0;
  width: 100%;
}
#category-posts .posts-container .post a h2::after {
  display: none;
}
#category-posts .posts-container .post a img {
  height: 200px;
  width: 100%;
  max-width: initial;
  -o-object-fit: cover;
     object-fit: cover;
}
#category-posts .posts-container .post a:hover h2 {
  color: #8DC24C;
}

.postid-49 h3 {
  color: #31723C;
  display: block;
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.postid-49 p {
  margin-bottom: 0;
}

@media (max-width: 1100px) {
  .site-footer .footer-widgets-container {
    width: 95%;
    margin: 0 auto;
  }
}
@media (max-width: 940px) {
  /*MENU NORMAL*/
  button.menu-toggle {
    background-color: #2D2D2D !important;
    color: #fff !important;
  }
  .has-inline-mobile-toggle #site-navigation.toggled {
    margin-top: 0;
  }
  nav#site-navigation {
    background: inherit !important;
  }
  nav#site-navigation ul#menu-menu-principal {
    position: absolute;
    right: 0;
    width: 300px;
    background: #fff;
    box-shadow: 5px 5px 5px 0px #2D2D2D;
  }
  nav#site-navigation ul#menu-menu-principal a {
    line-height: 17px;
    padding: 10px;
  }
  nav#site-navigation ul#menu-menu-principal a .dropdown-menu-toggle {
    padding: 0;
  }
  nav#site-navigation .main-nav ul ul {
    background-color: rgba(45, 45, 45, 0.1);
  }
  nav#site-navigation .main-nav ul ul li a {
    padding-left: 20px !important;
    padding-right: 20px !important;
    color: #2D2D2D !important;
  }
}
@media (max-width: 768px) {
  /*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;
  }
}
@media (max-width: 550px) {
  /*MEGAMENU*/
  /*#secondary-navigation a{
      font-size: 16px;
      letter-spacing: normal;
      padding: 0px 8px;
  }*/
}/*# sourceMappingURL=style.css.map */