@charset "UTF-8";

html {
  font-size: 62.5%;
  color: var(--color-theme-sophid);
}

body {
  min-height: 100vh;
  color: var(--color-theme-sophid);
  background: whitesmoke;
  font-size: 1.6rem;
  /* padding-bottom: 1rem; */
}

body h1 {
  font-size: 2.5rem;
  color: var(--color-theme-sophid);
}

body h2 {
  font-size: 2rem;
  color: var(--color-theme-sophid);
}

.bodyPadded {
  padding-bottom: 8rem;
}

@font-face {
  font-family: "NimbusBold";
  src: url("../fonts/NimbusSanL-Bol.otf");
}

@font-face {
  font-family: "NimbusReg";
  src: url("../fonts/NimbusSanL-Reg.otf");
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "NimbusBold", serif;
}

p,
span,
button,
header,
footer {
  font-family: "NimbusReg", serif;
}

.JSModal.accountModal {
  width: auto !important;
  font-size: 3rem;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: initial;
}

#divLogo {
  text-align: center;
  padding-top: 15px;
  margin-bottom: 25px;
  margin-top: 50px;
}

#logoIndex {
  width: 400px;
  height: auto;
  margin: auto;
  text-align: center;
}

#mainFooter {
  
  background: whitesmoke;
  color: var(--color-theme-general);
  text-align: center;
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 0.25rem 0 0.25rem 0;
}

#mainFooter p {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 16px;
}

/* #mainFooter #colorBlocks {
  display: flex;
  justify-content: space-evenly;
}

#mainFooter #colorBlocks .footerBlockColor {
  width: 20%;
  height: 1.5px;
}

#mainFooter #colorBlocks .footerBlockColor:nth-child(1) {
  background: var(--color-theme-general);
}

#mainFooter #colorBlocks .footerBlockColor:nth-child(2) {
  background: #e04e52;
}

#mainFooter #colorBlocks .footerBlockColor:nth-child(3) {
  background: #18358c;
}

#mainFooter #colorBlocks .footerBlockColor:nth-child(4) {
  background: var(--color-theme-sophid);
} */

.bottomSectionUsager {
  width: 100%;
  display: flex;
  max-height: 250px;
}

.orgaBtn {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-self: auto;
  position: absolute;
  bottom: -1.25rem;
  right: 0;
}

#usagerOptions {
  width: 100%;
}

#usagerOptions button {
  width: 30%;
}

#usagerOptions button i,
#usagerOptions button span {
  line-height: 0;
  margin: 0 0.5rem;
}

.dateContrat>p {
  display: flex;
  justify-content: space-between;
}

#orgaBtnReader button {
  min-width: initial;
  max-width: initial;
  width: 23%;
  font-size: 1.25rem;
}

.labelAutoFocus {
  top: -20px;
  font-size: 14px;
  color: #5264ae;
}

.topNavScrolled {
  position: fixed;
  top: 0;
  z-index: 39;
  min-height: 50px;
}

.gestionTr{
  /* width: 100%;
  display: inline-table; */
}

.gestionThead{
  position: sticky;
  top: 130px;
  z-index: 1;
  width: 100%;
}

#users{
  /* display: inline-table;
  width: 100%; */
}

header {
  height: 10vh;
  min-height: 50px;
  color: white;
  background: var(--color-theme-sophid);
}

header #topNav {
  transition: all 0.1s;
  font-size: 2rem;
  color: white;
  background: var(--color-theme-sophid);
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 10vh;
  min-height: 50px;
}

header #topNav #usagerLink {
  position: relative;
}

header #topNav #usagerLink #quickLink {
  position: absolute;
  font-size: 1.25rem;
  top: 3rem;
  width: 100%;
  left: 25%;
}

header #topNav div {
  /*      width: 10%;
        height: 8vh;
        display: flex;
        justify-content: center;
        align-items: center;*/
}

header #topNav .selectedLinks {
  color: var(--color-theme-general) !important;
}

header #topNav .selectedLinks a:last-child {
  color: var(--color-theme-general);
}

header #topNav .iconLinks {
  transition: all 0.2s;
}

header #topNav .iconLinks i {
  margin-right: 1.5rem;
  transition: margin-bottom 0.3s;
}

header #topNav .iconLinks #linkMenuIcon i {
  transition: all 0.3s ease-in-out;
  transform: rotate(0deg);
}

header #topNav .iconLinks #menuIcon {
  margin-right: initial;
  width: 100%;
}

header #topNav .iconLinks a {
  font-size: 1.5rem;
  color: white;
}

header #topNav .iconLinks .sub-menu a {
  font-size: 1.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

header #topNav .iconLinks .sub-menu a i {
  width: 15%;
  animation: none;
}

header #topNav .iconLinks .sub-menu a span {
  width: 85%;
  text-align: left;
}

header #topNav .iconLinks:hover i {
  animation: bounceIcon 2s infinite;
}

header #topNav .iconLinks:hover #linkMenuIcon i {
  margin-bottom: 0;
}

header #topNav .iconLinks:hover a {
  transition: all 0.2s;
}

header #topNav #divMenu {
  right: 0;
  z-index: 39;
  display: flex;
  justify-content: right;
  position: relative;
}

header #topNav #divMenu i {
  animation: none;
}

header #topNav #divMenu:hover a {
  color: white;
}

header #topNav .readersPresents {
  background: #18358c;
}

header #topNav .readersNoPresents {
  background: #e04e52;
}

header #topNav img {
  width: 75%;
  margin: auto;
}

header #topNav #divDeco {
  font-size: 1.25rem;
  width: 15%;
  display: flex;
  flex-flow: column;
  align-content: flex-end;
}

header #topNav #divDeco i {
  font-size: 3rem;
  text-align: center;
}

header #topNav #divDeco a {
  font-size: 1.25rem;
}

header #topNav #divDeco #linkDeco {
  display: flex;
  flex-flow: column;
  transition: all 0.2s;
}

header #topNav #divDeco #linkDeco:hover {
  color: #e04e52;
}

.modal-content {
  min-width: 700px;
  max-height: none;
  overflow-y: initial;
  overflow-x: initial;
  background: whitesmoke;
}

.modal-background {
  opacity: 0.5;
}

.isModalUsager {
  width: 865px;
}

#mainBlock {
  width: 90%;
  min-height: 80vh;
  display: block;
  border-radius: 10px;
  background: whitesmoke;
  margin: 2rem auto auto auto;
  padding-bottom: 4rem;
}

#mainBlock hr {
  width: 90%;
  margin-left: 5%;
  padding: 0.1rem;
  border-radius: 0.2rem;
  background: var(--color-theme-sophid);
}

#mainBlock .listSeparator {
  width: 75%;
  border-radius: 0.2rem;
  background: grey;
  margin-left: 5%;
  opacity: 0.25;
  padding: 0;
}

#mainBlock .columns {
  width: 100%;
  text-align: center;
}

#mainBlock .columns .column {
  width: 50%;
}

#mainBlock #horaireColumns {
  text-align: initial;
}

#numberInputConfig {
  display: flex;
  justify-content: space-evenly;
  width: 75%;
  margin: auto;
  align-content: center;
  align-items: baseline;
}

#numberInputConfig input {
  text-align: center;
  appearance: initial;
}

.modalBlock hr {
  margin-top: 2rem;
}

.readersCard,
.conditionsCard,
.identifiersCard,
.optionsCards {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  overflow: auto;
  height: 87%;
  padding-top: 10px;
}

.readersCard i,
.conditionsCard i,
.optionsCards i {
  visibility: hidden;
  color: var(--color-theme-general);
}

.readersCard .selected i,
.conditionsCard .selected i,
.optionsCards .selected i {
  visibility: visible;
}

.readersCard hr,
.conditionsCard hr,
.identifiersCard hr,
.optionsCards hr {
  color: #18358c;
  padding: 0;
  margin-left: 0;
  margin: 0.5rem auto !important;
  width: 75% !important;
}

.readersCard .readerCard,
.readersCard .conditionCard,
.conditionsCard .readerCard,
.conditionsCard .conditionCard,
.optionsCards .readerCard,
.optionsCards .conditionCard {
  cursor: pointer;
}

.readersCard .optionCard,
.conditionsCard .optionCard,
.optionsCards .optionCard {
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
  margin: 3px;
  background: var(--color-theme-sophid);
  width: 25%;
  height: 7rem;
  color: white;
  overflow: initial;
  word-break: break-word;
  display: flex;
  justify-content: center;
  align-items: center;
}

.readersCard .optionCard:hover,
.conditionsCard .optionCard:hover,
.optionsCards .optionCard:hover {
  border: 1px solid #e04e52;
}

.readersCard .selected,
.conditionsCard .selected,
.optionsCards .selected {
  color: var(--color-theme-general);
}

.readersCard .autoSelected,
.conditionsCard .autoSelected,
.optionsCards .autoSelected {
  color: var(--color-theme-general);
}

.readersCard .totalAccessCard,
.conditionsCard .totalAccessCard,
.optionsCards .totalAccessCard {
  font-weight: bolder;
  text-transform: uppercase;
}

.isHome {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  /* background-image: url("../img/fondopen.jpg"); */
  background-size: cover;
  background-repeat: no-repeat;
  /* opacity: 1.1; */
  
}

.optionsCards {
  justify-content: space-around;
}

input:required {
  box-shadow: none;
}

input:invalid {
  box-shadow: none;
}

#optionsConfigCard {
  text-align: center;
}

.usagerHeadings {
  margin-left: 0;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.75rem;
  width: 100%;
  color: var(--color-theme-sophid);
}

.contentHeader {
  width: 90%;
  margin: auto;
  height: 15%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  color: var(--color-theme-sophid);
}

.contentHeader .contentHeaderTitleModal {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: white;
  align-items: center;
}

.contentHeader .contentHeaderTitle {
  display: flex;
  justify-content: flex-start;
  color: white;
  align-items: center;
}

.contentHeader .contentHeaderTitle h1 {
  margin-left: 2rem;
  cursor: pointer;
}

.contentHeader .contentHeaderTitle i {
  color: var(--color-theme-sophid);
  cursor: pointer;
  font-size: 4rem;
  transition: 0.25s all ease-in-out;
}

.contentHeader .contentHeaderTitle i:hover {
  color: var(--color-theme-general);
}

.contentHeader .contentHeaderButtons button {
  min-width: 100%;
}

.contentHeader .contentHeaderButtons #btnFetchEvents,
.contentHeader .contentHeaderButtons #btnScanEvents {
  width: 225px;
  min-width: 200px;
}

.contentBody {
  position: relative;
  margin: 2rem 3rem;
  display: flex;
  flex-flow: column;
  padding-bottom: 40px;
  text-align: center;
}

.contentBody form {
  min-height: 300px;
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
}

.contentBody .infoText {
  margin-top: 10%;
  margin-bottom: 5%;
}

.formErrors {
  color: coral;
}

/* MATERIAL CARD */
.card {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  min-height: 300px;
  margin: 1rem;
  position: relative;
  width: 300px;
}

.card-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.card-1:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.card-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: all 0.5s ease-in-out;
}

.card-3 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2), 0 10px 10px rgba(0, 0, 0, 0.1);
}

#usager_form_comments {
  width: 100%;
  padding: 2rem;
}

.btnAndIcon {
  display: flex;
  align-items: unset;
}

.btnAndIcon i {
  line-height: unset;
}

#add_acces_setup,
#editAccesSetup {
  display: flex;
  align-items: baseline;
  width: 300px;
}

#add_acces_setup>*,
#editAccesSetup>* {
  flex: 1;
}

#add_acces_setup label:not(#editSetupLastLabel),
#editAccesSetup label:not(#editSetupLastLabel) {
  position: initial;
}

#add_acces_setup input,
#editAccesSetup input {
  width: initial;
}

#formGapTime {
  visibility: hidden;
}

.hiddenInfo {
  position: absolute;
  top: -1.5rem;
  font-size: 1rem;
  width: max-content;
  color: var(--color-theme-sophid);
  right: -30%;
  opacity: 0;
  transition: all 0.3s;
}

.littleMargin {
  margin: 2rem 0 0 -60%;
}

.is-scrollable {
  overflow: auto;
}

.tabletimeHours {
  display: flex;
  justify-content: space-evenly;
}

.tabletimeHours .verticalDiv {
  background: #18358c;
  width: 1rem;
  /* border-left: 5px solid var(--color-theme-sophid); */
  height: 5px;
  margin-top: 1rem;
  margin-left: 5px;
  margin-right: 5px;
}

.tabletimeHours .verticalDivSeparator {
  border-left: 5px solid #e04e52;
  margin-left: 1rem;
}

.button[disabled],
fieldset[disabled] .button {
  background: var(--color-theme-general);
  border-color: transparent;
  box-shadow: inherit;
  opacity: 0.5;
}

.habilitationsActions {
  display: flex;
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}

.eventTheadScrolled {
  position: fixed;
  top: 0;
  z-index: 39;
  width: 81%;
  display: inherit;
}

.solutionsCard {
  box-shadow: 2px 2px 5px;
}

#headerButtonsEvent {
  width: 75%;
  text-align: right;
}

.pictoEdit {
  height: 2em;
  width: auto;
}

#itemsList {
  height: 70%;
  width: 90%;
  margin: auto;
}

#itemsList>.columns {
  margin: auto;
}

#itemsList h2 {
  margin-bottom: 6rem;
}

#itemsList .item {
  font-size: 1.75rem;
  display: flex;
  width: 100%;
}

#itemsList .item .column {
  position: relative;
  /*      width: 70%;
        width: 70%;
        max-width: 70%;*/
  text-align: start;
}

#itemsList .item .column:last-child {
  /*        width: 30%;
          max-width: 30%;*/
  text-align: center;
}

#itemsList .item .badgeConfigBtn {
  position: relative;
}

#itemsList .item .badgeConfigBtn:hover .hiddenInfo {
  display: block;
  opacity: 0.75;
}

#itemsList .item i.editButtons {
  color: var(--color-theme-general);
  font-size: 2.5rem;
  border: 1px solid var(--color-theme-general);
  border-radius: 50%;
  padding: 11px;
  transition: all 0.3s ease-in-out;
  background: transparent;
}

#itemsList .item i.editButtons:hover {
  border: 1px solid var(--color-theme-sophid);
  background: transparent;
  color: var(--color-theme-sophid);
  font-size: 3rem;
  padding: 13px;
}

#itemsList .item .pictoNotif {
  width: 4rem;
  font-size: 1.75rem;
  padding: 5px;
  vertical-align: top;
}

#itemsList .item .activePicto {
  color: var(--color-theme-sophid);
}

#itemsList .item .unactivePicto {
  color: grey;
}

abbr[title] {
  border-bottom: none !important;
  cursor: inherit !important;
  text-decoration: none !important;
}

#sectionHabilitationTag {
  min-height: 65vh;
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  align-items: center;
}

#sectionHabilitationTag i {
  font-size: 7rem;
}

#sectionHabilitationTag img {
  width: 75%;
}

#logInfoSpan {
  position: absolute;
  font-size: 1.25rem;
  bottom: 10px;
  right: 10px;
  width: max-content;
}

.JSModal {
  width: 20%;
}

.JSModal #swal2-content {
  font-size: 2rem;
  padding: 2rem;
}

.JSModal .swal2-title {
  font-size: 3rem;
}

.JSModal button:not(.swal2-close) {
  width: 45%;
  padding: 2rem;
  background: var(--color-theme-sophid);
  border: none;
  cursor: pointer;
}

.habilitationsDiv {
  width: inherit;
}

#modalHolidaysBody {
  text-align: center;
  margin-top: 2rem;
}

#modalHolidaysBody div {
  min-width: 150px;
  margin: 0.5rem -0.5rem;
}

.datetimeInput {
  width: 110px;
  margin: 0 1rem;
}

#divBtnUpdateHolidays {
  text-align: center;
  margin-top: 2rem;
}

.btnBadge {
  margin: 0 auto;
}

.hiddenRelay {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

th {
  font-weight: normal;
}

#modalContentTimetable {
  width: 70%;
}

.divPlage {
  display: flex;
  justify-content: space-around;
  align-items: baseline;
  margin: 0.5rem;
}

.divPlage :first-child {
  display: flex;
}

.divPlage div {
  display: flex;
}

.divPlageUsager {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0.5rem;
  flex-flow: column;
}

.divPlageUsager div {
  display: flex;
  align-items: baseline;
  width: 300px;
}

.selectValid {
  background: var(--color-theme-general);
  color: white;
}

#timetable {
  width: 90%;
  height: 90%;
  margin-top: 5rem;
}

#timetable #timetableRowDays {
  height: 10%;
  background: var(--color-theme-sophid);
  color: white;
}

#timetable td,
#timetable th {
  text-align: center;
  vertical-align: middle;
  transition: all 0.2s ease-in-out;
}

#timetable td {
  width: 8%;
}

#timetable #timetableFirstRow {
  border-bottom: 1px solid var(--color-theme-sophid);
}

#timetable i {
  font-size: 3rem;
  color: var(--color-theme-general);
}

#timetable .checkBoxDays {
  border: 1px solid var(--color-theme-sophid);
}

#timetable .iconCheckBox {
  cursor: pointer;
}

#timetable .iconCheckBoxValid {
  display: none;
}
#timetable .iconCheckBoxValidMultirelais {
  display: none;
}

#timetable .iconCheckBoxMultirelais {
  display: none;
}

#timetable .selected-checkbox {
  background: var(--color-theme-general);
}

#timetable .selected-checkbox .iconCheckBox {
  display: none;
}

#timetable .selected-checkbox .iconCheckBoxValid {
  display: initial;
}

#timetable .selected-checkbox i {
  color: white;
}

#timetable select {
  font-size: 2rem;
  background: var(--color-theme-sophid);
  color: white;
}

#timetable .selectValid {
  background: var(--color-theme-general);
}

#timetable input {
  width: auto;
  margin: auto;
  visibility: hidden;
}

.timetableDays {
  display: block;
}

.timetableDays span {
  border-radius: 50%;
  padding: 0.5rem 1rem;
  margin: 0.5rem 0 1rem 0.5rem;
}

.timetableDays .activeDay {
  color: var(--color-theme-sophid);
  font-weight: bolder;
  font-size: 2rem;
}

.timetableDays .inactiveDay {
  opacity: 0.5;
  font-weight: lighter;
}

.timetableFirstDuo,
.timetableSecondDuo {
  display: flex;
  margin-left: 1rem;
}

.crossover-box {
  width: 25%;
  height: 20vh;
}

#sectionBlackIdentifier {
  margin-top: 5rem;
  display: flex;
  justify-content: space-evenly;
}

#sectionBlackIdentifier .divBtn {
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.groupOfGroup {
  width: 100%;
  display: flex;
  margin: 2rem auto;
}

.groupOfGroup input {
  width: 250px;
}

.activationPermanent {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.activationPermanent input {
  width: auto;
  margin: 0 1rem;
  visibility: hidden;
}

.activationPermanent i {
  font-size: 3rem;
  margin: auto 2rem;
  color: var(--color-theme-general);
  cursor: pointer;
}

.activationPermanent .checkBoxDays {
  border: 1px solid var(--color-theme-sophid);
}

.activationPermanent .iconCheckBoxValid {
  display: none;
}

.selected-checkbox .iconCheckBox {
  display: none;
}

.selected-checkbox .iconCheckBoxValid {
  display: initial;
}

.selected-checkbox i {
  color: var(--color-theme-general);
}

button:not(.swal2-close),
.button:not(.swal2-close) {
  min-width: 25%;
  max-width: 75%;
  background: var(--color-theme-general);
  color: white;
  padding: 2rem;
  line-height: 0%;
  transition: all 0.5s;
}

button:hover,
.button:hover {
  color: white;
  background: var(--color-theme-sophid);
}

#formSection .buttonStatusOK {
  background: #33aa53;
  cursor: initial;
}

#formSection .buttonStatusKO {
  background: #f63117;
  cursor: initial;
}

.user {
  /* cursor: pointer; */
}

.user td {
  vertical-align: middle;
}

.user:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

#eventTable .okIcon {
  color: var(--color-theme-sophid);
}

#eventTable .nokIcon {
  color: #e04e52;
}

#eventTable tbody tr:hover * {
  background: var(--color-theme-sophid);
  color: white;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

#add_acces_relay_time::-webkit-inner-spin-button,
#add_acces_relay_time::-webkit-outer-spin-button {
  -webkit-appearance: inner-spin-button !important;
  margin: initial !important;
}

@keyframes bounceIcon {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-15px);
  }

  60% {
    transform: translateY(-7.5px);
  }
}

#defaultDiv {
  text-align: left;
}

#defaultDiv ul {
  list-style: initial;
  margin-left: 6rem;
}

.tooltip {
  position: absolute;
  top: 0;
  right: -5%;
  display: inline-block;
}

.tooltip i {
  color: var(--color-theme-general);
}

.usagerTags {
  width: 30%;
}

#tooltipUnableGap {
  top: 25%;
  left: 80%;
  display: inline-block;
  position: absolute;
}

#tooltipUnableGap i {
  color: #e04e52;
}

#tooltipAbleGap {
  top: 25%;
  right: 15%;
  display: inline-block;
  position: absolute;
}

#tooltipAbleGap i {
  color: #e04e52;
}

.tooltip .tooltiptext {
  visibility: hidden;
  min-width: 300px;
  max-width: 400px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: -175%;
  left: 525%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 1.5rem;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -2%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #e04e52 transparent transparent transparent;
  transform: rotate(90deg);
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

#datLoader {
  z-index: 1000;
  background: rgba(0, 0, 0, 0.25);
  height: 100vh;
  width: 100%;
  top: 0;
  position: absolute;
  left: 0;
}

.container {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  filter: url("#goo");
  animation: rotate-move 2s ease-in-out infinite;
}

.dot {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.dot-3 {
  background-color: #e04e52;
  animation: dot-3-move 2s ease infinite, index 6s ease infinite;
}

.dot-2 {
  background-color: var(--color-theme-general);
  animation: dot-2-move 2s ease infinite, index 6s -4s ease infinite;
}

.dot-1 {
  background-color: var(--color-theme-sophid);
  animation: dot-1-move 2s ease infinite, index 6s -2s ease infinite;
}

@keyframes dot-3-move {
  20% {
    transform: scale(1);
  }

  45% {
    transform: translateY(-18px) scale(0.45);
  }

  60% {
    transform: translateY(-90px) scale(0.45);
  }

  80% {
    transform: translateY(-90px) scale(0.45);
  }

  100% {
    transform: translateY(0px) scale(1);
  }
}

@keyframes dot-2-move {
  20% {
    transform: scale(1);
  }

  45% {
    transform: translate(-16px, 12px) scale(0.45);
  }

  60% {
    transform: translate(-80px, 60px) scale(0.45);
  }

  80% {
    transform: translate(-80px, 60px) scale(0.45);
  }

  100% {
    transform: translateY(0px) scale(1);
  }
}

@keyframes dot-1-move {
  20% {
    transform: scale(1);
  }

  45% {
    transform: translate(16px, 12px) scale(0.45);
  }

  60% {
    transform: translate(80px, 60px) scale(0.45);
  }

  80% {
    transform: translate(80px, 60px) scale(0.45);
  }

  100% {
    transform: translateY(0px) scale(1);
  }
}

@keyframes rotate-move {
  55% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  80% {
    transform: translate(-50%, -50%) rotate(360deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes index {

  0%,
  100% {
    z-index: 3;
  }

  33.3% {
    z-index: 2;
  }

  66.6% {
    z-index: 1;
  }
}

.localeImg {
  max-height: 50px;
  display: none;
}

#imges {
  background-image: url("../img/flags/es.png");
}

#imgfr {
  background-image: url("../img/flags/fr.png");
}

.accountSelects {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accountSelects label {
  color: #595959;
}

#languageSelector {
  display: flex;
  justify-content: center;
}

#languageSelector select,
#myAccountFormSection select {
  height: 35px;
  width: 110px;
  border-radius: 25px;
  text-align-last: center;
  margin-left: 10px;
}

.gestionHeader {
  position: sticky;
  width: 100%;
  height: 130px !important;
  min-height: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  z-index: 10;
  top: 0px;
}
.gestionHeader > h1:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  margin: 2em 1em;
  }

#suppCompte{
  color: #d61e25;
}

.horaireGestion{
  width:30% !important;
}

.gestionHeader #divLogo img {
  width: 200px;
  padding: 20px;
}

.gestionHeader h1 {
  color: white;
}

.adminMain{
  padding-bottom: 20px;
  min-height: calc(100vh - 130px);
  height: auto;
}

.adminMain .warning {
  background: rgba(255, 165, 0, 0.5)!important;
}

.adminMain .over {
  background: rgba(246, 49, 23, 0.5)!important;
}

.gestionMain table,
.adminMain table {
  width: 100%;
}

.gestionMain #formSection,
.adminMain #formSection {
  align-items: start;
}

.adminMain .sectionForm {
  padding-bottom: 3%;
}

.adminMain .buttonDetails {
  border-radius: 50%;
  aspect-ratio: 1;
  padding: 2.3rem!important;
}
.adminMain .buttonDetails i {
  font-size: 2rem;
}

.retourBtnGestion {
  margin: 3em 2em;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.detailUser-wrapper {
  font-size: 2rem;
  display: flex;
  flex-wrap: wrap;
  padding: 1em;
  gap: 1em;
}

.detailUser-wrapper h2 {
  font-size: 3rem;
}

.detailUser-wrapper h3, .detailUser-wrapper button {
  font-size: 2rem;
  border: none!important;
  outline: none!important;
  box-shadow: none!important;
}

.detailUser-wrapper section {
  /* background-color: lightgray; */
  border-radius: 25px;
  flex: auto;
  padding: 1em;
  border: 3px solid var(--color-theme-sophid);
  height: fit-content;
}
.detailUser-wrapper .detailUser-readers-wrapper {
  border: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.detailUser-wrapper .detailUser-readers-wrapper section {
  flex: none;
}


.detailUser-infoCard {
  display: flex;
  flex-direction: column;
  /* align-items: start; */
  /* justify-content: space-between; */
  /* min-width: 50%; */
  row-gap: 2em;
  min-width: 400px;
}
.detailUser-infoCard-header {
  display: flex;
  justify-content: space-between;
}
.detailUser-infoCard-header .buttonStatusOK {
  background: #33aa53;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: fit-content;
  padding: 2rem;
  color: white;
  border-radius: 5px;
}
.detailUser-infoCard-header .buttonStatusKO {
  background: #f63117;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: fit-content;
  padding: 2rem;
  color: white;
  border-radius: 5px;
}


.detailUser-infoCard-actions {
  display: flex;
  justify-content: space-between;
}

.detailUser-infoCard-actions button {
  border-radius: 15px;
  cursor: pointer;
}

.detailUser-infoCard-actions .detailUser-infoCard-actions-delete {
  background: transparent;
}
.detailUser-infoCard-actions .detailUser-infoCard-actions-delete:hover {
  background: #d61e25;
  color: white!important;
}

.detailUser-contract {
  display: flex;
  flex-direction: column;
  height: fit-content;
  row-gap: 2rem;
  min-width: 300px;
}

/* .detailUser-contract > div {
  width: 50%;
} */

/* .detailUser-contract > div:first-of-type {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
} */
.detailUser-contract > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
}

.blue-circle {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-theme-sophid);
  color: white;
  aspect-ratio: 1 / 1;
  width: 50%;
  font-size: 1.5em;
}
.green-circle {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #027a82;
  color: white;
  aspect-ratio: 1 / 1;
  width: 50%;
  font-size: 1.5em;
}
.red-circle {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d61e25;
  color: white;
  aspect-ratio: 1 / 1;
  width: 50%;
  font-size: 1.5em;
}

.detailUser-statsReaders {
  display: flex;
  flex-direction: column;
  height: fit-content;
}
.detailUser-statsReaders-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.detailUser-statsReaders-stats {
  width: 100%;
  padding-top: 1em;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}
.detailUser-statsReaders-stats > div {
  width: 33%;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.detailUser-summaryReaders {
  display: flex;
  gap: 1em;
  flex-direction: column;
  /* background-color: #5264ae; */
  /* min-width: 500px; */
}

.detailUser-summaryReaders-header {
  display: flex;
  justify-content: space-between;
}
#searchInputInSummaryReaders {
  /* font-size: 14px;
  padding: 8px; */
  width: 30%;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
}
#searchInputInSummaryReaders:focus {
  /* border-color: #007bff; */
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}


.detailUser-summaryReaders-list th {
  color: white;
}
.detailUser-summaryReaders-list th, .detailUser-summaryReaders-list td {
  padding: 1em;
}
.detailUser-summaryReaders-list thead {
  background-color: var(--color-theme-sophid);
}
.detailUser-summaryReaders-list table {
  border-collapse: separate;
  border-spacing: 0;
}
.detailUser-summaryReaders-list thead tr {
  border: 1px solid gray;
}
.detailUser-summaryReaders-list tbody tr td {
  border-bottom: 1px solid gray;
}
.detailUser-summaryReaders-list tbody tr td:first-child {
  border-left: 1px solid gray;
}
.detailUser-summaryReaders-list tbody tr td:last-child {
  border-right: 1px solid gray;
}
.detailUser-summaryReaders-list tbody tr:hover {
  background-color: lightgray;
}
.detailUser-summaryReaders-list tbody tr:last-child td:first-child {
  border-bottom-left-radius: 25px;
}
.detailUser-summaryReaders-list tbody tr:last-child td:last-child {
  border-bottom-right-radius: 25px;
}

.tableReaderGestion{
  font-size: 15px;
}

.gestionMain input {
  width: initial;
  display: initial;
  padding: initial;
}

.gestionMain nav,
.adminMain nav {
  background: rgba(0, 0, 0, 0.05);
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 20px;
}

.gestionMain nav label {
  pointer-events: initial;
}

.gestionMain nav div,
.gestionMain nav button {
  width: 400px;
  display: flex;
  justify-content: center;
}

.gestionMain nav div {
  justify-content: space-around;
  padding: 20px;
}

#inputTerms input {
  margin: auto;
}

#formSection {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* top: 133px; */
  padding-bottom: 35px;
}

#formSection .frontForm,
#formSection .detailUser {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: -50px;
  text-align: center;
  width: 600px;
  position: relative;
  border-radius: 75px;
  background: lightgray;
  
}
.videBulle{
  background: transparent;
  color: transparent;
  box-shadow: none !important ;
}
#formSection .detailUser {
  width: 50%;
}

#formSection .frontForm .backForm {
  width: 600px;
  height: 400px;
  position: absolute;
  left: 2.5%;
  top: -10%;
  border-radius: 10px;
  z-index: -1;
}

#formSection .frontForm form {
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding-bottom: 1rem;
}

#formSection .frontForm form button {
  font-size: 2rem;
  margin: 1rem;
}

#formSection .frontForm form #checkboxRememberMe label {
  position: initial;
  color: initial;
  font-size: 1.5rem;
}

#formSection .frontForm form #checkboxRememberMe input {
  width: initial;
  display: inherit;
}

#formSection .frontForm form #divConnexionLinks {
  display: flex;
  width: 90%;
  justify-content: space-between;
}

#formSection .frontForm form h1 {
  background:transparent ;
  color:var(--color-theme-general) ;
  padding: 1rem;
  width: 100%;
  margin-bottom: 1em;
  /* font-weight: bold !important; */
}

#formSection .nokIcon {
  color: #e04e52;
}

#formSection .okIcon {
  color: var(--color-theme-sophid);
}

#formSection .pictoNotif {
  width: 4rem;
  font-size: 1.75rem;
  padding: 5px;
  vertical-align: top;
}

#formSection .detailUser {
  max-height: 300px;
  overflow-y: auto;
}

#formSection .detailUser table {
  position: relative;
}

#formSection .detailUser thead {
  top: 0;
  position: sticky;
}

#formSection .infoTile {
  height: 355px;
  font-size: smaller;
}

#formSection .info {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}

#formSection .info>span {
  width: 100%;
  padding: .8em;
  text-align: center;
  font-size: 1.2em;
  color: var(--color-theme-sophid);
}

#formSection .info>span>div {
  color: #363636;
  font-size: 1.4em;
}

#registerForm {
  min-height: 500px;
  width: auto !important;
}

#registerForm .columns {
  padding: 0 2em;
  gap: 1em;
}

#languagePickerBlock {
  margin-top: 10px;
}

/* form starting stylings ------------------------------- */
.formfield-select--container {
  position: relative;
  overflow: hidden;
  margin-top: -15px;
}

.formfield-select--container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
  display: block;
  width: 350px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #757575;
  margin: 0;
  padding: 0 10px 10px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  background: transparent;
}

.formfield-select--container::after {
  content: '';
  position: absolute;
  top: 13px;
  right: 54px;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-top-color: #444;
  border-width: 7px;
  border-style: solid;
  pointer-events: none;
}

.group {
  position: relative;
  margin: 10px auto;
}

.groupEditPassword {
  margin-top: 22px;
}

.group i.fa-plus-circle {
  position: absolute;
  top: 13px;
  right: 50px;
  cursor: pointer;
  font-size: 1.3em;
  color: var(--color-theme-sophid);
  transition: 0.25s all ease-in-out;
}

.group i.fa-question-circle {
  position: absolute;
  top: 13px;
  right: 0px;
  cursor: pointer;
  font-size: 1.3em;
  color: var(--color-theme-sophid);
  transition: 0.25s all ease-in-out;
}

.group i.fa-plus-circle:hover,
.group i.fa-question-circle:hover {
  color: var(--color-theme-general);
}

input {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 350px;
  border: none;
  border-bottom: 1px solid #757575;
  background: transparent;
}

input:focus {
  outline: none;
}

input[type="button"] {
  background: var(--color-theme-general);
  color: white;
  padding: 4px;
  cursor: pointer;
}

.form-error {
  color: red;
  font-size: 0.8em;
}

/* LABEL ======================================= */
label {
  color: #999;
  font-size: 1.5rem;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

/* active state */
input:focus~label:not(.labelEditPassword),
input:valid~label,
.activeLabel {
  top: -10px;
  font-size: 14px;
  color: var(--color-theme-sophid);
}

.labelEditPassword {
  top: -20px;
}

/* BOTTOM BARS ================================= */
.bar {
  position: relative;
  display: block;
  width: 350px;
}

.bar:before,
.bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 0;
  position: absolute;
  background: var(--color-theme-sophid);
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.bar:before {
  left: 50%;
}

.bar:after {
  right: 50%;
}

/* active state */
input:focus~.bar:before,
input:focus~.bar:after {
  width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

/* active state */
input:focus~.highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
  from {
    background: #5264ae;
  }

  to {
    width: 0;
    background: transparent;
  }
}

@-moz-keyframes inputHighlighter {
  from {
    background: #5264ae;
  }

  to {
    width: 0;
    background: transparent;
  }
}

@keyframes inputHighlighter {
  from {
    background: #5264ae;
  }

  to {
    width: 0;
    background: transparent;
  }
}
@media (min-width: 750px) {
  .isHome {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    /* background-image: url("../img/fondopen2.jpg"); */
    /* background-size: cover;
    background-repeat: no-repeat; */
    /* opacity: 1.1; */
    
  }
  #formSection .frontForm form h1 {
    font-size: 18px;
  }

}
/*# sourceMappingURL=form.css.map */
