:root {
  --sw-border-color: #eeeeee;
  --sw-toolbar-btn-color: #ffffff;
  --sw-toolbar-btn-background-color: #009EF7;
  --sw-anchor-default-primary-color: #f8f9fa;
  --sw-anchor-default-secondary-color: #b0b0b1;
  --sw-anchor-active-primary-color: #009EF7;
  --sw-anchor-active-secondary-color: #ffffff;
  --sw-anchor-done-primary-color: #90d4fa;
  --sw-anchor-done-secondary-color: #fefefe;
  --sw-anchor-disabled-primary-color: #f8f9fa;
  --sw-anchor-disabled-secondary-color: #dbe0e5;
  --sw-anchor-error-primary-color: #dc3545;
  --sw-anchor-error-secondary-color: #ffffff;
  --sw-anchor-warning-primary-color: #ffc107;
  --sw-anchor-warning-secondary-color: #ffffff;
  --sw-progress-color: #0367b9 /*#01437a*/ ;
  --sw-progress-background-color: #f8f9fa;
  --sw-loader-color: #009EF7;
  --sw-loader-background-color: #f8f9fa;
  --sw-loader-background-wrapper-color: rgba(255, 255, 255, 0.7);
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  line-height: normal;
}

html {
  height: auto;
  width: 100%;
}
html body {
  position: relative;
  height: auto;
  width: 100%;
}
html body main {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
html body main.show {
  position: fixed;
}

input,
textarea,
select,
button {
  font-family: "Lato", sans-serif;
}

a,
a:link,
a:visited,
a:active {
  color: #777;
}

.menu-box-header {
  height: 5.7rem;
}

/* #particles-js4, */
/* #particles-js3, */
#particles-js2,
#particles-js {
  width: 100%;
  height: 100%;
  /* background-color: #b61924; */
  background-image: url("");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: fixed;
  z-index: -1;
}

.flex-container {
  display: flex;
  /*--------- redimensionnement des colonnes -------------*/
}
.flex-container.--row {
  flex-direction: row;
}
.flex-container.--row.--align-center {
  align-items: center;
}
.flex-container.--row.--align-stretch {
  align-items: stretch;
}
.flex-container.--row.--align-start {
  align-items: flex-start;
}
.flex-container.--row.--align-end {
  align-items: flex-end;
}
.flex-container.--row.--align-end {
  align-items: flex-normal;
}
.flex-container.--row.--justify-start {
  justify-content: flex-start;
}
.flex-container.--row.--justify-end {
  justify-content: flex-end;
}
.flex-container.--row.--justify-center {
  justify-content: center;
}
.flex-container.--row.--justify-around {
  justify-content: space-around;
}
.flex-container.--row.--justify-evenly {
  justify-content: space-evenly;
}
.flex-container.--row.--justify-between {
  justify-content: space-between;
}
.flex-container.--row.--justify-normal {
  justify-content: normal;
}
.flex-container.--row.--content-center {
  align-content: center;
}
.flex-container.--row.--content-start {
  align-content: flex-start;
}
.flex-container.--row.--content-end {
  align-content: flex-end;
}
.flex-container.--row.--content-stretch {
  align-content: stretch;
}
.flex-container.--row.--content-normal {
  align-content: normal;
}
.flex-container.--row.--wrap {
  flex-wrap: wrap;
}
.flex-container.--row.--nowrap {
  flex-wrap: nowrap;
}
.flex-container.--column {
  flex-direction: column;
}
.flex-container.--column.--align-center {
  align-items: center;
}
.flex-container.--column.--align-stretch {
  align-items: stretch;
}
.flex-container.--column.--align-start {
  align-items: flex-start;
}
.flex-container.--column.--align-end {
  align-items: flex-end;
}
.flex-container.--column.--align-end {
  align-items: flex-normal;
}
.flex-container.--column.--justify-start {
  justify-content: flex-start;
}
.flex-container.--column.--justify-end {
  justify-content: flex-end;
}
.flex-container.--column.--justify-center {
  justify-content: center;
}
.flex-container.--column.--justify-around {
  justify-content: space-around;
}
.flex-container.--column.--justify-evenly {
  justify-content: space-evenly;
}
.flex-container.--column.--justify-between {
  justify-content: space-between;
}
.flex-container.--column.--justify-normal {
  justify-content: normal;
}
.flex-container.--column.--content-center {
  align-content: center;
}
.flex-container.--column.--content-start {
  align-content: flex-start;
}
.flex-container.--column.--content-end {
  align-content: flex-end;
}
.flex-container.--column.--content-stretch {
  align-content: stretch;
}
.flex-container.--column.--content-normal {
  align-content: normal;
}
.flex-container .--padding-both-10 {
  padding: 1rem;
}
.flex-container .--padding-both-20 {
  padding: 2rem;
}
.flex-container .--padding-right-20 {
  padding-right: 2rem;
}
.flex-container .--padding-right-10 {
  padding-right: 1rem;
}
.flex-container .--padding-top-20 {
  padding-top: 2rem;
}
.flex-container .--padding-top-10 {
  padding-top: 1rem;
}
.flex-container .--padding-left-20 {
  padding-left: 2rem;
}
.flex-container .--padding-left-10 {
  padding-left: 1rem;
}
.flex-container .--padding-bottom-20 {
  padding-bottom: 2rem;
}
.flex-container .--padding-bottom-10 {
  padding-bottom: 1rem;
}
.flex-container .--margin-both-10 {
  margin: 1rem;
}
.flex-container .--margin-both-20 {
  margin: 2rem;
}
.flex-container .--margin-left-10 {
  margin-left: 1rem;
}
.flex-container .--margin-left-20 {
  margin-left: 2rem;
}
.flex-container .--margin-right-10 {
  margin-right: 1rem;
}
.flex-container .--margin-right-20 {
  margin-right: 2rem;
}
.flex-container .--margin-top-10 {
  margin-top: 1rem;
}
.flex-container .--margin-top-20 {
  margin-top: 2rem;
}
.flex-container .--margin-bottom-10 {
  margin-bottom: 1rem;
}
.flex-container .--margin-bottom-20 {
  margin-bottom: 2rem;
}
.flex-container > .flex-col-5 {
  flex: 5%;
}
.flex-container > .flex-col-10 {
  flex: 10%;
}
.flex-container > .flex-col-15 {
  flex: 15%;
}
.flex-container > .flex-col-20 {
  flex: 20%;
}
.flex-container > .flex-col-25 {
  flex: 25%;
}
.flex-container > .flex-col-30 {
  flex: 30%;
}
.flex-container > .flex-col-40 {
  flex: 40%;
}
.flex-container > .flex-col-50 {
  flex: 50%;
}
.flex-container > .flex-col-60 {
  flex: 60%;
}
.flex-container > .flex-col-70 {
  flex: 70%;
}
.flex-container > .flex-col-75 {
  flex: 75%;
}
.flex-container > .flex-col-80 {
  flex: 80%;
}
.flex-container > .flex-col-90 {
  flex: 90%;
}
.flex-container > .flex-col-95 {
  flex: 95%;
}
.flex-container > .flex-col-100 {
  flex: 100%;
}
.flex-container > .self-center {
  align-self: center;
}

.--hide {
  display: none;
}

.inputbox {
  margin: 0;
  position: relative;
}
.inputbox .label-item {
  font-size: 1.6rem;
  padding: 1rem;
  color: #555;
}
.inputbox .label-item span:nth-child(1) {
  color: #333;
}
.inputbox.mobile label {
  width: 100%;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
}
.inputbox.mobile label .label {
  position: absolute;
  margin-top: -7rem;
  margin-left: 1.5rem;
  padding: 0 1.5rem 0 0.5rem;
  background: #fff;
  color: #444;
}
.inputbox.mobile label .label i {
  color: red;
}
.inputbox.mobile label .icon {
  text-align: left;
  position: absolute;
  font-size: 1.8rem;
  top: 1.5rem;
  left: 1.5rem;
  color: #01437a;
}
.inputbox.mobile label .icon.right {
  position: relative;
  top: 4.5rem;
  margin-right: 3rem;
  float: right;
}
.inputbox.mobile label input {
  display: inline-block;
  width: 100%;
  height: 6rem;
  padding: 0 1rem 0 4rem;
  font-size: 1.6rem;
  border: 0.2rem solid #ddd;
  outline: none;
  border-radius: 0.8rem;
  color: #333;
  outline: none;
  -webkit-user-select: unset;
     -moz-user-select: unset;
          user-select: unset;
}
.inputbox.mobile label input.icon-right {
  padding: 0 4rem 0 2rem;
}
.inputbox.mobile label input:hover {
  border: 0.2rem solid #ccc;
}
.inputbox.mobile label input:focus {
  border: 0.2rem solid rgba(1, 67, 122, 0.8);
  color: #333;
  caret-color: #01437a;
}
.inputbox.mobile label input:focus ~ .label {
  color: rgba(1, 67, 122, 0.8);
}
.inputbox.mobile textarea {
  display: inline-block;
  width: 100%;
  height: 15rem;
  padding: 2rem;
  font-size: 1.6rem;
  border: 0.1rem solid #ccc;
  outline: none;
  border-radius: 0.5rem;
  transition: all 0.3s linear;
  color: #777;
  -webkit-user-select: unset;
     -moz-user-select: unset;
          user-select: unset;
  resize: none !important;
}
.inputbox.mobile textarea:hover {
  border: 0.2rem solid #ccc;
}
.inputbox.mobile textarea:focus {
  border: 0.2rem solid rgba(1, 67, 122, 0.8);
  color: #333;
  caret-color: #01437a;
}
.inputbox.mobile textarea:focus ~ .label {
  color: rgba(1, 67, 122, 0.8);
}
.inputbox.web label {
  display: inline-block;
  width: 100%;
  height: 2.5rem;
  font-size: 1.2rem;
  color: #444;
  font-weight: 600;
  padding-left: 1rem;
}
.inputbox.web label i {
  color: red;
}
.inputbox.web input {
  display: inline-block;
  width: 100%;
  height: 4.5rem;
  padding: 0.2rem 1rem 0.1rem 1rem;
  font-size: 1.6rem;
  border: 0.2rem solid #ddd;
  outline: none;
  border-radius: 0.5rem;
  color: #333;
  padding: 0 0 0.2rem 1rem;
  -webkit-user-select: unset;
     -moz-user-select: unset;
          user-select: unset;
}
.inputbox.web input:hover {
  border: 0.2rem solid rgba(0, 0, 0, 0.4);
}
.inputbox.web input:focus {
  border: 0.2rem solid rgba(1, 67, 122, 0.6);
  color: #333;
  box-shadow: 0 0 0.3rem 0.1rem rgba(1, 67, 122, 0.6);
}
.inputbox.web textarea {
  display: inline-block;
  width: 100%;
  height: 15rem;
  padding: 2rem;
  font-size: 1.6rem;
  border: 0.1rem solid #ccc;
  outline: none;
  border-radius: 0.5rem;
  transition: all 0.3s linear;
  color: #777;
  -webkit-user-select: unset;
     -moz-user-select: unset;
          user-select: unset;
}
.inputbox.web textarea:hover {
  border: 0.1rem solid rgba(0, 0, 0, 0.3);
}
.inputbox.web textarea:focus {
  border: 0.1rem solid rgba(4, 0, 255, 0.8);
  color: #333;
}

.selectbox {
  margin: 0;
  padding: 0;
  position: relative;
}
.selectbox.--block {
  position: relative;
}
.selectbox.--block label {
  display: inline-block;
  width: 100%;
  height: 25px;
  font-size: 12px;
  font-weight: 600;
  color: #444;
}
.selectbox.--block label span {
  position: relative;
  display: inline-block;
  padding: 0 15px 0 5px;
  background: #fff;
  z-index: 11;
}
.selectbox.--block label span i {
  color: red;
}
.selectbox.--block label .bi, .selectbox.--block label .fa {
  text-align: left;
  position: absolute;
  font-size: 18px;
  top: 30px !important;
  left: 2px !important;
  color: #01437a;
}
.selectbox.--block label::after {
  content: "\f107";
  float: right;
  margin-right: 20px;
  margin-top: 38px;
  font-size: 20px;
  color: #999;
}
.selectbox.--block.mobile {
  position: relative;
  padding-top: 30px;
}
.selectbox.--block.mobile label {
  position: absolute;
  margin-top: -10px;
  margin-left: 14px;
}
.selectbox.--block.mobile label::after {
  content: "\f107";
  float: right;
  margin-right: 30px;
  margin-top: 25px;
  font-size: 20px;
  color: #999;
}
.selectbox.--block .item {
  position: relative;
  width: 100%;
  height: 58px;
  padding: 12px 20px 10px 45px !important;
  border: 2px solid #ddd;
  cursor: pointer;
  font-size: 16px !important;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 10;
}
.selectbox.--block:hover label::after {
  color: #444;
}
.selectbox.--block:hover .item {
  border: 2px solid #ccc;
  color: #444;
}
.selectbox.--block.focus label {
  color: #01437a;
}
.selectbox.--block.focus label::after {
  color: #01437a;
}
.selectbox.--block.focus .item {
  border: 2px solid rgba(1, 67, 122, 0.8);
  color: #333;
}
.selectbox.--block .selection {
  display: none;
  position: absolute;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(40, 57, 145, 0.2);
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.selectbox.--block .selection .selection-searchbox {
  position: relative;
  padding: 0 0 10px 0;
}
.selectbox.--block .selection .selection-searchbox.hide {
  display: none;
}
.selectbox.--block .selection .selection-searchbox .fa {
  text-align: left;
  position: absolute;
  font-size: 18px;
  top: 15px;
  left: 15px;
  color: #01437a;
}
.selectbox.--block .selection .selection-searchbox .selection-input {
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 0 10px 0 40px;
  font-size: 16px;
  border: 2px solid #ddd;
  outline: none;
  border-radius: 5px;
  color: #333;
  outline: none;
}
.selectbox.--block .selection .selection-searchbox .selection-input:hover {
  border: 2px solid #ccc;
}
.selectbox.--block .selection .selection-searchbox .selection-input:focus {
  border: 2px solid rgba(1, 67, 122, 0.8);
  color: #333;
}
.selectbox.--block .selection .selection-searchbox .selection-input:focus ~ .label {
  color: rgba(1, 67, 122, 0.8);
}
.selectbox.--block .selection .selection-item {
  padding: 2px 4px 5px 2px;
  max-height: 230px;
  overflow: auto;
}
.selectbox.--block .selection .selection-item .listChoix {
  margin: 2px 0;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
  color: #444;
  transition: all 0.1s linear;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.selectbox.--block .selection .selection-item .listChoix.group-item {
  background-color: rgba(0, 0, 0, 0.08) !important;
  color: #01437a;
  cursor: pointer;
}
.selectbox.--block .selection .selection-item .listChoix:last-child {
  margin-bottom: 5px;
}
.selectbox.--block .selection .selection-item .listChoix.selected, .selectbox.--block .selection .selection-item .listChoix:hover {
  background-color: rgba(0, 0, 0, 0.06);
  color: #01437a;
  cursor: pointer;
}
.selectbox.--block .selection .empty-search {
  display: none;
  text-align: center;
  font-size: 14px;
  color: #333;
  font-weight: 600;
  padding: 0 0 5px 0;
}
.selectbox.--inline {
  position: relative;
}
.selectbox.--inline label {
  width: 100%;
  height: 0rem;
  font-size: 14px;
  color: #444;
}
.selectbox.--inline label i {
  color: red;
}
.selectbox.--inline label::after {
  content: "\f0dc";
  float: right;
  margin-right: 1.5rem;
  margin-top: 0.7rem;
  font-size: 2rem;
  color: #999;
}
.selectbox.--inline .item {
  width: 100%;
  padding: 7px 20px 10px 20px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  font-size: 16px;
  color: #666;
  border-radius: 8px;
  transition: all 0.3s linear;
}
.selectbox.--inline .item:hover {
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: #444;
}
.selectbox.--inline .selection-item {
  display: none;
  position: absolute;
  max-height: 200px;
  overflow: auto;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(40, 57, 145, 0.2);
  border-radius: 10px;
  border: 1pxsolid rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.selectbox.--inline .selection-item div {
  padding: 6px 20px;
  font-size: 16px;
  color: #444;
  transition: all 0.1s linear;
}
.selectbox.--inline .selection-item div:hover {
  background-color: rgba(0, 0, 0, 0.08);
  color: #01437a;
  cursor: pointer;
}

.buttonbox--btn {
  padding: 1.2rem 2rem 1.2rem 2rem;
  font-weight: 600;
  cursor: pointer;
  margin: 2rem 0 0 0;
  font-size: 1.4rem;
  background: #01437a;
  border: none;
  color: #fff;
  border-radius: 0.4rem;
}
.buttonbox--btn.right {
  float: right;
}
.buttonbox--btn.full {
  float: center;
  width: 100%;
}
.buttonbox--btn span {
  padding: 0 0 0 1rem;
}
.buttonbox--btn:hover {
  background: #012847;
  color: #fff;
}
.buttonbox--btn:active {
  box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.3);
}
.buttonbox--confirm {
  padding: 0.4rem 1.2rem 0.52rem 1.2rem;
  font-weight: bold;
  cursor: pointer;
  font-size: 1.2rem;
  border: none;
  color: #fff;
  border-radius: 0.4rem;
}
.buttonbox--confirm:nth-child(2) {
  margin: 0 2rem 1rem 0.5rem;
  background: #01437a;
}
.buttonbox--confirm:nth-child(2):hover {
  background: #0367b9;
}
.buttonbox--confirm:nth-child(1) {
  margin: 0 0 1rem 0;
  background: #ff5c00;
}
.buttonbox--confirm:nth-child(1):hover {
  background: #fc9356;
}
.buttonbox--confirm span {
  padding-left: 0.5rem;
}
.buttonbox .disabled {
  opacity: 0.6;
}
.buttonbox .disabled:hover {
  background: #01437a;
}

.checkedbox {
  position: relative;
}
.checkedbox .chk-label {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  border: 0.2rem solid rgba(1, 67, 122, 0.8);
  border-radius: 0.4rem;
  background: #fff;
}
.checkedbox .chk-label::before {
  position: absolute;
  content: "\f00c";
  top: -0.1rem;
  left: 0.28rem;
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
}
.checkedbox .chk-input {
  display: none;
}
.checkedbox .chk-input:checked ~ .chk-label {
  background: #01437a;
}
.checkedbox .chk-input:checked ~ .chk-label::before {
  color: #fff;
}

.global-checkbox-label,
.checkbox-label {
  font-size: 1.6rem;
}

.global-checkbox-label {
  font-weight: 600;
  margin-bottom: 1rem;
  color: #444;
}

.popup-container {
  position: absolute;
  width: auto;
  height: auto;
  background: #fff;
  box-shadow: 0 0.5rem 2rem 0 rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 1rem;
  font-size: 1.6rem;
  visibility: hidden;
  z-index: 15;
}
.popup-container form .popup-header {
  padding: 1rem 2rem;
}
.popup-container form .popup-header .popup-title {
  font-size: 2rem;
  color: #444;
}
.popup-container form .popup-header .fa-close {
  border-radius: 5rem;
  padding: 1rem 1.3rem 1rem 1.3rem;
  font-size: 2rem;
  color: #777;
  background: rgba(40, 57, 145, 0.1);
  transition: all 0.2s linear;
}
.popup-container form .popup-header .fa-close:hover {
  background: rgba(40, 57, 145, 0.2);
  color: #444;
}
.popup-container form .popup-body {
  font-size: 1.6rem;
}
.popup-container form .popup-body .popup-operation a {
  width: 100%;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  color: #555;
}
.popup-container form .popup-body .popup-operation a:hover {
  background: #ddd;
  color: #333;
}
.popup-container form #confirm-btn-popup {
  display: none;
}
.popup-container form #confirm-btn-popup.show {
  display: flex;
}
.popup-container.dynamic-popup {
  overflow: auto;
  width: 20rem;
  max-height: 40rem;
  transform: translateY(3rem);
}
.popup-container.dynamic-popup.show {
  z-index: 15;
  visibility: visible;
  transform: translateY(0);
}
.popup-container.static-popup {
  position: absolute;
  left: 50%;
  top: 2rem;
  transform: translate(-50%, -40%);
  transition-duration: 0.2s;
  transition-property: transform visibility;
  transition-timing-function: linear;
  padding: 1rem 1rem;
}
.popup-container.static-popup.show {
  z-index: 15;
  visibility: visible;
  transform: translate(-50%, 0%);
}
.popup-container.static-popup.show-error {
  z-index: 15;
  visibility: visible;
  transform: translate(-50%, 0%);
}
.popup-container.static-popup form {
  position: relative;
  padding-bottom: 1rem;
  box-sizing: border-box;
}
.popup-container.static-popup form .popup-body {
  padding: 2rem;
  overflow: unset;
  height: auto;
  border-radius: 2rem;
  color: #666;
}

/* fond flu de popup*/
.popup-background,
#popup-background {
  position: fixed;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  visibility: hidden;
  padding: 2rem 1rem;
  z-index: 0;
  background: rgba(0, 0, 0, 0.6);
}
.popup-background.show,
#popup-background.show {
  z-index: 5;
  visibility: visible;
}

#popup-background {
  overflow: auto;
}

.popup-background.show-blue {
  z-index: 1000;
  visibility: visible;
  background: #01437a;
}

.static-popup-layout {
  position: relative;
  margin: 0 auto 0 auto;
  max-width: 86.8rem;
  height: auto;
  background: #fff;
  box-shadow: 0 0 4rem 0 rgba(0, 0, 0, 0.5);
  border-radius: 1rem;
  visibility: hidden;
  z-index: 0;
  opacity: 0;
  transform: translateY(-4rem);
  transition-duration: 0.1s;
  transition-timing-function: ease-in-out;
  transition-property: all;
}
.static-popup-layout.show {
  visibility: visible;
  z-index: 15;
  transform: translateY(0);
  opacity: 1;
}
.static-popup-layout .icon {
  color: #01437a;
}
.static-popup-layout.success .icon::before {
  content: "\f10d";
  padding: 1rem 1rem;
}
.static-popup-layout.back .icon {
  color: #ff5c00;
}
.static-popup-layout.back .icon::before {
  content: "\f060";
  padding: 1.2rem 1rem;
}
.static-popup-layout.failed .icon {
  color: #ff5c00;
}
.static-popup-layout.failed .icon::before {
  content: "\f071";
  padding: 1.2rem 1rem;
}
.static-popup-layout.done .icon::before {
  content: "\f00c";
  padding: 1rem 0.8rem;
}
.static-popup-layout.form .icon::before {
  content: "\f0ea";
  padding: 1rem 0.8rem;
}
.static-popup-layout.update .icon::before {
  content: "\f044";
  padding: 1rem 0.8rem;
}
.static-popup-layout.list .icon::before {
  content: "\f0ca";
  padding: 1rem 0.8rem;
}
.static-popup-layout.print .icon::before {
  content: "\f02f";
  padding: 1rem 0.8rem;
}
.static-popup-layout .header {
  padding: 1rem 2rem;
  border-bottom: 0.1rem solid #ddd;
}
.static-popup-layout .header .title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #555;
}
.static-popup-layout .header .iconbox {
  overflow: hidden;
  width: 3.5em;
  height: 3.5rem;
  background: #eee;
  border-radius: 50rem;
  transition: all 0.2s linear;
}
.static-popup-layout .header .iconbox i {
  font-size: 1.8rem;
  font-style: normal;
}
.static-popup-layout .header .iconbox i.fa-close {
  color: #444;
}
.static-popup-layout .header .iconbox:nth-child(3) {
  background: #eee;
}
.static-popup-layout .header .iconbox:nth-child(3):hover {
  background: rgba(1, 67, 122, 0.2);
}
.static-popup-layout .header .iconbox:nth-child(3):hover i.fa-close {
  color: #01437a;
}
.static-popup-layout .message {
  background: #fff;
  padding: 2rem;
  overflow: auto;
  border-radius: 1rem;
}

.dynamic-popup-menu {
  background: #fff;
  position: absolute;
  border-radius: 0.8rem;
  width: 26rem;
  box-shadow: 0 0.5rem 3rem 0 rgba(1, 67, 122, 0.6);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  max-height: 30rem;
  overflow: hidden;
  padding: 1rem;
}
.dynamic-popup-menu.show {
  visibility: visible;
  opacity: 1;
  z-index: 100;
}
@media all and (max-width: 450px) {
  .dynamic-popup-menu.show {
    width: 80% !important;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    max-height: 50rem !important;
  }
}
.dynamic-popup-menu #mCSB_2_scrollbar_vertical {
  visibility: visible !important;
}
.dynamic-popup-menu.lockscrollbar #mCSB_2_scrollbar_vertical {
  visibility: hidden !important;
}
.dynamic-popup-menu .container {
  position: relative;
  padding: 0;
}
.dynamic-popup-menu .container .list-menu {
  padding: 0;
}
.dynamic-popup-menu .container .list-menu .list-item .list-link {
  position: relative;
  display: inline-block;
  padding: 0.8rem 1rem 0.8rem 5rem;
  font-size: 1.5rem;
  transition: all 0.2s linear;
  width: 100%;
  border-radius: 1rem;
  margin: 0.4rem 0;
}
.dynamic-popup-menu .container .list-menu .list-item .list-link .fa {
  position: absolute;
  font-size: 1.8rem;
  top: 1.3rem;
  left: 1.5rem;
  color: #0367b9;
  transition: all 0.2s linear;
  z-index: 2;
}
.dynamic-popup-menu .container .list-menu .list-item .list-link .label {
  position: relative;
  color: #444;
  transition: all 0.2s linear;
  z-index: 2;
}
.dynamic-popup-menu .container .list-menu .list-item .list-link .label .lang-label {
  padding: 0 0.8rem;
  margin-top: -0.6rem;
}
.dynamic-popup-menu .container .list-menu .list-item .list-link .label .lang-label:nth-child(1) {
  padding-left: 0;
}
.dynamic-popup-menu .container .list-menu .list-item .list-link .label .switchbox {
  margin-top: 0.1rem;
}
.dynamic-popup-menu .container .list-menu .list-item .list-link::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  z-index: 1;
  background: #0367b9;
  border-radius: 1rem;
  transition: all 0.4s cubic-bezier(1, 2, 0, 0);
}
.dynamic-popup-menu .container .list-menu .list-item .list-link:not(.none):hover {
  background: rgba(1, 67, 122, 0.2);
}
.dynamic-popup-menu .container .list-menu .list-item .list-link:not(.none):hover .fa {
  color: #fff;
}
.dynamic-popup-menu .container .list-menu .list-item .list-link:not(.none):hover .label {
  color: #fff;
}
.dynamic-popup-menu .container .list-menu .list-item .list-link:not(.none):hover::before {
  width: 100%;
  background: #0367b9;
  border-radius: 1rem;
}
.dynamic-popup-menu .container .list-menu .list-item .list-link.list-link-red:hover::before {
  width: 100%;
  background: #b14202;
  border-radius: 1rem;
}
.dynamic-popup-menu .container .list-menu .list-item .list-link.list-link-green:hover::before {
  width: 100%;
  background: green;
  border-radius: 1rem;
}
.dynamic-popup-menu:hover {
  overflow: auto;
  padding-right: 1.5rem;
}
.dynamic-popup-menu:hover.lockscrollbar #mCSB_2_scrollbar_vertical {
  padding-right: 0 !important;
}

.message-alert-popup {
  position: fixed;
  bottom: -6rem;
  left: 2rem;
  width: 35rem;
  max-height: 20rem;
  background: #fff;
  box-shadow: 0 0 4rem 0 rgba(0, 0, 0, 0.5);
  border-radius: 1rem;
  visibility: hidden;
  z-index: 15;
  opacity: 0;
  transition: all 0.2s ease-in;
}
@media all and (max-width: 350px) {
  .message-alert-popup {
    left: 0;
    bottom: 1rem !important;
    width: 100%;
    box-sizing: content-box;
  }
}
@media all and (max-width: 400px) {
  .message-alert-popup {
    width: 100% !important;
    left: 0 !important;
    bottom: 0 !important;
    border-radius: 1rem 1rem 0 0 !important;
  }
}
.message-alert-popup.show {
  visibility: visible;
  z-index: 15;
  bottom: 2rem;
  opacity: 1;
}
.message-alert-popup.success {
  color: #01437a;
}
.message-alert-popup.success .icon::before {
  content: "\f10d";
  padding: 1rem 1rem;
}
.message-alert-popup.failed {
  color: #ff5c00;
}
.message-alert-popup.failed .icon::before {
  content: "\f071";
  padding: 1rem 0.8rem;
}
.message-alert-popup.done {
  color: green;
}
.message-alert-popup.done .icon::before {
  content: "\f00c";
  padding: 1rem 0.8rem;
}
.message-alert-popup .header {
  padding: 0.5rem 1rem;
  border-bottom: 0.1rem solid #ddd;
}
.message-alert-popup .header .title {
  font-size: 1.4rem;
  font-weight: 600;
}
.message-alert-popup .header .iconbox {
  overflow: hidden;
  width: 3.5em;
  height: 3.5rem;
  background: #eee;
  border-radius: 50rem;
  transition: all 0.2s linear;
}
.message-alert-popup .header .iconbox i {
  font-size: 1.5rem;
  font-style: normal;
}
.message-alert-popup .header .iconbox i.fa-close {
  color: #444;
}
.message-alert-popup .header .iconbox:nth-child(3) {
  background: #fff;
}
.message-alert-popup .header .iconbox:nth-child(3):hover {
  background: rgba(1, 67, 122, 0.2);
}
.message-alert-popup .header .iconbox:nth-child(3):hover i.fa-close {
  color: #01437a;
}
.message-alert-popup .message {
  padding: 1rem 1.5rem;
  font-size: 1.4rem;
  color: #333;
}

.static-alert-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%) scale(0);
  margin: 0 auto 2rem auto;
  max-width: 40rem;
  max-height: 500rem;
  background: #fff;
  box-shadow: 0 1rem 4rem 0 rgba(0, 0, 0, 0.4);
  border-radius: 1rem;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in;
}
@media all and (max-width: 800px) {
  .static-alert-popup {
    width: 45rem !important;
  }
}
@media all and (max-width: 450px) {
  .static-alert-popup {
    width: 90% !important;
  }
}
.static-alert-popup.show {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.static-alert-popup.success .icon {
  color: #01437a;
}
.static-alert-popup.success .icon::before {
  content: "\f10d";
  padding: 1rem 1rem;
}
.static-alert-popup.done .icon {
  color: green;
}
.static-alert-popup.done .icon::before {
  content: "\f00c";
  padding: 1rem 0.8rem;
}
.static-alert-popup.back .icon {
  color: #ff5c00;
}
.static-alert-popup.back .icon::before {
  content: "\f060";
  padding: 1.2rem 1rem;
}
.static-alert-popup.notice .icon {
  color: #01437a;
}
.static-alert-popup.notice .icon::before {
  content: "\f06a";
  padding: 1rem 0.8rem;
}
.static-alert-popup.warning .icon {
  color: #ff5c00;
}
.static-alert-popup.warning .icon::before {
  content: "\f071";
  padding: 1.2rem 1rem;
}
.static-alert-popup.question .icon {
  color: #01437a;
}
.static-alert-popup.question .icon::before {
  content: "\f059";
  padding: 1rem 0.8rem;
}
.static-alert-popup .header {
  padding: 1rem 2rem;
  border-bottom: 0.1rem solid #ddd;
}
.static-alert-popup .header .title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #555;
  text-overflow: ellipsis;
  text-align: center;
}
.static-alert-popup .header .iconbox {
  overflow: hidden;
  width: 3.5em;
  height: 3.5rem;
  background: #eee;
  border-radius: 50rem;
  transition: all 0.2s linear;
}
.static-alert-popup .header .iconbox i {
  font-size: 1.8rem;
  font-style: normal;
}
.static-alert-popup .header .iconbox i.fa-close {
  color: #444;
}
.static-alert-popup .header .iconbox:nth-child(3) {
  background: #eee;
}
.static-alert-popup .header .iconbox:nth-child(3):hover {
  background: rgba(1, 67, 122, 0.2);
}
.static-alert-popup .header .iconbox:nth-child(3):hover i.fa-close {
  color: #01437a;
}
.static-alert-popup .popup-body {
  padding: 1rem 2rem 0 2rem;
}
.static-alert-popup .popup-body .popupp-message {
  font-size: 1.4rem;
  text-align: center;
  color: #333;
}
.static-alert-popup .popup-body .popup-btn {
  padding: 2rem 0 1.5rem 0;
  cursor: pointer;
}
.static-alert-popup .popup-body .popup-btn .popup-btn_item {
  border: none;
  margin: 0 0.5rem;
  padding: 0.6rem 1.5rem;
  background: #eee;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
  transition: all 0.2s linear;
}
.static-alert-popup .popup-body .popup-btn .cancel-btn:hover {
  box-shadow: 0 0 2rem 0 rgba(227, 52, 47, 0.3);
  background: rgba(227, 52, 47, 0.3);
  color: #ff5c00;
}
.static-alert-popup .popup-body .popup-btn .confirm-btn:hover {
  box-shadow: 0 0 2rem 0 rgba(1, 67, 122, 0.3);
  background: rgba(1, 67, 122, 0.3);
  color: #01437a;
}

/* pendant le chargement du popup*/
.center-loader-popup {
  padding: 2rem 1rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%) scale(0);
  background: rgb(255, 255, 255);
  box-shadow: 0 1rem 4rem 0 rgba(0, 0, 0, 0.2);
  width: 20rem;
  z-index: 0;
  border-radius: 1rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: normal;
  color: #ff5c00;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in;
}
.center-loader-popup.show {
  visibility: visible;
  opacity: 1;
  z-index: 20;
  transform: translate(-50%, -50%) scale(1);
}
.center-loader-popup img {
  width: 15rem;
  border-radius: 1rem;
}
.center-loader-popup.mini {
  width: 25rem;
  box-shadow: 0 1rem 6rem 0 rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: row;
  justify-content: space-between !important;
  align-items: center;
  flex-wrap: nowrap;
  padding: 1rem 1rem 1rem 1rem;
  border: 0.1rem solid rgba(227, 52, 47, 0.1);
}
.center-loader-popup.mini .load-popup-box {
  position: relative;
  padding: 2rem;
  border-color: #ff5c00 #ccc #ccc #ccc;
  border-width: 0.6rem;
  border-style: solid;
  border-radius: 10rem;
  animation: rotateloading 1s linear infinite;
}
.center-loader-popup.mini img {
  display: none;
}
.center-loader-popup div:last-child::after {
  position: absolute;
  content: "...";
  font-size: 2.1rem;
  color: red;
  font-family: 800;
  margin-top: -0.6rem;
  margin-left: 0.5rem;
  animation: chargementpoint 2s infinite;
}

@keyframes chargementpoint {
  0%, 10% {
    content: "";
  }
  40% {
    content: ".";
  }
  60% {
    content: "..";
  }
  80%, 100% {
    content: "...";
  }
}
@keyframes rotateloading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-popup {
  position: fixed;
  padding: 1rem 1.5rem;
  top: -4rem;
  left: 50%;
  transform: translate(-50%, 0%);
  max-width: 30rem;
  max-height: 20rem;
  background: rgb(223, 79, 74);
  box-shadow: 0 1rem 4rem 0 rgba(1, 67, 122, 0.6);
  border-radius: 1rem;
  visibility: hidden;
  z-index: 0;
  opacity: 0;
  transition: all 0.2s ease-in;
}
@media all and (max-width: 500px) {
  .loader-popup {
    width: 55%;
  }
}
@media all and (max-width: 450px) {
  .loader-popup {
    width: 60%;
  }
}
@media all and (max-width: 420px) {
  .loader-popup {
    width: 65%;
  }
}
@media all and (max-width: 400px) {
  .loader-popup {
    width: 70%;
  }
}
@media all and (max-width: 350px) {
  .loader-popup {
    width: 80%;
  }
}
.loader-popup.show {
  visibility: visible;
  z-index: 15;
  top: 2rem;
  opacity: 1;
}
.loader-popup .title {
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  padding-left: 1rem;
}
.loader-popup .iconbox {
  position: relative;
  overflow: hidden;
  width: 3em;
  height: 3rem;
  background: #eee;
  border-radius: 50rem;
  transition: all 0.2s linear;
}
.loader-popup .iconbox:not(:nth-child(3)):before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-color: rgba(227, 52, 47, 0.4) rgba(227, 52, 47, 0.4) rgba(227, 52, 47, 0.4) #ff5c00;
  border-width: 0.4rem;
  border-style: solid;
  border-radius: 4rem;
  animation: loader 0.6s linear infinite;
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-popup .iconbox i {
  font-size: 1.5rem;
  font-style: normal;
}
.loader-popup .iconbox i.fa-close {
  color: #444;
}
.loader-popup .iconbox:nth-child(3) {
  background: #fff;
}
.loader-popup .iconbox:nth-child(3):hover {
  background: rgba(1, 67, 122, 0.2);
}
.loader-popup .iconbox:nth-child(3):hover i.fa-close {
  color: #01437a;
}

.content-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  z-index: -1;
  opacity: 0;
}
.content-loader.show {
  visibility: visible;
  z-index: 100;
  opacity: 1;
}
.content-loader .content-loader-icon {
  position: relative;
  width: 10rem;
  height: 10rem;
}
.content-loader .content-loader-icon::after, .content-loader .content-loader-icon::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 10rem;
  height: 10rem;
  border-color: transparent #fff transparent #fff;
  border-radius: 30rem;
  border-width: 0.1rem;
  border-style: solid;
}
.content-loader .content-loader-icon::after {
  left: 5%;
  top: 5%;
  width: 9rem;
  height: 9rem;
  border-color: #fff transparent #fff transparent;
  animation: afters 1s linear infinite;
}
.content-loader .content-loader-icon::before {
  animation: befores 3s linear infinite;
}
.content-loader .content-loader-icon img {
  border-radius: 30rem;
  width: 7.5rem;
  animation: scaless 1.5s linear infinite;
}

@keyframes befores {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes afters {
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes scales {
  0%, 10%, 100% {
    transform: scale(0.8);
  }
  85% {
    transform: scale(1);
  }
}
/* web cam style */
.webcam-layout {
  height: 350px !important;
  overflow: hidden;
}
.webcam-layout .preview {
  position: relative;
  border-radius: 10px !important;
  overflow: hidden;
}
.webcam-layout .preview .preview--stream {
  position: relative;
  height: 350px !important;
  border-radius: 10px !important;
}
.webcam-layout .preview .preview--stream .stream-canvas, .webcam-layout .preview .preview--stream #canvas-preview, .webcam-layout .preview .preview--stream #image-preview {
  display: inline-block;
  border-radius: 10px !important;
  width: 100%;
  height: 100%;
  height: 360px !important;
  -o-object-fit: cover;
     object-fit: cover;
  background: rgba(1, 67, 122, 0.2);
}
.webcam-layout .preview .preview--stream #canvas-preview, .webcam-layout .preview .preview--stream:not(.stream-run) {
  display: none;
}
.webcam-layout .preview .preview--stream.stream-run {
  position: relative;
}
.webcam-layout .preview .preview--stream.stream-run::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 10%;
  height: 20%;
  border-style: solid;
  border-color: transparent transparent yellow yellow;
  border-width: 3px;
  margin: 0 0 20px 10%;
  border-radius: 8px;
  animation: cadre 1s linear infinite;
}
.webcam-layout .preview .preview--stream.stream-run::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 10%;
  height: 20%;
  border-style: solid;
  border-color: yellow yellow transparent transparent;
  border-width: 3px;
  margin: 20px 10% 0 0;
  border-radius: 8px;
  animation: cadre 1s linear infinite;
}
.webcam-layout .preview.show::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 10%;
  height: 20%;
  border-style: solid;
  border-color: yellow transparent transparent yellow;
  border-width: 3px;
  margin: 20px 0 0 10%;
  border-radius: 8px;
  z-index: 1;
  animation: cadre 1s linear infinite;
}
.webcam-layout .preview.show::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 10%;
  height: 20%;
  border-style: solid;
  border-color: transparent yellow yellow transparent;
  border-width: 3px;
  margin: 0 10% 20px 0;
  border-radius: 8px;
  animation: cadre 1s linear infinite;
}
.webcam-layout .webcam-btn {
  position: relative;
  width: 100%;
  text-align: center;
  margin: -15px auto 0;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
}
.webcam-layout .webcam-btn .fa {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  background: #01437a;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: #fff;
  margin: -50px auto 0;
}
.webcam-layout .webcam-btn .fa#click-photo {
  background: #ff5c00;
}
.webcam-layout .webcam-btn .fa#click-photo.hide {
  display: none;
}
.webcam-layout .webcam-btn .fa#check-camera.hide, .webcam-layout .webcam-btn .fa#start-camera.hide {
  display: none;
}
.webcam-layout .webcam-btn .fa#check-camera {
  background: rgb(37, 139, 54);
}

.counter {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 5rem;
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.counter.show {
  display: flex;
}
.counter::before {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: attr(data-label);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.counter::after {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-color: yellow #ccc #ccc #ccc;
  border-width: 0.3rem;
  animation: circle 1s infinite;
  border-radius: 8rem;
  width: 8rem;
  height: 8rem;
}

@keyframes cadre {
  0%, 10%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
@keyframes circle {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}/*# sourceMappingURL=style.css.map */