:root {
  --primary-color: #fff;
  --secondary-color: #f4f5f4;
  --tertiary-color: #EDEEED;
  --font-color: #000;
  --bg-color: #fff;
  --heading-color: #292922;
}

[data-theme="dark"] {
  --primary-color: #3d4450;
  --secondary-color: #282c34;
  --font-color: #c3cad6;
  --bg-color: #161625;
  --heading-color: #818cab;
}

html {
  height: 100%;
  overflow: auto;
}

body {
  margin: 0;
  min-width: 500px;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  height: auto;
  background-color: var(--primary-color);
}

.top-button {
  opacity: 0;
  background-color: #E6E7E6;
  z-index: 5;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 50px;
  right: 50px;
  font-size: 40px;
  border-radius: 70px;
  width: 70px;
  height: 70px;
}

.top-button a {
  text-decoration: none;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  width: 100%;
  height: 100%;
}

.container-inscription {
visibility: hidden;
 position: fixed;
  display: flex;
  width: 100%;
  height: 100%;
 background-color: gray;
 z-index: 100;
 justify-content: center;
 align-items: center;
 background-color: rgba(100,100,100,0.3);
}

.popup-window-inscription{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 101;
  min-width: 600px;
  max-width: 800px;
  height: 60%;
  background-color: var(--primary-color);
  border: 1px solid gray;
}

.inscription-title {
  font-size: 40px;
}

.inscription-table {
  padding: 20px 50px;
}

.inscription-row-title {
  padding: 10px;
    text-align: left;
    padding-right: 20px;
    font-variant-caps: small-caps;
}

tr:nth-child(odd) {
  background-color: var(--secondary-color);
}

.inscription-validate-button{
  margin-bottom: 100px;
}

/* Navigation bar */
nav {
  width: 100%;
  height: 20px;
  min-height: 50px;
  position: sticky;
  display: flex;
  top: 0;
  background-color: white;
  z-index: 1;
  border-bottom: 2px;
  border-color: #F2EFE9;
  border-bottom-style: groove;
}

.image-nav-container {
  position: relative;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-nav {
  width: 35px;
  height: 30px;
  opacity: 0.8;
}

.nav-title {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  height: 100%;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
}

.form-login {
  height: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}

.form-login input {
  height: 20px;
  width: 100px;
  margin: 0 0 0 20px;
}

.form-login ::placeholder {
  color: gray;
  font-style: italic;
  padding-left: 5px;
}

.login-confirm-button {
  height: 40%;
  width: 40%;
  margin: auto;
}

.sign-up-button {
  text-align: center;
  background-color: #06f;
  color: white;
  border-radius: 9px;
  padding: 5px 12px;
  margin: 0 20px;
  min-width: 60px;
  font-size: 17px;
}

.dark-mode-button {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  height: 50%;
  margin: auto;
  padding-right: 10px;
}

/* Button container */
.container {
  background-color: var(--primary-color);
  display: flex;
  min-height: 100vh;
  height: 100%;
  width: 100%;
}

.container-image {
  background-color: var(--secondary-color);
  display: flex;
  /* border: 1px solid gray; */
  justify-content: center;
  align-items: center;
  width: 30%;
  object-fit: cover;
}

.image {
  width: 100%;
  object-fit: cover;
}

.image-menu {
  width: 90%;
  opacity: 1;
}

.big-icon {
  opacity: 0.1;
}

.big-icon-dark {
  opacity: 0.13;
}

.container-content {
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  height: auto;
  justify-content: center;
  padding: 150px 0;
}

.menu-container {
  align-items: center;
}

.menu-button {
  position: relative;
  background-color: var(--secondary-color);
  width: 70%;
  display: flex;
  /* border: 1px solid gray; */
  box-shadow: 0px 1px 4px 0px gray;
  text-align: left;
  font-size: 40px;
  margin: 10px;
}

.menu-button span {
  padding: 10px;
  color: var(--font-color);
  font-size: 25px;
}

.menu-button img {
  position: absolute;
  right: 0;
  padding: 15px;
  width: 30px;
  height: 30px;
  margin: 0;
}

.menu-button a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 6;
}

.container2 {
  background-color: var(--primary-color);
  display: flex;
}

.container3 {
  background-color: var(--primary-color);
  display: flex;
}

.anchor {
  width: 0;
  height: 0;
  position: absolute;
  top: 100px;
}

.faq-title {
  position: absolute;
  top: 0;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}

.faq-question {
  display: flex;
  position: relative;
  font-size: 20px;
  background-color: var(--tertiary-color);
  padding: 5px 20% 5px 20%;
}

.faq-answer {
  position: relative;
  color: var(--font-color);
  padding: 20px 20% 20px 20%;
}

.content-exp {
  align-items: center;
}

.lien-exp{
  font-size: 30px;
  text-decoration: none;
}

.lien-exp a {
  text-decoration: none;
}
.section-title {
  text-align: center;
  width: 100%;
  background-color: var(--secondary-color);
  padding: 15px 0;
}

.construction-image-container {
  background-color: var(--secondary-color);
  border-radius: 100px;
  padding: 50px;
}

.image-construction {
  height: 100px;
  width: 100px;
}

.text-construction {
  width: 100%;
  padding: 5px 0;
  justify-content: center;
}

.pair {
  background-color: var(--tertiary-color);
}

.impair {
  background-color: var(--secondary-color);
}

.contact-text {
  font-size: 20px;
  font-style: italic;
  padding-bottom: 20px;
  text-align: center;
  width: 100%;
}

.contact-text-email {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  padding-left: 50px;
  display: flex;
  align-items: center;
}

.contact-text-email img {
  padding-left: 10px;
  height: 30px;
  width: 30px;
  align-items: center;
}

#copy-message-confirm {
  font-size: 16px;
  opacity: 0;
  padding-left: 5px;
  font-style: italic;
  color: gray;
}
