@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url(//db.onlinewebfonts.com/c/50eafd25cbb5f88fe7bb5cc77421bb49?family=Freestyle+Script);

html, body {
    width: 100%;
    margin: 0;
    padding: 0;
	height: 100%;
}

body {
    font-size: 12px;
	font-family: sans-serif;
	background: #f0ebe1;
	min-height: 100%
}

.welcome {
    height: 100vh;
}

.ban {
    max-width: 100%;
    max-height: 100%;
}

.covidInf {
 	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	width: 50%;
  	height: auto;
  	padding-bottom: 5vh;
}

.arrow-container {
  display: block;
  width: 100px;
  height: 100px;
  position: relative;
  top: 100px;
  left: 50%;
  transform: translate(-50%, -50%) rotateZ(0deg);
}
.arrow-container:hover {
  cursor: pointer;
}
.arrow-container:hover .arrow {
  top: 50%;
}
.arrow-container:hover .arrow:before {
  transform: translate(-50%, -50%) rotateZ(-30deg);
}
.arrow-container:hover .arrow:after {
  transform: translate(-50%, -50%) rotateZ(30deg);
}

.arrow {
  position: absolute;
  left: 50%;
  transition: all .4s ease;
}
.arrow:before, .arrow:after {
  transition: all .4s ease;
  content: '';
  display: block;
  position: absolute;
  transform-origin: bottom right;
  background: darkgreen;
  width: 4px;
  height: 50px;
  border-radius: 10px;
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
.arrow:after {
  transform-origin: bottom left;
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.arrow:nth-child(1) {
  opacity: 0.3;
  top: 35%;
}
.arrow:nth-child(2) {
  opacity: 0.6;
  top: 55%;
}
.arrow:nth-child(3) {
  opacity: 0.9;
  top: 75%;
}

/* NAVIGATION */
nav {
  position: sticky;
  position: -webkit-sticky;
  position: -oz-sticky;
  width: 80%;
  margin: 0 auto;
  background: #fff;
  padding: 10px 0;
  box-shadow: 0px 5px 0px #dedede;
}

/* By Dominik Biedebach @domobch */
nav ul {
  list-style: none;
  text-align: center;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #aaa;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 10px;
}
nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}
nav ul li a:hover {
  color: #555;
}

/* By Dominik Biedebach @domobch */


/* stroke */
nav.stroke ul li a,
nav.fill ul li a {
  position: relative;
}
nav.stroke ul li a:after,
nav.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #333;
  height: 1px;
}
nav.stroke ul li a:hover:after {
  width: 100%;
}

nav.fill ul li a {
  transition: all 2s;
}

/* By Dominik Biedebach @domobch */

nav.fill ul li a:after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
}
nav.fill ul li a:hover {
  color: #023f1c;
  z-index: 1;
}
nav.fill ul li a:hover:after {
  z-index: -10;
  animation: fill 0.7s forwards;
  -webkit-animation: fill 0.7s forwards;
  -moz-animation: fill 0.7 forwards;
  opacity: 1;
}
#sav:hover:after {
	 z-index: -10;
  animation: fillsav 0.7s forwards;
  -webkit-animation: fillsav 0.7s forwards;
  -moz-animation: fillsav 0.7 forwards;
  opacity: 1;
}

nav .active {
    
    color: darkgreen;
}

.section2 {
    position: relative;
    top: 20vh;
	z-index: 2;
    
}

.section3 {
	position: relative;
	padding-bottom: 10vh;
	padding-top: 30vh;
	z-index: 1;
	
}


/* BOX SITE EN CONSTRUCTION */

#secc {
	
	
	position: relative;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 30vw;
	border: solid;
}

#secc h1 {
	font-size: 40px;
	font-family: Roboto;
	font-weight: 300;
	text-align: center;
	
}

#secc p {
	font-size: 20px;
	text-align: center;
	font-weight: 500;
	font-family: Roboto;
}

.bienvenue {
	text-align: center;
    background: white;
    padding: 5vh;
    width: 60%;
    margin: auto;
    margin-top: 10vh;
	margin-bottom: 15vh;
    border-radius: 30px;
	-webkit-box-shadow: 0px 0px 59px -17px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 59px -17px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 59px -17px rgba(0,0,0,0.75);
}




/* Keyframes */
@-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: #2ECC71;
  }
}
@-webkit-keyframes fillsav {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: #2ECC71;
  }
}

.info {
	
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	
}

.info li{
	
	margin-bottom: 5vh;
	padding: 3vh;
	margin: 10px auto 10px auto;
	list-style-type: none;
	border: solid 2px white;
	border-radius: 20px;
	width: 50%;
}

.info li.true + li {
	display: none;
}

.admininfo {
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
}

.admininfo li{
	position: relative;
	margin: auto!important;
	margin-top: 10px!important;
	padding: 5vh;
	margin: 1vh 10vh 1vh 10vh;
	list-style-type: none;
	border: solid 2px white;
	border-radius: 20px;
	width: 500px;
}

.admininfo li.true + li {
	display: none;
}

.tools {
	position: relative;
	display: block;
	width: 500px;
	margin: auto;
}

.tools img {
	height: 4rem;
}
.adminbutton {
	padding-right: 2vw;
	padding-left: 2vw;
}

#adminew {
	font-family: Montserrat, sans-serif;
	font-size: 20px;
	padding: 10px;
	border: solid 1px;
	border-color: black;
	background: black;
	color: aliceblue;
}

a:hover {
	
	cursor: pointer;
}

button:hover {
	
	cursor: pointer;
}

h1.error {
	color: red;
}

p.success {
	font-size: 20px;
    border: solid 1px;
    border-color: rgba(0, 128, 0, .50);
    background-color: rgba(0, 128, 0, .70);
    padding: 15px;
    font-weight: bold;
    border-radius: 15px;
	
}

p.error {
	font-size: 20px;
    border: solid 1px;
    border-color: rgba(256, 0, 0, .50);
    background-color: rgba(256, 0, 0, .70);
    padding: 15px;
    font-weight: bold;
    border-radius: 15px;
}

li.true {
	background: white;
	-webkit-box-shadow: 0px 7px 37px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 7px 37px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 7px 37px -3px rgba(0,0,0,0.75);
}

.bienvenue h1 {
	margin-bottom: 5vh;
}

footer{
	background: white;
	position: relative;
	bottom: 0;
	height: 3.7rem;
	padding: 3vh;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	-webkit-box-shadow: -4px 14px 100px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: -4px 14px 100px -4px rgba(0,0,0,0.75);
	box-shadow: -4px 14px 100px -4px rgba(0,0,0,0.75);

}

article {
	width: 75%;
	margin-top: 5vh;
	margin-left: auto;
	margin-right: auto;
	padding: 5vh;
	padding-top: 5vh;
	background: white;
	border-radius: 15px;
	font-family: Montserrat, sans-serif;
	-webkit-box-shadow: 0px 10px 55px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 55px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 55px 0px rgba(0,0,0,0.75);
	
}

.ml2 a p {
	font-family: Montserrat, sans-serif;
	font-size: 1rem;
	color: black;
}

article h1 {
	font-size: 2rem;
}

article h2 {
	font-size: 1.7rem;
}

article h3 {
	font-size: 1.3rem;
}

article p {
	font-size: 1.2rem;	
}

article ul li {
	font-size: 1rem;
}

.ml1 {
	font-family: Freestyle Script, sans-serif;
	font-size: 2rem;
	margin-right: 4vh;
    width: fit-content;
    position: relative;
    float: left;
    text-align: right;
    margin-top: auto;
	
	height: 100%;
}

.ml1 p {
	margin-top: 1rem;
	
}

.ml2 {
	margin-right: 4vh;
	width: fit-content;
	position: relative;
	float: right;
	text-align: right;
	margin-top: .5rem;
}


.container-contact100 {
	
	margin: 9vh;
	
}

.wrap-contact100 {
	padding: 5vh;
	margin-left: auto;
    margin-right: auto;
	width: fit-content;
	padding-left: 10vh;
	padding-right: 10vh;
}

.contact100-more {

	font-family: Montserrat, sans-serif;
	background: #e1e6f0;
	border-radius: 15px;
    padding: 10vh;
	text-align: center;
	-webkit-box-shadow: 0px 0px 68px -23px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 68px -23px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 68px -23px rgba(0,0,0,0.75);
	
}

.contact100-more h2 {
	font-size: 1.7rem;
}

.contact100-more p {
	font-size: 1rem;
}

.contact100-more a {
	color: black;
	text-decoration-line: none;
}
