@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url("https://fonts.googleapis.com/css?family=Oxygen:700|Source+Sans+Pro");
@import url('https://fonts.googleapis.com/css?family=Muli:200,300&display=swap');
* {
  box-sizing: border-box;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html,
body {
  margin: 0px;
  padding: 0px;
  min-height: 100%;
  color: #444444;
  background-color: #ffffff;
  font-family: 'roboto', 'Source Sans Pro', sans-serif;
  font-size: 1rem;
}
a,
a:active,
a:focus {
  color: #444444;
  text-decoration: none;
}
a:hover {
  color: #444444;
  text-decoration: none;
}
a img {
  border: none;
}
input,
textarea,
select {
  outline: none;
}
.hide {
  display: none;
}
section {
  padding: 4rem 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  line-height: 1em;
}
h1,
h3,
h5 {
  font-family: 'Oxygen', sans-serif;
}
h1 {
  font-size: 50px;
  padding: 30px 0px;
}
h2 {
  color: #444444;
  font-size: 35px;
  margin: 20px 0px;
}
h3 {
  font-size: 25px;
  margin: 15px 0px;
}
h4 {
  font-size: 20px;
}
@media print {
  .no_print {
    display: none !important;
  }
}
:root {
  --default-primary-color: #373b50;
  --primary-color: #373b50;
  --secondary-color: #90a4ae;
  --dark-primary-color: #373b50;
  --light-primary-color: #c5cae9;
  --text-primary-color: #ffffff;
  --accent-color: #68c4cd;
  --error-primary-color: #ff6e40;
  --success-primary-color: #9dc56e;
  --info-color: #ffb74d;
  --warning-color: #fadd60;
  --primary-background-color: #ffffff;
  --secondary-background-color: #f2f7fa;
  --primary-text-color: #444444;
  --secondary-text-color: #757575;
  --disabled-text-color: #afb1b9;
  --light-hover-color: #f4f5f8;
  --stock: #f50057;
}
@media screen and (max-width: 480px) {
  .contain {
    padding-left: 5%;
    padding-right: 5%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 481px) and (max-width: 1002px) {
  .contain {
    padding-left: 1.502145922746781%;
    padding-right: 1.502145922746781%;
  }
}
@media screen and (min-width: 1003px) {
  .contain {
    max-width: 1003px;
    padding-left: 1.278118609406953%;
    padding-right: 1.278118609406953%;
    margin-left: auto;
    margin-right: auto;
  }
}
.ib {
  display: inline-block;
}
.ibva {
  display: inline-block;
  vertical-align: top;
}
.col {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 480px) {
  .col {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .xs_decL {
    margin-left: 5.833333333333333%;
  }
}
@media screen and (min-width: 481px) {
  .md_decL {
    margin-left: 3.067484662576687%;
  }
}
@media screen and (min-width: 1003px) {
  .lg_decL {
    margin-left: 3.067484662576687%;
  }
}
@media screen and (max-width: 480px) {
  .padding-left {
    padding-left: 5.833333333333333%;
  }
}
@media screen and (min-width: 481px) {
  .padding-left {
    padding-left: 3.067484662576687%;
  }
}
@media screen and (min-width: 1003px) {
  .padding-left {
    padding-left: 3.067484662576687%;
  }
}
@media screen and (max-width: 480px) {
  .padding-right {
    padding-right: 5.833333333333333%;
  }
}
@media screen and (min-width: 481px) {
  .padding-right {
    padding-right: 3.067484662576687%;
  }
}
@media screen and (min-width: 1003px) {
  .padding-right {
    padding-right: 3.067484662576687%;
  }
}
@media screen and (max-width: 480px) {
  .xs_first {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 481px) {
  .md_first {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 1003px) {
  .lg_first {
    margin-left: 0;
  }
}
.lf {
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 1003px) {
  .lg_no_lf {
    display: inline-block;
    vertical-align: top;
    height: 0px;
  }
}
.shw_1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  margin-bottom: 0.3rem;
}
.shw_2 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  margin-bottom: 0.3rem;
}
.shw_3 {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  margin-bottom: 0.3rem;
}
.gras {
  font-weight: bold;
}
.bgLine:nth-child(odd) {
  background-color: var(--secondary-background-color);
}
.bgLine:nth-child(even) {
  background-color: var(--primary-background-color);
}
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}
.button {
  display: inline-block;
  vertical-align: top;
  padding-top: 0.7em;
  padding-right: 0.57em;
  padding-bottom: 0.7em;
  padding-left: 0.57em;
  line-height: 19px;
  min-width: 5.14em;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  margin-bottom: 0.3rem;
  cursor: pointer;
  text-transform: uppercase;
  background-position: center;
  transition: background 0.8s;
  z-index: 10;
  background-color: var(--primary-color);
  color: var(--text-primary-color);
}
.button:hover,
.button_1:hover,
.button_2:hover {
  background: #68c4cd radial-gradient(circle,transparent 1%,#68c4cd 1%) center/15000%;
}
.button:active,
.button_1:active {
  background-color: #82ced5;
  background-size: 100%;
  transition: background 0s;
  transform: scale(1.03);
}
.button_1 {
  background-color: var(--primary-color);
  color: var(--text-primary-color);
}
.button_2 {
  background-color: var(--secondary-color);
  color: var(--text-primary-color);
}
.button_3 {
  background-color: var(--warning-color);
  color: #4b421d;
}
.fab {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 60px;
  line-height: 50px;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  margin-bottom: 0.3rem;
  transition: background 0.8s;
  transition: all 0.4s ease-in-out;
  font-size: 50px;
  color: white;
  text-align: center;
  cursor: pointer;
  background-color: var(--accent-color);
  color: var(--text-primary-color);
}
.fab:hover {
  background: #68c4cd radial-gradient(circle,transparent 1%,#68c4cd 1%) center/15000%;
}
.fab:active {
  background-color: #82ced5;
  background-size: 100%;
  transition: background 0s;
  transform: scale(1.03);
}
.fab_1 {
  background-color: var(--accent-color);
  color: var(--text-primary-color);
}
.fab_2 {
  background-color: var(--secondary-color);
  color: var(--text-primary-color);
}
.fab_3 {
  background-color: var(--primary-color);
  color: var(--text-primary-color);
}
.fab_4 {
  background-color: var(--warning-color);
  color: #4b421d;
}
.button_icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.button span {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
}
.button_icon_unique {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  padding-right: 20px;
}
.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.tabs_item {
  display: table-cell;
}
.tabs_link {
  display: block;
}
.primary-nav {
  text-align: center;
  overflow: hidden;
}
.primary-nav div {
  padding: 0.8em;
  background-color: var(--primary-color);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 5px solid var(--primary-color);
  color: var(--disabled-text-color);
  cursor: pointer;
  transition: background 0.8s;
}
.primary-nav div[selected] {
  border-bottom: 5px solid var(--secondary-color);
  color: var(--text-primary-color);
}
.primary-nav div:hover {
  background: #4c516e radial-gradient(circle,transparent 1%,#4c516e 1%) center/15000%;
}
.primary-nav div:active {
  background-color: var(--primary-color);
  background-size: 100%;
  transition: background 0s;
}
.checkbox {
  z-index: 0;
  position: relative;
  display: inline-block;
  color: var(--primary-color);
  font-size: 16px;
  line-height: 1.5;
}
.checkbox > input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: -1;
  position: absolute;
  left: -10px;
  top: -8px;
  display: block;
  margin: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: var(--primary-color);
  box-shadow: none;
  outline: none;
  opacity: 0;
  transform: scale(1);
  pointer-events: none;
  transition: opacity 0.3s, transform 0.2s;
}
.checkbox > span {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.checkbox > span::before {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  margin: 3px 11px 3px 1px;
  border: solid 2px;
  border-color: var(--primary-color);
  border-radius: 2px;
  width: 18px;
  height: 18px;
  vertical-align: top;
  transition: border-color 0.2s, background-color 0.2s;
}
.checkbox > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 1px;
  width: 10px;
  height: 5px;
  border: solid 2px transparent;
  border-right: none;
  border-top: none;
  transform: translate(3px,4px) rotate(-45deg);
}
.checkbox > input:checked,
.checkbox > input:indeterminate {
  background-color: var(--accent-color);
}
.checkbox > input:checked + span::before,
.checkbox > input:indeterminate + span::before {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.checkbox > input:checked + span::after,
.checkbox > input:indeterminate + span::after {
  border-color: white;
}
.checkbox > input:indeterminate + span::after {
  border-left: none;
  transform: translate(4px,3px);
}
.checkbox:hover > input {
  opacity: 0.04;
}
.checkbox > input:focus {
  opacity: 0.12;
}
.checkbox:hover > input:focus {
  opacity: 0.16;
}
.checkbox > input:active {
  opacity: 1;
  transform: scale(0);
  transition: transform 0s, opacity 0s;
}
.checkbox > input:active + span::before {
  border-color: var(--primary-color);
}
.checkbox > input:checked:active + span::before {
  border-color: transparent;
  background-color: var(--primary-color);
}
.checkbox > input:disabled {
  opacity: 0;
}
.checkbox > input:disabled + span {
  color: var(--disabled-text-color);
  cursor: initial;
}
.checkbox > input:disabled + span::before {
  border-color: currentColor;
}
.checkbox > input:checked:disabled + span::before,
.checkbox > input:indeterminate:disabled + span::before {
  border-color: transparent;
  background-color: currentColor;
}
.toggle {
  cursor: pointer;
}
.toggle-input {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}
.switch {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: .4s all;
  transition: .4s all;
  margin: 0 15px;
  border-radius: 50px;
  background: #bbb;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
  width: 36px;
  height: 14px;
  outline: 0;
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  display: inline-block;
  top: 1px;
}
.toggle-input:disabled ~ .switch::before {
  background: #9ea0a8;
}
.toggle-input:disabled:checked ~ .switch::before {
  background: #797a7f;
}
.toggle-input:checked ~ .switch {
  background: rgba(0,0,0,0.2);
  box-shadow: inset 0 0 0 15px rgba(0,0,0,0.2);
  transition: .25s all;
}
.toggle-input:checked ~ .switch::before {
  transform: translate(18px,0);
  background: var(--primary-color);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12), 0 0 0 16px rgba(104,196,205,0);
}
.toggle-input ~ .switch::before {
  content: '';
  transition: .26s all;
  position: absolute;
  left: 0px;
  top: -3px;
  bottom: 2px;
  right: auto;
  transform: translate(0,0);
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 40px;
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12), 0 0 0 16px rgba(104,196,205,0);
}
.switch:active::before {
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12), 0 0 0 16px rgba(55,59,80,0.1);
}
@-webkit-keyframes simplePulse {
  from {
    opacity: .4;
  }
  to {
    opacity: .98;
  }
}
.radio_label {
  z-index: 0;
  position: relative;
  display: inline-block;
  color: var(--primary-color);
  font-family: var(--pure-material-font,"Roboto","Segoe UI",BlinkMacSystemFont,system-ui,-apple-system);
  font-size: 16px;
  line-height: 1.5;
}
.radio_label > input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: -1;
  position: absolute;
  left: -10px;
  top: -8px;
  display: block;
  margin: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: var(--primary-color);
  opacity: 0;
  transform: scale(1);
  pointer-events: none;
  transition: opacity 0.3s, transform 0.2s;
}
.radio_label > span {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  color: var(--primary-text-color);
}
.radio_label > span::before {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  margin: 2px 10px 2px 0;
  border: solid 2px;
  border-color: var(--primary-color);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  vertical-align: top;
  transition: border-color 0.2s;
}
.radio_label > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: var(--primary-color);
  transform: translate(5px,5px) scale(0);
  transition: transform 0.2s;
}
.radio_label > input:checked {
  background-color: var(--primary-color);
}
.radio_label > input:checked + span::before {
  border-color: var(--primary-color);
}
.radio_label > input:checked + span::after {
  transform: translate(5px,5px) scale(1);
}
.radio_label:hover > input {
  opacity: 0.04;
}
.radio_label > input:focus {
  opacity: 0.12;
}
.radio_label:hover > input:focus {
  opacity: 0.16;
}
.radio_label > input:active {
  opacity: 1;
  transform: scale(0);
  transition: transform 0s, opacity 0s;
}
.radio_label > input:active + span::before {
  border-color: var(--primary-color);
}
.radio_label > input:disabled {
  opacity: 0;
}
.radio_label > input:disabled + span {
  color: var(--primary-color);
  cursor: initial;
}
.radio_label > input:disabled + span::before {
  border-color: currentColor;
}
.radio_label > input:disabled + span::after {
  background-color: currentColor;
}
.radio_group .radio_label {
  margin-top: 15px;
}
.material-input {
  display: inline-block;
  vertical-align: top;
  margin: 5px 0;
  width: 100%;
}
.material-input label {
  position: relative;
  display: block;
  width: 100%;
  min-height: 48px;
}
.material-input .mi-placeholder {
  position: absolute;
  display: block;
  top: 23px;
  z-index: 2;
  font-size: 16px;
  transition: all 400ms ease-in-out;
  width: 100%;
  cursor: text;
  color: #9d9fa9;
  white-space: nowrap;
}
.material-input input {
  position: absolute;
  top: 18px;
  z-index: 1;
  width: 100%;
  font-size: 16px;
  border: 0;
  border-bottom: 1px solid var(--secondary-color);
  transition: border-color 400ms ease-in-out;
  outline: none;
  padding: 0;
  margin: 0;
  height: 30px;
  color: var(--primary-text-color);
  background-color: rgba(255,255,255,0);
  font-family: 'Roboto';
}
.material-input input[no_able] {
  color: var(--disabled-text-color);
}
.material-input input[no_able]:valid {
  color: var(--disabled-text-color);
  border-bottom: 2px solid var(--disabled-text-color);
}
.material-input input:focus,
.material-input input:valid {
  border-bottom: 2px solid #4ebac5;
}
.material-input input:focus + .mi-placeholder,
.material-input input:valid + .mi-placeholder {
  top: 0;
  cursor: inherit;
  font-size: 14px;
  color: #4ebac5;
}
.material-input input:required,
.material-input input:disabled {
  box-shadow: none;
}
.select_container {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.material-input-select {
  display: inline-block;
  vertical-align: top;
  margin: 5px 0;
  width: 100%;
  min-width: 150px;
}
.material-input-select label {
  position: relative;
  display: block;
  width: 100%;
  min-height: 48px;
}
.material-input-select .mis-placeholder {
  position: absolute;
  display: block;
  top: 23px;
  z-index: 2;
  font-size: 16px;
  transition: all 400ms ease-in-out;
  width: 100%;
  cursor: text;
  color: var(--secondary-text-color);
  white-space: nowrap;
}
.material-input-select input {
  position: absolute;
  top: 18px;
  z-index: 1;
  width: 100%;
  font-size: 16px;
  border: 0;
  border-bottom: 1px solid var(--secondary-color);
  transition: border-color 400ms ease-in-out;
  outline: none;
  padding: 0;
  margin: 0;
  height: 30px;
  color: var(--primary-text-color);
  background-color: rgba(255,255,255,0);
  cursor: pointer;
  font-family: 'Roboto';
}
.material-input-select input[no_able] {
  color: var(--disabled-text-color);
}
.material-input-select input[no_able]:valid {
  color: var(--disabled-text-color);
  border-bottom: 2px solid var(--disabled-text-color);
}
.material-input-select input:focus,
.material-input-select input:valid {
  border-bottom: 2px solid #4ebac5;
}
.material-input-select input:focus + .mis-placeholder,
.material-input-select input:valid + .mis-placeholder {
  top: 0;
  cursor: inherit;
  font-size: 14px;
  color: #4ebac5;
}
.material-input-select input:required,
.material-input-select input:disabled {
  box-shadow: none;
}
.material-input-select:after {
  content: url('/web/design/icones/chevronDown_b.png');
  float: right;
  display: inline-block;
  vertical-align: top;
  position: relative;
  bottom: 20px;
  z-index: 2;
  cursor: pointer;
}
.select_list {
  position: absolute;
  text-align: left;
  top: 60px;
  background-color: white;
  max-height: 380px;
  padding-top: 5px;
  overflow-y: auto;
  display: none;
  white-space: nowrap;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  margin-bottom: 0.3rem;
  z-index: 50;
}
.select_list_from_button {
  top: 47px;
}
.select_opt {
  display: block;
  cursor: pointer;
  padding-left: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 40px;
  color: var(--primary-text-color);
}
.select_opt:hover {
  background-color: #F4F5F8;
}
.select_opt[selected] {
  font-weight: bold;
  background-color: rgba(0,0,0,0.1);
}
.select_opt[disabled] {
  color: var(--disabled-text-color);
}
.select_opt span {
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  margin-left: 20px;
}
.select_container2 {
  display: inline-block;
  vertical-align: top;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #cbd4d9;
  background-image: none;
}
.select {
  position: relative;
  display: block;
  width: 100%;
  height: 3em;
  line-height: 3;
  background: #cbd4d9;
  overflow: hidden;
  border-radius: .25em;
}
select {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 .5em;
  color: var(--primary-text-color);
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
.select::after {
  content: '\25BC';
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 1em;
  background: #adbcc3;
  pointer-events: none;
}
.select:hover::after {
  color: var(--primary-color);
}
.select::after {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}
select option {
  color: var(--accent-color);
  color: var(--secondary-text-color);
}
.label_select {
  color: var(--accent-color);
  font-size: 0.9rem;
  margin-bottom: 3px;
}
.toast {
  visibility: hidden;
  min-width: 250px;
  max-width: 700px;
  background-color: #333;
  color: #fff;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 2000;
  left: 20px;
  bottom: 20px;
}
.toast_show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.toast_needConfirm_show {
  visibility: visible;
}
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 20px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 20px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    bottom: 20px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    bottom: 20px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
#toast0 .success {
  color: var(--success-primary-color);
}
#toast0 .block {
  color: var(--error-primary-color);
}
#toast0 .notification {
  color: var(--warning-color);
}
.buttonNoConfirm {
  margin-left: 10px;
}
.toast span {
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  margin-left: 10px;
}
.loader {
  border: 12px solid #f3f3f3;
  border-radius: 50%;
  border-top: 12px solid var(--accent-color);
  border-bottom: 12px solid var(--secondary-color);
  width: 100px;
  height: 100px;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
.loader_small {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid var(--accent-color);
  border-bottom: 5px solid var(--secondary-color);
  width: 40px;
  height: 40px;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.b_periode_libre {
  display: none;
  padding-left: 20px;
  margin-top: -35px;
}
@media screen and (min-width: 481px) {
  .b_periode_libre {
    width: 41.666666666667%;
  }
}
@media screen and (max-width: 480px) {
  .b_periode_libre {
    width: 83.333333333333%;
  }
}
.appliquer_periode {
  margin-top: 2rem;
}
.icon_per_libre {
  display: inline-block;
  position: relative;
  top: 51px;
  right: 20px;
}
.b_date_libre {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}
@media screen and (min-width: 481px) {
  .b_periode_libre input.date {
    width: 41.666666666667%;
  }
}
.interDate {
  margin-top: -20px;
}
* {
  font-family: 'Muli', sans-serif;
  font-weight: 300;
}
h1,
h2,
h3 {
  font-weight: normal;
  font-family: 'Muli', sans-serif;
  font-weight: 300;
}
#zone_intro {
  background-color: #6269c4;
  padding-bottom: 400px;
  margin-bottom: -300px;
}
h1 {
  margin-top: 1rem;
  color: white;
  text-align: center;
  font-size: 3rem;
  line-height: 110%;
}
#w_caisse,
#w_magasins {
  color: var(--accent-color);
}
.w_mac {
  font-weight: bold;
}
#w_pap  {
  display: inline-block;
  margin-top: 22px;
  font-size: 3.5rem;
}
#b_img_intro {
  text-align: center;
}
#caisse_magasin_pap {
  display: inline-block;
  max-width: 680px;
  max-height: 563px;
  width: 70%;
}
.b_land_btn {
  text-align: center;
}
.land_btn_1 {
  display: inline-block;
  padding: 10px 45px 10px 45px;
  color: white;
  text-align: center;
  border-radius: 110px;
  cursor: pointer;
  font-size: 1.3rem;
}
#cta_1 {
  margin-top: 2rem;
  background-image: linear-gradient(120deg,#a1c4fd 0%,#c2e9fb 100%);
}
#zone_caisse_mac {
  padding-bottom: 10rem;
  background-color: #f5f9fc;
}
#elem_0_l {
  display: inline-block;
  font-size: 1.7rem;
}
@media screen and (min-width: 481px) {
  #elem_0_l {
    width: 37.5%;
  }
}
#elem_0_r {
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 481px) {
  #elem_0_r {
    margin-left: 12.5%;
  }
}
@media screen and (min-width: 481px) {
  #elem_0_r {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  #elem_0_r {
    margin-top: 3rem;
  }
}
#img_caisse_mac {
  border-radius: 4px;
  width: 100%;
}
#separation_2 {
  margin-top: -2rem;
  background-color: white;
}
.separation {
  margin-bottom: -10px;
  margin-top: -10px;
}
#zone_3_elems {
  padding-top: 0px;
  padding-bottom: 6rem;
  background-color: white;
  color: #757575;
}
.z3_text {
  font-size: 2.2rem;
  font-weight: 200;
}
#elem_1_l {
  display: inline-block;
}
@media screen and (min-width: 481px) {
  #elem_1_l {
    width: 33.333333333333%;
  }
}
#elem_1_r {
  display: inline-block;
  vertical-align: top;
  padding-top: 2rem;
}
@media screen and (min-width: 481px) {
  #elem_1_r {
    margin-left: 12.5%;
  }
}
@media screen and (min-width: 481px) {
  #elem_1_r {
    width: 54.166666666667%;
  }
}
#img_vector_objects {
  max-width: 330px;
  max-height: 330px;
  width: 100%;
}
#w_gb,
#w_mode {
  font-weight: bold;
}
#b_elem_2 {
  margin-top: 4rem;
}
#elem_2_l {
  display: inline-block;
  padding-top: 1rem;
}
@media screen and (min-width: 481px) {
  #elem_2_l {
    width: 54.166666666667%;
  }
}
#elem_2_r {
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 481px) {
  #elem_2_r {
    margin-left: 12.5%;
  }
}
@media screen and (min-width: 481px) {
  #elem_2_r {
    width: 33.333333333333%;
  }
}
@media screen and (max-width: 480px) {
  #elem_2_r {
    margin-top: 3rem;
  }
}
#logiciel_caisse_saas {
  max-width: 450px;
  max-height: 308px;
  width: 100%;
}
#w_cloud {
  color: var(--accent-color);
}
#b_elem_3 {
  margin-top: 4rem;
}
#elem_3_l {
  display: inline-block;
}
@media screen and (min-width: 481px) {
  #elem_3_l {
    width: 33.333333333333%;
  }
}
#elem_3_r {
  display: inline-block;
  vertical-align: top;
  padding-top: 3rem;
}
@media screen and (min-width: 481px) {
  #elem_3_r {
    margin-left: 12.5%;
  }
}
@media screen and (min-width: 481px) {
  #elem_3_r {
    width: 54.166666666667%;
  }
}
#youtube_tutaux_caisse {
  width: 100%;
  max-width: 322px;
  max-height: 322px;
}
#w_ytb {
  color: #fe4c40;
}
#ico_phoneytb {
  margin-top: 10px;
  margin-right: 10px;
  position: relative;
  top: 6px;
}
#separation_3 {
  margin-top: -2rem;
  background-color: white;
}
#zone_form {
  padding-bottom: 10rem;
  background-color: #303445;
  color: white;
}
#title_inscription {
  margin-top: -8rem;
  font-size: 2rem;
}
@media screen and (max-width: 480px) {
  #title_inscription {
    margin-top: -4rem;
  }
}
#accroche_inscription {
  margin-top: 10px;
  margin-bottom: 3rem;
  font-size: 1.2rem;
  color: #ededed;
}
.b_input_insc {
  display: inline-block;
}
@media screen and (min-width: 481px) {
  .b_input_insc {
    width: 33.333333333333%;
  }
}
@media screen and (max-width: 480px) {
  .b_input_insc {
    width: 66.666666666667%;
  }
}
.b_icon {
  display: inline-block;
  vertical-align: top;
  padding-top: 30px;
}
@media screen and (min-width: 481px) {
  .b_icon {
    margin-left: 4.1666666666667%;
  }
}
@media screen and (min-width: 481px) {
  .b_icon {
    width: 58.333333333333%;
  }
}
@media screen and (max-width: 480px) {
  .b_icon {
    margin-left: 16.666666666667%;
  }
}
@media screen and (max-width: 480px) {
  .b_icon {
    width: 16.666666666667%;
  }
}
.b_icon i {
  color: #464c62;
}
#email,
#password,
#sct {
  color: var(--secondary-color);
}
#btn_inscription {
  display: inline-block;
  margin-top: 4rem;
  font-size: 1.1rem;
  color: var(--primary-color);
  background-image: linear-gradient(120deg,#84fab0 0%,#8fd3f4 100%);
}
#b_loader_inscription {
  display: inline-block;
  vertical-align: top;
  margin-top: 4rem;
  margin-left: 20px;
  display: none;
}
@media screen and (min-width: 481px) {
  #b_loader_inscription {
    width: 16.666666666667%;
  }
}
#debug {
  color: white;
}
#confirmation_insc {
  text-align: center;
  font-size: 1.5rem;
  display: none;
}
#icon_check {
  color: var(--success-primary-color);
}
#connecter {
  display: block;
  color: var(--success-primary-color);
  text-decoration: underline;
}
#w_mail,
#mail_used {
  color: var(--info-color);
}
#zone_video {
  padding: 0;
}
#zone_visuels {
  padding-top: 12rem;
  padding-bottom: 0px;
  text-align: center;
}
#t_zone_visuels {
  color: #464c62;
  font-size: 3rem;
}
#b_img_visuel {
  margin-top: 4rem;
}
#visuel_logiciel_de_caisse {
  width: 100%;
}
#zone_fonct {
  background-color: #f5f9fc;
}
#zone_fonctions_generales {
  padding-top: 8rem;
  padding-bottom: 0px;
}
#h2_3 {
  text-align: center;
  color: #464c62;
  line-height: 120%;
}
#b_liste_fgenerales {
  padding-top: 2rem;
}
#b_liste_fgen_l {
  display: inline-block;
  text-align: right;
}
@media screen and (min-width: 481px) {
  #b_liste_fgen_l {
    width: 45.833333333333%;
  }
}
#b_liste_fgen_r {
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 481px) {
  #b_liste_fgen_r {
    margin-left: 8.3333333333333%;
  }
}
@media screen and (min-width: 481px) {
  #b_liste_fgen_r {
    width: 45.833333333333%;
  }
}
.ligne_fgen {
  margin-top: 10px;
  height: 60px;
}
.fgen_nom {
  display: inline-block;
  margin-top: 5px;
  font-size: 1.5rem;
  color: var(--secondary-text-color);
}
.fgen_ico {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  color: var(--accent-color);
}
.fgen_ico2 {
  display: inline-block;
  color: var(--accent-color);
}
.fgen_nom2 {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  margin-left: 20px;
  font-size: 1.5rem;
  color: var(--secondary-text-color);
}
.fgen_nom2 a {
  color: var(--secondary-text-color);
}
#b_action_2 {
  text-align: center;
  margin-top: 4rem;
}
#cta_2 {
  background-image: linear-gradient(135deg,#667eea 0%,#764ba2 100%);
}
#zone_confiance {
  background-color: white;
}
#title_confiance {
  margin-top: -6rem;
  margin-bottom: 5rem;
  font-size: 2.4rem;
  text-align: center;
  color: var(--accent-color);
}
.bloc_conf {
  display: inline-block;
  vertical-align: top;
  padding: 25px 15px;
  text-align: center;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 481px) {
  .bloc_conf {
    width: 28.333333333333%;
  }
}
@media screen and (min-width: 481px) {
  .bloc_conf {
    margin-left: 6.6666666666667%;
  }
}
.commentaire_user {
  line-height: 160%;
  height: 200px;
  font-size: 1.1rem;
  font-weight: 200;
  color: #615f5f;
}
.b_visage_user {
  margin-top: 20px;
}
.visage_user {
  width: 90px;
  height: 90px;
}
.nom_user {
  color: #757575;
}
.sct_user {
  color: #90a4ae;
}
#b_img_logos {
  text-align: center;
}
#logos_magasins_pap {
  width: 100%;
  max-width: 964px;
  max-height: 453px;
}
