/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/


:root {
  --Color-1: #386641;
  --Color-2: #6A994E;
  --Color-3: #C1D29A;
  --Color-4: #264653;
  --Color-5: #F6F2CA;
  --Color-6: #f4e846; /* jaune */
  --Color-7: #1B1B1B;
  --Color-8: #FFFFFF;
  --Color-9: #000000;
}




/* scroll bar */
/* Scrollbar personnalisé */
::-webkit-scrollbar {
  width: 12px; /* largeur */
}

::-webkit-scrollbar-track {
  background: var(--Color-5);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--Color-1), var(--Color-2));
  border-radius: 10px;
  /*   border: 2px solid var(--Color-5); */
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, var(--Color-3), var(--Color-4));
}

::-webkit-scrollbar-corner {
  background: var(--Color-5);
}

::selection {
  background: var(--Color-5); /* couleur de surlignage */
  color: var(--Color-7); /* couleur du texte sélectionné */
}

#back_to_top.sticky.scroll {
 	background: var(--Color-2);
    border-radius: 15px;
	padding: 25px;
}

p {
  margin: 0;
}

.p-soustitre {
  width: 50%;
}

.margin-zero {
  margin: 0 !important;
}

.margin-bottom-s {
  margin-bottom: 5px;
}

.margin-bottom-m {
  margin-bottom: 10px !important;
}

.margin-bottom-l {
  margin-bottom: 20px !important;
}

.margin-bottom-xl {
  margin-bottom: 30px !important;
}

.margin-bottom-xxl {
  margin-bottom: 40px !important;
}

.padding-section {
  margin-bottom: 80px !important;
}

.padding-alt-section {
  padding: 80px 0 !important;
}

.padding-sous-section {
  padding-bottom: 60px !important;
}
.padding-alt-sous-section {
  padding: 60px 0 !important;
}

.title-max-width {
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
}

.p-width-long {
  max-width: 600px;
  width: 100%;
}

.p-width-center {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

#Content {
  padding: 50px 0 50px !important;
}

/***** sub-menu *****/
#Top_bar .menu li ul li {
  width: 400px;
}
#Top_bar .menu li ul.sub-menu li.current_page_item {
  background: var(--Color-7) !important;
  color: var(--Color-2) !important;
}
#Top_bar .menu li ul.sub-menu li.current_page_item:hover {
  background: var(--Color-6) !important;
  color: var(--Color-4) !important;
}
#Top_bar .menu li ul li a span {
    padding-left: 10px;
}
#Side_slide #menu ul li:last-of-type {
	border:none;
	border-radius:none;
}
#Side_slide #menu > ul:last-child > li:last-child {
    border-bottom:none;
}
/* main menu specialized */
.tr-menu .top_bar_left {
  border-radius: 60px;
  background: #ffffff91 !important;
  padding: 0 20px;
}

#cmplz-manage-consent .cmplz-manage-consent {
  right: 80px !important;
}

#Top_bar.is-sticky {
  height: unset !important;
}
#back_to_top.sticky {
  right: 20px;
  bottom: 10px;
}

/* Menu "Accueil" icon */

@media (max-width: 1240px) {
  #menu-main-menu > li:first-of-type i {
    display: none !important;
  }
}

@media (min-width: 1240px) {
  #Top_bar .menu > li > a span > span:not(.description) {
    display: none !important;
    padding: 0 !important;
  }
}

#Top_bar .menu > li > a {
    padding: 15px 0 !important;
} 

#Top_bar #logo  {
	padding: 15px 0 !important;
}

#Top_bar .menu > li ul li a:hover,
#Top_bar .menu > li ul li.hover > a {
  color: #2e2e2e;
}

.header-stack #Top_bar.is-sticky .logo {
  height: 60px !important;
}

#Top_bar .menu > li > a span:not(.description) {
  border-right-width: 0px;
}

#Top_bar .logo {
    float: left;
    margin: 0px;
}
/***** top bar sticky *****/
#Top_bar.is-sticky #logo,
#Top_bar.is-sticky .custom-logo-link {
  padding: 10px 0 !important;
}

#Top_bar.is-sticky #logo {
  height: 60px !important;
}

#Top_bar.is-sticky #logo img.logo-sticky {
  max-height: 60px;
}

.sticky-tb-color #Top_bar.is-sticky {
    background-color: var(--Color-4);
    opacity: inherit;
}

.error404 ul.breadcrumbs.no-link,
ul.breadcrumbs.no-link ul.breadcrumbs.no-link {
    float: left !important;
    font-weight: 600;
    margin-top: 0 !important;
}

#Subheader ul.breadcrumbs li a:hover,
#Subheader ul.breadcrumbs li {
  color: var(--Color-8) !important;
}

#Subheader ul.breadcrumbs li a {
  color: var(--Color-2) !important;
}

#Subheader {
  position: relative;
  background-color: var(--Color-4);
}


#Subheader .container {
  z-index: 1;
}

#Subheader .title {
  color: var(--Color-8);
}

section span.button_label {
  font-size: 16px !important;
  line-height: 24px;
}

/***** page d'accueil *****/

/* section first */
#section-first-accueil .wrap:nth-of-type(2),
#section-first-accueil .wrap:nth-of-type(3),
#section-first-accueil .wrap:nth-of-type(4) {
  min-height: unset;
}

#section-first-accueil .mcb-wrap-inner h3 {
  transition: 0.3s;
}

#section-first-accueil .mcb-wrap-inner:hover h3 {
  color: var(--Color-4) !important;
}

/* section third */

/* section fifth */
/* testimonials section */
/* .owl-carousel .testimonial-slide {
    margin: 0 20px;
}
 */

.testimonial-slide {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 20px 10px;
    text-align: center;
    margin: 0 5px;
    transition: transform 0.3s ease;
}

/* .testimonial-slide:hover {
    transform: translateY(-5px);
} */

.slide-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.comma-icon img {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    margin-bottom: 20px;
}

.testimonial-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* 
.testimonial-text {
    font-size: 18px;
    font-style: italic;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.6;
} */
.testimonial-title {
	font-size: 16px;
    color: var(--Color-5);
}

.testimonial-author {
    font-size: 20px;
    font-weight: 600;
    color:var(--Color-8);
}
.desc p {
	color:var(--Color-8);
	text-align:left;
}
.testimonial-slide .slide-inner {
    min-height: 200px; /* ajuste selon la longueur du texte */
    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items:flex-start !important;
}
.owl-carousel button.owl-dot  {
    padding: 5px !important;
    margin: 0 5px !important;
    border-radius: 50% !important;
	width: 13px;
    height: 13px;
    background-color: #e1d6ca;
}
.owl-dots {
	text-align:center;
	margin-top:20px;
}
.owl-carousel button.active {
    width: 15px;
 	height: 15px;
	border-radius: 11px;
	    background-color: var(--Color-3);
}
.testimonial-slide .comma-icon img {
	filter: brightness(0) saturate(100%) invert(92%) sepia(22%) saturate(298%) hue-rotate(3deg) brightness(102%) contrast(93%);	
	width:50px;
	transform:rotate(180deg);
}


/* section sixth */


/* #section-sexth-accueil {
  position: relative;
  z-index: 0;
  height: 100%;
  overflow: hidden;
}
#section-sexth-accueil::after {
  content: "";
  position: absolute;
  bottom: 100px;
  right: 50px;
  width: 550px;
  height: auto;
  aspect-ratio: 3 / 4;
  background: url("https://srt-gafsa.com/wp-content/uploads/2025/11/bus-vec.png")
    no-repeat center center;
  background-size: contain;
}
 */


.logo-photo img {
	width: 100px;
    height: 100px;
}

/* section seventh */
#section-seventh-accueil
  .blog_slider
  .blog_slider_ul
  .blog_slider_li
  .item_wrapper {
  border-radius: 30px;
  background: var(--Color-5);
  overflow: hidden;
  margin: 0 auto;
  width: 95%;
}
#section-seventh-accueil
  .blog_slider.flat
  .blog_slider_ul
  .blog_slider_li
  .item_wrapper
  .date_label {
  display: none;
}
#section-seventh-accueil
  .blog_slider.flat
  .blog_slider_ul
  .blog_slider_li
  .item_wrapper
  .desc {
  padding: 20px;
}
#section-seventh-accueil
  .blog_slider.flat
  .blog_slider_ul
  .blog_slider_li
  .item_wrapper
  .desc h4 a{
      color: var(--Color-4);
    font-size: 20px;
}
.blog_slider .blog_slider_ul .blog_slider_li .item_wrapper .image_frame {
  margin-left: 30px;
  margin-bottom: 0px;
  min-height: 52px;
}
#section-seventh-accueil
  .blog_slider.flat
  .blog_slider_ul
  .blog_slider_li
  .item_wrapper
  .image_wrapper {
  height: 260px;
  width: 500px;
}
#section-seventh-accueil
  .blog_slider
  .blog_slider_ul
  .blog_slider_li
  .item_wrapper:hover
  .image_wrapper
  img {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}

/***** page presentation *****/
/* section first */
#section-first-presentation .container {
  min-height: unset;
}

#section-first-presentation .mcb-wrap-inner h3 {
  transition: 0.3s;
}

#section-first-presentation .mcb-wrap-inner:hover h3 {
  color: var(--Color-4) !important;
}

/***** page contact *****/

#section-first-contact .icon-box .icon-wrapper i::before {
  font-size: 50px;
  vertical-align: middle;
  line-height: 1;
  margin: 0px;
  transition: 0.3s;
  color: var(--Color-2);
}
.gfield a.lien {
  display: inline-block !important;
}
/* #field_2_6 {
  transform: translateX(-10px) scale(0.9);
} */

#section-first-contact .right .icon-box:hover .icon-wrapper i::before {
  color: var(--Color-4);
}

.icon-box:before {
  display: none;
}
#section-first-contact .icon-box:hover .icon-wrapper i::before {
  color: var(--Color-4);
}

/* formulaire */

/* Champ input et textarea */
.gform-theme--framework,
.gform_wrapper {
  textarea:not(.gform-theme__disable):not(.gform-theme__disable *):not(
      .gform-theme__disable-framework
    ):not(.gform-theme__disable-framework *),
  .gfield
    input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
      [type="button"]
    ):not([type="image"]):not([type="file"]) {
    height: 50px !important;
    border-radius: 0px !important;
    border: none !important;
    border-bottom: 1px solid var(--Color-2) !important;
    background-color: transparent !important;
    color: var(--Color-2) !important;
    position: relative !important;
    box-shadow: none !important;
  }

  textarea {
    resize: none !important;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  input[type="checkbox"]:not(.gform-theme__disable):not(
      .gform-theme__disable *
    ):not(.gform-theme__disable-framework):not(
      .gform-theme__disable-framework *
    ) {
    --gf-local-radius: 0px;
    border: 1px solid var(--Color-4) !important;
  }

  .gform_validation_errors {
    display: none !important;
  }
}
#gform_wrapper_3[data-form-index="0"].gform-theme {
  padding: 0 !important;
}
/* Boutons */
.gform-theme--framework
  .button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(
    .gform-theme__disable *
  ):not(.gform-theme__disable-framework):not(
    .gform-theme__disable-framework *
  ) {
  border-radius: 30px !important;
  font-size: 16px !important;
  line-height:24px !important;
  font-weight: 600 !important;
  color: #fff !important;
  background: var(--Color-4) !important;
  padding: 15px 20px !important;
}

.gform-theme--framework
  .button:not(.gform-theme-no-framework):not(.gform-theme__disable):not(
    .gform-theme__disable *
  ):not(.gform-theme__disable-framework):not(
    .gform-theme__disable-framework *
  ):hover {
  background: var(--Color-2) !important;
  color: var(--Color-6) !important;
}

.gform-theme--framework .button img {
  width: 10px !important;
  height: auto;
}

/* Couleurs & labels */
.gform-theme--foundation .gfield--width-full,
.gform_wrapper label {
  color: var(--Color-9) !important;
  font-size: 16px !important;
}

.gform-theme--framework a {
  color: var(--Color-4) !important;
}

.gform-theme--framework a:hover {
  color: var(--Color-2) !important;
}

/* Form Layout */
.gform-theme--framework {
  width: 100% !important;
  margin: 0 auto !important;
  position: relative !important;
}

.gform-theme--foundation .gform_fields {
  row-gap: 20px !important;
}

.gform-theme--foundation #field_submit {
  align-items: center !important;
  justify-content: flex-end;
}

/* Contact-specific padding */
.contact-form-box.p-contact .contact-input input:not(:last-child) {
  padding: 20px 30px !important;
}

.contact-form-box.p-contact .contact-input textarea {
  padding: 25px 30px !important;
}

/* Messages d’erreur */
#main .gform_wrapper .gfield_error .gfield_validation_message,
.gform_wrapper .gfield_error .gfield_validation_message {
  position: absolute !important;
  border: 0px !important;
  background: transparent !important;
}

/* gform */
.gform-theme--framework
  textarea:where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  ):focus,
.gform-theme--framework
  input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  ):focus {
  --gf-local-outline-color: transparent !important;
  --gf-local-border-colortransparent: transparent !important;
}
.gform-theme--framework .gform_validation_errors {
  display: none !important;
}

/***** page services *****/

/***** Galerie *****/

#section-first-galerie .pager_lm .pager_load_more {
  margin: 40px 0 0 0;
  border-radius: 20px;
}
#section-first-galerie .pager_lm .pager_load_more {
  margin: 40px 0 0 0;
  border-radius: 30px;
  padding: 15px 20px;
  background: transparent;
  color: var(--Color-1);
  border: 1px solid var(--Color-1);
}

#section-first-galerie .pager_lm .pager_load_more:hover {
  border-radius: 30px;
  /* padding: 11px 25px; */
  background: var(--Color-2);
  color: var(--Color-8);
  border: 1px solid var(--Color-2);
}

#section-first-galerie .button_icon {
  display: none;
}

#section-first-galerie .image_frame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid transparent !important;
}

#section-first-galerie .portfolio_group.masonry-minimal .portfolio-item {
  height: 500px;
}

/***** page actualités *****/
.blog .photo .post-desc-wrapper {
  width: 100%;
  float: left;
  text-align: left;
}

.blog .photo .post-desc-wrapper .post-head {
  display: none !important;
}
.blog .photo .post-desc-wrapper .post-excerpt .excerpt-hellip {
  display: none !important;
}

.grid .post-desc-wrapper .post-desc h2 {
  font-size: 24px;
  line-height: 32px;
}
.grid .post-desc-wrapper .post-desc {
  padding: 20px 15px;
}

.pager a.next_page,
.pager a.prev_page {
  color: var(--Color-1);
}

.grid .post-item {
  margin: 0 0 20px 0;
}

/***** page search *****/
.posts_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post-meta {
    display: none;
}
.search-results .search-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  width: 49%;
}

.search-results .search-item .post-featured-image {
  width: 100%;
  flex-shrink: 0;
  margin-right: 40px;
}

.search-results .search-item .search-content {
  width: 90%;
}

.search-item:hover .post-featured-image img,
.isotope-item:hover .image_wrapper img {
  transform: scale(1.1); /* zoom léger */
  filter: brightness(1.1); /* éclaircissement */
}

.search-item,
.post-item {
  z-index: 2;
  background: transparent;
  overflow: hidden;
  transition: 0.3s ease-in-out !important;
  border: 1px solid var(--Color-6);
  border-radius: 40px;
}

/* button post */
.search-results .search-item .search-footer.align-right {
  width: fit-content;
  transition: 0.3s ease-in-out;
}
.search-results .search-item .search-footer.align-right,
.archive .post-footer .post-links,
.blog .post-footer .post-links {
  padding: 8px 20px !important;
  background: var(--Color-2) !important;
  border-radius: 30px;
}
.search-results .search-item .search-footer.align-right a,
.archive .post-footer .post-links a,
.blog .post-footer .post-links a {
  color: var(--Color-6) !important;
}
.search-results .search-item .search-footer.align-right:hover,
.archive .post-footer .post-links:hover,
.blog .post-footer .post-links:hover {
  background: var(--Color-6) !important;
}
.search-results .search-item .search-footer.align-right:hover a,
.archive .post-footer .post-links:hover a,
.blog .post-footer .post-links:hover a {
  color: var(--Color-4) !important;
}


.post-links .icon-doc-text:before {
  display: none !important;
}
/* button */
.search-content,
.post-desc {
  padding: 20px;
}
.search-results .search-item:not(.no-image) .search-content a,
.entry-title a {
  color: var(--Color-2);
}

.search-results .search-item:not(.no-image) .search-content a:hover,
.entry-title a:hover {
  color: var(--Color-4);
}
.post-excerpt {
  color: var(--Color-9);
}

.search-results .search-item .post-featured-image {
  margin-right: 0;
  overflow: hidden;
}
.search-results .search-item .post-featured-image a {
  display: flex;
  align-items: center;
}

.archive .image_frame .image_wrapper img,
.search-results .search-item .post-featured-image img,
.blog .image_frame .image_wrapper img {
  height: 300px !important;
  width: 100% !important;
  object-fit: cover !important;
  transition: 0.3s;
}

/***** sidebar *****/
.mcb-sidebar .widget-area .widget {
  margin-bottom: 20px !important;
  background: var(--Color-5);
  border-radius: 30px;
  padding: 20px 25px;
}

.widget_categories ul {
  list-style-type: none;
}

.mcb-sidebar .widget-area .widget:last-child {
  margin-bottom: 0px !important;
}

.mcb-sidebar .widget-area .widget:last-child {
  margin-bottom: 0px !important;
}
.mcb-sidebar {
  padding: 0;
}

.archive .post-footer .post-links,
.blog .post-footer .post-links {
  float: left;
  border-left-width: 1px;
  border-style: solid;
  padding-left: 10px;
  transition: 0.3s;
}

.widget_search input[type="text"] {
  color: var(--Color-9);
  border-radius: 30px;
  border: 1px solid var(--Color-3);
}

.grid .post-footer {
  margin: 0;
  box-sizing: border-box;
}
.blog .post-footer .post-links {
  padding: 0 15px;
}
.post-footer {
  padding: 0;
}

.pager .pages a.active {
  background-color: transparent;
  color: var(--Color-1) !important;
  font-size: 20px !important;
}

.pager .pages {
  background-color: transparent !important;
  background-image: none;
}

.pager .pages a:hover {
  background-color: transparent;
  color: var(--Color-1) !important;
}

/* sidebar assests */
.widget:not(.widget_block) > h3 {
  font-size: 22px;
  line-height: 22px;
}

/* Widget: Categories */
.widget_categories ul li:last-of-type {
  margin-bottom: 0px;
}
.widget_categories ul li a {
  color: var(--Color-9) !important;
  display: inline-block;
  padding: 0 !important;
  transition: 0.3s;
}

.widget_categories ul li {
  background: transparent;
  margin-bottom: 15px;
}

.widget_categories ul li:hover a {
  color: var(--Color-4) !important;
}
.widget_categories ul li:after {
  display: none;
}
.widget_categories ul {
  background-color: transparent !important;
  padding-left: 0 !important;
}

.widget_categories ul::marker {
  display: none;
}

/* sidebar article title Widget: Recent Entries */
.widget_recent_entries ul li {
  background: transparent;
  padding: 0;
  position: relative;
  margin-bottom: 15px;
}

.widget_recent_entries ul li:after {
  background: none;
}

/* Liens des entrées récentes */
.widget_recent_entries ul li a {
  color: var(--Color-9) !important;
  margin-bottom: 10px !important;
  border: hidden;
  transition: 0.3s;
  display: inline-block;
}

.widget_recent_entries ul li a:last-of-type {
  margin: 0 !important;
  padding-bottom: 0;
}

/* Hover state global */
.widget_recent_entries ul li:hover a {
  color: var(--Color-4) !important;
}

/* Hover state spécifique au footer */
.mfn-footer .widget_recent_entries ul li a:hover {
  color: var(--Color-4) !important;
}

/* single post */
.single-post
  .if-modern-overlay
  .image_frame:not(.no_link)
  .image_wrapper
  img:not(.ls-l) {
  margin-bottom: 0 !important;
  object-fit: cover;
  height: 400px;
  width: 770px;
}

.single-post .image_frame .image_wrapper {
  margin-bottom: 20px;
}

.single-post .image_frame .image_wrapper img {
  width: 770px;
  height: 400px;
  margin-bottom: 30px;
}

.single-post .section_wrapper h2 {
  margin-bottom: 10px;
  color: var(--Color-1);
}

.single-post .section_wrapper h3 {
  margin-bottom: 10px;
  color: var(--Color-2);
}
.column_column ul,
.column_column ol,
.the_content_wrapper:not(.is-elementor) ul,
.the_content_wrapper:not(.is-elementor) ol {
  color: var(--Color-9);
}
.single-post .section_wrapper p {
  margin-bottom: 20px;
  color: var(--Color-9);
}

.single-post .section_wrapper p:last-of-type {
  margin-bottom: 0;
}

.fixed-nav {
  display: none;
}

.section-post-intro-share {
  display: none;
}

.single-post .post-nav,
.single-post .post-header,
.section-post-about,
.section-post-footer,
.section-post-related {
  display: none;
}

.has_content .the_content_wrapper {
  margin-bottom: 0;
}

.single-post .section_wrapper {
  margin-top: 0px;
}

.with_aside .sections_group {
  padding-top: 0;
}

/***** archive *****/
.archive .post-head {
  display: none;
}

.archive .post-title {
  text-align: left;
}

.archive .post-excerpt {
  text-align: left;
}

.image_frame .image_links {
  display: none !important;
}

/***** search page *****/
.search-results .search-item .search-footer.align-right {
  text-align: left;
}

.search-content .post-meta .date i {
  display: none;
}
.post-meta .date {
  color: var(--Color-9);
}


/*POLICY PAGES*/
#cmplz-document,
.editor-styles-wrapper .cmplz-unlinked-mode {
  font-size: 16px;
  max-width: 1200px;
}

.policy-page .content_wrapper {
  width: 100%;
  max-width: 1200px;
  background: #f3f5f7;
  padding: 30px 20px;
  margin: 0px auto;
}

.policy-page body li {
  margin-bottom: 10px;
}

.policy-page .content_wrapper h2 {
  margin-block: 20px 5px;
  font-size: 26px;
  line-height:36px;
  color: var(--Color-2);
}

.policy-page .content_wrapper h2:nth-of-type(-n + 2) {
  margin-top: 0;
}

.policy-page .content_wrapper h3 {
  margin: 15px 0 5px;
  font-size: 22px !important;
  color: var(--Color-9);
}

.policy-page .content_wrapper h3:nth-of-type(1),
.policy-page .content_wrapper h3:nth-of-type(3),
.policy-page .content_wrapper h3:nth-of-type(6) {
  margin-top: 0;
}

.policy-page .content_wrapper p {
  font-size: 16px;
  color: var(--Color-9);
}

.policy-page .content_wrapper p:last-child {
  margin-bottom: 0;
}

.policy-page .content_wrapper ul {
  margin-bottom: 20px;
  color: var(--Color-9);
}

.policy-page .content_wrapper ul:last-child {
  margin-bottom: 0;
}

.policy-page .content_wrapper li:last-child {
  margin-bottom: 0;
}

.policy-page .content_wrapper .pl-1 {
  padding-left: 0;
}

.policy-page .content_wrapper a {
  text-decoration: none;
  color: var(--Color-4);
}

.policy-page .content_wrapper a:hover {
  color: var(--Color-2);
}

/* .policy-page .content_wrapper a:hover { color:var(); } */
.policy-page .content_wrapper .list-margin {
  margin-bottom: 20px;
}

.cmplz-document h2 {
  font-size: 26px !important;
  text-align: left;
  margin-top: 15px;
  text-transform: initial;
  padding-bottom: 0 !important;
  margin-bottom: 10px !important;
}

#cmplz-document .cmplz-subtitle {
  font-weight: bold;
  margin-top: 10px !important;
}

#cmplz-document p,
#cmplz-document li,
#cmplz-document td,
.editor-styles-wrapper .cmplz-unlinked-mode p,
.editor-styles-wrapper .cmplz-unlinked-mode li,
.editor-styles-wrapper .cmplz-unlinked-mode td {
  font-size: 16px;
  margin-top: 0;
}

#cmplz-document h2 {
  font-size: 32px;
}

.cmplz-cookiebanner .cmplz-links .cmplz-link {
  width: 100%;
  text-align: center;
}

/* page error 404 */
body.error404.default-404 .mfn-header-overlay,
body.error404.default-404 header,
body.error404.default-404 #Header_wrapper,
body.error404.default-404 footer {
  display: block !important;
}

#Error_404 {
  overflow: visible;
  position: relative;
  top: 0;
  margin: 100px 0;
  left: 0;
}

#Error_404 .mcb-column-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#Error_404 .error_pic {
  width: 100%;
  margin-bottom: 20px;
}

.error-box-inner {
  width: 700px;
  margin: 0 auto;
}
#Error_404 .error_desk {
  padding-top: 0 !important;
  text-align: center;
  width: 90%;
}

.mfn-breadcrumbs-separator {
  margin: 0 10px;
}

#Error_404 .error_desk h2 {
  color: var(--Color-1);
}

#Error_404 .error_desk h3 {
  color: var(--Color-3);
}

#Error_404 .error_desk p {
  display: flex;
  flex-direction: column;
  color: var(--Color-10);
}

#Error_404 .error_desk p .button {
  margin: 0;
  display: inline;
  margin: 0 auto;
  width: fit-content;
  line-height: 24px;
  font-size: 16px;
  background: transparent !important;
  border: 1px solid var(--Color-1) !important;
  color: var(--Color-1);
  border-radius: 30px;
  padding: 10px 20px;
}

#Error_404 .error_desk p .button:hover {
  background: var(--Color-2) !important;
  border: 1px solid var(--Color-2) !important;
  color: var(--Color-7) !important;
}

#Error_404 .error_desk p .check {
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 15px !important;
}

body {
  --mfn-column-gap-top: 0;
  --mfn-column-gap-bottom: 0px !important;
}

/* Footer - menu social et contact */
.mfn-footer .widget_nav_menu .menu-social-links-container ul li a,
#nav_menu-3 .menu-social-links-container .widget_nav_menu ul li a {
  display: block;
  padding: 0 !important;
  margin-bottom: 0 !important;
}

/* .mfn-footer .widget_nav_menu .menu-informations-de-contact-container ul li a {
  display: block;
  padding-left: 5px !important;
}
 */
/* Listes widgets */
.widget_archive ul,
.widget_nav_menu ul {
  list-style: none;
  padding: 0;
  background: none;
}

/* .widget_nav_menu ul li a {
  display: block;
  padding: 8px 0 8px 20px !important;
  background: var(--Color-6);
  margin-bottom: 11px;
  border-radius: 20px;
  position: relative;
} */

.widget_nav_menu ul li:last-child a,
.widget_mfn_menu ul li:last-of-type a {
  margin-bottom: 0 !important;
}

.widget_mfn_menu ul li a {
  padding-left: 5px !important;
  border: 1px solid transparent !important;
  color: #ccc;
  background: transparent;
}

/* Liens hover */
a:hover {
  text-decoration: none;
}

.mfn-footer .widget_recent_entries ul li a {
  color: #fff !important;
}

.mfn-footer .widget_recent_entries ul li a:hover {
  color: #fff !important;
}

/* Styles généraux widgets */
.widget {
  margin: 0 !important;
}

.widget-area .widget:after,
.mfn-footer .widget_recent_entries ul li:after,
#Footer .widget_nav_menu ul li:after {
  display: none !important;
}

/* Footer titles */
.widget-title,
.widgets_wrapper h2 {
  font-size: 27px !important;
  line-height: 37px !important;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  color: var(--Color-8);
}

/* Widget image centrée */
.widgets_wrapper #media_image-2 {
      width: 120px;
    margin: 0 auto !important;
}

/* Icones */
.footer-widget-icon {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.footer-widget-icon i {
  margin-right: 5px;
  font-size: 18px;
  vertical-align: middle;
}

/* Footer copy global */
.mfn-footer .footer_copy .column {
  max-width: 1200px;
  width: 100%;
/*   background: var(--Color-6); */
  border-radius: 30px;
  border-top: none;
}
/* .mfn-footer .footer_copy {
  margin: 0 auto 20px;
} */

#Footer .footer_copy .one,
#Footer .footer_copy .copyright {
  margin: 0 !important;
  padding-top: 0 !important;
}

/* Copyright bloc */
.copyright-bloc {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 16px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  transition: color 0.3s ease;
}

/* Copyright nav */
.copyright-bloc .copyright-nav {
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.copyright-bloc .copyright-nav .list-item {
  display: inline-block;
  margin: 0 5px 0 0;
}

.copyright-bloc .copyright-nav .list-item:last-child {
  margin-right: 0;
}

.copyright-bloc .copyright-nav .list-item::after {
  content: "|";
  margin-left: 5px;
}

.copyright-bloc .copyright-nav .list-item.company-item .company-name {
  text-transform: uppercase;
  font-weight: 900 !important;
}

.copyright-bloc .copyright-nav .item-link {
  display: inline-block;
  text-decoration: none;
  transition: color 0.3s;
}

/* Logo agency */
.copyright-bloc .agency-logo {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.copyright-bloc .agency-logo::before {
  content: "Développé par";
  margin: 0 5px;
  vertical-align: middle;
  display: inline-block;
}

.copyright-bloc .agency-logo .logo-link {
  display: flex;
    align-items: center;
  width: 135px;
  margin: 0;
  text-decoration: none;
}

.mfn-footer .footer_copy {
    border-top: none !important;
}

.footer_copy .container{
	 border-top: 1px solid rgba(255, 255, 255, .4);
}

.copyright-bloc .agency-logo .logo-img {
  max-width: 100%;
  height: auto;
  border: none;
  border-radius: 0;
  box-shadow: none;
      filter: invert(1);
}

.cmplz-cookiebanner .cmplz-links .cmplz-link {
  font-size: 16px !important;
  text-decoration: none !important;
}

/* Widget texte dans footer */
/* #Footer .widgets_wrapper .widget_text {
  background: var(--Color-6);
  border-radius: 30px;
  padding: 20px;
} */

/* Responsive */
@media (max-width: 1024px) {
  .copyright-bloc .copyright-nav .list-item:last-child::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .copyright-bloc .copyright-nav .list-item:nth-of-type(3)::after {
    display: none;
  }
}

@media (max-width: 540px) {
  .cmplz-cookiebanner .cmplz-links {
    padding: 20px 0;
  }
}

@media (max-width: 440px) {
  .copyright-bloc .copyright-nav .list-item::after {
    display: none;
  }
}

/******* Intégration responsive *******/

@media (max-width: 1800px) {
  /***** page d'accueil *****/
  /* section fourth */
}

@media (max-width: 1440px) {
  /***** page accueil *****/
  /* 	section first */

  /***** page contact *****/
  #section-first-contact .mfn-icon-box {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .mfn-icon-box-left .icon-wrapper,
  .mfn-icon-box-right .icon-wrapper {
    width: 25% !important;
    margin-right: 20px !important;
  }
  .mfn-icon-box-laptop-top .icon-wrapper {
    margin: 0;
  }
}

@media (max-width: 1240px) {
  .p-width-long {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
  a[href^="tel"]:not(.action_button):not(.button) {
    color: var(--Color-9) !important;
  }
  .mfn-footer a:not(.button, .icon_bar, .mfn-btn, .mfn-option-btn):hover {
    color: var(--Color-2) !important;
  }

  #Side_slide #menu > ul:last-child > li:last-child {
    margin: 0;
    background-color: transparent;
  }

  /***** subheader *****/
  .error404 ul.breadcrumbs.no-link,
  ul.breadcrumbs.no-link ul.breadcrumbs.no-link {
    max-width: 100% !important;
  }
  /***** page accueil *****/
  /* section first */
  #section-first-accueil .wrap:nth-of-type(2),
  #section-first-accueil .wrap:nth-of-type(3),
#section-first-accueil .wrap:nth-of-type(4) {
    min-height: 332px;
  }
  /* section fifth */
  #section-fifth-accueil .portfolio_group .portfolio-item .image_frame {
    height: 400px;
  }
  #section-fifth-accueil .portfolio_group.masonry-minimal .portfolio-item {
    height: 400px;
    margin: 0 1% 0px !important;
  }
  /***** page presentation *****/
  /* section first */
  #section-first-presentation .w960-w767-w50 {
    width: 50% !important;
    margin: 0 auto;
  }
  #section-first-presentation .w960-w767-w100 {
    width: 100% !important;
    margin: 0 auto;
  }

  /***** page contact *****/
  /* section contact */
  #section-first-contact .wrap .mcb-wrap-inner {
    padding-left: 0;
    margin-right: 0;
  }

  #section-first-contact .mfn-icon-box-left .icon-wrapper {
    width: 30% !important;
  }

  /* footer */
  .widgets_wrapper h2 {
    font-size: 26px !important;
  }
  .copyright-bloc .copyright-nav {
    display: unset !important;
  }
  .copyright-bloc .copyright-nav .list-item:nth-of-type(4)::after {
    display: none;
  }
}

@media (max-width: 1024px) {
  /***** footer *****/
  .copyright-bloc .copyright-nav .list-item.company-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .copyright-bloc .copyright-nav .list-item {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .copyright-bloc .copyright-nav .list-item:nth-of-type(1)::after {
    display: none;
  }
}

@media (max-width: 960px) {
  #Subheader ul.breadcrumbs {
    display: block;
  }

  .w960-w767-w50 {
    width: 50% !important;
    margin: 0 auto;
  }
  .w960-w767-w100 {
    width: 100% !important;
    margin: 0 auto;
  }

  /***** page accueil *****/
  /* section first */
  #section-first-accueil .wrap:nth-of-type(2),
#section-first-accueil .wrap:nth-of-type(3)  {
    min-height: 260px;
  }
	
#section-first-accueil .wrap:nth-of-type(4)  {
    min-height: unset;
  }

  /* section second */
  #section-second-accueil .wrap .mcb-wrap-inner {
    padding-left: 0;
    padding-right: 0;
  }
  /* section fourth */

  /* section fifth */

  /***** page services *****/
  /* section second */

  /***** page service *****/
  /* section second */

  /* section first */

  /* section fourth */

  /***** page presentation *****/
  /* section third */
  #section-third-presentation .wrap .mcb-wrap-inner {
    padding-left: 0;
    padding-right: 0;
  }

  /* actualités */
  .with_aside .sections_group {
    width: 100%;
    margin-bottom: 35px;
  }
  .with_aside .sidebar.columns {
    width: 100%;
    order: 0;
    min-height: unset !important;
  }
  #custom_html-2 {
    display: none;
  }
  .grid .post-desc-wrapper .post-desc {
    min-height: 382px;
  }

  /* footer */
  #Footer .widgets_wrapper .column:nth-child(1),
  #Footer .widgets_wrapper .column:nth-child(2),
  #Footer .widgets_wrapper .column:nth-child(3),
  #Footer .widgets_wrapper .column:nth-child(4) {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 960px) {
	
  .widgets_wrapper #media_image-2 img {
	width:129px;	
  }
  #Footer .widgets_wrapper .column:nth-child(3) {
    display: none;
  }
}

@media (max-width: 767px) {
  .w960-w767-w50 {
    width: 100% !important;
    margin: 0 auto;
  }

  .w960-w767-w100 {
    width: 100% !important;
    margin: 0 auto;
  }

  /* ----- */

  #Top_bar #logo img.logo-mobile {
    display: block;
    float: left;
  }

  .header-classic #Action_bar {
    display: none !important;
  }

  #Top_bar #logo {
    line-height: 0;
  }

  .header-stack #Top_bar .logo #logo {
    height: 60px !important;
  }

  .header-stack #Top_bar .logo {
    text-align: left !important;
  }

  /* assests */
  .padding-section {
    margin-bottom: 40px !important;
  }

  .padding-alt-section {
    padding: 40px 0 !important;
  }

  .padding-sous-section {
    padding-bottom: 30px !important;
  }

  .padding-alt-sous-section {
    padding: 30px 0 !important;
  }

  .content_wrapper .mcb-column-inner {
    margin: 0 !important;
  }

  /* subheader responsive */
  #subheader {
    padding: 50px 0;
  }
  #subheader .wrap:nth-of-type(2) {
    margin-bottom: 20px !important;
  }

  #Subheader ul.breadcrumbs {
    display: block;
  }
  #Subheader .container .column {
    top: 150px;
  }
  #Subheader .container .column::after {
    height: 350px;
    width: 100%;
    top: -250px;
  }

  /***** 	page accueil *****/

  /* 	section first */
  #section-second-accueil .wrap {
    margin-bottom: 0 !important;
  }
  #section-second-accueil .section_wrapper .wrap:nth-of-type(2) {
    margin-bottom: 20px !important;
  }
	
	#section-first-accueil .wrap:nth-of-type(2),
	#section-first-accueil .wrap:nth-of-type(3) {
        min-height: unset;
    }

  /* section second */

  /* section fourth*/

  /* section third */

  /***** page presentation *****/
  /* section first */
  #section-first-presentation .w960-w767-w50 {
    width: 100% !important;
    margin: 0 auto;
  }
  #section-first-presentation .w960-w767-w100 {
    width: 100% !important;
    margin: 0 auto;
  }

  /* section second */

  /* section third  */

  /***** page services *****/


  /***** page service *****/

  /* section first */
  #section-first-service .wrap {
    margin-bottom: 20px !important;
  }
  #section-first-service .section_wrapper .wrap:nth-of-type(2) {
    margin-bottom: 0 !important;
  }
  /* section fourth */
  #section-fourth-service .wrap {
    margin-bottom: 0 !important;
  }
  #section-fourth-service .section_wrapper .wrap:nth-of-type(2) {
    margin-bottom: 20px !important;
  }

  /***** page presentation *****/
  /* section third */
  #section-third-presentation .wrap {
    margin-bottom: 20px !important;
  }
  #section-third-presentation .section_wrapper .wrap:nth-of-type(2) {
    margin-bottom: 0 !important;
  }
  /***** page services *****/

  /***** page contact *****/

  /***** gravity form *****/
  .gform-theme--foundation .gform_fields {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(auto-fill, auto);
    inline-size: 100%;
    grid-row-gap: var(--gf-form-gap-y);
    row-gap: 20px !important;
    display: flex !important;
    flex-direction: column;
  }

  .gform-theme--foundation #field_submit {
    width: 100%;
    justify-content: flex-start;
  }

  /***** actualités *****/
  .classic .post-desc-wrapper .post-desc {
    padding: 20px !important;
  }
  .grid .post-desc-wrapper .post-desc {
    min-height: unset;
  }
  /***** page search *****/
  .search-results .search-item {
    width: 100%;
  }
  .subheader-both-center #Subheader .title {
    width: 100%;
  }
  /***** page contact	*****/
  #section-first-contact .wrap {
    margin-bottom: 20px !important;
  }
  #section-first-contact .section_wrapper .wrap:last-of-type {
    margin-bottom: 0px !important;
  }
  /* page 404 */
  .error-box-inner {
      width:unset;
      margin: 0 auto;
  }
  /* footer */
  /* footer */
  #Footer .widgets_wrapper .column:nth-child(1),
  #Footer .widgets_wrapper .column:nth-child(2),
  #Footer .widgets_wrapper .column:nth-child(3),
  #Footer .widgets_wrapper .column:nth-child(4) {
    width: 100%;
  }

  #Footer
    .widgets_wrapper
    .container
    > .column:nth-of-type(1)
    .widget_media_image {
    margin-bottom: 10px !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .mfn-footer .column {
    margin-bottom: 30px !important;
  }

  .mfn-footer .column:last-of-type {
    margin-bottom: 0px !important;
  }
  .copyright-bloc .copyright-nav .list-item {
    width: 100%;
  }
  .copyright-bloc .copyright-nav .list-item:nth-of-type(2)::after,
  .copyright-bloc .copyright-nav .list-item:nth-of-type(3)::after {
    display: none;
  }
}

@media (max-width: 600px) {
  .cmplz-cookiebanner .cmplz-links {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
  }

  /*page presentation */

  /* footer */
  .mfn-footer .footer_copy .container {
    margin: 0px 20px 20px 20px;
  }
}

@media (max-width: 460px) {
  .gform-theme--foundation .gfield--type-captcha iframe {
    scale: 0.8;
    transform: translateX(-35px);
  }
}
