.carriere-rejoindre {
  position: relative;
  padding: var(--section-padding);
}
.carriere-rejoindre::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../assets/img/bg-squares.png");
  background-repeat: no-repeat;
  background-size: 34%;
  background-position: top right;
  z-index: 0;
}
.carriere-rejoindre .block-content-basic .content .field--name-body {
  width: 680px;
}
.carriere-rejoindre .block-content-basic .content .field--name-body p {
  color: rgb(189, 189, 189);
  font-weight: 350;
  font-size: 18px;
  line-height: 32px;
}
.carriere-rejoindre .block-content-basic .content .field--name-field-title {
  font-weight: 800;
  font-size: 36px;
  color: rgb(255, 255, 255);
  margin-bottom: 10px;
}

.carriere-nous-recherchons {
  padding: var(--section-padding);
  background: rgb(238, 238, 238);
}
.carriere-nous-recherchons .row .col-sm-12 {
  font-weight: 800;
  font-size: 36px;
  color: rgb(46, 45, 44);
  margin-bottom: 20px;
  padding: 0;
}
.carriere-nous-recherchons .row .col-sm-6 {
  border: 1px solid rgb(212, 212, 212);
  padding: 20px;
}
.carriere-nous-recherchons .row .col-sm-6 .field--name-field-title {
  font-family: Avenir;
  font-weight: 800;
  font-style: Heavy;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: 0%;
  color: rgb(46, 45, 44);
  margin-bottom: 10px;
}
.carriere-nous-recherchons .row .col-sm-6 .field--name-body {
  font-family: Avenir;
  font-weight: 350;
  font-style: Book;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 25px;
  letter-spacing: 0%;
  color: rgb(136, 136, 136);
}

.carriere-candidater {
  padding-top: 150px;
  height: 500px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.73), rgba(0, 0, 0, 0.73)), url("../assets/img/bg-candidature.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.carriere-candidater .content {
  width: 380px;
}
.carriere-candidater .content .field--name-field-title {
  font-weight: 800;
  font-style: Heavy;
  font-size: 36px;
  color: rgb(255, 255, 255);
  margin-bottom: 10px;
}
.carriere-candidater .content .field--name-body p {
  font-family: Avenir;
  font-weight: 400;
  font-style: Roman;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 25px;
  letter-spacing: 0%;
  color: rgb(198, 198, 198);
}
.carriere-candidater .content .field--name-body p a {
  font-weight: 800;
  color: rgb(198, 198, 198);
}
.carriere-candidater .content .field--name-body .p2 {
  font-size: 14px;
  color: rgb(136, 136, 136);
}
.carriere-candidater .content .field--name-body .p2 span {
  color: rgb(220, 73, 32);
}

.contact-section {
  padding: var(--section-padding);
}
.contact-section .col-lg-6.col-12 .block-webform-block {
  background: rgb(38, 38, 38);
  padding: 20px;
}
.contact-section .col-lg-6.col-12 .block-webform-block form label {
  font-weight: 400;
  font-size: 14px;
  color: rgb(193, 193, 193);
}
.contact-section .col-lg-6.col-12 .block-webform-block form .form-control, .contact-section .col-lg-6.col-12 .block-webform-block form input[type=email], .contact-section .col-lg-6.col-12 .block-webform-block form textarea {
  border: 1px solid rgb(54, 54, 54);
  background: none;
  color: rgb(173, 173, 173);
  border-radius: 0;
}
.contact-section .col-lg-6.col-12 .block-webform-block form .form-control:focus, .contact-section .col-lg-6.col-12 .block-webform-block form input[type=email]:focus, .contact-section .col-lg-6.col-12 .block-webform-block form textarea:focus {
  box-shadow: none;
}
.contact-section .col-lg-6.col-12 .block-webform-block form .webform-button--submit {
  width: 100%;
  background: rgb(50, 125, 72);
  border: none;
  border-radius: 0;
  height: 55px;
  font-weight: 800;
  font-size: 14px;
  color: rgb(255, 255, 255);
}
.contact-section .col-lg-6.col-12 .block-content-bloc_compose .content .field--name-field-title {
  font-family: Avenir;
  font-weight: 900;
  font-size: 36px;
  color: rgb(255, 255, 255);
  margin-bottom: 20px;
}
.contact-section .col-lg-6.col-12 .block-content-bloc_compose .content .field--name-body p {
  font-family: Avenir;
  font-weight: 350;
  font-style: Book;
  font-size: 16px;
  color: rgb(173, 173, 173);
}
.contact-section .col-lg-6.col-12 .block-content-bloc_compose .content .field--name-field-links {
  display: flex;
  gap: 20px;
}
.contact-section .col-lg-6.col-12 .block-content-bloc_compose .content .field--name-field-links .field__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-section .col-lg-6.col-12 .block-content-bloc_compose .content .field--name-field-links .field__item a {
  font-family: Avenir;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: rgb(183, 183, 183);
}
.contact-section .col-lg-6.col-12 .block-content-bloc_compose .content .field--name-field-links .field__item:before {
  content: "";
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: center;
  background-color: rgb(220, 73, 32);
  display: block;
  width: 36px;
  height: 36px;
}
.contact-section .col-lg-6.col-12 .block-content-bloc_compose .content .field--name-field-links .field__item:first-child::before {
  background-image: url("../assets/icon/icon-envelop.svg");
}
.contact-section .col-lg-6.col-12 .block-content-bloc_compose .content .field--name-field-links .field__item:last-child::before {
  background-image: url("../assets/icon/icone-phone.svg");
}

.page-domaine-vue {
  padding: var(--section-padding);
  background-image: url("../assets/img/bg-squares-3.png");
  background-position: top right;
  background-repeat: no-repeat;
}
.page-domaine-vue .view-header {
  width: 580px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}
.page-domaine-vue .view-header h2 {
  font-family: Avenir;
  font-weight: 900;
  font-style: Black;
  font-size: 24px;
  text-align: center;
  color: rgb(255, 255, 255);
}
.page-domaine-vue .view-header p {
  font-family: Avenir;
  font-weight: 350;
  font-style: Book;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  color: rgb(136, 136, 136);
}
.page-domaine-vue .block-views-blockdomaines-d-expertise-block-1 {
  padding-top: 40px;
  width: 94%;
  margin: 0 auto;
}
.page-domaine-vue .block-views-blockdomaines-d-expertise-block-1 .view-content.row {
  display: flex;
}
.page-domaine-vue .block-views-blockdomaines-d-expertise-block-1 .item-list {
  width: 100%;
}
.page-domaine-vue .block-views-blockdomaines-d-expertise-block-1 .item-list ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 40px;
}
.page-domaine-vue .block-views-blockdomaines-d-expertise-block-1 .item-list ol li {
  flex: 1;
  counter-increment: expertise-counter;
  position: relative;
}
.page-domaine-vue .block-views-blockdomaines-d-expertise-block-1 .item-list ol li::before {
  content: counter(expertise-counter);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: rgb(52, 52, 52);
  color: rgb(121, 121, 121);
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 24px;
}
.page-domaine-vue .block-views-blockdomaines-d-expertise-block-1 .item-list ol li .views-field-title {
  margin-bottom: 16px;
}
.page-domaine-vue .block-views-blockdomaines-d-expertise-block-1 .item-list ol li .views-field-title .field-content {
  font-family: Avenir;
  font-weight: 900;
  color: rgb(255, 255, 255);
  font-size: 18px;
}
.page-domaine-vue .block-views-blockdomaines-d-expertise-block-1 .item-list ol li .views-field-body .field-content p {
  font-family: Avenir;
  font-weight: 350;
  font-style: Book;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  color: rgb(184, 184, 184);
  margin: 0;
}
.page-domaine-vue .block-views-blocktaxonomies-domaines-d-expertise-block-2 {
  width: 94%;
  margin: 0 auto;
}
.page-domaine-vue .block-views-blocktaxonomies-domaines-d-expertise-block-2 .view-filters form .d-flex {
  align-items: center;
  gap: 0;
  width: 100%;
}
.page-domaine-vue .block-views-blocktaxonomies-domaines-d-expertise-block-2 .view-filters form .d-flex .form-item-metier {
  width: 100%;
}
.page-domaine-vue .block-views-blocktaxonomies-domaines-d-expertise-block-2 .view-filters form label,
.page-domaine-vue .block-views-blocktaxonomies-domaines-d-expertise-block-2 .view-filters form .form-actions {
  display: none;
}
.page-domaine-vue .block-views-blocktaxonomies-domaines-d-expertise-block-2 .view-filters form .bef-links {
  width: 100%;
  border-bottom: 1px solid rgb(93, 93, 93);
  margin-bottom: 40px;
}
.page-domaine-vue .block-views-blocktaxonomies-domaines-d-expertise-block-2 .view-filters form .bef-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 0;
}
.page-domaine-vue .block-views-blocktaxonomies-domaines-d-expertise-block-2 .view-filters form .bef-links ul li:first-child {
  display: none;
}
.page-domaine-vue .block-views-blocktaxonomies-domaines-d-expertise-block-2 .view-filters form .bef-links ul li a {
  display: block;
  padding: 16px 32px 16px 0;
  color: rgb(182, 182, 182);
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  transition: color 0.2s ease;
}
.page-domaine-vue .block-views-blocktaxonomies-domaines-d-expertise-block-2 .view-filters form .bef-links ul li a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: rgb(220, 73, 32);
  transition: width 0.2s ease;
}
.page-domaine-vue .block-views-blocktaxonomies-domaines-d-expertise-block-2 .view-filters form .bef-links ul li a:hover {
  color: #ffffff;
}
.page-domaine-vue .block-views-blocktaxonomies-domaines-d-expertise-block-2 .view-filters form .bef-links ul li a.bef-link--selected {
  color: rgb(220, 73, 32);
}
.page-domaine-vue .block-views-blocktaxonomies-domaines-d-expertise-block-2 .view-filters form .bef-links ul li a.bef-link--selected::after {
  width: 100%;
}
.page-domaine-vue .block-views-blocktaxonomies-domaines-d-expertise-block-2 .view-content .post-tax .row {
  display: flex;
  align-items: center;
  gap: 40px;
}
.page-domaine-vue .block-views-blocktaxonomies-domaines-d-expertise-block-2 .view-content .post-tax .row .col-md-6:first-child {
  flex: 1;
}
.page-domaine-vue .block-views-blocktaxonomies-domaines-d-expertise-block-2 .view-content .post-tax .row .col-md-6:last-child {
  flex: 1;
}
.page-domaine-vue .block-views-blocktaxonomies-domaines-d-expertise-block-2 .view-content .post-tax .post-tax-title {
  font-weight: 800;
  font-size: 28px;
  color: rgb(255, 255, 255);
  margin-bottom: 24px;
}
.page-domaine-vue .block-views-blocktaxonomies-domaines-d-expertise-block-2 .view-content .post-tax .post-tax-body {
  color: rgb(154, 154, 154);
  font-weight: 350;
  font-size: 18px;
}
.page-domaine-vue .block-views-blocktaxonomies-domaines-d-expertise-block-2 .view-content .post-tax figure {
  margin: 0;
}
.page-domaine-vue .block-views-blocktaxonomies-domaines-d-expertise-block-2 .view-content .post-tax figure img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.secteur-all {
  padding: var(--section-padding);
}
.secteur-all .block-views-blocksecteurs-d-intervention-block-4 .views-view-responsive-grid__item {
  border: 1px solid rgb(105, 105, 105);
  padding: 16px;
}
.secteur-all .block-views-blocksecteurs-d-intervention-block-4 .views-view-responsive-grid__item .post-intervention .image {
  margin-bottom: 2rem;
}
.secteur-all .block-views-blocksecteurs-d-intervention-block-4 .views-view-responsive-grid__item .post-intervention .image img {
  width: 100%;
  height: 208px;
  display: block;
  object-fit: cover;
}
.secteur-all .block-views-blocksecteurs-d-intervention-block-4 .views-view-responsive-grid__item .post-intervention .texte .post-title {
  font-family: Avenir;
  font-weight: 800;
  font-style: Heavy;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgb(255, 255, 255);
  margin-bottom: 10px;
}
.secteur-all .block-views-blocksecteurs-d-intervention-block-4 .views-view-responsive-grid__item .post-intervention .texte .post-body p {
  font-family: Avenir;
  font-weight: 400;
  font-style: Roman;
  font-size: 16px;
  color: rgb(164, 164, 164);
}

.home-clients .view-slideshow-client .views-view-responsive-grid__item .post-client {
  border: 1px solid rgba(255, 255, 255, 0.19);
  padding: 16px;
  height: 315px;
}

.home-alternative-credit .col-sm-12.bs-region.bs-region--middle {
  background-image: url("../assets/img/etoile.svg");
  background-position: top right;
  background-repeat: no-repeat;
}
.home-alternative-credit .col-sm-12.bs-region.bs-region--top {
  background-image: url("../assets/img/etoile.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
}

.home-secteurs-intervention .col-lg-5.col-12 {
  background-image: url("../assets/img/etoile.svg");
  background-position: top left;
  background-repeat: no-repeat;
}
.home-secteurs-intervention .col-lg-5.col-12 .block-content-bloc_compose .content {
  background-image: url("../assets/img/etoile.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
}

.field--name-field-links .field__item {
  display: inline-flex;
}
.field--name-field-links .field__item a.copy-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-left: 10px;
  background-color: transparent;
  border: 1px solid rgb(50, 125, 72);
  border-radius: 4px;
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.field--name-field-links .field__item a.copy-link::after {
  content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  background-image: url("../assets/icon/copier.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.field--name-field-links .field__item a.copy-link:hover {
  background-color: rgba(45, 106, 79, 0.15);
  border-color: rgb(50, 125, 72);
  color: #fff;
}
.field--name-field-links .field__item a.copy-link:active {
  background-color: rgba(45, 106, 79, 0.3);
}

.home-nos-valeurs {
  position: relative;
}
.home-nos-valeurs:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../assets/img/bg-square-2.png");
  background-repeat: no-repeat;
  background-size: 34%;
  background-position: top right;
  z-index: 0;
}

.page-identite-maison {
  position: relative;
}
.page-identite-maison:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../assets/img/bg-square-identite.png");
  background-repeat: no-repeat;
  background-size: 34%;
  background-position: top right;
  z-index: 0;
}

/* style plus*/
.page-node-15 .hero .field.field--name-field-arriere-plan img {
  object-position: bottom;
}

.page-user-login #navbar-main {
  position: relative;
}
.page-user-login .user-login-form {
  width: 50%;
  margin: auto;
  padding: 50px 0;
}
.page-user-login form label {
  font-weight: 400;
  font-size: 14px;
  color: rgb(193, 193, 193);
}
.page-user-login form .form-control, .page-user-login form input[type=email], .page-user-login form textarea {
  border: 1px solid rgb(54, 54, 54);
  border-radius: 0;
}
.page-user-login form .form-control:focus, .page-user-login form input[type=email]:focus, .page-user-login form textarea:focus {
  box-shadow: none;
}
.page-user-login form #edit-submit {
  background: rgb(50, 125, 72);
  border: none;
  border-radius: 0;
  height: 55px;
  font-weight: 800;
  font-size: 14px;
  color: rgb(255, 255, 255);
}

.ui-dialog .ui-dialog-content img {
  width: 100%;
}

.static-page-texte .block-content-basic {
  padding: 50px 0;
}
.static-page-texte .block-content-basic p {
  color: rgb(189, 189, 189);
  font-size: 18px;
  line-height: 32px;
}
.static-page-texte .block-content-basic .field--name-field-title {
  font-family: Avenir;
  font-weight: 800;
  font-style: Heavy;
  font-size: 36px;
  color: rgb(255, 255, 255);
}

.hero-static-page .field--name-title {
  font-size: var(--size-40);
  font-weight: 900;
  position: relative;
  max-width: 680px;
  margin: auto;
  line-height: 48px;
  margin-bottom: 18px;
}

/*# sourceMappingURL=style-sass.css.map */
