.button, #navigation .menuitem, #navigation .logo, #navigation, #tools:hover {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#contact .form .itemform .champ textarea, #contact .form .itemform .champ input {
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

/**
 * fullView v1.1.2
 */
/*!
 * https://github.com/seeratawan01/fullview.js
 *
 * @license GPLv3 for open source use only
 *
 * Copyright (C) 2020 https://github.com/seeratawan01/fullview.js/blob/master/LICENSE
 */
@media all and (min-width: 809px) {
  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }

  html {
    scroll-behavior: smooth;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100%;
  }

  *, :after, :before {
    box-sizing: inherit;
  }

  body {
    overflow: hidden;
    height: 100%;
  }

  #fullview > * {
    display: block;
    height: 100vh !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000;
    overflow: hidden;
  }

  #fv-dots {
    position: fixed;
    top: 50%;
    left: 96%;
    transform: translate(-50%, -50%);
  }

  #fv-dots ul {
    display: block;
    list-style: none;
  }

  #fv-dots ul li {
    padding: 10px;
  }

  #fv-dots ul li a {
    display: block;
    margin: auto;
    width: 10px;
    height: 10px;
    text-align: center;
  }

  #fv-dots ul li a span {
    display: block;
    z-index: 1;
    cursor: pointer;
    text-decoration: none;
    background-color: #888;
    border-radius: 50%;
    margin: 0 auto;
    width: 7px;
    height: 7px;
    transition: 0.1s ease all;
  }

  #fv-dots ul a.active span {
    width: 9px;
    height: 9px;
    background-color: #bdbdbd;
  }

  #fv-dots ul a:hover span {
    width: 9px;
    height: 9px;
  }

  .fv-tooltip {
    position: relative;
    transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26);
  }

  .fv-tooltip .fv-tooltiptext {
    visibility: hidden;
    width: 120px;
    background: #3e474f;
    border-radius: 0.25em;
    color: #edeff0;
    text-align: center;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -1px;
    right: 105%;
  }

  .fv-tooltip:hover .fv-tooltiptext {
    visibility: visible;
  }

  .fv-tooltip .fv-tooltiptext::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #3e474f;
  }

  .fv-tooltip.fv-tooltip-left .fv-tooltiptext::after {
    left: unset;
    right: 100%;
    border-color: transparent #3e474f transparent transparent;
  }
}
body {
  margin: 0;
  background-color: black;
  font-family: sans-serif;
}

canvas {
  display: block;
}

section {
  width: 100vw;
  height: 100vh;
}

#tools {
  background-color: #FFFFFF;
  position: fixed;
  border-radius: 20px;
  height: 250px;
  width: 50px;
  left: calc(96% - 25px);
  bottom: -20px;
}
#tools:hover {
  background-color: #2b2b2b;
}
#tools:hover a {
  color: #FFFFFF;
}
#tools .accueil {
  padding: 5px;
  padding-bottom: 5px;
}
#tools .accueil img {
  width: 100%;
}
#tools .texte {
  margin: 5px;
  width: calc(100% - 10px);
  padding-top: 15px;
  padding-right: 8px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: center;
}
#tools .texte a {
  text-decoration: none;
  font-size: 2vh;
  color: #ff006a;
}

#navigation {
  background-color: #FFFFFF;
  opacity: 0.9;
  position: fixed;
  height: 38px;
  width: 100vw;
  z-index: 1000;
  display: flex;
  justify-content: center;
}
#navigation .logo {
  height: 38px;
  width: 38px;
  opacity: 0;
  margin-left: 20px;
}
#navigation .logo img {
  width: 85%;
  margin-top: 3px;
}
#navigation.variant .logo {
  opacity: 1;
}
#navigation .menuitem {
  font-weight: bold;
  font-size: 13px;
  color: #2b2b2b;
  text-decoration: none;
  padding-top: 11px;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#navigation .menuitem:last-child {
  border-right: none;
}
#navigation .menuitem.item1:hover {
  color: white;
  background-color: #00bae1;
}
#navigation .menuitem.item2:hover {
  color: white;
  background-color: #acdd00;
}
#navigation .menuitem.item3:hover {
  color: white;
  background-color: #a73e83;
}
#navigation .menuitem.item4:hover {
  color: white;
  background-color: #2f808a;
}
#navigation .item1.active {
  color: white;
  background-color: #00bae1;
}
#navigation .item2.active {
  color: white;
  background-color: #acdd00;
}
#navigation .item3.active {
  color: white;
  background-color: #a73e83;
}
#navigation .item4.active {
  color: white;
  background-color: #2f808a;
}

.button {
  background-color: #2b2b2b;
  color: #FFFFFF;
  font-size: 1.5vh;
  padding: 25px;
  padding-top: 12px;
  padding-bottom: 10px;
  border-radius: 3px;
  cursor: pointer;
  text-decoration: none;
}
.button:hover {
  background-color: #FFFFFF;
  color: #2b2b2b;
}

#accueil {
  text-align: center;
  position: relative;
}
#accueil .logotype {
  position: absolute;
  text-align: center;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
}
#accueil .logotype img {
  height: 40vh;
  margin-top: 30vh;
  padding-left: 9vw;
}
#accueil .signature {
  font-size: 4vh;
  color: #FFFFFF;
  position: absolute;
  text-align: center;
  width: 100vw;
  margin-top: 75vh;
  font-family: "Raleway", sans-serif;
}

@media all and (max-width: 810px) {
  #accueil {
    background-image: url("../images/replacement.jpg");
    background-size: cover;
    width: 100vw;
    height: 100vh;
  }
  #accueil .signature {
    width: calc(100vw - 10%);
    padding-left: 5%;
    padding-right: 5%;
  }
}
#ebilletterie {
  background-color: #00bae1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#ebilletterie .inner-content {
  text-align: center;
}
#ebilletterie h1 {
  color: white;
  font-size: 5vh;
  font-weight: bold;
  margin-bottom: 1vh;
}
#ebilletterie .subtitle {
  font-weight: bold;
  color: white;
  font-size: 2vh;
  margin-bottom: 7vh;
  width: 70vw;
}
#ebilletterie .items {
  display: flex;
  width: 70vw;
  flex-wrap: wrap;
  justify-content: space-between;
}
#ebilletterie .items .item {
  width: 30%;
  min-width: 300px;
  background-color: white;
  padding: 20px;
  padding-top: 0px;
  margin-bottom: 70px;
}
#ebilletterie .items .item .picto {
  position: relative;
  top: -25px;
  left: calc(50% - 25px);
  border-radius: 3px;
  background-color: #2b2b2b;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#ebilletterie .items .item .picto img {
  width: 80%;
}
#ebilletterie .items .item .itemtitle {
  color: #00bae1;
  font-weight: bold;
  font-size: 2vh;
  margin-bottom: 5px;
}
#ebilletterie .items .item .itemdescription {
  font-size: 1.6vh;
}

@media all and (max-width: 810px) {
  #ebilletterie {
    padding-top: 5%;
  }
  #ebilletterie .subtitle {
    padding: 5%;
    width: 90%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #ebilletterie .items {
    justify-content: space-between;
    padding: 5%;
    width: 90%;
  }
  #ebilletterie .items .item {
    width: 44%;
    min-width: inherit;
    padding: 2%;
    margin-bottom: 8%;
  }
}
#controleacces {
  background-color: #acdd00;
}
#controleacces .haut {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 80vh;
}
#controleacces .haut .inner-content {
  text-align: center;
  display: flex;
}
#controleacces .haut .inner-content .colgauche {
  width: 30%;
  margin-left: 5%;
  margin-right: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#controleacces .haut .inner-content .colgauche .colgauche-inner {
  text-align: left;
}
#controleacces .haut .inner-content .colgauche .colgauche-inner h1 {
  color: #2b2b2b;
  font-size: 5vh;
  font-weight: bold;
  margin-bottom: 1vh;
}
#controleacces .haut .inner-content .colgauche .colgauche-inner .subtitle {
  font-weight: bold;
  color: #2b2b2b;
  font-size: 2vh;
  margin-bottom: 4vh;
}
#controleacces .haut .inner-content .colgauche .colgauche-inner .texte {
  font-size: 1.6vh;
  color: #2b2b2b;
}
#controleacces .haut .inner-content .colgauche .colgauche-inner .tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
}
#controleacces .haut .inner-content .colgauche .colgauche-inner .tags .tag {
  background-color: white;
  padding: 5px;
  border-radius: 2px;
  color: #2b2b2b;
  font-size: 1.5vh;
  margin-right: 5px;
  margin-bottom: 10px;
}
#controleacces .haut .inner-content .coldroite {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45%;
  margin-right: 5%;
}
#controleacces .haut .inner-content .coldroite .coldroite-inner {
  width: 100%;
}
#controleacces .haut .inner-content .coldroite .coldroite-inner img {
  width: 100%;
}
#controleacces .bas {
  width: 100vw;
  height: 20vh;
  background-color: #2b2b2b;
  display: flex;
}
#controleacces .bas img {
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 5%;
  margin-right: 3%;
}
#controleacces .bas .texte {
  width: 45%;
  margin-right: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#controleacces .bas .texte .texte-inner {
  font-size: 1.6vh;
  color: #FFFFFF;
}
#controleacces .bas .texte .texte-inner h2 {
  color: #acdd00;
  font-weight: bold;
}

@media all and (max-width: 810px) {
  #controleacces {
    margin-top: 0px;
  }
  #controleacces .subtitle {
    padding: 5%;
    width: 90%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #controleacces .haut {
    display: inherit;
    height: inherit;
    margin-bottom: 50px;
  }
  #controleacces .haut .inner-content {
    display: inherit;
  }
  #controleacces .haut .inner-content .colgauche {
    padding: 5%;
    width: 90%;
    margin: 0%;
  }
  #controleacces .coldroite {
    display: none !important;
  }
  #controleacces .bas {
    display: inherit;
    height: inherit;
    width: 100%;
  }
  #controleacces .bas img {
    height: initial;
    width: 90%;
    margin: 5%;
    margin-bottom: 0%;
  }
  #controleacces .bas .texte {
    width: 90%;
    margin: 5%;
    text-align: center;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-bottom: 5%;
  }
}
#cashless {
  background-color: #a73e83;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cashless .inner-content {
  text-align: center;
}
#cashless h1 {
  color: white;
  font-size: 5vh;
  font-weight: bold;
  margin-bottom: 1vh;
}
#cashless .subtitle {
  font-weight: bold;
  color: white;
  font-size: 2vh;
  margin-bottom: 7vh;
  width: 70vw;
}
#cashless .items {
  display: flex;
  width: 70vw;
  flex-wrap: wrap;
  justify-content: space-between;
}
#cashless .items .item {
  width: 30%;
  min-width: 300px;
  background-color: white;
  padding: 20px;
  padding-top: 0px;
  margin-bottom: 70px;
}
#cashless .items .item .picto {
  position: relative;
  top: -25px;
  left: calc(50% - 25px);
  border-radius: 3px;
  background-color: #2b2b2b;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cashless .items .item .picto img {
  width: 80%;
}
#cashless .items .item .itemtitle {
  color: #a73e83;
  font-weight: bold;
  font-size: 2vh;
  margin-bottom: 5px;
}
#cashless .items .item .itemdescription {
  font-size: 1.6vh;
}

@media all and (max-width: 810px) {
  #cashless {
    padding-top: 5%;
  }
  #cashless .subtitle {
    padding: 5%;
    width: 90%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #cashless .items {
    justify-content: space-between;
    padding: 5%;
    width: 90%;
  }
  #cashless .items .item {
    width: 44%;
    min-width: inherit;
    padding: 2%;
    margin-bottom: 8%;
  }
}
#infrastructure {
  background-color: #2f808a;
}
#infrastructure .haut {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: calc(100vh - 50px);
  margin-top: 50px;
}
#infrastructure .haut .inner-content {
  text-align: center;
  display: flex;
}
#infrastructure .haut .inner-content .colgauche {
  width: 40%;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#infrastructure .haut .inner-content .colgauche .colgauche-inner {
  text-align: right;
}
#infrastructure .haut .inner-content .colgauche .colgauche-inner h1 {
  color: #FFFFFF;
  font-size: 5vh;
  font-weight: bold;
  margin-bottom: 1vh;
}
#infrastructure .haut .inner-content .colgauche .colgauche-inner .subtitle {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 2vh;
  margin-bottom: 4vh;
}
#infrastructure .haut .inner-content .colgauche .colgauche-inner .texte {
  font-size: 1.6vh;
  color: #FFFFFF;
}
#infrastructure .haut .inner-content .colgauche .colgauche-inner .tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
  justify-content: flex-end;
}
#infrastructure .haut .inner-content .colgauche .colgauche-inner .tags .tag {
  background-color: white;
  padding: 5px;
  border-radius: 2px;
  color: #2b2b2b;
  font-size: 1.5vh;
  margin-right: 5px;
  margin-bottom: 10px;
}
#infrastructure .haut .inner-content .coldroite {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45%;
  margin-right: 0%;
}
#infrastructure .haut .inner-content .coldroite .coldroite-inner {
  width: 100%;
}
#infrastructure .haut .inner-content .coldroite .coldroite-inner img {
  width: 100%;
}

@media all and (max-width: 810px) {
  #infrastructure {
    margin-top: 0px;
  }
  #infrastructure .subtitle {
    padding: 5%;
    width: 90%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #infrastructure .haut {
    margin-top: 0px;
    display: inherit;
    height: inherit;
    padding-bottom: 50px;
    width: 100%;
  }
  #infrastructure .haut .inner-content {
    display: inherit;
  }
  #infrastructure .haut .inner-content .colgauche {
    padding: 5%;
    width: 90%;
    margin: 0%;
  }
  #infrastructure .coldroite {
    display: none !important;
  }
  #infrastructure .bas {
    display: inherit;
    height: inherit;
  }
  #infrastructure .bas img {
    height: initial;
    width: 90%;
    margin: 5%;
    margin-bottom: 0%;
  }
  #infrastructure .bas .texte {
    width: 90%;
    margin: 5%;
    text-align: center;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-bottom: 5%;
  }
}
#contact {
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}
#contact .inner-content {
  text-align: center;
}
#contact h1 {
  color: #ff006a;
  font-size: 5vh;
  font-weight: bold;
  margin-bottom: 1vh;
}
#contact .subtitle {
  font-weight: bold;
  color: #ff006a;
  font-size: 2vh;
  margin-bottom: 4vh;
}
#contact .mentionslegales {
  font-size: 1.3vh;
  color: grey;
  font-style: italic;
  margin-top: 4vh;
}
#contact .form {
  display: flex;
  align-items: center;
  justify-content: center;
}
#contact .form .inner-form {
  width: 50%;
}
#contact .form .itemform-captcha {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}
#contact .form .itemform-captcha .captchaerreur {
  font-weight: bold;
  color: red;
}
#contact .form .itemform {
  width: 100%;
}
#contact .form .itemform .label {
  font-weight: bold;
  color: #2b2b2b;
  font-size: 1.7vh;
  margin-bottom: 1vh;
}
#contact .form .itemform .label.error {
  color: #ff006a;
}
#contact .form .itemform .champ {
  margin-bottom: 2vh;
}
#contact .form .itemform .champ input {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #2b2b2b;
  color: #2b2b2b;
  font-size: 1.7vh;
  padding: 10px;
  text-align: center;
}
#contact .form .itemform .champ input:hover, #contact .form .itemform .champ input:focus {
  border: 1px solid #ff006a;
  color: #ff006a;
}
#contact .form .itemform .champ input.error {
  background-color: #ff006a;
  color: #FFFFFF;
}
#contact .form .itemform .champ textarea {
  width: 100%;
  height: 15vh;
  border-radius: 3px;
  border: 1px solid #2b2b2b;
  color: #2b2b2b;
  font-size: 1.7vh;
  padding: 10px;
  text-align: center;
}
#contact .form .itemform .champ textarea:hover, #contact .form .itemform .champ textarea:focus {
  background-color: #ff006a;
  color: #FFFFFF;
}

@media all and (max-width: 810px) {
  #contact {
    margin-top: 0px;
  }
  #contact .subtitle {
    padding: 5%;
    width: 90%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #contact .form {
    display: inherit;
  }
  #contact .form .inner-form {
    width: 90%;
    padding: 5%;
  }
  #contact .form .inner-form .itemform {
    width: 100%;
  }
  #contact .form .inner-form .itemform input, #contact .form .inner-form .itemform textarea {
    width: calc(100% - 20px);
  }
}
@media all and (max-width: 810px) {
  section {
    width: 100%;
    height: inherit;
  }

  #navigation .menuitem {
    padding: 0px;
    padding-top: 9px;
    padding-left: 2%;
    padding-right: 2%;
    width: 21%;
    text-align: center;
  }

  #tools {
    display: none;
  }
}