/** @format */

@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Maven+Pro:wght@400..900&display=swap");

@font-face {
  font-family: "BC-Alphapipe";
  font-weight: 400;
  src: url("./fonts/BC-Alphapipe-L-Regular.eot");
  src: url("./fonts/BC-Alphapipe-L-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("./fonts/BC-Alphapipe-L-Regular.woff2") format("woff2"),
    url("./fonts/BC-Alphapipe-L-Regular.woff") format("woff"),
    url("./fonts/BC-Alphapipe-L-Regular.ttf") format("truetype"),
    url("./fonts/BC-Alphapipe-L-Regular.svg#BC Alphapipe L") format("svg");
}
@font-face {
  font-family: "BC-Alphapipe";
  font-weight: 700;
  src: url("./fonts/BC-Alphapipe-RB-Bold.eot");
  src: url("./fonts/BC-Alphapipe-RB-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("./fonts/BC-Alphapipe-RB-Bold.woff2") format("woff2"),
    url("./fonts/BC-Alphapipe-RB-Bold.woff") format("woff"),
    url("./fonts/BC-Alphapipe-RB-Bold.ttf") format("truetype"),
    url("./fonts/BC-Alphapipe-RB-Bold.svg#BC Alphapipe RB") format("svg");
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1100px;
  }
}
/* html ,body { overflow-x: hidden; } */

h1.h1 {
  font-weight: 600;
  font-size: 37px;
  line-height: 49px;
  font-family: "BC-Alphapipe";
}
h2.h2 {
  font-weight: 600;
  font-size: 44px;
  line-height: 58px;
  font-family: "BC-Alphapipe";
}
h3.h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  color: #00c48d;
  font-family: "Maven Pro", sans-serif;
  text-transform: uppercase;
}
h4.h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
h5.h5 {
  font-size: 16px;
  font-weight: 600;
  color: #5b5b58;
}
body {
  font-size: 21px;
  color: #003b5e;
  line-height: 26px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
}
.p a {
  text-decoration: underline;
  color: #003b5e !important;
}
.padd-95 {
  padding: 95px 0px;
}
.pb-95 {
  padding-bottom: 95px;
}
.padd-80 {
  padding: 80px 0px;
}
.padd-70 {
  padding: 70px 0px;
}
.padd-60 {
  padding: 60px 0px;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
.btn {
  font-size: 16px;
  font-weight: 600;
  color: #003b5e;
  line-height: 18px;
  display: inline-block;
  text-transform: uppercase;
  border: 2px solid #003b5e;
  border-radius: 20px;
  letter-spacing: normal;
  padding: 7px 20px;
}
.btn:hover {
  color: #fff;
  background-color: #003b5e;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site_header {
  position: absolute;
  left: 0;
  right: 0px;
  top: 0px;
  z-index: 99;
}
.site_header .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px;
}
.site_header button {
  display: none;
}
.site_header .btn {
  background-color: transparent;
  border-color: #dfeee2;
  color: #dfeee2;
}
.site_header .btn:hover {
  background-color: #dfeee2;
  color: #003b5e;
}
nav.navigation {
  display: none;
}
.main-menu {
  display: flex;
  align-items: center;
  gap: 15px;
}
.main-menu a {
  border: 2px solid #003b5e;
  color: #003b5e;
  font-size: 15px;
  font-weight: 600;
  padding: 7px 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  text-align: center;
  height: 100%;
}
.sticky .site_header {
  position: sticky;
  top: 0px;
  background: rgb(255 255 255 / 90%);
}
.sticky .site_header .container {
  align-items: center;
}
.sticky .site_header .normal-log {
  display: none;
}
.site-logo .sticky-logo {
  display: none;
}
.sticky .site-logo .sticky-logo {
  display: inline-block;
  margin-bottom: -30px;
}
.sticky nav.navigation {
  display: flex;
}
.sticky .site_header .btn {
  display: none;
}
.banner {
  position: relative;
  color: #fff;
  padding: 0px;
  height: 797px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .container {
  position: relative;
}
.banner img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  object-fit: cover;
}
.banner p {
  margin: 10px 0px 32px 0px;
}
.banner-link {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}
.banner-link .btn {
  color: #fff;
  border-color: #fff;
}
.banner-link .btn:hover {
  border-color: #003b5e;
}
section.vivre {
  background-image: url(./images/map-pic1.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
.vivre .row {
  align-items: center;
}
.vivre .h3 {
  margin-bottom: 25px;
}
.h2 img {
  margin-right: -25px;
}
.endroit {
  text-align: center;
  background: rgb(217 246 238 / 50%);
}

.vert-bg {
  background: rgb(217 246 238 / 50%);
}
.no-bg {
  background: none !important;
}
.endroit .h3 {
  margin-bottom: 30px;
}
.endroit .video {
  margin-top: 40px;
  width: 100%;
  max-width: 100% !important;
}
.endroit .video video {
  border-radius: 20px;
  overflow: hidden;
}
.video {
  border-radius: 20px !important;
  max-width: 400px;
  overflow: hidden;
  position: relative;
}
div#playBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.process-card {
  position: relative;
}

.process-card::before {
  content: url(https://www.paysdepouzauges.fr/wp-content/themes/morgane/images/card-bg.svg);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.process-card .h2 {
  color: #00c48d;
  font-size: 120px;
  line-height: 144px;
  font-weight: 600;
  margin: 0px;
  position: relative;
}
.process-card .h4 {
  text-transform: uppercase;
  position: relative;
}
.process-card .p {
  margin: 0px;
  position: relative;
}
.endroit .row {
  row-gap: 60px;
}
.btn-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  position: relative;
}
.grey-bg {
  background: rgb(229 235 239 / 20%);
}
.travailler-pic img {
  width: 100%;
  object-fit: cover;
}
.epanouir-inner {
  max-width: 790px;
  padding-left: 60px;
}
.icon-box {
  display: flex;
  gap: 18px;
}
.icon-box .icon {
  min-width: 50px;
  text-align: center;
}
.icon-box .h4 {
  color: #00c48d;
  font-size: 26px;
  font-weight: 600;
  font-family: "BC-Alphapipe";
}
.icon-box {
  display: flex;
  gap: 18px;
  padding-top: 20px;
}
section.entreprises .h3 {
  text-align: center;
}

.enterprise-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 160px;
  gap: 20px;
  width: 100%;
  margin-top: 45px;
}
.enterprise-grid .entreprise-card.cardfull {
  grid-column: span 3;
  grid-row: span 2;
}

.entreprise-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  transition: 0.3s;
  cursor: pointer;
}
.enterprise-pic {
  height: 100%;
}
.enterprise-contect-block {
  background: #003b5e;
  background: linear-gradient(
    90deg,
    rgba(0, 59, 94, 1) 13%,
    rgba(0, 196, 141, 1) 100%
  );
  color: #fff;
  padding: 30px 20px;
  border-radius: 20px;
  max-width: 323px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: none;
  line-height: normal;
  font-size: 16px;
}
.entreprise-card.cardfull .enterprise-contect-block {
  display: flex;
}
.enterprise-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
img.enterprise-vector {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: auto;
  height: auto;
}
.enterprise-contect-block .h4 {
  font-size: 26px;
  font-family: "BC-Alphapipe";
}
.enterprise-contect-block .h3 {
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  line-height: 25px;
  text-align: left !important;
}
/************************/
.pense .row {
  background: #003b5e;
  color: #fff;
  border-radius: 50px;
  overflow: hidden;
}
.pense .row > * {
  padding: 0px;
}
.pense-inner {
  padding: 70px 40px 70px 70px;
}
.pense .h3 {
  margin-bottom: 30px;
  color: #fff;
}
.pense .btn {
  border-color: #fff;
  color: #fff !important;
  text-decoration: none;
}

.pense .btn:hover {
  background: #00c48d !important;
  border-color: #00c48d !important;
}
.pense-pic,
.pense-pic img {
  height: 100%;
  object-fit: cover;
}
.pense-pic {
  margin-right: -2px;
  margin-left: 2px;
}
.investir-inner {
  max-width: 800px;
  margin-left: auto;
  padding-right: 30px;
}

.investir-inner h2 {
  margin-bottom: 16px;
}
.investir-inner .accordion {
  margin-top: 21px;
}
.accordion-button:not(.collapsed)::after,
.accordion-button::after {
  display: none;
}
.accordion-item {
  border: none;
  background: transparent;
  box-shadow: none !important;
  margin-bottom: 15px;
  max-width: 365px;
}
.accordion-item h2 {
  margin: 0px;
}
.accordion-button {
  display: flex;
  align-items: center;
  border: none;
  box-shadow: none !important;
  justify-content: space-between;
  color: #003b5e !important;
  font-size: 26px;
  font-weight: 600;
  background: #e5ebef !important;
  border-radius: 50px !important;
  padding: 14px 21px;
}
svg.down {
  display: none;
}
.accordion-button.collapsed svg.down {
  display: block;
}
.accordion-button.collapsed svg.close {
  display: none;
}
h2#headingOne .accordion-button,
div#collapseOne {
  background: #003b5e !important;
  color: #fff !important;
}

h2#headingOne ul li,
div#collapseOne ul li {
  color: #fff !important;
}

h2#headingTwo .accordion-button,
div#collapseTwo {
  background: #00c48d !important;
  color: #fff !important;
}
h2#headingThree .accordion-button,
div#collapseThree {
  background: #d9f6ee !important;
  color: #00c48d !important;
}
.accordion-collapse {
  margin-top: -24px;
  border-radius: 0 0 30px 30px !important;
}
div#collapsefour {
  background: #e5ebef;
}

.accordion-body {
  padding: 25px 18px 20px 25px;
  color: #003b5e;
  line-height: 30px;
}

.accordion-body ul {
  list-style: none;
}

.accordion-body ul li {
  position: relative;
  padding-left: 1.2em;
}

.accordion-body ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #00c48d;
  font-weight: bold;
}
div#collapseOne .accordion-body,
div#collapseTwo .accordion-body {
}
div#collapseThree .accordion-body {
  color: #00c48d !important;
}
h2#headingOne .close g,
h2#headingTwo .close g {
  mix-blend-mode: normal !important;
}
h2#headingOne .close path,
h2#headingTwo .close path {
  stroke: #ffffff;
}
.investir-inner .btn {
  margin-top: 15px;
}
section.evenements .h3 {
  margin-bottom: 20px;
}
.evenements .row {
  margin-top: 50px;
}
.evenements-card {
  position: relative;
  overflow: hidden;
}
.evenements-card:before {
  content: "";
  background: #003b5e;
  background: linear-gradient(
    0deg,
    rgba(0, 59, 94, 0.78) 5%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 20px;
  opacity: 0;
  transition: 0.3s;
}
.evenements-card .btns {
  position: absolute;
  bottom: 45px;
  text-align: center;
  left: 0;
  right: 0;
}
.evenements-card .btn {
  color: #fff;
  border-color: #fff;
}
.evenements-card .btn:hover {
  border-color: #003b5e;
}

.mast-vector {
  text-align: left;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #fff;
  width: 350px;
  height: 500px;
  padding: 30px 00px 00px 30px;
  transition: 0.3s;
}

.mast-vector::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 350px;
  height: 500px;
  background-image: url(./images/Mask.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  width: 350px;
  height: 500px;
  padding: 30px 00px 00px 30px;
  transition: 0.3s;
  z-index: 1;
  pointer-events: none;
}

.evenements-card:hover .mast-vector::before {
  opacity: 0;
  transform: scale(3);
}
.evenements-card:hover:before {
  opacity: 1;
}
.mast-vector .h4 {
  font-size: 26px;
  font-weight: 600;
  font-family: "BC-Alphapipe";
  position: relative;
  z-index: 1;
}

.mast-vector .p {
  position: relative;
  z-index: 1;
}
.teams-section {
  padding-bottom: 30px;
}

.teams-section .mast-vector::before {
  content: "";
  position: absolute;
  left: 0;
  top: -270px;
  background-image: url(./images/Mask.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  width: 500px;
  height: 800px;
  padding: 30px 00px 00px 30px;
  transition: 0.3s;
  z-index: 1;
  pointer-events: none;
  transform: rotate(-20deg);
}

.teams-section .owl-thumbs {
  display: flex;
  gap: 24px;
  margin-bottom: 30px;
  margin-top: 20px;
}
.teams-section button.owl-thumb-item {
  padding: 0;
  border: none;
  background: transparent;
  display: flex;
}
.teams-section .container {
  max-width: 750px;
  text-align: center;
}
.teams-section .h2 {
  margin-bottom: 30px;
}
.teams-section .owl-carousel {
  margin-top: 55px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.team-card .h4 {
  font-family: "BC-Alphapipe";
  font-size: 22px;
  font-weight: 600;
  text-align: left;
}
.team-pic img {
  width: 100%;
}
.owl-nav button {
  position: absolute;
  left: -50px;
  background-image: url(./images/left-arrow.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  font-size: 0px !important;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent !important;
}
.owl-nav button.owl-next {
  left: auto;
  right: -50px;
  background-image: url(./images/right-arrow.svg) !important;
}
.footer {
  background-image: url(./images/footer-wave.svg);
  background-size: cover;
  background-position: center;
}
.footer-top {
  padding: 90px 0px 50px 0px;
}
.footer .row {
  align-items: center;
}

.footer .btn {
  margin: 7px 4px;
}
.green-btn {
  color: #00c48d;
  border-color: #00c48d;
}
.green-btn:hover {
  background-color: #00c48d;
  color: #003b5e;
}
.social-icons {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  display: none;
}
.copywrite {
  background: #003b5e;
  color: #fff;
  padding: 12px 0px;
}
.copywrite .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copywrite .p {
  margin: 0;
}
.fix-icon {
  background-image: url(./images/icon-bg.svg);
  position: fixed;
  right: -45px;
  top: -35px;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: center;
  background-size: cover;
  padding: 50px;
  z-index: 99;
  display: none;
}
.container-fluid .col-md-4 {
  padding: 0;
}
.vivre-pic img {
  display: none;
}

@media (max-width: 1300px) {
  .banner {
    padding: 0px;
    height: 797px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .investir-inner,
  .epanouir-inner {
    max-width: 732px;
  }
}

@media (max-width: 1199px) {
  .site-logo img,
  .footer img {
    max-height: 100px;
  }
  .investir-inner,
  .epanouir-inner {
    max-width: 654px;
  }

  .main-menu a {
    font-size: 15px;
    padding: 5px 10px;
  }

  .pb-95 {
    padding-bottom: 70px;
  }
  .padd-80 {
    padding: 60px 0px;
  }
  .padd-70 {
    padding: 50px 0px;
  }
  .padd-60 {
    padding: 45px 0px;
  }
  .banner {
    height: auto;
    padding: 200px 0px 100px 0px;
  }
  .vivre {
    background: none !important;
  }
  .vivre-pic img {
    display: block;
    display: block;
    background-color: #003b5e;
    border-radius: 20px;
  }
  .process-card .h2 {
    font-size: 100px;
    line-height: 120px;
  }
  .pense-inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .footer {
    background-position: right center;
  }
  .footer-top {
    padding: 70px 0px 40px 0px;
  }
}
@media (max-width: 991px) {
  .process-card::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    background-size: contain;
    background: url(https://www.paysdepouzauges.fr/wp-content/themes/morgane/images/card-bg.svg);

    background-size: contain;
  }

  .pb-95 {
    padding-bottom: 50px;
  }
  .padd-80 {
    padding: 40px 0px;
  }
  .padd-70 {
    padding: 35px 0px;
  }
  .padd-60 {
    padding: 30px 0px;
  }

  .site-logo img,
  .footer img {
    max-height: 85px;
  }
  .site_header button path {
    stroke: #fff;
  }
  nav.navigation.menu-open {
    right: 0;
  }
  .main-menu a br {
    display: none;
  }
  .site_header .btn {
    display: none;
  }
  .sticky .site_header button {
    display: flex;
    border: none;
    font-size: 0px;
    background: #003b5e;
    padding: 8px;
    color: #fff;
    border-radius: 5px;
    margin-left: auto;
    align-items: center;
  }
  .sticky nav.navigation {
    display: block;
    background: #d9f6ee;
    padding: 20px;
    border-radius: 10px;
    position: fixed;
    top: 0px;
    right: -100%;
    transition: 0.3s;
  }
  .main-menu {
    flex-direction: column;
    align-items: baseline;
    padding-top: 20px;
  }
  .main-menu a {
    font-size: 15px;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  h1.h1 {
    font-size: 32px;
    line-height: 32px;
  }
  h2.h2 {
    font-size: 30px;
    line-height: normal;
  }
  h3.h3 {
    font-size: 24px;
    line-height: 28px;
  }
  h4.h4,
  .enterprise-contect-block .h3,
  .team-card .h4 {
    font-size: 20px;
    line-height: normal;
  }
  .icon-box .h4,
  .mast-vector .h4,
  .enterprise-contect-block .h4,
  .accordion-button {
    font-size: 22px;
  }
  .vivre .h3,
  .endroit .h3,
  .pense .h3,
  section.evenements .h3,
  .teams-section .h2 {
    margin-bottom: 15px;
  }

  .enterprise-grid {
    grid-auto-rows: 130px;
    gap: 15px;
    margin-top: 30px;
  }
  body {
    font-size: 19px;
    line-height: 20px;
  }
  .banner {
    padding: 100px 0px 50px 0px;
  }
  .banner p {
    margin: 7px 0px 15px 0px;
  }
  .banner-link {
    gap: 12px;
  }

  .evenements .row {
    margin-top: 30px;
  }

  .mast-vector {
    width: 300px;
    padding: 15px 00px 00px 15px;
  }
  .process-card .h2 {
    font-size: 80px;
    line-height: 100px;
  }
  .pense-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .endroit .row {
    row-gap: 35px;
  }
  .footer-top {
    padding: 40px 0px 30px 0px;
  }
  .fix-icon {
    display: none;
  }
  .owl-nav button {
    left: 0px;
  }
  .owl-nav button.owl-next {
    left: auto;
    right: 0px;
  }
  .sticky nav.navigation.menu-open {
    right: 0;
  }
}

@media (max-width: 767px) {
  .travailler-pic img {
    width: 100%;
    object-fit: cover;
    height: 400px;
  }

  .enterprise-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .enterprise-grid .entreprise-card.cardfull {
    grid-column: span 2;
    grid-row: span 3;
  }
  .banner img {
    transform: scaleX(-1);
  }
  .banner {
    padding: 100px 0px 270px 0px;
  }
  .site-logo img,
  .footer img {
    max-height: 70px;
  }
  .pb-95 {
    padding-bottom: 35px;
  }
  .padd-80 {
    padding: 35px 0px;
  }
  .padd-70 {
    padding: 30px 0px;
  }
  .padd-60 {
    padding: 25px 0px;
  }

  h1.h1 {
    font-size: 28px;
    line-height: normal;
  }
  h2.h2 {
    font-size: 26px;
  }

  .vivre .h3,
  .endroit .h3,
  .pense .h3,
  section.evenements .h3,
  .teams-section .h2 {
    margin-bottom: 8px;
  }
  h3.h3 {
    font-size: 22px;
    line-height: normal;
  }
  h4.h4,
  .enterprise-contect-block .h3,
  .team-card .h4 {
    font-size: 18px;
    line-height: normal;
  }
  .vivre .row {
    flex-direction: column;
    gap: 20px;
  }
  .icon-box .h4,
  .mast-vector .h4,
  .enterprise-contect-block .h4,
  .accordion-button {
    font-size: 20px;
  }
  body {
    font-size: 16px;
    line-height: 22px;
  }
  .btn {
    font-size: 14px;
    line-height: normal;
    padding: 6px 12px;
  }
  .process-card .h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .endroit .row {
    row-gap: 15px;
  }
  div#playBtn {
    max-width: 40px;
  }
  .btn-row {
    gap: 12px;
    flex-wrap: wrap;
  }
  .icon-box {
    gap: 10px;
    padding-top: 10px;
  }

  .pense .row {
    border-radius: 20px;
    margin: 0px;
  }
  .pense-pic {
    margin: 0;
  }
  .evenements .row {
    margin-top: 15px;
    row-gap: 15px;
  }
  .evenements-card .btns {
    bottom: 15px;
    left: 10px;
    right: 10px;
  }

  .teams-section .owl-thumbs {
    margin-bottom: 15px;
    margin-top: 15px;
    gap: 0;
    row-gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .teams-section button.owl-thumb-item {
    max-width: calc(50% - 8px);
  }
  .footer-top {
    padding: 30px 0px 20px 0px;
  }
  .footer .row {
    row-gap: 10px;
  }
  .social-icons {
    padding-top: 10px;
  }
  .footer .btn {
    margin: 6px 0px;
  }
  .copywrite .container {
    flex-wrap: wrap;
    text-align: center;
    row-gap: 14px;
  }
  .footer {
    background-position: right center;
    background-image: url(./images/fotter-bg.svg);
  }
}

.img-t .investir-ppic {
  width: 100%;
  height: 100%;
}

.img-t .investir-ppic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-t .investir-inner {
  padding-top: 80px;
}

.aprop .padd-40 h2 {
  font-size: 59px;
  line-height: 65px;
}

.aprop {
  padding-bottom: 50px;
}

.aprop .process-card::before {
  content: url(https://www.paysdepouzauges.fr/wp-content/themes/morgane/images/card-bg.svg);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.aprop .row {
  row-gap: 60px;
  margin-top: 40px;
}

.aprop .process-card {
  padding-top: 50px;
  padding-bottom: 50px;
}

.aprop .col-md-3 {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 991px) {
  .aprop .process-card::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    background-size: contain;
    background: url(https://www.paysdepouzauges.fr/wp-content/themes/morgane/images/card-bg.svg);
    background-size: contain;
  }

  .aprop .process-card {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
