:root {
  --main: #4b70a5;
  --btn-bg: #4b70a5cc;
  --white: #fff;
  --dark: #000;
  --radius: 14px;
  --font-title: "Spectral";
  --font-text: "Nunito Sans";
  --overley: #4b70a5cc;
}
body {
  width: 100%;
  overflow-x: hidden;
  color: #3c4e59;
	box-sizing: border-box;
}
.h4 a{
	    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
	color: inherit;
}
.reverse {
	flex-direction: row-reverse;
}

section {
	width: 100%;
}
.container {
  max-width: 1360px;
  width: 100%;
  padding: 0 25px;
  margin: 0 auto;box-sizing: border-box;
}
a {
  text-decoration: none;
  font-family: var(--font-text);
}
.link--aubert {
  color: var(--main);
  font-weight: 900;
}
.button--aubert {
  background: var(--btn-bg);
  border: 1px solid var(--white);
  border-radius: 30px;
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 20px;
  color: #FFF;
  padding: 10px 25px;
	display: inline-block;
}
.button--aubert:hover {
	color: var(--ast-global-color-2);
	background: var(--ast-global-color-5);
	border: 1px solid var(--ast-global-color-2);
}
.h1 {
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 70px;
  line-height: 1.1;
}
.h2 {
  font-family: var(--font-title);
  font-weight: 400;
  font-size: 62px;
  line-height: 1.2;
}
.h3 {
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
}
.h4 {
  font-family: var(--font-text);
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
}
.h5 {
  font-family: var(--font-title);
  font-weight: 400;
  font-size: 21px;
  line-height: 1.2;
}
.desc-l {
  font-family: var(--font-text);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
}
.desc,
p {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.desc-s {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}

.main-banner {
  height: 550px;
  width: 100%;
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  background-position: bottom;
  position: relative;
}
.info-text--aubert {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 950px;
  position: relative;
  z-index: 1;
box-sizing: border-box;
	padding: 0 25px;
}
.info-text-big--aubert {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 1200px;
  position: relative;
	padding: 0 25px;
  z-index: 1;
}
.main-banner h1,
.main-banner .desc-l {
  color: var(--white);
  text-align: center;
}
.main-banner::before {
  width: 100%;
  height: 100%;
  background-color: #030a1466;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.services-aubert {
  width: 100%;
  padding: 50px 0 0;
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  background-position: center top;
  position: relative;
background-image: var(--big-img);
}
.services-aubert h3,
.services-aubert p {
  color: var(--white);
  text-align: center;
}
.services-aubert p {
  padding-top: 10px;
  padding-bottom: 30px;
}
.services-aubert::before {
  width: 100%;
  height: 100%;
  background: var(--overley);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.services-items-aubert {
  position: relative;
  z-index: 1;
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid var(--white);
  width: 100%;
}
.services-item-aubert {
  padding: 25px;
  border-right: 1px solid var(--white);
}
.services-item-aubert:last-child {
  border: none;
}
.services-item-aubert h5 {
  color: var(--white);
}
.img-aubert {
  width: 100%;
  object-fit: cover;
}
.tab-aubert {
  padding: 100px 0;
}
.text-tab {
  padding-left: 40px;
}

.about-aubert {
  width: 100%;
  padding: 100px 0;
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.about-aubert h3,
.about-aubert p {
  color: var(--white);
  text-align: center;
}

.about-aubert::before {
  width: 100%;
  height: 100%;
  background: var(--overley);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.tab-revert-aubert {
  flex-direction: row-reverse;
}
.about-us-aubert img {
  width: 100%;
  object-fit: cover;
  min-height: 100%;
}
.about-us-aubert {
  background: #75a7c217;
}

.text-block-aubert {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px 50px;
  text-align: center;
}

.faq-item-aubert {
  border-bottom: 1px solid var(--dark);
  padding: 15px 0 10px;
	transition: all 0.3 ease-in;
    overflow: hidden;
}
.faq-aubert {
  padding-top: 50px;
}
.services-item-aubert h5 {
  padding-top: 15px;
  max-width: 175px;
}

.faq-item-top-aubert {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.button-act--aubert {
  width: 40px;
  height: 40px;
  color: #fff;
  background: var(--main);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 20px;
  line-height: 40px;
	min-width: 40px;
}
.faq-description-aubert {
	max-height: 0;
	overflow: hidden
}
.faq-item-aubert.active .faq-description-aubert {
	max-height: 500px;
}
.faq-item-aubert.active span {
  transform: rotate(-90deg);
  margin-top: 0;
}
.faq-item-aubert.active h4 {
  color: #000;
}
.faq-item-aubert h4 {
  color: #737373;
}
.ast-page-builder-template .site-content > .ast-container {
	overflow: hidden;
}
.banner--aubert {
	height: 280px;
    width: 100%;
    box-sizing: content-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-size: cover;
    background-position: bottom;
    position: relative;
	background-position-y: 45%;
}
.banner--aubert h1 {
	color: #fff;
	text-align: center;
}
.banner--aubert::before {
    width: 100%;
    height: 100%;
    background-color: #030a1466;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}
.banner--aubert .breadcrumbs, .banner--aubert a {
	color: #fff;
	text-align: center;
}
.banner--aubert .breadcrumbs span {
	font-weight: 800;
}
.banner--aubert > div {
	z-index: 1;
}
.about-item--aubert {
	padding-bottom: 100px;
	align-items: center;
}
.about-item--aubert .about-item-text--aubert {
	padding-left: 50px
}
.about-item--aubert.reverse .about-item-text--aubert {
	padding-left: 15px;
	padding-right: 50px;
}
.about-item--aubert.reverse {
	    flex-direction: row-reverse;
}
.about--aubert {
	padding: 100px 0 0;
}
.content-section {
	padding: 70px 0;
}

@media (max-width: 1200px) { 
	.services-items-aubert {
		grid-template-columns: repeat(3, 1fr);
	}
	.services-item-aubert:nth-child(-n+3) {
		border-bottom: 1px solid #fff;
	}
}
@media (max-width: 1024px) { 
	.about--aubert {
		padding-top: 70px;
	}
	.about-item--aubert {
		padding-bottom: 70px;
	}
	.content-section {
		padding: 50px 0;
	}
}
@media (max-width: 991px) {
	.text-block-aubert {
		padding: 50px
}
	.text-tab {
		padding-left: 0;
		padding-top: 50px;
	}
	.about-item--aubert .about-item-text--aubert {
		padding-left: 15px;
		padding-top: 50px;
	}
	.about-item--aubert.reverse .about-item-text--aubert {
		padding-right: 15px;
	}
	
}
@media (min-width: 922px) {
    .site-content .ast-container {
        display: flex
;
        flex-wrap: wrap;
    }
}
@media (max-width: 768px) {
	.button--aubert {
  font-size: 16px;
	line-height: 1;
		display: inline-block;
}
	
.services-aubert {
background-image: var(--small-img);
}
	.about--aubert .about-item--aubert .about-item-text--aubert {
		padding-left:0;
		padding-right: 0;
		text-align: center;
	}
	.services-item-aubert {
		text-align: center;
		width: 100%;
		border-right: none;
	}
	.banner--aubert {
		    height: 200px;
	}
	.services-item-aubert h5 {
		max-width: 100%;
	}
	.row {
		margin: 0;
	}
	.row > div {
		padding-left: 0;
		padding-right: 0;
	}
	section .text-block-aubert {
		padding-left: 25px;
		padding-right: 25px;
	}
	.about--aubert {
		padding-top: 50px;
	}
	.about-item--aubert {
		padding-bottom: 50px;
	}

.h1 {
  font-size: 35px;
	line-height: 1.1;
}
	.main-banner {
    height: 480px;
    }
.h2 {
 font-size: 32px;
	line-height: 1.2;
}
.h3 {
  font-size: 28px;
  line-height: 1.2;
}
.h4 {
  font-size: 22px;
        line-height: 1.2;
}
	.site-footer-section-1 { order: 2}
	.site-footer-section-2 { order: 1}
	.site-footer-section-3 { order: 3}
.h5 {
  font-family: var(--font-title);
  font-weight: 400;
  font-size: 21px;
  line-height: 1.2;
}
	.services-item-aubert {
    padding: 20px;
    }
    .tab-aubert {
    padding: 40px 0;
	}
	.text-tab {
     padding-left: 0;
     padding-top: 20px;
    }
    .about-aubert {
    width: 100%;
    padding: 60px 0 40px;
    }
.desc-l {
  font-family: var(--font-text);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
}
.desc,
p {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
}
.desc-s {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
	.services-items-aubert {
		grid-template-columns: repeat(2, 1fr);
	}
	.services-item-aubert:nth-child(-n+5) {
		border-bottom: 1px solid #fff;
	}
	
}
.about-us-aubert .about-item-aubert {    
	display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;}
.about-us-aubert .about-items-aubert.reverse .about-item-aubert > div {
	max-width: 570px;
	margin-left: auto;
	margin-right: 50px;
	padding-left: 30px;
}
.about-us-aubert .about-item-aubert > div {
	max-width: 570px;
	margin-left: 50px;
	margin-right: auto;
	padding-right: 30px;
	padding-top: 50px;
	padding-bottom: 50px;
		
}
.services-aubert > div {
	    z-index: 2;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;

}
.services-modern-aubert .services-item-aubert {
	border: none;
	text-align: center;
}
.services-modern-aubert .services-item-aubert h5 {
	text-align: center;
	max-width: 100%;
	margin-bottom: 0px;
}
.services-modern-aubert .services-items-aubert {
	grid-template-columns: repeat(3, 1fr);
	border: none;
}
.services-modern-aubert {
	padding-bottom: 50px;
}
.services-modern-aubert .button--aubert {
	display: inline-block;
	text-align:center;
}
.inform-aubert {
	padding: 50px 0;
}
.services-modern-aubert.services-aubert p {
	padding: 0px;
}
.services-modern-aubert .services-item-aubert {
	padding: 15px;
}
.services-modern-aubert .button--aubert{
	margin-top: 25px;
}

@media (max-width: 450px) { 
	.services-item-aubert h5 {
		max-width: 100%;
	}
}

.tarifs-information--aubert {
	margin: 50px 0;
	text-align: center;
}
.tabs-item {
    font-size: 16px;
    font-family: var(--font-text);
    padding: 5px 15px !important;
    margin: 0 10px 10px !important;
    display: inline-block;
    transition: all 0.3ms ease-in-out;
	border: 2px solid transparent;
	border-radius: 25px;
	cursor: pointer;
}

.tabs-item:hover {
	border: 2px solid #4B70A5;
	border-radius: 25px;
	color: #4B70A5;
	
}

.tabs-item.active {
	border-color: #4B70A5;
	color: #4B70A5;
}
.tarifs-tabs {
	text-align: center;
}
.tarifs-tabs,
.tarifs-contents ul {
    list-style: none;  
    margin: 0;        
    padding: 0;
}

.tarifs-tabs .tabs-item,
.tarifs-contents li {
    margin: 0;
    padding: 0;
}
.tarifs-contents {
	padding: 50px 0;
}

.tarif-content .h4{
	text-align: center;
}
.tarif-content {
    column-count: 2;
    column-gap: 50px;
}

.tarif-content > * {
    break-inside: avoid;
    margin-bottom: 50px;
}
.tarif-content > *:first-child:not(div) {
    column-span: all;
    width: 100%;
    display: block;
}

.tabs-wrapper li {
	padding: 16px;
    background: #4B70A526;
    display: flex;
    justify-content: space-between;
}
.tabs-wrapper li:nth-child(2n) {
	background: #F7F7F7;
}
.tabs-wrapper span {
	color: #000;
}
.tarifs-price {
	font-size: 21px;
	font-weight: bold;
}
.tabs-wrapper h5 {
	color: #000;
}
.tarif-content {
	display: none;
}
.tarif-content.active {
	display: block;
}

@media (max-width: 991px) { 
	.about-us-aubert .about-items-aubert.reverse .about-item-aubert > div, .about-us-aubert .about-item-aubert > div{
		    max-width: 100%;
    margin: 0 25px;
		padding: 30px 0;
	}
	.services-modern-aubert .services-items-aubert {
		grid-template-columns: repeat(2, 1fr);
	}
	.about-items-aubert {
		flex-direction: column-reverse;
	}
	.tarifs-price {
		font-size: 18px;
	}
	.tarif-content > * {
    margin-bottom: 30px;
}
}
@media (max-width: 768px) {
	.tarif-content {
		column-count: 1;
		column-gap: 30px;
	}
	.tarifs-price {
		font-size: 16px;
	}
	.tarifs-contents {
    padding: 40px 0 0;
}


}
@media (max-width: 768px) {
  .tarifs-dropdown {
    position: relative;
    width: 100%;
  }

  /* The "selected" part like a select */
  .tarifs-selected {
   padding: 15px;
        background: var(--btn-bg);
        color: #fff;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: calc(100% + 50px);
        margin-left: -25px;
  }

  .tarifs-arrow {
    font-size: 12px;
    transition: transform .2s;
  }

  .tarifs-dropdown.open .tarifs-arrow {
    transform: rotate(180deg);
  }

  .tarifs-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    max-height: 0;
    overflow: hidden;
    z-index: 10;
  }

  .tarifs-dropdown.open .tarifs-tabs {
    max-height: 1000px;
        overflow-y: auto;
        width: calc(100% + 50px);
        margin-left: -25px;
        border: none;
        background: var(--btn-bg);
  }

  .tabs-item {
    padding: 5px !important;
        cursor: pointer;
        width: 100%;
        color: #fff !important;
        border: none !important;
        background: none !important;
  }

}
.traitement-card, .besoin-card {
	border-radius: 15px;
    overflow: hidden;
}
.traitement-content,  .besoin-content{
	background: #75a7c217;
    padding: 30px 20px 10px;
}
.traitement-content .h4,  .besoin-content .h4{
	color: var(--ast-global-color-2);
}
.traitement-content .h4:hover,  .besoin-content .h4:hover{
	color: var(--main);
}

@media (max-width: 560px) {
	.services-modern-aubert .services-items-aubert {
		grid-template-columns: repeat(1, 1fr);
		margin-top: 0;
	}
	.services-modern-aubert .button--aubert {
		margin-top: 15px;
	}
	.services-modern-aubert .services-item-aubert {
		padding: 5px;
	}
}

.services-page {
  font-family: serif;
}
.banner {
  height: 460px;
  background: linear-gradient(
      rgba(0,0,0,0.15),
      rgba(0,0,0,0.15)
    ),
    url('../assets/banner.jpg') top/cover no-repeat;
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  position:relative;
}
.banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #030A1466;
    }
.banner-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px;
}
.banner h1 {
  color: #ffffff;
  font-size: 64px;
  font-weight: 500;
  letter-spacing: 0.02em;
  z-index:10;
  text-align:center;
  position:relative;
}
.intro {
  max-width: 820px;
  margin: 0 auto;
  padding: 50px 20px 30px;
  text-align: center;
}
.intro h2 {
  font-size: 48px;
  color: #3C4E59;
  margin-bottom: 20px;
  font-weight: 500;
}
.intro p {
  font-size: 16px;
  color: #6f6f6f;
  line-height: 1.7;
}
.services-slider-wrapper {
  padding: 40px 60px;
}
.service-card {
  position: relative;
  margin: 0 12px;
}
.service-card img {
  width: 100%;
  display: block;
}
.service-card__content {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  color: #fff;
}
.services-slider-wrapper {
  padding: 0px 0px 80px;
  max-width: 1400px;
  margin: 0 auto;
}
.services-slider .slick-track {
  display: flex;
}
.services-slider .slick-slide {
  height: auto;
}
.service-card {
  overflow: hidden;
  border-radius: 6px;
}
.service-card img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(75, 112, 165, 0.5), rgba(75, 112, 165, 0.5)),
linear-gradient(180deg, rgba(75, 112, 165, 0) 17.67%, rgba(75, 112, 165, 0.8) 87.26%);

}
.service-card:hover::after {
  background: linear-gradient(180deg, rgba(75, 112, 165, 0) 25.29%, rgba(75, 112, 165, 0.8) 80.17%);

}
.service-card:hover img {
  transform: scale(1.05);
}
.service-card__content {
  position: absolute;
  bottom: 32px;
  left: 28px;
  right: 28px;
  z-index: 2;
  color: #ffffff;
}
.service-card h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
.service-card h3 a{
  color: #fff !important;
}
.service-card p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 16px;
  margin-top: 3px;
}
.btn {
  display: inline-block;
  padding: 10px 26px;
  border-radius: 999px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.service-card .btn {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.service-card .btn:hover {
  background: #ffffff;
  color: #5d78a0;
}
.services-slider .slick-arrow {
  bottom: -70px;
  top: auto;
  box-shadow: none !important;
}
.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 2;
  width: 142px;  
  height: 50px;
}
.slick-prev::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;     
  height: 3px;    
  background-color: #4B70A5;
  transform: translateY(-50%);
  opacity: 1 !important;
}
.slick-prev::after {
     content: "<";
    position: absolute;
    top: 48%;
    left: -3px;
    transform: translateY(-50%);
    color: #4B70A5;
    font-size: 24px;
    font-weight: 800;
}
.slick-next::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  width: 142px;
  height: 3px;
  background-color: #4B70A5;
  transform: translateY(-50%);
  opacity: 1 !important;
}
.slick-next::after {
  content: '>';
  position: absolute;
  top: 48%;
  right: 0;
  width: 0;
  height: 3px;
   color: #4B70A5;
   font-weight: 800;
 
    font-size: 24px;
}
.slick-prev {
  right: 100px;
  left: auto !important;
}
.slick-next {
  right: 10px;
}
.cta {
  background: url(../assets/cta.jpg);
  padding: 100px 20px;
  text-align: center;
  color: #ffffff;
  position: relative;
      background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}
.cta::after{
  content: "";
  position: absolute;
  inset: 0;
background: #4B70A5CC;

}
.cta h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 16px;
  z-index: 10;
  position: relative;
  color: white;
}
.cta p {
  font-size: 14px;
  opacity: 0.85;
  margin-bottom: 28px;
    z-index: 10;
      position: relative;
}
.cta .btn--outline {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: transparent;
  z-index: 10;
  position: relative;
}
.cta .btn--outline:hover {
  background: #ffffff;
  color: #5d78a0;
}
.service-card__content p,
.service-card__content .btn {
  display: none;
}
.service-card {
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .banner {
    height: 180px;
  }

  .banner h1 {
    font-size: 42px;
  }
.intro {
  padding: 40px 20px 0px;
}
  .services-slider-wrapper {
    padding: 0px 0px 60px;
    
  }
.slick-prev{
  left: 70px !important;
}
.slick-next{
  right: 70px;
}
.slick-prev, .slick-next{
  height: 45px;
}
  .service-card img {
    height: 360px;
  }
  .cta{
    padding: 40px 20px;
  }
  .intro h2{
  font-size:34px;
}