/*
Theme Name: Muse Divi Theme
Theme URI: http://support.studiomarmotte.com/demo-muse
Template: Divi
Author: Studio Marmotte
Author URI: http://www.studiomarmotte.com
Description: Template “Luxe Minimal” destiné à des coachs, consultantes ou entrepreneuses haut de gamme
Version: 4.27.4.1744360833
Updated: 2025-04-11 08:40:33

*/

/* Texte défilant------------------------------------------------------------------ */
.scrolling-text-container {
  width: 100%;
  overflow: hidden;
  position: relative;
	white-space: nowrap; }
.scrolling-text {
  display: flex;
  width: max-content;
  animation: scroll-left 30s linear infinite;

}

 .scrolling-text h2 {
  display: inline-block;
  padding-right: 4rem;
  white-space: nowrap;
 
}
/* Animation continue */
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Assurer que l’effet ne soit pas en colonnes sur mobile/tablette */
@media (max-width: 768px) {
  .scrolling-text-container {
    overflow: hidden;
    width: 100%;
  }
  .scrolling-text {
    font-size: 18px;  /* Réduire la taille sur mobile si nécessaire */
  }
}
/*blog style page home -------------------------------------------------------------------------------------------------*/
.dle-bl-56 a.more-link {
    text-transform: capitalize;
  	float: right;
  	margin-bottom: 20px;
}
.dle-bl-56 .et_pb_salvattore_content[data-columns]::before {
	content: '2 .column.size-1of2' !important;
}
   .dle-bl-56 article.et_pb_post {
    position: relative;
    padding: 0;
  }
 .dle-bl-56 .et_pb_post .post-meta {
   	width: 100%;
    background: rgba(255, 255, 255,  0.9);
    padding: 10px 15px;
   	border-top: 1px solid #aa917e;
   	margin-bottom: 0;
  }
  .dle-bl-56 .et_pb_post .et_pb_image_container {
    margin: 0;
  }
  .dle-bl-56 .et_pb_post a.entry-featured-image-url {
    margin-bottom: 0;
  }
.dle-bl-56 .column.size-1of2:last-child {
    margin-right: 0px;
}
  .dle-bl-56 .et_pb_post .entry-title {
    padding: 20px 15px;
    background: rgba(255, 255, 255, 0.9);
}
  .dle-bl-56 .et_pb_post .post-content-inner p {
    margin-bottom: 25px;
  }
   .dle-bl-56 .et_pb_post .post-content {
    padding: 10px 15px;
    margin-bottom: 15px;
  }
@media only screen and ( min-width: 981px ) {
.dle-bl-56 .column.size-1of2 {
	    width: 48%;
	    margin-right: 4%;
	 }
  }
 @media only screen and ( max-width: 980px ) {	
.dle-bl-56 .column.size-1of2 {
  	margin: 0 !important;
    width: 100%!important;
	}
   .et_pb_column .dle-bl-56 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
     margin-bottom: 42px;
   }
}
  @media only screen and (max-width: 576px) {
    .dle-bl-56 .et_pb_post  .et_pb_image_container a.entry-featured-image-url img {
      height: 300px;
      object-fit: cover;
    }
    .dle-bl-56 .et_pb_post .post-meta, .poise-card-diffy .et_pb_post .post-content {
      padding: 10px;
    }
    .dle-bl-56 .et_pb_post {
      padding: 0;
    }
    .dle-bl-56 .et_pb_post .post-content {
      margin-bottom: 30px;
    }
  }
/*blog style page blog---------------------------------------------------*/
.dle-bl-77 .et_pb_blog_grid .et_pb_post .et_pb_image_container {
  margin-bottom: -50px;
}

.dle-bl-77 .et_pb_post .entry-featured-image-url {
  overflow: hidden;
  margin-bottom: 0;
}

.dle-bl-77 .et_pb_post .entry-featured-image-url img {
  transition: all 1s ease;
}

.dle-bl-77 .et_pb_post:hover .entry-featured-image-url img {
  transform: scale(1.1);
}

.dle-bl-77 .et_pb_blog_grid .et_pb_post .entry-title,
.dle-bl-77 .et_pb_blog_grid .et_pb_post .post-meta {
  background: #f7f7f7;
  position: relative;
}

.dle-bl-77 .et_pb_blog_grid .et_pb_post .entry-title {
  padding: 20px 30px;
}

.dle-bl-77 .et_pb_blog_grid .et_pb_post .post-meta {
  padding: 0 30px 30px;
}

.dle-bl-77 .et_pb_post.et_pb_no_thumb {
  padding: 0;
}

@media screen and (max-width: 767px) {
.dle-bl-77 .et_pb_post h2 {
  padding-bottom: 10px !important;
}
}
/*post style--------------------------------------------------------------*/
/* Add uniformity in width of both classic WordPress editor and Divi Builder based posts. */  
  .dle-pl-18-content-section .et_pb_post_content .et_pb_section {
    padding: 0;
  }
  .dle-pl-18-content-section .et_pb_post_content .et_pb_row {
    width: 100%;
  }

/* Ends */  
  .dle-pl-18-content-section .et_pb_post_content blockquote {
    margin-top: 0;
    margin-bottom: 2em;
  }
  .dle-pl-18-content-section .et_pb_post_content p,
  .dle-pl-18-content-section .et_pb_post_content img {
    padding-bottom: 2em;
  }
/*About timeline--------------------------------------------------------------------------------------*/
.dle-timeline-10-row {
    display: grid;
    grid-template-columns: minmax(0,50%) 40px minmax(0,50%);
    grid-column-gap: 50px;
    align-items: center;
}

.dle-timeline-10-row .et_pb_column {
	width: 100% !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
}

.dle-timeline-10-top-text-row .et_pb_column {
	display: grid;
    grid-template-rows: minmax(0, 100%) 30px;
    grid-row-gap: 4px;
}

.dle-timeline-10-middle-text-row .et_pb_column {
	display: grid;
    grid-template-rows: 30px minmax(0, 100%) 30px;
    grid-row-gap: 4px;
}

.dle-timeline-10-bottom-text-row .et_pb_column {
	display: grid;
    grid-template-rows: 30px minmax(0, 100%) ;
    grid-row-gap: 4px;
}

.dle-timeline-10-row .dle-timeline-10-second-column {
	position: initial !important;
  z-index: 9;
}
  
.dle-timeline-10-row .dle-timeline-10-third-column:before {
  position: absolute;
  content: "";
  width: 140px;
  left: -140px;
  height: 3px;
  background: #ddd;
  top: 50%;
  transform: translateY(-50%);  
}
  
.dle-timeline-10-rtl-row .dle-timeline-10-third-column:before {
  left: -143px;
  width: 143px;
}

.dle-timeline-10-rtl-row .dle-timeline-10-first-column {
	direction: rtl;
}

.dle-timeline-10-rtl-row .et_pb_blurb_container {
	padding-left: 0;
	padding-right: 15px;
}

@media screen and (max-width: 767px) {
	.dle-timeline-10-row {
		grid-template-rows: auto auto auto;
	    grid-template-columns: minmax(0,100%);
	    grid-row-gap: 20px;
	    grid-column-gap: 0;
    }
    .dle-timeline-10-row .dle-timeline-10-first-column {
    	grid-row-start: 2;
    }
    .dle-timeline-10-row .dle-timeline-10-second-column {
    	grid-row-start: 1;
    	align-items: flex-end;
	}
	.dle-timeline-10-row .dle-timeline-10-third-column {
		grid-row-start: 3;
	}
    .dle-timeline-10-row .dle-timeline-10-first-column,
    .dle-timeline-10-row .dle-timeline-10-third-column {
    	z-index: 3;
    }
	.dle-timeline-10-rtl-row .dle-timeline-10-first-column {
		direction: ltr;
		grid-row-start: 3;
	}
  
  .dle-timeline-10-content .et_pb_blurb_container {
    padding-left: 0 !important;
  }
  
	.dle-timeline-10-rtl-row .dle-timeline-10-third-column {
	    grid-row-start: 2;
	}
  
  .dle-timeline-10-row .dle-timeline-10-third-column:before {
    content: none;
  }
  
  .dle-timeline-10-row .dle-timeline-10-first-column:before {
    position: absolute;
    content:'';
    width: 3px;
    left: 50%;
    height: 200px;
    background: #ddd;
    top: -60px;
    transform: translateX(-50%);
}

.dle-timeline-10-row.dle-timeline-10-rtl-row .dle-timeline-10-first-column:before {
    top: -160px !important;
}
  
	.dle-timeline-10-rtl-row .et_pb_blurb_container {
		padding-left: 15px;
		padding-right: 0;
	}
}
/*call to action--------------------------------------------------------------*/
.dle-ca-3 .et_pb_button_wrapper {
		width: 30%;
}

@media(max-width: 980px) {
.dle-ca-3 .et_pb_button_wrapper {
		width: 100%;
 }
}

/*inverse row----------------------------------------------------------*/
@media screen and ( max-width: 980px ) {
    .inverse {
        display: flex;
        flex-direction: column-reverse;
    }
}
/*Comming Soon -------------------------------------------------*/
.dle-ct-cp-26 .title {
  margin-bottom: 50px;
}
  
.dle-ct-cp-26 .sep {
	display: none;
}
    
.dle-ct-cp-26 .section.values {
  box-shadow: 0 2px 18px 0 rgb(0 0 0 / 10%);
  width: 22%;
}

.dle-ct-cp-26 .section.values:not(:last-child) {
	margin-right: 4%;
}

.dle-ct-cp-26 .section.values .value {
  background: #212121;
	padding: 20px;
  margin-bottom: 2px;
}

.dle-ct-cp-26 .section.values .label {
  background: #212121;
	padding: 10px 20px;
  margin-bottom: -1px;
}
  
@media screen and (max-width: 980px) {
.dle-ct-cp-26 .section.values .value {
  padding: 10px;  
} 
}
  
@media screen and (max-width: 767px) {
.dle-ct-cp-26 .section.values .value {
	padding: 6px;
}

.dle-ct-cp-26 .section.values .label {
	padding: 2px 10px;
}
}
/*Muse single service page tab--------------------------------------------*/
.dle-tab-01 ul.et_pb_tabs_controls {
  background: transparent;
  width: 20%;
}
  
.dle-tab-01 ul.et_pb_tabs_controls:after {
  content: none;
}
  
.dle-tab-01 .et_pb_tabs_controls li {
  border-right: none;
  width: 100%;
}
  
.dle-tab-01 .et_pb_tabs_controls li:not(:last-child) {
  margin-bottom: 3px;
}
  
.dle-tab-01 .et_pb_tab_content {
  display: flex;
  flex-direction: column;
  padding-bottom: 24px;   
}
  
.dle-tab-01 .et_pb_tabs_controls li a {
  padding: 20px 24px;
} 
  
.dle-tab-01 .et_pb_all_tabs {
  width: 80%;
}
  
@media screen and (min-width: 768px) {
.dle-tab-01.et_pb_tabs {
  display: flex;
  background: #fff;
}
}
  
@media screen and (max-width: 767px) {
.dle-tab-01.et_pb_tabs {
  background: #fff;  
}
  
.dle-tab-01 ul.et_pb_tabs_controls {
  margin-bottom: 20px;
  margin-right: 0;
	width: 100%;
}
    
.dle-tab-01 .et_pb_tabs_controls li {
  border-bottom: none;
}
  
.dle-tab-01 .et_pb_all_tabs {
  width: 100%;
}
  
.dle-tab-01 .et_pb_tab_content {
  display: block;
  padding-bottom: 0;
}  
}