/** @format */

@import "https:/fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?k30qea");
  src: url("fonts/icomoon.eot?k30qea#iefix") format("embedded-opentype"),
    url("fonts/icomoon.ttf?k30qea") format("truetype"),
    url("fonts/icomoon.woff?k30qea") format("woff"),
    url("fonts/icomoon.svg?k30qea#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-morgane:before {
  content: "";
}
.icon-phone:before {
  content: "";
}
.icon-location:before {
  content: "";
}
.icon-facebook:before {
  content: "";
}
.icon-instagram:before {
  content: "";
}
.icon-linkedin2:before {
  content: "";
}
.icon-home:before {
  content: "";
}
.icon-envelop:before {
  content: "";
}
.icon-whatsapp:before {
  content: "";
}
.icon-youtube:before {
  content: "";
}
.icon-linkedin21:before {
  content: "";
}
.p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}
.p h4 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 18px;
}
.p h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 27px;
}
.p strong {
  font-weight: 700;
}
.p p {
  margin-bottom: 10px;
}
.p a,
p a {
  border-bottom: 1px solid;
  color: #352068;
}
.p li {
  margin-bottom: 5px;
}
.p h1,
.p h2,
.p h3,
.p h4 {
  margin-bottom: 15px;
}
.p img {
  width: 100%;
  margin-bottom: 20px;
}
.useful-width {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 900px) {
  .useful-width {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.full-width {
  width: 100%;
}
.margin {
  margin-top: 70px;
}
.mentions-legales h3 {
  line-height: 20px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-weight: 600;
  margin-top: 30px;
}
.home-page {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.post-list {
  width: 70%;
  padding-right: 40px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.post-list__single {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
}
.post-list__single img {
  margin-bottom: 30px;
  width: 100%;
  height: auto;
}
.post-list__single .h2 {
  margin-bottom: 20px;
}
.post-list__texte {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  transition: all 200ms ease-out;
}
.post-list__date {
  position: absolute;
  top: 0;
  right: 0;
  background-color: gray;
  width: 124px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.post-list__article {
  width: calc(50% - 40px);
  aspect-ratio: 10/9;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 20px;
  position: relative;
}
@media (max-width: 900px) {
  .post-list__article {
    width: 100%;
  }
}
.post-list__article:hover .post-list__texte {
  color: gray !important;
}
.post-list__article:hover .post-list__content {
  padding-bottom: 35px;
}
.post-list__article img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-list__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.6223623238) 0%,
    rgba(0, 0, 0, 0.448692856) 49%,
    rgba(0, 0, 0, 0.1461718476) 100%
  );
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 30px;
  transition: all 200ms ease-out;
}
.post-list__img {
  width: 100%;
  height: 100%;
  display: block;
  margin-bottom: 20px;
}
.post-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-list__category {
  display: flex;
  margin-bottom: 20px;
}
.post-list__category a {
  margin-right: 10px;
  display: block;
}
.post-list .p {
  margin-bottom: 20px;
}
.sidebar {
  width: 30%;
  padding: 30px;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.sidebar__category-posts ul {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: -5px;
}
.sidebar__category-posts ul li a {
  padding: 5px 10px;
  margin: 5px;
  font-size: 18px;
  border-radius: 500px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #352068;
}
.sidebar div {
  margin-bottom: 20px;
}
.sidebar div h2 {
  margin-bottom: 10px;
}
.sidebar div a {
  margin-bottom: 10px;
  display: block;
}
.sidebar div:last-of-type {
  margin-bottom: 0;
  width: 100%;
}
.sidebar__archives-posts li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.contact-page {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.contact-page iframe {
  width: 100%;
  aspect-ratio: 1/1;
}
.contact-page__form {
  width: 70%;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.contact-page__form p {
  margin-bottom: 0;
}
.contact-page .wpcf7-list-item {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0;
  padding-left: 0;
}
.contact-page .mentions {
  margin-top: 15px;
}
.contact-page__bloc {
  padding: 30px;
  width: 100%;
  background-color: rgba(128, 128, 128, 0.1490196078);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 20px;
}
.contact-page__bloc img {
  width: 90px !important;
  height: auto;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.contact-page__bloc i {
  margin-right: 10px;
  font-size: 25px;
}
.contact-page__infos {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #fcf2e7;
  border-radius: 30px;
  padding: 30px;
}
.contact-page__infos p {
  margin-bottom: 0;
}
.contact-page__infos img {
  margin-bottom: 20px;
}
.contact-page__ligne {
  display: flex;
  margin-bottom: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 21px;
}
.contact-page__ligne i {
  color: #bf1d2b;
  font-size: 23px;
  margin-right: 5px;
}
.offres {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.offres__container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.offres__offre {
  width: 100%;
  padding: 20px 40px;
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 15px;
  border-bottom: 2px solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.offres__offre .h2-modif {
  margin-bottom: 0;
}
.section-title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #1b1b1b;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.pro-pic img {
  aspect-ratio: 5/3;
  object-fit: cover;
}
.section-subtitle {
  text-align: center;
  color: #444;
  font-size: 18px;
  margin-bottom: 40px;
}
.qualibat {
  position: relative;
}
.qualibat::before {
  content: url(http://localhost:10040/wp-content/uploads/2025/10/logoqualibat-rgehd.svg);
  right: 0;
  bottom: 0px;
  position: absolute;
}
.filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 50px;
}
.top-btn span {
  transition: all 200ms ease-out;
}
.top-btn span:hover {
  color: #bf1d2b;
}
.filter-group {
  border: 1px solid #e3d9ce;
  border-radius: 40px;
  background: #fff;
  position: relative;
}
.cat-btn {
  font-weight: 600;
  font-size: 15px;
  border: none;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  padding: 10px 18px;
  border-radius: 40px;
  transition: all 0.25s ease;
  color: #3b3b3b;
}
.cat-btn:hover,
.cat-btn.active {
  background: #bf1d2b;
  color: #fff;
}
.subcats {
  display: none;
  position: absolute;
  top: 120%;
  left: 0;
  background: #fff;
  border: 1px solid #e3d9ce;
  border-radius: 20px;
  padding: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  flex-direction: column;
  min-width: 220px;
  z-index: 10;
}
.filter-group.open .subcats {
  display: flex;
}
.sub-btn {
  font-size: 14px;
  text-align: left;
  border: none;
  background: rgba(0, 0, 0, 0);
  padding: 6px 10px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.sub-btn:hover,
.sub-btn.active {
  background: #f5eee7;
  color: #ed6c31;
}
.reset-btn {
  background: none;
  border: 1px solid #ed6c31;
  color: #ed6c31;
  border-radius: 40px;
  padding: 8px 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}
.reset-btn:hover {
  background: #ed6c31;
  color: #fff;
}
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}
.card {
  position: relative;
  border-radius: 20px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
}
.card img.Des-gallery {
  aspect-ratio: auto !important;
  width: 275px;
  position: absolute;
  left: -25px;
  bottom: -10px;
  opacity: 0;
}
.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}
.card:hover h5,
.card:hover .Des-gallery {
  opacity: 1;
}
.card:hover img.Des-gallery {
  opacity: 1;
}
.card img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 20px;
}
.badge1 {
  text-align: left;
  position: absolute;
  bottom: 0;
  padding: 10px 50px;
  letter-spacing: normal;
  color: #fff;
  max-width: 400px;
  opacity: 0;
  font-weight: 500;
  font-size: 15px;
  z-index: 2;
}
.card.hidden {
  display: none;
}
@font-face {
  font-family: "Greycliff";
  font-weight: 300;
  src: url("fonts/GreycliffCFLight.eot");
  src: url("fonts/GreycliffCFLight.eot?#iefix") format("embedded-opentype"),
    url("fonts/GreycliffCFLight.woff2") format("woff2"),
    url("fonts/GreycliffCFLight.woff") format("woff"),
    url("fonts/GreycliffCFLight.ttf") format("truetype"),
    url("fonts/GreycliffCFLight.svg#Greycliff CF Light") format("svg");
}
@font-face {
  font-family: "Greycliff";
  font-weight: 400;
  src: url("fonts/GreycliffCFRegular.eot");
  src: url("fonts/GreycliffCFRegular.eot?#iefix") format("embedded-opentype"),
    url("fonts/GreycliffCFRegular.woff2") format("woff2"),
    url("fonts/GreycliffCFRegular.woff") format("woff"),
    url("fonts/GreycliffCFRegular.ttf") format("truetype"),
    url("fonts/GreycliffCFRegular.svg#Greycliff CF") format("svg");
}
@font-face {
  font-family: "Greycliff";
  font-weight: 500;
  src: url("fonts/GreycliffCFMedium.eot");
  src: url("fonts/GreycliffCFMedium.eot?#iefix") format("embedded-opentype"),
    url("fonts/GreycliffCFMedium.woff2") format("woff2"),
    url("fonts/GreycliffCFMedium.woff") format("woff"),
    url("fonts/GreycliffCFMedium.ttf") format("truetype"),
    url("fonts/GreycliffCFMedium.svg#Greycliff CF Medium") format("svg");
}
@font-face {
  font-family: "Greycliff";
  font-weight: 600;
  src: url("fonts/GreycliffCFDemiBold.eot");
  src: url("fonts/GreycliffCFDemiBold.eot?#iefix") format("embedded-opentype"),
    url("fonts/GreycliffCFDemiBold.woff2") format("woff2"),
    url("fonts/GreycliffCFDemiBold.woff") format("woff"),
    url("fonts/GreycliffCFDemiBold.ttf") format("truetype"),
    url("fonts/GreycliffCFDemiBold.svg#Greycliff CF Demi Bold") format("svg");
}
@font-face {
  font-family: "Greycliff";
  font-weight: 700;
  src: url("fonts/GreycliffCFBold.eot");
  src: url("fonts/GreycliffCFBold.eot?#iefix") format("embedded-opentype"),
    url("fonts/GreycliffCFBold.woff2") format("woff2"),
    url("fonts/GreycliffCFBold.woff") format("woff"),
    url("fonts/GreycliffCFBold.ttf") format("truetype"),
    url("fonts/GreycliffCFBold.svg#Greycliff CF") format("svg");
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px;
  }
}
h1,
h1.h1,
h2,
h2.h2,
h3,
h3.h3,
h4,
h4.h4 {
  font-family: "Greycliff";
}
.h1 {
  font-weight: 700;
  font-size: 50px;
  line-height: 59px;
  color: #352068;
  position: relative;
  letter-spacing: 0.5px;
}
.h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 42px;
  color: #352068;
  text-transform: uppercase;
}
.h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: normal;
  color: #352068;
  line-height: 33px;
}
.h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  text-transform: uppercase;
  color: #e5004d;
}
.h5 {
  font-size: 20px;
  font-weight: 700;
  color: #352068;
  text-transform: uppercase;
}
.h6 {
  font-size: 18px;
  font-weight: 700;
  color: #352068;
  text-transform: uppercase;
}
body {
  font-size: 18px;
  color: #352068;
  line-height: 24px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
}
.padd-130 {
  padding: 130px 0px;
}
.padd-100 {
  padding: 100px 0px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.padd-80 {
  padding: 80px 0px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}
.padd-60 {
  padding: 60px 0px;
}
.pt-60 {
  padding-top: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}
.padd-40 {
  padding: 40px 0px;
}
.pt-40 {
  padding-top: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-40 {
  margin-top: 40px;
}
.grey-bg {
  background: #f5f4f8;
}
.red-bg {
  background: rgba(229, 0, 77, 0.04);
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
.btn {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 18px;
  border: 3px solid #e5004d;
  background-color: #e5004d;
  letter-spacing: normal;
  padding: 14px 28px;
  min-width: 200px;
  border-radius: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 60px;
  font-family: "Greycliff";
  text-align: left;
}
.btn img {
  width: 30px;
}
.btn.blue-btn {
  background-color: #352068;
  border-color: #352068;
}
.btn.blue-btn:hover {
  color: #352068;
  background-color: #fff;
  border-color: #352068;
}
.btn:hover {
  border-color: #e5004d;
  background-color: #fff;
  color: #e5004d;
}
img.hover-btn,
.btn:hover img.no-hover-btn {
  display: none;
}
.btn:hover img.hover-btn {
  display: inline-block;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.position-banner {
  position: absolute;
  left: 0;
  right: 0px;
  top: 0px;
  z-index: 99;
}
.position-banner a {
  color: #fff;
}
.site_header a {
  color: #352068;
}
.site_header .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0px;
  align-items: flex-end;
}
.site_header button {
  display: none;
}
.header-top {
  text-align: right;
}
.position-banner .header-top__a {
  background: hsla(0, 0%, 100%, 0.17);
  color: #fff;
}
.position-banner .header-top__a a {
  color: #fff;
}
.position-banner .main-menu > li > a {
  color: #fff;
}
.sticky header {
  position: fixed;
  background-color: #fff;
  padding-bottom: 20px;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0px 0px 11px 1px rgba(53, 32, 104, 0.17);
}
.sticky .main-menu > li > a {
  color: #352068;
}
.sticky .position-banner {
  background-color: #fff;
  position: fixed;
}
.header-top__a {
  background: rgba(105, 210, 241, 0.13);
  padding: 9px 39px;
  border-radius: 0 0 0 40px;
  display: inline-block;
  line-height: normal;
  font-size: 16px;
  color: #352068;
  display: inline-flex;
  align-items: center;
  gap: 40px;
}
.sticky .position-banner .header-top__a {
  background: rgba(105, 210, 241, 0.13);
  color: #352068;
}
.sticky .position-banner .header-top__a a {
  color: #352068;
}
.site-logo img {
  max-width: 287px;
}
.right-cont {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.wpcf7-form-control-wrap {
  width: 50%;
}
.wpcf7-list-item {
  margin-left: 0;
  display: flex;
}
.main-menu {
  display: flex;
  align-items: center;
  gap: 15px;
}
.main-menu a {
  font-size: 20px;
  font-weight: 400;
  padding: 13px 20px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
.main-menu li {
  position: relative;
}
.main-menu > li > a:before {
  content: "";
  background: #e5004d;
  border-radius: 2px;
  display: inline-block;
  width: 40px;
  position: absolute;
  bottom: 8px;
  left: 0px;
  height: 2px;
  right: 0px;
  margin: 0 auto;
  opacity: 0;
}
.main-menu > li:hover a:before {
  opacity: 1;
}
ul.sub-menu {
  position: absolute;
  background: #fff;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  left: 20px;
  top: 50px;
  white-space: nowrap;
  display: none;
  z-index: 9;
}
.menu-item:hover ul.sub-menu {
  display: flex;
}
.main-menu .sub-menu a {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0px;
  padding-right: 70px;
}
.main-menu .sub-menu a img {
  transform: rotate(90deg);
}
.banner {
  position: relative;
  color: #fff;
  padding: 300px 0px;
}
.banner .container {
  position: relative;
}
.banner p {
  font-size: 30px;
  font-weight: 400;
  line-height: 34px;
  font-family: "Greycliff";
  max-width: 527px;
}
.banner h1 {
  color: #fff;
}
.banner img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  object-fit: cover;
}
.banner-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 16px;
}
.banner-btn img {
  width: 30px;
  position: static;
}
div.h1 span img {
  position: static;
}
div.h1 span {
  position: absolute;
  left: -40px;
  top: -40px;
}
.banner-btn a {
  min-width: 280px;
}
.border-heading {
  position: relative;
  margin-bottom: 45px;
  text-transform: uppercase;
}
.border-heading:before {
  content: "";
  background: #e5004d;
  border-radius: 2px;
  display: inline-block;
  width: 100px;
  position: absolute;
  bottom: -15px;
  left: 0px;
  height: 4px;
}
.center-border::before {
  right: 0;
  margin: 0 auto;
}
.section-top {
  max-width: 900px;
  margin: 0 auto;
}
.section-top img {
  max-height: 16px;
  margin-bottom: 10px;
}
.section-top .h5 {
  font-size: 22px;
  font-weight: 400;
  color: #e5004d;
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
}
.w-83 {
  width: 83px;
  height: 83px;
}
.w-172 {
  width: 172px;
  height: 172px;
}
.w-276 {
  width: 276px;
  height: 276px;
}
.w-338 {
  width: 338px;
  height: 338px;
}
.w-472 {
  width: 472px;
  height: 472px;
}
.circle-shape-pic {
  border-radius: 50%;
  position: relative;
}
.circle-shape-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.o-shape {
  background: rgba(105, 210, 241, 0.31);
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: -60px;
  bottom: -60px;
}
.o-shape.left-postion {
  left: 0;
  bottom: 0;
}
.o-shape.right-postion {
  right: 0;
  left: auto;
  bottom: 0;
}
.o-shape.top-postion {
  bottom: auto;
  top: revert;
  right: 0;
  left: auto;
}
.circle-content {
  position: absolute;
  left: 0;
  right: 0px;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.21);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 16px;
  color: #fff;
  transition: 0.3s;
  text-align: center;
}
.circle-content p {
  opacity: 0;
}
.circle-shape-pic:hover .circle-content p {
  opacity: 1;
  max-height: 1000px;
}
.no-bg {
  background-color: rgba(0, 0, 0, 0);
}
.circle-content p,
.circle-content h2 {
  color: #fff;
}
.circle-content p {
  margin-bottom: 12px;
  font-size: 16px !important;
  line-height: normal;
}
.circle-content .p,
.circle-content a {
  display: block;
}
.circle-shape-pic:hover .circle-content .p,
.circle-shape-pic:hover .circle-content a {
  display: block;
}
.o-shape {
  background: rgba(105, 210, 241, 0.31);
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: -60px;
  bottom: -60px;
}
.light-blue-bg:hover .circle-content {
  background: rgba(105, 210, 241, 0.8);
}
.blue-bg:hover .circle-content,
.o-shape.blue-shape {
  background: rgba(105, 210, 241, 0.8);
}
.purple-bg:hover .circle-content,
.o-shape.purple-shape {
  background: rgba(53, 32, 104, 0.8);
}
.pink-bg:hover .circle-content,
.o-shape.pink-shape {
  background: rgba(229, 0, 77, 0.8);
}
.experise-cont:hover p,
.experise-cont:hover a {
  display: block;
}
.Rambaud-name {
  text-align: right;
}
.Rambaud-name .h5 {
  color: #61d0f0;
  display: inline-block;
  text-align: left;
  margin: 0;
}
.Rambaud-name .h5 span {
  font-weight: 300;
}
.service-section {
  text-align: center;
  margin-bottom: 310px;
}
.service-section .row {
  margin-bottom: -250px;
}
.service-card {
  text-align: left;
  background: #fff;
  padding: 30px;
  border-radius: 0px 80px 0 0;
  box-shadow: 0px 0px 11px 1px rgba(53, 32, 104, 0.17);
}
.bussiness-section .service-card {
  height: 100%;
}
.icon {
  text-align: center;
  margin-bottom: 15px;
}
.icon img {
  max-height: 100px;
  margin: 0 auto;
}
.service-card .h5 {
  margin-bottom: 10px;
  min-height: 57px;
}
.service-card .btn {
  display: flex;
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: -50px;
}
.service-card.card-1 {
  margin-top: 100px;
}
.service-card.card-2 {
  margin-top: 50px;
}
.expertise-section {
  text-align: center;
  margin: 170px 0px;
}
.expertise-section .experise-cont p {
  margin: 0;
  font-size: 16px;
  margin-bottom: 12px;
}
.experise-cont p,
.experise-cont a {
  display: none;
}
.expertise-section .row {
  align-items: center;
}
.expertise-pic .row-pic {
  margin-right: -65px;
}
.expertise-section p {
  margin: 50px 0px 30px 0;
  font-size: 20px;
}
.expertise-section .circle-content p {
  margin-top: 0;
  margin-bottom: 12px;
  max-height: 0px;
  transition: all 200ms ease-out;
}
.expertise-pic {
  margin: -60px 0px;
  display: flex;
  align-items: center;
  gap: 0;
}
.expertise-section .h4 {
  width: 330px;
  height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.note {
  position: relative;
}
.note img {
  position: absolute;
  left: 0;
  top: -10px;
}
.note .h3 {
  color: #e5004d;
  font-weight: 400;
  margin-top: 30px;
  padding-top: 10px;
  padding-left: 25px;
}
.noter-pic {
  position: relative;
  padding-right: 100px;
}
.noter-pic .circle-shape-pic {
  margin: 0 auto;
}
.pl-80 {
  padding-right: 80px;
}
.pr-30 {
  padding-right: 30px;
}
img.noter-shape {
  position: absolute;
  left: 30px;
  top: 30px;
}
.recrutement .btn {
  position: relative;
  z-index: 3;
}
section.recrutement-section {
  background-image: url(./images/carte-map.svg);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: -50px;
  margin-bottom: -50px;
}
.p .p {
  margin-bottom: 0;
}
.process-section {
  text-align: center;
}
.process-card {
  text-align: left;
  position: relative;
}
.process-card span.red-svg {
  position: absolute;
  left: -40px;
  top: -45px;
}
.process-card span {
  font-size: 84px;
  font-weight: 700;
  line-height: normal;
  font-family: "Greycliff";
}
.process-card span i {
  font-size: 60px;
  font-style: normal;
}
span.red-span {
  color: #e5004d;
}
span.blue-span {
  color: #69d2f1;
}
.process-section .h5 {
  font-size: 22px;
  font-weight: 700;
}
.process-card .h5 {
  font-size: 20px;
}
.process-section h4 span img,
.footer-form h3 span img {
  max-width: 20px;
}

.footer-form input {
  width: 100%;
}

.footer-form textarea {
  height: 80px;
}

.news-section h2 span img {
  max-width: 30px;
}
.process-section h5 span,
.news-section h2 span,
.footer-form h3 span {
  transform: rotate(90deg);
  display: inline-block;
}
.process-section h5 span.right-pic {
  transform: rotate(-90deg);
}
.choose-section {
  background: #f5f4f8;
  padding-bottom: 40px;
}
.choose-section .list li {
  padding-left: 15px;
  position: relative;
  padding-bottom: 5px;
}
.choose-section .list li:before {
  content: "";
  border-radius: 50%;
  background: #69d2f1;
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0px;
  top: 10px;
}
.choose-section .btn {
  margin-bottom: -80px;
  min-width: 300px;
}
.choose-bottom-pic {
  margin: 0 auto;
  margin-top: -95px;
}
.choose-merge-pic .o-shape.left-postion {
  left: 0px;
  bottom: -68px;
  z-index: 9;
}
.chose-pic .o-shape.right-postion {
  right: -40px;
  left: auto;
  bottom: -55px;
}
.darken {
  mix-blend-mode: darken;
}
.news-section {
  max-width: 750px;
  margin: 0 auto;
}
.news-section .item {
  padding: 10px;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  aspect-ratio: 5/3;
  object-fit: cover;
}
.news-section .owl-stage-outer {
  padding: 30px 0px 40px 0px;
}
.section-row {
  text-align: center;
}
.news-card {
  background: #fff;
  box-shadow: 0px 0px 11px 1px rgba(53, 32, 104, 0.23);
}
.news-pic {
  position: relative;
}
.news-date {
  background: #69d2f1;
  color: #fff;
  font-size: 17px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  padding: 12px 5px;
  border-radius: 0px 0px 30px 30px;
  position: absolute;
  left: 10px;
  top: 0px;
}
.news-date span {
  display: block;
  font-weight: 500;
  font-size: 30px;
}
.news-card .mast-vector {
  padding: 20px;
}
.news-card a.link {
  color: #e5004d;
}
.news-card .btn {
  display: flex;
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: -44px;
  margin-top: 20px;
}
.btn.news-bottom-btn {
  display: flex;
  max-width: 315px;
  margin: 0 auto;
}
.teams-section {
  text-align: center;
  background: #e0f6fc;
}
.teams-section h2 {
  display: inline-block;
  margin-bottom: 30px;
}
.teams-section .item {
  font-size: 25px;
  line-height: normal;
  text-align: left;
  font-weight: 400;
}
.teams-section .owl-carousel {
  max-width: 900px;
  margin: 0 auto;
}
.process-figure {
  max-width: 260px;
}
.footer-form {
  background: #fff;
  padding: 35px 48px;
  border-radius: 30px;
  box-shadow: 0px 11px 8px 5px rgba(0, 0, 0, 0.13);
  position: relative;
  margin-bottom: -90px;
  font-weight: 500;
  text-align: left;
}
.footer-form .h3 {
  font-size: 30px;
}
form input,
form textarea {
  background: rgba(105, 210, 241, 0.1);
  border: none;
  font-size: 17px;
  padding: 6px 13px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 8px;
  color: #352068;
}
.footer-form a {
  font-size: 25px;
  font-weight: 600;
  display: flex;
}
a.mail-link {
  color: #e5004d;
  margin-bottom: 10px;
}
a.call-link {
  color: #352068;
}

.footer-form label {
  width: 100%;
}
.footer-form .btn {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 100%;
  font-size: 19px;
  text-align: center;
  font-weight: 600;
  margin: 0 auto;
  max-width: 180px;
  /* margin-bottom: -60px; */
  /* margin-left: auto; */
  /* margin-right: auto; */
}
.sidebar a {
  color: #352068;
}
.top-head {
  padding-top: 80px;
  padding-bottom: 50px;
}
.top-head .h1 {
  display: inline-block;
}
.footer-form a.btn {
  font-size: 19px;
  font-weight: 600;
  margin: 0 auto;
  max-width: 180px;
  margin-bottom: -50px;
}
form input::placeholder,
form textarea::placeholder {
  color: rgba(53, 32, 104, 0.6);
}
.footer-bottom {
  background: #352068;
  background: linear-gradient(
    180deg,
    rgb(53, 32, 104) 0%,
    rgb(229, 0, 77) 100%
  );
  color: #fff;
  padding: 170px 0px 40px 0px;
  font-size: 20px;
}
form textarea {
  min-height: 80px;
}
.footer-bottom a {
  color: #fff;
  position: relative;
  border-bottom: none;
  transition: all 200ms ease-out;
}
.footer-bottom a:hover {
  opacity: 0.6;
}
.footer-bottom .p a {
  padding-bottom: 0;
}
.footer-bottom p a:after {
  content: "";
  background: #69d2f1;
  border-radius: 2px;
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: -10px;
  left: 1px;
  height: 4px;
}
.footer-bottom ul.ul a {
  font-weight: 600;
  font-size: 25px;
  text-align: left;
}
.footer-bottom li a {
  padding-bottom: 10px;
  display: inline-block;
  width: 100%;
  text-align: right;
}
.copywrite {
  background: #352068;
  color: #fff;
  padding: 12px 0px;
}
.copywrite .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copywrite .p {
  margin: 0;
}
img.l-shape {
  margin-right: -20px;
  margin-top: -30px;
  max-width: 58px;
}
.footer-las-pic {
  text-align: right;
}
.footer-las-pic img {
  margin-left: auto;
}
a.footer-logo {
  display: inline-block;
  margin-bottom: 20px;
}
a.footer-logo img {
  max-width: 230px;
}
.owl-theme .owl-nav button {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%) !important;
  display: flex;
  width: auto !important;
  background: rgba(0, 0, 0, 0) !important;
  border-left: 2px solid #352068 !important;
  border-bottom: 2px solid #352068 !important;
  width: 30px !important;
  height: 30px !important;
  display: inline-block !important;
  transform: rotate(45deg) !important;
}
.owl-nav button span {
  font-size: 0px;
}
.owl-theme .owl-nav button {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.owl-theme .owl-nav button.owl-next {
  left: auto;
  right: -30px;
  transform: translateY(-50%) rotate(225deg) !important;
}
.teams-section .owl-theme .owl-nav button {
  left: -60px;
}
.teams-section .owl-theme .owl-nav button.owl-next {
  left: auto;
  right: -60px;
}
ul.ul img {
  position: absolute;
  left: 0px;
  top: -40px;
}
.footer-bottom ul.ul {
  position: relative;
  padding-left: 40px;
  padding-top: 18px;
}
.banner-inner {
  padding-top: 20px;
}
.justify-content-evenly {
  justify-content: space-evenly;
}
.banner-inner .container-fluid {
  padding-right: 11vw;
  padding-left: 0px;
}
.banner-inner-pic img {
  width: 100%;
}
.banner-inner-pic {
  position: relative;
}

.banner-inner-pic::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(https://audacom.fr/wp-content/uploads/2026/02/AdobeStock_1002262420-copie.svg);
  background-size: cover;
}

.banner-inner-pic::after {
  z-index: 2;
  content: "";
  position: absolute;
  background: url(https://audacom.fr/wp-content/uploads/2026/02/Groupe-355.svg);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  max-width: 60%;
  max-height: 80%;
  height: 480px;
  width: 430px;
  right: -50px;
  bottom: 30px;
}

.bulle img {
  width: 470px;
  max-width: 80%;
  aspect-ratio: 1 / 1;
  height: auto;
  border-radius: 1000px;
  object-fit: cover;
}

.bulle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 610px;
  background: url(https://audacom.fr/wp-content/uploads/2026/02/Groupe-447.svg);
  background-position: left center;
  background-position-x: -200px;
  background-size: contain;
  background-repeat: no-repeat;
}

.bulle::before {
  display: none;
}

.bulle::after {
  content: "";
  position: absolute;
  width: 275px;
  aspect-ratio: 1 / 1;
  height: auto;
  border-radius: 1000px;
  background-image: none;
  background-color: #69d2f1;
  opacity: 0.8;
  top: 50%;
  left: 50%;
  max-width: 50%;
}

.bulle-forma::after {
  background-image: url(https://audacom.fr/wp-content/uploads/2026/02/Composant-18-–-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: none;
  opacity: 1;
}

.banner-inner-right {
  padding-left: 80px;
}
.process-content {
  padding-left: 15px;
  border-left: 2px solid;
  line-height: normal;
  font-size: 16px;
  margin-left: -10px;
}
.hover-proces .process-content p {
  opacity: 0;
}
.hover-proces .process-content {
  border: 0px solid;
}
.hover-proces:hover .process-content p {
  opacity: 1;
}
.hover-proces:hover .process-content {
  border-left: 2px solid;
}
.hover-proces {
  transform: translateY(100px);
  transition: 0.3s;
}
.hover-proces:hover {
  transform: translateY(0px);
}
.formation-section .row {
  margin: 60px 0px 30px 0px;
}
.curve-shape {
  background: #fff;
  padding: 57px 72px;
  border-radius: 0px 74px 0px 0px;
  box-shadow: 0px 0px 10px 1px rgba(4, 4, 5, 0.4);
  display: block;
  max-width: 386px;
  margin-left: auto;
}
.extra-approch {
  background: #fff;
  padding: 65px 56px;
  border-radius: 0px 80px 0 0;
  box-shadow: 0px 0px 11px 1px rgba(53, 32, 104, 0.17);
}
.flex-approch {
  display: flex;
  align-items: center;
  gap: 40px;
}
.flex-approch .section-top {
  min-width: 150px;
  text-align: center;
}
.flex-approch .section-top h2 {
  text-align: right;
}
.flex-approch .border-heading:before {
  left: auto;
  right: 0;
}
.btn-div {
  margin-bottom: -90px;
}
.formation-card {
  text-align: left;
  font-size: 20px;
  text-transform: uppercase;
}
.training-program .row {
  row-gap: 25px;
}
.training-program .service-card {
  height: 100%;
}
.service-card li {
  position: relative;
  padding-left: 14px;
}
.service-card li:before {
  content: "";
  width: 7px;
  background: #e5004d;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}
.methology-curve {
  background: #fff;
  padding: 54px 44px;
  border-radius: 0px 74px 0px 0px;
  box-shadow: 0px 0px 10px 1px rgba(4, 4, 5, 0.4);
}
.methology-curve ul {
  border: 2px solid #e5004d;
  border-radius: 0px 66px 0px 0px;
  padding: 19px 23px;
  font-size: 18px;
  margin: 28px 0px;
}
.methology-curve .h5 {
  text-transform: uppercase;
  margin-bottom: 17px;
}
.methology-curve .btn {
  margin-bottom: -125px;
}
.methology-curve ul li {
  background-image: url(./images/list-icon.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
  margin-bottom: 9px;
}
.formation-card .icon {
  text-align: left;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.value-card .icon {
  text-align: left;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.value-card .p {
  line-height: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
section.contact-form .row {
  margin: 33px 0px 53px 0px;
}
.contact-form .h6 {
  margin-bottom: 30px;
}
.field-set {
  display: flex;
  gap: 36px;
}
section.contact-form .footer-form {
  margin: 0;
  box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.13);
}
.firm-section .row {
  margin-left: -17px;
  margin-right: -17px;
}
.firm-section .row > * {
  padding: 0px 17px;
}
.firm-card {
  display: block;
  text-decoration: none;
  border-radius: 0px 74px 0px 0px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.13);
  height: 100%;
  color: #352068;
}

.firm-section .col-md-4 {
  margin-bottom: 50px;
}

.firm-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.firm-cont {
  padding: 36px 34px;
}
.experise-section h4.h4,
.process-content h4 {
  color: #352068;
}
.fix-block {
  position: fixed;
  right: 0;
  top: 198px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fix-block a {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  padding: 14px;
}
.fix-block a.red {
  background: #e5004d;
  border-radius: 20px 0px 0px;
  transition: all 200ms ease-out;
}
.fix-block a.red:hover {
  background-color: #ee5789;
}
.fix-block a.blue {
  background: #352068;
  border-radius: 0px 0px 0px 20px;
  transition: all 200ms ease-out;
}
.fix-block a.blue:hover {
  background-color: #463079;
}
@media (max-width: 1240px) {
  .process-section .row,
  .approche-section .row {
    margin-left: 27px;
  }
}
@media (max-width: 1199px) {
  .site-logo img {
    max-width: 250px;
  }
  .main-menu a {
    font-size: 20px;
    padding: 13px 5px;
  }
  .btn {
    font-size: 18px;
    padding: 10px 15px;
    min-width: 200px;
    min-height: 50px;
    text-align: center;
  }
  div.h1 {
    font-size: 40px;
    line-height: 48px;
    max-width: 500px;
  }
  h2.h2 {
    font-size: 30px;
    line-height: 34px;
  }
  h3.h3,
  .footer-form .h3 {
    font-size: 24px;
  }
  h4.h4 {
    font-size: 22px;
    line-height: normal;
  }
  .pl-80 {
    padding-right: 0px;
  }
  .w-472 {
    width: 420px;
    height: 420px;
  }
  .w-276 {
    width: 220px;
    height: 220px;
  }
  .chose-pic .o-shape.right-postion {
    right: -30px;
    left: auto;
    bottom: -35px;
  }
  .banner {
    padding: 200px 0px;
  }
  .banner p {
    font-size: 27px;
    line-height: 30px;
  }
  .banner-btn a {
    min-width: max-content;
  }
  img.noter-shape {
    left: 0;
    top: 0;
  }
  .process-card span {
    font-size: 65px;
  }
  .process-card span i {
    font-size: 45px;
    font-style: normal;
  }
  .teams-section .item {
    font-size: 23px;
  }
  a.footer-logo img {
    max-width: 200px;
  }
  .banner-inner .container-fluid {
    padding: 0px;
  }
}
@media (max-width: 991px) {
  .site-logo img {
    max-width: 220px;
  }
  .main-menu > li > a {
    color: #fff !important;
  }
  .sticky header ul > li > a {
    color: #fff !important;
  }
  .site_header button {
    font-size: 0px;
    border: none;
    padding: 3px 10px;
    background: #e5004d;
    border-radius: 3px;
    display: inline-block;
  }
  .site_header button svg path {
    stroke: #fff;
  }
  nav.navigation {
    max-height: 100vh;
    position: fixed;
    top: 0px;
    background: #352068;
    width: 300px;
    min-height: 100vh;
    z-index: 9;
    left: -100%;
    transition: 0.3s;
    overflow-y: auto;
  }
  nav.navigation.menu-open {
    left: 0;
  }
  .main-menu {
    flex-direction: column;
    align-items: baseline;
    gap: 0;
    padding: 40px 0px 20px 0px;
  }
  .main-menu li {
    width: 100%;
  }
  .main-menu a {
    font-size: 18px;
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
    color: #fff;
    text-align: left;
  }
  .main-menu > li > a:before {
    bottom: 4px;
    left: 20px;
    right: auto;
  }
  .site_header button.close-nav {
    float: right;
  }
  .site_header .container {
    padding: 15px 15px;
    align-items: center;
  }
  ul.sub-menu {
    position: static;
    background: rgba(0, 0, 0, 0);
    padding: 0px 20px;
    display: block;
    gap: 0;
    white-space: normal;
  }
  .main-menu .sub-menu a {
    gap: 10px !important;
    padding: 3px 0px !important;
    font-size: 15px !important;
  }
  .main-menu .sub-menu a img {
    max-width: 18px;
  }
  div.h1 {
    font-size: 35px;
    line-height: 41px;
  }
  h2.h2 {
    font-size: 27px;
    line-height: 29px;
  }
  h4.h4 {
    font-size: 20px;
    line-height: normal;
  }
  h5.h5 {
    font-size: 18px;
  }
  body {
    font-size: 16px;
    letter-spacing: normal;
  }
  .pt-100 {
    padding-top: 70px;
  }
  .padd-100 {
    padding: 70px 0px;
  }
  .padd-80 {
    padding: 50px 0px;
  }
  .pb-80 {
    padding-bottom: 50px;
  }
  .pt-80 {
    padding-top: 50px;
  }
  .padd-40 {
    padding: 30px 0px;
  }
  .padd-60 {
    padding: 40px 0px;
  }
  .mt-80 {
    margin-top: 50px;
  }
  .mt-40 {
    margin-top: 20px;
  }
  .mt-60 {
    margin-top: 30px;
  }
  .pr-30 {
    padding-right: 0;
  }
  .section-top .h5 {
    font-size: 19px;
  }
  .banner {
    padding: 100px 0px;
  }
  .banner-inner {
    padding-top: 0;
  }
  .banner p {
    font-size: 22px;
    line-height: 27px;
  }
  .banner-btn {
    padding-top: 0px;
    flex-wrap: wrap;
  }
  .w-472 {
    width: 310px;
    height: 310px;
  }
  .w-338 {
    width: 250px;
    height: 250px;
  }
  .w-276 {
    width: 150px;
    height: 150px;
  }
  .w-172 {
    width: 120px;
    height: 120px;
  }
  .o-shape {
    left: -30px;
    bottom: -30px;
  }
  .service-card {
    padding: 20px;
  }
  .service-card.card-2 {
    margin-top: 25px;
  }
  .service-card.card-1 {
    margin-top: 50px;
  }
  .icon img {
    max-height: 65px;
    margin: 0 auto;
  }
  .process-section .row,
  .approche-section .row {
    margin-left: 0;
  }
  .process-card span {
    font-size: 50px;
  }
  .process-card span i {
    font-size: 35px;
    font-style: normal;
  }
  .process-card img {
    max-width: 70px;
  }
  .process-card .h5 {
    font-size: 16px;
  }
  .expertise-section {
    margin: 60px 0px;
  }
  .expertise-pic {
    margin: -40px 0px;
  }
  .expertise-section p {
    margin: 0px 0px 16px 0;
    font-size: 18px;
  }
  .hover-proces {
    transform: translateY(50px);
  }
  .news-section .owl-stage-outer {
    padding: 20px 0px;
  }
  .teams-section .item {
    font-size: 20px;
  }
  .teams-section .owl-theme .owl-nav button {
    left: -25px;
  }
  .teams-section .owl-theme .owl-nav button.owl-next {
    left: auto;
    right: -25px;
  }
  .footer-bottom {
    padding: 150px 0px 40px 0px;
    font-size: 18px;
  }
  .footer-bottom .row {
    row-gap: 20px;
  }
  .footer-bottom ul.ul a {
    font-weight: 600;
    font-size: 20px;
    text-align: left;
  }
  .footer-bottom li a {
    padding-bottom: 8px;
  }
  a.footer-logo {
    display: inline-block;
    margin-bottom: 10px;
  }
  .footer-bottom li a {
    text-align: left;
  }
  ul.ul img {
    top: -20px;
    max-width: 90px;
  }
  .footer-las-pic {
    text-align: left;
  }
  .footer-form {
    padding: 26px 30px;
  }
  .footer-form a {
    font-size: 22px;
  }
  .banner-inner-right {
    padding-left: 27px;
  }
  .curve-shape {
    padding: 30px;
  }
  .formation-card {
    font-size: 18px;
  }
  .methology-curve {
    padding: 25px;
  }
  .methology-curve ul {
    padding: 12px 15px;
    font-size: 17px;
    margin: 18px 0px;
  }
  .methology-curve .btn {
    margin-bottom: -60px;
  }
  .firm-section .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .firm-section .row > * {
    padding: 0px 12px;
  }
  .firm-cont {
    padding: 15px;
  }
  .extra-approch {
    padding: 30px 30px 65px 30px;
  }
}
@media (max-width: 767px) {
  .bulle {
    background-position-x: -80px;
    height: auto;
  }

  .site-logo img {
    max-width: 190px;
  }
  .fix-block {
    display: none;
  }
  .circle-shape-pic:hover .circle-content p {
    opacity: 0;
    max-height: 0px;
  }
  div.h1 {
    font-size: 30px;
    line-height: 36px;
  }
  h2.h2 {
    font-size: 22px;
    line-height: 26px;
  }
  br {
    display: none;
  }
  .w-472 {
    width: 270px;
    height: 270px;
  }
  .w-276 {
    width: 120px;
    height: 120px;
  }
  .btn {
    font-size: 17px;
    padding: 7px 16px;
    min-width: auto;
    min-height: 50px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .padd-100 {
    padding: 30px 0px;
  }
  .padd-60 {
    padding: 25px 0px;
  }
  .pt-60 {
    padding-top: 25px;
  }
  .mt-80 {
    margin-top: 30px;
  }
  .mt-40 {
    margin-top: 12px;
  }
  .mt-60 {
    margin-top: 20px;
  }
  .banner p {
    font-size: 18px;
    line-height: 23px;
  }
  .banner .col-md-7 {
    padding-left: 25px;
  }
  div.h1 span {
    position: absolute;
    left: -20px;
    top: -30px;
  }
  div.h1 span img {
    position: static;
    max-width: 70px;
  }
  .Rambaud-name .h5 br {
    display: inline-block;
  }
  .row {
    row-gap: 25px;
  }
  .expertise-pic {
    margin: -40px 0px 25px 0px;
    flex-wrap: wrap;
  }
  .service-card.card-1 {
    margin-top: 20px;
  }
  .service-card.card-2 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .expertise-section {
    margin: 30px 0px;
    padding-bottom: 30px;
  }
  .expertise-pic .row-pic {
    margin-right: 0;
    width: 100%;
  }
  .expertise-pic .circle-shape-pic {
    margin-left: 0;
  }
  .expertise-pic .circle-shape-pic.right-side {
    margin-left: auto;
    margin-right: 0;
    margin-top: -33px;
    margin-bottom: -36px;
  }
  .expertise-pic {
    margin: -20px 0px 0px 0px;
    flex-wrap: wrap;
  }
  section.recrutement-section {
    background-image: none;
  }
  .process-card span.red-svg {
    position: absolute;
    left: -15px;
    top: -14px;
  }
  .process-card span.red-svg img {
    max-width: 38px;
  }
  .choose-section .btn {
    margin-bottom: -68px;
    min-width: 100%;
  }
  .teams-section .item {
    font-size: 17px;
  }
  .owl-theme .owl-nav button {
    width: 20px !important;
    height: 20px !important;
  }
  .owl-theme .owl-nav button,
  .teams-section .owl-theme .owl-nav button {
    display: none !important;
  }
  .owl-theme .owl-nav button {
    left: -8px;
  }
  .owl-theme .owl-nav button.owl-next {
    left: auto;
    right: -8px;
  }
  .footer-form {
    padding: 20px 20px;
    margin-bottom: -50px;
    border-radius: 15px;
  }
  .teams-section .owl-theme .owl-nav button {
    left: -8px;
  }
  .teams-section .owl-theme .owl-nav button.owl-next {
    left: auto;
    right: -8px;
  }
  .footer-bottom {
    padding: 100px 0px 40px 0px;
    font-size: 16px;
  }
  .footer-form a {
    font-size: 20px;
  }
  .copywrite .container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }
  .border-heading {
    margin-bottom: 20px;
  }
  .border-heading:before {
    bottom: -8px;
  }
  .hover-proces {
    transform: none;
  }
  .hover-proces .process-content p {
    opacity: 1;
  }
  .news-section .owl-stage-outer {
    padding: 0px 0px 25px;
  }
  .footer-bottom .max-50 {
    max-width: 50%;
  }
  .footer-bottom ul.ul {
    padding-left: 20px;
  }
  ul.ul img {
    top: 0px;
    max-width: 45px;
  }
  .center-mobile {
    text-align: center;
  }
  .footer-bottom li a,
  .footer-las-pic {
    text-align: right;
  }
  .circle-shape-pic {
    margin: 0 auto;
  }
  .curve-shape {
    padding: 30px;
    max-width: 250px;
    margin-left: 0;
  }
  .banner-inner .row {
    row-gap: 40px;
  }
  .header-top__a {
    padding: 9px 15px 9px 25px;
    font-size: 15px;
    gap: 15px;
  }
  .formation-section .row {
    margin: 30px 0px 20px 0px;
  }
  .formation-card {
    font-size: 16px;
  }
  .methology-curve {
    padding: 18px;
  }
  .methology-curve ul {
    padding: 10px 15px;
    font-size: 16px;
    margin: 15px 0px;
  }
  .formation-section .chose-pic {
    margin-bottom: 30px;
  }
  .methology-curve .btn {
    margin-bottom: -55px;
  }
  .process-content {
    margin-left: 0;
    padding-left: 10px;
  }
  .formation-section .row .row {
    gap: 0;
  }
  .field-set {
    gap: 0;
    flex-wrap: wrap;
  }
  .flex-approch {
    gap: 15px;
    flex-wrap: wrap;
  }
  .flex-approch .section-top h2 {
    text-align: center;
  }
  .flex-approch .border-heading:before {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .extra-approch {
    padding: 20px 15px 65px 15px;
  }
  .process-card span {
    font-size: 32px;
  }
  .process-card span i {
    font-size: 28px;
  }
  .service-card .h5 {
    min-height: auto;
  }
}
.wpcf7 p {
  margin: 0;
  padding: 0;
}
