<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
main,
.primary-header {
  max-width: none;
}

.button {
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  width: fit-content;
  font-size: 14px;
  font-weight: 900;
  padding: 0.35rem 1.5rem;
}
.button &gt; .icon,
.button img {
  margin-right: 10px;
}
.button:hover {
  border: 1px solid #CA0045;
  background-color: #CA0045;
  color: #fff;
}

.button--filet--entreprise {
  border-color: #8B4986;
}

.button--filet--medical {
  border-color: #2AA5B1;
}

.button--filet--pharma {
  border-color: #71AC53;
}

.button--filet--asso-ce {
  border-color: #E18530;
}

.button--black {
  background-color: #171E21;
  border: 1px solid black;
  color: #fff;
}
.button--black:hover {
  background-color: #CA0045;
  color: #fff;
}

.button--bg-white {
  background-color: #fff;
  color: #171E21;
  border: 1px solid white;
}
.button--bg-white:hover {
  color: #CA0045;
  background-color: white;
}

.button--souligne {
  padding-right: 0 !important;
  padding-left: 0 !important;
  width: 100% !important;
  flex-direction: column;
}
.button--souligne:hover {
  background-color: transparent;
  border: none;
  color: #CA0045;
}

.align-baseline {
  align-items: baseline;
}

.items-center {
  align-items: center;
}

#breadcrumbs {
  display: none;
}
@media (min-width: 1170px) {
  #breadcrumbs {
    display: flex;
    margin-left: 4%;
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.banner-page {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 20vh;
}
@media (min-width: 640px) {
  .banner-page {
    height: 30vh;
  }
}
@media (min-width: 1170px) {
  .banner-page {
    height: 80vh;
  }
}

.section-title {
  position: relative;
  width: fit-content;
  margin: 0 auto 5vh auto;
}
.section-title h1 {
  color: #171E21;
  text-transform: inherit;
  font-weight: 400;
}
@media (min-width: 1170px) {
  .section-title h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.section-title h1 strong {
  font-weight: 900;
}
.section-title:after {
  position: absolute;
  content: "";
  width: 25%;
  height: 2px;
  background-color: #CA0045;
  border-radius: 20px;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
}

/**** Forms ****/
.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450;
}

.card--temoignage .card__temoin.couleur--pharma,
.card--temoignage.couleur--pharma,
.services-encarts__actu__cat .icon-sticker.pharma::before,
.services-encarts__temoignage__cat .icon-sticker.pharma::before,
.card--news .button--souligne.couleur--pharma,
.corner-services__link.couleur--pharma,
.services-accompagnement__titre-couleur.couleur--pharma,
.services-encarts__title h2 span.couleur--pharma,
.services-encarts.couleur--pharma .card__link .button--souligne {
  color: #71AC53;
}

.services-encarts.couleur--pharma .card__link .button--souligne:after {
  border-top: 2px solid #71AC53;
}

.services-outils.couleur--pharma {
  background-color: #71AC53;
}

.card--temoignage .card__temoin.couleur--medical,
.card--temoignage.couleur--medical,
.services-encarts__actu__cat .icon-sticker.medical::before,
.services-encarts__temoignage__cat .icon-sticker.medical::before,
.card--news .button--souligne.couleur--medical,
.corner-services__link.couleur--medical,
.services-accompagnement__titre-couleur.couleur--medical,
.services-encarts__title h2 span.couleur--medical,
.services-encarts.couleur--medical .card__link .button--souligne {
  color: #2AA5B1;
}

.services-encarts.couleur--medical .card__link .button--souligne:after {
  border-top: 2px solid #2AA5B1;
}

.services-outils.couleur--medical {
  background-color: #2AA5B1;
}

.card--temoignage .card__temoin.couleur--entreprise,
.card--temoignage.couleur--entreprise,
.services-encarts__actu__cat .icon-sticker.entreprise::before,
.services-encarts__temoignage__cat .icon-sticker.entreprise::before,
.card--news .button--souligne.couleur--entreprise,
.corner-services__link.couleur--entreprise,
.services-accompagnement__titre-couleur.couleur--entreprise,
.services-encarts__title h2 span.couleur--entreprise,
.services-encarts.couleur--entreprise .card__link .button--souligne {
  color: #8B4986;
}

.services-encarts.couleur--entreprise .card__link .button--souligne:after {
  border-top: 2px solid #8B4986;
}

.services-outils.couleur--entreprise {
  background-color: #8B4986;
}

.card--temoignage .card__temoin.couleur--asso-ce,
.card--temoignage.couleur--asso-ce,
.services-encarts__actu__cat .icon-sticker.asso-ce::before,
.services-encarts__temoignage__cat .icon-sticker.asso-ce::before,
.card--news .button--souligne.couleur--asso-ce,
.corner-services__link.couleur--asso-ce,
.services-accompagnement__titre-couleur.couleur--asso-ce,
.services-encarts__title h2 span.couleur--asso-ce,
.services-encarts.couleur--asso-ce .card__link .button--souligne {
  color: #E18530;
}

.services-encarts.couleur--asso-ce .card__link .button--souligne:after {
  border-top: 2px solid #E18530;
}

.services-outils.couleur--asso-ce {
  background-color: #E18530;
}

.card--temoignage .card__temoin.couleur--conseils,
.card--temoignage.couleur--conseils,
.services-encarts__actu__cat .icon-sticker.conseils::before,
.services-encarts__temoignage__cat .icon-sticker.conseils::before,
.card--news .button--souligne.couleur--conseils,
.corner-services__link.couleur--conseils,
.services-accompagnement__titre-couleur.couleur--conseils,
.services-encarts__title h2 span.couleur--conseils {
  color: #CA0045;
}

.services-outils.couleur--conseils {
  background-color: #CA0045;
}

/**** Page tpl services ****/
.services-outils .section-title:after {
  background-color: #fff !important;
}

.couleur--asso-ce .section-title:after {
  background-color: #E18530;
}
.couleur--asso-ce .sevices-expertise__item h3 {
  color: #E18530;
}
.couleur--asso-ce .sevices-expertise__link .button {
  color: #E18530;
}
.couleur--asso-ce .sevices-expertise__link .button:after {
  border-top: 2px solid #E18530;
}

.couleur--entreprise .section-title:after {
  background-color: #8B4986;
}
.couleur--entreprise .sevices-expertise__item h3 {
  color: #8B4986;
}
.couleur--entreprise .sevices-expertise__link .button {
  color: #8B4986;
}
.couleur--entreprise .sevices-expertise__link .button:after {
  border-top: 2px solid #8B4986;
}

.couleur--medical .section-title:after {
  background-color: #2AA5B1;
}
.couleur--medical .sevices-expertise__item h3 {
  color: #2AA5B1;
}
.couleur--medical .sevices-expertise__link .button {
  color: #2AA5B1;
}
.couleur--medical .sevices-expertise__link .button:after {
  border-top: 2px solid #2AA5B1;
}

.couleur--pharma .section-title:after {
  background-color: #71AC53;
}
.couleur--pharma .sevices-expertise__item h3 {
  color: #71AC53;
}
.couleur--pharma .sevices-expertise__link .button {
  color: #71AC53;
}
.couleur--pharma .sevices-expertise__link .button:after {
  border-top: 2px solid #71AC53;
}

.couleur--conseils .section-title:after {
  background-color: #CA0045;
}
.couleur--conseils .sevices-expertise__item h3 {
  color: #CA0045;
}
.couleur--conseils .sevices-expertise__link .button {
  color: #CA0045;
}
.couleur--conseils .sevices-expertise__link .button:after {
  border-top: 2px solid #CA0045;
}

/** Secondary header **/
.secondary-header {
  background-color: #171E21;
  text-transform: inherit;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}
@media (min-width: 1170px) {
  .secondary-header {
    display: block;
  }
}
.secondary-header .row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 85rem;
}
.secondary-header .row .button {
  margin-right: 20px;
  text-transform: inherit;
  padding: 0.1rem 1.5rem;
}
.secondary-header .row .button .icon {
  color: #CA0045;
}
.secondary-header .row .button:hover {
  color: #fff;
  border: 1px solid #CA0045;
  background-color: #CA0045;
}
.secondary-header .row .button:hover .icon {
  color: #fff;
}
.secondary-header .row .tel {
  margin-right: 20px;
}
.secondary-header .row .tel &gt; img {
  margin-right: 10px;
}

.primary-header {
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.16);
  z-index: 2;
  background-color: #171E21;
}
@media (min-width: 1170px) {
  .primary-header {
    background-color: white;
    background-image: none;
    height: auto;
  }
}
.primary-header &gt; .row {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 85rem;
}
.primary-header &gt; .row &gt; .columns {
  padding: 0;
}
@media (min-width: 1170px) {
  .primary-header .primary-nav__list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.primary-header .primary-nav__list li {
  max-width: none;
}
@media (min-width: 1170px) {
  .primary-header .primary-nav__list li {
    margin-left: 10px;
  }
}
@media (min-width: 1280px) {
  .primary-header .primary-nav__list li {
    margin-left: 20px;
  }
}
@media (min-width: 1170px) {
  .primary-header .primary-nav__list li a {
    color: #171E21;
    text-transform: uppercase;
    padding: 1.75rem 0.125rem 1.15rem 0.125rem !important;
    font-size: 0.9rem;
  }
}
@media (min-width: 1170px) and (min-width: 1280px) {
  .primary-header .primary-nav__list li a {
    font-size: 1rem;
  }
}
@media (min-width: 1170px) {
  .primary-header .primary-nav__list li a:after {
    border-bottom: 2px solid #CA0045;
    margin-left: 0;
  }
}
@media (min-width: 1170px) {
  .primary-header .primary-nav__list li:hover a:after {
    width: 100%;
  }
}
.primary-header .primary-nav__list li .sub-menu {
  margin-top: 0;
}
@media (min-width: 1170px) {
  .primary-header .primary-nav__list li .sub-menu li a {
    padding: 0.3125rem 0 !important;
    font-size: 14px;
  }
  .primary-header .primary-nav__list li .sub-menu li a:hover {
    color: #CA0045;
  }
}
@media (max-width: 1170px) {
  .primary-header .primary-nav__list li.menu-item-has-children .sub-menu {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #25292F;
    top: 0;
  }
}
@media (min-width: 1170px) {
  .primary-header .primary-header__logo {
    background-color: #171E21;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    display: flex;
    justify-content: center;
  }
  .primary-header .primary-header__logo:after {
    position: absolute;
    content: "";
    right: -25px;
    top: -1px;
    bottom: 0;
    width: 50px;
    height: 102%;
    background-color: #171E21;
    clip-path: polygon(15% 0%, 100% 0%, 55% 100%, 0% 100%);
  }
}
@media (min-width: 1280px) {
  .primary-header .primary-header__logo {
    width: 20%;
  }
}
@media (min-width: 1170px) {
  .primary-header .primary-header__logo img {
    max-width: 150px;
    height: auto;
    max-height: none;
    margin-top: -27%;
  }
}
@media (min-width: 1280px) {
  .primary-header .primary-header__logo img {
    max-width: 227px;
    margin-top: -33%;
  }
}

footer {
  max-width: none;
}
footer .tertiary-footer {
  box-shadow: 0px 5px 12px 10px rgba(0, 0, 0, 0.16);
  max-width: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 1rem 0;
}
@media (min-width: 640px) {
  footer .tertiary-footer {
    flex-direction: row;
    gap: 24px;
    padding: 0.825rem 0;
  }
}
footer .tertiary-footer .tertiary-footer__texte {
  font-weight: 900;
}
footer .tertiary-footer .tel {
  display: flex;
  align-items: center;
}
footer .tertiary-footer .tel img {
  margin-right: 10px;
}
footer .tertiary-footer .mail {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .tertiary-footer .mail i {
  margin-right: 10px;
  font-size: 20px;
}
footer .secondary-footer {
  max-width: none;
  padding: 0 15px;
  background-color: #171E21;
}
footer .secondary-footer .secondary-footer__logo {
  display: block;
  height: auto;
  width: 100%;
  margin: 25px auto 50px auto;
}
footer .secondary-footer .secondary-footer__title {
  border-top: none;
  border-bottom: 1px solid white;
  padding: 0.625rem 0 1.6875rem 0;
  margin-bottom: 1.6875rem;
  text-transform: inherit;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 400;
  position: relative;
}
footer .secondary-footer .secondary-footer__title strong {
  font-weight: 900;
}
footer .secondary-footer .secondary-footer__title--losange:after {
  position: absolute;
  top: -10px;
  content: "";
  width: 35px;
  height: 13px;
  background-color: #CA0045;
  left: 0;
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
@media (min-width: 1170px) {
  footer .secondary-footer .secondary-footer__list {
    column-count: 2;
  }
}
footer .primary-footer {
  background-color: #171E21;
}

.home main section h2, .home main section h3 {
  text-align: left;
}
@media (min-width: 1170px) {
  .home main section h2, .home main section h3 {
    text-align: left;
  }
}
.home main section h2 strong, .home main section h3 strong {
  font-weight: 900;
}
.home main section h2 {
  font-size: 1.5rem;
  position: relative;
  margin-bottom: 8vh;
  width: fit-content;
  line-height: 2rem;
  font-weight: 400;
}
@media (min-width: 1170px) {
  .home main section h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 6vh;
  }
}
.home main section h2:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 2px;
  background-color: #CA0045;
  bottom: -25px;
  left: 0;
}

.home-sliderphone .home-sliderphone__image {
  height: 15vh;
  background-repeat: no-repeat;
}

.home-slider {
  max-width: none;
}
.home-slider .home-slider__imgFond {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 30vh;
}
@media (min-width: 1170px) {
  .home-slider .home-slider__imgFond {
    height: 80vh;
  }
}
.home-slider .home-slider__imgFond:after {
  display: none;
}
.home-slider .home-slider__imgFond .item {
  color: #fff;
  background-color: #171E21;
  padding: 15px 50px 15px 100px;
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1170px) {
  .home-slider .home-slider__imgFond .item {
    padding: 25px 50px 25px 100px;
  }
}
.home-slider .home-slider__imgFond .item .home-slider__titre {
  text-transform: inherit;
  margin: 0 20px;
  padding-top: 0;
  font-size: 1.75rem;
  text-align: left;
  width: 100%;
}
@media (min-width: 1170px) {
  .home-slider .home-slider__imgFond .item .home-slider__titre {
    font-size: 2.3rem;
    margin: 20px;
  }
}
.home-slider .home-slider__imgFond .item .home-slider__titre strong {
  font-weight: 900;
}
.home-slider .home-slider__imgFond .item .button {
  align-self: flex-start;
}

.home-expertises {
  padding-top: 5vh;
  padding-bottom: 8vh;
  position: relative;
  max-width: none;
}
@media (min-width: 1170px) {
  .home-expertises {
    padding-top: 8vh;
  }
}
.home-expertises:before {
  position: absolute;
  content: "";
  width: 40%;
  height: 46px;
  top: 0;
  left: 0;
  background-color: #CA0045;
  clip-path: polygon(0 0, 100% 0%, 96% 100%, 0% 100%);
  display: none;
}
@media (min-width: 1170px) {
  .home-expertises:before {
    display: block;
  }
}
.home-expertises:after {
  position: absolute;
  content: "";
  width: 30%;
  height: 46px;
  bottom: 0;
  left: 0;
  background-color: #CA0045;
  clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
  display: none;
  z-index: 2;
}
@media (min-width: 1170px) {
  .home-expertises:after {
    display: block;
  }
}
.home-expertises &gt; .row {
  max-width: 1680px;
}
.home-expertises h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
  margin-bottom: 25px;
}
@media (min-width: 1170px) {
  .home-expertises h3 {
    font-size: 2.25rem;
    line-height: 2.75rem;
    margin-bottom: 0;
    margin-top: -1vh;
  }
}
@media (min-width: 1170px) {
  .home-expertises .expertises-carousel {
    width: 80%;
    margin: auto;
  }
}
.home-expertises .expertises-carousel .item-expertise {
  text-align: center;
}
.home-expertises .expertises-carousel .item-expertise img {
  width: 50px;
  height: auto;
  margin: 0 auto 10px auto;
}
@media (min-width: 1170px) {
  .home-expertises .expertises-carousel .item-expertise img {
    width: 70px;
    margin: 0 auto 20px auto;
  }
}
.home-expertises .expertises-carousel .item-expertise h4 {
  font-weight: 900;
  font-size: 1.125rem;
  margin-bottom: 10px;
}
.home-expertises .expertises-carousel .item-expertise .button {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}
.home-expertises .expertises-carousel .owl-dots {
  bottom: -20%;
}
.home-expertises .expertises-carousel .owl-dots .owl-dot span {
  background-color: #CA0045;
  width: 10px;
  height: 10px;
}
.home-expertises .expertises-carousel .owl-dots .owl-dot.active span {
  background-color: #171E21;
}
.home-expertises .expertises-carousel .owl-nav img {
  width: 40px;
}
.home-expertises .expertises-carousel .owl-nav .owl-prev {
  margin-left: -70px;
}
.home-expertises .expertises-carousel .owl-nav .owl-prev .white {
  display: block;
}
.home-expertises .expertises-carousel .owl-nav .owl-prev .black {
  display: none;
}
.home-expertises .expertises-carousel .owl-nav .owl-prev:hover {
  left: 0;
}
.home-expertises .expertises-carousel .owl-nav .owl-prev:hover .white {
  display: none;
}
.home-expertises .expertises-carousel .owl-nav .owl-prev:hover .black {
  display: block;
}
.home-expertises .expertises-carousel .owl-nav .owl-next {
  margin-right: -70px;
}
.home-expertises .expertises-carousel .owl-nav .owl-next .white {
  display: block;
}
.home-expertises .expertises-carousel .owl-nav .owl-next .black {
  display: none;
}
.home-expertises .expertises-carousel .owl-nav .owl-next:hover {
  right: 0;
}
.home-expertises .expertises-carousel .owl-nav .owl-next:hover .white {
  display: none;
}
.home-expertises .expertises-carousel .owl-nav .owl-next:hover .black {
  display: block;
}

.home-chiffres {
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: none;
  position: relative;
  box-shadow: 0px 0px 17px 32px rgba(128, 128, 128, 0.18);
}
@media (min-width: 1170px) {
  .home-chiffres {
    padding-top: 17vh;
    padding-bottom: 17vh;
  }
}
.home-chiffres:after {
  background: rgba(0, 0, 0, 0.33);
  width: 100%;
  height: 100%;
  top: 0;
}
.home-chiffres .home-chiffres__titre {
  text-align: center;
  text-transform: inherit;
  font-size: 2.5rem;
  line-height: 2.5rem;
}
@media (min-width: 1170px) {
  .home-chiffres .home-chiffres__titre {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.home-chiffres .home-chiffres__titre h2 {
  margin-bottom: 0;
}
.home-chiffres .home-chiffres__titre h2:before {
  display: none;
}
.home-chiffres .home-chiffres__titre:after {
  display: none;
}
.home-chiffres .home-chiffres__item__chiffre {
  font-weight: 500;
  font-size: 4rem;
  margin-bottom: 5px;
}
.home-chiffres .home-chiffres__item__titre,
.home-chiffres .home-chiffres__item__sous-titre {
  font-weight: 900;
}
.home-chiffres .button {
  width: fit-content;
  background-color: white;
  color: #171E21;
}
.home-chiffres .button:hover {
  background-color: #CA0045;
  color: #fff;
}

.home-accompagnements {
  padding-top: 5vh;
  padding-bottom: 5vh;
  position: relative;
  max-width: none;
}
@media (min-width: 1170px) {
  .home-accompagnements {
    font-size: 1.125rem;
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
.home-accompagnements:after {
  position: absolute;
  content: "";
  width: 25%;
  height: 46px;
  top: 0;
  left: 0;
  background-color: #CA0045;
  clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
  display: none;
  z-index: 2;
}
@media (min-width: 1170px) {
  .home-accompagnements:after {
    display: block;
  }
}
.home-accompagnements:before {
  position: absolute;
  content: "";
  width: 20%;
  height: 46px;
  bottom: 0;
  right: 0;
  background-color: #CA0045;
  clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0 100%);
  display: none;
  z-index: 2;
}
@media (min-width: 1170px) {
  .home-accompagnements:before {
    display: block;
  }
}
.home-accompagnements &gt; .row {
  max-width: 1680px;
}
@media (min-width: 1170px) {
  .home-accompagnements &gt; .row .left {
    padding: 5% 5% 5% 1.25rem;
  }
}
@media (min-width: 1170px) {
  .home-accompagnements &gt; .row .right {
    padding-left: 10%;
  }
}
.home-accompagnements .plaquette {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
.home-accompagnements .plaquette a {
  display: flex;
  align-items: center;
  gap: 6px;
}
.home-accompagnements .plaquette a:hover {
  color: #CA0045;
}
.home-accompagnements .accompagnements {
  margin-top: 25px;
  box-shadow: 0px 0px 12px 7px rgba(0, 0, 0, 0.16);
}
@media (min-width: 1170px) {
  .home-accompagnements .accompagnements {
    margin-top: 0;
  }
}
.home-accompagnements .accompagnements .columns {
  padding: 0;
}
@media (min-width: 640px) {
  .home-accompagnements .accompagnements .columns {
    padding: 0;
  }
}
.home-accompagnements .accompagnements .columns .item-accompagnement {
  aspect-ratio: 1/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home-accompagnements .accompagnements .columns .item-accompagnement .block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 80px;
  color: #fff;
  position: relative;
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
}
.home-accompagnements .accompagnements .columns .item-accompagnement .block h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
}
@media (min-width: 1170px) {
  .home-accompagnements .accompagnements .columns .item-accompagnement .block h3 {
    font-size: 1.75rem;
  }
}
.home-accompagnements .accompagnements .columns .item-accompagnement .block .button {
  font-size: 14px;
}
@media (min-width: 1170px) {
  .home-accompagnements .accompagnements .columns .item-accompagnement .block .button {
    font-size: 16px;
  }
}
.home-accompagnements .accompagnements .columns .item-accompagnement .block .button:hover {
  background-color: white;
  color: #171E21;
  border: 1px solid white;
}
.home-accompagnements .accompagnements .columns .item-accompagnement .block.block-pharma {
  background-color: rgba(115, 176, 84, 0.9);
}
.home-accompagnements .accompagnements .columns .item-accompagnement .block.block-asso-ce {
  background-color: rgba(225, 133, 48, 0.9);
}
.home-accompagnements .accompagnements .columns .item-accompagnement .block.block-medical {
  background-color: rgba(43, 168, 181, 0.9);
}
.home-accompagnements .accompagnements .columns .item-accompagnement .block.block-entreprise {
  background-color: rgba(139, 73, 134, 0.9);
}
.home-accompagnements .button--black {
  margin-top: 35px;
}

.home-experience {
  max-width: none;
  box-shadow: 0px 0px 17px 32px rgba(128, 128, 128, 0.15);
}
.home-experience &gt; .row {
  max-width: none;
}
@media (min-width: 640px) {
  .home-experience &gt; .row .columns {
    padding: 0;
  }
}
.home-experience &gt; .row .columns iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
}
.home-experience &gt; .row .columns.left {
  padding: 0;
}
.home-experience &gt; .row .columns.left a {
  display: flex;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 250px;
  position: relative;
}
.home-experience &gt; .row .columns.left a:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../images/btn-play.png");
}
.home-experience &gt; .row .columns.right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 10% 10% 10% 5%;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.home-experience &gt; .row .columns.right:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(23, 30, 33, 0.7);
}
.home-experience &gt; .row .columns.right &gt; * {
  z-index: 2;
}
.home-experience &gt; .row .columns.right .button {
  margin-top: 5vh;
}
.home-experience &gt; .row .columns.right .button:hover {
  background-color: #CA0045;
  color: #fff;
}

.home-news-push-eve {
  padding-top: 2vh;
  padding-bottom: 5vh;
  position: relative;
  max-width: none;
}
@media (min-width: 1170px) {
  .home-news-push-eve {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
.home-news-push-eve:before {
  position: absolute;
  content: "";
  width: 30%;
  height: 46px;
  top: 0;
  right: 0;
  background-color: #CA0045;
  clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0 100%);
  display: none;
  z-index: 2;
}
@media (min-width: 1170px) {
  .home-news-push-eve:before {
    display: block;
  }
}
.home-news-push-eve:after {
  position: absolute;
  content: "";
  width: 15%;
  height: 46px;
  bottom: 0;
  left: 0;
  background-color: #CA0045;
  clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
  display: none;
  z-index: 2;
}
@media (min-width: 1170px) {
  .home-news-push-eve:after {
    display: block;
  }
}
.home-news-push-eve &gt; .row {
  max-width: 1680px;
}
.home-news-push-eve .list-news__title h2,
.home-news-push-eve .list-evenements__title h2 {
  text-transform: inherit;
  border-bottom: none;
  padding: 0;
  font-weight: inherit;
}
.home-news-push-eve .home-evenemments {
  padding: 4%;
}
@media (min-width: 1170px) {
  .home-news-push-eve .home-evenemments {
    padding: 0;
  }
}
.home-news-push-eve .home-news {
  padding: 5% 5% 0 5%;
}
@media (min-width: 1170px) {
  .home-news-push-eve .home-news {
    padding: 0 8%;
  }
}
.home-news-push-eve .home-news .carousel-news-home {
  margin-bottom: 30px;
}
.home-news-push-eve .home-news .carousel-news-home .owl-nav img {
  width: 40px;
}
.home-news-push-eve .home-news .carousel-news-home .owl-nav .owl-prev {
  margin-left: -70px;
}
.home-news-push-eve .home-news .carousel-news-home .owl-nav .owl-prev .white {
  display: block;
}
.home-news-push-eve .home-news .carousel-news-home .owl-nav .owl-prev .black {
  display: none;
}
.home-news-push-eve .home-news .carousel-news-home .owl-nav .owl-prev:hover {
  left: 0;
}
.home-news-push-eve .home-news .carousel-news-home .owl-nav .owl-prev:hover .white {
  display: none;
}
.home-news-push-eve .home-news .carousel-news-home .owl-nav .owl-prev:hover .black {
  display: block;
}
.home-news-push-eve .home-news .carousel-news-home .owl-nav .owl-next {
  margin-right: -70px;
}
.home-news-push-eve .home-news .carousel-news-home .owl-nav .owl-next .white {
  display: block;
}
.home-news-push-eve .home-news .carousel-news-home .owl-nav .owl-next .black {
  display: none;
}
.home-news-push-eve .home-news .carousel-news-home .owl-nav .owl-next:hover {
  right: 0;
}
.home-news-push-eve .home-news .carousel-news-home .owl-nav .owl-next:hover .white {
  display: none;
}
.home-news-push-eve .home-news .carousel-news-home .owl-nav .owl-next:hover .black {
  display: block;
}
.home-news-push-eve .home-news .carousel-news-home .owl-dots {
  bottom: -10px;
}
.home-news-push-eve .home-news .carousel-news-home .owl-dots .owl-dot span {
  background-color: #CA0045;
  width: 10px;
  height: 10px;
}
.home-news-push-eve .home-news .carousel-news-home .owl-dots .owl-dot.active span {
  background-color: #171E21;
}

.home-temoignages {
  padding-top: 5vh;
  padding-bottom: 5vh;
  position: relative;
  max-width: none;
}
@media (min-width: 1170px) {
  .home-temoignages {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
.home-temoignages &gt; .row {
  max-width: 1680px;
}
.home-temoignages:before {
  position: absolute;
  content: "";
  width: 5%;
  height: 46px;
  top: 0;
  left: 0;
  background-color: #CA0045;
  clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
  display: none;
}
@media (min-width: 1170px) {
  .home-temoignages:before {
    display: block;
  }
}
.home-temoignages h2 {
  margin: 0 auto;
}
.home-temoignages h2:before {
  right: 0;
  margin: auto;
  width: 20% !important;
}
.home-temoignages .list-temoignage__list {
  margin: 0 auto;
  max-width: 1680px;
}

.home-statistiques {
  max-width: none;
  background-color: #171E21;
  color: #fff;
  padding: 0 1rem 5vh 1rem;
  box-shadow: 0px 0px 17px 32px rgba(128, 128, 128, 0.15);
}
.home-statistiques h2 {
  margin-bottom: 2vh;
}
.home-statistiques h2:before {
  display: none;
}
.home-statistiques .button {
  margin-top: 25px;
}
.home-statistiques .stats-carousel {
  margin-bottom: 30px;
}
@media (min-width: 1170px) {
  .home-statistiques .stats-carousel {
    margin-bottom: 0;
  }
}
.home-statistiques .stats-carousel .item .title {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 5vh;
}
@media (min-width: 1170px) {
  .home-statistiques .stats-carousel .item .title {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.home-statistiques .stats-carousel .item .title strong {
  font-weight: 900;
}
.home-statistiques .stats-carousel .item form {
  margin-top: 25px;
  margin-bottom: 2vh;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1170px) {
  .home-statistiques .stats-carousel .item form {
    margin-top: 50px;
    width: 100%;
  }
}
.home-statistiques .stats-carousel .item form .columns {
  padding-right: 10px;
  padding-left: 10px;
}
.home-statistiques .stats-carousel .item form input:not(.wpcf7-submit) {
  width: 100%;
  background-color: transparent;
  border: 1px solid white;
  padding: 10px 20px;
  border-radius: 25px;
  color: #fff;
  font-style: italic;
}
.home-statistiques .stats-carousel .item form .wpcf7-submit {
  margin: 0;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 700;
  font-size: 0.875rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background-color: #fff;
  color: #171E21;
}
@media (min-width: 1170px) {
  .home-statistiques .stats-carousel .item form .wpcf7-submit {
    width: auto;
  }
}
.home-statistiques .stats-carousel .item form .wpcf7-submit &gt; i {
  font-size: 20px;
  margin-top: 0;
}
.home-statistiques .stats-carousel .item form .wpcf7-submit:hover {
  background-color: #CA0045;
  color: #fff;
}
.home-statistiques .stats-carousel .item form i {
  font-size: 12px;
  margin-top: 10px;
  display: flex;
}
.home-statistiques .stats-carousel .item form .wpcf7-spinner {
  display: none;
}
.home-statistiques .stats-carousel .item form .wpcf7-not-valid-tip.wpcf7-not-valid-tip {
  color: white;
}
.home-statistiques .stats-carousel .owl-nav img {
  width: 40px;
}
.home-statistiques .stats-carousel .owl-nav .owl-prev {
  margin-left: -90px;
}
.home-statistiques .stats-carousel .owl-nav .owl-prev .white {
  display: block;
}
.home-statistiques .stats-carousel .owl-nav .owl-prev .black {
  display: none;
}
.home-statistiques .stats-carousel .owl-nav .owl-prev:hover {
  left: 0;
}
.home-statistiques .stats-carousel .owl-nav .owl-prev:hover .white {
  display: none;
}
.home-statistiques .stats-carousel .owl-nav .owl-prev:hover .black {
  display: block;
}
.home-statistiques .stats-carousel .owl-nav .owl-next {
  margin-right: -90px;
}
.home-statistiques .stats-carousel .owl-nav .owl-next .white {
  display: block;
}
.home-statistiques .stats-carousel .owl-nav .owl-next .black {
  display: none;
}
.home-statistiques .stats-carousel .owl-nav .owl-next:hover {
  right: 0;
}
.home-statistiques .stats-carousel .owl-nav .owl-next:hover .white {
  display: none;
}
.home-statistiques .stats-carousel .owl-nav .owl-next:hover .black {
  display: block;
}
.home-statistiques .stats-carousel .owl-dots {
  bottom: -5%;
}
.home-statistiques .stats-carousel .owl-dots .owl-dot span {
  background-color: #CA0045;
  width: 10px;
  height: 10px;
}
.home-statistiques .stats-carousel .owl-dots .owl-dot.active span {
  background-color: #F3F3F3;
}

.card--evenement-home .card__title {
  text-transform: inherit;
  font-weight: 700;
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 30px;
}
@media (min-width: 640px) {
  .card--evenement-home .card__title {
    margin-top: 30px;
  }
}
.card--evenement-home .date {
  font-size: 1.25rem;
  font-weight: 900;
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (min-width: 640px) {
  .card--evenement-home .date {
    margin-top: 25px;
    font-size: 2rem;
  }
}
.card--evenement-home .date svg {
  width: 40px;
}
@media (min-width: 640px) {
  .card--evenement-home .date svg {
    width: auto;
  }
}

.card--news-home {
  display: flex;
  flex-direction: column;
}
.card--news-home .card__media {
  width: 100% !important;
  min-height: 200px !important;
  aspect-ratio: 16/9;
  height: auto !important;
}
.card--news-home .card__title {
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: inherit;
  font-weight: 900;
  font-size: 1.125rem;
}
.card--news-home .button {
  margin-top: 25px;
}

.single-recrutement {
  padding: 0;
}
.single-recrutement main {
  padding: 1.875rem 0 0 0;
}

.tpl-recrutement {
  max-width: none;
}
.tpl-recrutement h2:not(.card__title) {
  font-size: 1.5rem;
  position: relative;
  margin-bottom: 4vh;
  width: fit-content;
  line-height: 2rem;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 1170px) {
  .tpl-recrutement h2:not(.card__title) {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 5vh;
  }
}
.tpl-recrutement h2:not(.card__title):before {
  position: absolute;
  content: "";
  width: 50%;
  height: 2px;
  background-color: #CA0045;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
}
.tpl-recrutement .intro .button {
  display: flex;
  justify-content: center;
  margin: 50px auto;
}
.tpl-recrutement .contenu .button {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}
.tpl-recrutement .nos-valeurs {
  position: relative;
  margin-top: 5vh;
  margin-bottom: 5vh;
}
@media (min-width: 1170px) {
  .tpl-recrutement .nos-valeurs {
    margin-top: 10vh;
    margin-bottom: 10vh;
  }
}
.tpl-recrutement .nos-valeurs:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 70%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  background-color: #CA0045;
}
.tpl-recrutement .nos-valeurs h2 {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1170px) {
  .tpl-recrutement .nos-valeurs h2 {
    margin-left: 0;
  }
}
.tpl-recrutement .nos-valeurs .block-valeurs {
  position: relative;
  z-index: 2;
  width: 100%;
  filter: drop-shadow(10px 13px 16px rgba(50, 50, 0, 0.2));
}
.tpl-recrutement .nos-valeurs .block-valeurs:after {
  position: absolute;
  content: "";
  bottom: -7px;
  left: 0;
  right: 0;
  margin: auto;
  width: 120px;
  height: 13px;
  background-image: url("/wp-content/themes/fcc/application/images/colors.svg");
  background-position: center;
  background-size: contain;
  z-index: 3;
}
@media (min-width: 1170px) {
  .tpl-recrutement .nos-valeurs .block-valeurs:before {
    position: absolute;
    content: "";
    width: 30%;
    height: 50px;
    aspect-ratio: 1/1;
    left: 0;
    right: 0;
    margin: auto;
    top: -35px;
    border: 1px solid #CA0045;
    transform: skew(-30deg, 0deg);
  }
}
.tpl-recrutement .nos-valeurs .block-valeurs .block-valeurs-wrap {
  width: 100%;
  align-items: center;
  background-color: #F3F3F3;
  padding: 30px;
}
@media (min-width: 1170px) {
  .tpl-recrutement .nos-valeurs .block-valeurs .block-valeurs-wrap {
    padding: 50px 100px;
    clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
    background-image: url("/wp-content/themes/fcc/application/images/quotes.svg");
    background-size: 83%;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.tpl-recrutement .nos-valeurs .block-valeurs .item-valeur {
  margin-bottom: 25px;
}
@media (min-width: 640px) {
  .tpl-recrutement .nos-valeurs .block-valeurs .item-valeur {
    margin-bottom: 0;
  }
}
.tpl-recrutement .nos-valeurs .block-valeurs .item-valeur img {
  width: 70px;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media (min-width: 640px) {
  .tpl-recrutement .nos-valeurs .block-valeurs .item-valeur img {
    width: 100px;
  }
}
.tpl-recrutement .nos-valeurs .block-valeurs .item-valeur .title {
  text-align: center;
  margin-top: 15px;
  font-weight: 900;
  font-size: 1.3rem;
}
.tpl-recrutement .temoignages {
  padding-bottom: 8vh;
}
.tpl-recrutement .temoignages .button-row {
  margin-top: 25px;
}
.tpl-recrutement .list-offres {
  padding-bottom: 5vh;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1170px) {
  .tpl-recrutement .list-offres {
    padding-bottom: 8vh;
  }
}
.tpl-recrutement .candidatures {
  padding-bottom: 5vh;
}
.tpl-recrutement .candidatures .block-candidatures {
  position: relative;
  z-index: 2;
  width: 100%;
  filter: drop-shadow(10px 13px 16px rgba(50, 50, 0, 0.2));
}
.tpl-recrutement .candidatures .block-candidatures:after {
  position: absolute;
  content: "";
  bottom: -7px;
  left: 0;
  right: 0;
  margin: auto;
  width: 120px;
  height: 13px;
  background-image: url("/wp-content/themes/fcc/application/images/colors.svg");
  background-position: center;
  background-size: contain;
  z-index: 3;
}
@media (min-width: 1170px) {
  .tpl-recrutement .candidatures .block-candidatures:before {
    position: absolute;
    content: "";
    width: 30%;
    height: 50px;
    aspect-ratio: 1/1;
    left: 0;
    right: 0;
    margin: auto;
    top: -35px;
    border: 1px solid #CA0045;
    transform: skew(-30deg, 0deg);
  }
}
.tpl-recrutement .candidatures .block-candidatures .block-candidatures-wrap {
  width: 100%;
  align-items: center;
  background-color: #F3F3F3;
  padding: 30px;
  position: relative;
}
@media (min-width: 1170px) {
  .tpl-recrutement .candidatures .block-candidatures .block-candidatures-wrap {
    clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
    padding: 50px 100px;
    background-image: url("/wp-content/themes/fcc/application/images/quotes.svg");
    background-size: 83%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .tpl-recrutement .candidatures .block-candidatures .block-candidatures-wrap:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 70%;
    background-color: #CA0045;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: rotate(15deg);
  }
}
.tpl-recrutement .candidatures .block-candidatures .item-candidature {
  margin-bottom: 25px;
}
@media (min-width: 1170px) {
  .tpl-recrutement .candidatures .block-candidatures .item-candidature {
    margin-bottom: 0;
  }
}
.tpl-recrutement .candidatures .block-candidatures .item-candidature img {
  width: auto;
  height: 50px;
  margin: 0 auto;
  display: block;
}
@media (min-width: 1170px) {
  .tpl-recrutement .candidatures .block-candidatures .item-candidature img {
    width: 90px;
  }
}
.tpl-recrutement .candidatures .block-candidatures .item-candidature .title {
  text-align: center;
  width: 60%;
  margin: 15px auto 0 auto;
}
.tpl-recrutement .candidatures .block-candidatures .item-candidature .button {
  margin: 25px auto 0 auto;
}

.page-template-tpl-recrutement #toggle-form-candidature {
  display: none;
}
.page-template-tpl-recrutement #toggle-form-candidature .single-form-recrutement {
  max-width: none;
}

/**** New recrutement 2024 ****/
.single-recrutement.new-recrutement {
  position: relative;
}
.single-recrutement.new-recrutement &gt; .row {
  max-width: 90vw;
}
.single-recrutement.new-recrutement #breadcrumbs {
  margin-left: 25px;
  margin-bottom: 25px;
}
.single-recrutement.new-recrutement h3,
.single-recrutement.new-recrutement .h3 {
  position: relative;
  color: #CA0045;
  font-weight: 900;
  padding-left: 24px;
  margin-bottom: 15px;
  font-size: 20px;
}
.single-recrutement.new-recrutement h3::before,
.single-recrutement.new-recrutement .h3::before {
  font-size: 8px;
  position: absolute;
  content: "\e012";
  font-family: "icofont";
  color: #CA0045;
  left: 0;
  top: 10px;
}
.single-recrutement.new-recrutement .single-recrutement__title {
  padding-left: 30px;
  position: relative;
}
.single-recrutement.new-recrutement .single-recrutement__title h1 {
  font-weight: 700;
  font-size: 20px;
}
.single-recrutement.new-recrutement .single-recrutement__title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  font-size: 12px;
  height: fit-content;
}
.single-recrutement.new-recrutement .single-recrutement__date {
  font-size: 14px;
  font-style: italic;
  padding-left: 30px;
}
.single-recrutement.new-recrutement .single-recrutement__resume {
  margin-top: 30px;
  padding-left: 0;
}
@media (min-width: 1170px) {
  .single-recrutement.new-recrutement .single-recrutement__resume {
    width: 60%;
  }
}
.single-recrutement.new-recrutement .single-recrutement__resume p {
  position: relative;
  padding-left: 24px;
  margin-bottom: 5px;
}
.single-recrutement.new-recrutement .single-recrutement__resume p::before {
  font-size: 8px;
  position: absolute;
  content: "\e012";
  font-family: "icofont";
  color: #CA0045;
  left: 0;
  top: 6px;
}
.single-recrutement.new-recrutement .single-recrutement__description {
  margin-top: 35px;
}
.single-recrutement.new-recrutement .single-recrutement__description h2 {
  text-align: left;
  margin-bottom: 35px;
  text-transform: inherit;
  font-weight: bold;
  font-size: 1.75rem;
  position: relative;
  width: fit-content;
  margin-left: 0;
}
@media (min-width: 1170px) {
  .single-recrutement.new-recrutement .single-recrutement__description h2 {
    font-size: 2.5rem;
  }
}
.single-recrutement.new-recrutement .single-recrutement__description h2:after {
  position: absolute;
  content: "";
  width: 50%;
  height: 3px;
  border-radius: 25px;
  background-color: #CA0045;
  left: 0;
  bottom: -5px;
}
.single-recrutement.new-recrutement .single-recrutement__description .intro {
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
}
.single-recrutement.new-recrutement .relative-element {
  position: relative;
}
.single-recrutement.new-recrutement #fixed-element {
  position: relative;
}
.single-recrutement.new-recrutement #fixed-element.fixed {
  position: sticky;
  top: 25px;
  height: auto;
}
.single-recrutement.new-recrutement #fixed-element.fixed .single-form-recrutement {
  padding-top: 0px;
}
.single-recrutement.new-recrutement .single-form-recrutement {
  background-color: #fff;
}
.single-recrutement.new-recrutement .single-form-recrutement .single-form-recrutement__title {
  text-align: left;
  margin-bottom: 50px;
  text-transform: inherit;
  font-weight: bold;
  font-size: 1.75rem;
  position: relative;
  width: fit-content;
  margin-left: 0;
}
@media (min-width: 1170px) {
  .single-recrutement.new-recrutement .single-form-recrutement .single-form-recrutement__title {
    font-size: 2.5rem;
  }
}
.single-recrutement.new-recrutement .single-form-recrutement .single-form-recrutement__title:after {
  position: absolute;
  content: "";
  width: 80%;
  height: 3px;
  border-radius: 25px;
  background-color: #CA0045;
  left: 0;
  bottom: -20px;
}
.single-recrutement.new-recrutement .single-form-recrutement label {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  margin-top: -0.425rem;
}
.single-recrutement.new-recrutement .single-form-recrutement .wpcf7-form-control-wrap input {
  border: 1px solid #000;
  border-radius: 5px;
}
.single-recrutement.new-recrutement .single-form-recrutement .legende {
  padding-bottom: 0;
  font-size: 12px;
}
.single-recrutement.new-recrutement .single-form-recrutement .wpcf7-form-control input {
  margin-bottom: 0;
}
.single-recrutement.new-recrutement .single-form-recrutement .wpcf7-form-control .wpcf7-list-item-label {
  text-transform: initial;
  color: #656565;
  line-height: 1.4;
}
.single-recrutement.new-recrutement .single-form-recrutement .additionnal label {
  text-transform: initial;
  color: #656565;
  line-height: 1.4;
}
.single-recrutement.new-recrutement .single-form-recrutement .button--monza {
  font-weight: 700;
  margin-right: auto;
  margin-left: auto;
  padding: 0.7rem 1.5rem;
  border: 1px solid #CA0045;
}
@media (min-width: 1170px) {
  .single-recrutement.new-recrutement .single-form-recrutement .button--monza {
    margin-right: 0;
  }
}
.single-recrutement.new-recrutement .single-header__share {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
}

.single-recrutement__qui-sommes-nous {
  background-color: #EFEFEF;
  padding: 25px;
  margin-top: 50px;
}
@media (min-width: 1170px) {
  .single-recrutement__qui-sommes-nous {
    padding: 50px 50px 50px 20%;
    width: 50vw;
    left: 100%;
    margin-left: -50vw;
    position: relative;
  }
}
.single-recrutement__qui-sommes-nous h2 {
  text-align: left;
  margin-bottom: 35px;
  text-transform: inherit;
  font-weight: bold;
  font-size: 1.75rem;
  position: relative;
  width: fit-content;
  margin-left: 0;
}
@media (min-width: 1170px) {
  .single-recrutement__qui-sommes-nous h2 {
    font-size: 2.5rem;
  }
}
.single-recrutement__qui-sommes-nous h2:after {
  position: absolute;
  content: "";
  width: 50%;
  height: 3px;
  border-radius: 25px;
  background-color: #CA0045;
  left: 0;
  bottom: -5px;
}
.single-recrutement__qui-sommes-nous .intro {
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  margin-bottom: 25px;
}

/*** Item offre d'emploi ****/
.list-recrutement__item {
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 25px;
}
.list-recrutement__item .card__link {
  margin-top: 25px;
}
@media (min-width: 1170px) {
  .list-recrutement__item .card__link {
    margin-top: 0;
  }
}

/*** Item temoignage collaborateur ****/
.item-temoignage-collaborateur {
  background-color: white;
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.16);
  margin-bottom: 25px;
}
@media (min-width: 1170px) {
  .item-temoignage-collaborateur {
    margin-bottom: 50px;
  }
}
.item-temoignage-collaborateur .title {
  padding: 30px 60px;
  position: relative;
}
.item-temoignage-collaborateur .title:before {
  position: absolute;
  content: "";
  width: 33px;
  height: 23px;
  top: 35px;
  left: 10px;
  background-image: url("/wp-content/themes/fcc/application/images/quote-grey.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.item-temoignage-collaborateur .title:after {
  position: absolute;
  content: "";
  width: 33px;
  height: 23px;
  bottom: 25px;
  right: 10px;
  background-image: url("/wp-content/themes/fcc/application/images/quote-grey.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.item-temoignage-collaborateur .image {
  aspect-ratio: 16/9;
  min-width: 150px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.item-temoignage-collaborateur .image:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../images/btn-play.png");
}
.item-temoignage-collaborateur .infos {
  padding: 20px;
}
.item-temoignage-collaborateur .infos .name {
  font-weight: 700;
  color: #CA0045;
}

/**** Témoignage clients ****/
.card--temoignage {
  background-color: white;
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.16);
}
.card--temoignage:before {
  top: 45px;
}

.services-encarts__temoignage__item article {
  background-color: #fff;
}

@media print {
  .primary-nav,
  #breadcrumbs,
  footer,
  #axeptio_overlay {
    display: none;
  }
  .new-recrutement .decoration,
  .new-recrutement .single-header__share,
  .new-recrutement .single-form-recrutement {
    display: none !important;
  }
  .new-recrutement .single-recrutement__title {
    margin-top: 50px;
  }
  .new-recrutement .columns.large-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .new-recrutement .single-recrutement__qui-sommes-nous {
    padding: 0;
  }
}

/*# sourceMappingURL=main.css.map */
</pre></body></html>