
.section .wrapper{
	width: auto;
}
.section .wrapper .full-width-section {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.pagination-container .page-numbers {
  font-size: 18px;
  padding: 7px;
  color: #343B3C;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
.pagination-container .page-numbers:hover,
.pagination-container .page-numbers.current {
  color: #4095A7;
  font-weight: 700;
}
#page .site_left {
  padding: 0px 20px 0px 0;
}
#page .site_left .logo_site {
  padding: 40px 0 85px 20px;
  width: 100%;
  height: auto;
}
.site_left .site_left_content {
  max-height: calc(100vh - 170px);
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-y: scroll;
  width: 100%;
  height: 100vh;
  padding-bottom: 80px;
}
.site_left .site_left_content::-webkit-scrollbar {
  display: none;
}
#page .site_left .contact_site {
  padding: 50px 0 0 50px;
  line-height: 30px;
  font-size: 15px;
  font-weight: 300;
  word-break: break-all;
  font-family: 'Poppins', sans-serif;
  width: 100%;
}
.site_left .main_menu > div > ul > li {
  margin: 5px 0;
}
.site_left .main_menu > div > ul > li > a {
  padding: 0 15px 0 50px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  position: relative;
  line-height: 45px;
}
.site_left .main_menu > div > ul > li > a::before {
	content: "";
  left: -6px;
  top: 50%;
  background: #4095A7;
  border-radius: 0px 15px 15px 0px;
  height: 40px;
  width: 6px;
  display: block;
  transform: translate(0, -50%);
  position: absolute;
}
.site_left .main_menu > div > ul > li:hover > a::before,
.site_left .main_menu > div > ul > li.current-menu-item > a::before {
  left: 0;
}
.border-radius-10{
	border-radius : 10px;
}
.single-post .site_right .section .wrapper #posts{
  width: 100%;
  max-width: 100%;
}
.single-post .site_right .section .wrapper,
.tax-catportfolio .main_page,
.site_right .main_page {
  padding: 50px;
}
.wpcf7-form .wpcf7-submit,
.elementor .bw-button a,
.bw-button a{
	color: #fff;
    background: #4095A7;
    border: 1px solid #4095A7;
    border-radius: 10px;
    font-size: 16px;
    text-transform: none;
    font-weight: 500;
    padding: 9px 20px;
    outline: none;
    text-decoration: none;
    text-align: center;
    text-shadow: none;
    box-shadow: none;
	cursor: pointer;
	line-height: normal;
	display: inline-block;
}
.wpcf7-form .wpcf7-submit:hover,
.elementor .red-bw-button a,
.red-bw-button a,
.elementor .bw-button a:hover,
.bw-button a:hover{
    background: #E8523F;
    border: 1px solid #E8523F;
	color: #fff
}
.elementor .red-bw-button a:hover,
.red-bw-button a:hover{
    background: #4095A7;
    border: 1px solid #4095A7;
	color: #fff;
}
.big-list-links .elementor-icon-list-items {
  gap: 20px 60px;
  margin-inline: 0 !important;
}
.big-list-links .elementor-icon-list-item {
  width: calc(calc(100% / 3) - 40px);
  margin: 0 !important;
  margin-inline: 0 !important;
}
.big-list-links .elementor-icon-list-item .elementor-icon-list-text a,
.big-list-links .elementor-icon-list-item .elementor-icon-list-text {
  background: #E9EBEB;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  line-height: normal;
}
.big-list-links .elementor-icon-list-item .elementor-icon-list-text {
  padding: 37px 20px;
}
.big-list-links .elementor-icon-list-item .elementor-icon-list-text:hover {
  background: #4095A7;
  color: #fff !important;
}
.testimonials-slider .slick-list, 
.big_services_posts {
  margin: 0 -15px;
}
.testimonials-slider .elementor-widget-eael-testimonial,
.big_services_posts .post-item {
  padding: 15px;
}
.big_services_posts .post-item .post-item-cover{
  
}
.big_services_posts .post-item:not(.slick-slide){
  width: 20%;
}
.big_services_posts .post-item .post-item-cover .post-img {
	overflow: hidden;
	aspect-ratio: 1 / 1;
	width: 100%;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 10px;
	position: relative;
	margin-bottom: 15px;
}
.big_services_posts .post-item .post-item-cover .post-img a{
	display: block;
}
.big_services_posts .post-item .post-item-cover .post-img img{
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.big_services_posts .post-item .post-item-cover .post-img .btn-link {
  position: absolute;
  background: rgba(0,142,133,0.85);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.big_services_posts .post-item .post-item-cover:hover .post-img .btn-link {
  opacity: 1;
  visibility: visible;
}
.big_services_posts .post-item .post-item-cover .post-img .btn-link svg {
  width: 30px;
  fill: #fff;
}
.big_services_posts .post-item .post-item-cover .post-texte{
  
}
.big_services_posts .post-item .post-item-cover .post-texte .post-title {
  font-size: 16px;
  color: #000;
  line-height: normal;
}
.big_services_posts .post-item .post-item-cover .post-texte .post-title a{
  color: #343B3C;
  font-size: 17px;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  font-weight: 400;
}
.big_services_posts .post-item .post-item-cover .post-texte .post-title:hover a{
  color: #4095A7;
}
.slider-section-title > .elementor-element + .elementor-element {
  width: auto;
}
.custom-slider-buttons {
  display: flex;
  gap: 17px;
}
.testimonials-slider .slick-arrow{
	position: absolute;
	top: -25px;
	right: 0;
}
.testimonials-slider .slick-arrow.slick-prev{
	right: 30px;
}
.single_post_related_carousel .related_nav .related_left,
.single_post_related_carousel .related_nav .related_right,
.testimonials-slider .slick-arrow,
.custom-slider-buttons .slick-arrow{
	font-size: 0;
	border: none;
	outline: none;
	box-shadow: none;
	opacity: 1;
	width: 10px;
	height: 19px;
	background-color: transparent;
	padding: 0;
	background-repeat: no-repeat;
	background-size: contain;
}
.single_post_related_carousel .related_nav .related_left:before,
.single_post_related_carousel .related_nav .related_right:before{
	display: none;
}
.single_post_related_carousel .related_nav .related_left,
.single_post_related_carousel .testimonials-slider .slick-prev,
.custom-slider-buttons .slick-prev{
	background-image: url(../images/prev.svg);
}
.single_post_related_carousel .related_nav .related_right,
.single_post_related_carousel .testimonials-slider .slick-next,
.custom-slider-buttons .slick-next{
	background-image: url(../images/next.svg);
}
.slider-section-title{
	
}
.big-partners-home > .elementor-widget-container {
  margin: 0 -40px 0 0;
}
.big-partners .eael-feature-list-items{
	display: flex;
	flex-wrap: wrap;
	gap: 10px 60px;
	justify-content: center;
	align-items: center;
}
.big-partners .eael-feature-list-items li.eael-feature-list-item{
    max-width: 165px;
}
.big-partners .eael-feature-list-items li.eael-feature-list-item img{
    max-width: 100% !important;
}
.big-partners-home .eael-feature-list-items{
	justify-content: end;
}
.big-partners .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box{
	align-items: center;
	display: flex;
}
.big-partners .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon-inner{
	margin: 0 !important;
  transform: none !important;
  background: none !important;
}
.big-partners .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon-inner .eael-feature-list-icon{
	width: auto !important;
	height: auto !important;
}
.big-partners .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon-inner .eael-feature-list-img{
  transform: none !important;
}
.big-partners .eael-feature-list-items .eael-feature-list-item .eael-feature-list-content-box{
  display: none;
}
body #header {
    padding: 20px 0 10px;
	background: #fff;
}
#header .logo_site {
  margin: 0;
  max-width: 120px;
}
#header .btn_menu_xs {
	background: #4095A7;
	position: initial;
}
#footer{
	background: #f3f4f4;
	padding: 100px 0 60px;
}
#footer .footer_top .footer-item {
  width: calc(calc(90% - 265px) / 4);
  padding: 0 15px;
}
#footer .footer_top .footer_infos {
	text-align: right;
	padding: 0;
	margin-right: 10%;
	width: 265px;
}
#footer .footer_top .footer_infos .reb_button a {
  text-transform: uppercase;
  min-width: 200px;
  color: #fff;
}
#footer .container_fluid .footer_bottom .rs_links ul {
  gap: 20px;
}
#footer .container_fluid .footer_bottom .rs_links a {
  min-width: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  height: 20px;
  align-items: center;
}
#footer .footer-title {
  color: #343B3C;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

@media (max-width: 1300px) {
	#footer .footer_top .footer-item {
	  width: calc(calc(95% - 265px) / 4);
	}
	#footer .footer_top .footer_infos {
		margin-right: 5%;
		width: 230px;
	}
}

@media (max-width: 1199px) {
	#page .site_left .contact_site {
	  padding-left: 20px;
		font-size: 16px;
	}
	.site_left .main_menu > div > ul > li > a {
	  padding: 0 15px 0 20px;
	  font-size: 18px;
	  line-height: 40px;
	}
	.big-list-links .elementor-icon-list-items {
	  gap: 20px 24px;
	}
	.big-list-links .elementor-icon-list-item {
	  width: calc(calc(100% / 3) - 16px);
	}
	.big-list-links .elementor-icon-list-item .elementor-icon-list-text {
	  font-size: 15px !important;
	}
	.big-partners .eael-feature-list-items {
	  gap: 10px 35px;
	}
	#footer .footer_top .footer-item,
	.big_services_posts .post-item:not(.slick-slide){
	  width: 25%;
	}
	footer#footer .footer_top {
	  margin: 0 -15px;
	}
	#footer .footer_top .footer_infos {
	  text-align: left;
	  margin: 0 0 30px;
	  padding: 0 15px;
	  width: 100%;
	  flex-direction: column;
	}
	#footer .footer_top .footer_infos .reb_button{
	  margin-top: 30px !important;
	}
}
@media (max-width: 1024px) {
	.big-partners-home .eael-feature-list-items {
	  justify-content: center;
	}
	footer#footer {
	  padding: 60px 0 30px;
	}
	footer#footer .footer_bottom {
	  margin-top: 30px;
	}
}
@media (max-width: 991px) {
	body #header {
	  min-height: 0;
	}
	.single-post .site_right .section .wrapper,
	.tax-catportfolio .main_page,
	.site_right .main_page {
		padding: 15px !important;
	}
	.single-post .site_right .section .wrapper #posts {
	  padding: 0 15px 0 0;
	}
	.single-post .site_right .section .wrapper #sidebar {
	  padding: 0 0 0 15px;
	}
	.big-list-links .elementor-icon-list-items {
		gap: 20px;
	}
	.big-list-links .elementor-icon-list-item {
	  width: calc(calc(100% / 2) - 10px);
	}
	.big-partners-home > .elementor-widget-container {
	  margin: 0 -15px;
	}
	body footer#footer {
	  padding: 30px 0;
	}
	footer#footer .container_fluid .footer_bottom {
		padding-top: 35px;
		margin-top: 15px;
	}
	footer#footer .container_fluid .footer_bottom .rs_links {
	  padding: 0 0 0 20px;
	}
	.big_services_posts .post-item:not(.slick-slide){
	  width: calc(100% / 3);
	}
}
@media (max-width: 767px) {
	footer#footer .container_fluid .footer_top {
		margin: 0 -15px;
	}
	#footer .container_fluid .footer_top .footer-item {
	  width: 50%;
	  padding: 15px;
	}
	.big-partners .eael-feature-list-items {
	  gap: 10px 25px;
	}
	.single-post .site_right .section .wrapper #sidebar,
	.single-post .site_right .section .wrapper #posts {
	  width: 100%;
	  max-width: 100%;
	  padding: 0;
	}
	.single-post .site_right .section .wrapper #sidebar::before{
		display: none;
	}
	.single-post .site_right .section .wrapper #sidebar {
	  margin: 40px 0 0;
	}
}
@media (max-width: 576px) {
	footer#footer .container_fluid .footer_top {
		margin: 0;
	}
	#footer .container_fluid .footer_top .footer-item {
	  padding-left: 0;
	  padding-right: 0;
	}
	#footer .container_fluid .footer_top .footer-item,
	.big-list-links .elementor-icon-list-item {
	  width: 100%;
	}
	.big_services_posts .post-item:not(.slick-slide){
	  width: 50%;
	}
}
@media (max-width: 480px) {
	.big_services_posts .post-item:not(.slick-slide){
	  width: 100%;
	}
}

/* custom theme */
.page_title_ctn {
  display: none;
  border-radius: 10px;
  border: 1px solid #ecf0f1;
}
.tax-catportfolio .page_title_ctn,
.single-portfolio .page_title_ctn {
  display: block;
}
.studio-testimonials .slick-arrow {
  display: none !important;
}
.studio-testimonials .slick-dots {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
}
.studio-testimonials .slick-dots li button {
  width: 8px;
  height: 8px;
  background: #fff;
  border: none;
  font-size: 0;
  border-radius: 50%;
  padding: 0;
}
.studio-testimonials .slick-dots li.slick-active button {
  border: 1px solid rgba(255,255,255,.82);
  width: 12px;
  height: 12px;
  background: none;
}
.studio-testimonials .eael-testimonial-content {
  margin: 0;
  padding: 0;
}
.studio-testimonials .e-con-inner .slick-slide {
  height: 0;
}
.studio-testimonials .e-con-inner .slick-slide.slick-current {
  height: auto;
}

.our-skills .elementor-icon-list-items {
    display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px 20px;
	margin: 0 !important;
}
.our-skills .elementor-icon-list-items li.elementor-icon-list-item {
    padding: 0 0 30px !important;
	margin: 0 !important;
	border-bottom: 1px solid #ecf0f1;
}

@media (min-width: 992px) {
	.our-skills .elementor-icon-list-items li.elementor-icon-list-item:nth-last-child(-n+3) {
		border-bottom: none;
		padding-bottom: 0 !important;
	}
}
.studio-founder .elementor-widget-social-icons .elementor-social-icon {
  height: 30px;
  width: 30px;
  border-radius: 50% !important;
  padding: 0;
  font-size: 16px;
}


.barra {
  margin: 0 0 12px;
  transition: width 1s linear;
  -moz-transition: width 1s linear;
  -webkit-transition: width 1s linear;
  -o-transition: width 1s linear;
  border-radius: 5px;
  overflow: hidden;
}
.barra-nivel {
	width: 1px;
  transition: width 1s linear;
  -moz-transition: width 1s linear;
  -webkit-transition: width 1s linear;
  -o-transition: width 1s linear;
    background: #189aca;
    background: -moz-linear-gradient(left, #189aca 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #189aca), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(left, #189aca 0%, #ffffff 100%);
    background: -o-linear-gradient(left, #189aca 0%,#ffffff 100%);
    background: -ms-linear-gradient(left, #189aca 0%,#ffffff 100%);
    background: linear-gradient(to right, #189aca 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#189aca", endColorstr="#ffffff",GradientType=1 );
	line-height:25px; 
	color:#fff;
	font-size:14px;
	text-transform: uppercase;
	padding: 7px 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.rd_img_pager div {
  padding: 10px 5px 5px;
}
.rd_img_pager div img {
  padding: 0 !important;
  border: none !important;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control {
  color: #343B3C;
  border: none;
  font-family: 'Montserrat', sans-serif;
  background: #f5f5f5;
  margin: 0;
}
.wpcf7-form .wpcf7-form-control[type="submit"]{
  background: #343B3C;
}
.wpcf7-form .wpcf7-form-control[type="submit"]:hover{
  background: #E8523F;
}
.wpcf7-form .wpcf7-form-control[type="submit"] + .wpcf7-spinner{
  display: none;
}

@media (max-width: 991px) {
	.our-skills .elementor-icon-list-items {
	  grid-template-columns: repeat(2, 1fr);
	}
	.our-skills .elementor-icon-list-items li.elementor-icon-list-item:nth-last-child(-n+1) {
	  border-bottom: none;
	  padding-bottom: 0 !important;
	}
}
@media (max-width: 576px) {
	.our-skills .elementor-icon-list-items {
	  grid-template-columns: repeat(1, 1fr);
	}
}

.custom-posts-grid .custom-post-card {
    width: calc(100% / 3);
}
.custom-post-card .post-card-image {
    background-size: cover;
    background-position: center;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    height: 465px;
        margin-bottom: 40px;
        overflow: hidden;
}
.custom-post-card .post-card-content .post-card-date {
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
    color: #4095A7;
}
.custom-post-card .post-card-title,
.custom-post-card .post-card-title a{
    font-size: 25px;
    line-height: 30px;
    color: #343B3C;
    font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
.custom-post-card .post-card-title a:hover{
    color: #4095A7;
}
.custom-post-card .post-card-excerpt {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
    color: #343B3C;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 75px;
}
.custom-post-card .post-card-button {
    display: inline-block;
    background-color: #4095A7;
    color: #fff;
    padding: 5px 30px;
    border-radius: 10px;
    font-weight: 500;
    transition: background 0.2s;
    min-width: 156px;
    text-align: center;
    font-size: 17px;
    line-height: 32px;
}
.post-card-button:hover {
    background-color: #E8523F;
}
/* Style de la pagination */
.custom-posts-pagination {
    text-align: center;
}
.custom-posts-pagination .page-numbers {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 4px;
    background: #fff;
    border: 1px solid #4095A7;
    color: #343B3C;
    text-decoration: none;
    border-radius: 4px;
}
.custom-posts-pagination .page-numbers:hover,
.custom-posts-pagination .page-numbers.current {
    background: #4095A7;
    color: #fff;
    border-color: #4095A7;
}
@media (max-width: 767px) {
	.custom-posts-grid .custom-post-card {
		width: calc(100% / 2);
	}
}
@media (max-width: 480px) {
	.custom-posts-grid .custom-post-card {
		width: calc(100%);
	}
}
.single-post .site_right .section .wrapper #posts {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.single-post .site_right .section .wrapper .single_post_navigation_bottom,
.single-post .site_right .section .wrapper .single_post_navigation,
.single-post .site_right .section .wrapper #posts + #sidebar,
.single-post .site_right .section .wrapper #posts .post-info,
.single-post .site_right .section .wrapper #posts .tags_container,
.single-post .site_right .section .wrapper #posts #author-bio,
.single-post .site_right .section .wrapper #posts #comments {
  display: none;
}
.single-post .site_right .section .wrapper #posts .share_icons_container {
  margin-top: 50px;
}
#add-comment input#submit {
  height: auto;
}
.single-post .site_right .section .wrapper .post-attachement {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  width: 30%;
}
.single-post .site_right .section .wrapper .post_ctn{
  padding-left: 30px;
  width: 70%;
}
.single-post .site_right .section .wrapper .post_ctn .entry{
  margin: 0;
}
.single-post .site_right .section .wrapper .post-title,
.single-post .site_right .section .wrapper .post-title h2,
.single-post .site_right .section .wrapper .post-title h2 a{
	color: #343B3C;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 60px;
	margin: 0;
}
.single-post .site_right .section .wrapper .single_related, 
.single-post .site_right .section .wrapper #add-comment h4, 
.single-post .site_right .section .wrapper h2{ 
	color: #343B3C; 
	font-family: 'Montserrat', sans-serif; 
	font-size: 25px; 
	font-weight: 500; 
	line-height: 60px;
	margin: 0; 
}
.single_post_related_carousel .related_right,
.single_post_related_carousel .related_left {
  top: -38px;
}
.single_post_related_carousel .related_left {
  right: 30px !important;
}
#posts .jcarousel, #posts .rp_sc, #posts .pb_full_width .staff_sc {
  width: 100%;
}
.single_post_related_carousel .rp_sc {
  margin-top: 0;
}
.partners-slider .slick-track {
    display: flex;
    align-items: center;
}
.partners-slider .slick-track,
.partners-container.partners-list {
    gap: 30px;
}
.partners-slider .partner-item-cover,
.partners-slider .partner-item-cover a{
    text-align: center:
	display: block;
}
.partners-slider .partner-item-cover img{
    margin: auto;
}

/* Single details */
.port_meta_last a {
  color: inherit;
}
#comments{
	width: 100%;
}
#comments .comment_ctn {
  padding: 0;
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  box-shadow: none;
}
#comments ul li{padding:0;}
#comments ul li .details span.Reply,
#comments ul li .avatar {
  display: none;
}
#comments ul li .details {
  padding: 0;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  line-height: 25px;
  font-family: 'Montserrat', sans-serif;
}
#comments ul li .details .comment {
  margin: 0 0 16px;
}
#comments ul li .details span.date, #comments ul li .details span.author {
  color: #343B3C;
  order: 2;
  margin: 0;
}
#comments ul li .details span.author {
  margin-right: 5px;
  font: inherit;
  font-weight: 500;
}
#comments ul li .details span.date,
#comments ul li .details span.date a{
	color: #343B3C;
	cursor: auto;
	font: inherit;
	font-weight: 300;
}
.sinlge-projet{ font-family: 'Montserrat', sans-serif; font-size: 16px; line-height: 25px; }
.sinlge-projet .single-title { color: #343B3C; font-family: 'Montserrat', sans-serif; font-size: 30px; font-weight: 700; line-height: normal; margin: 0;}
.sinlge-projet .title-h2{ color: #343B3C; font-family: 'Montserrat', sans-serif; font-size: 25px; font-weight: 500; line-height: normal;margin: 0 0 25px; }
.sinlge-projet .details-projet .media { max-width: 30%; padding: 0 20px 0 0; }
.sinlge-projet .details-projet .media_cover{ box-shadow: 0px 3px 6px #00000029; border-radius: 10px; overflow: hidden; }
.sinlge-projet .details-projet .media_cover img{ width: 100%; max-width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.sinlge-projet .details-projet .details{ max-width: 70%; padding: 0 0 0 20px; }
.single-portfolio .sinlge-projet .details-projet .details .desc{ max-width: 600px; }
.sinlge-projet .tech-desc .tech-label { font-weight: 500; }
.project-textimonials .testi-slider{ background: #E9EBEB; padding: 30px 40px; font-size: 16px; line-height: 25px; font-weight: 400; border-radius: 10px; }
.project-textimonials .testi-slider .testi_othor{ font-weight: 300; }
.project-textimonials .testi-slider .testi_othor .testi_name{ font-weight: 500; }
.project-textimonials .slick-dots, .project-textimonials .slick-arrow { display: none !important; }
.sinlge-projet .projet-column-left { width: calc(100% - 250px); padding: 0 40px 0 0; }
.sinlge-projet .projet-column-right { width: 250px; }
.sinlge-projet .projet-column-right .related_references{ border-left: 2px solid #E9EBEB; padding-left: 40px; }
.related_references .post-item {width: 100%;padding: 0;}

.work-title-h1{
	color: #343B3C;
	font-family: "Montserrat", Sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 35px;
}
#banner-work {
    padding: 70px 50px;
    border-radius: 10px;
    background-size: cover;
	margin-top: 45px;
}
#banner-work .banner_texte{
    max-width: 700px;
}
.custom-acf-block{
    margin: 60px 15px;
}
.custom-acf-block .custom-acf-block-cover{
	color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}
.custom-acf-block .custom-acf-block-cover h2{
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
	margin-bottom: 20px;
}
#avis-work{
    margin-left: 0;
    margin-right: 0;
}
#banner-work + #avis-work {
  margin-top: 0;
}
#banner-work + #avis-work.post-item:last-child {
  margin-bottom: 0;
}
.slider-avis .slick-track,
#avis-work .slick-track {
	display: flex;
}
.slider-avis .avis-item,
#avis-work .avis-item {
  padding: 0 15px;
  height: auto;
}
.slider-avis .slick-track {
    min-width: 100%;
	margin: 0;
}
.avis-item .avis-item-cover,
.custom-acf-avis .avis-item-cover{
    background: #E9EBEB;
    border-radius: 10px;
    padding: 30px;
	color: #343B3C;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    line-height: 25px;
}
.avis-item .avis-item-cover .avis-infos .aut-name,
.custom-acf-avis .avis-item-cover .avis-infos .aut-name{
    font-weight: 500;
}
.avis-item .avis-item-cover .avis-infos .aut-function,
.custom-acf-avis .avis-item-cover .avis-infos .aut-function{
    font-weight: 300;
}
/* --- Section Filtres --- */
.filters-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1.5rem;
}
.filter-group {
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
}
.category-list {
	list-style: none;
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.filters-section .category-btn {
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  padding: 0 0 1px;
  color: #343B3C;
}
.category-btn:hover, 
.category-btn.active {
	border-color: #343B3C;
	font-weight: 700;
}
.select-wrapper {
	position: relative;
	min-width: 180px;
}
.tag-select {
	width: 100%;
	padding: 10px 35px 10px 10px;
	font-size: 16px;
	font-weight: 500;
	border: 1px solid #343B3C;
	border-radius: 10px;
	background: none;
	color: #343B3C;
	cursor: pointer;
	appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%234b5563' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 1rem;
	transition: all 0.3s ease;
	line-height: normal;
}

@media (max-width: 1199px) {
	.sinlge-projet .projet-column-left {
		width: 100%;
		padding: 0;
	}
	.sinlge-projet .projet-column-right {
		width: 100%;
		margin: 40px 0 0;
	}
	.sinlge-projet .projet-column-right .related_references {
		border-left: none;
		padding-left: 0;
		display: none !important;
	}
	.sinlge-projet .projet-column-right .posts-responsive {
		display: block !important;
		margin: 0;
	}
	.sinlge-projet .projet-column-right .posts-responsive .slick-list{
		margin: 0 -10px;
	}
	.sinlge-projet .related_references .post-item {
		padding-left: 10px;
		padding-right: 10px;
	}
	.partners-container.partners-list,
	.partners-slider .slick-track {
		gap: 20px;
	}
}
@media (max-width: 767px) {
	.sinlge-projet .details-projet .media {
	  max-width: 100%;
	  padding: 0 0 20px 0;
	}
	.sinlge-projet .details-projet .details {
	  max-width: 100%;
	  padding: 0;
	}
}