@charset "UTF-8";
/*
  Created by Pierre Bernardeau.
  For Influa
  Date: 23/10/2023
  Time: 12:12

  --- styles ---

        _
    ,--'_`--.    
  ,/( \   / )\.  
 //  \ \_/ /  \\ 
|/___/     \___\|
((___       ___))    Join the Empire !!!  ﴾̵ ̵◎̵ ̵﴿
|\   \  _  /   /|
 \\  / / \ \  // 
  `\(_/___\_)/'
    `--._.--'

 */
/*
Created by Kuda.
For Influa
Date: 08/08/2023 
Time: 11:50 

  --- _variables ---

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

*/
/*
  Created by Stephane Arribart.
  For Influa
  Date: 29/04/2022
  Time: 08:19

  --- _grid ---

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

*/
@import url("https://fonts.googleapis.com/css?family=Hind:300,400&display=swap");
.kol_1 {
  width: 8.3333333333%;
}

.kol_2 {
  width: 16.6666666667%;
}

.kol_3 {
  width: 25%;
}

.kol_4 {
  width: 33.3333333333%;
}

.kol_5 {
  width: 41.6666666667%;
}

.kol_6 {
  width: 50%;
}

.kol_7 {
  width: 58.3333333333%;
}

.kol_8 {
  width: 66.6666666667%;
}

.kol_9 {
  width: 75%;
}

.kol_10 {
  width: 83.3333333333%;
}

.kol_11 {
  width: 91.6666666667%;
}

.kol_12 {
  width: 100%;
}

@media screen and (max-width: 990px) {
  .kol_1,
.kol_2,
.kol_3,
.kol_4,
.kol_5,
.kol_6,
.kol_7,
.kol_8,
.kol_9,
.kol_10,
.kol_11,
.kol_12 {
    width: 100%;
  }
}
/*
  Created by Stephane Arribart.
  For Influa
  Date: 15/06/2021
  Time: 11:42

  --- _forms ---

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

*/
.inputfield, .input-field {
  display: block;
  position: relative;
  padding: 0;
  margin: 5px 0;
}
@media screen and (max-width: 990px) {
  .inputfield, .input-field {
    display: block;
    padding: 5px;
  }
}
.inputfield input[type=text], .inputfield input[type=tel], .inputfield input[type=email], .inputfield input[type=number], .inputfield input[type=date], .input-field input[type=text], .input-field input[type=tel], .input-field input[type=email], .input-field input[type=number], .input-field input[type=date] {
  border: solid 1px #000000;
  padding: 0 20px;
  width: calc(100% - 40px);
  background-color: rgba(255, 255, 255, 0.85);
  color: #000000;
  border-radius: 5px;
}
.inputfield input[type=text]::placeholder, .inputfield input[type=tel]::placeholder, .inputfield input[type=email]::placeholder, .inputfield input[type=number]::placeholder, .inputfield input[type=date]::placeholder, .input-field input[type=text]::placeholder, .input-field input[type=tel]::placeholder, .input-field input[type=email]::placeholder, .input-field input[type=number]::placeholder, .input-field input[type=date]::placeholder {
  color: rgba(75, 75, 77, 0.3);
  opacity: 1;
}
.inputfield input[type=text]:focus, .inputfield input[type=tel]:focus, .inputfield input[type=email]:focus, .inputfield input[type=number]:focus, .inputfield input[type=date]:focus, .input-field input[type=text]:focus, .input-field input[type=tel]:focus, .input-field input[type=email]:focus, .input-field input[type=number]:focus, .input-field input[type=date]:focus {
  box-shadow: none !important;
  border: solid 1px #4CAF50 !important;
}
.inputfield textarea, .input-field textarea {
  width: 100%;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.85);
  height: 200px;
  border: solid 1px #000000;
  padding: 20px;
  color: #000000;
}
.inputfield textarea:focus, .input-field textarea:focus {
  box-shadow: none !important;
  border: solid 1px #4CAF50 !important;
  outline: none;
}
.inputfield .zone_radio_checkbox, .input-field .zone_radio_checkbox {
  padding: 20px;
  border: solid 1px #4b4b4d;
  border-radius: 5px;
  margin-bottom: 10px;
  background-color: #ffffff;
}
.inputfield .zone_radio_checkbox .radio-toolbar, .input-field .zone_radio_checkbox .radio-toolbar {
  display: table;
  border-spacing: 10px;
  width: 100%;
}
@media (max-width: 990px) {
  .inputfield .zone_radio_checkbox .radio-toolbar, .input-field .zone_radio_checkbox .radio-toolbar {
    display: block;
  }
}
.inputfield .zone_radio_checkbox .radio-toolbar input[type=radio], .input-field .zone_radio_checkbox .radio-toolbar input[type=radio] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.inputfield .zone_radio_checkbox .radio-toolbar input[type=radio]:after, .input-field .zone_radio_checkbox .radio-toolbar input[type=radio]:after {
  border: none;
  background-color: unset;
}
.inputfield .zone_radio_checkbox .radio-toolbar label, .input-field .zone_radio_checkbox .radio-toolbar label {
  display: table-cell;
  background-color: #ededed;
  color: #000000;
  padding: 20px 40px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #ededed;
  border-radius: 5px;
  cursor: pointer;
}
@media (max-width: 990px) {
  .inputfield .zone_radio_checkbox .radio-toolbar label, .input-field .zone_radio_checkbox .radio-toolbar label {
    display: block;
    margin: 10px 0;
  }
}
.inputfield .zone_radio_checkbox .radio-toolbar label:hover, .input-field .zone_radio_checkbox .radio-toolbar label:hover {
  background-color: #4CAF50;
  color: #ffffff;
}
.inputfield .zone_radio_checkbox .radio-toolbar input[type=radio]:checked + label, .input-field .zone_radio_checkbox .radio-toolbar input[type=radio]:checked + label {
  background-color: #ffffff;
  color: #4CAF50;
  border-color: #4CAF50;
}
.inputfield .zone_radio_checkbox .radio-toolbar input[type=radio]:checked + label:after, .input-field .zone_radio_checkbox .radio-toolbar input[type=radio]:checked + label:after {
  border: none;
  background-color: unset;
}
.inputfield .zone_radio_checkbox .radio-toolbar input[type=radio]:focus + label, .input-field .zone_radio_checkbox .radio-toolbar input[type=radio]:focus + label {
  border: 1px solid #4CAF50;
}
.inputfield .zone_radio_checkbox .radio-toolbar.contact_heure, .input-field .zone_radio_checkbox .radio-toolbar.contact_heure {
  margin: 0 auto;
}
.inputfield .zone_radio_checkbox .radio-toolbar.contact_heure label, .input-field .zone_radio_checkbox .radio-toolbar.contact_heure label {
  display: inline-block;
  margin: 10px;
}
@media (max-width: 990px) {
  .inputfield .zone_radio_checkbox .radio-toolbar.contact_heure label, .input-field .zone_radio_checkbox .radio-toolbar.contact_heure label {
    width: calc(100% - 20px);
    margin: 5px 10px;
  }
}
.inputfield .zone_radio_checkbox .radio-toolbar span.reserve, .input-field .zone_radio_checkbox .radio-toolbar span.reserve {
  display: inline-block;
  background-color: #f44336;
  margin: 10px;
  color: #ffffff;
  padding: 20px 40px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #ededed;
  border-radius: 5px;
}
@media (max-width: 990px) {
  .inputfield .zone_radio_checkbox .radio-toolbar span.reserve, .input-field .zone_radio_checkbox .radio-toolbar span.reserve {
    width: calc(100% - 20px);
    margin: 5px 10px;
  }
}
.inputfield .zone_radio_checkbox .radio-toolbar.grid, .input-field .zone_radio_checkbox .radio-toolbar.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.inputfield .zone_radio_checkbox .radio-toolbar.grid label, .input-field .zone_radio_checkbox .radio-toolbar.grid label {
  display: block;
}
.inputfield .zone_radio_checkbox .checkbox-toolbar, .input-field .zone_radio_checkbox .checkbox-toolbar {
  display: table;
  border-spacing: 10px;
  width: 100%;
}
@media (max-width: 990px) {
  .inputfield .zone_radio_checkbox .checkbox-toolbar, .input-field .zone_radio_checkbox .checkbox-toolbar {
    display: block;
  }
}
.inputfield .zone_radio_checkbox .checkbox-toolbar .checkox-label, .input-field .zone_radio_checkbox .checkbox-toolbar .checkox-label {
  display: table-cell;
  width: 20%;
  position: relative;
  vertical-align: middle;
  padding-left: 35px;
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 990px) {
  .inputfield .zone_radio_checkbox .checkbox-toolbar .checkox-label, .input-field .zone_radio_checkbox .checkbox-toolbar .checkox-label {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
}
.inputfield .zone_radio_checkbox .checkbox-toolbar .checkox-label input, .input-field .zone_radio_checkbox .checkbox-toolbar .checkox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.inputfield .zone_radio_checkbox .checkbox-toolbar .checkox-label .checkmark, .input-field .zone_radio_checkbox .checkbox-toolbar .checkox-label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #eee;
  border-radius: 4px;
}
.inputfield .zone_radio_checkbox .checkbox-toolbar .checkox-label .checkmark:before, .input-field .zone_radio_checkbox .checkbox-toolbar .checkox-label .checkmark:before {
  content: none;
}
.inputfield .zone_radio_checkbox .checkbox-toolbar .checkox-label .checkmark:after, .input-field .zone_radio_checkbox .checkbox-toolbar .checkox-label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.inputfield .zone_radio_checkbox .checkbox-toolbar .checkox-label:hover input:checked ~ .checkmark, .input-field .zone_radio_checkbox .checkbox-toolbar .checkox-label:hover input:checked ~ .checkmark {
  background-color: #4CAF50;
}
.inputfield .zone_radio_checkbox .checkbox-toolbar .checkox-label input:checked ~ .checkmark, .input-field .zone_radio_checkbox .checkbox-toolbar .checkox-label input:checked ~ .checkmark {
  background-color: #4CAF50;
}
.inputfield .zone_radio_checkbox .checkbox-toolbar .checkox-label input:checked ~ .checkmark:after, .input-field .zone_radio_checkbox .checkbox-toolbar .checkox-label input:checked ~ .checkmark:after {
  display: block;
}
.inputfield .zone_radio_checkbox .checkbox-toolbar .checkox-label .checkmark:after, .input-field .zone_radio_checkbox .checkbox-toolbar .checkox-label .checkmark:after {
  left: 9px;
  top: 5px;
  width: 10px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.inputfield .zone_palette .palette-toolbar, .input-field .zone_palette .palette-toolbar {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.inputfield .zone_palette .palette-toolbar .palette-label, .input-field .zone_palette .palette-toolbar .palette-label {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 10px 10px 10px 60px;
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 8px 8px 0 0;
}
@media (max-width: 990px) {
  .inputfield .zone_palette .palette-toolbar .palette-label, .input-field .zone_palette .palette-toolbar .palette-label {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
}
.inputfield .zone_palette .palette-toolbar .palette-label input, .input-field .zone_palette .palette-toolbar .palette-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.inputfield .zone_palette .palette-toolbar .palette-label .checkmark, .input-field .zone_palette .palette-toolbar .palette-label .checkmark {
  position: absolute;
  top: 12px;
  left: 10px;
  height: 22px;
  width: 22px;
  background-color: #ffffff;
  border-radius: 50%;
  border: solid 4px #ffffff;
}
.inputfield .zone_palette .palette-toolbar .palette-label .checkmark:after, .input-field .zone_palette .palette-toolbar .palette-label .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.inputfield .zone_palette .palette-toolbar .palette-label:hover input ~ .checkmark, .input-field .zone_palette .palette-toolbar .palette-label:hover input ~ .checkmark {
  background-color: #ccc;
}
.inputfield .zone_palette .palette-toolbar .palette-label input:checked ~ .checkmark, .input-field .zone_palette .palette-toolbar .palette-label input:checked ~ .checkmark {
  background-color: #4CAF50;
}
.inputfield .zone_palette .palette-toolbar .samples, .input-field .zone_palette .palette-toolbar .samples {
  display: table;
  width: 100%;
  margin-top: -8px;
}
.inputfield .zone_palette .palette-toolbar .samples .sample, .input-field .zone_palette .palette-toolbar .samples .sample {
  display: table-cell;
  width: 33%;
  height: 30px;
}
.inputfield .zone_palette .palette-toolbar .samples .sample:first-child, .input-field .zone_palette .palette-toolbar .samples .sample:first-child {
  border-radius: 0 0 0 8px;
}
.inputfield .zone_palette .palette-toolbar .samples .sample:last-child, .input-field .zone_palette .palette-toolbar .samples .sample:last-child {
  border-radius: 0 0 8px 0;
}
.inputfield .mode_contact, .input-field .mode_contact {
  padding: 0;
  border: none;
}
.inputfield .mode_contact .radio-toolbar, .input-field .mode_contact .radio-toolbar {
  width: auto;
  margin-left: -20px;
}
@media (max-width: 990px) {
  .inputfield .mode_contact .radio-toolbar, .input-field .mode_contact .radio-toolbar {
    margin-left: 0;
  }
}
.inputfield .select2-selection__placeholder, .input-field .select2-selection__placeholder {
  padding-left: 10px;
}
.inputfield.validation, .input-field.validation {
  text-align: center;
  padding: 30px;
}

[type=checkbox].filled-in:checked + span:not(.lever)::after {
  border: 2px solid #4CAF50 !important;
  background-color: #4CAF50 !important;
}

button.bt_contact {
  border: none;
  padding: 20px 80px;
  background-color: #4CAF50;
  color: #ffffff;
  cursor: pointer;
  text-transform: none;
  border-radius: 5px;
}
button.bt_contact:hover {
  background-color: #4b4b4d;
}
button.bt_contact.disabled {
  opacity: 0.5;
  cursor: unset;
}
button.bt_contact.disabled:hover {
  background-color: #4CAF50;
}

.select2-container--default .select2-selection--single {
  height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 42px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #57bac0;
}

.select2-results__option {
  font-size: 14px !important;
}

/*
  Created by Stephane Arribart.
  For Influa
  Date: 26/10/2023
  Time: 10:25

  --- _body ---

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

*/
body {
  background-color: rgba(237, 237, 237, 0.4);
  font-family: "Roboto";
}
body .container {
  position: relative;
  width: 100%;
  max-width: 1200px !important;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  body .container {
    max-width: 100%;
    padding: 0 20px;
  }
}
body .container.connection {
  margin-top: -20px;
}
body .container h1 {
  font-family: "Oswald";
  color: #13577c;
  font-size: 3.2rem;
}
body .container h2 {
  font-family: "Oswald";
  color: #57bac0;
}
body .container h3 {
  font-family: "Oswald";
  color: #57bac0;
}
body .container h4 {
  font-family: "Oswald";
  color: #4b4b4d;
  font-size: 22px;
  margin: 0;
  padding: 0;
}
body .container .ligne {
  display: table;
  width: 100%;
}
body .container .ligne .colonne {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
body .container .ligne .colonne.text_centre {
  text-align: center;
}
body .container .ligne .colonne.no_mobile {
  display: none;
}
body .container .ligne .colonne .loading {
  position: absolute;
  width: 100%;
  height: calc(100% - 40px);
}
body .container .ligne .colonne .loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body .bouton, body .button {
  display: inline-block;
  padding: 20px 60px;
  border: 1px solid;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  background-color: #57bac0;
  border-color: #ffffff;
  border-radius: 50px;
  text-decoration: none;
}
body .bouton strong, body .bouton b, body .button strong, body .button b {
  font-weight: 700;
}
body .bouton:hover, body .bouton:focus, body .button:hover, body .button:focus {
  background-color: #13577c;
  color: #ffffff;
}

/*
  Created by Stephane Arribart.
  For Influa
  Date: 15/06/2021
  Time: 11:35

  --- _images ---

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

*/
.image_bloc {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  /*
  Exemple :
  &.classe_image {                  // classe du bloc image contenant l'image
    height: XXXpx;                  // hauteur du bloc nécessaire à l'affichage de l'image
    margin: 0;                      // facultatif
    @media(max-width: $break ){
      height: XXXpx;                // Taille du bloc en version mobile
    }
  }
  */
}
.image_bloc img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.1s;
}
.image_bloc.contain img {
  object-fit: contain;
}

/*
  Created by Stephane Arribart.
  For Influa
  Date: 16/11/2023
  Time: 10:10

  --- _wizard ---

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

*/
input {
  color: #222;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0 10px;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.wizard {
  display: block;
  width: 100%;
  overflow: hidden;
}
.wizard a {
  outline: 0;
}
.wizard ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.wizard ul > li {
  display: block;
  padding: 0;
}
.wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.wizard > .steps .current-info {
  position: absolute;
  left: -999em;
}
.wizard > .steps .number {
  font-size: 90px;
  font-weight: 900;
  top: -25px;
  position: absolute;
  color: rgba(255, 255, 255, 0.3);
  z-index: 1;
}
.wizard > .steps .intitule {
  position: relative;
  z-index: 2;
}
.wizard > .steps > ul > li {
  width: 12.5%;
  float: left;
  overflow: hidden;
}
.wizard > .steps a {
  display: block;
  width: auto;
  padding: 1em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(195, 195, 195, 0.3);
}
.wizard > .steps a:hover {
  display: block;
  width: auto;
  padding: 1em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.wizard > .steps a:active {
  display: block;
  width: auto;
  padding: 1em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.wizard > .steps .disabled a {
  background: #eee;
  color: #aaa;
  cursor: default;
}
.wizard > .steps .disabled a:hover {
  background: #eee;
  color: #aaa;
  cursor: default;
}
.wizard > .steps .disabled a:active {
  background: #eee;
  color: #aaa;
  cursor: default;
}
.wizard > .steps .current a {
  background: #57bac0;
  color: #ffffff;
  cursor: default;
}
.wizard > .steps .current a:hover {
  background: #57bac0;
  color: #ffffff;
  cursor: default;
}
.wizard > .steps .current a:active {
  background: #57bac0;
  color: #ffffff;
  cursor: default;
}
.wizard > .steps .done a {
  background: #13577c;
  color: #fff;
}
.wizard > .steps .done a:hover {
  background: #13577c;
  color: #fff;
}
.wizard > .steps .done a:active {
  background: #13577c;
  color: #fff;
}
.wizard > .steps .error a {
  background: #ff3111;
  color: #fff;
}
.wizard > .steps .error a:hover {
  background: #ff3111;
  color: #fff;
}
.wizard > .steps .error a:active {
  background: #ff3111;
  color: #fff;
}
.wizard > .content {
  background: #ffffff;
  display: block;
  margin: 0.5em 0;
  min-height: 35em;
  height: auto;
  overflow: hidden;
  position: relative;
  width: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.wizard > .content > .title {
  position: absolute;
  left: -999em;
}
.wizard > .content > .body {
  float: left;
  position: relative;
  width: 100%;
  height: 95%;
  padding: 2.5%;
}
.wizard > .content > .body p {
  font-size: 18px;
  padding: 10px 0;
}
.wizard > .content > .body p.notice {
  margin-top: 10px;
  font-size: 14px;
  color: rgba(75, 75, 77, 0.6);
}
.wizard > .content > .body .input-field {
  margin: 0 !important;
  padding: 5px 0;
  display: table;
  width: 100%;
  position: relative;
}
.wizard > .content > .body .input-field .colonne {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
  position: relative;
  height: 100%;
}
.wizard > .content > .body .input-field .colonne.milieu {
  vertical-align: middle;
}
.wizard > .content > .body .input-field .colonne.competences h5 {
  margin-top: 0;
}
.wizard > .content > .body .input-field .colonne ul {
  margin: 20px 0 20px 16px;
}
.wizard > .content > .body .input-field .colonne ul li {
  padding-left: 10px;
  margin-bottom: 10px;
  position: relative;
  break-inside: avoid-column;
  list-style: none;
}
.wizard > .content > .body .input-field .colonne ul li:before {
  position: absolute;
  top: 2px;
  margin-left: -26px;
  content: url("../img/arrow_li.png");
  display: inline-block;
}
.wizard > .content > .body .input-field .colonne:first-child {
  padding-left: 0;
}
.wizard > .content > .body .input-field .colonne .sorry {
  margin-top: 30px;
}
.wizard > .content > .body .input-field .colonne .sorry p {
  font-size: 14px;
}
.wizard > .content > .body .input-field .colonne #nouvelle_activite {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px;
  border: solid 1px rgba(75, 75, 77, 0.4);
  background-color: #ffffff;
  border-radius: 8px;
  display: none;
}
.wizard > .content > .body .input-field .colonne #nouvelle_activite .loading_domaine {
  width: 100%;
  text-align: center;
}
.wizard > .content > .body .input-field .colonne #nouvelle_activite .loading_domaine img {
  margin: 0 auto;
}
.wizard > .content > .body .input-field .colonne #nouvelle_activite .bt_nouvelle_activite {
  margin: 0 0 0 auto;
  float: right;
}
.wizard > .content > .body .radio_zone_label {
  width: 100%;
  padding: 20px 20px 14px 20px;
  border-radius: 5px;
  border: solid 1px #ccc;
  display: block;
  height: auto;
}
.wizard > .content > .body .radio_zone_label .radio_zone {
  display: table;
  float: none;
}
.wizard > .content > .body .radio_zone_label .radio_zone .ligne {
  display: table-cell;
  width: auto;
}
.wizard > .content > .body .radio_zone_label .radio_zone .ligne .tableau {
  display: table;
}
.wizard > .content > .body .radio_zone_label .radio_zone .ligne .tableau .colonne {
  display: table-cell;
  padding-left: 0;
  padding-right: 40px;
  position: relative;
  vertical-align: top;
}
.wizard > .content > .body .radio_zone_label .radio_zone .ligne .tableau .colonne input[type=radio].css-checkbox {
  position: absolute;
  top: 5px;
  left: 5px;
}
.wizard > .content > .body .radio_zone_label .radio_zone .ligne .tableau .colonne input[type=radio].css-checkbox.error {
  left: -19px;
}
.wizard > .content > .body .radio_zone_label .radio_zone .ligne .tableau .colonne input[type=radio].css-checkbox + label.css-label {
  padding-left: 30px;
  height: 24px;
  display: inline-block;
  line-height: 24px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 18px;
  vertical-align: middle;
  cursor: pointer;
  text-align: left;
}
.wizard > .content > .body .radio_zone_label .radio_zone .ligne .tableau .colonne input[type=radio].css-checkbox:checked + label.css-label {
  background-position: 0 -24px;
}
.wizard > .content > .body .radio_zone_label .radio_zone .ligne .tableau .colonne label.css-label {
  background-image: url("../img/checkbox.png");
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wizard > .content > .body .radio_zone_label .radio_zone .ligne .tableau .colonne:first-child {
  padding-right: 0;
  width: 32px;
}
.wizard > .content > .body .radio_zone_label .radio_zone .ligne .tableau .colonne span {
  font-size: 18px;
  line-height: 27px;
}
.wizard > .content > .body .radio_zone_label .radio_zone .ligne .tableau .colonne .image_bloc {
  height: 200px;
}
.wizard > .content > .body .radio_zone_label .radio_zone.grille {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  float: none;
}
.wizard > .content > .body .radio_zone_label .radio_zone.grille .ligne {
  display: block;
}
.wizard > .content > .body .radio_zone_label .radio_zone.grille.grid_3 {
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.wizard > .content > .body .radio_zone_label .radio_zone.grille.grid_3 .tableau {
  width: 100%;
}
.wizard > .content > .body .zone_radio_checkbox {
  padding: 20px;
  border: solid 1px #ccc;
  border-radius: 5px;
  margin-bottom: 10px;
  background-color: #fff;
  height: 90px;
}
.wizard > .content > .body .zone_radio_checkbox label.error {
  margin-top: 13px !important;
}
.wizard > .content > .body .zone_radio_checkbox .radio-toolbar {
  display: table;
  border-spacing: 10px;
  width: 100%;
}
@media (max-width: 990px) {
  .wizard > .content > .body .zone_radio_checkbox .radio-toolbar {
    display: block;
  }
}
.wizard > .content > .body .zone_radio_checkbox .radio-toolbar input[type=radio] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.wizard > .content > .body .zone_radio_checkbox .radio-toolbar input[type=radio]:after {
  border: none;
  background-color: unset;
}
.wizard > .content > .body .zone_radio_checkbox .radio-toolbar label {
  display: table-cell;
  background-color: #eee;
  color: #000;
  padding: 20px 40px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 5px;
  cursor: pointer;
}
@media (max-width: 990px) {
  .wizard > .content > .body .zone_radio_checkbox .radio-toolbar label {
    display: block;
    margin: 10px 0;
  }
}
.wizard > .content > .body .zone_radio_checkbox .radio-toolbar label:hover {
  background-color: #4CAF50;
  color: #fff;
}
.wizard > .content > .body .zone_radio_checkbox .radio-toolbar input[type=radio]:checked + label {
  background-color: #fff;
  color: #4CAF50;
  border-color: #4CAF50;
}
.wizard > .content > .body .zone_radio_checkbox .radio-toolbar input[type=radio]:checked + label:after {
  border: none;
  background-color: unset;
}
.wizard > .content > .body .zone_radio_checkbox .radio-toolbar input[type=radio]:focus + label {
  border: 1px solid #4CAF50;
}
.wizard > .content > .body .zone_radio_checkbox .radio-toolbar.contact_heure {
  margin: 0 auto;
}
.wizard > .content > .body .zone_radio_checkbox .radio-toolbar.contact_heure label {
  display: inline-block;
  margin: 10px;
}
@media (max-width: 990px) {
  .wizard > .content > .body .zone_radio_checkbox .radio-toolbar.contact_heure label {
    width: calc(100% - 20px);
    margin: 5px 10px;
  }
}
.wizard > .content > .body .zone_radio_checkbox .radio-toolbar span.reserve {
  display: inline-block;
  background-color: #f44336;
  margin: 10px;
  color: #fff;
  padding: 20px 40px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 5px;
}
@media (max-width: 990px) {
  .wizard > .content > .body .zone_radio_checkbox .radio-toolbar span.reserve {
    width: calc(100% - 20px);
    margin: 5px 10px;
  }
}
.wizard > .content > .body .zone_radio_checkbox .radio-toolbar.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.wizard > .content > .body .zone_radio_checkbox .radio-toolbar.grid label {
  display: block;
}
.wizard > .content > .body .zone_radio_checkbox .checkbox-toolbar {
  display: table;
  border-spacing: 10px;
  float: left;
}
@media (max-width: 990px) {
  .wizard > .content > .body .zone_radio_checkbox .checkbox-toolbar {
    display: block;
  }
}
.wizard > .content > .body .zone_radio_checkbox .checkbox-toolbar .checkox-label {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  padding-left: 35px;
  padding-right: 30px;
  cursor: pointer;
  font-size: 18px;
  line-height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 990px) {
  .wizard > .content > .body .zone_radio_checkbox .checkbox-toolbar .checkox-label {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
}
.wizard > .content > .body .zone_radio_checkbox .checkbox-toolbar .checkox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.wizard > .content > .body .zone_radio_checkbox .checkbox-toolbar .checkox-label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #eee;
  border: solid 1px #c3c3c3;
  border-radius: 4px;
}
.wizard > .content > .body .zone_radio_checkbox .checkbox-toolbar .checkox-label .checkmark:before {
  content: none;
}
.wizard > .content > .body .zone_radio_checkbox .checkbox-toolbar .checkox-label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.wizard > .content > .body .zone_radio_checkbox .checkbox-toolbar .checkox-label:hover input:checked ~ .checkmark {
  background-color: #13577c;
}
.wizard > .content > .body .zone_radio_checkbox .checkbox-toolbar .checkox-label input:checked ~ .checkmark {
  background-color: #13577c;
}
.wizard > .content > .body .zone_radio_checkbox .checkbox-toolbar .checkox-label input:checked ~ .checkmark:after {
  display: block;
}
.wizard > .content > .body .zone_radio_checkbox .checkbox-toolbar .checkox-label .checkmark:after {
  left: 8px;
  top: 2px;
  width: 10px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wizard > .content > .body .zone_radio_checkbox .checkbox-toolbar .checkox-label p {
  padding: 0;
}
.wizard > .content > .body .zone_radio_checkbox.services, .wizard > .content > .body .zone_radio_checkbox.reassurances {
  height: auto;
  padding: 20px 20px 10px 20px;
}
.wizard > .content > .body .zone_radio_checkbox.services .checkbox-toolbar, .wizard > .content > .body .zone_radio_checkbox.reassurances .checkbox-toolbar {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  border-spacing: unset;
  float: none;
}
.wizard > .content > .body .zone_radio_checkbox.services .checkbox-toolbar label, .wizard > .content > .body .zone_radio_checkbox.reassurances .checkbox-toolbar label {
  display: block;
  font-size: 14px;
}
.wizard > .content > .body ul {
  list-style: disc !important;
}
.wizard > .content > .body ul > li {
  display: list-item;
}
.wizard > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}
.wizard > .content > .body input {
  display: block;
  border: 1px solid #ccc;
  padding: 0 10px;
}
.wizard > .content > .body input[type=checkbox] {
  display: inline-block;
}
.wizard > .content > .body input.error {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #8a1f11;
  font-size: 14px;
}
.wizard > .content > .body label {
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  left: 0;
}
.wizard > .content > .body .error {
  color: #8a1f11;
  display: inline-block;
  margin-left: 1.5em;
}
.wizard > .content > .body.felicitations {
  background: #13577c;
  background: linear-gradient(8deg, #13577c 0%, #0a212e 100%);
}
.wizard > .content > .body.felicitations h4, .wizard > .content > .body.felicitations p {
  color: #ffffff;
}
.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
}
.wizard > .actions > ul {
  display: inline-block;
  text-align: right;
}
.wizard > .actions > ul > li {
  float: left;
  margin: 0 0.5em;
}
.wizard > .actions a {
  background: #2184be;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.wizard > .actions a:hover {
  background: #2184be;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.wizard > .actions a:active {
  background: #2184be;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.wizard > .actions a.finish {
  background-color: #4CAF50;
  text-transform: uppercase;
}
.wizard > .actions a.finish:hover {
  background-color: #57bac0;
}
.wizard > .actions .disabled a {
  background: #eee;
  color: #aaa;
}
.wizard > .actions .disabled a:hover {
  background: #eee;
  color: #aaa;
}
.wizard > .actions .disabled a:active {
  background: #eee;
  color: #aaa;
}

.tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden;
}
.tabcontrol a {
  outline: 0;
}
.tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.tabcontrol ul > li {
  display: block;
  padding: 0;
}
.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em;
}
.tabcontrol > .steps > ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1;
}
.tabcontrol > .steps > ul > li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.tabcontrol > .steps > ul > li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0;
}
.tabcontrol > .steps > ul > li > a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
}
.tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none;
}
.tabcontrol > .steps > ul > li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0;
}
.tabcontrol > .steps > ul > li.current > a {
  padding: 15px 30px 10px 30px;
}
.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px;
}
.tabcontrol > .content > .title {
  position: absolute;
  left: -999em;
}
.tabcontrol > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}
.tabcontrol > .content > .body ul {
  list-style: disc !important;
}
.tabcontrol > .content > .body ul > li {
  display: list-item;
}

.illus_contact, .illus_thematique {
  position: absolute;
  left: 30px;
  bottom: 0;
}

.illus_objectifs, .illus_seo {
  position: absolute;
  right: 0;
  bottom: 0;
}

.illus_validation {
  position: relative;
}

.wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 30%;
}
.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%;
}
.wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 0 2.5% 0.5em 2.5%;
  width: 65%;
}
.wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}
.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

#form_utilisateur {
  padding: 5px;
}
#form_utilisateur input[type=text], #form_utilisateur input[type=tel], #form_utilisateur input[type=email], #form_utilisateur input[type=url], #form_utilisateur textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  border-radius: 5px;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 18px;
}
#form_utilisateur input[type=text]:focus, #form_utilisateur input[type=tel]:focus, #form_utilisateur input[type=email]:focus, #form_utilisateur input[type=url]:focus, #form_utilisateur textarea:focus {
  box-shadow: none;
  border: solid 1px #ccc;
}
#form_utilisateur input[type=text]:hover, #form_utilisateur input[type=tel]:hover, #form_utilisateur input[type=email]:hover, #form_utilisateur input[type=url]:hover, #form_utilisateur textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}
#form_utilisateur input[type=text]:focus, #form_utilisateur input[type=tel]:focus, #form_utilisateur input[type=email]:focus, #form_utilisateur input[type=url]:focus, #form_utilisateur textarea:focus {
  box-shadow: none;
  border: solid 1px #ccc;
}
#form_utilisateur input[type=text]:active, #form_utilisateur input[type=tel]:active, #form_utilisateur input[type=email]:active, #form_utilisateur input[type=url]:active, #form_utilisateur textarea:active {
  box-shadow: none;
  border: solid 1px #ccc;
}
#form_utilisateur input[type=text].error, #form_utilisateur input[type=tel].error, #form_utilisateur input[type=email].error, #form_utilisateur input[type=url].error, #form_utilisateur textarea.error {
  border: solid 1px #BF3100;
  background-color: rgba(191, 49, 0, 0.05);
}
#form_utilisateur textarea {
  padding: 20px;
}
#form_utilisateur button[type=submit] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
  cursor: pointer;
  width: 100%;
  border: none;
  background: #4CAF50;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}
#form_utilisateur button[type=submit]:hover {
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
#form_utilisateur button[type=submit]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
#form_utilisateur h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}
#form_utilisateur h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 22px;
  font-weight: 400;
}
#form_utilisateur input:focus {
  outline: 0;
  border: 1px solid #aaa;
}

.copyright {
  text-align: center;
}

-webkit-input-placeholder {
  color: #888;
}

-moz-placeholder {
  color: #888;
}

-moz-placeholder {
  color: #888;
}

-ms-input-placeholder {
  color: #888;
}

.steps > ul > li {
  list-style: none;
}
.steps > ul > li > a {
  padding: 10px;
  text-decoration: none;
  margin: 1px;
  display: block;
  color: #777;
}

.actions li {
  list-style: none;
}
.actions li a {
  padding: 10px;
  text-decoration: none;
  margin: 1px;
  display: block;
  color: #777;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after {
    content: "";
  }

  a[href^="javascript:"]:after {
    content: "";
  }

  a[href^="#"]:after {
    content: "";
  }

  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr {
    page-break-inside: avoid;
  }

  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p {
    orphans: 3;
    widows: 3;
  }

  h2 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }

  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
}
.select2-container--default .select2-selection--single {
  height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 42px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #eee;
  color: #70A23F;
}

.select2-results__option {
  font-size: 18px !important;
}

/*
  Created by Stephane Arribart.
  For Influa
  Date: 10/01/2024
  Time: 12:37

  --- _fireworks ---

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

*/
@keyframes firework {
  0% {
    transform: translate(var(--x), var(--initialY));
    width: var(--initialSize);
    opacity: 1;
  }
  50% {
    width: 0.5vmin;
    opacity: 1;
  }
  100% {
    width: var(--finalSize);
    opacity: 0;
  }
}
/* @keyframes fireworkPseudo {
  0% { transform: translate(-50%, -50%); width: var(--initialSize); opacity: 1; }
  50% { width: 0.5vmin; opacity: 1; }
  100% { width: var(--finalSize); opacity: 0; }
}
 */
.firework,
.firework::before,
.firework::after {
  --initialSize: 0.5vmin;
  --finalSize: 45vmin;
  --particleSize: 0.2vmin;
  --color1: yellow;
  --color2: khaki;
  --color3: white;
  --color4: lime;
  --color5: gold;
  --color6: mediumseagreen;
  --y: -30vmin;
  --x: -50%;
  --initialY: 60vmin;
  content: "";
  animation: firework 2s infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, var(--y));
  width: var(--initialSize);
  aspect-ratio: 1;
  background: radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 50% 0%, radial-gradient(circle, var(--color2) var(--particleSize), #0000 0) 100% 50%, radial-gradient(circle, var(--color3) var(--particleSize), #0000 0) 50% 100%, radial-gradient(circle, var(--color4) var(--particleSize), #0000 0) 0% 50%, radial-gradient(circle, var(--color5) var(--particleSize), #0000 0) 80% 90%, radial-gradient(circle, var(--color6) var(--particleSize), #0000 0) 95% 90%, radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 90% 70%, radial-gradient(circle, var(--color2) var(--particleSize), #0000 0) 100% 60%, radial-gradient(circle, var(--color3) var(--particleSize), #0000 0) 55% 80%, radial-gradient(circle, var(--color4) var(--particleSize), #0000 0) 70% 77%, radial-gradient(circle, var(--color5) var(--particleSize), #0000 0) 22% 90%, radial-gradient(circle, var(--color6) var(--particleSize), #0000 0) 45% 90%, radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 33% 70%, radial-gradient(circle, var(--color2) var(--particleSize), #0000 0) 10% 60%, radial-gradient(circle, var(--color3) var(--particleSize), #0000 0) 31% 80%, radial-gradient(circle, var(--color4) var(--particleSize), #0000 0) 28% 77%, radial-gradient(circle, var(--color5) var(--particleSize), #0000 0) 13% 72%, radial-gradient(circle, var(--color6) var(--particleSize), #0000 0) 80% 10%, radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 95% 14%, radial-gradient(circle, var(--color2) var(--particleSize), #0000 0) 90% 23%, radial-gradient(circle, var(--color3) var(--particleSize), #0000 0) 100% 43%, radial-gradient(circle, var(--color4) var(--particleSize), #0000 0) 85% 27%, radial-gradient(circle, var(--color5) var(--particleSize), #0000 0) 77% 37%, radial-gradient(circle, var(--color6) var(--particleSize), #0000 0) 60% 7%, radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 22% 14%, radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 45% 20%, radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 33% 34%, radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 10% 29%, radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 31% 37%, radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 28% 7%, radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 13% 42%;
  background-size: var(--initialSize) var(--initialSize);
  background-repeat: no-repeat;
}

.firework::before {
  --x: -50%;
  --y: -50%;
  --initialY: -50%;
  /*   transform: translate(-20vmin, -2vmin) rotate(40deg) scale(1.3) rotateY(40deg); */
  transform: translate(-50%, -50%) rotate(40deg) scale(1.3) rotateY(40deg);
  /*   animation: fireworkPseudo 2s infinite; */
}

.firework::after {
  --x: -50%;
  --y: -50%;
  --initialY: -50%;
  /*   transform: translate(44vmin, -50%) rotate(170deg) scale(1.15) rotateY(-30deg); */
  transform: translate(-50%, -50%) rotate(170deg) scale(1.15) rotateY(-30deg);
  /*   animation: fireworkPseudo 2s infinite; */
}

.firework:nth-child(2) {
  --x: 30vmin;
}

.firework:nth-child(2),
.firework:nth-child(2)::before,
.firework:nth-child(2)::after {
  --color1: pink;
  --color2: violet;
  --color3: fuchsia;
  --color4: orchid;
  --color5: plum;
  --color6: lavender;
  --finalSize: 40vmin;
  left: 30%;
  top: 60%;
  animation-delay: -0.25s;
}

.firework:nth-child(3) {
  --x: -30vmin;
  --y: -50vmin;
}

.firework:nth-child(3),
.firework:nth-child(3)::before,
.firework:nth-child(3)::after {
  --color1: cyan;
  --color2: lightcyan;
  --color3: lightblue;
  --color4: PaleTurquoise;
  --color5: SkyBlue;
  --color6: lavender;
  --finalSize: 35vmin;
  left: 70%;
  top: 60%;
  animation-delay: -0.4s;
}

/*
Created by Kuda.
For Influa
Date: 08/06/2023 
Time: 11:11 

  --- _fontes ---

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

*/
@font-face {
  font-family: "Material Icons";
  src: url("/assets/fonts/MaterialIcons-Regular.eot");
  src: url("/assets/fonts/MaterialIcons-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/MaterialIcons-Regular.woff2") format("woff2"), url("/assets/fonts/MaterialIcons-Regular.woff") format("woff"), url("/assets/fonts/MaterialIcons-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("/assets/fonts/Oswald-Medium.eot");
  src: url("/assets/fonts/Oswald-Medium.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Oswald-Medium.woff2") format("woff2"), url("/assets/fonts/Oswald-Medium.woff") format("woff"), url("/assets/fonts/Oswald-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("/assets/fonts/Oswald-ExtraLight.eot");
  src: url("/assets/fonts/Oswald-ExtraLight.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Oswald-ExtraLight.woff2") format("woff2"), url("/assets/fonts/Oswald-ExtraLight.woff") format("woff"), url("/assets/fonts/Oswald-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("/assets/fonts/Oswald-SemiBold.eot");
  src: url("/assets/fonts/Oswald-SemiBold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Oswald-SemiBold.woff2") format("woff2"), url("/assets/fonts/Oswald-SemiBold.woff") format("woff"), url("/assets/fonts/Oswald-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("/assets/fonts/Oswald-Bold.eot");
  src: url("/assets/fonts/Oswald-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Oswald-Bold.woff2") format("woff2"), url("/assets/fonts/Oswald-Bold.woff") format("woff"), url("/assets/fonts/Oswald-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("/assets/fonts/Oswald-Regular.eot");
  src: url("/assets/fonts/Oswald-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Oswald-Regular.woff2") format("woff2"), url("/assets/fonts/Oswald-Regular.woff") format("woff"), url("/assets/fonts/Oswald-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("/assets/fonts/Oswald-Light.eot");
  src: url("/assets/fonts/Oswald-Light.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Oswald-Light.woff2") format("woff2"), url("/assets/fonts/Oswald-Light.woff") format("woff"), url("/assets/fonts/Oswald-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto-Bold.eot");
  src: url("/assets/fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Roboto-Bold.woff2") format("woff2"), url("/assets/fonts/Roboto-Bold.woff") format("woff"), url("/assets/fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto-Thin.eot");
  src: url("/assets/fonts/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Roboto-Thin.woff2") format("woff2"), url("/assets/fonts/Roboto-Thin.woff") format("woff"), url("/assets/fonts/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto-Medium.eot");
  src: url("/assets/fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Roboto-Medium.woff2") format("woff2"), url("/assets/fonts/Roboto-Medium.woff") format("woff"), url("/assets/fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto-Regular.eot");
  src: url("/assets/fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Roboto-Regular.woff2") format("woff2"), url("/assets/fonts/Roboto-Regular.woff") format("woff"), url("/assets/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto-Light.eot");
  src: url("/assets/fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Roboto-Light.woff2") format("woff2"), url("/assets/fonts/Roboto-Light.woff") format("woff"), url("/assets/fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/*
  Created by Pierre Bernardeau.
  For Influa
  Date: 23/10/2023
  Time: 12:13

  --- _formulaire ---

        _
    ,--'_`--.    
  ,/( \   / )\.  
 //  \ \_/ /  \\ 
|/___/     \___\|
((___       ___))    Join the Empire !!!  ﴾̵ ̵◎̵ ̵﴿
|\   \  _  /   /|
 \\  / / \ \  // 
  `\(_/___\_)/'
    `--._.--'

 */
.formulaire {
  position: relative;
  z-index: 1;
}
.formulaire .container h3 {
  font-family: "Oswald";
  font-size: 32px;
  font-weight: 300;
  padding: 30px 0;
  display: block;
}
.formulaire .container h1 {
  font-family: "Roboto";
}
.formulaire .container .introduction {
  font-size: 20px;
  padding: 30px;
}
.formulaire .container .palette {
  border: 1px solid #000;
  padding: 0;
  height: 20px;
  display: inline-block;
}
.formulaire .container .palette span {
  padding: 0;
  display: inline-block;
  width: 50px;
  height: 20px;
}

#progress_2, #progress_3, #progress_4 {
  display: none;
}

#progress, #progress_2, #progress_3, #progress_4 {
  position: relative;
  text-align: center;
}
#progress span, #progress_2 span, #progress_3 span, #progress_4 span {
  position: absolute;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 30px;
}
#progress.meter, #progress_2.meter, #progress_3.meter, #progress_4.meter {
  box-sizing: content-box;
  height: 20px;
  /* Can be anything */
  position: relative;
  background: #9f9f9f;
  padding: 1px;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}
#progress.meter > div.in, #progress_2.meter > div.in, #progress_3.meter > div.in, #progress_4.meter > div.in {
  display: block;
  height: 100%;
  background-image: linear-gradient(#13577c, #1F77D0);
  position: relative;
  overflow: hidden;
}
#progress.meter > div.in:after,
#progress .animate > div.in > span, #progress_2.meter > div.in:after,
#progress_2 .animate > div.in > span, #progress_3.meter > div.in:after,
#progress_3 .animate > div.in > span, #progress_4.meter > div.in:after,
#progress_4 .animate > div.in > span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  z-index: 1;
  background-size: 50px 50px;
  animation: move 2s linear infinite;
  overflow: hidden;
}
#progress .animate > div.in:after, #progress_2 .animate > div.in:after, #progress_3 .animate > div.in:after, #progress_4 .animate > div.in:after {
  display: none;
}
@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
#progress.active > div.in, #progress_2.active > div.in, #progress_3.active > div.in, #progress_4.active > div.in {
  background-image: unset;
  background-color: #4CAF50;
}
#progress.active > div.in:after,
#progress.active .animate > div.in > span, #progress_2.active > div.in:after,
#progress_2.active .animate > div.in > span, #progress_3.active > div.in:after,
#progress_3.active .animate > div.in > span, #progress_4.active > div.in:after,
#progress_4.active .animate > div.in > span {
  animation: unset;
  background-color: #4CAF50;
}

.loading_txt {
  color: #297f98;
}
.loading_txt:after {
  content: "...";
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  animation: ellipsis-dot 1s infinite 0.3s;
  animation-fill-mode: forwards;
  width: 1.25em;
}

@keyframes ellipsis-dot {
  25% {
    content: "";
  }
  50% {
    content: ".";
  }
  75% {
    content: "..";
  }
  100% {
    content: "...";
  }
}
.resultat .titre {
  font-family: "Oswald";
  font-size: 38px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

#merci {
  display: none;
}
#merci .merci {
  padding: 90px;
  text-align: center;
}
#merci .merci .titre {
  font-family: "Oswald";
  font-size: 38px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}
#merci .merci img {
  display: block;
  margin: 60px auto;
}
#merci .merci p {
  font-size: 16px;
}
#merci .merci p span {
  font-size: 12px;
}
#merci .merci .back {
  display: inline-block;
  margin-top: 60px;
  position: relative;
}
#merci .merci .back a {
  border: none;
  padding: 12px 30px;
  background-color: #4CAF50;
  color: #ffffff;
  cursor: pointer;
  text-transform: none;
  border-radius: 5px;
}
#merci .merci .back a:hover {
  background-color: #4b4b4d;
  color: #ffffff;
}

.accordion {
  display: block;
  margin-bottom: 60px;
}
.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item .accordion-bouton[aria-expanded=true] {
  border-bottom: 1px solid #03b5d2;
}
.accordion .accordion-bouton {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion .accordion-bouton:hover, .accordion .accordion-bouton:focus {
  cursor: pointer;
  color: #03b5d2;
}
.accordion .accordion-bouton:hover::after, .accordion .accordion-bouton:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}
.accordion .accordion-bouton .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion .accordion-bouton .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion .accordion-bouton .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion .accordion-bouton .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion .accordion-bouton[aria-expanded=true] {
  color: #03b5d2;
}
.accordion .accordion-bouton[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion .accordion-bouton[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 290px;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
  position: relative;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}
.accordion .accordion-content .padding-content {
  padding: 30px 0;
}
.accordion .accordion-content .padding-content .nomdedomaine {
  display: table;
  width: 100%;
}
.accordion .accordion-content .padding-content .nomdedomaine span {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.accordion .accordion-content .padding-content .nomdedomaine span #zone_error {
  position: absolute;
  bottom: -32px;
  left: -20px;
}
.accordion .accordion-content .padding-content .nomdedomaine span.ltd p {
  margin: -5px 0 0 0;
  padding: 10px 3px;
  background-color: #ededed;
  text-align: center;
  font-weight: bold;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.accordion .accordion-content .padding-content .nomdedomaine span.resultat_ndm {
  width: 40px;
  position: relative;
}
.accordion .accordion-content .padding-content .nomdedomaine span.resultat_ndm img {
  float: right;
  width: 24px;
  opacity: 0.5;
}
.accordion .accordion-content .padding-content .nomdedomaine span.resultat_ndm svg {
  float: right;
  width: 24px;
}

/*
  Created by Stephane Arribart.
  For Influa
  Date: 27/10/2023
  Time: 15:30

  --- _home ---

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

*/
.connection {
  margin-top: -60px;
  background-color: #12577d;
  padding-top: 60px;
  mask-image: url("../svg/mask_introduction.svg");
  mask-repeat: no-repeat;
  mask-position: bottom;
  mask-size: 100%;
  -webkit-mask-image: url("../svg/mask_introduction.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
  -webkit-mask-size: 100%;
}
.connection .introduction .content_int {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
}
.connection .introduction .content_int h1 {
  color: #ffffff;
  font-family: "Roboto";
}
.connection .introduction .content_int p {
  font-size: 24px;
  color: #ffffff;
  display: block;
  margin: 60px 0;
}
.connection #fadeImg {
  display: block;
  position: relative;
  width: 600px;
  height: 663px;
}
.connection #fadeImg img {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.connection #fadeImg img.active {
  display: block;
}

.zone_bouton {
  margin-top: -200px;
  padding-bottom: 100px;
}

@media screen and (max-width: 990px) {
  .no_mobile {
    display: none;
  }
}

/*
  Created by Stephane Arribart.
  For Influa
  Date: 16/11/2023
  Time: 10:15

  --- _header ---

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

*/
header .header_content {
  position: relative;
  z-index: 999;
  display: block;
  width: 100%;
  background-color: #ffffff;
  mask-image: url("../svg/mask_header.svg");
  mask-repeat: no-repeat;
  mask-position: bottom;
  mask-size: 100%;
  -webkit-mask-image: url("../svg/mask_header.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
  -webkit-mask-size: 100%;
}
header .header_content .container {
  width: 100%;
}
header .header_content .container .logo {
  width: 211px;
  display: block;
  margin: 0 auto;
}

/*
  Created by Stephane Arribart.
  For Influa
  Date: 16/11/2023
  Time: 14:34

  --- _footer ---

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

*/
footer .container .ligne .colonne {
  padding: 10px 0;
}
footer .container .ligne .colonne p {
  font-size: 14px;
  font-weight: 300;
  margin: 20px 0;
  letter-spacing: 0.017857em;
  line-height: 1.429;
}

/*# sourceMappingURL=styles.css.map */
