@import "ws.grid.css"; @import "wapifont.css";
@font-face {
  font-family: 'Lexend-Black';
  src: url('../font/Lexend-Black.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lexend-Bold';
  src: url('../font/Lexend-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lexend-ExtraBold';
  src: url('../font/Lexend-ExtraBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lexend-ExtraLight';
  src: url('../font/Lexend-ExtraLight.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lexend-Light';
  src: url('../font/Lexend-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Lexend-Medium';
  src: url('../font/Lexend-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lexend-Regular';
  src: url('../font/Lexend-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lexend-Thin';
  src: url('../font/Lexend-Thin.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

:root {
  /* Font Family */
  --flix--font-primary: "Lexend-Light";
  --flix--font-secondary: 'Lexend-Regular';

  /* Font Size */
  --flix--font-size-base: 1.25rem;
  --flix--font-size-xs: 1rem;
  --flix--font-size-sm: 1.125rem;
  --flix--font-size-md: 1.25rem;
  --flix--font-size-lg: 1.5rem;
  --flix--font-size-xl: 2.25rem;
  --flix--font-size-xxl: 4rem;
  --flix--font-size-xxxl: 5rem;
  --flix--font-size-page-title: var(--flix--font-size-xxl);
  --flix--letter-spacing: normal;

  /* Line Height */
  --flix--line-height-body: 1.7;
  --flix--line-height-heading: 1.3;
  --flix--line-height-page-title: 1.1;

  /* Headings */
  --heading--font-family: var(--flix--font-primary);
  --heading--font-size-h6: var(--flix--font-size-xs);
  --heading--font-size-h5: var(--flix--font-size-sm);
  --heading--font-size-h4: var(--flix--font-size-lg);
  --heading--font-size-h3: calc(1.25 * var(--flix--font-size-lg));
  --heading--font-size-h2: var(--flix--font-size-xl);
  --heading--font-size-h1: var(--flix--font-size-page-title);
  --heading--letter-spacing-h6: 0.05em;
  --heading--letter-spacing-h5: 0.05em;
  --heading--letter-spacing-h4: var(--flix--letter-spacing);
  --heading--letter-spacing-h3: var(--flix--letter-spacing);
  --heading--letter-spacing-h2: var(--flix--letter-spacing);
  --heading--letter-spacing-h1: var(--flix--letter-spacing);
  --heading--line-height-h6: var(--flix--line-height-heading);
  --heading--line-height-h5: var(--flix--line-height-heading);
  --heading--line-height-h4: var(--flix--line-height-heading);
  --heading--line-height-h3: var(--flix--line-height-heading);
  --heading--line-height-h2: var(--flix--line-height-heading);
  --heading--line-height-h1: var(--flix--line-height-page-title);
  --heading--font-weight: normal;
  --heading--font-weight-page-title: 300;
  --heading--font-weight-strong: 600;

  /* Colors */
  --flix--color-black: #000;
  --flix--color-violet1: #4e1e4e;
  --flix--color-violet2: #643173;
  --flix--color-violet3: #90579f;
  --flix--color-gris1: #474747;
  --flix--color-gris2: #8d8d8e;
  --flix--color-gris3:  #ededed;
  --flix--color-gris4:#dadada; 
  --flix--color-rose1: #d73089;
  --flix--color-jaune1: #f2c715;
  --flix--color-jaune2: #efeb9a;
  --flix--color-white: #fff;
  --flix--color-rouge1:#e62646;


  /* Spacing */
  --flix--spacing-unit: 19px;
  --flix--spacing-measure: unset;
  --flix--spacing-horizontal: 25px;
  --flix--spacing-vertical: 35px;

  /* Forms */
  --flix-size-inputtext:.9rem;
  --flix-color-inputtext:;
  --flix-font-form:;
  --flix-size-select:;
  --flix-color-select:;
  --flix-color-form-title:;
  --flix-size-form-title:;

  --flix-color-form-subtitle:;
  --flix-size-form-subtitle:;

  --flix-size-form-head:1.3rem;
  --flix-size-form-subhead:0.9rem;

  --flix-color-form-party:;
  --flix-size-form-party:;

  --flix-size-form-icon:;


  /* Buttons */
  --button--color-text: var(--flix--color-background);
  --button--color-text-hover: var(--flix--color-secondary);
  --button--color-text-active: var(--flix--color-secondary);
  --button--color-background: var(--flix--color-secondary);
  --button--color-background-active: var(--flix--color-background);
  --button--font-family: var(--flix--font-primary);
  --button--font-size: var(--flix--font-size-base);
  --button--font-weight: 500;
  --button--line-height: 1.5;
  --button--border-width: 3px;
  --button--border-radius: 0;
  --button--padding-vertical: 15px;
  --button--padding-horizontal: calc(2 * var(--button--padding-vertical));

  

  --form-control-color: rebeccapurple;
  /* Header */

}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  font-family: "Lexend-Light";
  height: 100%;margin: 0;
  background: var(--blanc);
  /*background: linear-gradient(180deg, var(--flix--color-white) 0%, var(--flix--color-gris2) 100%);*/
}
a { text-decoration:none; }
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace; /* 1 */
  font-size: 1em; /* 2 */
}
code,
kbd,
samp {
  font-family: monospace; /* 1 */
  font-size: 1em; /* 2 */
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

b,
strong {
  font-weight: bolder;
}


button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0;border: 0;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}


[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}


input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
.flixapp textarea {
  border: 1px solid var(--flix--color-gris2);
  border-radius: .4045rem;
  line-height: 2;
  padding: .3rem;
  margin: 0 2px;
  max-width: 100%;
  color: var(--flix--color-violet1);
  font-size: var(--flix-size-inputtext);
}


.flixapp_input {
  border: none;
  outline: none;
  position: relative;
/*  margin-top: 21px;*/
  margin-bottom: 31px;
  padding: 0;
  box-sizing: border-box;
}

.flixapp_input input {
  border: 1px solid var(--flix--color-gris2);
  border-radius: .4045rem;
  line-height: 2;
  padding: .35rem;
  margin: 0 2px;
  max-width: 100%;
  color: var(--flix--color-gris1);
  font-size: var(--flix-size-inputtext);
}

.flixapp_input select {
  border: 1px solid var(--flix--color-gris2);
  border-radius: .4045rem;
  line-height: 2;
  padding: .35rem;
  height: 41px;
  margin: 0 2px;
  max-width: 100%;
  color: var(--flix--color-gris1);
  font-size: var(--flix-size-inputtext);
}

.input_size1 {
  width: 100%;
}

.input_size2 {
  width: 80%;
}

.input_size3 {
  width: 60%;
}

.input_size4 {
  width: 40%;
}


.input_size5 {
  width: 20%;
}

.degrad_right { padding:0px; }
.flix-inscription  {
 background-color: rgba(255,255,255 , 0.6);
 padding: 15px;padding-right: 25px;
 border-radius: 15px;
 width: 90%;margin: auto auto;
}
.flix-form-contact { text-align:centerf; }
.flix_form { text-align:center; }
.flix-connexion {
 background-color: rgba(255,255,255 , 0.6);
  border-radius: 15px;width: 300px;margin: auto auto;
}
/* flix termes et condition */
.flix_termes_pop {
  display: none;
 background-color: rgba(101,49,116 , 0.5);
 background-position: fixe;
 position: fixed;top:0;left: 0;z-index: 10000;
 width: 100%;
 height: 100%;scroll:none;
}
/*Esapce professionnel */

.head_flixengage{
-webkit-box-shadow: 0px 0px 22px -3px rgba(226, 226, 226, 1);
-moz-box-shadow: 0px 0px 22px -3px rgba(226, 226, 226, 1);
box-shadow: 0px 0px 22px -3px rgba(226, 226, 226, 1);
background: #fff;
border-bottom: .09rem solid #D9DBD9;
padding: 7px !important;
}
.head_flixengage div { padding:0px; }
.bg_flixengage { background:#F3F2F1; }


.bloc_recommande {
-webkit-box-shadow: 0px 0px 22px -3px rgba(226, 226, 226, 1);
-moz-box-shadow: 0px 0px 22px -3px rgba(226, 226, 226, 1);
box-shadow: 0px 0px 22px -3px rgba(226, 226, 226, 1);
background: #fff;
border: .09rem solid #D9DBD9;
border-radius: 8px;
text-align: left;text-align: left !important;
width:58%;margin: auto auto;margin-bottom: 30px;
}
.bloc_recommande h3 { margin:0px;padding:0px;color:#000;display:block;width:100%; }


.bloc_recommande1 {
-webkit-box-shadow: 0px 0px 22px -3px rgba(226, 226, 226, 1);
-moz-box-shadow: 0px 0px 22px -3px rgba(226, 226, 226, 1);
box-shadow: 0px 0px 22px -3px rgba(226, 226, 226, 1);
background: #fff;
border: .09rem solid #D9DBD9;
border-radius: 8px;
text-align: left;text-align: left !important;
margin: auto auto;margin-bottom: 30px;
}
.bloc_recommande1 h3 { margin:0px;padding:0px;color:#000;display:block;width:100%; }

.flix_openLink { color:var(--flix--color-gris1);font-size:13px;text-align:center; }
.flix_openLink i { color:var(--flix--color-violet2);font-size:31px; }

.flix_openLink img { width: 150px !important;}
.flix_date_reco {display: table;text-align: center;width: 100%; }

.flix_date_reco span { font-size: 12px !important;}
.toprecommandations { margin-left:10px;margin-right:10px;padding-right:10px;padding-left:10px;text-align:center; }
.flixremovespace1 { padding:0px !important; }

.bloc_flixengage1 { -webkit-box-shadow: 0px 0px 22px -3px rgba(226, 226, 226, 1);
-moz-box-shadow: 0px 0px 22px -3px rgba(226, 226, 226, 1);
box-shadow: 0px 0px 22px -3px rgba(226, 226, 226, 1);
background: #fff;
border: .09rem solid #D9DBD9;margin-left: 0px !important;
margin: 10px;border-radius: 8px;min-height:340px;
text-align: center;
 }
.bloc_evoluer1 { width:370px;margin:auto auto;background:var(--flix--color-white);padding:10px;border-radius:8px;border:.01rem solid #E5E5E5;min-height:350px; }
.bloc_profil { margin:10px;background:var(--flix--color-white);padding:10px;border-radius:8px;border:.01rem solid #E5E5E5; }
.bloc_profil  div { padding:4px !important; }
.bloc_flixengage2 {  -webkit-box-shadow: 0px 0px 22px -3px rgba(226, 226, 226, 1);
-moz-box-shadow: 0px 0px 22px -3px rgba(226, 226, 226, 1);
box-shadow: 0px 0px 22px -3px rgba(226, 226, 226, 1);
background: #815DA1;min-height:340px;text-align: center;
border: .09rem solid #D9DBD9;color: #fff;margin-left: 0px !important;
margin: 10px;border-radius: 8px; }

.bloc_flixengage1:hover { border: .1rem solid #815DA1;  }
.flixprice { font-size:40px;font-family:"Lexend-Bold";color:var(--flix--color-violet3);padding:0;margin:0;margin-top:8px; margin-bottom:8px;}
.flixtitre3 { color:#7A7D7E;display:block;font-size:14px; }
.flixdevise { font-family:"Lexend-Regular" }

.flixleft1 { float:left; } .flixright1 { float:right;padding-top:10px !important; }
.flixdateexpire  { display:block;color:#333333; font-family:"Lexend-Medium" }
.flixdateexpire  i { color:var(--flix--color-violet3); }

.flixstatut { display: table;margin: auto auto; margin-top:10px;padding:2px;padding-left:10px;padding-right:10px;font-family:"Lexend-Medium";border-radius:20px;font-size:13px }
.flixstatut_actif { background:#D8EFD8;font-weight:bold;color:#168E50; }
.flixstatut_encours { background:#EDE8C8;font-weight:bold;color:#8C7E17; }
.flixstatut_resilier { background:#E2E2E2;font-weight:bold;color:#848484; }

.flixstatut_service_resilier { background:#F7D5D5;font-weight:bold;color:#E50C0C; }
.flixstatut_attendpaiement { background:#EDDCCC;font-weight:bold;color:#E5730C; }

.flixstatut_attente { background:#EDE8C8;font-weight:bold;color:#8C7E17; }
.flixstatut_refus { background:#FFC9BB;font-weight:bold;color:#D32D00; }

 .flixbt1, .flixbt2,.flixbt3,.flixbt4 { cursor:pointer;cursor:hand; } 
.flixbt1 { background:var(--flix--color-violet3);border-radius:5px;color:var(--flix--color-white);padding:7px 5px 7px 5px; }
.flixbt1 span { font-size:14px;font-family:"Lexend-Medium" }

.flixbt2 { background:var(--flix--color-gris4);border-radius:5px;color:var(--flix--color-white);padding:7px 5px 7px 5px; }
.flixbt2 i { color:var(--flix--color-gris2); }
.flixbt2 span { font-size:14px;font-family:"Lexend-Medium";color:var(--flix--color-gris2); }

.flixbt3 { background:#EAEAEA;border-radius:5px;color:#A5A5A5;padding:7px 5px 7px 5px; }
.flixbt3 i { color:#A5A5A5; }
.flixbt3 span { font-size:14px;font-family:"Lexend-Medium";color:#A5A5A5; }

.packdetails {  }  .packdetails p { color:#7F7F7F;  }

.flixbt4 { background:var(--flix--color-violet1);border-radius:5px;padding:7px 5px 7px 5px; }
.flixbt4 i { color:#F297D2; }
.flixbt4 span { font-size:14px;font-family:"Lexend-Medium";color:#fff; }

.flixengage_head {  text-align: center;}
.flixengage_head h1 { color:#545554;font-size:28px; font-family:"Lexend-ExtraLight" }

.espace_flixtalent { color:var(--flix--color-violet3); font-family:"Lexend-Regular"}
.flixengage_head h2 {  }
.flixengage_foot { text-align:center; }

.flixuserEngage { color:#7A7D7E; }

.flixengage_yes, .flixengage_no { display:inline-block; margin-right: 10px;}
.flixengage_yes span { color:#267C1D !important;font-family:"Lexend-Bold"; } .flixengage_yes i { color:#1CBA0C !important; }
.flixengage_no span { color:#C62A00 !important;font-family:"Lexend-Bold"; } .flixengage_no i { color:#EA3606 !important; }

.flixuserLogout { border:.03rem solid var(--flix--color-gris2);border-radius:7px;padding:4px }
.flixuserLogout i { color:var(--flix--color-violet3); } .flixuserLogout span { color:#393C3E;font-size: 14px;font-family:"Lexend-Medium";}

.flixcenter { text-align:center; }

.flixchoix {  }  .flixchoix {  font-size: 17px;} .flixchoix div { margin:0px !important;padding:0px !important; } 
.flixoffres_Details { list-style:none;padding:0;margin:0; text-align: left !important;}
.flixoffres_Details li { padding-bottom:10px;font-size:13px; }
.flixoffres_Details  i { color:var(--flix--color-violet3); }
.flixoffres_Details  span { color:var(--flix--color-violet1); }
.form-control {
 text-align: left;
  font-size: 1rem;
  display: grid;
  grid-template-columns: 1em auto;

}

.form-control + .form-control {
  margin-top: 1em;
}

.form-control:focus-within {
  color: var(--form-control-color);
}

input[type="radio"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  margin: 0;

  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 50%;
  transform: translateY(-0.075em);

  display: grid;
  place-content: center;
}

input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}

input[type="radio"]:checked::before {
  transform: scale(1);
}

input[type="radio"]:focus {
 /* outline: max( 0.15rem) solid currentColor;*/
  outline-offset: 0.15em;
}


/* end espace Pro  */

.flix_termes_pop .flix_popup {
 background-color: rgba(255,255,255 , 1);
  border-radius: 7px;padding:9px;
  width:45%;line-height:28px;min-height: 80%;
  margin-top: 30px !important;margin: auto auto;
  box-shadow: 1px 1px 8px 0px rgba(78,30,78,0.75);
-webkit-box-shadow: 1px 1px 8px 0px rgba(78,30,78,0.75);
-moz-box-shadow: 1px 1px 8px 0px rgba(78,30,78,0.75);
}
.flix_poptitle h1 { font-size:17px !important; }
.flixpop_close { cursor:pointer; }
.flixpop_close i { color:var(--flix--color-violet2); font-size:22px; }
.flix_poptitle { width:100% }
.flix_poptitle h1 { font-weight:400;color:var(--flix--color-gris1);width:80%; }
.flix_poptitle span { display:block; }
.flix_popup small {color:var(--flix--color-gris2); }
.flix_poptext {
  text-align: justify;
  height: 70%;display: block;overflow-y: scroll !important;
  color: var(--flix--color-violet1);
}

.infos-offres { position:absolute;right:-25;color:var(--flix--color-violet3);margin-top:-28px; }
.flixapp_input input {

}
.flixapp_input label {
 
  position: absolute;
  top: 10px;
  left: 10px;
  transition: all 0.2s ease;
  font-size: var(--flix-size-inputtext);
background: var(--flix--color-white);
  padding: 0px 0px;
  color: var(--flix--color-violet1);

}
.flixapp_input label:hover {
cursor: text;
}
.flixapp_input.focus label {
  color: var(--flix--color-violet1);
}
.flixapp_input.focus input {

}
.flixapp_input.float label {
  opacity: 1;
  top: 2px;
  font-size: 70%;
  transition: all 0.2s ease;
  font-weight: 700;
}

.form_security {  padding: 10px;display: inline-block;text-align: right;width: 100%;}
.step_info {
  margin-bottom: 15px;display:block;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
.flixapp textarea:focus {
  outline: none;
  background: var(--flix--color-white);
  color: var(--flix--color-violet1);
  border: .13rem solid var(--flix--color-violet3) !important;
}



input[type=text]:disabled,
input[type=email]:disabled,
input[type=url]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=number]:disabled,
input[type=tel]:disabled,
input[type=date]:disabled,
input[type=month]:disabled,
input[type=week]:disabled,
input[type=time]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=color]:disabled,
.site textarea:disabled {
  opacity: 0.7;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
/*    -webkit-box-shadow: 0 0 0 30px white inset !important;*/
-webkit-box-shadow: 0 0 0 40px white inset !important;
    -webkit-text-fill-color: var(--flix--color-violet1) !important;
}

.trait_top { 
  padding: 0;
  margin: 0;
  height: .3rem;
  width: 100%;
  background: var(--violet-base);
  background: linear-gradient(90deg, #d73089 0%, #90579f 45%, #643173 100%);
}

.flixtalent_ico {
width: 120px;  
}
.design_flix {
display: table;
background:transparent url("https://flixtalent.com/connect/digital/design-fl.svg") no-repeat center center;
background-position: fixe;
background-size: cover;
width: 100%;
min-height: 800px;

}

.box_lien { display: table;width: 100%;text-align: center;background-color: rgba(255, 255, 255, 0.6);
 }



.fl_lien_1 {
  font-family: "Lexend-Light";font-size: var(--flix-size-form-subhead);
color: var(--flix--color-violet1);display: inline-block;
padding:.3rem;margin-top: 10px;
}

.fl_lien_1 i {
color: var(--flix--color-violet3); 
}

.fl_tab_lien {
  padding: 13px;display: inline-block;

}
.fl_tab_lien a{
  text-align: center;
  font-family: "Lexend-Light";
  width:120px;display: inline-block;
color: var(--flix--color-violet1);
padding:.3rem;font-size: var(--flix-size-form-subhead);
border-radius: 4rem;margin-top: 10px;
}

.fl_tab_lien a:hover{
background: var(--flix--color-violet3);
color:var(--flix--color-white) !important;

}

.fl_tab_lien a i {
display: none;
}
.fl_tab_lien .actif {
 font-family: "Lexend-Regular";
color: var(--flix--color-violet1) !important;
border:.01rem solid var(--flix--color-violet3);
border-radius: 4rem;
}

.fl_tab_lien .actif i{
display: inline-block !important;
}

.typeExpert { padding:.5rem !important; }

.fl_form_title { 
 font-family: "Lexend-Regular";
 font-size: var(--flix-size-form-head);
 color: var(--flix--color-gris1);
 margin: 0;padding-bottom: 0.5rem;
 }

h2.fl_form_subtitle span {
 color: var(--flix--color-violet2); margin: 0;padding: 0;
 font-size: var(--flix-size-inputtext);
 }
 .notice_form span {
color: var(--flix--color-violet2);font-size: var(--flix-size-inputtext);
 }
 .notice_form {
  margin-bottom: 15px;
 }

h2.fl_form_subtitle i {
 color: var(--flix--color-rouge1);
 font-size: 0.6rem;
 }

.fl_form_subtitle { 
font-family: "Lexend-ExtraLight";font-size: var(--flix-size-form-subhead);
color: var(--flix--color-gris1);
 }

.fl_button_group {
margin-bottom: .7rem;
}
.fl_button {
font-size: .9rem;
border:.03rem solid var(--flix--color-violet1);
color:var(--flix--color-violet1);
border-radius: 0.5rem;
padding:.8rem;
background: transparent;
}

.fl_lien_form1 {
  font-family: "Lexend-Light";font-size: var(--flix-size-form-subhead);
color: var(--flix--color-violet1);display: inline-block;
padding:.01rem;
}

.fl_button_1 {
border:0px;
font-size: 1rem;
color: var(--flix--color-white);
border-radius: 0.5rem;cursor: hand;cursor: pointer;
padding:.8rem;
background: var(--flix--color-violet1);
}


.fl_button_2 {
border:0px;
font-size: 1rem;
color: var(--flix--color-gris1);
border-radius: 0.5rem;
padding:.8rem;
background: var(--flix--color-gris3);
}

.logo { width:126.18px; }

/* Design left degradé */
.degrad_left { width:100%;text-align:center; }

.nospace [class*="col-"] {
  padding: 0;
  padding-left: 7px;
  padding-right: 7px;
}
/* message erreur */
.flix_erreur { background:#ffcad4;padding:.5rem;border-bottom:.05rem solid #a30000;
border-bottom-left-radius: 8px;border-top-right-radius: 12px;}
.flix_erreur i { color:#a30000;font-size:.9rem; }
.flix_erreur span {padding-left:.5rem; }


.flix_succes { background:#f1ffc4;padding:.5rem;border-bottom:.05rem solid #09814a;
border-bottom-left-radius: 8px;border-top-right-radius: 12px; }
.flix_succes i { color:#09814a;font-size:.9rem; }
.flix_succes span { color:#a30000;font-size:.9rem; }


.flix_list_ui { width:100%; }

.flix_list_ui thead { background: var(--flix--color-violet1);color: var(--flix--color-white);}

.flix_list_ui tbody tr { background:var(--flix--color-gris3);border-bottom:.05rem solid var(--flix--color-gris1); }


/* chatbot design  */
.chat-context {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 1em;
    box-sizing: border-box;
    font-family: 'Avenir',helvetica,arial,sans-serif;
    padding-top: 0em;
}

#chat {
    flex: 1 1 0;
    overflow-y: scroll;
    padding-left: 2.5em;
    padding-right: 2.5em;
    box-sizing: border-box;
}
#chat::-webkit-scrollbar, #ui-options::-webkit-scrollbar {
    width: 0 !important;
}
.button {
    cursor: pointer;
}
.chat-response {
    max-width: 80%;
    opacity: 0;
    padding: 1em;
    border-radius: 15px 15px 0px 15px;
    background-color: var(--coachf-color-vert4);
    text-align: right;
    margin-right: 0;
    margin-left: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    position: relative;
    color: var(--coachf-color-vert0);
    width: fit-content;
}
.chat-response p {
    margin: 0;
}
.chat-response.robot {
    background-color: var(--coachf-color-jaune3);
    border-radius: 15px 15px 15px 0px;
    text-align: left;
    margin-right: auto;
    margin-left: 0;
    color: var(--coachf-color-gris0);
}
.chat-response:after {
    opacity: 1;
    width: 2em;
    height: 2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: absolute;
    bottom: -1.5em;
    left: -2.5em;
    background: url("../images/user-chatbot-icon.png");
    width: 40px;height: 40px;
}
.chat-response.user:after {
    content: "";
    left: auto;
    right: -2.5em;
}

#ui-response {
    height: 60px;
    max-height: 60px;
    position: relative;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
}
#ui-response.full-submit #response-text {
    display: none;
}
#ui-response.full-submit #ui-submit {
    width: 100%;
}
#ui-response.hide {
    overflow: hidden;
    animation: hide .5s forwards;
    -webkit-animation: hide .5s forwards;
    -moz-animation: hide .5s forwards;
}
@keyframes hide {
    0% {
        opacity: 1;
    }
    99.9999% {
        opacity: 0;
        max-height: 60px;
    }
    100% {
        max-height: 0em;
    }
}

#ui-submit {
    width: 60px;
    height: 60px;
    background-color: var(--coachf-color-vert1);
    color: var(--coachf-color-white);
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}
#response-text {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 1em;
    border: 1px solid  var(--coachf-color-vert4);
    transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    color: var(--coachf-color-gris0);
    font-size: 16px;
}
#response-text:focus {
    outline: none;
    box-shadow: 0 0 15px var(--coachf-color-gris4);
}
#response-text.invalid {
    background-color: var(--coachf-color-gris0);
    color: var(--coachf-color-white);
}
#ui-options {
    display: flex;
    justify-content: flex-start;
    padding: 1em;    
    overflow-x: scroll;
}
#ui-options:empty {
    padding: 0em;
}
.ui-option {
    border-radius: 3px;
    border: 1px solid var(--coachf-color-vert4);
    padding: 1em;
    margin-right: 1em;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: background-color .2s ease-in;
    color: var(--coachf-color-vert0);
}
.ui-option:hover, .ui-option.selected {
    background-color: var(--coachf-color-vert4);
    color: var(--coachf-color-vert0);
}
.ui-option:last-child {
    margin: 0;
}
.ui-option p {
    margin: 0;
}
.ui-option .subtext {
    color: var(--color-greyblue);
    font-size: .85em;
}
.ui-option:hover .subtext, .ui-option.selected .subtext {
    color: var(--color-transwhite);
}
.ui-option.filtered-out {
    display: none;
}
#ui-control > * {
    opacity: 1;
    transition: opacity 1s ease-in-out, max-height 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out, max-height 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out, max-height 1s ease-in-out;
}
#ui-control .hidden {
    opacity: 0;
    -webkit-transition: background 0s;
    -moz-transition: background 0s;
    -ms-transition: background 0s;
    -o-transition: background 0s;
    transition: background 0s;
}


.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid var(--color-green);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: auto;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@media screen and (min-width:1183px){
.flix-inscription { width:60% !important;}
}
@media screen and (max-width:854px){
 .degrad_right { padding:0px !important; }
.flix-inscription  {
 background-color: rgba(255,255,255 , 0.6);
 padding: 0px !important;
 border-radius: 15px;
 width: 100%;margin: auto auto;
}
}

@media (max-width: 768px) { 
.bloc_flixengage1, .bloc_flixengage2 { margin:5% !important;width:90%;}
.boxbt1 { width:50%; }
.head_flixengage {  text-align:center; }
.logo_flix {margin:auto auto; }
.flixleft1 { float:none;margin: auto auto; } .flixright1 { float:none;margin: auto auto;margin-bottom: 10px !important;}
.flixspace { display:none !important; }
}

@media (max-width: 600px) {
    .chat-context {
        padding: 0em;
    }
    #chat {
        padding: 1.25em;
        padding-bottom: 0em;
    }
    .chat-response.user:after {
        right: -1em;
    }
    .chat-response:after {
        left: -1em;
        bottom: -1em;
    }

    .flix_termes_pop .flix_popup { width:90% !important;font-size:13px !important;line-height:20px !important; }
    .bloc_recommande { width:90% !important; }
    .flix_openLink img { width: 80px !important;}
    .toprecommande{ margin-bottom:10px !important;display:block !important; }
}



   #chat-context {
  height: 65%;
}

.chat-response.robot:after {
    content: "";
/*    background:  no-repeat center center;*/
    background-size: contain;
  
}

.chat-response.user:after {

    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
 width: 40px;height: 40px;
 border-radius: 140px;background-size: contain;
background-repeat: no-repeat;
}
