#login-buttons {
  display: inline-block;
  margin-right: 0.2px;
  line-height: 1;
}
#login-buttons .login-button {
  position: relative;
}
#login-buttons button.login-button {
  width: 100%;
}
#login-buttons .login-buttons-with-only-one-button {
  display: inline-block;
}
#login-buttons .login-buttons-with-only-one-button .login-button {
  display: inline-block;
}
#login-buttons .login-buttons-with-only-one-button .login-text-and-button {
  display: inline-block;
}
#login-buttons .login-display-name {
  display: inline-block;
  padding-right: 2px;
  line-height: 1.5;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#login-buttons .loading {
  line-height: 1;
  background-image: url(data:image/gif;base64,R0lGODlhEAALAPQAAP///wAAANra2tDQ0Orq6gYGBgAAAC4uLoKCgmBgYLq6uiIiIkpKSoqKimRkZL6+viYmJgQEBE5OTubm5tjY2PT09Dg4ONzc3PLy8ra2tqCgoMrKyu7u7gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA);
  width: 16px;
  background-position: center center;
  background-repeat: no-repeat;
}
#login-buttons .login-button,
.accounts-dialog .login-button {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding: 4px 8px;
  font-size: 80%;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background: #596595;
  border: 1px solid #464f75;
  border-radius: 4px;
}
#login-buttons .login-button:hover,
.accounts-dialog .login-button:hover {
  background: #7580ac;
}
#login-buttons .login-button:active,
.accounts-dialog .login-button:active {
  background: #7580ac;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2) inset;
}
#login-buttons .login-button.login-button-disabled,
.accounts-dialog .login-button.login-button-disabled,
#login-buttons .login-button.login-button-disabled:active,
.accounts-dialog .login-button.login-button-disabled:active {
  color: #ddd;
  background: #aaa;
  border: 1px solid #c3c3c3;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.accounts-dialog * {
  padding: 0;
  margin: 0;
  line-height: inherit;
  color: inherit;
  font: inherit;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.accounts-dialog .login-button {
  width: auto;
  margin-bottom: 4px;
}
#login-buttons .login-buttons-padding {
  display: inline-block;
  width: 30px;
}
#login-buttons .login-display-name {
  margin-right: 4px;
}
#login-buttons .configure-button {
  background: #ff2a00;
  border-color: #cc2200;
}
#login-buttons .configure-button:active,
#login-buttons .configure-button:hover {
  background: #ff5533;
  border-color: #ff2a00;
}
#login-buttons .login-image {
  display: inline-block;
  position: absolute;
  left: 6px;
  top: 6px;
  width: 16px;
  height: 16px;
}
#login-buttons .text-besides-image {
  margin-left: 18px;
}
#login-buttons .no-services {
  color: red;
}
#login-buttons .login-link-and-dropdown-list {
  position: relative;
}
#login-buttons .login-close-text {
  float: left;
  position: relative;
  padding-bottom: 8px;
}
#login-buttons .login-text-and-button .loading,
#login-buttons .login-link-and-dropdown-list .loading {
  display: inline-block;
}
#login-buttons.login-buttons-dropdown-align-left #login-dropdown-list .loading {
  float: right;
}
#login-buttons.login-buttons-dropdown-align-right #login-dropdown-list .loading {
  float: left;
}
#login-buttons .login-close-text-clear {
  clear: both;
}
#login-buttons .or {
  text-align: center;
}
#login-buttons .hline {
  text-decoration: line-through;
  color: lightgrey;
}
#login-buttons .or-text {
  font-weight: bold;
}
#login-buttons #signup-link {
  float: right;
}
#login-buttons #forgot-password-link,
#login-buttons #resend-passwordless-code {
  float: left;
}
#login-buttons #back-to-login-link {
  float: right;
}
#login-buttons a,
.accounts-dialog a {
  cursor: pointer;
  text-decoration: underline;
}
#login-buttons.login-buttons-dropdown-align-right .login-close-text {
  float: right;
}
.accounts-dialog {
  border: 1px solid #ccc;
  z-index: 1000;
  background: white;
  border-radius: 4px;
  padding: 8px 12px;
  margin: -8px -12px 0 -12px;
  width: 250px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  font-size: 16px;
  color: #333;
}
.accounts-dialog > * {
  line-height: 1.6;
}
.accounts-dialog > .login-close-text {
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}
.accounts-dialog label,
.accounts-dialog .title {
  font-size: 80%;
  margin-top: 7px;
  margin-bottom: -2px;
}
.accounts-dialog label {
  display: inline;
}
.accounts-dialog input[type=text],
.accounts-dialog input[type=email],
.accounts-dialog input[type=password] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.accounts-dialog input[type=text][type],
.accounts-dialog input[type=email][type],
.accounts-dialog input[type=password][type] {
  height: auto;
}
.accounts-dialog .login-button-form-submit {
  margin-top: 8px;
}
.accounts-dialog .message {
  font-size: 80%;
  margin-top: 8px;
  line-height: 1.3;
}
.accounts-dialog .error-message {
  color: red;
}
.accounts-dialog .info-message {
  color: green;
}
.accounts-dialog .additional-link {
  font-size: 75%;
}
.accounts-dialog .accounts-close {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  text-decoration: none;
  color: #000;
  opacity: 0.4;
}
.accounts-dialog .accounts-close:hover {
  opacity: 0.8;
}
.accounts-dialog #login-buttons-cancel-reset-password {
  float: right;
}
.accounts-dialog #login-buttons-cancel-enroll-account {
  float: right;
}
#login-dropdown-list {
  position: absolute;
  top: -1px;
  left: -1px;
}
#login-buttons.login-buttons-dropdown-align-right #login-dropdown-list {
  left: auto;
  right: -1px;
}
#login-buttons-message-dialog .message {
  /* we intentionally want it bigger on this dialog since it's the only thing displayed */
  font-size: 100%;
}
.accounts-centered-dialog {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  z-index: 1001;
  position: fixed;
  left: 50%;
  margin-left: -129px;
  top: 50%;
  margin-top: -40px;
  /* = approximately -height/2, though height can change */
}
#configure-login-service-dialog {
  width: 530px;
  margin-left: -269px;
  margin-top: -300px;
  /* = approximately -height/2, though height can change */
}
#configure-login-service-dialog table {
  width: 100%;
}
#configure-login-service-dialog input[type=text] {
  width: 100%;
  font-family: "Courier New", Courier, monospace;
}
#configure-login-service-dialog ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
#configure-login-service-dialog ol li {
  margin-left: 30px;
}
#configure-login-service-dialog .configuration_labels {
  width: 30%;
}
#configure-login-service-dialog .configuration_inputs {
  width: 70%;
}
#configure-login-service-dialog .new-section {
  margin-top: 10px;
}
#configure-login-service-dialog .url {
  font-family: "Courier New", Courier, monospace;
}
#configure-login-service-dialog-save-configuration {
  float: right;
}
.configure-login-service-dismiss-button {
  float: left;
}
#just-verified-dismiss-button,
#messages-dialog-dismiss-button {
  margin-top: 8px;
}
.hide-background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  /* XXX consider replacing with DXImageTransform */
  background-color: #000000;
  /* fallback for IE7-8 */
  background-color: rgba(0, 0, 0, 0.7);
}
#login-buttons input[type=text],
.accounts-dialog input[type=text],
#login-buttons input[type=email],
.accounts-dialog input[type=email],
#login-buttons input[type=password],
.accounts-dialog input[type=password] {
  padding: 4px;
  border: 1px solid #aaa;
  border-radius: 3px;
  line-height: 1;
}.foamboard {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.login {
  width: 100%;
  height: 70%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .login #login-dropdown-list {
    position: absolute;
    top: -1px;
    left: -92px; }.div_camera {
  display: none;
  /* 	width: 320px; */
  width: 100%;
  /* 	height: 240px; */
  background-color: lightgrey; }

.date_photo {
  font-size: 14px;
  font-weight: bold; }

.non_selectionnable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.grille {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: stretch;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  /* 	border: 2px solid lightgrey; */
  /* 	border-radius: 10px; */
  padding-top: 3px;
  margin: 0 auto;
  /* 		background-image: url("img/ic1396.jpg"); */
  background-image: url("img/foret_des_cabanes.jpeg");
  background-image: url("img/alice_boucan_1.jpg");
  background-size: cover;
  /* 	grid-row-gap: 20px; */
  /* 	grid-column-gap: 20px; */ }
  .grille .lieu {
    width: 273px;
    padding: 10px;
    border: 2px solid #cecece;
    border-radius: 20px;
    margin: 10px;
    margin-bottom: 4rem;
    background-color: rgba(245, 245, 245, 0.29);
    -webkit-backdrop-filter: saturate(100%) blur(20px) !important;
    backdrop-filter: saturate(300%) blur(20px) !important;
    background-color: rgba(29, 29, 29, 0.8);
    color: white; }
    .grille .lieu .titre {
      width: 221px;
      text-align: center;
      font-weight: 300;
      line-height: 0;
      /* 	grid-column: 1/1; */
      /* 	grid-row: 1/1;	 */
      color: white; }
      .grille .lieu .titre .voyant {
        float: right;
        margin-right: -0.8rem; }
    .grille .lieu .image_camera {
      width: 270px;
      border: 1px solid #cecece;
      border-radius: 5px;
      cursor: pointer; }
    .grille .lieu .curseur_image {
      margin-top: 35px;
      outline: none;
      margin-bottom: 4px; }
      .grille .lieu .curseur_image .legende {
        position: absolute;
        top: -30px;
        font-size: 14px; }
      .grille .lieu .curseur_image .ui-slider-handle {
        outline: none;
        padding: 5px;
        margin-top: -5px;
        border-radius: 100px;
        cursor: pointer; }
        .grille .lieu .curseur_image .ui-slider-handle:hover {
          opacity: .9; }
      .grille .lieu .curseur_image .ui-state-active, .grille .lieu .curseur_image .ui-widget-content .ui-state-active, .grille .lieu .curseur_image .ui-widget-header .ui-state-active, .grille .lieu .curseur_image a.ui-button:active, .grille .lieu .curseur_image .ui-button:active, .grille .lieu .curseur_image .ui-button.ui-state-active:hover {
        background: #ffd31a;
        border: none;
        opacity: .9; }

.overlay_image {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  display: none;
  opacity: 0;
  background-color: rgba(141, 141, 141, 0.66);
  -webkit-backdrop-filter: saturate(50%) blur(20px) !important;
  backdrop-filter: saturate(300%) blur(20px) !important; }
  .overlay_image img {
    position: absolute;
    width: 96%;
    left: 2%;
    top: 2%;
    border-radius: 10px;
    border: 1px solid #e4e4e4; }

#div_camera_les_arcs_1 {
  top: 780px;
  display: block; }

#div_camera_les_arcs_2 {
  top: 960px; }

html, body {
  font-family: sans-serif;
  font-weight: 300;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0; }

.valeur {
  font-weight: bold;
  font-size: 23px;
  max-width: 25px;
  border: none;
  background-color: transparent;
  color: #edb964; }

#temperature_humidite {
  position: absolute;
  left: 15px;
  top: 130px; }

.bloc_boutons {
  /* 	font-size: 26px; */ }

.bloc_interface {
  font-size: 20px;
  border-radius: 20px;
  padding: 10px; }

.fond_gris {
  background-color: #b7b7b7 !important; }

.fond_gris_sombre {
  background-color: #787878 !important; }

.fond_rouge {
  background-color: #fb5656 !important; }

.fond_orange {
  background-color: #faa856 !important; }

.fond_vert {
  background-color: #44ad44 !important; }

.bouton {
  cursor: pointer;
  border-radius: 100px;
  background-color: rgba(221, 221, 221, 0.31);
  padding: 25px;
  display: inline-block;
  line-height: 12px;
  margin-bottom: 10px;
  transition: all .6s ease-out 0s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transform: translateZ(0);
  outline: none;
  /*
	background-color: rgba(202, 178, 178, 0.5);
	border: none;
	border-radius: 30px;
	padding: 20px;
	font-size: 30px;
	position: absolute;
	width: 120px;
	height: 80px;
	z-index: 10;
*/ }

.fond_blanc {
  background-color: white !important; }

.blanc {
  color: white; }

.fond_bleu {
  background-color: #447fd7 !important; }

.bouton:hover {
  opacity: .8; }

.bouton:active {
  /* 	color: red; */
  opacity: .3; }

.bouton a {
  text-decoration: none;
  color: inherit; }

.bouton_commande {
  width: 60px;
  height: 60px;
  padding: 0px;
  text-align: center;
  vertical-align: middle;
  line-height: 54px; }

#led-33 {
  color: red;
  top: 100px;
  left: 170px; }

#led-35 {
  color: orange;
  top: 100px;
  left: 30px; }

#led-13 {
  color: green;
  left: 30px;
  top: 200px; }

#led-11 {
  color: white;
  left: 170px;
  top: 200px; }

.allume {
  background-color: yellow; }

.bouton_commande_camera {
  padding: 15px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 40px;
  background-color: transparent;
  border: none;
  box-shadow: none; }

.paragraphe_checkbox label {
  margin-left: .5rem;
  vertical-align: middle;
  width: 10rem; }

.linux {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: none; }
  .linux .bouton {
    cursor: none; }

.bouton_on_off {
  padding-block: 1rem;
  padding-inline: 1.1rem;
  font-size: 0.9rem; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  color: white !important; }