html {
  width: 100%;
  height: 100%;
  background-color: white;
}


body {
  position: absolute;
  z-index: 1;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


#boutonaccueil{
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
  max-width: auto;
  float: left;
  margin: 0;
  padding: 0;
  z-index: 6;
}

.hambutton{
    display: flex;
    width: 90%;
    height: 90%;
    float: right;
    vertical-align: middle;
    position: relative;
    top: 2.5px;
    left: 2.5px;
    z-index: 5;
    cursor: pointer;
}

nav {
  width: 100%;
  height: 225px;
  background-color: rgb(44, 114, 124);
  padding: 0;
  margin: 0;
  position: sticky;
  z-index: 5;
  text-align: center;
  text-decoration: none;
}

nav {
  width: 100%;
}

.conteneur-nav{
    position: relative;
    height: 225px;
    width: 100%;
    box-shadow: 0px 1px 5px 5px rgba(0, 0, 0, 0.2);
}

nav input[type=checkbox]{
    position: absolute;
    left: -9999px;
}


nav label{
    display: flex;
    float: right;
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 6;
    width: 60px;
    height: 60px;
    padding: 0;
    text-align: center;
    background-color: rgb(44, 114, 124);
    border-width: 0px;
    border-radius: 50px / 50px;
}


nav ul {
    display: none;
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    padding: 0;
    list-style-type: none;
    justify-content: center;
    background-color: rgb(44, 114, 124);
}

nav input[type=checkbox]:checked + ul{
    display: flex;
    position: fixed;
    /*top: 25%;
    left: 50%;
    height: 100%;
    min-height: 420px;
    transform: translate(-50%, -50%);
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;*/
}



nav ul li {
  width: max-content;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  height: 100vh;
  min-height: 225px;
  margin-top: 0px;
  padding-top: 0px;
  line-height: 10px;
  flex-flow: column wrap;
  vertical-align: middle;
  text-decoration: none;
}



nav ul li a {
  width: 200px;
  display: flex;
  z-index: 3;
  padding: 0px;
  margin: 10px 5px;
  color: rgb(245, 248, 249);
  text-decoration: none;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  line-height: normal;
  font-size: 1.2em;
  font-weight: bold;
}



#bienvenue {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  text-align: center;
  vertical-align: middle;
  font-size: 2em;
  color: rgb(64, 64, 64);
  font-weight: bold;
  font-family: serif;
}

#page1 {
    width: 100%;
    min-height: 100%;
    z-index: 1;
    margin-top: 20px;
}

.arrondisaccueil {
  width: 80%;
  position: relative;
  display: block;
  align-items: center;
  justify-content: center;
  line-height: 1.3em;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1%;
  text-indent: 0%;
  color: rgb(64, 64, 64);
  font-family: "justus-regular", sans-serif;
  font-size: 18px;
  text-align: center;
  background-color: rgb(245, 248, 249);
  border-radius: 10px / 10px;
  z-index: 1;
}


.arrondis {
  width: 80%;
  position: relative;
  display: block;
  align-items: center;
  justify-content: center;
  line-height: 1.3em;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1%;
  text-indent: 12%;
  color: rgb(64, 64, 64);
  font-family: "justus-regular", sans-serif;
  font-size: 18px;
  text-align: justify;
  background-color: rgb(245, 248, 249);
  border-radius: 10px / 10px;
  z-index: 1;
}

.arrondisetudes {
  width: 80%;
  position: relative;
  display: block;
  align-items: center;
  justify-content: center;
  line-height: 1.3em;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1%;
  text-indent: 0%;
  color: rgb(64, 64, 64);
  font-family: sans-serif;
  font-size: 18px;
  text-align: left;
  background-color: rgb(245, 248, 249);
  border-radius: 10px / 10px;
  z-index: 1;
}

.arrondiscontact {
  width: 80%;
  position: relative;
  display: block;
  align-items: center;
  justify-content: center;
  line-height: 1.3em;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1%;
  text-indent: none;
  color: rgb(64, 64, 64);
  font-family: sans-serif;
  font-size: 18px;
  text-align: justify;
  background-color: rgb(245, 248, 249);
  border-radius: 10px / 10px;
  z-index: 1;
}

.tiret {
  width: 80%;
  position: relative;
  display: block;
  align-items: center;
  justify-content: center;
  line-height: 1.3em;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1%;
  text-indent: 12%;
  color: rgb(64, 64, 64);
  font-family: sans-serif;
  font-size: 18px;
  text-align: left;
  background-color: rgb(245, 248, 249);
  border-radius: 10px / 10px;
  z-index: 1;
}

.tiret a {
    outline: none;
    text-decoration: none;
    font-weight: normal;
}

.tiret a:link {
    color: #298A62;
    font-weight: bold;
}

.tiret a:visited {
    color: #269627;
    font-weight: lighter !important;
}

.multiliens {
    width: 80%;
    text-align: left;
    text-indent: 28%;
}

.multiliens a {
    outline: none;
    text-decoration: none;
    font-weight: normal;
}


.multiliens a:link {
    color: #298A62;
    font-weight: bold;
}

.multiliens a:visited {
    color: #269627;
    font-weight: lighter !important;
}


#plien {
    display: block;
    text-align: center;
    text-indent: 20%
}

.sst {
    margin: 0 auto;
    padding: 0 auto;
    text-align: center !important;
    text-decoration: underline !important;
}

em {
    font-style: italic;
}


#contact {
    display: block;
    text-align: center !important;
}

#envel {
    width: 50px;
    height: 50px;
}

footer {
    width: viewport-length;
    position: relative;
    margin-top: 20px;
    bottom: 0;
    display: flex;
    justify-content: center;
    padding: 5px;
    z-index: 9;
    background-color: rgb(44, 114, 124);
    color: rgb(245, 248, 249);
}
