/* 
    Created on : 4 mai 2020, 22:42:07
    Author     : amalchrowicz
*/
:root {
  --theme-color: #531fce;
}

body {
  font-family: WTMannaSans, Arial, "Arial Unicode MS", sans-serif;
  min-width: 300px;
  line-height: 1.5rem;
  color: #222;
  line-break: strict;
  background-color: #eceae7;
  font-size: 12pt;
  margin: 0;
  padding: 0;
}

.jw-logo {
  position: absolute;
  height: 100px;
  width: 128px;
  float: right;
  top: 10px;
  right: 20px;
  z-index: 10;
}
.jw-logo > svg > rect.cls-1,
.dialog-title > .jw-logo-stable + svg > rect.cls-1 {
  fill: var(--theme-color) !important;
}

.fas {
  display: initial;
}

.container {
  position: relative;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  width: auto;
  height: auto;
  display: block;
}

.header {
  background-color: #eceae7;
  position: relative;
}

.headerBrandContainer,
.menuContainer {
  margin: 0;
  min-height: 2em;
  padding: 0;
  position: relative;
  /*height: fit-content;*/
}
.headerBrandContainer .siteName {
  color: #555;
  line-height: 1.5;
  font-weight: 500;
  font-size: 1.5rem;
  margin-left: 10px;
  margin-right: 38px;
}
.colored {
  color: var(--theme-color);
}

.menuContainer,
.menuContainer > .container {
  background-color: var(--theme-color);
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.menuContainer > .container {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 2rem;
}
.menuContainer > * > a,
.menuContainer > * > span {
  padding: 10px;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  color: white;
  text-shadow: 0 0 5px #222222;
  font-weight: 600;
  text-decoration: none;
  transition: 1s ease-in-out all;
}
.menuContainer > * > a:hover,
.menuContainer > * > span:hover {
  /* background-color: #5f0000; */
  background-image: linear-gradient(rgb(0 0 0/40%) 0 0);
  z-index: 10;
  text-shadow: 0 0 10px #111111;
}
.menuContainer > * > a.blue {
  background-color: #406591;
}
.menuContainer > * > a.blue:hover {
  background-image: linear-gradient(rgb(0 0 0/40%) 0 0);
}
.menuContainer > .container > .info {
  display: block;
  position: absolute;
  background-color: #1155ff;
  top: 2.3rem;
  left: 0;
  height: 0;
  opacity: 0;
  width: 300px;
  z-index: 10;
  padding: 10px;
  line-height: 1.5em;
  text-transform: capitalize;
  border-radius: 0 0 20px 0;
  box-shadow: 1px 4px 4px -1px #424242;
  overflow: hidden;
  transition: 1s all ease-in-out 2s;
}
.menuContainer > .container:hover > .info,
.menuContainer > .container > .info:hover {
  height: 50px;
  opacity: 0.95;
  transition: 750ms ease-in-out all 10ms;
}
.menuContainer > .container > .info:hover,
.menuContainer > .container:hover > .info:hover {
  opacity: 1;
}

.footer > .container {
  background-color: #373433;
  color: #eceae7;
  padding: 6px 0 10px 0;
  text-align: center;
  font-size: 0.8298755187em;
}
.footer a {
  text-decoration: none;
  color: var(--theme-color);
  filter: saturate(60%) brightness(1.9);
}

.person {
  font-weight: 500;
}
.person > .deleteButton {
  display: none;
  padding-left: 0.9rem;
}
.person > .deleteButton:hover {
	filter: brightness(85%);
}

.person:hover > .deleteButton {
  display: inline;
}

.content {
  padding: 40px;
}

.tableau {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  padding: 0.8em;
}

.button-bar {
  padding: 0.8em 0;
}
button,
.button {
  background-color: var(--theme-color);
  color: #fff;
  font-weight: 500;
  border: none;
  border-radius: 0.18em;
  padding: 8px 12px;
  outline: none;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 0 0 0.33em -0.09em #424242;
}
button:hover,
.button:hover {
  background-image: linear-gradient(rgb(0 0 0/40%) 0 0);
  box-shadow: 0 0 0.33em 0.09em #424242;
}

.dialog {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #fff;
  border: solid 1pxvar (--theme-color);
  box-shadow: 0 0 12px -1px #424242;
  transition: all 2s ease-in-out 0s;
  backdrop-filter: blur(0px);
}
.dialog:hover {
  box-shadow: 10px 100px 30px -1px #424242;
  transition-delay: 10s;
  transition-duration: 10s;
  backdrop-filter: blur(4px);
}
.dialog .button-bar {
  text-align: center;
}
#addAssistantDialog {
  width: 16rem;
  height: 10rem;
  margin-left: -8rem;
  margin-top: -5rem;
}
#addAssistantDialog input,
.dialog input {
  width: 12rem;
  padding: 6px 10px;
  border: solid 1px var(--theme-color);
  border-radius: 6px;
  margin-bottom: 4px;

  outline: none;
  transition: box-shadow 1s ease-in-out, border-color 1s linear;
}
#addAssistantDialog input:focus,
.dialog input:focus {
  border: solid 1px #5f0000;
  box-shadow: 0 0 0.5em -0.18em var(--theme-color);
}

.dialog-title {
  background-color: var(--theme-color);
  color: #fff;
  padding: 6px 10px;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 600;
  text-shadow: 0 0 2px #222222;
  position: relative;
}
.dialog-title > .jw-logo-stable { display: none; }
.dialog-title > .jw-logo-stable + svg {
  position: absolute;
  float: right;
  top: -15px;
  right: 0;
  height: 64px;
}
.dialog-content {
  padding: 1em;
  background-color: transparent;
}
.show {
  display: block !important;
}

.affichage {
  margin: -130px 20px 20px 20px;
  padding: 20px;
  background-color: rgba(42, 42, 42, 0.8);
  border-radius: 16px;
  backdrop-filter: blur(3px);
}
.affichage > a, 
.affichage > .tab-content > a {
  color: #fff;
  text-decoration: none;
  display: block;
  position: relative;
  font-size: 1.2rem;
  padding: 10px;
  transition: background-color 200ms ease-out;

  display: flex;
  flex-direction: row;
  column-gap: 0.5em;
  align-items: center;

  min-width: 280px;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
}
.affichage > a:hover,
.affichage > .tab-content > a:hover {
  background-color: var(--theme-color);
  color: #fff;
  transition-duration: 0;
}

.no-wrap {
  white-space: nowrap;
}

.message {
  position: fixed;
  top: 80px;
  width: 400px;
  left: calc(50% - 200px);
  right: auto;
  border: 1px #aa1111 solid;
  border-radius: 10px;
  background-color: #efefefde;
  padding: 0;
}
.message > * {
  padding: 6px 10px;
}
.message > div:first-child {
  background-color: #aa1111;
  border-radius: 8px 8px 0 0;
  color: #efefef;
  font-size: 1.2em;
  font-weight: 700;
}

@media screen and (min-width: 940px) {
  .container {
    max-width: 1140px;
    min-width: 800px;
    box-shadow: 0 0 2.5em -0.5em rgba(42, 42, 42, 0.5);
  }
}

@media screen and (max-device-width: 445px) and (orientation: portrait) {
  .menuContainer > .container > .info {
    top: calc(2 * 2.3rem);
    /* background-color: #aa1111; */
  }

  .affichage {
    margin: -80px 0 20px 0;
    border-radius: 0;
    padding: 12px;
  }
}
@media screen and (min-device-width: 350px) and (max-device-width: 445px) {
  .menuContainer > .container > .info {
    top: calc(2 * 2.3rem);
    /* background-color: #118911; */
  }

  .affichage {
    margin: -80px 0 20px 0;
    border-radius: 0;
    padding: 12px;
  }
}

@media screen and (max-width: 800px) {
  .jw-logo {
    height: 36px;
    width: 50px;
    top: 0;
    right: -12px;
  }
}

.oiseau-1 {
  display: block;
  position: fixed;
  top: 30vh;
  left: -30vw;
  animation: vol-1 infinite linear 25s 12s;
}

.oiseau-2 {
  display: block;
  position: fixed;
  top: 20vh;
  left: -30vw;
  animation: vol-2 infinite linear 20s 15s;
}

.oiseau-3 {
  display: block;
  position: fixed;
  top: 50vh;
  left: 130vw;
  animation: vol-3 infinite linear 25s 25s;
}

@media screen and (orientation: portrait) {
  .oiseau-1 {
    animation-duration: 8s;
  }
  .oiseau-2 {
    animation-duration: 7s;
  }
  .oiseau-3 {
    animation-duration: 9s;
  }
}

.oiseau-1 > *:first-child {
  width: 4rem;
}
.oiseau-2 > *:first-child,
.oiseau-3 > *:first-child {
  width: 6rem;
}

@keyframes vol-1 {
  0% {
    left: -30vw;
    top: 30vh;
  }
  20% {
    left: 50vw;
    top: 25vh;
  }
  40% {
    left: 130vw;
    top: 10vh;
  }
  100% {
    left: 130vw;
    top: 10vh;
  }
}
@keyframes vol-2 {
  0% {
    left: -30vw;
    top: 15vh;
  }
  20% {
    left: 55vw;
    top: 18vh;
  }
  38% {
    left: 130vw;
    top: 25vh;
  }
  100% {
    left: 130vw;
    top: 10vh;
  }
}
@keyframes vol-3 {
  0% {
    left: 130vw;
    top: 10vh;
  }
  20% {
    left: 50vw;
    top: 25vh;
  }
  40% {
    left: -30vw;
    top: 30vh;
  }
  100% {
    left: -30vw;
    top: 30vh;
  }
}

.himg {
  background-image: url(../images/SdR_Clamart.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 350px;
  margin: 0;
}

.event {
  margin-bottom: 50px;
  padding: 10px;
  border-radius: 10px;
  border: #fff solid 3px;
  background-color: rgba(42, 42, 42, 0.8);
  color: #efefef;
  margin: -200px auto 10px auto;
  display: table;
  box-shadow: 0 0 12px -4px #111111;
}
.event .title {
  font-weight: 800;
  font-size: 1.2em;
}
.event .date {
  font-style: italic;
}
.event .infos {
  margin-top: 20px;
  margin-bottom: 20px;
}
.event .img-container {
  color: white;
  padding: 0;
  margin: 0 auto;
}
.event img {
  height: auto;
  transition: all 500ms ease-in-out;
  border-radius: 20px 0 20px 20px;
  box-shadow: 0 0 10px -2px #111111;
}
.event a:hover img {
  box-shadow: 0 0 12px -2px #efefef;
}
.event .event-content {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  max-width: 600px;
  position: relative;
}
.event .link-container {
  margin: 0 0 6px 0px;
  border-radius: 0 20px 20px 0;
  background-color: #fff;
  padding: 8px 20px 8px 10px;
  box-shadow: 5px 0 10px -3px #111111;
  transition: all ease 500ms;
}
.event .link-container:hover {
  background-color: #111;
  color: inherit;
  box-shadow: 5px 0 10px -3px #fff;
}
.event .link-container:hover > a {
  color: #fff;
}
.event .link-container > a {
  color: #111;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  font-weight: bold;
  transition: all ease 500ms;
}
.event .link-container > a:hover {
  color: inherit;
}
.event > div > div {
  position: relative;
}

.smallscreen {
  display: none !important;
}

@media screen and (max-width: 959px) {
  .container {
    width: 100%;
  }

  .himg {
    height: calc(100vw / 3.26);
  }

  .event {
    margin: -5px auto 10px auto;
  }
  .event img {
    width: calc(100% - 10px);
  }
  .event .event-content {
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .smallscreen {
    display: inline !important;
  }
}

@media screen and (max-width: 300px) {
  .himg {
    height: calc(300px / 3.26);
  }

  .event {
    margin: -5px auto 10px auto;
  }
  .event img {
    height: 100px;
  }
  .event .event-content {
    flex-direction: column;
    align-items: center;
  }
  .smallscreen {
    display: inline !important;
  }
}

.disconnect {
  float: right;
  position: absolute;
  right: 0;
  display: block;
}

.linkButton {
  transition: background 150ms ease-in-out 100ms, border-radius 2s ease-in-out 500ms;
  border-radius: 20px 0 0 20px !important;
}

.linkButton:hover {
  background-color: #296970 !important;
  border-radius: 20px !important;
  transition: background 50ms ease-in-out 10ms, border-radius 2s ease-in-out 100ms;
}

.dispo-presentoir {
  width: 100%;
  max-width: 910px;
  height: calc(100% - 24px);
  /*height: calc(100% - 25px);*/
  position: relative;
  display: block;
  background-color: #cccccc;

  margin-left: auto;
  margin-right: auto;
  margin-top: -53px;
  box-shadow: 0 0 2.5em -0.5em rgba(42, 42, 42, 0.5);
  z-index: 1;
}

.tabs {
    list-style: none;
    padding: 0;
    margin: 0 0 6px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 6px;
    column-gap: 6px;
    border-bottom: 2px solid var(--theme-color);
    padding-bottom: 6px;
}

.tabs a {
    display: block;
    padding: 8px 12px;
    background: #c0bfbfaf;
    text-decoration: none;
    color: #333;
    border-radius: 6px;
}

.tabs li.active a {
    background-color: var(--theme-color);
    color: #fff;
    font-weight: bold;
}

.tab-content {
    display: none;
    padding: 0;
    margin: 0;
}

.tab-content.active {
    display: block;
}
