/*
  Created by Stephane Arribart.
  For Influa
  Date: 29/02/2024
  Time: 15:59

  --- theme ---

          |\      _,,,---,,_
    ZZZzz /,`.-'`'    -.  ;-;;,_
         |,4-  ) )-,_. ,\ (  `'-'
        '---''(_/--'  `-'\_)  
        
*/
/*
Created by Kuda.
For Influa
Date: 04/05/2026 
Time: 10:03 
 
--- header ---
 
      |\      _,,,---,,_
ZZZzz /,`.-'`'    -.  ;-;;,_
     |,4-  ) )-,_. ,\ (  `'-'
    '---''(_/--'  `-'\_)  
 
*/
.bandeau_contact_pre_footer .bloc_adresse {
  color: var(--color-default);
}
.baniere_homepage {
  height: 900px;
}
@media screen and (max-width: 990px) {
  .baniere_homepage {
    height: 1200px;
  }
}
.baniere_homepage .background_anim {
  position: absolute;
  height: 100%;
  width: 100%;
}
.baniere_homepage .background_anim:before {
  position: absolute;
  content: "";
  pointer-events: none;
  left: 20px;
  top: 740px;
  width: 264px;
  height: 30px;
  background-color: color-mix(in srgb, var(--color-custom-2) 20%, transparent);
  mask-image: url("/k-themes/business/assets/svg/cercle_horizontal.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: auto 100%;
  -webkit-mask-image: url("/k-themes/business/assets/svg/cercle_horizontal.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: left center;
  -webkit-mask-size: auto 100%;
  animation: loop_horizontal 5s ease infinite;
  -ms-animation: loop_horizontal 5s ease infinite;
  -webkit-animation: loop_horizontal 5s ease infinite;
}
.baniere_homepage .background_anim:after {
  position: absolute;
  content: "";
  pointer-events: none;
  height: 264px;
  width: 30px;
  left: 10%;
  background-color: color-mix(in srgb, var(--color-custom-1) 20%, transparent);
  mask-image: url("/k-themes/business/assets/svg/cercle_vertical.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: auto 100%;
  -webkit-mask-image: url("/k-themes/business/assets/svg/cercle_vertical.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: left center;
  -webkit-mask-size: auto 100%;
  animation: loop_vertical 5s ease infinite;
  -ms-animation: loop_vertical 5s ease infinite;
  -webkit-animation: loop_vertical 5s ease infinite;
}
@media screen and (max-width: 990px) {
  .baniere_homepage .background_anim {
    display: none;
  }
}
.baniere_homepage .background_couleur {
  position: absolute;
  height: 900px;
  width: 100%;
  left: -20px;
  mask-image: url("/k-themes/business/assets/svg/mask_baniere.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: auto 100%;
  -webkit-mask-image: url("/k-themes/business/assets/svg/mask_baniere.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: left center;
  -webkit-mask-size: auto 100%;
  background: var(--color-custom-2);
  background-image: linear-gradient(180deg, var(--color-custom-2) 50%, var(--color-custom-1) 100%);
  z-index: -1;
}
@media screen and (max-width: 990px) {
  .baniere_homepage .background_couleur {
    display: none;
  }
}
.baniere_homepage .background {
  position: absolute;
  height: 900px;
  width: 100%;
  top: 0;
}
.baniere_homepage .background .image_bloc {
  mask-image: url("/k-themes/business/assets/svg/mask_baniere.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: auto 100%;
  -webkit-mask-image: url("/k-themes/business/assets/svg/mask_baniere.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: left center;
  -webkit-mask-size: auto 100%;
  z-index: -1;
  height: 900px;
}
@media screen and (max-width: 990px) {
  .baniere_homepage .background .image_bloc {
    mask-image: unset;
    -webkit-mask-image: unset;
    height: 1120px;
  }
}
.baniere_homepage .container .ligne {
  height: 900px;
}
@media screen and (max-width: 990px) {
  .baniere_homepage .container .ligne {
    display: block;
    height: auto;
  }
}
.baniere_homepage .container .ligne .colonne {
  vertical-align: middle;
  padding-left: 30% !important;
}
@media screen and (max-width: 990px) {
  .baniere_homepage .container .ligne .colonne {
    display: block;
    padding: 120px 0 !important;
  }
}
.baniere_homepage .container .ligne .colonne .titre p, .baniere_homepage .container .ligne .colonne .titre h1 {
  padding: 0;
  margin: 0;
  display: block;
  font-size: 60px;
  line-height: 1.2;
  font-family: var(--font-title);
  color: var(--color-blanc);
}
.baniere_homepage .container .ligne .colonne .titre p em, .baniere_homepage .container .ligne .colonne .titre h1 em {
  font-style: italic;
  font-family: var(--font-subtitle);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: initial;
  padding-right: 8px;
  background-image: linear-gradient(-97deg, var(--color-custom-2) 0%, var(--color-custom-3) 100%);
}
@media screen and (max-width: 990px) {
  .baniere_homepage .container .ligne .colonne .titre p, .baniere_homepage .container .ligne .colonne .titre h1 {
    font-size: 50px;
  }
}
.baniere_homepage .container .ligne .colonne .introduction p {
  color: var(--color-blanc);
  font-size: 20px;
}
@media screen and (max-width: 990px) {
  .baniere_homepage .container .ligne .colonne .introduction p {
    font-size: 16px;
  }
}
.baniere_homepage .container .ligne .colonne .zone_bouton {
  display: block;
  margin-top: 60px;
}
.baniere_homepage .container .ligne .colonne .zone_bouton a {
  border: solid 1px var(--color-blanc);
  cursor: pointer;
}
@-webkit-keyframes loop_horizontal {
  0% {
    left: 20px;
  }
  50% {
    left: 440px;
  }
  100% {
    left: 20px;
  }
}
@-webkit-keyframes loop_vertical {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 640px;
  }
  100% {
    bottom: 0;
  }
}
.baniere_landing_page .background {
  position: absolute;
  height: 620px;
  width: 100%;
  top: 0;
  background: radial-gradient(ellipse at center, var(--color-custom-2) 0%, var(--color-custom-1) 100%);
}
@media screen and (max-width: 990px) {
  .baniere_landing_page .background {
    height: 100%;
  }
}
.baniere_landing_page .container {
  z-index: 10;
}
.baniere_landing_page .container .ligne {
  height: 620px;
}
@media screen and (max-width: 990px) {
  .baniere_landing_page .container .ligne {
    height: auto;
  }
}
.baniere_landing_page .container .ligne .colonne {
  height: 620px;
  vertical-align: middle;
}
.baniere_landing_page .container .ligne .colonne .chapo {
  display: block;
  position: relative;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--color-blanc);
}
@media screen and (max-width: 990px) {
  .baniere_landing_page .container .ligne .colonne .chapo {
    margin: 60px 0 40px 0;
  }
}
.baniere_landing_page .container .ligne .colonne .titre {
  display: block;
  margin-top: -30px;
}
@media screen and (max-width: 990px) {
  .baniere_landing_page .container .ligne .colonne .titre {
    margin: 0;
  }
}
.baniere_landing_page .container .ligne .colonne .titre p, .baniere_landing_page .container .ligne .colonne .titre h1 {
  padding: 0;
  margin: 0;
  display: block;
  font-size: 60px;
  line-height: 1.2;
  font-family: var(--font-title);
  color: var(--color-blanc);
}
.baniere_landing_page .container .ligne .colonne .titre p em, .baniere_landing_page .container .ligne .colonne .titre h1 em {
  font-style: italic;
  font-family: var(--font-subtitle);
  padding-right: 8px;
}
.baniere_landing_page .container .ligne .colonne .introduction {
  padding-right: 30px;
}
.baniere_landing_page .container .ligne .colonne .introduction p {
  color: var(--color-blanc);
  font-size: 20px;
}
.baniere_landing_page .container .ligne .colonne .zone_bouton {
  display: block;
  margin-top: 60px;
}
.baniere_landing_page .container .ligne .colonne .zone_bouton a {
  border: solid 1px var(--color-blanc);
  cursor: pointer;
}
.baniere_landing_page .illustration {
  position: absolute;
  height: 620px;
  width: 50%;
  top: 0;
  left: 50%;
  mask-image: url("/k-themes/business/assets/svg/mask_baniere_lp.svg");
  mask-repeat: no-repeat;
  mask-position: left center;
  mask-size: auto 100%;
  -webkit-mask-image: url("/k-themes/business/assets/svg/mask_baniere_lp.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: left center;
  -webkit-mask-size: auto 100%;
}
.baniere_landing_page .illustration .image_bloc {
  z-index: -1;
  height: 620px;
}
@media screen and (max-width: 990px) {
  .baniere_landing_page .illustration .image_bloc {
    height: 600px;
  }
}
@media screen and (max-width: 990px) {
  .baniere_landing_page .illustration {
    margin-top: 30px;
    position: relative;
    width: 100%;
    left: unset;
    top: unset;
    height: 400px;
  }
}
.baniere_landing_page .illustration_suite {
  position: absolute;
  width: 58%;
  height: 100%;
  top: 0;
  left: 50%;
  background-color: color-mix(in srgb, var(--color-blanc) 30%, transparent);
  mask-image: url("/k-themes/business/assets/svg/mask_baniere_lp_suite.svg");
  mask-repeat: no-repeat;
  mask-position: left center;
  mask-size: auto 100%;
  -webkit-mask-image: url("/k-themes/business/assets/svg/mask_baniere_lp_suite.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: left center;
  -webkit-mask-size: auto 100%;
  z-index: 2;
}
@media screen and (max-width: 990px) {
  .baniere_landing_page .illustration_suite {
    display: none;
  }
}
.dernieres_actualites .entete .titre:after {
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 990px) {
  .dernieres_actualites .entete .titre:after {
    left: 0;
    transform: unset;
  }
}
.dernieres_actualites .item {
  cursor: pointer;
  display: inline-block;
  position: relative;
  box-shadow: 0 2px 15px rgba(34, 34, 34, 0.17);
}
@media screen and (max-width: 990px) {
  .dernieres_actualites .item {
    display: block;
    margin-bottom: 20px;
  }
}
.dernieres_actualites .item .image_bloc {
  height: 280px;
  position: relative;
}
.dernieres_actualites .item .image_bloc .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
  opacity: 0;
  transition: all 0.2s;
}
.dernieres_actualites .item .image_bloc img {
  transition: all 300ms linear 0ms;
}
.dernieres_actualites .item .infos {
  padding: 20px 20px 60px 20px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 990px) {
  .dernieres_actualites .item .infos {
    height: auto;
  }
}
.dernieres_actualites .item .infos .date {
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
}
.dernieres_actualites .item .infos .nom {
  font-size: 24px;
  font-family: var(--font-title);
  font-weight: 400;
  margin-bottom: 30px;
  display: block;
  position: relative;
  min-height: 45px;
}
.dernieres_actualites .item .infos .nom:after {
  content: "";
  width: 90px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(-97deg, var(--color-custom-1) 0%, var(--color-custom-2) 100%);
}
.dernieres_actualites .item .infos .resume {
  line-height: 25px;
}
.dernieres_actualites .item .infos .lots {
  border: none;
  font-weight: bold;
  font-style: normal;
}
.dernieres_actualites .item .zone_bouton {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.dernieres_actualites .item:hover .nom a {
  color: var(--color-custom-1);
}
.dernieres_actualites .item:hover .image_bloc .overlay {
  z-index: 2;
  opacity: 1;
}
.dernieres_actualites .item:hover .image_bloc img {
  transform: scale(1.1);
}
.dernieres_actualites .item:hover .zone_bouton {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  opacity: 1;
}
.dernieres_actualites .item:hover .zone_bouton .bouton {
  box-shadow: 0 2px 15px rgba(34, 34, 34, 0.17);
}
.zone_chapo {
  display: block;
  margin-bottom: 30px;
  position: relative;
  line-height: 80px;
}
.zone_chapo .chapo_zoom {
  position: relative;
  width: 100%;
  font-size: 70px;
  font-weight: 700;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(-97deg, var(--color-custom-1) 0%, var(--color-custom-2) 100%);
  opacity: 0.3;
  height: 84px;
}
@media screen and (max-width: 990px) {
  .zone_chapo .chapo_zoom {
    font-size: 30px;
  }
}
.zone_chapo .chapo {
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(-97deg, var(--color-custom-1) 0%, var(--color-custom-2) 100%);
}
@media screen and (max-width: 990px) {
  .zone_chapo .chapo {
    left: 0;
    transform: unset;
  }
}
.zone_chapo.align_centre {
  text-align: center;
}
@media screen and (max-width: 990px) {
  .zone_chapo.align_centre {
    text-align: left;
  }
}
.zone_chapo.align_centre .chapo {
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 990px) {
  .zone_chapo.align_centre .chapo {
    left: 0;
    transform: unset;
  }
}
.chapo_simple {
  display: block;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(-97deg, var(--color-custom-1) 0%, var(--color-custom-2) 100%);
}
.titre {
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 30px;
}
.titre p, .titre h2 {
  padding: 0;
  margin: 0;
  display: block;
  font-size: 40px;
  line-height: 1.2;
  font-family: var(--font-title);
}
.titre p em, .titre h2 em {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
  font-family: var(--font-subtitle);
  background-color: initial;
  padding-right: 8px;
  background-image: linear-gradient(-97deg, var(--color-custom-1) 0%, var(--color-custom-2) 100%);
}
.titre:after {
  content: "";
  width: 90px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(-97deg, var(--color-custom-1) 0%, var(--color-custom-2) 100%);
}
.introduction p {
  font-size: 18px;
}
.portfolio .vignettes_listing {
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media screen and (max-width: 990px) {
  .portfolio .vignettes_listing .item {
    margin-bottom: 20px;
  }
}
.portfolio .vignettes_listing .item .image_bloc {
  height: 380px;
  border-radius: 10px;
}
.portfolio .vignettes_listing .item .image_bloc img {
  transition: all 300ms linear 0ms;
}
.portfolio .vignettes_listing .item .nom {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: 0;
  background-image: linear-gradient(97deg, var(--color-custom-1) 0%, transparent 100%);
  transition: all 0.2s;
}
.portfolio .vignettes_listing .item .nom .item_titre {
  display: block;
  position: relative;
  transition: all 0.2s;
  padding: 20px 20px 40px 20px;
  opacity: 0;
  font-size: 24px;
  color: var(--color-blanc);
}
.portfolio .vignettes_listing .item .nom .item_titre:after {
  content: "";
  width: 90px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 20px;
  background-color: var(--color-blanc);
}
.portfolio .vignettes_listing .item:hover .image_bloc img {
  transform: scale(1.1) rotate(3deg);
}
.portfolio .vignettes_listing .item:hover .nom {
  opacity: 1;
}
.portfolio .vignettes_listing .item:hover .nom .item_titre {
  opacity: 1;
}
@media screen and (max-width: 990px) {
  .qui_sommes_nous {
    margin-top: 20px;
  }
}
.qui_sommes_nous .background_svg {
  position: absolute;
  width: 600px;
  height: 640px;
  mask-image: url("/k-themes/business/assets/svg/arrow_fond.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  -webkit-mask-image: url("/k-themes/business/assets/svg/arrow_fond.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 100%;
  background: var(--color-custom-2);
  background-image: linear-gradient(180deg, var(--color-custom-2) 50%, var(--color-custom-1) 100%);
  z-index: -1;
}
@media screen and (max-width: 990px) {
  .qui_sommes_nous .background_svg {
    display: none;
  }
}
.qui_sommes_nous .background_svg.gauche {
  left: calc((100% - 1200px) / 2);
}
.qui_sommes_nous .background_svg.droite {
  right: calc((100% - 1200px) / 2);
}
.qui_sommes_nous .background_qsn {
  width: 600px;
  position: absolute;
}
.qui_sommes_nous .background_qsn .image_bloc {
  mask-image: url("/k-themes/business/assets/svg/mask_qsn.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: auto 100%;
  -webkit-mask-image: url("/k-themes/business/assets/svg/mask_qsn.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: left center;
  -webkit-mask-size: 100%;
  z-index: -1;
  height: 640px;
}
@media screen and (max-width: 990px) {
  .qui_sommes_nous .background_qsn .image_bloc {
    height: 520px;
    opacity: 0.3;
  }
}
.qui_sommes_nous .background_qsn.gauche {
  left: calc((100% - 1200px) / 2);
}
@media screen and (max-width: 990px) {
  .qui_sommes_nous .background_qsn.gauche {
    right: -300px;
  }
}
.qui_sommes_nous .background_qsn.droite {
  right: calc((100% - 1200px) / 2);
}
@media screen and (max-width: 990px) {
  .qui_sommes_nous .background_qsn.droite {
    right: -300px;
  }
}
.qui_sommes_nous .container .ligne {
  height: 640px;
}
@media screen and (max-width: 990px) {
  .qui_sommes_nous .container .ligne {
    display: block;
    height: auto;
  }
}
.qui_sommes_nous .container .ligne .colonne {
  vertical-align: middle;
}
.reassurances .entete {
  text-align: center;
}
@media screen and (max-width: 990px) {
  .reassurances .entete {
    text-align: left;
  }
}
.reassurances .entete .titre:after {
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 990px) {
  .reassurances .entete .titre:after {
    left: 0;
    transform: unset;
  }
}
.services .entete {
  text-align: center;
}
@media screen and (max-width: 990px) {
  .services .entete {
    text-align: left;
  }
}
.services .entete .titre:after {
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 990px) {
  .services .entete .titre:after {
    left: 0;
    transform: unset;
  }
}
.services .item {
  position: relative;
  border-radius: 10px;
  height: 600px;
  background-color: var(--color-custom-1);
}
@media screen and (max-width: 990px) {
  .services .item {
    height: 380px;
  }
}
.services .item .image_bloc {
  position: relative;
  border-radius: 10px;
  z-index: 1;
  height: 420px;
}
@media screen and (max-width: 990px) {
  .services .item .image_bloc {
    height: 320px;
  }
}
.services .item .image_bloc .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-custom-1);
  background: linear-gradient(0deg, var(--color-custom-1) 0%, transparent 52%);
  opacity: 1;
  transition: all 0.2s;
  z-index: 2;
}
@media screen and (max-width: 990px) {
  .services .item .image_bloc .overlay {
    background: linear-gradient(0deg, var(--color-custom-1) 0%, transparent 80%);
  }
}
.services .item .infos {
  position: absolute;
  z-index: 3;
  text-align: left;
  bottom: 30px;
  left: 30px;
  right: 30px;
  color: var(--color-blanc);
}
@media screen and (max-width: 990px) {
  .services .item .infos {
    position: relative;
    display: block;
    bottom: unset;
    left: unset;
    right: unset;
    margin: -290px 30px 30px 30px;
  }
}
.services .item .infos .titre {
  font-family: var(--font-title);
  position: relative;
  display: block;
  margin: 30px 0 20px 0;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  font-size: 28px;
  letter-spacing: normal;
  line-height: normal;
  text-transform: uppercase;
}
.services .item .infos .description {
  display: block;
  font-style: normal;
  text-align: left;
  padding: 0;
  height: 160px;
}
.services .item .infos .description p {
  font-size: 18px;
  color: var(--color-blanc);
}
@media screen and (max-width: 990px) {
  .services .item .infos .description {
    height: auto;
  }
}
.temoignages .entete {
  text-align: center;
}
@media screen and (max-width: 990px) {
  .temoignages .entete {
    text-align: left;
  }
}
.temoignages .entete .titre:after {
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 990px) {
  .temoignages .entete .titre:after {
    left: 0;
    transform: unset;
  }
}
.temoignages .item {
  position: relative;
  display: block;
  text-align: center;
  background-color: var(--color-blanc);
  box-shadow: 0 2px 32px rgba(61, 61, 61, 0.1);
  transition: all 300ms linear 0ms;
  z-index: 1;
}
@media screen and (max-width: 990px) {
  .temoignages .item {
    margin-bottom: 30px;
  }
}
.temoignages .item:before {
  content: "";
  z-index: -1;
  height: 10px;
  width: 100%;
  background-color: var(--color-custom-2);
  background-image: linear-gradient(to left, var(--color-custom-1), var(--color-custom-2));
  box-shadow: 0 0 9px rgba(5, 198, 251, 0.21);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 300ms linear 0ms;
}
.temoignages .item .quote {
  font-size: 232px;
  color: #fff;
  font-family: var(--font-subtitle);
  text-shadow: 0 2px 18px rgba(61, 61, 61, 0.21);
  position: absolute;
  top: -60px;
  left: 14px;
  line-height: 1;
}
.temoignages .item .inner {
  overflow: hidden;
  position: relative;
  padding: 50px 30px 30px 30px;
}
.temoignages .item .inner:before {
  content: "";
  z-index: -1;
  height: 150px;
  width: 255px;
  background-image: linear-gradient(120deg, var(--color-custom-1), var(--color-custom-2));
  position: absolute;
  border-radius: 38px;
  top: -55px;
  left: -62px;
  transform: rotate(-44deg);
  transition: all 300ms linear 0ms;
  opacity: 0.1;
}
.temoignages .item .inner .visuel {
  display: block;
}
.temoignages .item .inner .visuel .image_bloc {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  display: block;
  margin: 0 auto 30px auto;
}
.temoignages .item .inner .nom {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: var(--color-custom-1);
}
.temoignages .item .inner .fonction {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--color-default);
}
.temoignages .item .inner .commentaire p {
  color: var(--color-default);
}
.temoignages .item:hover {
  transform: translateY(-20px) !important;
  background-color: var(--color-custom-1);
}
.temoignages .item:hover .inner:before {
  opacity: 1;
}
.temoignages .item:hover .nom, .temoignages .item:hover .fonction, .temoignages .item:hover .commentaire p {
  color: var(--color-blanc);
}
.texte_image {
  margin: 30px 0;
}
.texte_image .background_txtimg .background_image {
  top: -30px;
  position: absolute;
  background-image: linear-gradient(-97deg, var(--color-custom-2) 0%, var(--color-blanc) 100%);
  padding-top: 60px;
}
@media screen and (max-width: 990px) {
  .texte_image .background_txtimg .background_image {
    width: 70%;
    padding-top: 20px;
    opacity: 0.4;
  }
}
.texte_image .background_txtimg .background_image.align_gauche {
  left: 0;
  padding-right: 60px;
}
@media screen and (max-width: 990px) {
  .texte_image .background_txtimg .background_image.align_gauche {
    padding-right: 0;
    padding-bottom: 20px;
  }
}
.texte_image .background_txtimg .background_image.align_droite {
  right: 0;
  padding-left: 60px;
}
@media screen and (max-width: 990px) {
  .texte_image .background_txtimg .background_image.align_droite {
    padding-left: 0;
    padding-bottom: 20px;
  }
}
.texte_image .background_txtimg .background_image .image_bloc {
  height: 720px;
}
@media screen and (max-width: 990px) {
  .texte_image .background_txtimg .background_image .image_bloc {
    height: 640px;
  }
}
.dark-scheme .background_txtimg .background_image {
  background-image: linear-gradient(-97deg, var(--color-custom-2) 0%, var(--color-noir-dark-mode) 100%);
}
/*# sourceMappingURL=theme.css.map */