@charset "UTF-8";
/*
  Kuda 6 — Bridge SCSS → CSS Custom Properties
  Ce fichier est STATIQUE. Les valeurs dynamiques sont dans variables.css
  Généré automatiquement par l'outil de migration v5→v6
*/
/*



*/
/*
  Created by Stephane Arribart.
  For Influa
  Date: 10/06/2021
  Time: 11:13

  --- _variables ---

          |\      _,,,---,,_
    ZZZzz /,`.-'`'    -.  ;-;;,_
         |,4-  ) )-,_. ,\ (  `'-'
        '---''(_/--'  `-'\_)  
        
*/
/*
  Created by Stephane Arribart.
  For Influa
  Date: 20/10/2023
  Time: 14:20

  --- _bandeau_contact_pre_footer ---

          |\      _,,,---,,_
    ZZZzz /,`.-'`'    -.  ;-;;,_
         |,4-  ) )-,_. ,\ (  `'-'
        '---''(_/--'  `-'\_)

*/
.bandeau_contact_pre_footer {
  display: block;
  background-color: var(--color-custom-1);
  position: relative;
  height: 720px;
}
@media screen and (max-width: 990px) {
  .bandeau_contact_pre_footer {
    height: auto;
    padding-bottom: 40px;
  }
}
.bandeau_contact_pre_footer .background {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 990px) {
  .bandeau_contact_pre_footer .background {
    position: relative;
    width: 100%;
  }
}
.bandeau_contact_pre_footer .background .image_bloc {
  height: 720px;
}
@media screen and (max-width: 990px) {
  .bandeau_contact_pre_footer .background .image_bloc {
    height: 300px;
  }
}
.bandeau_contact_pre_footer .container .ligne {
  display: table;
  width: 100%;
  height: 720px;
}
@media screen and (max-width: 990px) {
  .bandeau_contact_pre_footer .container .ligne {
    display: block;
    height: auto;
  }
}
.bandeau_contact_pre_footer .container .ligne .colonne {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 990px) {
  .bandeau_contact_pre_footer .container .ligne .colonne {
    display: block;
  }
}
.bandeau_contact_pre_footer .container .ligne .colonne.inner {
  padding-left: 60px;
}
@media screen and (max-width: 990px) {
  .bandeau_contact_pre_footer .container .ligne .colonne.inner {
    padding: 0;
  }
}
.bandeau_contact_pre_footer .container .ligne .colonne .bloc_adresse {
  padding: 60px;
  background-color: color-mix(in srgb, var(--color-blanc) 80%, transparent);
  display: inline-block;
}
@media screen and (max-width: 990px) {
  .bandeau_contact_pre_footer .container .ligne .colonne .bloc_adresse {
    padding: 20px;
    margin: 20px 0;
    width: 100%;
  }
}
.bandeau_contact_pre_footer .container .ligne .colonne .bloc_adresse .enseigne {
  font-size: 24px;
  font-weight: bold;
}
.bandeau_contact_pre_footer .container .ligne .colonne .bloc_adresse .adresse {
  font-size: 20px;
}
.bandeau_contact_pre_footer .container .ligne .colonne .chapo {
  display: block;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--color-custom-2);
}
.bandeau_contact_pre_footer .container .ligne .colonne .titre {
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 30px;
}
.bandeau_contact_pre_footer .container .ligne .colonne .titre p {
  padding: 0;
  color: var(--color-blanc);
  margin: 0 60px 0 0;
  display: block;
  font-size: 40px;
  line-height: 1.2;
  font-family: var(--font-title);
}
.bandeau_contact_pre_footer .container .ligne .colonne .titre p 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-2) 0%, var(--color-custom-3) 100%);
}
.bandeau_contact_pre_footer .container .ligne .colonne .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%);
}
.bandeau_contact_pre_footer .container .ligne .colonne fieldset {
  display: block;
  margin: 0;
  padding: 10px 0;
}
.bandeau_contact_pre_footer .container .ligne .colonne fieldset input[type=text] {
  padding: 5px 10px;
  border-radius: 4px;
  background-color: var(--color-blanc);
  color: var(--color-noir);
  border: none;
  box-shadow: none;
  margin: 0;
  width: calc(100% - 20px);
}
.bandeau_contact_pre_footer .container .ligne .colonne fieldset input[type=text]::placeholder {
  color: var(--color-gris-fonce);
}
@media screen and (max-width: 990px) {
  .bandeau_contact_pre_footer .container .ligne .colonne fieldset input[type=text] {
    width: calc(100% - 20px);
  }
}
.bandeau_contact_pre_footer .container .ligne .colonne .zone_bouton {
  display: block;
  margin-top: 30px;
}
