/*--------VARIABLES--------*/
/*--------FONTS---------*/
@font-face {
  font-family: "Euclid";
  font-weight: 300;
  src: url("../../fonts/euclid-circular-a/Euclid_Circular_A_Light.ttf") format("truetype");
}
@font-face {
  font-family: "Euclid";
  font-weight: 400;
  src: url("../../fonts/euclid-circular-a/Euclid_Circular_A_Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Euclid";
  font-weight: 500;
  src: url("../../fonts/euclid-circular-a/Euclid_Circular_A_Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Euclid";
  font-weight: 700;
  src: url("../../fonts/euclid-circular-a/Euclid_Circular_A_Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Euclid";
  font-weight: 900;
  src: url("../../fonts/euclid-circular-a/Euclid_Circular_A_ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "ZillaSlab";
  font-weight: 300;
  src: url("../../fonts/Zilla_Slab/ZillaSlab-Light.ttf") format("truetype");
}
@font-face {
  font-family: "ZillaSlab";
  font-weight: 400;
  src: url("../../fonts/Zilla_Slab/ZillaSlab-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "ZillaSlab";
  font-weight: 500;
  src: url("../../fonts/Zilla_Slab/ZillaSlab-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "ZillaSlab";
  font-weight: 700;
  src: url("../../fonts/Zilla_Slab/ZillaSlab-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "ZillaSlab";
  font-weight: 900;
  src: url("../../fonts/Zilla_Slab/ZillaSlab-ExtraBold.ttf") format("truetype");
}
/* ----- KEYFRAMES ----- */
@keyframes fadeInUpCustom {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUpCustom {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInUpCustom {
  opacity: 0;
  -webkit-animation: fadeInUpCustom forwards 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
  animation: fadeInUpCustom forwards 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@keyframes rot {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1080deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*-----------------ACCUEIL----------------*/
.home #main {
  padding: 150px 0 0 !important;
}
@media (max-width: 1549px) {
  .home #main {
    padding: 100px 0 0 !important;
  }
}
.home #main > section:not(#section-solutions) {
  overflow: hidden;
}
.home #bandeau-principal {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 0;
  z-index: 1;
  padding-top: 50px;
}
@media (max-width: 991px) {
  .home #bandeau-principal {
    padding-top: 50px;
    margin: 0;
  }
}
@media (max-width: 450px) {
  .home #bandeau-principal {
    max-width: 100%;
  }
}
.home #bandeau-principal .container-1500 {
  position: relative;
}
@media (min-width: 768px) {
  .home #bandeau-principal .container-1500::before {
    content: "";
    position: absolute;
    top: 65px;
    bottom: 65px;
    left: 0;
    right: 0;
    background-color: #FFE076;
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .home #bandeau-principal .container-1500 {
    padding: 0 27px;
  }
}
.home #bandeau-principal .visuels {
  width: 560px;
  padding: 0;
}
@media (max-width: 1549px) {
  .home #bandeau-principal .visuels {
    width: 500px;
  }
}
@media (max-width: 1299px) {
  .home #bandeau-principal .visuels {
    width: 450px;
  }
}
@media (max-width: 991px) {
  .home #bandeau-principal .visuels {
    height: 550px;
    width: 45%;
  }
}
@media (max-width: 767px) {
  .home #bandeau-principal .visuels {
    height: 300px;
    width: 100%;
  }
}
.home #bandeau-principal .visuels .slick-list {
  padding: 0 !important;
  border-radius: 15px;
  box-shadow: -20px 20px 70px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .home #bandeau-principal .visuels .slick-list {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .home #bandeau-principal .visuels .slick-list {
    height: 300px;
  }
}
.home #bandeau-principal .visuels .slick-list .slick-slide {
  margin: 0;
  border: 0;
}
@media (max-width: 991px) {
  .home #bandeau-principal .visuels .slick-list .slick-slide {
    height: 550px;
    width: auto;
    object-fit: cover;
    object-position: center;
  }
}
@media (max-width: 767px) {
  .home #bandeau-principal .visuels .slick-list .slick-slide {
    height: 300px;
  }
}
.home #bandeau-principal .titre {
  width: 50%;
  z-index: 6;
  padding: 160px 20px 160px 90px;
  position: relative;
}
@media (max-width: 1549px) {
  .home #bandeau-principal .titre {
    padding: 140px 20px 140px 80px;
  }
}
@media (max-width: 1299px) {
  .home #bandeau-principal .titre {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .home #bandeau-principal .titre {
    width: 50%;
    padding: 120px 20px 120px 45px;
  }
}
@media (max-width: 767px) {
  .home #bandeau-principal .titre {
    width: 100%;
    background-color: #FFE076;
    border-radius: 20px;
    padding: 25px 35px;
    margin-bottom: 20px;
  }
}
.home #bandeau-principal .titre h1 {
  margin: 0;
  font-family: "ZillaSlab", Euclid, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .home #bandeau-principal .titre h1 {
    margin-bottom: 40px;
  }
}
.home #bandeau-principal .titre h1 .titre-principal,
.home #bandeau-principal .titre h1 .titre-ligne-2 {
  margin: 0;
  display: inline-block;
  color: #000000;
  position: relative;
}
.home #bandeau-principal .titre h1 .titre-principal {
  font-size: 50px;
  font-family: "ZillaSlab", Euclid, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 300;
  margin-bottom: 20px;
}
@media (max-width: 1549px) {
  .home #bandeau-principal .titre h1 .titre-principal {
    font-size: 45px;
  }
}
@media (max-width: 1299px) {
  .home #bandeau-principal .titre h1 .titre-principal {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .home #bandeau-principal .titre h1 .titre-principal {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .home #bandeau-principal .titre h1 .titre-principal {
    font-size: 30px;
  }
}
@media (max-width: 580px) {
  .home #bandeau-principal .titre h1 .titre-principal {
    width: 100%;
  }
}
.home #bandeau-principal .titre h1 .titre-ligne-2 {
  width: 100%;
  font-size: 20px;
  font-weight: 100;
  font-family: "Euclid", system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  padding-right: 280px;
}
@media (max-width: 1549px) {
  .home #bandeau-principal .titre h1 .titre-ligne-2 {
    padding-right: 150px;
  }
}
@media (max-width: 1299px) {
  .home #bandeau-principal .titre h1 .titre-ligne-2 {
    font-size: 18px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .home #bandeau-principal .titre h1 .titre-ligne-2 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .home #bandeau-principal .titre h1 .titre-ligne-2 {
    font-size: 16px;
  }
}
@media (max-width: 580px) {
  .home #bandeau-principal .titre h1 .titre-ligne-2 {
    font-size: 16px;
  }
}
.home #bandeau-principal .titre .link-container {
  display: flex;
  gap: 20px;
  margin-right: 50px;
}
.home #bandeau-principal .titre .link-container button {
  font-size: 14px;
  padding: 10px 15px;
  padding-right: 30px;
}
.home #bandeau-principal .titre .link-container button:after {
  right: 15px;
}
.home #bandeau-principal .titre .link-container .link {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .home #bandeau-principal .titre .link-container .link {
    font-size: 16px;
  }
}
.home #bandeau-principal .titre .link-container .link:hover, .home #bandeau-principal .titre .link-container .link:focus {
  color: #18685B;
}
.home #section-solutions {
  padding: 50px 0;
}
@media (max-width: 991px) {
  .home #section-solutions {
    padding: 50px 0 70px;
  }
}
.home #section-solutions .section-title {
  margin-bottom: 70px;
}
.home #section-solutions .solution {
  display: flex;
  gap: 30px;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .home #section-solutions .solution {
    gap: 55px;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .home #section-solutions .solution {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.home #section-solutions .solution .visuel-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  filter: drop-shadow(-20px 20px 60px rgba(0, 0, 0, 0.15));
}
@media (min-width: 992px) {
  .home #section-solutions .solution .visuel-container {
    width: 50%;
  }
}
.home #section-solutions .solution .visuel-container .visuel {
  width: 100%;
}
.home #section-solutions .solution .content-container {
  width: 100%;
}
@media (min-width: 992px) {
  .home #section-solutions .solution .content-container {
    max-width: calc(50% - 55px);
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.home #section-solutions .solution .content-container .content {
  max-width: 380px;
}
@media (max-width: 1299px) {
  .home #section-solutions .solution .content-container .content {
    max-width: 330px;
  }
}
@media (max-width: 991px) {
  .home #section-solutions .solution .content-container .content {
    max-width: 100%;
  }
}
.home #section-solutions .solution .content-container .content .titre {
  font-size: 40px;
  margin-bottom: 25px;
}
@media (max-width: 1549px) {
  .home #section-solutions .solution .content-container .content .titre {
    font-size: 35px;
  }
}
@media (max-width: 1299px) {
  .home #section-solutions .solution .content-container .content .titre {
    font-size: 28px;
  }
}
.home #section-solutions .solution .content-container .content .text {
  font-size: 20px;
  margin-bottom: 40px;
  line-height: 1.3;
}
@media (max-width: 1299px) {
  .home #section-solutions .solution .content-container .content .text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .home #section-solutions .solution .content-container .content .text {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .home #section-solutions .solution:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.home #section-solutions .solution:not(:last-child) {
  margin-bottom: 200px;
}
@media (max-width: 1299px) {
  .home #section-solutions .solution:not(:last-child) {
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .home #section-solutions .solution:not(:last-child) {
    margin-bottom: 70px;
  }
}
.home #section-atouts {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .home #section-atouts {
    padding: 70px 0;
    position: relative;
  }
  .home #section-atouts::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #18685B;
  }
}
.home #section-atouts .container-1500 {
  position: relative;
}
@media (min-width: 992px) {
  .home #section-atouts .container-1500 {
    padding: 0;
  }
  .home #section-atouts .container-1500::before {
    content: "";
    position: absolute;
    left: 90px;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #18685B;
    border-radius: 20px;
  }
}
.home #section-atouts .container-1500 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .home #section-atouts .container-1500 .row {
    flex-wrap: wrap-reverse;
  }
}
.home #section-atouts .container-1500 .row > .link {
  display: none;
}
@media (max-width: 991px) {
  .home #section-atouts .container-1500 .row > .link {
    display: block;
    text-align: center;
    margin-top: 40px;
  }
}
.home #section-atouts .container-1500 .atouts {
  position: relative;
  width: 65%;
  display: flex;
  gap: 7px;
  transform: translateY(-80px);
  padding: 0;
}
@media (max-width: 1549px) {
  .home #section-atouts .container-1500 .atouts {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .home #section-atouts .container-1500 .atouts {
    width: 100%;
    transform: translateY(0);
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .home #section-atouts .container-1500 .atouts {
    flex-wrap: wrap;
  }
}
.home #section-atouts .container-1500 .atouts .atout {
  padding: 35px 30px 40px;
  flex: 1 1;
  background-color: #ffffff;
  border-radius: 10px;
  font-size: 18px;
  box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1549px) {
  .home #section-atouts .container-1500 .atouts .atout {
    padding: 30px 20px;
  }
}
@media (max-width: 1299px) {
  .home #section-atouts .container-1500 .atouts .atout {
    font-size: 16px;
    padding: 25px 14px 35px;
  }
}
@media (max-width: 767px) {
  .home #section-atouts .container-1500 .atouts .atout {
    flex: auto;
    width: calc(50% - 4px);
  }
}
.home #section-atouts .container-1500 .atouts .atout p {
  margin: 0;
}
.home #section-atouts .container-1500 .atouts .atout .visuel-container {
  height: 50px;
  margin-bottom: 60px;
}
@media (max-width: 1299px) {
  .home #section-atouts .container-1500 .atouts .atout .visuel-container {
    margin-bottom: 40px;
  }
}
.home #section-atouts .container-1500 .atouts-intro {
  width: 30%;
  position: relative;
  padding-left: 100px;
}
@media (max-width: 1549px) {
  .home #section-atouts .container-1500 .atouts-intro {
    padding-left: 45px;
    padding-right: 20px;
  }
}
@media (max-width: 1299px) {
  .home #section-atouts .container-1500 .atouts-intro {
    padding-left: 35px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .home #section-atouts .container-1500 .atouts-intro {
    text-align: center;
    width: 100%;
  }
}
.home #section-atouts .container-1500 .atouts-intro .section-title {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 991px) {
  .home #section-atouts .container-1500 .atouts-intro .section-title {
    text-align: center;
  }
}
.home #section-atouts .container-1500 .atouts-intro .intro {
  margin-bottom: 40px;
  font-size: 20px;
}
@media (max-width: 1299px) {
  .home #section-atouts .container-1500 .atouts-intro .intro {
    font-size: 18px;
  }
}
.home #section-atouts .container-1500 .atouts-intro .intro * {
  color: #ffffff;
}
@media (max-width: 991px) {
  .home #section-atouts .container-1500 .atouts-intro > .link {
    display: none;
  }
}
@media (max-width: 1299px) {
  .home #section-atouts .container-1500 .atouts-intro > .link .btn {
    font-size: 16px;
    padding: 10px 34px 10px 18px;
  }
  .home #section-atouts .container-1500 .atouts-intro > .link .btn::after {
    right: 17px;
  }
}
.home #section-temoignages {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .home #section-temoignages {
    padding-top: 70px;
  }
}
.home #section-temoignages .container-1500 {
  padding: 0 90px;
}
@media (max-width: 1549px) {
  .home #section-temoignages .container-1500 {
    padding: 0 15px;
  }
}
.home #section-temoignages .section-title {
  margin-bottom: 60px;
}
.home #section-temoignages .temoignages-slider {
  padding: 0 100px 50px;
}
@media (max-width: 1299px) {
  .home #section-temoignages .temoignages-slider {
    padding: 0 60px 50px;
  }
}
@media (max-width: 991px) {
  .home #section-temoignages .temoignages-slider {
    padding: 0 50px 20px;
  }
}
@media (max-width: 767px) {
  .home #section-temoignages .temoignages-slider {
    padding: 0 0 20px;
  }
}
@media (max-width: 479px) {
  .home #section-temoignages .temoignages-slider {
    padding: 0 0 20px;
  }
}
.home #section-temoignages .temoignages-slider .slick-list {
  padding: 0 !important;
}
@media (max-width: 479px) {
  .home #section-temoignages .temoignages-slider .slick-list .temoignage {
    margin: 0 20px;
  }
}
.home #section-temoignages .temoignages-slider .slick-list .temoignage .text * {
  font-size: 26px;
  text-align: center;
  font-weight: 300;
  line-height: 1.3;
}
@media (max-width: 1549px) {
  .home #section-temoignages .temoignages-slider .slick-list .temoignage .text * {
    font-size: 24px;
  }
}
@media (max-width: 1299px) {
  .home #section-temoignages .temoignages-slider .slick-list .temoignage .text * {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .home #section-temoignages .temoignages-slider .slick-list .temoignage .text * {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .home #section-temoignages .temoignages-slider .slick-list .temoignage .text * {
    font-size: 16px;
  }
}
.home #section-temoignages .temoignages-slider .slick-list .temoignage .name {
  margin-top: 30px;
  font-size: 23px;
  text-align: center;
}
@media (max-width: 1299px) {
  .home #section-temoignages .temoignages-slider .slick-list .temoignage .name {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .home #section-temoignages .temoignages-slider .slick-list .temoignage .name {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .home #section-temoignages .temoignages-slider .slick-list .temoignage .name {
    font-size: 18px;
  }
}
.home #section-temoignages .temoignages-slider .slick-list .temoignage .name strong {
  font-weight: 700;
}
.home #section-temoignages .temoignages-slider .slick-arrow {
  border: 0;
  background: none;
  position: absolute;
  top: 30%;
  left: 0;
  padding: 0;
  transform: translateY(-50%);
}
.home #section-temoignages .temoignages-slider .slick-arrow i {
  width: 30px;
  height: 55px;
  position: relative;
  display: block;
  transition: 0.3s ease;
}
.home #section-temoignages .temoignages-slider .slick-arrow i::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 55px;
  color: #DDD9CA;
  transition: 0.3s ease;
}
@media (max-width: 1299px) {
  .home #section-temoignages .temoignages-slider .slick-arrow i::before {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .home #section-temoignages .temoignages-slider .slick-arrow i::before {
    font-size: 16px;
  }
}
.home #section-temoignages .temoignages-slider .slick-arrow.slick-next {
  left: initial;
  right: 0;
}
.home #section-temoignages .temoignages-slider .slick-arrow:hover i, .home #section-temoignages .temoignages-slider .slick-arrow:focus i {
  background-color: transparent;
}
.home #section-temoignages .temoignages-slider .slick-arrow:hover i::before, .home #section-temoignages .temoignages-slider .slick-arrow:focus i::before {
  color: #18685B;
}
.home #section-temoignages .temoignages-slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  padding: 0;
  list-style-type: none;
  width: fit-content;
}
.home #section-temoignages .temoignages-slider .slick-dots li {
  margin: 0 2px;
}
.home #section-temoignages .temoignages-slider .slick-dots button {
  display: block;
  width: 11px;
  height: 11px;
  padding: 0;
  border: none;
  border-radius: 4px;
  background-color: #D9D9D9;
  text-indent: -9999px;
  border: 0;
}
.home #section-temoignages .temoignages-slider .slick-dots li.slick-active button {
  background-color: #000000;
}
.home #section-specialistes {
  padding: 130px 0 100px;
  background-color: #C0E4B7;
}
@media (max-width: 1549px) {
  .home #section-specialistes {
    padding: 100px 0 100px;
  }
}
@media (max-width: 767px) {
  .home #section-specialistes {
    padding: 70px 0;
  }
}
.home #section-specialistes .section-title {
  margin-bottom: 80px;
  padding: 0 200px;
}
@media (max-width: 1549px) {
  .home #section-specialistes .section-title {
    padding: 0 140px;
  }
}
@media (max-width: 1299px) {
  .home #section-specialistes .section-title {
    padding: 0 120px;
  }
}
@media (max-width: 767px) {
  .home #section-specialistes .section-title {
    padding: 0;
  }
}
.home #section-specialistes .specialistes {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 20px;
}
@media (max-width: 767px) {
  .home #section-specialistes .specialistes {
    gap: 15px;
  }
}
.home #section-specialistes .specialistes .specialiste {
  width: calc(25% - 15px);
  background-color: #ffffff;
  border-radius: 20px;
  display: flex;
  flex-direction: row-reverse;
  padding: 45px 50px;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transition: 0.3s ease;
}
@media (max-width: 1549px) {
  .home #section-specialistes .specialistes .specialiste {
    padding: 35px 30px;
  }
}
@media (max-width: 1299px) {
  .home #section-specialistes .specialistes .specialiste {
    width: calc(33.33% - 14px);
  }
}
@media (max-width: 991px) {
  .home #section-specialistes .specialistes .specialiste {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .home #section-specialistes .specialistes .specialiste {
    width: 100%;
  }
}
.home #section-specialistes .specialistes .specialiste.with-link:hover, .home #section-specialistes .specialistes .specialiste.with-link:focus {
  box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.15);
}
.home #section-specialistes .specialistes .specialiste .visuel-container {
  display: flex;
  height: 55px;
  align-items: center;
  width: 80px;
  justify-content: flex-end;
}
@media (max-width: 1549px) {
  .home #section-specialistes .specialistes .specialiste .visuel-container {
    width: 70px;
  }
}
.home #section-specialistes .specialistes .specialiste .text {
  margin: 0;
  font-size: 20px;
  padding-right: 30px;
  width: calc(100% - 80px);
}
@media (max-width: 1549px) {
  .home #section-specialistes .specialistes .specialiste .text {
    width: calc(100% - 70px);
    font-size: 18px;
    padding-right: 15px;
  }
}
.home #section-specialistes .specialistes .specialiste .lien-global {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.home #section-specialistes .link {
  margin-top: 80px;
  text-align: center;
}
.home #section-specialistes .link .btn {
  width: fit-content;
  margin: 0 auto;
}
.home h2.section-title,
.home h3.section-title {
  text-align: center;
  position: relative;
  font-family: "ZillaSlab", Euclid, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 300;
  font-size: 50px;
}
@media (max-width: 1549px) {
  .home h2.section-title,
  .home h3.section-title {
    font-size: 45px;
  }
}
@media (max-width: 1299px) {
  .home h2.section-title,
  .home h3.section-title {
    font-size: 35px;
  }
  .home h2.section-title small,
  .home h3.section-title small {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  .home h2.section-title,
  .home h3.section-title {
    font-size: 30px;
  }
  .home h2.section-title small,
  .home h3.section-title small {
    font-size: 20px !important;
  }
}
@media (max-width: 479px) {
  .home h2.section-title,
  .home h3.section-title {
    font-size: 25px;
  }
}
.home a.bouton {
  font-family: "Euclid", system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, sans-serif;
  position: relative;
  display: inline-block;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  padding: 16px 30px;
  border: none;
  box-sizing: border-box;
  color: #ffffff;
  border-radius: 50px;
  background-color: #FFE076;
  transition: 0.3s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
  padding: 15px 25px;
}
@media (max-width: 1199px) {
  .home a.bouton {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .home a.bouton {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .home a.bouton {
    width: fit-content;
  }
}
.home a.bouton i {
  margin-left: 5px;
  font-size: 14px;
  transition: 0.3s ease;
}
.home a.bouton:active, .home a.bouton:hover, .home a.bouton:focus {
  outline: 0 !important;
  outline-offset: 0;
}
.home a.bouton:active, .home a.bouton:hover, .home a.bouton:focus {
  background-color: #18685B;
  color: #ffffff;
  text-decoration: none;
}
.home a.bouton:active i, .home a.bouton:hover i, .home a.bouton:focus i {
  color: #ffffff;
}
.home a.bouton:active::before, .home a.bouton:active::after, .home a.bouton:hover::before, .home a.bouton:hover::after, .home a.bouton:focus::before, .home a.bouton:focus::after {
  opacity: 1;
}