@charset "UTF-8";
.cpartner__page__gallery__nav {
  margin: auto;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cpartner__page__gallery__nav ul {
  display: flex;
  list-style: none !important;
  column-gap: 4rem;
}
@media screen and (max-width: 767.98px) {
  .cpartner__page__gallery__nav ul {
    flex-direction: column;
    padding: 0;
    gap: 1rem;
    text-align: center;
  }
}
.cpartner__page__gallery__nav ul li a {
  color: #656565;
  text-decoration: none;
  font-family: Barlow;
  font-size: 26px;
  font-weight: 300;
  text-transform: uppercase;
}
.cpartner__page__gallery__nav ul li a.active-menu-item {
  color: #101C2F;
  font-weight: 600;
  display: inline-block;
  transform: scale(1.05);
}
.cpartner__page__gallery__nav ul li a.active-menu-item::before {
  content: "";
  display: block;
  position: absolute;
  margin-top: 1.2rem;
  margin-left: -0.5rem;
  height: 1rem;
  width: 55%;
  background: #FF521C;
  z-index: -1;
}

.cpartner__home__hero {
  position: relative;
  height: 48rem;
  width: 100%;
  margin-top: 5rem;
  background-size: cover;
}
@media screen and (max-width: 767.98px) {
  .cpartner__home__hero {
    height: 36rem;
  }
}
.cpartner__home__hero .video__desktop {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  .cpartner__home__hero .video__desktop {
    display: none;
  }
}
.cpartner__home__hero .video__mobile {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .cpartner__home__hero .video__mobile {
    display: none;
  }
}
.cpartner__home__hero .cpartner__home__hero__link__container {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 5.5rem;
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .cpartner__home__hero .cpartner__home__hero__link__container {
    flex-direction: column;
    text-align: center;
    bottom: -2rem;
    gap: 1rem;
  }
}
.cpartner__home__hero .cpartner__home__hero__link__container a {
  text-decoration: none;
  text-transform: uppercase;
  color: #FFF;
  padding: 0rem 2.5rem;
  font-family: Barlow;
  font-weight: 300;
  font-size: 26px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .cpartner__home__hero .cpartner__home__hero__link__container a {
    border-right: none !important;
    border-left: 0.4rem #FF521C solid;
  }
}
.cpartner__home__hero .cpartner__home__hero__link__container a:nth-child(1), .cpartner__home__hero .cpartner__home__hero__link__container a:nth-child(2) {
  border-right: 0.4rem #FF521C solid;
}
.cpartner__home__hero .cpartner__home__hero__link__container a:hover::before {
  display: block;
}
.cpartner__home__hero .cpartner__home__hero__link__container a::before {
  content: "";
  display: none;
  position: absolute;
  margin-top: 1.2rem;
  margin-left: -0.5rem;
  height: 1rem;
  width: 55%;
  background: #FF521C;
  z-index: -1;
}

.cpartner__home__title__section {
  height: 20rem;
  width: 44rem;
  margin: 4rem auto auto auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .cpartner__home__title__section {
    width: 80vw;
    text-align: center;
  }
}
.cpartner__home__title__section .cpartner__home__title {
  font-family: Raleway;
  font-weight: 600;
  font-size: 42px;
  text-transform: uppercase;
  color: #101C2F;
}
@media screen and (max-width: 767.98px) {
  .cpartner__home__title__section .cpartner__home__title {
    font-size: 32px;
  }
}
.cpartner__home__title__section .cpartner__home__subtitle {
  font-family: Raleway;
  font-weight: 300;
  font-size: 22px;
}
.cpartner__home__title__section .cpartner__home__title__text {
  font-family: Barlow;
  font-weight: 400;
  font-size: 22px;
  padding-top: 1rem;
  line-height: 2rem;
  color: #101C2F;
}
@media screen and (max-width: 991.98px) {
  .cpartner__home__title__section .cpartner__home__title__text {
    line-height: 1.2rem !important;
  }
}
@media screen and (max-width: 767.98px) {
  .cpartner__home__title__section .cpartner__home__title__text {
    font-size: 16px;
  }
}
.cpartner__home__title__section .cpartner__home__title__text::before {
  content: "";
  display: block;
  position: absolute;
  left: -2rem;
  top: 9rem;
  background: #FF521C;
  width: 0.4rem;
  height: 3rem;
}
@media screen and (max-width: 767.98px) {
  .cpartner__home__title__section .cpartner__home__title__text::before {
    top: 10rem;
    left: -1rem;
    height: 2rem;
  }
}

.cpartner__home__background {
  position: absolute;
  z-index: -1;
  width: 87vw;
  top: 76rem;
  right: 10rem;
  width: 85%;
  margin: auto;
}

.cpartner__home__carousel__section {
  width: 85%;
  margin: auto;
  height: 38rem;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .cpartner__home__carousel__section {
    height: auto;
    flex-direction: column;
  }
}
.cpartner__home__carousel__section .cpartner__home__carousel__item {
  width: 60%;
  padding: 0rem 2rem 4rem 4rem;
  height: 34rem;
}
@media screen and (max-width: 767.98px) {
  .cpartner__home__carousel__section .cpartner__home__carousel__item {
    width: 100%;
    padding: 1rem 0rem;
  }
}
@media screen and (max-width: 991.98px) {
  .cpartner__home__carousel__section .cpartner__home__carousel__item {
    height: 19rem;
  }
}
.cpartner__home__carousel__section .cpartner__home__carousel__item video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cpartner__home__carousel__section .cpartner__home__carousel__content {
  width: 40%;
  padding: 0rem 3vw 1vw 1vw;
  font-family: Barlow;
  font-weight: 300;
  font-size: 20px;
  line-height: 2rem;
}
@media screen and (max-width: 767.98px) {
  .cpartner__home__carousel__section .cpartner__home__carousel__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    line-height: 1.2rem;
  }
}

.cpartner__home__carousel__section--bg {
  margin-top: 10rem;
  height: 50rem;
  width: 100%;
  background: #D9E0EC;
  position: relative;
  margin-bottom: 10rem;
}
.cpartner__home__carousel__section--bg .bubble-orange-bottom {
  position: absolute;
  z-index: 1;
  width: 21vw;
  right: 14vw;
  top: 5vw;
}
@media screen and (max-width: 767.98px) {
  .cpartner__home__carousel__section--bg .bubble-orange-bottom {
    position: absolute;
    z-index: 1;
    width: 14rem;
    right: 2Rem;
    top: -7rem;
  }
}

@keyframes buttonResize {
  0% {
    width: 100%;
  }
  100% {
    width: 12rem;
  }
}
.cpartner__post__title {
  margin: 4rem 0rem;
}

.cpartner__page__gallery__nav {
  margin: auto;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cpartner__page__gallery__nav ul {
  display: flex;
  list-style: none !important;
  column-gap: 4rem;
}
@media screen and (max-width: 767.98px) {
  .cpartner__page__gallery__nav ul {
    flex-direction: column;
    padding: 0;
    gap: 1rem;
    text-align: center;
  }
}
.cpartner__page__gallery__nav ul li a {
  color: #656565;
  text-decoration: none;
  font-family: Barlow;
  font-size: 26px;
  font-weight: 300;
  text-transform: uppercase;
}
.cpartner__page__gallery__nav ul li a.active-menu-item {
  color: #101C2F;
  font-weight: 600;
  display: inline-block;
  transform: scale(1.05);
}
.cpartner__page__gallery__nav ul li a.active-menu-item::before {
  content: "";
  display: block;
  position: absolute;
  margin-top: 1.2rem;
  margin-left: -0.5rem;
  height: 1rem;
  width: 55%;
  background: #FF521C;
  z-index: -1;
}

.cpartner__single__product .cpartner__expertise__exit {
  position: sticky;
  left: 2.5%;
  top: 12.5rem;
  font-size: 64px;
  color: #101C2F;
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  .cpartner__single__product .cpartner__expertise__exit {
    position: relative;
    left: 2.5%;
    top: 5.5rem;
    font-size: 64px;
    color: #101C2F;
    cursor: pointer;
    width: 3rem;
  }
}
.cpartner__single__product .cpartner__single__product__title {
  width: 100%;
  display: flex;
  justify-content: center;
}
.cpartner__single__product .cpartner__single__product__title h1 {
  font-size: 100px;
  font-family: Barlow;
  font-weight: 500;
  color: #EAEAEA;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 12px;
  margin: 5rem;
}
@media screen and (max-width: 767.98px) {
  .cpartner__single__product .cpartner__single__product__title h1 {
    font-size: 40px;
    letter-spacing: 4px;
    margin: 7rem 0 2rem 0;
  }
}
.cpartner__single__product .cpartner__single__product__title h1::before {
  content: "";
  display: block;
  position: absolute;
  left: -8%;
  top: 55%;
  width: 2.5rem;
  height: 8px;
  background: #FF521C;
  transform: translateY(-50%);
}
@media screen and (max-width: 991.98px) {
  .cpartner__single__product .cpartner__single__product__title h1::before {
    width: 12px;
  }
}
.cpartner__single__product .cpartner__single__product__menu {
  margin: 2% 8%;
}
.cpartner__single__product .cpartner__single__product__menu ul {
  display: flex;
  list-style: none !important;
  column-gap: 1rem;
  background: #101C2F;
  padding: 0.4rem 0rem 0.4rem 10rem;
}
@media screen and (max-width: 991.98px) {
  .cpartner__single__product .cpartner__single__product__menu ul {
    column-gap: inherit;
    padding: 0.5rem;
    justify-content: space-evenly;
  }
}
.cpartner__single__product .cpartner__single__product__menu ul li a {
  color: #656565;
  text-decoration: none;
  font-family: Barlow;
  font-size: 36px;
  font-weight: 300;
}
@media screen and (max-width: 767.98px) {
  .cpartner__single__product .cpartner__single__product__menu ul li a {
    font-size: 20px;
  }
}
.cpartner__single__product .cpartner__single__product__menu ul li a.active-menu-item {
  color: #FFF;
  font-weight: 400;
  position: relative;
}
.cpartner__single__product .cpartner__single__product__menu ul li a.active-menu-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 2.6rem;
  left: calc(50% - 48px);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 32px 48px 0 48px;
  border-color: #101C2F transparent transparent transparent;
  transform: rotate(0deg);
}
@media screen and (max-width: 991.98px) {
  .cpartner__single__product .cpartner__single__product__menu ul li a.active-menu-item::before {
    bottom: 0;
    left: calc(50% - 26px);
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 28px 0 28px;
  }
}
.cpartner__single__product .cpartner__single__product__columns {
  height: 66rem;
  display: flex;
  width: 85%;
  margin: auto;
}
@media screen and (max-width: 991.98px) {
  .cpartner__single__product .cpartner__single__product__columns {
    flex-direction: column;
    height: auto;
  }
}
.cpartner__single__product .cpartner__single__product__columns .cpartner__single__product__carousel {
  width: 50%;
}
@media screen and (max-width: 991.98px) {
  .cpartner__single__product .cpartner__single__product__columns .cpartner__single__product__carousel {
    width: 100%;
  }
}
.cpartner__single__product .cpartner__single__product__columns .cpartner__single__product__carousel .slider-container {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}
.cpartner__single__product .cpartner__single__product__columns .cpartner__single__product__carousel .slider-images {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 50rem;
}
@media screen and (max-width: 991.98px) {
  .cpartner__single__product .cpartner__single__product__columns .cpartner__single__product__carousel .slider-images {
    height: 32rem;
  }
}
@media screen and (max-width: 767.98px) {
  .cpartner__single__product .cpartner__single__product__columns .cpartner__single__product__carousel .slider-images {
    padding: 4rem 0 2rem 0;
    height: auto;
  }
}
.cpartner__single__product .cpartner__single__product__columns .cpartner__single__product__carousel .slider-images img {
  width: 100%;
  height: 39vw;
  object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  .cpartner__single__product .cpartner__single__product__columns .cpartner__single__product__carousel .slider-images img {
    height: 21rem;
  }
}
.cpartner__single__product .cpartner__single__product__columns .cpartner__single__product__carousel .slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.cpartner__single__product .cpartner__single__product__columns .cpartner__single__product__carousel .prev-arrow,
.cpartner__single__product .cpartner__single__product__columns .cpartner__single__product__carousel .next-arrow {
  cursor: pointer;
  font-size: 24px;
  margin: 0 10px;
}
@media screen and (max-width: 767.98px) {
  .cpartner__single__product .cpartner__single__product__columns .cpartner__single__product__carousel .prev-arrow,
  .cpartner__single__product .cpartner__single__product__columns .cpartner__single__product__carousel .next-arrow {
    display: none;
  }
}
.cpartner__single__product .cpartner__single__product__columns .cpartner__single__product__carousel .prev-arrow {
  z-index: 9;
  position: relative;
  height: 0;
  width: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #101C2F;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background: transparent;
  cursor: pointer;
}
.cpartner__single__product .cpartner__single__product__columns .cpartner__single__product__carousel .next-arrow {
  z-index: 9;
  position: relative;
  height: 0;
  width: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #101C2F;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background: transparent;
  cursor: pointer;
}
.cpartner__single__product .cpartner__single__product__columns .cpartner__single__product__carousel .slider-thumbnails {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.cpartner__single__product .cpartner__single__product__columns .cpartner__single__product__carousel .slider-thumbnails img {
  width: 115px;
  height: auto;
  cursor: pointer;
  margin: 0 5px;
  border: 1px solid #EAEAEA;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
}
@media screen and (max-width: 1379.98px) {
  .cpartner__single__product .cpartner__single__product__columns .cpartner__single__product__carousel .slider-thumbnails img {
    width: 100px;
  }
}
@media screen and (max-width: 767.98px) {
  .cpartner__single__product .cpartner__single__product__columns .cpartner__single__product__carousel .slider-thumbnails img {
    height: auto;
    width: 25%;
    background: #FFF;
  }
}
.cpartner__single__product .cpartner__single__product__columns .cpartner__single__product__carousel .slider-thumbnails img.active {
  border: 1.5px #FF521C solid;
}
.cpartner__single__product .cpartner__single__product__columns .cpartner__single__product__features {
  width: 50%;
  font-family: Barlow;
}
@media screen and (max-width: 991.98px) {
  .cpartner__single__product .cpartner__single__product__columns .cpartner__single__product__features {
    width: 85%;
    margin: auto;
  }
}
.cpartner__single__product .cpartner__single__product__columns .cpartner__single__product__features .product__features__heading {
  font-size: 36px;
  padding: 2.5rem 0rem;
}
.cpartner__single__product .cpartner__single__product__columns .cpartner__single__product__features .product__features__intro {
  height: 33%;
  position: relative;
  padding-right: 8rem;
}
@media screen and (max-width: 1379.98px) {
  .cpartner__single__product .cpartner__single__product__columns .cpartner__single__product__features .product__features__intro {
    padding-right: 0;
    padding-bottom: 4vw;
  }
}
@media screen and (max-width: 767.98px) {
  .cpartner__single__product .cpartner__single__product__columns .cpartner__single__product__features .product__features__intro {
    padding-bottom: 7vw;
  }
}
.cpartner__single__product .cpartner__single__product__columns .cpartner__single__product__features .product__features__intro h3 {
  font-weight: 300;
  font-size: 32px;
  color: #101C2F;
  letter-spacing: 2.5px;
  padding-bottom: 4vw;
}
@media screen and (max-width: 767.98px) {
  .cpartner__single__product .cpartner__single__product__columns .cpartner__single__product__features .product__features__intro h3 {
    font-size: 24px;
  }
}
.cpartner__single__product .cpartner__single__product__columns .cpartner__single__product__features .product__features__intro h3::before {
  content: "";
  display: block;
  position: absolute;
  left: -7%;
  top: 8%;
  width: 8px;
  height: 2.5rem;
  background: #FF521C;
  transform: translateY(-50%);
}
.cpartner__single__product .cpartner__single__product__columns .cpartner__single__product__features .product__features__intro p {
  font-weight: bold;
}
.cpartner__single__product .cpartner__single__product__columns .cpartner__single__product__features .product__features__details p:first-child {
  font-weight: 300;
  font-size: 32px;
  color: #101C2F;
  padding-right: 2.5em;
  padding-bottom: 1.5rem;
  position: relative;
}
.cpartner__single__product .cpartner__single__product__columns .cpartner__single__product__features .product__features__details p:first-child::before {
  content: "";
  display: block;
  position: absolute;
  left: -7%;
  top: 35%;
  width: 8px;
  height: 2.5rem;
  background: #FF521C;
  transform: translateY(-50%);
}
.cpartner__single__product .cpartner__single__product__columns .cpartner__single__product__features .product__features__details ul {
  list-style: none;
  padding-left: 1.5rem;
}
.cpartner__single__product .cpartner__single__product__columns .cpartner__single__product__features .product__features__details ul li {
  font-weight: 300;
}
.cpartner__single__product .cpartner__single__product__columns .cpartner__single__product__features .product__features__details ul li::before {
  content: "•";
  color: #FF521C;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.cpartner__single__product .cpartner__single__product__columns .cpartner__single__product__features .product__features__download {
  height: 20%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .cpartner__single__product .cpartner__single__product__columns .cpartner__single__product__features .product__features__download {
    align-items: center;
    margin-top: 4rem;
  }
}
.cpartner__single__product .cpartner__single__product__columns .cpartner__single__product__features .product__features__download a {
  background: #101C2F;
  padding: 18px 30px;
  width: fit-content;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFF;
}

.cpartner__actualites__title {
  display: flex;
  justify-content: center;
  margin: 4rem 0rem;
}
.cpartner__actualites__title h1 {
  font-size: 100px;
  font-family: Barlow;
  font-weight: 600;
  color: #EAEAEA;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 12px;
  margin: 5rem;
}
@media screen and (max-width: 767.98px) {
  .cpartner__actualites__title h1 {
    font-size: 36px;
    margin: 7rem 2rem 0rem 2rem;
  }
}
.cpartner__actualites__title h1::before {
  content: "";
  display: block;
  position: absolute;
  left: -8%;
  top: 55%;
  width: 2.5rem;
  height: 8px;
  background: #FF521C;
  transform: translateY(-50%);
}
@media screen and (max-width: 767.98px) {
  .cpartner__actualites__title h1::before {
    display: none;
  }
}

.cpartner__actualites__container {
  width: 75%;
  height: auto;
  display: flex;
  justify-content: center;
  margin: auto;
  padding-bottom: 5rem;
}
.cpartner__actualites__container .cpartner__actualites__posts__container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cpartner__actualites__container .cpartner__actualites__posts__container .cpartner__actualites__card {
  display: flex;
  flex-direction: column;
  width: 30%;
  height: auto;
  margin-bottom: 1.5rem;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767.98px) {
  .cpartner__actualites__container .cpartner__actualites__posts__container .cpartner__actualites__card {
    width: 100%;
  }
}
.cpartner__actualites__container .cpartner__actualites__posts__container .cpartner__actualites__card .cpartner__actualites__card__img {
  height: 18rem;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.98px) {
  .cpartner__actualites__container .cpartner__actualites__posts__container .cpartner__actualites__card .cpartner__actualites__card__img {
    height: 10rem;
  }
}
.cpartner__actualites__container .cpartner__actualites__posts__container .cpartner__actualites__card .cpartner__actualites__card__content {
  position: relative;
  height: auto;
  font-family: Barlow;
  padding: 5%;
  background: #FFF;
}
.cpartner__actualites__container .cpartner__actualites__posts__container .cpartner__actualites__card .cpartner__actualites__card__content h2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.cpartner__page__gallery__nav {
  margin: auto;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cpartner__page__gallery__nav ul {
  display: flex;
  list-style: none !important;
  column-gap: 4rem;
}
@media screen and (max-width: 767.98px) {
  .cpartner__page__gallery__nav ul {
    flex-direction: column;
    padding: 0;
    gap: 1rem;
    text-align: center;
  }
}
.cpartner__page__gallery__nav ul li a {
  color: #656565;
  text-decoration: none;
  font-family: Barlow;
  font-size: 26px;
  font-weight: 300;
  text-transform: uppercase;
}
.cpartner__page__gallery__nav ul li a.active-menu-item {
  color: #101C2F;
  font-weight: 600;
  display: inline-block;
  transform: scale(1.05);
}
.cpartner__page__gallery__nav ul li a.active-menu-item::before {
  content: "";
  display: block;
  position: absolute;
  margin-top: 1.2rem;
  margin-left: -0.5rem;
  height: 1rem;
  width: 55%;
  background: #FF521C;
  z-index: -1;
}

.cpartner__page__title {
  display: flex;
  justify-content: center;
  margin: 4rem 20%;
}
.cpartner__page__title h1 {
  display: flex;
  flex-wrap: wrap;
  font-size: 100px;
  font-family: Barlow;
  font-weight: 600;
  color: #EAEAEA;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 12px;
  margin: 5rem;
}
@media screen and (max-width: 767.98px) {
  .cpartner__page__title h1 {
    font-size: 40px;
    letter-spacing: 4px;
    margin-bottom: 2rem;
  }
}
.cpartner__page__title h1::before {
  content: "";
  display: block;
  position: absolute;
  left: -12%;
  top: 55%;
  width: 2.5rem;
  height: 8px;
  background: #FF521C;
  transform: translateY(-50%);
}
@media screen and (max-width: 767.98px) {
  .cpartner__page__title h1::before {
    left: -1rem;
  }
}
@media screen and (max-width: 767.98px) {
  .cpartner__page__title h1::before {
    display: none;
  }
}

.cpartner__partners__page {
  background: #101C2F;
}
.cpartner__partners__page .cpartner__partners__intro h2 {
  position: relative;
  font-family: Raleway;
  font-weight: 600;
  font-size: 1.2rem;
  color: #FFF;
  width: 50%;
  margin: auto;
  text-align: left;
  padding: 4rem 0;
}
@media screen and (max-width: 767.98px) {
  .cpartner__partners__page .cpartner__partners__intro h2 {
    width: 100%;
    padding: 4rem 2rem;
  }
}
.cpartner__partners__page .cpartner__partners__intro h2::before {
  content: "";
  display: block;
  position: absolute;
  left: -2rem;
  background: #FF521C;
  width: 0.4rem;
  height: 3rem;
}
@media screen and (max-width: 767.98px) {
  .cpartner__partners__page .cpartner__partners__intro h2::before {
    left: 0;
  }
}

.cpartner__partners__map {
  display: flex;
  justify-content: center;
  height: 1500px;
}
.cpartner__partners__map .leaflet-container {
  height: 950px !important;
}
@media screen and (max-width: 767.98px) {
  .cpartner__partners__map .leaflet-container {
    height: 350px !important;
  }
}

.cpartner__page__gallery__nav {
  margin: auto;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cpartner__page__gallery__nav ul {
  display: flex;
  list-style: none !important;
  column-gap: 4rem;
}
@media screen and (max-width: 767.98px) {
  .cpartner__page__gallery__nav ul {
    flex-direction: column;
    padding: 0;
    gap: 1rem;
    text-align: center;
  }
}
.cpartner__page__gallery__nav ul li a {
  color: #656565;
  text-decoration: none;
  font-family: Barlow;
  font-size: 26px;
  font-weight: 300;
  text-transform: uppercase;
}
.cpartner__page__gallery__nav ul li a.active-menu-item {
  color: #101C2F;
  font-weight: 600;
  display: inline-block;
  transform: scale(1.05);
}
.cpartner__page__gallery__nav ul li a.active-menu-item::before {
  content: "";
  display: block;
  position: absolute;
  margin-top: 1.2rem;
  margin-left: -0.5rem;
  height: 1rem;
  width: 55%;
  background: #FF521C;
  z-index: -1;
}

.cpartner__page__gallery__title {
  display: flex;
  justify-content: center;
  margin: 4rem 0rem;
}
.cpartner__page__gallery__title h1 {
  font-size: 100px;
  font-family: Barlow;
  font-weight: 500;
  color: #EAEAEA;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 12px;
  margin: 5rem 5rem 0 5rem;
}
@media screen and (max-width: 767.98px) {
  .cpartner__page__gallery__title h1 {
    font-size: 40px;
  }
}
.cpartner__page__gallery__title h1::before {
  content: "";
  display: block;
  position: absolute;
  left: -12%;
  top: 55%;
  width: 2.5rem;
  height: 8px;
  background: #FF521C;
  transform: translateY(-50%);
}
@media screen and (max-width: 767.98px) {
  .cpartner__page__gallery__title h1::before {
    width: 1rem;
  }
}

.cpartner__page__gallery__content {
  padding: 1rem 10rem;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .cpartner__page__gallery__content {
    padding: 1rem 2rem;
  }
}
.cpartner__page__gallery__content .cpartner__page__gallery__image__container {
  width: 30%;
  padding: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .cpartner__page__gallery__content .cpartner__page__gallery__image__container {
    width: 45%;
  }
}
.cpartner__page__gallery__content .cpartner__page__gallery__image__container img {
  width: 100%;
  height: auto;
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  background: white !important;
  padding: 5rem !important;
}
#baguetteBox-overlay .full-image img {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px rgba(128, 128, 128, 0.1215686275) solid;
}

#close-button {
  color: black;
}

.baguetteBox-button {
  background: transparent !important;
}
.baguetteBox-button svg polyline {
  stroke: #101C2F;
}
.baguetteBox-button svg g {
  stroke: #101C2F;
}

.cpartner__page__contact__content .cpartner__page__contact__content__infos {
  display: flex;
  height: 40rem;
  margin-bottom: -10rem;
  background: #101C2F;
  padding: 0 10%;
}
@media screen and (max-width: 767.98px) {
  .cpartner__page__contact__content .cpartner__page__contact__content__infos {
    flex-direction: column-reverse;
    justify-content: center;
    height: 60rem;
    gap: 2rem;
  }
}
.cpartner__page__contact__content .cpartner__page__contact__content__infos .content__infos__col__img {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991.98px) {
  .cpartner__page__contact__content .cpartner__page__contact__content__infos .content__infos__col__img {
    width: 100%;
  }
}
.cpartner__page__contact__content .cpartner__page__contact__content__infos .content__infos__col__img img {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 767.98px) {
  .cpartner__page__contact__content .cpartner__page__contact__content__infos .content__infos__col__img img {
    width: 100%;
  }
}
.cpartner__page__contact__content .cpartner__page__contact__content__infos .content__infos__col__content {
  width: 40%;
  color: #FFF;
  font-family: Barlow;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  font-size: 1.5rem;
}
@media screen and (max-width: 991.98px) {
  .cpartner__page__contact__content .cpartner__page__contact__content__infos .content__infos__col__content {
    width: 100%;
  }
}
.cpartner__page__contact__content .cpartner__page__contact__content__infos .content__infos__col__content h2 {
  position: relative;
  padding-bottom: 1.5rem;
}
.cpartner__page__contact__content .cpartner__page__contact__content__infos .content__infos__col__content h2::before {
  content: "";
  display: block;
  position: absolute;
  left: -2rem;
  background: #FF521C;
  width: 0.4rem;
  height: 3rem;
}
.cpartner__page__contact__content .cpartner__page__contact__content__infos .content__infos__col__content:nth-child(2) {
  padding-left: 2rem;
}
.cpartner__page__contact__content .cpartner__page__contact__content__infos .content__infos__col__content div {
  padding: 1.5rem 0;
}
.cpartner__page__contact__content .cpartner__page__contact__content__infos .content__infos__col__content div a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #FFF;
  padding-bottom: 0.5rem;
  gap: 0.5rem;
}
.cpartner__page__contact__content .cpartner__page__contact__content__infos .content__infos__col__content div a:hover {
  color: #FF521C;
}

.cpartner__bras {
  display: block;
  flex-direction: column;
  width: 80%;
  padding: 5rem 0 10rem 0;
  margin: auto;
}
@media screen and (max-width: 991.98px) {
  .cpartner__bras {
    padding: 0 0 4rem 0;
  }
}
.cpartner__bras .cpartner__bras__title {
  display: flex;
  justify-content: flex-start;
  margin-left: 20%;
  margin-top: 10%;
}
@media screen and (max-width: 767.98px) {
  .cpartner__bras .cpartner__bras__title {
    margin-top: 25%;
    margin-left: 0;
  }
}
.cpartner__bras .cpartner__bras__title h1 {
  font-size: 100px;
  font-family: Barlow;
  font-weight: 600;
  color: #EAEAEA;
  position: relative;
  max-width: 32rem;
  text-transform: uppercase;
  letter-spacing: 10px;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991.98px) {
  .cpartner__bras .cpartner__bras__title h1 {
    font-size: 32px;
    letter-spacing: 4px;
  }
}
.cpartner__bras .cpartner__bras__title h1::before {
  content: "";
  display: block;
  position: absolute;
  left: -8%;
  top: 50%;
  width: 1.5rem;
  height: 8px;
  background: #FF521C;
  transform: translateY(-50%);
}
@media screen and (max-width: 767.98px) {
  .cpartner__bras .cpartner__bras__title h1::before {
    width: 0.5rem;
  }
}
.cpartner__bras .cpartner__bras__content {
  display: flex;
}
@media screen and (max-width: 991.98px) {
  .cpartner__bras .cpartner__bras__content {
    flex-direction: column;
    gap: 2rem;
  }
}
.cpartner__bras .cpartner__bras__content .col__video {
  display: flex;
  align-items: start;
  width: 50%;
}
@media screen and (max-width: 991.98px) {
  .cpartner__bras .cpartner__bras__content .col__video {
    width: 100%;
  }
}
.cpartner__bras .cpartner__bras__content .col__video .video {
  width: 100%;
}
.cpartner__bras .cpartner__bras__content .col__video .video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.cpartner__bras .cpartner__bras__content .col__content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 5%;
  gap: 2rem;
}
@media screen and (max-width: 991.98px) {
  .cpartner__bras .cpartner__bras__content .col__content {
    width: 100%;
    padding: 0;
  }
}
.cpartner__bras .cpartner__bras__content .col__content p {
  font-family: Barlow;
  line-height: 2rem;
  font-size: 20px;
}
.cpartner__bras .cpartner__bras__content .col__content a {
  text-transform: uppercase;
  width: fit-content;
  padding: 20px 25px;
  background: #FF521C;
  cursor: pointer;
  border: none;
  color: #FFF;
  font-size: 17px;
  font-family: Barlow;
  text-decoration: none !important;
}

.cpartner__page__accessoires {
  position: relative;
  width: 80%;
  margin: auto;
}
.cpartner__page__accessoires .cpartner__page__accessoires__title {
  display: flex;
  justify-content: flex-start;
  margin-left: 20%;
  margin-top: 10%;
}
@media screen and (max-width: 767.98px) {
  .cpartner__page__accessoires .cpartner__page__accessoires__title {
    margin-top: 25%;
    margin-left: 10%;
  }
}
.cpartner__page__accessoires .cpartner__page__accessoires__title h1 {
  font-size: 100px;
  font-family: Barlow;
  font-weight: 600;
  color: #EAEAEA;
  position: relative;
  max-width: 32rem;
  text-transform: uppercase;
  letter-spacing: 10px;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991.98px) {
  .cpartner__page__accessoires .cpartner__page__accessoires__title h1 {
    font-size: 32px;
    letter-spacing: 4px;
  }
}
.cpartner__page__accessoires .cpartner__page__accessoires__title h1::before {
  content: "";
  display: block;
  position: absolute;
  left: -8%;
  top: 50%;
  width: 1.5rem;
  height: 8px;
  background: #FF521C;
  transform: translateY(-50%);
}
@media screen and (max-width: 767.98px) {
  .cpartner__page__accessoires .cpartner__page__accessoires__title h1::before {
    width: 0.5rem;
  }
}
.cpartner__page__accessoires .cpartner__page__accessoires__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.cpartner__page__accessoires .cpartner__page__accessoires__content .cpartner__page__accessoires__categories {
  display: flex;
  gap: 2rem;
}
.cpartner__page__accessoires .cpartner__page__accessoires__content .cpartner__page__accessoires__categories p {
  position: relative;
  color: #656565;
  text-decoration: none;
  font-family: Barlow;
  font-size: 26px;
  color: #101C2F;
  font-weight: 300;
  text-transform: uppercase;
  cursor: pointer;
}
.cpartner__page__accessoires .cpartner__page__accessoires__content .cpartner__page__accessoires__categories p.active-menu-item {
  color: #101C2F;
  font-weight: 600;
  display: inline-block;
  transform: scale(1.05);
}
.cpartner__page__accessoires .cpartner__page__accessoires__content .cpartner__page__accessoires__categories p.active-menu-item::before {
  content: "";
  display: block;
  position: absolute;
  margin-top: 1.2rem;
  margin-left: -0.5rem;
  height: 1rem;
  width: 55%;
  background: #FF521C;
  z-index: -1;
}
.cpartner__page__accessoires .cpartner__page__accessoires__content .cpartner__page__accessoires__categories .cpartner__page__accessoires__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 5rem 0;
  flex-wrap: wrap;
}
.cpartner__page__accessoires .cpartner__page__accessoires__content .cpartner__page__accessoires__categories .cpartner__page__accessoires__list .cpartner__page__accessoires__list__item {
  width: 23%;
  min-width: 20rem;
}
.cpartner__page__accessoires .cpartner__page__accessoires__content .cpartner__page__accessoires__categories .cpartner__page__accessoires__list .cpartner__page__accessoires__list__item figure {
  outline: 1px rgba(0, 0, 0, 0.1294117647) solid;
  padding: 1rem;
}
.cpartner__page__accessoires .cpartner__page__accessoires__content .cpartner__page__accessoires__categories .cpartner__page__accessoires__list .cpartner__page__accessoires__list__item figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  max-height: 11rem;
}
.cpartner__page__accessoires .cpartner__page__accessoires__content .cpartner__page__accessoires__categories .cpartner__page__accessoires__list .cpartner__page__accessoires__list__item figure figcaption {
  font-family: Barlow;
  padding: 0.5rem 0;
  font-style: italic;
  font-size: 12.5px;
}

#cp__header__burger {
  width: 60px;
  height: 45px;
  margin-right: 2rem;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  #cp__header__burger {
    margin-right: 0rem;
    width: 41px;
    height: 22.5px;
  }
}

#cp__header__burger span {
  display: block;
  position: absolute;
  height: 6px;
  width: 60%;
  background: #FF521C;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#cp__header__burger span:nth-child(2) {
  width: 80%;
}
#cp__header__burger span:nth-child(4) {
  width: 100%;
}

#cp__header__burger span:nth-child(1) {
  top: 0px;
}

#cp__header__burger span:nth-child(2),
#cp__header__burger span:nth-child(3) {
  top: 18px;
}
@media screen and (max-width: 767.98px) {
  #cp__header__burger span:nth-child(2),
  #cp__header__burger span:nth-child(3) {
    top: 12px;
  }
}

#cp__header__burger span:nth-child(4) {
  top: 36px;
}
@media screen and (max-width: 767.98px) {
  #cp__header__burger span:nth-child(4) {
    top: 25px;
  }
}

#cp__header__burger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#cp__header__burger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#cp__header__burger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#cp__header__burger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 0%;
  transition: 0.000001s;
}

.hundredPercent {
  width: 100% !important;
}

.cpartner__page__gallery__nav {
  margin: auto;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cpartner__page__gallery__nav ul {
  display: flex;
  list-style: none !important;
  column-gap: 4rem;
}
@media screen and (max-width: 767.98px) {
  .cpartner__page__gallery__nav ul {
    flex-direction: column;
    padding: 0;
    gap: 1rem;
    text-align: center;
  }
}
.cpartner__page__gallery__nav ul li a {
  color: #656565;
  text-decoration: none;
  font-family: Barlow;
  font-size: 26px;
  font-weight: 300;
  text-transform: uppercase;
}
.cpartner__page__gallery__nav ul li a.active-menu-item {
  color: #101C2F;
  font-weight: 600;
  display: inline-block;
  transform: scale(1.05);
}
.cpartner__page__gallery__nav ul li a.active-menu-item::before {
  content: "";
  display: block;
  position: absolute;
  margin-top: 1.2rem;
  margin-left: -0.5rem;
  height: 1rem;
  width: 55%;
  background: #FF521C;
  z-index: -1;
}

.cp__header {
  height: 5rem;
  width: 100%;
  display: flex;
  position: fixed;
  top: 0;
  background: #FFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  transition: transform 0.3s ease;
  z-index: 9;
}
.cp__header .cp__header__logo__link {
  width: 10rem !important;
}
.cp__header .cp__header__logo__link .cp__header__logo {
  width: 9rem;
  margin-left: 5rem;
  padding: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .cp__header .cp__header__logo__link .cp__header__logo {
    width: 8rem;
    margin-left: 1rem;
  }
}
.cp__header .cp__header__icons {
  display: flex;
  flex-direction: row;
  position: absolute;
  right: 25rem;
  top: 0;
  height: 5rem;
}
@media screen and (max-width: 767.98px) {
  .cp__header .cp__header__icons {
    display: none;
  }
}
.cp__header .cp__header__icons .cp__header__contact {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cp__header .cp__header__icons .cp__header__contact .cp__header__contact__number {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.1rem;
  color: #FFF;
  background: #101C2F;
  font-family: Barlow;
}
.cp__header .cp__header__icons .cp__header__contact .cp__header__contact__number .number-value {
  opacity: 0;
  transform: scale(0);
  text-decoration: none;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -2rem;
  font-size: 1rem;
  height: 100%;
  width: 100%;
}
.cp__header .cp__header__icons .cp__header__contact .cp__header__contact__icon {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  color: #FFF;
  background: #101C2F;
  cursor: pointer;
}
.cp__header .cp__header__icons .cp__header__contact .cp__header__contact__icon .iconify {
  font-size: 1.2rem;
}
.cp__header .cp__header__icons .cp__header__languages {
  display: none;
  align-items: center;
  justify-content: center;
  background: #101C2F;
  width: 3rem;
  height: 100%;
  color: #FFF;
  transition: width 0.3s ease, background 0.3s ease;
  font-size: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  font-family: Barlow;
  cursor: pointer;
}
.cp__header .cp__header__icons .cp__header__languages:hover {
  width: 10rem;
  background: #FF521C;
}
.cp__header .cp__header__icons .cp__header__languages .gt-current-wrapper {
  font-weight: bold;
}
.cp__header .cp__header__icons .cp__header__languages:hover #menu-menu-de-traduction li .gt-current-wrapper {
  display: none;
}
.cp__header .cp__header__icons .cp__header__languages:hover #menu-menu-de-traduction .dropdown-menu {
  display: flex;
  height: 100%;
  opacity: 1;
  padding: 0;
  gap: 0.5rem;
  transition: 3s;
  animation: goLeft 0.3s forwards;
}
@keyframes goLeft {
  0% {
    margin-left: 4rem;
  }
  100% {
    margin-left: 0;
  }
}
.cp__header .cp__header__icons .cp__header__languages #menu-menu-de-traduction {
  list-style: none;
  padding: 0;
  height: 100%;
}
.cp__header .cp__header__icons .cp__header__languages #menu-menu-de-traduction li a {
  text-decoration: none;
  color: #FFF;
}
.cp__header .cp__header__icons .cp__header__languages #menu-menu-de-traduction .dropdown-menu {
  list-style: none;
  display: none;
  opacity: 0;
  margin-left: 4rem;
  transition: 2s;
}
.cp__header .cp__header__nav {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-around;
  top: 50%;
  transform: translate(-25%, -50%);
  right: 0;
  width: 10rem;
}
@media screen and (max-width: 767.98px) {
  .cp__header .cp__header__nav {
    flex-direction: row-reverse;
    transform: translate(-5%, -50%);
  }
}
.cp__header .cp__header__nav .cp__header__socials {
  width: 5rem;
  display: flex;
}
.cp__header .cp__header__nav .cp__header__socials a {
  text-decoration: none;
  color: inherit;
}
.cp__header .cp__header__nav .cp__header__socials a .iconify {
  margin-top: 5px;
  font-size: 1.8rem;
}
.cp__header .cp__header__nav .cp__header__socials a .iconify:first-child {
  margin-right: 5px;
}
.cp__header .cp__header__nav .cp__header__exit {
  cursor: pointer;
  display: none;
  justify-content: center;
}
.cp__header .cp__header__nav .cp__header__exit .iconify {
  font-size: 3.2rem;
  color: #FF521C;
}
.cp__header .cp__header__menu {
  height: 100vh;
  width: 28.1rem;
  background: rgba(237, 237, 237, 0.86);
  backdrop-filter: blur(5px);
  position: absolute;
  top: 5rem;
  right: 0;
  display: none;
  padding-top: 7rem;
}
@media screen and (max-width: 767.98px) {
  .cp__header .cp__header__menu {
    width: 23rem;
    padding-top: 2rem;
  }
}
.cp__header .cp__header__menu ul {
  list-style: none;
}
@media screen and (max-width: 767.98px) {
  .cp__header .cp__header__menu ul {
    text-align: left;
  }
}
.cp__header .cp__header__menu ul li {
  font-family: Raleway;
  text-transform: uppercase;
  transition: 0.2s;
  position: relative;
}
.cp__header .cp__header__menu ul li:not(:last-child) {
  margin-bottom: 2.2rem;
}
.cp__header .cp__header__menu ul li a {
  text-decoration: none;
  font-size: 1.5rem;
  color: rgb(95, 95, 95);
  position: relative;
  z-index: 2;
}
.cp__header .cp__header__menu ul li a:hover {
  color: #101C2F;
  font-weight: 600;
  display: inline-block;
  transform: scale(1.05);
}
.cp__header .cp__header__menu ul li a::before {
  content: "";
  display: none;
  position: absolute;
  margin-top: 1.2rem;
  margin-left: -0.5rem;
  height: 1rem;
  width: 55%;
  background: #FF521C;
  z-index: -1;
}
.cp__header .cp__header__menu ul li a:hover::before {
  display: block;
}
.cp__header .cp__header__menu .mobile__translation {
  display: none;
}
@media screen and (min-width: 992px) {
  .cp__header .cp__header__menu .mobile__translation {
    display: none;
  }
}
.cp__header .cp__header__menu .mobile__translation .menu {
  padding: 0;
}
.cp__header .cp__header__menu .mobile__translation .menu .gt-current-wrapper {
  display: none !important;
}
.cp__header .cp__header__menu .mobile__translation .menu li a {
  text-decoration: none;
  color: #FFF;
}
.cp__header .cp__header__menu .mobile__translation .menu .dropdown-menu {
  padding: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 1rem;
}
.cp__header .cp__header__menu .mobile__translation .menu .dropdown-menu li a {
  color: rgb(95, 95, 95);
}
.cp__header .cp__header__menu .mobile__translation .menu .dropdown-menu li .gt-current-lang {
  color: #101C2F;
}
.cp__header .cp__header__menu .mobile__translation .menu .dropdown-menu li .gt-current-lang::before {
  content: "";
  display: block;
  position: absolute;
  margin-top: 1.2rem;
  margin-left: -0.5rem;
  height: 1rem;
  width: 55%;
  background: #FF521C;
  z-index: -1;
}

footer {
  height: 10rem;
  width: 100%;
  background: #101C2F;
  display: flex;
  align-items: center;
  padding: 0 10%;
}
@media screen and (max-width: 767.98px) {
  footer {
    height: 30rem;
  }
}
footer .cpartner__footer__content {
  display: flex;
  column-gap: 4rem;
  font-family: Barlow;
}
@media screen and (max-width: 767.98px) {
  footer .cpartner__footer__content {
    flex-direction: column-reverse;
    gap: 1rem;
  }
}
footer .cpartner__footer__content .cpartner__footer__logo {
  width: 10rem;
  height: 5rem;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 1rem;
}
footer .cpartner__footer__content .cpartner__footer__text {
  width: 20%;
  line-height: 1.5rem;
  font-weight: 30;
  font-size: 14px;
  color: #FFF;
}
@media screen and (max-width: 767.98px) {
  footer .cpartner__footer__content .cpartner__footer__text {
    width: auto;
  }
}
footer .cpartner__footer__content .menu__footer__container ul {
  list-style: none;
  padding: 0;
}
footer .cpartner__footer__content .menu__footer__container ul li a {
  text-decoration: none;
  color: #FFF;
}

.cpartner__home__product__section {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  width: 65%;
  margin: auto;
}
@media screen and (max-width: 767.98px) {
  .cpartner__home__product__section {
    width: 80%;
  }
}
.cpartner__home__product__section a {
  flex: 32.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 1rem;
  text-decoration: none;
  color: #101C2F;
}
@media screen and (max-width: 767.98px) {
  .cpartner__home__product__section a {
    flex: 50%;
  }
}
.cpartner__home__product__section a .cpartner__home__product__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 25.5vw;
}
@media screen and (max-width: 767.98px) {
  .cpartner__home__product__section a .cpartner__home__product__card {
    height: 20rem;
    margin-bottom: 3rem !important;
    margin-top: 1rem !important;
  }
}
.cpartner__home__product__section a .cpartner__home__product__card .product__card__img__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  height: 430px;
}
.cpartner__home__product__section a .cpartner__home__product__card .product__card__img__container img {
  max-width: 100%;
  max-height: 100%;
  transition: 0.3s;
}
.cpartner__home__product__section a .cpartner__home__product__card .product__card__img__container button {
  display: none;
  position: absolute;
  text-transform: uppercase;
  width: 14rem;
  padding: 20px 25px;
  background: #FF521C;
  cursor: pointer;
  border: none;
  color: #FFF;
  font-size: 17px;
}
.cpartner__home__product__section a .cpartner__home__product__card hr {
  height: 4px;
  width: 18%;
  margin: 0;
  border: none;
  background: #101C2F;
}
.cpartner__home__product__section a .cpartner__home__product__card p:nth-of-type(1) {
  font-family: Raleway;
  text-transform: uppercase;
  margin-bottom: 1rem;
  opacity: 0;
}
@media screen and (max-width: 991.98px) {
  .cpartner__home__product__section a .cpartner__home__product__card p:nth-of-type(1) {
    opacity: 1;
  }
}
.cpartner__home__product__section a .cpartner__home__product__card p:nth-of-type(2) {
  text-transform: uppercase;
  text-decoration: none;
  color: #101C2F;
  font-family: Barlow;
  margin-top: 1rem;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 1px;
  transition: 0.3s;
}
@media screen and (max-width: 991.98px) {
  .cpartner__home__product__section a .cpartner__home__product__card p:nth-of-type(2) {
    text-align: center;
    padding: 0 1rem;
  }
}
.cpartner__home__product__section .cpartner__home__product__card:nth-child(1),
.cpartner__home__product__section .cpartner__home__product__card:nth-child(2) {
  margin-bottom: 5rem;
}

.cpartner__home__product__card__link {
  position: relative;
  border: 1px #EAEAEA solid;
}
.cpartner__home__product__card__link .product__card__cta {
  background: #FF521C;
  color: #FFF;
  font-weight: 600;
  padding: 15px 20px;
}
.cpartner__home__product__card__link:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}
@media screen and (max-width: 991.98px) {
  .cpartner__home__product__card__link:hover img {
    transform: none;
  }
}
.cpartner__home__product__card__link:hover .product__card__cta {
  opacity: 1 !important;
}
.cpartner__home__product__card__link:hover .product__card__separator {
  background: #FF521C;
}
.cpartner__home__product__card__link:hover .product__card__name {
  color: #FF521C;
  margin-bottom: -2.5rem;
}
@media screen and (max-width: 991.98px) {
  .cpartner__home__product__card__link:hover .product__card__name {
    color: inherit;
    margin-bottom: 0;
  }
}
.cpartner__home__product__card__link:hover:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  content: "";
  width: 50%;
  background: rgba(255, 255, 255, 0.05);
}
.cpartner__home__product__card__link:hover span:nth-child(1) {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #FF521C, #FF521C);
  animation: animate1 0.4s linear forwards;
}
.cpartner__home__product__card__link:hover span:nth-child(2) {
  position: absolute;
  top: 0rem;
  right: 0rem;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #FF521C, #FF521C);
  animation: animate2 0.4s linear forwards;
}
.cpartner__home__product__card__link:hover span:nth-child(3) {
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, #FF521C, #FF521C);
  animation: animate3 0.4s linear forwards;
}
.cpartner__home__product__card__link:hover span:nth-child(4) {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 2px;
  height: 100%;
  background: linear-gradient(to top, #FF521C, #FF521C);
  animation: animate4 0.4s linear forwards;
}
@media screen and (max-width: 991.98px) {
  .cpartner__home__product__card__link:hover span:nth-child(1),
  .cpartner__home__product__card__link:hover span:nth-child(2),
  .cpartner__home__product__card__link:hover span:nth-child(3),
  .cpartner__home__product__card__link:hover span:nth-child(4) {
    display: none;
  }
}

@keyframes animate1 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes animate2 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes animate3 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes animate4 {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.cpartner__home__post__section {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 18rem;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .cpartner__home__post__section {
    margin-bottom: 0;
  }
}
.cpartner__home__post__section .cpartner__home__post__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .cpartner__home__post__section .cpartner__home__post__container {
    gap: 1.5rem;
    width: 75%;
  }
}
.cpartner__home__post__section .cpartner__home__post__container .cpartner__home__post__card {
  display: flex;
  flex-direction: column;
  min-height: 25rem;
  width: 25%;
  min-width: 350px;
  max-width: 500px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
}
.cpartner__home__post__section .cpartner__home__post__container .cpartner__home__post__card .cpartner__home__post__img {
  min-height: 16rem;
  width: 100%;
  background-size: cover;
}
.cpartner__home__post__section .cpartner__home__post__container .cpartner__home__post__card .cpartner__home__post__content {
  position: relative;
  height: auto;
  min-height: 17rem;
  font-family: Barlow;
  padding: 5%;
  background: #FFF;
}
.cpartner__home__post__section .cpartner__home__post__container .cpartner__home__post__card .cpartner__home__post__content h2 {
  padding-top: 0.5rem;
}
.cpartner__home__post__section .cpartner__home__post__container .cpartner__home__post__card .cpartner__home__post__content p {
  padding: 0.5rem 0rem 2rem 0rem;
}
.cpartner__home__post__section .cpartner__home__post__bg {
  position: absolute;
  z-index: 1;
  top: 15rem;
  width: 100%;
  height: 28rem;
  background: #D9E0EC;
}
.cpartner__home__post__section .cpartner__home__post__bg img {
  position: absolute;
  width: 30%;
  margin-top: 20rem;
  margin-left: 8%;
}

.cpartner__home__client__section {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cpartner__home__client__section .cpartner__home__client__container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 80%;
  padding-left: 3vw;
}
@media screen and (max-width: 767.98px) {
  .cpartner__home__client__section .cpartner__home__client__container {
    width: 90%;
  }
}
.cpartner__home__client__section .cpartner__home__client__container .cpartner__home__client__card {
  width: 12rem;
  height: 12rem;
  border: 1px #EAEAEA solid;
  margin: 2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767.98px) {
  .cpartner__home__client__section .cpartner__home__client__container .cpartner__home__client__card {
    width: 6rem;
    height: 6rem;
  }
}

.cpartner__home__comp__section {
  width: 70%;
  margin: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .cpartner__home__comp__section {
    width: 90%;
  }
}
.cpartner__home__comp__section .cpartner__home__comp__item .slide {
  display: flex;
}
.cpartner__home__comp__section .cpartner__home__comp__item .slide .slide__img__container {
  width: 42rem;
  height: 42rem;
}
@media screen and (max-width: 767.98px) {
  .cpartner__home__comp__section .cpartner__home__comp__item .slide .slide__img__container {
    height: 32rem;
  }
}
.cpartner__home__comp__section .cpartner__home__comp__item .slide .slide__img__container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cpartner__home__comp__section .slide__content {
  background: #FFF;
  position: absolute;
  top: 9rem;
  right: 0;
  width: 40rem;
  height: 27rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
@media screen and (max-width: 767.98px) {
  .cpartner__home__comp__section .slide__content {
    width: auto;
    bottom: 0;
    right: 0;
    top: unset;
    height: 9rem;
    width: 16rem;
  }
}
.cpartner__home__comp__section .slide__content .slide__content__caption {
  color: #101C2F;
  padding: 4rem;
  opacity: 1;
  transition: opacity 0.5s;
}
@media screen and (max-width: 767.98px) {
  .cpartner__home__comp__section .slide__content .slide__content__caption {
    padding: 1rem;
  }
}
.cpartner__home__comp__section .slide__content .slide__content__caption h2 {
  font-family: Barlow;
  font-weight: 600;
  font-size: 50px;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767.98px) {
  .cpartner__home__comp__section .slide__content .slide__content__caption h2 {
    font-size: 24px;
  }
}
.cpartner__home__comp__section .slide__content .slide__content__caption p {
  font-family: Barlow;
  font-weight: 400;
}
@media screen and (max-width: 767.98px) {
  .cpartner__home__comp__section .slide__content .slide__content__caption p {
    display: none;
  }
}
.cpartner__home__comp__section .slide__content .slide__content__caption.fade-out {
  animation: translateFade 1s forwards;
}
@keyframes translateFade {
  0% {
    transform: translateY(0%);
    opacity: 1;
  }
  50% {
    transform: translateY(18%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.cpartner__home__comp__section .slide__content a {
  position: absolute;
  bottom: 0;
  left: 4rem;
  background: #101C2F;
  color: #FFF;
  font-family: Barlow;
  text-decoration: none;
  text-transform: uppercase;
  padding: 25px 30px;
}
@media screen and (max-width: 767.98px) {
  .cpartner__home__comp__section .slide__content a {
    left: unset;
    bottom: -5rem;
  }
}
.cpartner__home__comp__section .slide__content a:hover {
  background: #FF521C;
}
.cpartner__home__comp__section .slick-dots {
  list-style: none;
  display: flex;
  align-items: center;
  width: fit-content;
  position: absolute;
  background: #101C2F;
  bottom: 0;
  right: 0;
  z-index: 3;
  height: 5rem;
  padding-right: 1rem;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .cpartner__home__comp__section .slick-dots {
    height: 3rem;
  }
}
.cpartner__home__comp__section .slick-dots li button {
  background: transparent;
  border: none;
  color: #FFF;
  padding: 0 0.8rem;
  cursor: pointer;
}
.cpartner__home__comp__section .slick-dots .slick-active button {
  color: #FF521C;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  text-decoration-color: #FF521C;
}

.cpartner__btn--resize {
  position: absolute;
  bottom: 0;
  left: 1.5rem;
  text-transform: uppercase;
  text-decoration: none;
  width: 12rem;
  padding: 25px 20px;
  background: #101C2F;
  border: none;
  color: #FFF;
  transition: 0.3s;
}
.cpartner__btn--resize:hover {
  background: #FF521C;
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  .cpartner__btn--resize {
    padding: 16px 33px;
  }
}

.cpartner__page__gallery__nav {
  margin: auto;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cpartner__page__gallery__nav ul {
  display: flex;
  list-style: none !important;
  column-gap: 4rem;
}
@media screen and (max-width: 767.98px) {
  .cpartner__page__gallery__nav ul {
    flex-direction: column;
    padding: 0;
    gap: 1rem;
    text-align: center;
  }
}
.cpartner__page__gallery__nav ul li a {
  color: #656565;
  text-decoration: none;
  font-family: Barlow;
  font-size: 26px;
  font-weight: 300;
  text-transform: uppercase;
}
.cpartner__page__gallery__nav ul li a.active-menu-item {
  color: #101C2F;
  font-weight: 600;
  display: inline-block;
  transform: scale(1.05);
}
.cpartner__page__gallery__nav ul li a.active-menu-item::before {
  content: "";
  display: block;
  position: absolute;
  margin-top: 1.2rem;
  margin-left: -0.5rem;
  height: 1rem;
  width: 55%;
  background: #FF521C;
  z-index: -1;
}

.cpartner__contact__section {
  height: 118vh;
  width: 100%;
  background: #EAEAEA;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  margin-top: 10rem;
  flex-direction: column;
  z-index: 3;
}
@media screen and (max-width: 991.98px) {
  .cpartner__contact__section {
    height: auto;
    margin-top: 8rem;
  }
}
.cpartner__contact__section .bubble-home {
  position: absolute;
  top: -4rem;
  width: 31%;
  right: 14rem;
}
@media screen and (max-width: 767.98px) {
  .cpartner__contact__section .bubble-home {
    position: absolute;
    top: -7rem;
    width: 19rem;
    right: 3rem;
  }
}
.cpartner__contact__section .bubble-else {
  position: absolute;
  top: -5rem;
  width: 25%;
  left: 4rem;
}
@media screen and (max-width: 767.98px) {
  .cpartner__contact__section .bubble-else {
    top: -3rem;
  }
}
.cpartner__contact__section .cpartner__contact__form {
  padding: 4rem;
}
@media screen and (max-width: 767.98px) {
  .cpartner__contact__section .cpartner__contact__form {
    padding: 4rem 0 4rem 0;
  }
}
.cpartner__contact__section .cpartner__contact__form h2 {
  text-transform: uppercase;
  font-family: Raleway;
  font-size: 42px;
  color: #101C2F;
  margin-bottom: 2rem;
}
.cpartner__contact__section .cpartner__contact__form h2::after {
  content: "";
  margin-top: 1rem;
  display: block;
  background: #101C2F;
  width: 2rem;
  height: 2px;
}
.cpartner__contact__section .cpartner__contact__form form input[type=text],
.cpartner__contact__section .cpartner__contact__form form input[type=email] {
  font-family: Barlow;
  margin: 1rem 0rem;
  height: 4rem;
  width: 50vw !important;
  padding: 1rem;
  border: none;
}
@media screen and (max-width: 991.98px) {
  .cpartner__contact__section .cpartner__contact__form form input[type=text],
  .cpartner__contact__section .cpartner__contact__form form input[type=email] {
    width: auto !important;
  }
}
.cpartner__contact__section .cpartner__contact__form form textarea {
  margin: 1rem 0rem;
  width: 50vw !important;
  padding: 1rem;
  border: none;
}
@media screen and (max-width: 991.98px) {
  .cpartner__contact__section .cpartner__contact__form form textarea {
    width: 80vw !important;
  }
}
.cpartner__contact__section .cpartner__contact__form form textarea::placeholder {
  font-family: Barlow;
  text-transform: uppercase;
}
.cpartner__contact__section .cpartner__contact__form form .wpcf7-not-valid-tip {
  font-family: Raleway;
}
.cpartner__contact__section .cpartner__contact__form form .wpcf7-submit {
  text-transform: uppercase;
  text-decoration: none;
  width: 10rem;
  padding: 25px 30px;
  margin-top: 1rem;
  background: #101C2F;
  border: none;
  color: #FFF;
}
.cpartner__contact__section .cpartner__contact__form form .wpcf7-submit:hover {
  background: #FF521C;
  cursor: pointer;
}
.cpartner__contact__section .cpartner__contact__form form .wpcf7-response-output {
  font-family: Raleway;
}

.--border-top {
  border-top: 10rem #101C2F solid;
}

.cpartner__page__exit {
  position: sticky;
  z-index: 3;
  top: 5.5rem;
  margin-left: -4rem;
  font-size: 64px;
  color: #101C2F;
  cursor: pointer;
}
.cpartner__page__exit.--expertise {
  position: relative;
  margin-left: -2rem;
  top: 3.5rem;
}
@media screen and (min-width: 992px) {
  .cpartner__page__exit.--expertise {
    top: 4.5rem;
  }
}
.cpartner__page__exit.--galerie {
  margin-left: 5rem;
}
@media screen and (max-width: 767.98px) {
  .cpartner__page__exit.--galerie {
    margin-left: 0rem;
    font-size: 40px;
  }
}
.cpartner__page__exit.--default {
  position: absolute;
  top: 20%;
  left: 8%;
}
@media screen and (max-width: 767.98px) {
  .cpartner__page__exit.--default {
    top: 10% !important;
    left: 15%;
  }
}

.cpartner__page__gallery__nav {
  margin: auto;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cpartner__page__gallery__nav ul {
  display: flex;
  list-style: none !important;
  column-gap: 4rem;
}
@media screen and (max-width: 767.98px) {
  .cpartner__page__gallery__nav ul {
    flex-direction: column;
    padding: 0;
    gap: 1rem;
    text-align: center;
  }
}
.cpartner__page__gallery__nav ul li a {
  color: #656565;
  text-decoration: none;
  font-family: Barlow;
  font-size: 26px;
  font-weight: 300;
  text-transform: uppercase;
}
.cpartner__page__gallery__nav ul li a.active-menu-item {
  color: #101C2F;
  font-weight: 600;
  display: inline-block;
  transform: scale(1.05);
}
.cpartner__page__gallery__nav ul li a.active-menu-item::before {
  content: "";
  display: block;
  position: absolute;
  margin-top: 1.2rem;
  margin-left: -0.5rem;
  height: 1rem;
  width: 55%;
  background: #FF521C;
  z-index: -1;
}

body {
  margin: 0;
  overflow-x: hidden;
}
body * {
  box-sizing: border-box;
}
body h1, body h2, body h3, body h4, body h5, body h6, body p {
  margin: 0;
}

@font-face {
  font-family: Barlow;
  src: url("assets/fonts/Barlow/Barlow-Bold.ttf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Barlow;
  src: url("assets/fonts/Barlow/Barlow-Medium.ttf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Barlow;
  src: url("assets/fonts/Barlow/Barlow-Regular.ttf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Barlow;
  src: url("assets/fonts/Barlow/Barlow-Light.ttf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Raleway;
  src: url("assets/fonts/Barlow/Raleway-Bold.ttf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Raleway;
  src: url("assets/fonts/Barlow/Raleway-SemiBold.ttf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Raleway;
  src: url("assets/fonts/Barlow/Raleway-Regular.ttf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Raleway;
  src: url("assets/fonts/Barlow/Raleway-Light.ttf") format("opentype");
  font-weight: 300;
  font-style: normal;
}